@charset "UTF-8";

.sec{
    margin-bottom: 122px;
}

.sec .ttl{
    border-bottom: solid 1px #E5E5E5;
}

.ttl span{
    margin-right: 11px;
}

/* info-box */
.info-box:first-of-type{
    margin-top: 34px;
    border-bottom: solid 1px #E5E5E5;
}

.info-ttl{
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 22px;
    font-size: 20px;
    font-weight: 500;
    background: #EA6876;
    color: #fff;
}

.info-box .contents{
    padding-top: 31px;
}

.info-box .bnr{
    width: 440px;
    margin: 5px auto 53px;
}

.info-box .info-list{
    margin-top: 25px;
}

.info-box .info-table{
    padding: 20px 0 0;
}

.info-box .info-table .info-table-wrap{
    overflow-x: scroll;
}

.info-box .info-table table{
    min-width: 500px;
    width: 100%;
    margin-top: 12px;
    border: solid 1px #000;
}

.info-box .info-table thead{
    border-bottom: solid 1px #000;
}

.info-box .info-table th{
    padding: 8px;
}

.info-box .info-table th:not(:first-child){
    border-left: solid 1px #000;
}

.info-box .info-table td{
    padding: 8px;
}

.info-box .info-table td:not(:first-child){
    border-left: solid 1px #000;
}

.info-box .info-table th{
    text-align: left;
}

.info-box .info-table .table-sub-text{
    display: block;
    text-align: right;
    font-size: 14px;
}

.info-list{
    border-top: solid 1px #E5E5E5;
}

.info-list li{
    border-bottom: solid 1px #E5E5E5;
}

.info-list a{
    display: block;
    padding: 32px 16px;
    background: url(/recruit/img/cmn/img-arrow-more-gray.svg) center right 25px / 63.54px auto no-repeat;
    transition: .3s ease-in-out;
}

.info-list li:hover a{
    background-position: center right 15px;
}

.info-list .info-single-ttl{
    font-size: 18px;
    color: #EA6876;
}

.tbl-ttl{
    font-size: 20px;
    font-weight: bold;
    color: #EA6876;
}

.tbl:first-of-type{
    margin-bottom: 80px;
}

.tbl table{
    width: 100%;
    margin-top: 19px;
}

.tbl th,
.tbl td{
    padding: 19px 0;
}

.tbl th{
    width: 189px;
    text-align: left;
    border-bottom: solid 1px #EA6876;
}

.tbl tr:first-of-type th{
    border-top: solid 1px #EA6876;
}

.tbl td{
    padding-left: 43px;
    line-height: 2.1;
    border-bottom: solid 1px #E5E5E5;
}

.tbl tr:first-of-type td{
    border-top: solid 1px #E5E5E5;
}

.tbl a{
    color: #EA6876;
}

.access-here{
    color: red;
    text-align: center;
    padding-right: 215px;
}

.contents .access-here.recruit {
    /* padding-right: 0; */
}

.access-here.other {
    padding-right: 197px;
}

.btn.color{
    margin: 10px auto 0;
}

.btn.color a{
    background-color: #EA6876;
}


@media screen and (max-width:949px) {
    .sec .inner{
        margin-top: 32px;
    }

    .sec .ttl{
        display: flex;
        flex-flow: column;
        padding-bottom: 12px;
    }

    /* info-box */

    .info-ttl{
        height: 42px;
        padding: 0 16px;
        font-size: 16px;
    }

    .info-box .contents{
        padding-top: 26px;
    }

    .info-box .bnr{
        width: 100%;
        max-width: 440px;
        margin: 10px auto 38px;
    }

    .info-box .info-list{
        margin-top: 21px;
    }

    .info-list a{
        padding: 19px 0;
        background-position: center right 0;
        background-size: 37.55px auto;
    }

    .info-list li:hover a{
        background-position: center right 0;
    }

    .info-list .info-single-ttl{
        font-size: 14px;
    }

    .tbl-ttl{
        font-size: 16px;
    }

    .tbl:first-of-type{
        margin-bottom: 56px;
    }

    .tbl th,
    .tbl td{
        display: block;
        padding: 16px 0;
    }

    .tbl tr:first-of-type th{
        border-top-color: #E5E5E5;
        border-bottom-color: #EA6876;
    }

    .tbl tr:first-of-type td{
        border-top: none;
    }

    .tbl th{
        width: 100%;
        border-color: #EA6876;
    }

    .tbl td{
        padding-left: 0;
        border-color: #E5E5E5;
    }

    .btn.color{
        margin: 10px auto 0;
    }

    .access-here{
        padding-right: 155px;
    }
    
    .access-here.other {
        padding-right: 140px;
    }

}

@media screen and (max-width:400px){
    .access-here{
        padding-right: 140px;
    }
    .access-here.other {
        padding-right: 127px;
    }
}