@charset "utf-8";
/*=================================
	faq.css
	- unique
	@media only screen and (max-width: 640px)
	- clearfix
================================ */

/* Heading
-------------------------------- */
.heading06.faq01 {
	background: url(/faq/img/com_im01.jpg) no-repeat 50% 0 #9fa09d;
}
.heading06.faq02 {
	background: url(/faq/img/com_im02.jpg) no-repeat 50% 0 #0c0502;
}
.heading06.faq03 {
	background: url(/faq/img/com_im03.jpg) no-repeat 50% 0 #898989;
}
.heading06.faq04 {
	background: url(/faq/img/com_im04.jpg) no-repeat 50% 0 #7a7e80;
}
.faqHeading01 {
	position: relative;
	overflow: hidden;
	margin-top: 50px;
	border-top: solid 1px #e0dedf;
	background: url(/faq/img/com_im05.jpg) no-repeat 100% 50% #0c0502;
}
.faqHeading01 a {
	display: block;
	padding: 13px 280px 11px 15px;
	color: #ffffff;
	font-size: 28px;
	font-size: 2.8rem;
	text-decoration: none;
}
.faqHeading01 a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 999px;
	background: none;
	transition-property: all;
	transition-duration: 0.2s;
}
.faqHeading01 a:hover:after {
	content: "";
	background: #000000;
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.faqHeading02 {
	position: relative;
	overflow: hidden;
	margin-top: 50px;
	border-top: solid 1px #e0dedf;
	background: url(/faq/img/com_im06.jpg) no-repeat 100% 50% #898989;
}
.faqHeading02 a {
	display: block;
	padding: 13px 280px 11px 15px;
	color: #ffffff;
	font-size: 28px;
	font-size: 2.8rem;
	text-decoration: none;
}
.faqHeading03 {
	position: relative;
	overflow: hidden;
	margin-top: 50px;
	border-top: solid 1px #e0dedf;
	background: url(/faq/img/index_bg01.jpg) no-repeat 100% 50% #7a7e80;
}
.faqHeading03 a {
	display: block;
	padding: 13px 280px 11px 15px;
	color: #ffffff;
	font-size: 28px;
	font-size: 2.8rem;
	text-decoration: none;
}

.faqHeading01 a:after,
.faqHeading02 a:after,
.faqHeading03 a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 999px;
	background: none;
	transition-property: all;
	transition-duration: 0.2s;
}
.faqHeading01 a:hover:after,
.faqHeading02 a:hover:after,
.faqHeading03 a:hover:after {
	content: "";
	background: #000000;
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
/* Contents
-------------------------------- */
.faqSection {
	padding: 0;
}

/* faqLink */
.faqLink { /*161110修正*/
	margin-top: 25px;
	counter-reset: faqNum;
	width: 97%;
	margin-left: auto;
	margin-right: auto;
}
.faqLink > li {
	position: relative;
	padding: 8px 0 0 45px;
	min-height: 36px;
}
.faqLink > li + li {
	margin-top: 10px;
}
.faqLink > li:after {
	counter-increment: faqNum;
	content: "Q"counter(faqNum);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
	padding: 7px 0 10px;
	background: #e50212;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.faqLink > li a {
}
.faqLink > li a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	background: url(/common/img/com_ic07.png) no-repeat 0 0;
	width: 8px;
	height: 12px;
}
.faqLink > li a[href^="#"]:after {
	background: url(/common/img/com_ic16.png) no-repeat 0 0;
	width: 12px;
	height: 8px;
}

/* faqBox */
.faqBox { /*161110修正*/
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: dotted 1px #bbbbbb;
	margin-left: auto;
    margin-right: auto;
    width: 97%;
}
.faqSection > .faqBox:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.faqBox > dl {
}
.faqBox > dl > dt {
	position: relative;
	line-height: 1.2;
	padding: 10px 0 10px 70px;
	font-size: 28px;
	font-size: 2.8rem;
}
.faqBox > dl > dt .qNum {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 53px;
	height: 53px;
	padding: 14px 0;
	background: #e50212;
	color: #ffffff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}
.faqBox > dl > dd {
	position: relative;
	padding-left: 70px;
}
.faqBox > dl > dd .aNum {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 53px;
	height: 53px;
	padding: 12px 0;
	background: #ffffff;
	border: solid 1px #e50212;
	color: #e50212;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

/* faqRelatedBox */
.faqRelatedBox {
	margin-top: 40px;
	padding: 30px 40px;
	background: #eeeeee;
}
.faqRelatedBox .boxTitle {
	margin-top: 0;
	color: #555555;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}
.faqRelatedBox .iconLink01 {
	margin-top: 10px;
}
.faqRelatedBox .iconLink01 > li:first-child {
	margin-top: 0;
}
.faqRelatedBox .iconLink01 > li {
	margin-top: 10px;
}

@media only screen and (max-width: 640px) {
	
	/* Heading
	-------------------------------- */
	.heading06.faq01 {
		background: url(/faq/img/com_im01.jpg) no-repeat 50% 0 #9fa09d;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.heading06.faq02 {
		background: url(/faq/img/com_im02.jpg) no-repeat 70% 0 #171717;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.heading06.faq03 {
		background: url(/faq/img/com_im03.jpg) no-repeat 50% 0 #898989;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.heading06.faq04 {
		background: url(/faq/img/com_im04.jpg) no-repeat 50% 0 #7a7e80;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.faqHeading01 {
		margin-top: 30px;
		border-top: solid 1px #e0dedf;
		background: url(/faq/img/com_im05.jpg) no-repeat 100% 50% #1a1819;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.faqHeading01 a {
		display: block;
		padding: 10px;
		color: #ffffff;
		font-size: 18px;
		text-decoration: none;
	}
	.faqHeading02 {
		margin-top: 30px;
		border-top: solid 1px #e0dedf;
		background: url(/faq/img/com_im06.jpg) no-repeat 100% 50% #898989;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.faqHeading02 a {
		display: block;
		padding: 10px;
		color: #ffffff;
		font-size: 18px;
		text-decoration: none;
	}
	.faqHeading03 {
		margin-top: 30px;
		border-top: solid 1px #e0dedf;
		background: url(/faq/img/index_bg01.jpg) no-repeat 100% 50% #7a7e80;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.faqHeading03 a {
		display: block;
		padding: 10px;
		color: #ffffff;
		font-size: 18px;
		text-decoration: none;
	}
	/* Contents
	-------------------------------- */
	.faqSection {
		padding: 0;
	}
	
	/* faqLink */
	.faqLink {
		margin-top: 15px;
		padding: 0 15px;
		counter-reset: faqNum;
	}
	.faqLink > li {
		position: relative;
		padding: 0 0 0 40px;
		min-height: 36px;
	}
	.faqLink > li + li {
		margin-top: 10px;
	}
	.faqLink > li:after {
		counter-increment: faqNum;
		content: "Q"counter(faqNum);
		display: block;
		position: absolute;
		left: 0;
		top: 2px;
		width: 27px;
		height: 27px;
		padding: 6px 0 10px;
		background: #e50212;
		color: #ffffff;
		font-size: 10px;
		font-weight: bold;
		text-align: center;
	}
	.faqLink > li a {
	}
	.faqLink > li a:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		margin-left: 6px;
		background: url(/common/img/com_ic07_sp.png) no-repeat 0 0;
		-webkit-background-size: 8px 12px;
		background-size: 8px 12px;
		width: 8px;
		height: 12px;
	}
	.faqLink > li a[href^="#"]:after {
		background: url(/common/img/com_ic16.png) no-repeat 0 0;
		width: 12px;
		height: 8px;
	}
	
	/* faqBox */
	.faqBox {
		margin-top: 30px;
		padding: 0 15px 30px;
		border-bottom: dotted 1px #bbbbbb;
	}
	.faqSection > .faqBox:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	.faqBox > dl {
	}
	.faqBox > dl > dt {
		position: relative;
		line-height: 1.2;
		padding: 50px 0 0;
		font-size: 18px;
	}
	.faqBox > dl > dt .qNum {
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 40px;
		height: 40px;
		padding: 12px 0;
		background: #e50212;
		color: #ffffff;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
	}
	.faqBox > dl > dd {
		position: relative;
		margin-top: 10px;
		padding: 40px 0 0;
	}
	.faqBox > dl > dd .aNum {
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 40px;
		height: 40px;
		padding: 9px 0;
		background: #ffffff;
		border: solid 1px #e50212;
		color: #e50212;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
	}
	
	/* faqRelatedBox */
	.faqRelatedBox {
		margin-top: 20px;
		padding: 20px 15px;
		background: #eeeeee;
	}
	.faqRelatedBox .boxTitle {
		margin-top: 0;
		color: #555555;
		font-size: 18px;
		font-weight: bold;
	}
	.faqRelatedBox .iconLink01 {
		margin-top: 10px;
	}
	.faqRelatedBox .iconLink01 > li:first-child {
		margin-top: 0;
	}
	.faqRelatedBox .iconLink01 > li {
		margin-top: 10px;
	}
	
}





/* clearfix */
.DUMMY:after,
.DUMMY:after,
.DUMMY:after,
.DUMMY:after,
.DUMMY:after,
.DUMMY:after,
.DUMMY:after,
.DUMMY:after,
.DUMMY:after {
	content : "";
	display : block;
	clear : both;
}