@charset "utf-8";
/*------------------------------------------------------------
	qa
------------------------------------------------------------*/
#main .faq_item {
	margin-bottom: 85px;
}
#main .qaList li {
	margin-bottom: 2.8rem;
	border: 1px solid #919191;
}
#main .qaList li:last-child {
	margin-bottom: 0 !important;
}
#main .qaList .ttl {
	padding: 2.4rem 10rem 2.7rem;
	position: relative;
	color: #1F1F1F;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: .3s;
	background: url(../img/common/icon05.png) no-repeat center right 2.6rem;
	background-size: 4.1rem auto;
}
#main .qaList .ttl.on {
	background-image: url(../img/common/icon05_on.png);
}
#main .qaList .aBox {
	display: none;
	position: relative;
	padding: 2.7rem 3rem 4.3rem 10.3rem;
	border-top: 1px solid #919191;
}
#main .qaList .aBox p {
	color: #1F1F1F;
	line-height: 1.875;
	letter-spacing: 0.02em;
}
#main .qaList .ttl::before,
#main .qaList .aBox::before {
	position: absolute;
	left: 3.4rem;
	background: url(../img/common/icon06.png) no-repeat;
	background-size: 4.1rem auto;
	width: 4.1rem;
	height: 4.1rem;
	content: "";
}
#main .qaList .ttl::before {
	top: 50%;
	transform: translateY(-50%);
}
#main .qaList .aBox::before {
	top: 2.1rem;
	background-image: url(../img/common/icon06_on.png);
}
@media all and (min-width: 897px) {
	#main {
		padding-bottom: 7.8rem;
	}
	#main .headLine01 {
		margin-bottom: 3.4rem;
	}
	#main .comTopList {
		margin-bottom: 7rem;
		position: relative;
	}
	#main .comTopList::after {
		content: "";
		width: 32.5%;
	}
	#main .comTopList li {
		width: 32.5%;
	}
	#main .qaList .ttl:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .headLine01 {
		margin-bottom: 1rem;
	}
	#main .comTopList {
		margin-bottom: 5rem;
	}
	#main .qaList li {
		margin-bottom: 2rem;
	}
	#main .qaList .ttl {
		padding: 1rem 5rem 1rem;
		font-size: 1.5rem;
		background-position: center right 1rem;
		background-size: 3rem auto;
	}
	#main .qaList .aBox {
		padding: 2rem 2rem 2rem 5rem;
	}
	#main .qaList .ttl::before,
	#main .qaList .aBox::before {
		left: 1rem;
		background-size: 3rem auto;
		width: 3rem;
		height: 3rem;
	}
}