@charset "UTF-8";

#faq_wrapper{
	font-size:14px;
	position:relative;
}
#faq_wrapper #header{
	background-image:url(../img/top/header_sp_back.png);
	position:fixed;
}
#faq_wrapper #contents{
	padding-top:10%;
}
/*---------------entry_case---------------*/
.faq img{
	max-width:60px;
}
.one_fifth{
	width:20%;
	float:left;
}
.four_fifth{
	width:78%;
	float:right;
}
.four_fifth{
	font-size:16px;
}
.four_fifth p{
	font-weight:bold;
}
.answer{
	clear:both;
	padding-top:2.12765957%;
}
.faq{
	margin-bottom:2.12765957%;
}
.one_sixth{
	width:15%;
	float:left;
}
.five_sixth{
	width:83%;
	float:right;
}
.third{
	display:none;
}

@media screen and (min-width : 768px) {
.four_fifth{
	width:78%;
	float:right;
}

#faq_wrapper {
	max-width:1280px;
	margin:0 auto;
	font-size: 16px;
}
.faq_main img{
	max-width:620px;
}

.faq{
	float:left;
	width:33.333333333333%;
	padding:1%;
	box-sizing: border-box;
	margin-bottom:2.12765957%;
	display:block;
	height:120%;
}
.faq21{
	width:100%!Important;
}
.faq21 .four_fifth{
	width:90%;
}
.faq21 .one_fifth{
	width:10%;
}

.single{
	display:none;
}

.third{
	display: block;
}

/*---------------ie7用---------------*/
*:first-child+html .faq{
	width: 31.3333333333333%;
	}
*:first-child+html #faq_wrapper #contents{
	padding-top:0;
}
*:first-child+html #faq_wrapper #header{
	position:static;
}

}
