@charset "UTF-8";
/* CSS Document */



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/




/* PC */
@media screen and (min-width:481px), print {



/* faq */
#wrapper{
	overflow:hidden;
}
.faq{
	
	}
.faq h4{
	color: #e78585;
	font-size: 24px;
	font-weight: bold;
	margin-bottom:60px;
	}

.faq #faq_area{
	
	}
.faq #faq_area ul{
	}
.faq #faq_area ul li{
	float:left;
	width:450px;
	}
.faq #faq_area ul li:nth-child(even){
	float:right;
	width:450px;
	}
.faq #faq_area ul li:nth-child(n + 3){
	margin-top: 50px;
	}
.faq #faq_area ul li dl dt{
	min-height:38px;
	color: #e78585;
	font-size: 18px;
	font-weight: bold;
	line-height:24px;
	margin-bottom:20px;
	background:url(../img/faq_icon01.png) no-repeat left top;
	padding-left:50px;
	padding-top:7px;
	}
	
.faq #faq_area ul li dl dt img{
	width:38px;
	height:38px;
	margin:-7px 5px 0 0;
	}

.faq #faq_area ul li dl dd{
	font-size: 14px;
	line-height:26px;
	background:url(../img/faq_icon02.png) no-repeat left top;
	padding-left:50px;
	padding-top:7px;
	}
.faq #faq_area ul li dl dd img{
	width:38px;
	height:38px;
	margin:-7px 5px 0 0;
	}









}






/* スマホ */
@media only screen and (max-width: 480px) {


/* faq */

.faq{
	
	}
.faq h4{
	color: #e78585;
	font-size: 158%;
	font-weight: bold;
	margin-bottom:9%;
	}

.faq #faq_area{
	
	}
.faq #faq_area ul{
	}
.faq #faq_area ul li{
	width:100%;
	margin-bottom:4%;
	border-bottom:1px solid #CCC;
	padding-bottom:4%;
	}
.faq #faq_area ul li.no_line{
	border-bottom:none;
	}
.faq #faq_area ul li dl dt{
	min-height:38px;
	color: #e78585;
	font-size: 115%;
	font-weight: bold;
	line-height:24px;
	margin-bottom:3%;
	background:url(../img/faq_icon01.png) no-repeat left top;
	padding-left:14%;
	padding-top:2%;
	}
.faq #faq_area ul li dl dt img{
	margin:-7px 5px 0 0;
	}

.faq #faq_area ul li dl dd{
	font-size: 100%;
	line-height:26px;
	background:url(../img/faq_icon02.png) no-repeat left top;
	padding-left:14%;
	padding-top:2%;
	}
.faq #faq_area ul li dl dd img{
	width:10%;
	margin:-7px 5px 0 0;
	}






}
