@charset "utf-8";

.topic_path_content_title_box{
    padding: 0 0 34px 0;
}

.course_detail_box{
    margin: 0 0 3rem 0;
}

.course_detail_box h2{
    font-size: 1.45rem;
    font-weight: 600;
    color: #206d36;
    margin-bottom: 0.5rem;
}

.detail_header{
    padding: 2rem 2rem 1rem 2rem;
    background: #fff;
    border: 3px solid #f55000;
    border-radius: 0.5rem;
}

.course_type{
    font-size: 1.4rem;
    font-weight: 600;
    color: #cf4900;
}

.course_title{
    padding: 0 0 0.3rem 0;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e2e2e2;
}

.course_title .ttl{
    font-size: 1.4rem;
    font-weight: 600;
}

.course_title p{
    margin-bottom: 0;
    font-size: 1.1rem;
}

.course_body{}

.course_body dl{
    display: flex;
    justify-content: flex-start;
}

.course_body dl dt{
    min-width: 4rem;
}

.course_body dl dd p{
    margin-bottom: 0;
}

.course_note{
    margin: 1.5rem 0 0 0;
    padding: 0 2.5rem;
    line-height: 1.5;
}

.form_box{}

.form_box .box_header{
    padding: 0.6rem 0 0.4rem 0;
    text-align: center;
    background: #654133;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 1rem 1rem 0 0;
}

.form_box .box_inner{
    padding: 2rem;
    background: #fff1d7;
}

.form_title{
    margin-bottom: 2rem;
}

.form_title .f_ttl{
    font-size: 1.2rem;
    font-weight: 600;
    color: #5e392b;
}

.form_title .f_info{
    color: #5e392b;
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
}

.form_title .f_info dl{
    display: flex;
}

.form_title .f_info p{
    margin-bottom: 0;
}

.form_title .course_select{
    margin-top: 1rem;
}

.form_title .course_select ul{
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
}

.form_title .course_select ul li label{
    display: flex;
    align-items: center;
    padding: 0.4rem 1.2rem 0.3rem 1.2rem;
    height: 2rem;
    background: #fff;
    border-radius: 0.3rem;
}

.form_title .course_select ul li label input[type="checkbox"]{
    margin-right: 0.8rem;
    transform: scale(1.4);
    margin-bottom: 0.2rem;
}

.basic_info_box{}

.basic_info_box dl{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.basic_info_box dl dt{
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
    position: relative;
    padding-right: 0.5rem;
}

.basic_info_box dl dt::after{
    content: "必須";
    display: block;
    white-space: nowrap;
    font-size: 0.9rem;
    padding: 0 0.5rem;
    background: #fc0001;
    color: #fff;
    border-radius: 0.3rem;
    line-height: 1.5;
    position: absolute;
    top: 0.35rem;
    left: 100%;
}

.basic_info_box dl.no_required dt::after {
    content: "任意";
    display: block;
    white-space: nowrap;
    font-size: 0.9rem;
    padding: 0 0.5rem;
    background: #535353;
    color: #fff;
    border-radius: 0.3rem;
    line-height: 1.5;
    position: absolute;
    top: 0.35rem;
    left: 100%;
}

.basic_info_box.confirm dl dt::after{
    display: none;
}

.basic_info_box dl dd{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
}

.basic_info_box.confirm dl dd{
    box-sizing: border-box;
    width: 100%;
    font-size: 1rem;
    padding: 0.4rem 1.2rem 0.3rem 1.2rem;
    background: #fff;
    border-radius: 0.3rem;
}

.basic_info_box dl dd .mail_note{
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.basic_info_box dl dd .address_note{
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.4;
    width: 100%;
}

.fin_text p.mail_note{
    margin-bottom: 0;
/*    font-size: 0.9rem;
    line-height: 1.4;*/
}


.basic_info_box dl dd .lbl{
    font-size: 1.1rem;
}

.basic_info_box dl dd .radio_list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}

.basic_info_box dl dd .radio_list label{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    padding: 0.4rem 1.2rem 0.3rem 1.2rem;
    min-height: 3rem;
    background: #fff;
    border-radius: 0.3rem;
}

.basic_info_box dl dd .radio_list label input[type="checkbox"],
.basic_info_box dl dd .radio_list label input[type="radio"]{
    margin-right: 0.8rem;
    transform: scale(1.4);
    margin-bottom: 0.2rem;
}

.basic_info_box dl dd input[type="text"],
.basic_info_box dl dd select{
    box-sizing: border-box;
    font-size: 1.1rem;
    padding: 0.4rem 1.2rem 0.3rem 1.2rem;
    height: 3rem;
    background: #fff;
    border-radius: 0.3rem;
    border: 1px solid #fff;
}

.basic_info_box dl dd label input[type="text"]{
    width: 30rem;
    height: 2.2rem;
    font-size: 1rem;
    padding: 0.2rem 0.8rem 0.1rem 0.8rem;
    margin-left: 1.5rem;
    background: #efefef;
}

.basic_info_box dl dd label input[type="text"]:focus{
    border: 1px solid #fff;
}

.basic_info_box dl dd .radio_list label .lbl{
    font-size: 1rem;
}

.basic_info_box dl dd .age{
    box-sizing: border-box;
    font-size: 1.1rem;
    padding: 0.4rem 0 0.3rem 1.2rem;
    width: 2.5rem;
    height: 3rem;
    border-radius: 0.3rem;
    border: 1px solid #fff1d7;
    /*
    box-sizing: border-box;
    font-size: 1.1rem;
    padding: 0.4rem 1.2rem 0.3rem 1.2rem;
    width: 5rem;
    height: 3rem;
    background: #fff;
    border-radius: 0.3rem;
    border: 1px solid #fff;
    */
}

.basic_info_box dl dd input[type="text"]:focus,
.basic_info_box dl dd select:focus{
    outline: none;
    border: 1px solid #f55000;
}

.member_info_box{
    margin: 2rem 0 0 0;
    padding-top: 2rem;
    border-top: 2px solid #80786b;
}

.membership_input_box{}

.membership_input_box h3{
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    font-weight: 600;
    color: #fff;
    background: #535353;
    border-radius: 0.3rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.search_address{
    box-sizing: border-box;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    border: 1px solid #4b64c8;
    font-size: 1rem;
    padding: 0.2rem 0.8rem 0.2rem 0.8rem;
    background: #4b64c8;
    box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
    border-radius: 3px;
    cursor: pointer;
    transition: .3s all ease;
}

.search_address:hover{
    opacity: 0.9;
}

.applicant_name1,
.applicant_name2,
.applicant_kana1,
.applicant_kana2{
    width: 20rem;
}

.applicant_email{
    width: 100%;
}

.change_jobs_reason{
    width: 100%;
}

.zip{
    width: 8rem;
}

.address{
    width: 100%;
}

.work_type{
    width: 100%;
}

.applicant_phone,
.applicant_mobile{
    width: 11rem;
}

.motive_box{
    margin: 2rem 0;
}

.motive_box h3.motive_title{
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    font-weight: 600;
    color: #fff;
    background: #535353;
    border-radius: 0.3rem;
    margin-bottom: 1rem;
}

.motive_box dl{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.motive_box dl dt{
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
    position: relative;
    padding-right: 0.5rem;
}

.motive_box dl dt::after{
    content: "任意";
    display: block;
    white-space: nowrap;
    font-size: 0.9rem;
    padding: 0 0.5rem;
    background: #535353;
    color: #fff;
    border-radius: 0.3rem;
    line-height: 1.5;
    position: absolute;
    top: 0.35rem;
    left: 100%;
}

.motive_box dl dd{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
}

.motive_box dl dd textarea{
    box-sizing: border-box;
    width: 100%;
    height: 6rem;
    font-size: 1rem;
    padding: 0.4rem 0.5rem 0.3rem 0.5rem;
    background: #fff;
    border-radius: 0.3rem;
    border: none;
}

.motive_box dl dd textarea:focus{
    outline: none;
    border: 1px solid #f55000;
}

.membership_input_box dl dd textarea{
    box-sizing: border-box;
    width: 100%;
    height: 6rem;
    font-size: 1rem;
    padding: 0.4rem 0.5rem 0.3rem 0.5rem;
    background: #fff;
    border-radius: 0.3rem;
    border: none;
}

.membership_input_box dl dd textarea:focus{
    outline: none;
    border: 1px solid #f55000;
}

.input_wrap{
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
}

.input_wrap li{
    width: calc((100% - 2rem) / 3);
}

.input_wrap li input[type="text"]{
    width: 100%;
}

.privacy_box{
    padding: 0 3rem;
}

.privacy_box ol{
    margin-bottom: 1rem;
}

.privacy_box p{
    display: flex;
    justify-content: center;
}

.privacy_box p label{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    padding: 0.4rem 1.2rem 0.3rem 1.2rem;
    height: 3rem;
    background: #fff;
    border-radius: 0.3rem;
}

.privacy_box p label input[type="checkbox"]{
    margin-right: 0.8rem;
    transform: scale(1.4);
    margin-bottom: 0.2rem;
}

.privacy_box p label .lbl{
    font-size: 1rem;
}

.submit_box{
    margin: 1.5rem 0 0 0;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.submit_box input.submitBtn{
    box-sizing: border-box;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    border: 1px solid #d14900;
    font-size: 1.05rem;
    padding: 0.5rem 0.8rem 0.4rem 0.8rem;
    background: #d14900;
    box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
    border-radius: 3px;
    cursor: pointer;
    transition: .3s all ease;
}

.submit_box input.submitBtn:hover{
    opacity: 0.9;
}

.submit_box a{
    box-sizing: border-box;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    border: 1px solid #aaa;
    font-size: 1.05rem;
    padding: 0.5rem 0.8rem 0.4rem 0.8rem;
    background: #aaa;
    box-shadow: 1px 1px 0 0 rgb(0 0 0 / 20%);
    border-radius: 3px;
    cursor: pointer;
    transition: .3s all ease;
}

.submit_box a:hover{
    opacity: 0.9;
    color: #fff;
}

.nav_back{
    display: flex;
    justify-content: center;
    padding: 0 0 1rem 0;
    background: #fff1d7;
}

.nav_back.fin{
    background: none;
}

.nav_back a{
    font-size: 1rem;
    color: #222;
    padding: 0 0.5rem 0.1rem 0.5rem;
    border-bottom: 2px solid #222;
    text-decoration: none;
    transition: .3s all ease;
}

.nav_back a:hover{
    color: #d14900;
    border-bottom: 2px solid #d14900;
}

.form_footer{
    padding: 1rem 2rem 2rem 2rem;
    background: #fff1d7;
    text-align: center;
}

.form_footer .ff_ttl{
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.form_footer p{
    margin-bottom: 0;
}

.fin_text{
    margin: 2rem 0;
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
    background: #f4f2f2;
    border-radius: 0.4rem;
}

/*##########SP##########*/
@media screen and (max-width:479px){
    .detail_header{
        padding: 1rem;
    }

    .course_note{
        padding: 0 1rem;
    }

    .form_box .box_inner{
        padding: 1rem;
    }

    .basic_info_box dl dt{
        font-size: 1.1rem;
    }

    .basic_info_box dl dd{
        gap: 0.6rem;
    }

    .basic_info_box dl dd .radio_list{
        gap: 0.6rem;
    }

    .basic_info_box dl dd .radio_list label{
        flex-wrap: wrap;
        padding: 0.4rem 0.7rem 0.3rem 0.7rem;
        min-height: 2.5rem;
    }

    .basic_info_box dl dd input[type="text"],
    .basic_info_box dl dd select{
        max-width: 100%;
        padding: 0.4rem 0.5rem 0.3rem 0.5rem;
        height: 2.5rem;
    }

    .basic_info_box dl dd .radio_list label input[type="checkbox"],
    .basic_info_box dl dd .radio_list label input[type="radio"]{
        margin-right: 0.6rem;
        transform: scale(1.3);
    }

    .basic_info_box dl dd .age{
        padding: 0.4rem 0.7rem 0.3rem 0.7rem;
        height: 2.5rem;
    }

    .basic_info_box dl dd .mail_note{
        margin-bottom: 0;
        font-size: 0.8rem;
    }

    .basic_info_box dl dd .address_note{
        margin-bottom: 0;
        font-size: 0.8rem;
        width: 100%;
    }

    .form_title .f_info{
        flex-direction: column;
        gap: 0;
    }

    .applicant_phone, .applicant_mobile{
        width: 16rem;
    }

    .basic_info_box dl dd label input[type="text"]{
        width: 100%;
        margin-top: 0.5rem;
    }

    .basic_info_box dl dt::after{
        position: unset;
        display: inline-block;
        margin-left: 0.5rem;
    }

    .motive_box dl dt{
        font-size: 1.1rem;
    }

    .motive_box dl dt::after{
        position: unset;
        display: inline-block;
        margin-left: 0.5rem;
    }

    .basic_info_box dl dd .radio_list label .lbl{
        font-size: 0.9rem;
    }

    .motive_box dl dd textarea{
        height: 8rem;
    }

    .privacy_box{
        padding: 0 1rem;
    }

    .form_footer .ff_ttl{
        font-size: 1.1rem;
    }

    .input_wrap{
        width: 100%;
        flex-direction: column;
    }

    .input_wrap li{
        width: 100%;
    }
}