@charset "UTF-8";

.key-visual{
	background: url(../images/faq-key-visual.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}

/* ++++++++++++++++++++++++++#faq++++++++++++++++++++++++++ */

#faq:after{
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/wave-bottom.png);
	background-position: center;
}

#faq{
	position: relative;
	z-index: 9;
}
#faq .inner{
	overflow: hidden;
}
#faq .sec-ttl{
	float: left;
	width: 180px;
}
#faq p{
	float: right;
	margin-bottom: 1em;
	font-size: 18px;
	width: calc(100% - 180px);
}
#faq dl:nth-of-type(1){
	border-top: 1px dotted #c2c2c2;
}
#faq dl{
	padding: 30px 0;
	width: calc(100% - 180px);
	clear: right;
	float: right;
	border-bottom: 1px dotted #c2c2c2;
}
#faq dt{
	padding: 10px 0 0 55px;
	margin-bottom: 10px;
	min-height: 40px;
	position: relative;
	font-size: 17px;
	line-height: 1.5;
}
#faq dd{
	padding: 6px 0 0 55px;
	min-height: 40px;
	position: relative;
	line-height: 2;	
}
#faq dt:before,
#faq dd:before{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 17px;
}
#faq dt:before{
	background: #fff;
	content: "Q";
}
#faq dd:before{
	background: #e46868;
	content: "A";
	color: #fff;
}
#faq .btn-area{
	float: left;
	width: calc(100% - 180px);
	margin-top: 40px;
}
#faq .btn{
	margin: auto;
}




@media screen and (max-width: 768px){
	header h1{
		//padding-right: 20px;
	}


/* ++++++++++++++++++++++++++#faq++++++++++++++++++++++++++ */
	#faq .sec-ttl{
		float: none;
		width: 100%;
		height: 8.2em;
	}
	#faq p{
		float: none;
		margin-bottom: 1em;
		font-size: 1.6rem;
		width: 100%;
	}
	#faq dl{
			padding: 15px 0;
			width: 100%;
	}
	#faq dt{
		padding: 10px 0 0 50px;
		font-size: 1.6rem;
	}
	#faq dd{
		padding: 6px 0 0 50px;
	}
	#faq .btn-area{
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	#faq:after{
		height: 10px;
		width: 100%;
		background-size: auto 100%;
		background-position: center;
	}
}