@charset "utf-8";

/*! mainVisual
================================================== */
#faq .boxBtns{
	width: 780px;
	margin: 40px auto 0;
	padding: 15px 10px;
	background: #b1dfff;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}
#faq .boxBtns p{
	float: left;
	margin: 5px 5px;
}

#faq #contents {
	padding-top: 0;
}

/* faqBox01
---------------------------------------- */
#faq .faqBox01 {
	margin-top: 50px;
}
#faq .faqBox01 + .faqBox01 {
	margin-top: 60px;
}
#faq .faqBox01 h2 {
    background: url(../img/faq/ico_question01.png) 15px center no-repeat #1588da;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding: 25px 0 19px 65px;
}
#faq .faqBox01 h2.tit02 {
    background: none;
    line-height: 1;
    padding: 0;
}
#faq .faqBox01 ul {
	margin-top: 35px;
}
#faq .faqBox01 ul li a {
	display: block;
	font-weight: bold;
	font-size: 15px;
	color: #414148;
	padding: 19px 0 15px 55px;
	background-image: url(../img/faq/ico_q01.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#faq .faqBox01 ul li:nth-child(odd) a {
	background-color: #faf6df;
}
/* secTrouble
---------------------------------------- */
#faq .secTrouble {
	clear: both;
	overflow: hidden;
	margin: 60px 0;
}
#faq .secTrouble .tit02 {
	margin: 0 0 15px 0;
}
#faq .secTrouble .boxTrouble {
	clear: both;
	overflow: hidden;
	background: #f5f6f6;
	padding: 20px 20px 10px 20px;
}
#faq .secTrouble .boxTrouble p {
	float: left;
	width: 283px;
	background:url(../img/faq/ico_water01.png) 15px no-repeat #fff;
	border:solid 1px #d1d1d7;
	border-radius: 5px;
	padding: 13px 20px 12px 60px;
	margin: 0 10px 10px 0;
	font-size: 13px;
}
#faq .secTrouble .boxTrouble p:nth-child(2n) {
	margin: 0 0 10px 0;
}
#faq .secTrouble .boxTrouble p a {
	color: #414148;
}
#faq .secTrouble .boxTrouble p a:hover {
	text-decoration: none;
}
#faq .secTrouble .btn05{
	clear: both;
	overflow: hidden;
	padding: 30px 0 0;
	text-align: center;
}
/* secFlow
---------------------------------------- */
#faq .secFlow{
	margin: 0 0 60px;
}
#faq .secFlow .flow{
	margin: 0 0 35px;
}
#faq .secFlow .payment{
	margin: 0 0 10px;
}
#faq .secFlow .note{
	font-size: 13px;
	letter-spacing : 0.03em ;
}

/* secVoice
---------------------------------------- */
#faq .secVoice{
	clear: both;
	overflow: hidden;
	padding: 0 0 40px;
}
#faq .secVoice .tit01{
	margin: 0 0 20px;
}
#faq .secVoice .boxVoice{
	position: relative;
	float: left;
	width: 383px;
	margin-bottom: 20px;
	border: solid 1px #d1d1d7;
	box-sizing: border-box;
}
#faq .secVoice .boxVoice:after{
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 25px;
	height: 25px;
	background: url(../img/faq/bg02.png);
}
#faq .secVoice .boxVoice:nth-of-type(2n){
	margin-left: 14px;
}
#faq .secVoice .boxVoiceIn{
	position: relative;
	min-height: 150px;
	padding: 23px 155px 23px 29px;
}
#faq .secVoice .boxVoiceIn:before,
#faq .secVoice .boxVoiceIn:after{
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	width: 12px;
	height: 12px;
	background: url(../img/faq/ico_circle01.png) no-repeat;
}
#faq .secVoice .boxVoiceIn:before{ left:10px;}
#faq .secVoice .boxVoiceIn:after{ right:8px;}
#faq .secVoice .img{
	position: absolute;
	top: 29px;
	right: 29px;
}
#faq .secVoice .name{
	display: table-cell;
	vertical-align: middle;
	height: 46px;
	padding: 5px 0 0 50px;
	color: #003392;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.4;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#faq .secVoice .name a{
	color: #003392;
	text-decoration: none;
}
#faq .secVoice .name.icon01{ background-image: url(../img/faq/ico_voice01.png);}
#faq .secVoice .name.icon02{ background-image: url(../img/faq/ico_voice02.png);}
#faq .secVoice .name.icon03{ background-image: url(../img/faq/ico_voice03.png);}
#faq .secVoice .name.icon04{ background-image: url(../img/faq/ico_voice04.png);}
#faq .secVoice .txt{
	padding: 5px 0 0;
	font-size: 15px;
	line-height: 1.7;
}
.secVoice .btn03{
	clear: both;
	overflow: hidden;
	padding: 10px 0 0;
	text-align: center;
}

/* faqBox02
---------------------------------------- */
#faq .faqBox02 {
	padding: 30px;
	background: url(../img/faq/bg01.png) no-repeat #e9f4fb;
}
#faq .faqBox02 p {
	margin-top: 25px;
	font-size: 15px;
	line-height: 1.6;
}
#faq .faqBox02 .faqBoxList01 {
	margin-left: -12px;
	margin-top: 27px;
	clear: both;
	overflow: hidden;
}
#faq .faqBox02 .faqBoxList01 li {
	float: left;
	margin-left: 12px;
}
#faq .faqBox02 .faqBoxList02 {
	margin-left: -10px;
	margin-top: 14px;
	clear: both;
	overflow: hidden;
}
#faq .faqBox02 .faqBoxList02 li {
	float: left;
	margin-left: 10px;
}

/* faqBox03
---------------------------------------- */
#faq .faqBox03 {
	margin-top: 50px;
}
#faq .faqBox03 .tit {
    background: url(../img/faq/ico_question01.png) 15px center no-repeat #1588da;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding: 25px 0 19px 65px;
}
#faq .faqBox03 section {
	margin-top: 34px;
	border: 1px solid #d4d4da;
	padding: 2px;
}
#faq .faqBox03 .titQ {
	background: url(../img/faq/ico_q01.png) 23px center no-repeat #faf6df;
	padding: 25px 63px;
	border-bottom: 2px solid #1588da;
	font-size: 18px;
	font-weight: bold;
}
#faq .faqBox03 p {
	font-size: 15px;
	line-height: 1.6;
	background: url(../img/faq/ico_a01.png) 23px 23px no-repeat;
	padding: 31px 64px 21px;
}
#faq .faqBox03 p a {
	color: #1588da;
}
#faq .faqBoxShow01 {
	margin-top: 40px;
}
#faq .faqBoxShow01 ul {
	margin-top: 15px;
}
#faq .secTrouble.faqBoxShow01 {
	margin-bottom: 50px;
}