@charset "UTF-8";

.box01 {
    padding: 0;
    padding-bottom: 40px;
    margin-bottom: 80px;
}


/************* keyword */
.wpcf7 {
    margin-bottom: 70px !important;
}

.keyword {
    width: 100%;
    font-size: 12px;
    position: relative;
    text-align: center;
}

.searchbox {
    width: 1000px;
    margin: auto;
    position: relative;
}

.search {
    border: 2px solid #35aa86;
    display: inline;
    outline: 0;
    padding: 7px 5px 7px 50px;
    font-size: 11px;
    color: #000;
    width: 82%;
}


.keyword img {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 15px;
    top: 14px;
}


.submit {
    min-width: 160px;
    font-size: 15px;
    margin-left: 20px;
    font-weight: bold;
    color: #35aa86;
    text-align: center;
    position: relative;
    background-color: #fff;
    border-radius: 50px;
    border: 3px solid #35aa86;
    display: inline-block;
    padding: 8px 25px 6px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    box-shadow: 0 4px 0px #c2c9c1;

}



.submit:hover {
    opacity: 1;
    border: 3px solid #35aa86;
    transform: translateY(0.1875em);
    box-shadow: none;
    color: #fff;
    background-color: #35aa86;
}




.box02 {
    border: 5px solid #35aa86;
    border-radius: 4px;
}

.faq_area {
    margin-bottom: 90px;
}

.faq_area:last-child {
    margin-bottom: 0;
}

.faq_box dt {
    padding: 15px 50px 15px 55px;
    font-size: 20px;
    position: relative;
    letter-spacing: 0.08em;
    cursor: pointer;
    border-bottom: 2px solid #6dbe9b;
    background-color: #dfefe8;
    margin-top: 40px;
    color: #000;
    font-weight: bold;
}

.faq_box dt:before {
    position: absolute;
    content: "";
    background-image: url("../images/faq/icon_qa_q.png");
    background-repeat: no-repeat;
    width: 17px;
    height: 19px;
    top: 20px;
    left: 20px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .faq_box dt:before {
        background-image: url("../images/faq/icon_qa_q@2x.png");
        background-size: 17px 19px;
    }
}

.faq_box dt:after {
    position: absolute;
    content: "\f13a";
    font-family: "Font Awesome 5 Free";
    right: 15px;
    top: 16px;
    color: #35aa86;
}

.faq_box dd {
    padding: 15px 50px 15px 55px;
    position: relative;
    display: none;
    background-color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #6dbe9b;
    border-left: 1px solid #6dbe9b;
    border-right: 1px solid #6dbe9b;
}

.faq_box dd:before {
    position: absolute;
    content: "";
    background-image: url("../images/faq/icon_qa_a.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 17px;
    top: 20px;
    left: 20px;
}

.faq_box dd {
    line-height: 1.7em;
    color: #000;
    font-size: 16px;
}

.faq_box dd p {
    margin-bottom: 20px;
}

.faq_box dt:first-child {
    margin-top: 0;
}



@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .faq_box dd:before {
        background-image: url("../images/faq/icon_qa_a@2x.png");
        background-size: 17px 19px;
    }
}

.faq_box .btn_off:after {
    position: absolute;
    content: "\f139";
    font-family: "Font Awesome 5 Free";
    right: 15px;
    top: 16px;
    color: #35aa86;
}


.contact_box{
    margin-top: 90px;
}



@media (max-width: 767px) {
    .searchbox {
        width: 100%;
    }

    .search {
        width: 96%;
    }

    .submit {
        margin-left: 0;
        margin-top: 30px;
    }

    .keyword img {
        left: 25px;
    }

    .faq_box dd {
        padding: 15px 20px 15px 55px;
    }
    .ttl_07{
        margin-top: 120px;
        padding: 8px 15px 8px 15px
    }
    .ttl_07 span{
        display: block;
    }
    .ttl_07 span:before {
        width: 72px;
        height: 76px;
        bottom: auto;
        left: 0;
        right: 0;
        top: -84px;
        margin: auto;
    }

}
