@charset "UTF-8";

.p-section__qa:before,
.p-section__answer:before {
	font-family: 'Lato', sans-serif;
}

.p-section__qa:before,
.p-section__answer:before {
	font-weight: 700;
}

.p-section__question:hover {
	-webkit-transition: .6s;
	transition: .6s;
	opacity: .6;
}

.p-section__title:before,
.p-section__question:before,
.p-section__question:after {
	position: absolute;
	display: block;
	content: '';
}

/* section
---------------------------------------- */

.p-section {
	width: 1000px;
	margin: 120px auto 0 auto;
}

.p-section__title {
	font-size: 1.625rem;
	position: relative;
	padding: 0 0 .5em .85em;
	color: #023392;
	border-bottom: #cedbe3 1px solid;
}

.p-section__title:before {
	top: .35em;
	left: 0;
	width: 8px;
	height: .95em;
	background: #00aed0;
}

.p-section__qa {
	position: relative;
}

.p-section__qa:before {
	font-size: 1.375rem;
	position: absolute;
	top: 16px;
	left: 20px;
	content: 'Q.';
	color: #023392;
}

.p-section__question {
	position: relative;
	padding: 20px 60px;
	cursor: pointer;
	border-bottom: #cedbe3 1px solid;
}

.p-section__question:before {
	top: 50%;
	right: 0;
	width: 16px;
	height: 2px;
	-webkit-transform: translate(-20px, -50%);
	-ms-transform: translate(-20px, -50%);
	transform: translate(-20px, -50%);
	background: #00aed0;
}

.p-section__question:after {
	top: 50%;
	right: 0;
	width: 2px;
	height: 16px;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-transform: translate(-27px, -50%);
	-ms-transform: translate(-27px, -50%);
	transform: translate(-27px, -50%);
	background: #00aed0;
}

.p-section__question.is-open:after {
	background: transparent;
}

.p-section__answer {
	position: relative;
	padding: 20px 20px 20px 60px;
	border-bottom: #cedbe3 1px solid;
	background: #e8f8ff;
}

.p-section__answer:before {
	font-size: 1.375rem;
	position: absolute;
	top: 16px;
	left: 20px;
	content: 'A.';
	color: #00aed0;
}

.p-section__link {
	text-decoration: underline;
	color: #00aed0;
}

.p-section__link:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {

.p-section {
	width: 100%;
	margin-top: 16vw;
}

.p-section__title {
	font-size: 5.2vw;
}

.p-section__qa:before {
	font-size: 4vw;
	top: 2.1333333333vw;
	left: 2.6666666667vw;
}

.p-section__question {
	padding: 2.6666666667vw 8vw;
}

.p-section__question:before {
	width: 4.2666666667vw;
	height: .5333333333vw;
	-webkit-transform: translate(-2.6666666667vw, -50%);
	-ms-transform: translate(-2.6666666667vw, -50%);
	transform: translate(-2.6666666667vw, -50%);
}

.p-section__question:after {
	width: .5333333333vw;
	height: 4.2666666667vw;
	-webkit-transform: translate(-4.4vw, -50%);
	-ms-transform: translate(-4.4vw, -50%);
	transform: translate(-4.4vw, -50%);
}

.p-section__answer {
	padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 8vw;
}

.p-section__answer:before {
	font-size: 4vw;
	top: 2.1333333333vw;
	left: 2.6666666667vw;
}

}

/*# sourceMappingURL=faq.css.map */
