@charset "utf-8";
main.faq {
}
main.faq .wrapper {
	width: 100%;
}
main.faq section.top > h2 {
	margin: 65px auto 75px;
}
main.faq .wrapper section {
	width: 800px;
	margin: 0 auto;
}
main.faq section a {
	text-decoration: none;
	border-bottom: 1px solid #083C7F;
	padding-bottom: 1px;
	color: #083C7F;
}
main.faq section h3 {
	margin-left: 60px;
	padding-left: 15px;
	position: relative;
}
main.faq .wrapper section.middle {
	margin-top: 60px;
}
main.faq section .pink {
	color: #083C7F;
}
main.faq section ul.faq-list {
	margin-left: 80px;
	font-size: 17px;
	font-weight: bold;
}
main.faq section ul.faq-list li:nth-child(n+2) {
	margin-top: 18px;
}
main.faq section ul.faq-list.ans li:nth-child(n+2) {
	margin-top: 35px;
}
main.faq section ul.faq-list li .answer {
	color: #000;
	display: block;
	margin-top: 16px;
}
main.faq section .indent {
	text-indent: -1em;
	padding-left: 1em;
}
main.faq .border {
	height: 74px;
}
main.faq section.middle.top6 {
	margin-bottom: 118px;
}
main.faq .bg-pink {
	background: url(/contents_file/fun/koushien/images/faq/faq_wave.png) left top repeat-x, url(/contents_file/fun/koushien/images/faq/faq_wave_bottom.png) left bottom repeat-x;
	background-color: #fef2f4;
	padding-top: 40px;
	padding-bottom: 110px;
}
main.faq section.bottom > h2 {
	font-size: 36px;
	margin: 65px auto 20px;
}
main.faq section.bottom > p {
	text-align: center;
	margin-bottom: 28px;
}
main.faq section.bottom .left {
	display: inline-block;
	vertical-align: middle;
	margin-left: 90px;
}
main.faq section.bottom .right {
	display: inline-block;
	vertical-align: middle;
	font-size: 57px;
	font-weight: bold;
}
.top h3::before,
.top2 h3::before,
.top3 h3::before,
.top4 h3::before,
.top5 h3::before,
.top6 h3::before,
.a1 h3::before,
.a2 h3::before,
.a3 h3::before,
.a4 h3::before,
.a5 h3::before,
.a6 h3::before {
	content: "";
	position: absolute;
	top: -10px;
	right: 100%;
	width: 61px;
	height: 61px;
	background-size: 100%;
}
.top h3::before {
	background-image: url(/contents_file/fun/koushien/images/common/common_blue_num01.png);
}
.top2 h3::before{
	background-image: url(/contents_file/fun/koushien/images/common/common_blue_num02.png);
}
.top3 h3::before {
	background-image: url(/contents_file/fun/koushien/images/common/common_blue_num03.png);
}
.top4 h3::before{
	background-image: url(/contents_file/fun/koushien/images/common/common_blue_num04.png);
}
.top5 h3::before {
	background-image: url(/contents_file/fun/koushien/images/common/common_blue_num05.png);
}
.top6 h3::before{
	background-image: url(/contents_file/fun/koushien/images/common/common_blue_num06.png);
}
.a1 h3::before {
	background-image: url(/contents_file/fun/koushien/images/common/common_white_num01.png);
}
.a2 h3::before{
	background-image: url(/contents_file/fun/koushien/images/common/common_white_num02.png);
}
.a3 h3::before {
	background-image: url(/contents_file/fun/koushien/images/common/common_white_num03.png);
}
.a4 h3::before{
	background-image: url(/contents_file/fun/koushien/images/common/common_white_num04.png);
}
.a5 h3::before {
	background-image: url(/contents_file/fun/koushien/images/common/common_white_num05.png);
}
.a6 h3::before{
	background-image: url(/contents_file/fun/koushien/images/common/common_white_num06.png);
}
main.faq section .to_form {
	text-align: center;
	margin-top: 20px;
	padding: 0 15px 0 0;
}
main.faq section .to_form__button{
	display: inline-block;
	text-decoration: none;
	border-bottom: 0;
	background: #083C7F;
	color: #FFF;
	font-size: 19px;
	line-height: 2.3;
	padding: 0 15px;
	position: relative;
}
main.faq section .to_form__button:hover {
	opacity: .7;
}
main.faq section .to_form__button:after {
	content:"";
	display: block;
	position: absolute;
	right: -19px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21.5px 0 21.5px 19px;
	border-color: transparent transparent transparent #083C7F;
}