@charset "UTF-8";

@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css");


/* -----------------------------------------------------
スクリーン用スタイルファイル
----------------------------------------------------- */


/* ▼基本要素スタイル */
/* ----------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	overflow-y: scroll;
	font-family: sans-serif; /* 1 */
	font-family: "YakuHanJPs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
	line-height: 1.75;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

@media screen and (min-width: 767px) {
	html {
		font-size: 20px;
	}
}

@media screen and (max-width: 766px) {
	html {
		font-size: 5.333vw;
		font-size: 2.666vw;
	}
}

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "YakuHanJPs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;	/* center in winIE */
	color: #333333;
	background-color: #ffffff !important;
}

* {
	font-family: inherit;
	font-size: 100%;
	box-sizing: border-box;
}

div,p, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, table, tr, th, td,
object, param, embed {
	margin: 0;
	padding: 0;
	font-family: "YakuHanJPs", "NotoSansJP", "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Roboto, "Droid Sans", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none #ffffff;
	vertical-align: top !important;
	vertical-align: middle;
	color: #666666;
	-ms-interpolation-mode: bicubic;
}

*+html body img {
	vertical-align: middle !important;
}

svg:not(:root) {
	overflow: hidden;
}

b,
strong {
	font-weight: normal;
}

em {
	font-style: normal;
}

em i {
	padding: 0.3em 0 0 0;
	font-style: normal;
	background-repeat: repeat-x;
	background-size: 1em 0.5em;
	background-position: top left;
	background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#ffffff),color-stop(0.5,#ffffff),color-stop(0.9,transparent),to(transparent));
	background-image: -webkit-radial-gradient(center center, 0.1em 0.1em, #ffffff, #ffffff 95%, transparent 95%, transparent);
	background-image: radial-gradient(0.1em 0.1em at center center, #ffffff, #ffffff 95%, transparent);
}

sub,
sup {
	font-size: 0.5em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


[hidden],
template,
.hidden,
.is-hide {
	display: none;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.clear {
	clear: both;
}

.floatCenter {
	margin-right: auto !important;
	margin-left: auto !important;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.note {
	padding: 0 0 0 1em;
	font-size: 0.8333em;
}

p.note::before {
	content: "※";
	margin: 0 0 0 -1em;
}

ul.note {
	padding: 0;
	font-size: 1em;
	list-style-type: none
}

ul.note li {
	padding: 0 0 0 2em;
}

ul.note li::before {
	content: "※";
	margin: 0 1em 0 -2em;
}

.quot {
	padding: 0 0 0 1em;
}

.quot span {
	margin: 0 0 0 -1em;
}

.line {
	background: #dcff1d;
}

.marker {
	background: linear-gradient(transparent 70%, #ffff00 70%);
}

.underline {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.red {
	color: #d50012;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	     -o-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.cursorDefault {
	cursor: default;
	pointer-events: none;
}

.atmark::before {
	content: "@";
}



iframe[name="google_conversion_frame"] {
	display: none;
}



@media screen and (min-width: 767px) {
	.sp,
	.spimage,
	.hidden {
		display: none !important;
	}

	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (max-width: 766px) {
	.pc,
	.pcimage,
	.hidden {
		display: none !important;
	}
}





/* ▼リンク指定 */
/* ----------------------------------------------------- */
a:link {
	color: #2981b8;
	text-decoration: underline;
}

a:visited {
	color: #30140e;
	text-decoration: underline;
}

a:hover,
a:active {
	outline: 0;
	color: #009999;
	text-decoration: none;
}

a:link,
a:visited {
	opacity: 1.0;
	transition: all 0.5s;
	zoom: 1;
}

a:hover,
a:active {
	opacity: 0.6;
}



a[href=""] {
	pointer-events: none;
}

p a[rel^="noopener"] {
	text-decoration: none;
}





/* ▼コンテナ */
/* ----------------------------------------------------- */
div.section,
footer {
	margin: 0;
	padding: 0;
	text-align: center;
}

div.container {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

div.wrap {
	clear: both;
	width: 89.334%;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0 auto;
	padding: 0;
}

footer::after,
div.section::after,
div.container::after,
div.wrap::after {
	clear: both;
	display: table;
	content: "";
}

@media screen and (min-width: 767px) {
	div.container {
		width: 100%;
		max-width: 750px;
	}
}

@media screen and (max-width: 766px) {
	div.container {
		width: 89.334%;
		width: 100%;
	}
}



div.section div.flex,
div.section div.flexbox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}



div.section h1,
div.section h2,
div.section h3,
div.section h4,
div.section h5,
div.section h6,
div.section table th,
div.section strong,
div.section b {
	font-weight: 700;
	line-height: 1.75;
}

header ul li,
nav ul li,
div.section p,
div.section dl,
div.section ul li,
div.section ol li,
div.section table td,
div.section figure,
footer p,
footer ul li,
footer address {
	font-weight: 400;
	line-height: 2;
}

div.section p,
div.section ul,
div.section ol,
div.section dl,
div.section table,
div.section figure {
	margin: 1.5em 0;
}

div.section ul li {
	margin-left: 1.3em;
}

div.section ol li {
	margin-left: 1.2em;
}

div.section iframe {
	border: 0 none;
}

div.section div.googlemap,
div.section div.movie {
	position: relative;
	overflow: hidden;
}

div.section div.googlemap {
	padding: 80.598% 0 0 0;
}

div.section div.movie {
	padding: 56.25% 0 0 0;
	border-radius: 1rem;
}

div.section div.googlemap iframe,
div.section div.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
}

div.section .serif {
	font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}





/* ▼body */
/* ----------------------------------------------------- */
@media screen and (min-width: 767px) {
	body {
		position: relative;
		background-color: #f4f4f4 !important;
	}
	div#globalwrap {
		position: relative;
		z-index: 1;
		max-width: 750px;
		width: 100%;
		margin: 0 auto;
	}
}





/* ▼header */
/* ----------------------------------------------------- */
header {
	padding: 0.5rem 0;
	background-color: #4d4d4d;
}

header p {
	font-size: 1rem;
	text-align: center;
	color: #ffffff;
}





/* ▼maincontents */
/* ----------------------------------------------------- */
div#maincontents {
	padding: 2rem 0;
	background: #ffffff;
}

div#maincontents div.container {
	overflow: visible;
}



/* h1 */
div#maincontents h1 {
	font-size: 2.4rem;
	line-height: 1.25;
	text-align: center;
}

div#maincontents h1 strong {
	line-height: 1.5;
}

div#maincontents h1 strong:first-child {
	font-size: 2.6rem;
}

div#maincontents h1 strong.headline {
	font-size: 3rem;
}

div#maincontents h1 b {
	font-size: 1.6rem;
}

div#maincontents h1 em {
	margin: 0 0.2rem;
	padding: 0 0.2rem;
	background: #c0f0ff;
}



/* h2 */
div#maincontents h2 {
	counter-reset: h3_counter 0;
	margin: 4rem 0 2rem 0;
	padding: 0.4em 0.5em 0.5em 0.8em;
	font-size: 2rem;
	border-left: 0.5rem solid #666666;
	background: #f4f4f4;
}

div#maincontents div#toc + h2 {
	margin-top: 2rem;
}



/* h3 */
div#maincontents h3 {
	counter-increment: h3_counter 1;
	position: relative;
	margin: 2rem 0;
	padding: 0 0 0 4rem;
	font-size: 1.8rem;
}

div#maincontents h3::before {
	content: counter(h3_counter);
	position: absolute;
	top: 0.2rem;
	left: 0;
	width: 3rem;
	height: 3rem;
	line-height: 2.7rem;
	text-align: center;
	color: #ffffff;
	background: #1e959b;
	border-radius: 50%;
}

div#maincontents h3 .large {
	font-size: 2rem;
}

div#maincontents h3.no-count {
	padding-left: 7rem;
}

div#maincontents h3.no-count::before {
	display: none;
}

div#maincontents h3.no-count i {
	display: inline-block;
	width: 7rem;
	margin: 0 0 0 -7rem;
	font-style: normal;
}



/* h4 */
div#maincontents h4 {
	margin: 2rem 0;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	background: #666666;
}



/* elements */
div#maincontents p {
	font-size: 1.5rem;
}

div#maincontents ul li {
	font-size: 1.5rem;
}

div#maincontents em {
	font-weight: 700;
}

div#maincontents strong {
	color: #c1211a;
}

div#maincontents .small {
	font-size: 0.8em;
}

div#maincontents .large {
	font-size: 1.6rem;
}

div#maincontents .xlarge {
	font-size: 2.5rem;
}

div#maincontents .xlarge strong {
	line-height: 1.25;
}

div#maincontents p.alignCenter strong.large {
	font-size: 2rem;
}

div#maincontents p.alignCenter.large {
	font-size: 1.8rem;
	font-weight: 700;
}

div#maincontents p.small {
	font-size: 1rem;
}

div#maincontents table {
	width: 100%;
}

div#maincontents table th,
div#maincontents table td {
	padding: 0.5rem 1rem;
	font-size: 1.4rem;
	border: 1px solid #cccccc;
}

div#maincontents table th {
	background: #f4f4f4;
}

div#maincontents table td {
	background: #ffffff;
}

div#maincontents ul.strong li {
	font-size: 1.6rem;
	font-weight: 700;
}

div#maincontents figure figcaption {
	font-size: 1.2rem;
}



/* variation */
div#maincontents ul.check li {
	list-style-type: none;
	margin-left: 0;
	padding: 0 0 0 1.5em;
}

div#maincontents ul.check li::before {
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	width: 1em;
	margin: 0 0.5em 0 -1.5em;
	text-align: center;
}



div#maincontents ul#problem {
	margin-top: 2rem;
}

div#maincontents ul#problem li {
	list-style-type: none;
	margin: 1.5rem 0 0 0;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	background: #485659;
}

div#maincontents ul#problem li::before {
	content: "";
	display: inline-block;
	width: 3rem;
	height: 2.5rem;
	margin: 0 0.5rem 0 0;
	vertical-align: text-bottom;
	background: url(./img/problem.png) no-repeat center center;
	background-size: 100% auto;
}

div#maincontents p#solution {
	position: relative;
	padding: 0 0 5rem 0;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

div#maincontents p#solution::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 5rem;
	height: 3rem;
	background: #4d4d4d;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%, 0);
}

div#maincontents table#rundown thead td {
	border: 0 none;
}

div#maincontents table#rundown thead th:nth-child(2) {
	width: 41.045%;
	text-align: center;
	border: 0 none;
	background: #cccccc;
	border-radius: 1rem 1rem 0 0;
}

div#maincontents table#rundown thead th:nth-child(3) {
	width: 41.045%;
	text-align: center;
	color: #ffffff;
	border: 0 none;
	background: #1e959b;
	border-radius: 1rem 1rem 0 0;
}

div#maincontents table#rundown tbody th {
	white-space: nowrap;
}

div#maincontents table#rundown tbody td:nth-child(3) {
	font-weight: 700;
	background: #c0f0ff;
}

div#maincontents ul#recommend {
	padding: 2rem;
	background: #c0f0ff;
}

div#maincontents ul#recommend li {
	list-style-type: none;
	margin: 0;
	padding: 0.5rem 0 0.5rem 1.2em;
	font-size: 1.8rem;
	font-weight: 700;
	border-bottom: 1px dashed #666666;
}

div#maincontents ul#recommend li::before {
	content: "◆";
	margin: 0 0.2em 0 -1.2em;
}

div#maincontents ul#recommend li:first-child {
	padding-top: 0;
}

div#maincontents ul#recommend li:last-child {
	padding-bottom: 0;
	border-bottom: 0 none;
}

div#maincontents ul#recommend + p.alignCenter {
	position: relative;
	padding-top: 4rem;
}

div#maincontents ul#recommend + p.alignCenter::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 5rem;
	height: 3rem;
	background: #4d4d4d;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%, 0);
}



/* toc */
div#maincontents div#toc {
	margin: 3rem 0;
	border: 0.1rem solid #666666;
	background: #f4f4f4;
}

div#maincontents div#toc p {
	margin: 0;
	padding-top: 0.5rem;
	font-weight: 700;
	text-align: center;
	border-top: 1rem solid #cccccc;
}

div#maincontents div#toc p::before {
	content: "[";
}

div#maincontents div#toc p::after {
	content: "]";
}

div#maincontents div#toc ol {
	margin: 0.5rem 1.4rem 1.4rem 1.4rem;
}

div#maincontents div#toc ol li {
	font-size: 1.2rem;
}

div#maincontents div#toc ol li a {
	color: #333333;
}

div#maincontents div#toc ol li a:link,
div#maincontents div#toc ol li a:visited {
	text-decoration: none;
}

div#maincontents div#toc ol li a:hover,
div#maincontents div#toc ol li a:active {
	text-decoration: underline;
}




/* scrollbox */
div#maincontents div.scrollbox {
	margin: 0 0 1.5rem 0;
	overflow-x: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

div#maincontents div.scrollbox table {
	position: relative;
	margin: 0;
}

div#maincontents div.scrollbox table thead th {
	white-space: nowrap;
	background: #dddddd;
}

div#maincontents div.scrollbox table tbody tr:nth-child(odd) th,
div#maincontents div.scrollbox table tbody tr:nth-child(odd) td {
	background: #ffffff;
}

div#maincontents div.scrollbox table tbody tr:nth-child(even) th,
div#maincontents div.scrollbox table tbody tr:nth-child(even) td {
	background: #f4f4f4;
}

div#maincontents div.scrollbox table thead th:first-child,
div#maincontents div.scrollbox table tbody th {
	position: sticky;
	top: 0;
	left: 0;
	white-space: nowrap;
	border-left: none;
	border-right: none;
}

div#maincontents div.scrollbox table thead th:first-child::before,
div#maincontents div.scrollbox table tbody th::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc( 100% - 1px );
	height: 100%;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	z-index: -1;
}

div#maincontents div.scrollbox table thead th,
div#maincontents div.scrollbox table tbody td {
	text-align: center;
}



/* solution */
div#maincontents figure img[src$="solution.svg"] {
	background-image: url(../assets/img/solution.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}



/* service */
div#maincontents div#service.flexbox div.service {
	overflow: hidden;
	background: #fafafa;
	border-radius: 0.5rem;
}

div#maincontents div#service.flexbox div.service h3 {
	position: relative;
	margin: 0;
	color: #ffffff;
	background: #3b4a63;
}

div#maincontents div#service.flexbox div.service h3::before {
	content: "";
	width: 2.25rem;
	height: 2.25rem;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	border-radius: 0;
}

div#maincontents div#service.flexbox div.service.care h3::before {
	background-image: url(../assets/img/seevice_care.svg);
}

div#maincontents div#service.flexbox div.service.medical h3::before {
	background-image: url(../assets/img/seevice_medical.svg);
}

div#maincontents div#service.flexbox div.service.funeral h3::before {
	background-image: url(../assets/img/seevice_funeral.svg);
}

div#maincontents div#service.flexbox div.service.inheritance h3::before {
	background-image: url(../assets/img/seevice_inheritance.svg);
}

div#maincontents div#service.flexbox div.service.procedure h3::before {
	background-image: url(../assets/img/seevice_procedure.svg);
}


	div#maincontents div#service.flexbox {
		flex-direction: row;
	}
	div#maincontents div#service.flexbox div.service {
		width: 100%;
		margin: 2rem 0 0 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	div#maincontents div#service.flexbox div.service h3 {
		width: 44.777%;
		padding: 3.5rem 1rem 1rem 1rem;
		font-size: 1.4rem;
		font-size: 1.6rem;
	}
	div#maincontents div#service.flexbox div.service h3::before {
		position: absolute;
		top: 1rem;
		left: 1rem;
	}
	div#maincontents div#service.flexbox div.service p {
		width: 55.223%;
		margin: 0;
		padding: 0.5rem 1rem;
		font-size: 1.4rem;
		font-size: 1.6rem;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}



/* reasons */
div#maincontents div#reason_02 {
	overflow: hidden;
	border: 1px solid #cbcbcb;
	border-radius: 0.5rem;
}

div#maincontents div#reason_02 div.support {
	position: relative;
	padding: 1rem 0;
	background: #ffffff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#maincontents div#reason_02 div.support::before {
	content: "";
	position: absolute;
	top: -0.7rem;
	left: 3.25rem;
	width: 1.4rem;
	height: 1.4rem;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23526388%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%3E%3Cpath%20d%3D%22M21.6.5l-8.2%2C7.9c-.5.5-1.3.5-1.9%2C0L3.4.5c-.8-.7-2-.7-2.8%2C0h0c-.8.8-.8%2C1.9%2C0%2C2.7l9.6%2C9.2c1.3%2C1.2%2C3.4%2C1.2%2C4.7%2C0L24.4%2C3.2c.8-.7.8-1.9%2C0-2.7h0c-.8-.8-2-.8-2.8%2C0Z%22%2F%3E%3Cpath%20d%3D%22M21.6%2C12.2l-8.2%2C7.9c-.5.5-1.3.5-1.9%2C0L3.4%2C12.2c-.8-.7-2-.7-2.8%2C0h0c-.8.8-.8%2C1.9%2C0%2C2.7l9.6%2C9.2c1.3%2C1.2%2C3.4%2C1.2%2C4.7%2C0l9.6-9.2c.8-.7.8-1.9%2C0-2.7h0c-.8-.8-2-.8-2.8%2C0Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#maincontents div#reason_02 div.support:first-child::before {
	display: none;
}

div#maincontents div#reason_02 div.support:nth-child(odd) {
	background: #f3f3f3;
}

div#maincontents div#reason_02 h5 {
	width: 22.289%;
	text-align: center;
}

div#maincontents div#reason_02 h5 span {
	display: inline-block;
	width: 5.5rem;
	height: 5.5rem;
	margin: 0.25rem 0;
	font-size: 1.7rem;
	line-height: 5rem;
	color: #526388;
	border: 0.1rem solid #526388;
	background: #dee4ee;
	border-radius: 50%;
}


div#maincontents div#reason_02 ul {
	width: 76.866%;
	margin: 0;
}

div#maincontents div#reason_02 ul li {
	margin: 0 0 0 1rem;
}



/*  */
div#maincontents div#specialist.flexbox {
	justify-content: space-between;
}

div#maincontents div#specialist.flexbox div.specialist {
	overflow: hidden;
	width: 47.762%;
	margin: 2rem auto 0 auto;
	background: #f4f4f4;
	border-radius: 0.5rem;
}

div#maincontents div#specialist.flexbox div.specialist h5 {
	padding: 0.5rem 0;
	font-size: 2.2rem;
	text-align: center;
	color: #3b4a63;
	background: #dee4ee;
}

div#maincontents div#specialist.flexbox div.specialist ul {
	margin: 1.5rem 1.5rem 0 1.5rem;
}

div#maincontents div#specialist.flexbox div.specialist ul li {
	margin: 0 0 0 2rem;
	font-size: 1.4rem;
}

div#maincontents div#specialist.flexbox div.specialist p {
	margin: 0 2rem 1.5rem 2rem;
	font-size: 1.4rem;
	text-align: right;
}



/* voice */
div#maincontents div.voice {
	overflow: hidden;
	margin: 3rem 0 0 0;
	background: #fcfcfc;
	border-radius: 0.5rem;
}

div#maincontents div.voice div.profile {
	padding: 2rem 0.75rem 1rem 0.75rem;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	background: #ececec;
}

div#maincontents div.voice div.profile div.data {
	order: 2;
	width: 100%;
}

div#maincontents div.voice div.profile div.data h3 {
	margin: 0 1.25rem;
	padding: 0;
	font-size: 1.6rem;
	font-size: 1.8rem;
}

div#maincontents div.voice div.profile div.data h3::before {
	display: none;
}

div#maincontents div.voice div.profile div.data ul {
	margin: 1.5rem 0 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#maincontents div.voice div.profile div.data ul li {
	list-style-type: none;
	margin: 0;
	padding: 0 1em;
	font-size: 1.15rem;
	border-radius: 3em;
}

div#maincontents div.voice div.profile div.data ul li:first-child {
	background: #f6dccd;
}

div#maincontents div.voice div.profile div.data ul li:last-child {
	margin: 0;
	background: #a7cbd8;
}

div#maincontents div.voice div.profile figure {
	order: 1;
	width: 31.25%;
	margin: 0 auto 1rem auto;
	text-align: center;
}

div#maincontents div.voice div.profile figure figcaption {
	font-size: 1.5rem;
	font-weight: 700;
}

div#maincontents div.voice div.bodytext {
	padding: 1px 2rem;
}



/* flow */
div#maincontents div.flow {
	position: relative;
	margin: 5rem 0 0 0;
	background: #fcfcfc;
	border-radius: 0.5rem;
	display: grid;
	grid-template-columns: 37.314% 50.747%;
	/* grid-template-columns: 37.314% 62.686%; */
	grid-template-rows: 12.5rem 1fr;
	grid-column-gap: 2rem;
	grid-row-gap: 0px;
}

div#maincontents div.flow::before {
	content: "";
	position: absolute;
	top: -3.5rem;
	left: 50%;
	width: 2.5rem;
	height: 1.875rem;
	background: #4d4d4d;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%, 0);
}

div#maincontents div#step_01.flow {
	margin-top: 3rem;
}

div#maincontents div#step_01.flow::before {
	display: none;
}

div#maincontents div.flow h3 {
	font-size: 1.8rem;
	padding: 0;
	grid-area: 1 / 2 / 2 / 3;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

div#maincontents div.flow h3::before {
	display: none;
}

div#maincontents div.flow p {
	margin-left: 2rem;
	margin-right: 0;
	font-size: 1.4rem;
	grid-area: 2 / 1 / 3 / 3;
}

div#maincontents div.flow figure {
	overflow: hidden;
	margin: 0;
	border-radius: 0.5rem 0 0 0;
	grid-area: 1 / 1 / 2 / 2;
}



/* form#subform */
div#maincontents form#subform h3 {
	margin-top: 3.5rem;
}

div#maincontents form#subform ul li {
	list-style-type: none;
	margin-left: 0;
}

div#maincontents form#subform p#cta button {
	cursor: pointer;
}

div#maincontents form#subform p#cta a img,
div#maincontents form#subform p#cta button img {
	filter: drop-shadow(0 1rem 0.5rem rgba(0, 0, 0, 0.1));
}

div#maincontents form#subform p#cta a,
div#maincontents form#subform p#cta button {
	display: inline-block;
	animation: bounce .5s ease 0s infinite alternate;
}

div#maincontents form#subform p#cta a.disabled {
	animation: none;
	pointer-events: none;
	cursor: not-allowed;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: grayscale(100%);
}

@keyframes bounce {
	0% {
		transform: scale(.9);
	}
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes bounce {
	0% {
		transform: scale(.9);
	}
	100% {
		transform: scale(1);
	}
}





/* ▼form */
/* ----------------------------------------------------- */
div#form {
	position: relative;
	z-index: 101;
	padding: 3rem 0;
	background: #e5e5e5;
}

div#form div.container {
	overflow: visible;
}

div#form div.wrap {
	background: #ffffff;
	border-radius: 0.5rem;
}

div#form form,
div#form div.thanks {
	margin: 0 auto;
}

div#form h1,
div#form h2 {
	margin: 0 0 2rem 0;
	text-align: center;
	color: #ffffff;
	background: #526388;
	border-radius: 0.25rem;
}

div#form h1 br,
div#form h2 br {
	display: inline !important
}

div#form form p,
div#form div#thanks p {
	font-size: 1.2rem;
}

div#form div.wrap > p {
	text-align: center;
}


div#form form div.form_colunm {
	margin: 0 0 1.5rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

div#form form div.form_colunm p,
div#form form div.form_colunm ul {
	margin: 0;
}

div#form form div.form_colunm ul li {
	position: relative;
	list-style-type: none;
}

div#form form div.form_colunm div.form_header {
	padding: 0.2em 0 0 0;
}

div#form form div.form_colunm div.form_header p {
	text-align: left;
}

div#form form div.form_colunm div.form_header span {
	margin: 0 0 0 0.5em;
	padding: 0 0.3em;
	font-size: 0.8em;
	color: #ffffff;
	background: #999999;
	border-radius: 0.3rem;
}

div#form form div.form_colunm div.form_header span.required {
	color: #ffffff;
	background: #df5b41;
}

div#form form div.form_colunm div.form_header span + span {
	display: none;
}

div#form form div.form_colunm.half div.form_content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
div#form form div.form_colunm.half div.form_content label {
	width: calc( calc( 100% - 1em ) / 2 );
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

div#form form div.form_colunm.half div.form_content label span {
	display: inline-block;
	width: 2em;
	text-align: center;
}

div#form form div.form_colunm.half div.form_content label input[type="text"] {
	width: calc( 100% - 2.5em );
}

div#form form div.form_colunm div.form_content p {
	text-align: left;
}


div#form form div.form_colunm div.form_content i {
	font-style: normal;
}

div#form form div.form_colunm div.form_content p.note {
	margin: 0;
	text-align: left;
}

div#form form div.form_colunm div.form_content ul.choice {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

div#form form div.form_colunm div.form_content ul.choice li {
	margin: 0 1em 0 0;
}

div#form form div.form_colunm div.form_content input#form_postalcode {
	width: 10em;
}

div#form form div.form_colunm div.form_content select#form_prefecture {
	width: 10em;
}

div#form form hr {
	margin: 3rem 0;
	height: 0;
	border: 0 none;
	border-top: 2px dashed #cccccc;
}



div#form form div.form_colunm div.form_content ul li input[type="checkbox"],
div#form form p input#check_privacy {
	position: absolute;
	top: 0.5rem;
	left: 1rem;
	visibility: hidden;
	opacity: 0;
	margin: 0;
	width: 0;
	height: 0;
}

div#form form div.form_colunm div.form_content ul li input[type="checkbox"] + label,
div#form form p input#check_privacy + label {
	position:relative;
	display: inline-block;
	padding: 0 0 0 1.5em;
	cursor: pointer;
}

div#form form div.form_colunm div.form_content ul li input[type="checkbox"] + label::before,
div#form form p input#check_privacy + label::before {
	content: "";
	display: block;
	position: absolute;
	margin: 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 0.3rem;
	cursor: pointer;
}

div#form form div.form_colunm div.form_content ul li input[type="checkbox"]:checked + label::after,
div#form form p input#check_privacy:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	margin: 0;
	/*
	background: #000000;
	*/
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23df5b41%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M19.4%2C1c.6.5.8%2C1.4.3%2C2l-11.4%2C15.7c-.2.3-.6.5-1%2C.6-.4%2C0-.8-.1-1.1-.4L.4%2C13.2c-.6-.6-.6-1.5%2C0-2s1.5-.6%2C2%2C0l4.5%2C4.5L17.4%2C1.3c.5-.6%2C1.4-.8%2C2-.3h0Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}


div#form form div.form_colunm div.form_content ul li input[type="radio"],
div#maincontents form#subform ul li input[type="radio"] {
	position: absolute;
	top: 0.5rem;
	left: 1rem;
	visibility: hidden;
	opacity: 0;
	margin: 0;
	width: 0;
	height: 0;
}

div#form form div.form_colunm div.form_content ul li input[type="radio"] + label,
div#maincontents form#subform ul li input[type="radio"] + label {
	position:relative;
	display: inline-block;
	padding: 0 0 0 1.3em;
	cursor: pointer;
}

div#form form div.form_colunm div.form_content ul li input[type="radio"] + label:before,
div#maincontents form#subform ul li input[type="radio"] + label:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.3rem;
	width: 1.2rem;
	height: 1.2rem;
	margin: 0.1em 0 0 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 50%;
	transform: translate(0,-50%);
	cursor: pointer;
}

div#form form div.form_colunm div.form_content ul li input[type="radio"]:checked + label::after,
div#maincontents form#subform ul li input[type="radio"]:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0.65rem;
	width: 0.6rem;
	height: 0.6rem;
	margin: 0.1em 0 0 0;
	background: #333333;
	border-radius: 50%;
	transform: translate(0,-50%);
}

div#form form div.form_colunm div.form_content ul li input[type="checkbox"][readonly] + label::before,
div#form form div.form_colunm div.form_content ul li input[type="checkbox"][disabled] + label::before,
div#form form div.form_colunm div.form_content ul li input[type="radio"][readonly] + label:before,
div#form form div.form_colunm div.form_content ul li input[type="radio"][disabled] + label:before {
	background-color: rgba(235, 235, 228, 1) !important;
}

div#form form div.form_colunm div.form_content ul li input[type="checkbox"][readonly] + label:after,
div#form form div.form_colunm div.form_content ul li input[type="checkbox"][disabled] + label:after,
div#form form div.form_colunm div.form_content ul li input[type="radio"][readonly] + label:after,
div#form form div.form_colunm div.form_content ul li input[type="radio"][disabled] + label:after {
	filter: grayscale(100%);
}

div#form form > p button#form_submit.grayscale {
	opacity: 0.7;
	pointer-events: none;
}

div#form form button#form_confirm,
div#form form button#form_submit,
div#form form button#form_return,
div#form button#form_home {
	font-weight: 900;
	border-radius: 4rem;
	cursor: pointer;
}

div#form form button#form_confirm,
div#form form button#form_submit {
	background: #ffff00;
}

div#form form button#form_return,
div#form button#form_home {
	background: #848484;
}

div#form form div#privacy {
	height: 20em;
	overflow: hidden;
	overflow-y: scroll;
	margin: 2em 0;
	padding: 0.5em;
	border: 1px solid #cccccc;
	background: #ffffff;
}

div#form form div#privacy h3 {
	width: 100%;
	margin: 0 0 0.5em 0;
	font-size: 1.4rem;
	text-align: center;
}

div#form form div#privacy h4 {
	margin: 1em 0 0 0;
	font-size: 1.2rem;
}

div#form form div#privacy p,
div#form form div#privacy ul li,
div#form form div#privacy ol li {
	margin: 0;
	font-size: 1rem;
	text-align: left;
}

div#form form div#privacy ul li {
	margin-left: 1.5em;
}

div#form form div#privacy ol li {
	margin-left: 1.2em;
}

div#form form div#privacy + p {
	position: relative;
}



.formError.inline {
	margin-top: 0.3em !important;
}



div#form div.endingnote {
	position: relative;
	background: #ffd900;
	border-radius: 0.5rem;
}

div#form div.endingnote::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#form div.endingnote::after {
	content: "";
	position: absolute;
	bottom: -1.95rem;
	left: 50%;
	width: 2.5rem;
	height: 2rem;
	background: #ffd900;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translate(-50%, 0);
}

div#form div.endingnote p {
	margin: 0;
}

div#form div.endingnote p span {
	display: block;
	line-height: 1;
}

div#form div.endingnote p strong {
	display: block;
}



div#form div.wrap {
	padding: 2rem;
}

div#form h1,
div#form h2 {
	font-size: 1.6rem;
}

div#form form div.form_colunm {
	margin-top: 1.5rem;
}

div#form form div.form_colunm div.form_header,
div#form form div.form_colunm div.form_content {
	width: 100%;
}

div#form form div.form_colunm div.form_header p {
	font-size: 1.5rem;
}

div#form form div.form_colunm div.form_content {
	margin-top: 0.5rem;
}

div#form form div.form_colunm.half div.form_content label {
	width: calc( 100% - 1em );
	width: calc( 100% - 1rem );
}

div#form form div.form_colunm.half div.form_content label + label {
	margin-top: 1rem;
}

div#form form div.form_colunm.half div.form_content label span,
div#form form div.form_colunm div.form_content i {
	font-size: 1.5rem;
}

div#form form div.form_colunm div.form_content p.note {
	font-size: 1.3rem;
}

div#form form > p strong {
	font-size: 1.8rem;
}

div#form form p.leadtext {
	font-size: 1.5rem;
}

div#form form div.form_colunm div.form_content ul li input[type="checkbox"] + label,
div#form form p input#check_privacy + label {
	font-size: 1.5rem;
}

div#form form div.form_colunm div.form_content ul li input[type="checkbox"] + label::before,
div#form form p input#check_privacy + label::before {
	top: 0.65rem;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
}

div#form form div.form_colunm div.form_content ul li input[type="checkbox"]:checked + label::after,
div#form form p input#check_privacy:checked + label::after {
	top: 0.5rem;
	left: 0.25rem;
	width: 1.5rem;
	height: 1.5rem;
}

div#form form div.form_colunm div.form_content ul li input[type="radio"] + label {
	font-size: 1.5rem;
}

div#form form div.form_colunm div.form_content ul li input[type="radio"] + label::before,
div#maincontents form#subform ul li input[type="radio"] + label:before {
	top: 50%;
	left: 0;
	width: 1.6rem;
	height: 1.6rem;
}

div#form form div.form_colunm div.form_content ul li input[type="radio"]:checked + label::after,
div#maincontents form#subform ul li input[type="radio"]:checked + label::after {
	top: 50%;
	left: 0.3rem;
	width: 1.2rem;
	height: 1.2rem;
}

@media screen and (min-width: 767px) {
	div#form form div.form_colunm div.form_content ul li input[type="radio"]:checked + label::after,
	div#maincontents form#subform ul li input[type="radio"]:checked + label::after {
		left: 0.25rem;
	}
}

div#form form button#form_confirm,
div#form form button#form_submit,
div#form form button#form_return,
div#form button#form_home {
	display: block;
	width: 85%;
	margin: 1em auto;
	padding: 0.8em 0;
	font-size: 1.8rem;
}

div#form form p input#check_privacy {
	left: 0;
}

div#form div.endingnote {
	width: 89.334%;
	margin: 0 auto 2rem auto;
	padding: 1rem 1.5rem 1rem 11rem;
}

div#form div.endingnote::before {
	top: -1.5rem;
	left: -1.5rem;
	width: 13rem;
	height: 12.5rem;
	background-image: url(../assets/img/form_endingnote_sp.png);
}

div#form div.endingnote p span {
	font-size: 1.2rem;
}

div#form div.endingnote p strong {
	margin-top: 0.3rem;
	font-size: 2.2rem;
	line-height: 1.3;
}





/* ▼form */
/* ----------------------------------------------------- */
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form textarea,
form select {
	width: 100%;
	padding: 0.2em 0.5em;
	font-size: 1.4rem;
	border: 1px solid #cccccc;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 rgba(0,0,0,0.0) inset;
	box-sizing: border-box;
}

form textarea {
	height: 11.532em;
}

form input[type="radio"],
form input[type="checkbox"] {
	margin-right: 0.3em;
}

form select option {
	color: rgba(51, 51, 51, 1);
}

form select option[value=""],
.placeholder,
::placeholder {
	color: rgba(128, 128, 128, 1);
}

form input.required,
form input.error,
form label.required,
form textarea.required,
form select.required {
	background: rgb(255, 221, 221);
}

form label.error {
	color: rgb(150, 0, 0);
}

form label {
	padding: 0 0.3em;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form textarea:focus {
	outline: 0;
	outline: thin dotted \9;
	border-color: rgba(82, 168, 236, 0.8);
	background: #ffffff;
}

::-webkit-input-placeholder {
	color: #bbbbbb;
	color: #808080;
}

:-ms-input-placeholder {
	color: #bbbbbb;
	color: #808080;
}

::-moz-placeholder {
	color: #bbbbbb;
	color: #808080;
}

form input[disabled],
form textarea[disabled],
form select[readonly],
form select[disabled],
form textarea[readonly],
form textarea[disabled] {
	color: #333333;
	background-color: #ebebe4 !important;
	background-color: rgba(235, 235, 228, 1) !important;
	opacity: 1;
}

form button,
div#thanks button {
	padding: 0;
	border: 0;
	background: transparent;
	opacity: 1.0;
	transition: all 0.5s;
}

form button:hover,
form button:active,
div#thanks button:hover,
div#thanks button:active {
	opacity: 0.6;
}


form button[disabled] {
	cursor: not-allowed;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: grayscale(100%);
}

form p,
div#thanks p.btn {
	text-align: center;
}

form dl dd p {
	text-align: left;
}





/* ▼footer */
/* ----------------------------------------------------- */
footer {
	padding: 4rem 0 5rem 0;
	padding: 4rem 0 8.75rem 0;
	background-color: #ffffff;
}

footer a {
	color: #333333 !important;
	text-decoration: none !important;
}

footer div.container {
	text-align: center;
}

footer h2 {
	margin: 0 0 1.5rem 0;
	font-size: 1.8rem;
	font-weight: 400;
	color: #333333;
}

footer p {
	margin: 1.5em 0;
	font-size: 1.4rem;
	color: #333333;
}

footer ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

footer ul li {
	list-style-type: none;
	margin: 0 0.5rem;
	font-size: 1rem;
	line-height: 1;
	color: #333333;
}

footer ul li:nth-child(2) {
	padding: 0 1rem;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}

footer address {
	margin: 2em 0 0 0;
	font-size: 1rem;
	font-style: normal;
	color: #333333;
}





/* ▼ページトップ */
/* ----------------------------------------------------- */
div#pagetop {
	position: fixed;
	z-index: 100;
	right: 0;
}

div#pagetop p {
	margin: 0;
	padding: 0;
}

div#pagetop p a {
	display: block;
	width: 3em;
	height: 4.5em;
	padding: 1.75em 1em;
	line-height: 1;
	text-decoration: none;
	background: #000000;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
}

div#pagetop p a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ffffff%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M8.8%2C4.7c0.7-0.7%2C1.7-0.7%2C2.4%2C0l8.3%2C8.3c0.7%2C0.7%2C0.7%2C1.7%2C0%2C2.4s-1.7%2C0.7-2.4%2C0L10%2C8.2l-7.2%2C7.1c-0.7%2C0.7-1.7%2C0.7-2.4%2C0s-0.7-1.7%2C0-2.4L8.8%2C4.7L8.8%2C4.7z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#pagetop a:hover,
div#pagetop a:active {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* For IE 8 */
}

div#pagetop a span {
	display: none;
}

div#pagetop a img {
	width: auto;
	max-width: 100%;
}



@media screen and (min-width: 767px) {

}

@media screen and (max-width: 766px) {
	div#pagetop {
		bottom: -1em;
	}
}





/* ▼banner */
/* ----------------------------------------------------- */
div#banner {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 100%;
	max-width: 750px;
	z-index: 100;
	transform: translate(-50%, 0);
}

div#banner.questionnaire {
	bottom: 1rem;
}

div#banner p {
	margin: 0;
	padding: 0;
}

div#banner p a {
	position: relative;
	display: block;
	margin-left: -1px;
	margin-right: -1px;
}

div#banner.offer p a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0rem;
	width: 9.5rem;
	height: 6.25rem;
	background-image: url(../assets/img/banner_sp.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#banner.questionnaire p a img {
	filter: drop-shadow(0 1rem 0.5rem rgba(0, 0, 0, 0.1));
	animation: bounceWithPause 13s infinite;
}

@keyframes bounceWithPause {
	0%, 3%, 6%, 10%, 20%, 30%, 100% {
		transform: translateY(0);
	}
	2%, 5%, 8%, 15%, 25% {
		transform: translateY(-1rem);
	}
}

@-webkit-keyframes bounceWithPause {
	0%, 3%, 6%, 10%, 20%, 30%, 100% {
		transform: translateY(0);
	}
	2%, 5%, 8%, 15%, 25% {
		transform: translateY(-1rem);
	}
}

