@charset "utf-8";


/*=============================================
	
	タイトル枠
	
==============================================*/
#top_title_wrap {
	text-align: center;
	color: #FFF;
	position: relative;
	margin: 0 0 2.8em;
}
#top_title_wrap .title_img {
	position: relative;
}
#top_title_wrap .title_img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0.3;
	display:block;
}
#top_title_wrap h3 {
	position: absolute;
	left: 50%;
	top: 45%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
		width: 100%;
	font-size: 3.6em;
	line-height: 1.0em;
}
#top_title_wrap p.sub {
	position: absolute;
	left: 50%;
	top: 60%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 1.4em;
	line-height: 1.0em;
}

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

}

@media print, screen and (min-width: 769px) {
	#top_title_wrap {
		padding: 0 0;
		text-align: center;
		margin: 0 0 50px;
	}
	#top_title_wrap h3 {
		left: 50%;
		top: 45%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 56px;
		margin: 0 0 30px;
	}
	#top_title_wrap p.sub {
		left: 50%;
		top: 65%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 14px;
	}
}


/*=============================================
	
	設問
	
==============================================*/
#faq_wrap {
	padding: 0 0 3em;
}
#faq_wrap .lead {
	text-align: left;
	margin: 0 0 3em;
}
#faq_wrap dl.accordion {
	border-top: 1px solid #CCC;
	color: #666;
}
#faq_wrap dl.accordion dt {
	text-align: left;
	font-size: 105%;
	padding: 1.4em 1.4em 1.4em 3em;
	line-height: 2.0em;
	position: relative;
	color: #9D886D;
}
#faq_wrap dl.accordion dt:before {
	content: "Q.";
	position: absolute;
	left: 0;
	top: 35%;
	font-size: 1.6em;
	color: #9D886D;
}
#faq_wrap dl.accordion dt.arrow_below:after {
	right: 2%;
}
#faq_wrap dl.accordion dd {
	display: none;
	padding: 2em 1.2em 2em;
	line-height: 2.2em;
	font-size: 1.1em;
	color: #333;
	background: #fbfaf7;
	margin: 0 0 1.6em;		
}
@media print, screen and (min-width: 769px) {
	#faq_wrap {
		padding: 0 0 60px;
	}
	#faq_wrap .lead {
		text-align: center;
		margin: 0 0 40px;
	}
	#faq_wrap dl.accordion {
		width: 80%;
		margin: 0 auto;
		border-top: 1px solid #CCC;
		color: #666;
	}
	#faq_wrap dl.accordion dt {
		text-align: left;
		font-size: 105%;
		padding: 25px 1.4em 25px 3em;
		line-height: 2.0em;
		color: #9D886D;
	}
	#faq_wrap dl.accordion dt:before {
		top: 28%;
		font-size: 1.6em;
		color: #9D886D;
	}
	#faq_wrap dl.accordion dt.arrow_below:after {
		right: 2%;
	}
	#faq_wrap dl.accordion dd {
		display: none;
		padding: 2.0em 1.2em 2.0em;
		line-height: 2.2em;
		
	}
}

