@charset "UTF-8";

.faq .pagenav li	{
    float: left;
    min-width: 30%;
}


.faq_dl	{
}

.faq_dl	dl	{
    margin-bottom: 1em;
}

.faq_dl	dt	{
	font-size: 1.05em;
    padding: 0.25em 2em 0.25em 1.5em;
    border-bottom: 1px #707070 solid;
    position: relative;
    line-height: 1.4;
    cursor: pointer;
}

.faq_dl	dt::before	{
    content: "Q.";
    position: absolute;
    top: auto;
    left: 0;
}

.faq_dl	dt::after	{
    content: "";
    position: absolute;
    width: 1.4em;
    height: 1.4em;
    background-image: url(../../faq/img/plus.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    right: 0;
    top: 50%;
    margin-top: -0.7em;
}

.faq_dl	dl.open dt	{
    font-weight: bold;
}

.faq_dl	dl.open dt::after	{
    background-image: url(../../faq/img/close.svg);
}


.faq_dl	dd	{
	position: relative;
    padding: 0.5em 0 0.5em 1.5em;
    display: none;
}

.faq_dl	dd::before	{
	content: "A.";
    position: absolute;
    left: 0;
    top: auto;
    font-weight: bold;
}

.faq_dl	dd p	{
	margin-bottom: 1em;
}


/*■■■■■■■■■■■■■■■■■■■■■■■*/

@media ( min-width: 768px ) {

.faq .pagenav li	{
    width: 33.3333%;
}

.faq_dl dt {
    font-size: 1.2em;
}

.faq_dl dd {
    padding: 1.5em 0 1.5em 2em;
}

.faq_dl dd::before {
	font-size: 1.2em;
    top: 1em;
}



}/*■■■■■■■■■■■■■■■■■■■■■■■*/

@media ( min-width: 1024px ) {

.faq_dl dd {
    padding-left: 3.5em;
}

.faq_dl dd::before {
    left: 1em;
}



}/*■■■■■■■■■■■■■■■■■■■■■■■*/
