@charset "EUC-JP";



/* ------------------------------
	.head_ttl_box
------------------------------ */
.head_ttl_box{
	background: url(../img/faq/head_img.png) no-repeat center center;
	background-size: 100%;
}

.head_ttl_box .head_ttl{
	color: #000;
	text-shadow: none;
}


@media screen and (max-width: 768px){
	.head_ttl_box{
		background: url(../img/faq/head_img_sp.png) no-repeat center center;
		background-size: cover;
	}
}



/* ------------------------------
	.sec_ttl
------------------------------ */
.sec_ttl{
	text-align: center;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.6;
}


@media screen and (max-width: 768px){
	.sec_ttl{
		font-size: 2.0rem;
	}
}



/* ------------------------------
	.faq
------------------------------ */
.faq{
	padding: 100px 0 320px;
}

.faq .wrap{
	position: relative;
}

.faq_nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	margin: 60px auto 0;
}

.faq_nav li{
	font-size: 1.5rem;
	line-height: 2;
	font-weight: bold;
}
.faq_nav li.current a{
	text-decoration: underline;
	color: #a2935d;
}
.faq_nav li.current a:hover{
	text-decoration: none;
}

.faq_nav li::after{
	padding: 0 1em;
	content: "\ff5c";
}
.faq_nav li.current::after{
	text-decoration: none;
}
.faq_nav li:last-child::after{
	display: none;
}

.faq_box{
	margin-top: 80px;
	padding-top: 20px;
}

.faq .ttl{
	display: flex;
	align-items: center;
	height: 72px;
	padding-left: 110px;
	margin: 0 0 35px;
	background: url(../img/common/faq_ttl_ico.png) no-repeat center left;
	background-size: 91px;
	color: #a2935d;
	font-size: 3.2rem;
	font-weight: bold;
}

.faq_box dl{
	padding: 40px 55px 60px;
	border: 1px solid #a1925d;
	border-radius: 15px;
}

.faq_box dl + dl{
	margin-top: 15px;
}

.faq_box dt{
	margin-bottom: 20px;
	font-size: 2.5rem;
	font-weight: bold;
}

.faq_box dt::before{
	content: "";
	display: inline-block;
	width: 48px;
	height: 46px;
	margin-right: 15px;
	background: url(../img/common/faq_ico.png) no-repeat center center;
	background-size: 48px;
	vertical-align: middle;
}

.faq_box dd{
	font-size: 1.5rem;
	line-height: 2;
}

.faq_box dd::before{
	content: "A. ";
}

.faq_box dd .ye{
	text-decoration: underline;
}
.faq_box dd .ye:hover{
	text-decoration: none;
}

.faq_box dd .bold{
	font-weight: bold;
}


@media screen and (max-width: 768px){
	.faq{
		padding: 20px 0 50px;
	}

	.faq_nav ul{
		justify-content: flex-start;
		width: 94%;
		margin-top: 20px;
	}

	.faq_nav li{
		width: 100%;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 2.3;
	}

	.faq_nav li::after{
		display: none;
	}

	.faq .wrap{
		width: 100%;
	}

	.faq .ttl{
		width: 94%;
		height: initial;
		min-height: 50px;
		margin: 0 auto 20px;
		padding-left: 67px;
		padding-bottom: 0;
		background-size: 55px;
		font-size: 2.0rem;
		line-height: 1.3;
	}

	.faq_box{
		position: relative;
		margin-top: 20px;
		padding-top: 10px;
	}

	.faq_box + .faq_box{
		margin-top: 50px;
	}

	.faq_box dl{
		margin: 0 3vw;
		padding: 25px 5vw;
		border-radius: 10px;
	}

	.faq_box dl + dl{
		margin-top: 25px;
	}

	.faq_box dt{
		position: relative;
		display: flex;
		align-items: center;
		min-height: 2.6em;
		padding-left: 55px;
		font-size: 2.0rem;
		line-height: 1.3;
	}

	.faq_box dt::before{
		position: absolute;
		left: 0;
		top: 5px;
		width: 44px;
		height: 42px;
		background-size: 100%;
	}

	.faq_box dd{
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: 1.6;
	}
}