@charset "UTF-8";


.mainvisual {
    position: relative;
    top: 130px;
    background-image: url(../images/header_low_03.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 100%;
}

main {
    position: relative;
    top: 130px;
}

@media screen and (max-width: 768px) {
    .mainvisual {
        top: 80px;
        height: 150px;
    }

    main {
        top: 80px;
    }

}

@media screen and (max-width: 480px) {
    .mainvisual {
        top: 60px;
        height: 100px;
    }

    main {
        top: 60px;
    }

}



.qanda h2 {
    text-align: center;
    font-size: 28px;
    letter-spacing: 5px;
}

.qanda h2 img {
    margin-right: 20px;
}

.qanda .btn {
    margin: 30px auto;
    text-align: center;
}

.qanda .btn a {
    display: inline-block;
    background-color: #f5783c;
    border-radius: 20px;
    width: 300px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}

.qanda .contact {
    text-align: center;
    line-height: 2;
}

.qanda .contact p.bold {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.qanda .inner {
    width: 98%;
    max-width: 900px;
    margin: 0 auto;
}

.qanda .ttl,
.qanda .qandalist {
    padding: 80px 0;
}

.question {
    position: relative;
    background-color: #50aba7;
    color: #fff;
    font-weight: 400;
    padding: 20px 50px 20px 50px;
    margin-top: 40px;
    text-indent: -2em;
}

.question::after {
    position: absolute;
    content: "+";
    color: #fff;
    font-size: 40px;
    right: 20px;
    top: 0px;
}

.question.close {
    position: relative;
    color: #fff;
    font-weight: 400;
    padding: 20px 50px 20px 50px;
}

.question.close::after {
    position: absolute;
    content: "－";
    color: #fff;
    font-size: 40px;
    right: 18px;
    top: 3px;
}

.answer {
    background-color: #e7f1f1;
    padding: 20px 20px 20px 50px;
    display: none;
}

.answer p{
    text-indent: -2em;
}

.answer li {
    text-indent: -2.5em;
    padding-left: 1em;
    margin-bottom: 20px;
}
.answer li ul li{
    text-indent: -1em;
    padding-left: 0.5em;
}

.answer p.caution{
    text-indent: -4em;
    padding-left: 30px;
}

.answer a {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {

    .qanda .ttl,
    .qanda .qandalist {
        padding: 50px 0;
    }

    .qanda h2 {
        font-size: 22px;
    }

    .question {
        position: relative;
        background-color: #50aba7;
        color: #fff;
        font-weight: 400;
        padding: 20px 50px 20px 50px;
        margin-top: 40px;
        text-indent: -2em;
    }

    .question::after {
        position: absolute;
        content: "+";
        color: #fff;
        font-size: 40px;
        right: 10px;
        top: 0;
    }


    .question.close {
        position: relative;
        color: #fff;
        font-weight: 400;
        padding: 20px 50px 20px 50px;
    }

    .question.close::after {
        position: absolute;
        content: "－";
        color: #fff;
        font-size: 40px;
        right: 8px;
        top: 3px;
    }

    .answer {
        background-color: #e7f1f1;
        padding: 30px 30px 30px 50px;
        text-indent: -2.2em;
        display: block;
    }

    .answer li {
        margin-bottom: 20px;
    }

}
