@charset "UTF-8";
main {
    padding-top: 78px;
    padding-bottom: 50px;
}
.page_top {
    width: 95%;
    margin: 0 auto 71px;
    max-width: 1290px;
    height: 250px;
    position: relative;
}
.page_top_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 125px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #FFFFFF;
    background-position: center;
    background-size: cover;
}
.page_top_wrapper::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #2C0C0080;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
}
.page_top_ttl {
    position: relative;
    z-index: 2;
    line-height: 1.5;
    text-align: center;
}
.page_top_ttl>h1 {
    font-size: 30px;
    margin-bottom: 13px;
}
.page_top_ttl>p {
    font-size: 15px;
    font-family: 'Kanit';
}
.page_top_pnkz {
    position: absolute;
    z-index: 2;
    bottom: 29px;
    left: 6%;
    font-size: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.page_top {
    width: auto;
    margin: 0 0 30px;
    max-width: unset;
    height: auto;
}

.page_top_wrapper {
    color: #2C0C00;
    margin-bottom: 70px;
}
.page_top_wrapper::before {
    display: none;
}
.page_top_ttl {
    margin-bottom: 30px;
}
.page_top_pnkz {
    position: unset;
}
.sec {
    padding-bottom: 40px;
}
.sec_ttl {
    font-size: 27px;
    color: #378E2C;
    text-align: center;
    margin-bottom: 40px;
}
.sec_wrapper {}
.faq_box {
    border: #378E2C 3px solid;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}
.faq_box_hd {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 18px 40px;
    background: #378E2C;
    color: #FFFFFF;
    font-size: 20px;
}
.faq_box_hd span {
    font-size: 22px;
    font-family: 'Kanit';
}
.faq_box_cnt {
    padding: 30px 67px;
    background: #FFFFFF;
}


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

@media screen and (max-width:768px) {
    main {
        padding-top: 50px;
    }
    .page_top {
        margin-bottom: 23px;
    }
    .page_top_wrapper {
        overflow: unset;
        margin-bottom: 23px;
    }
    .page_top_wrapper::before {}
    .page_top_ttl {
        margin-bottom: 20px;
    }
    .page_top_ttl>h1 {
        font-size: 23px;
        margin-bottom: 8px;
    }
    .page_top_ttl>p {
        font-size: 13px;
    }
    .page_top_pnkz {
        flex-flow: wrap;
        justify-content: center;
        font-size: 13px;
    }
    .page_top {}
    .page_top_wrapper::before {}
    .page_top_ttl {}
    .page_top_pnkz {}
    .sec {
        padding-bottom: 30px;
    }
    .sec_ttl {
        font-size: 21px;
        margin-bottom: 15px;
    }
    .sec_wrapper {}
    .faq_box {
        margin-bottom: 10px;
    }
    .faq_box_hd {
        font-size: 16px;
        padding: 18px 25px;
    }
    .faq_box_hd span {}
    .faq_box_cnt {
        padding: 20px 25px;
    }

}
