
/* メインイメージ
-----------------------------------------------------------------------------*/
.faq #m_img {background-image: url(../images/faq/m_img.jpg);}



/* lead_box
-----------------------------------------------------------------------------*/
.faq .lead_box .section {
	margin-bottom: 60px;
}



/* 共通
-----------------------------------------------------------------------------*/
.faq .com_index_o {
	background: #FA980D;
	border-top: solid 2px rgba(255,255,255,0.4);
	border-bottom: solid 2px rgba(255,255,255,0.4);
	padding: 10px 3%;
	text-align: center;
	color: #fff;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.6em;
}



/* link_box
-----------------------------------------------------------------------------*/
.faq .link_box {
	margin: 100px auto 50px auto;
	text-align: center;
}	
.faq .link_box li{
	display: inline-block;
	margin: 0 20px;
}	
.faq .link_box li a{
	padding-left:15px;
	background:url(../../../images/arrow4.png) no-repeat left center;
	background-size: 8px;
	text-decoration:none;
	font-size:120%;
	color:#52B600;
	font-weight:bold;
	letter-spacing:0.05em;
}	
.faq .link_box li a:hover {
	text-decoration: underline;
}
	


/* 質問
-----------------------------------------------------------------------------*/
.faq .med_voice .frame_box {
	margin-top:5%;
	margin-bottom:10%;
}

.faq .med_voice dl {
	padding: 30px 50px 0;
	border-top: dashed 1px #BBBBBB;
}
.faq .med_voice dl:first-child {
	padding-top: 0;
	border-top: none;
}
.faq .med_voice dt {
	padding-top: 5px;
	min-height: 33px;
	background: url(../images/faq/q_green.png) no-repeat left top;
	background-size: 38px;
	padding-left: 50px;
	color: #52B200;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.8em;
}
.faq .med_voice dd {
	padding-top: 5px;
	min-height: 33px;
	background: url(../images/faq/a_green.png) no-repeat left top;
	background-size: 38px;
	padding-left: 50px;
	letter-spacing: .05em;
	line-height: 2.0em;
	padding-bottom: 30px;
}

.faq .med_voice .o_style dt {
	padding-top: 5px;
	min-height: 33px;
	background: url(../images/faq/q_orange.png) no-repeat left top;
	background-size: 38px;
	padding-left: 50px;
	color: #FB980E;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: 1.8em;
	margin-bottom:-2.5px;
}
.faq .med_voice .o_style dd {
	padding-top: 5px;
	min-height: 33px;
	background: url(../images/faq/a_orange.png) no-repeat left top;
	background-size: 38px;
	padding-left: 50px;
	letter-spacing: .05em;
	line-height: 2.0em;
	padding-bottom: 30px;
}

.faq .med_voice dd.mail_btn{
	background:none;
	margin-top:-4%;}

.faq .med_voice dd.mail_btn a{
	background:url(../images/faq/mail_icon.png) no-repeat left center;
	padding-left:45px;
	text-decoration:none;
	color:#55B300;
	font-weight:bold;
	letter-spacing: .05em;
	line-height: 2.0em;} 
	


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.faq .link_box {
	margin: 5% auto 5% auto;
}	
.faq .med_voice .frame_box {
	padding: 0% 3% 0;
}
.faq .med_voice dl {
	padding: 3% 5% 0;
}
.faq .med_voice dd {
	padding-bottom: 5%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.faq .lead_box .section {
	margin-bottom: 8%;
}
.faq .link_box {
	width:94%;
	padding: 0 3%;
	margin: 0 auto 3% auto;
}	
.faq .link_box li{
	display: block;
	margin: 0 0 10px;
	text-align: left
}	
.faq .link_box li a{
	font-size:105%;
	padding-left:15px;	
}
		
.faq .med_voice .frame_box {
	padding: 3% 3% 0;
}
.faq .med_voice dl {
	padding: 8% 0 0;
}
.faq .med_voice dt {
	letter-spacing: normal;
	line-height: 1.4em;
}
.faq .med_voice dd {
	letter-spacing: normal;
	line-height: 1.6em;
	padding-bottom: 8%;
}

.faq .med_voice .frame_box .o_style {
	margin-top:-8%;
	padding: -5% 0% 0;
}

.faq .med_voice .o_style dl {
	padding: 8% 0 0;
}
.faq .med_voice .o_style dt {
	letter-spacing: normal;
	line-height: 1.4em;
}
.faq .med_voice .o_style dd {
	letter-spacing: normal;
	line-height: 1.6em;
	padding-bottom: 8%;
}

}
