@charset "UTF-8";
/*----------------------------------------------

toggle-bloc

----------------------------------------------*/

#recruit-box .desc {
    text-align: center;
    margin-bottom: 1.5rem;
}

.toggle-bloc .accordion.ifIsNot>.accordContent {
    display: block !important;
}

.toggle-bloc .accordion .accordContent .txt01+.table-style01 {
    margin-top: 0;
}

.table-style01 {
    border: 0;
}

.table-style01 dl:first-child {
    margin-top: 1rem;
}

.table-style01 dl:last-child {
    border-bottom: 1px solid #fbb446;
}

.table-style01 dl {
    display: flex;
    border-top: 1px solid #fbb446;
    border-left: 1px solid #fbb446;
    border-right: 1px solid #fbb446;
}

.toggle-bloc .table-style01 dt, .toggle-bloc .table-style01 dd {
    border: 0;
}

.toggle-bloc .table-style01 dt {
    border-right: 1px solid #fbb446;
}

@media screen and (max-width:767px) {
    .toggle-bloc .table-style01 dt {
        border-right: 0;
        border-bottom: 1px solid #fbb446;
    }
}

@media screen and (max-width:480px) {
    #recruit-box .desc {
        margin-bottom: 1rem;
    }
}