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

.mt80 {
	margin-top: 80px !important;
}
.faqWrap {
    padding: 80px 0;
}
.subTtl {
    font-size: 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
.qDl dt {
    background-color: #f4f2ef;
    padding: 0.25em 20px 0.25em 3.15em;
	text-indent: -2.2em;
    font-size: 20px;
    margin-top: 50px;
	line-height: 1.5;
}
.qDl dt::before {
    content:'Q.';
	font-size: 28px;
	padding-right: 0.25rem;
}
.qDl dd {
    padding: 1rem 20px 1rem 3.8em;
	text-indent: -2.2em;
	line-height: 1.6;
	font-size: 14px;
}
.qDl dd::before {
    content:'A.';
    font-size: 28px;
    color: #004da0;
	font-weight: bold;
	padding-right: 0.5rem;
}

.qDl dd a{
color: #034da0;
    border-bottom: 1px dashed;
}

@media screen and (max-width: 480px) {
    .mt80 {
        margin-top: 40px !important;
    }
    .faqWrap {
        padding: 40px 0;
    }
    .subTtl {
        font-size: 16px;
    }
    .qDl dt {
        padding: 0.25em 20px 0.25em 2.6em;
        text-indent: -1.8em;
        font-size: 15px;
        margin-top: 30px;
    }
    .qDl dt::before {
        font-size: 22px;
    }
    .qDl dd {
        padding: 0.5rem 10px 0.5rem 2.9em;
        text-indent: -2.2em;
        line-height: 1.6;
    }
    .qDl dd::before {
        font-size: 22px;
    }
}



















