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


@media screen and (min-width:768px){
/*----------------------------------------------------------------------

PC Style

----------------------------------------------------------------------*/

#content h1 {
	font-family: 'Noto Serif CJK JP';
	font-weight:400;
	font-size:24px;
	letter-spacing:4px;
	display:table;
	height:65px;
	background: url(../../faq/images/sub.png) no-repeat bottom center;
	padding:0 10px 15px;
	margin:0 auto 40px;
}

#content dl {
	width:760px;
	margin:0 auto;
}

#content dt.que {
	font-size:16px;
	font-weight:700;
	background:url(../../faq/images/que.png) no-repeat;
	line-height:40px;
	margin-bottom:15px;
	padding-left:55px;
}

#content dt.ans {
	font-size:16px;
	font-weight:700;
	background:url(../../faq/images/ans.png) no-repeat;
	line-height:40px;
	margin-bottom:15px;
	padding-left:55px;
}

#content dd {
	padding-left:55px;
}

#content dd p {
	margin-bottom:15px;
}


#content hr {
	border-top: 1px dashed #EEE;
	margin:30px auto;
}

#content .callto_tel {
	width:490px;
	float:left;
	margin-bottom:70px;
}

#content .linkto_contact {
	width:490px;
	float:right;
	margin-bottom:70px;
}

#content .linkto_contact a:hover {
	opacity:0.6;
	transition:0.3s;
}

#content p.inquiry {
	text-align:center;
	margin-top:50px;
	margin-bottom:30px;
}

}



@media screen and (max-width:767px){
/*----------------------------------------------------------------------

SP Style

----------------------------------------------------------------------*/

#content h1 {
	font-family: 'Noto Serif CJK JP';
	font-weight:400;
	font-size:20px;
	letter-spacing:4px;
	text-align:center;
	height:65px;
	background: url(../../faq/images/sub_sp.png) no-repeat bottom center;
	background-size:230px 32px;
	margin:20px auto 30px;
}

#content dl {
}

#content dt.que {
	font-size:16px;
	font-weight:700;
	background:url(../../faq/images/que.png) no-repeat 0 1px;
	background-size:20px 20px;
	margin-bottom:20px;
	padding-left:30px;
}

#content dt.ans {
	font-size:16px;
	font-weight:700;
	background:url(../../faq/images/ans.png) no-repeat 0 1px;
	background-size:20px 20px;
	margin-bottom:20px;
	padding-left:30px;
}

#content dd {
	padding-left:0;
}

#content dd p {
	margin-bottom:15px;
}

#content hr {
	border-top: 1px dashed #EEE;
	margin:30px auto;
}

#content .callto_tel,
#content .linkto_contact {
	margin-bottom:10px;
}

#content p.inquiry {
	text-align:center;
	margin-top:50px;
	margin-bottom:30px;
}


}