@charset "utf-8";




.next-contents {
	margin-top: 0;
}

.page-menu ul {
	padding-top: 60px;
}

.page-menu ul li {
	width: calc(100% / 3);
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.l-faq__list {
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
}


.l-faq__inner {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	transition: .2s ease;
}

.no-touch .l-faq__inner:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
	z-index: 10;
}

.l-faq__title {
	padding: 25px 75px 25px 80px;
	position: relative;
	transition: .2s ease;
	cursor: pointer;
}

.l-faq__title:before {
	content: 'Q';
	color: #fff;
	font-family: Oswald, sans-serif !important;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	width: 40px;
	height: 40px;
	padding: 9px 3px 0 0;
	background: #23a5de;
	position: absolute;
	top: 20px;
	left: 20px;
	transition: 1s ease-out;
}

.no-touch .l-faq__inner:hover .l-faq__title .e-icon:before {
	transform: rotate(180deg);
}

.l-faq__title .e-icon {
	position: absolute;
	top: 27.5px;
	right: 30px;
}

.l-faq__title .e-icon:before {
	content: '\f055';
	font-family: "Font Awesome 5 Free";
	font-size: 2rem;
	font-weight: 700;
}

.l-faq__title.is-open .e-icon:before {
	content: '\f056';
}

.l-faq__title .e-title {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .015em;
}

.l-faq__title.is-open {
	background: #d4d4d4;
}

.l-faq__title.is-open:before {
	background: #3b3b3b;
}









.l-faq__ans {
	padding: 0 20px 20px;
	background: #d4d4d4;
	position: relative;
	display: none;
}

.l-faq__ans-inner {
	padding: 30px 20px 25px 80px;
	border-radius: 12px;
	background: #fff;
	position: relative;
}

.l-faq__ans-inner:before {
	content: 'A';
	color: #fff;
	font-family: Oswald, sans-serif !important;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	width: 40px;
	height: 40px;
	padding: 9px 3px 0 0;
	background: #23a5de;
	position: absolute;
	top: 20px;
	left: 20px;
}

.l-faq__ans .u-read-text {
	line-height: 1.75;
	padding: 0 0 15px;
}

.l-faq__ans .u-read-text .is-large {
	font-size: 2.2rem;
	font-weight: 900;
}

.l-faq__close {
	text-align: center;
	padding: 30px 100px 0 0;
}

.l-faq__close .e-button {
	color: #777;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 5px 25px;
	display: inline-block;
	border-radius: 20px;
	background: #e2e2e2;
	transition: .2s;
	cursor: pointer;
}

.no-touch .l-faq__close .e-button:hover {
	opacity: .8;
}






