@charset "utf-8";
/*------------------------------------------------------------
	qa
------------------------------------------------------------*/
.pageTitle {
	background-image: url(../img/qa/page_img.jpg);
}
#main .sub:not(:last-of-type) {
	margin-bottom: 5rem;
	padding-bottom: 5rem;
	border-bottom: 1px solid #24479c;
}
#main .sub .headLine03 {
	margin-bottom: 5rem;
}
#main .sub dl {
	margin-bottom: 3rem;
	border-radius: 4rem;
	overflow: hidden;
}
#main .sub dl:last-child {
	margin-bottom: 0;
}
#main .sub dt {
	padding: 3.4rem 7rem 3.2rem;
	position: relative;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	background: #2fb7d0 url(../common/img/icon08.png) no-repeat right 2.9rem top 3.3rem / 2.8rem;
	cursor: pointer;
}
#main .sub dt.on {
	background-image: url(../common/img/icon08_on.png);
}
#main .sub dd {
	padding: 3.4rem 7rem 5rem;
	position: relative;
	letter-spacing: 0.03em;
	color: #47596f;
	display: none;
	background-color: #ecf6f8;
}
#main .sub dd p {
	position: relative;
}
#main .sub dt::after,
#main .sub dd p::after {
	position: absolute;
	top: 2.7rem;
	left: 3rem;
	content: "Q.";
	z-index: 1;
	width: 3.2rem;
	height: 3.2rem;
	color: #ebff00;
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-family: "Montserrat", sans-serif;
}
#main .sub dd p::after {
	top: -0.6rem;
	left: -4rem;
	content: "A.";
	color: #e97e94;
}
@media all and (max-width: 896px) {
	#main .sub:not(:last-of-type) {
		margin-bottom: 2rem;
		padding-bottom: 2rem;
	}
	#main .sub .headLine03 {
		margin-bottom: 3rem;
	}
	#main .sub dl {
		margin-bottom: 1.5rem;
		border-radius: 1rem;
	}
	#main .sub dt {
		padding: 1.5rem 3rem;
		font-size: 1.4rem;
		background-size: 1.6rem;
		background-position: right 1rem top 1.8rem;
	}
	#main .sub dd {
		padding: 1.5rem 2rem 1.5rem 3rem;
		text-align: justify;
	}
	#main .sub dt::after,
	#main .sub dd p::after {
		top: 1.3rem;
		left: 1rem;
		width: 2.7rem;
		height: 2.7rem;
		font-size: 1.6rem;
	}
	#main .sub dd p::after {
		top: -0.2rem;
		left: -2rem;
	}
}