@charset "UTF-8";

/* --------------------------------------------------

 * Layout

 * -------------------------------------------------- */
/* faq 202009修正
 * -------------------------------------------------- */
#faq {
background-color: #F2F2F2;
padding: 1.2em 1.5em 0.2em 1.5em;
}

.faq_box {
margin: 0 0 1em 0;
}

.faq_box dl {
background-color: #FFF;
padding: 1em 1.6em 1.5em 1.6em;
}

.faq_box dl dt {
font-size: 16px;
font-size: 1.6rem;
font-weight:700;
background: url(../img/img_q.svg) no-repeat left center;
background-size: 44px 42px;
padding: 1.1em 0 1em 3.5em;
margin: 0 0 0.5em 0;
}


.faq_box dl dd {
font-size: 13px;
font-size: 1.3rem;
padding: 0 0.4em;
line-height: 1.8em;
}

#faq .subtit {
	font-weight: bold;
	font-size: 1.2em;
}
#faq .note{
	font-size: 0.8em;
	margin-bottom: 1.5em;
	margin-left: 0.5em;
}

/* --------------------------------------------------

 * CSS3 Transition

 * -------------------------------------------------- */

xxxxx {
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
	transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}

/* --------------------------------------------------

 * ClearFix

 * -------------------------------------------------- */

xxxxx {  *zoom: 1;
}

xxxxx:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* --------------------------------------------------

 * FontSize 0

 * -------------------------------------------------- */

xxxxx {
	color: transparent;
	font: 0/0 aa;
	text-decoration: none;
}

/* --------------------------------------------------

 * Retina

 * -------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {

} /* END @media pixel ratio */

/* --------------------------------------------------

 * Media Width 479px

 * -------------------------------------------------- */

@media screen and (max-width: 479px) {

.faq_box dl dt {
	font-size:1.5rem;
}


.faq_box dl dt:before {
	font-size:2.2rem;
}


.faq_box dl dd {
	font-size:1.2rem;
}

.faq_box dl dt.sp_q {
background-position:left 0.8em;
}


} /* END @media width 479px */