@charset "utf-8";

/* SECTION MESSAGE */

#recruit_section-message .contents_area {
    margin-top: 1.88rem;
}

 @media screen and (max-width: 800px) {
    #recruit_section-message .img-box {
        margin-bottom: 1.88rem;
    }
 }

#recruit_section-message .text-area {
    margin-top: 1.88rem;
}

/* SECTION DESCRIPTION */

#recruit_section-description {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

@media screen and (max-width: 800px) {
    #recruit_section-description {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
 }

#recruit_section-description td {
    background-color: #fff;
    border: none;
}

@media screen and (max-width: 800px) {
    #recruit_section-description table.about_recruit_common {
        margin-bottom: 3.13rem;
    }
 }

#recruit_section-description .common-btn {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

#recruit_section-description .common-btn .btn_add {
    text-align: center;
    margin-bottom: 1.88rem;
}