@charset "UTF-8";
.d-photo { margin-bottom: 20px;}
.d-label {
    background-color: #EEE;
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 20px;
    padding: 0 14px;
}
.d-type {
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 0 12px;
}
.d-type.is-blue {
    border-color: #1F469D;
    color: #1F469D;
}
.d-type.is-purple {
    border-color: #7F50BD;
    color: #7F50BD;
}
.d-h1 {
    font-size: 2.9rem;
    margin-bottom: 12px;
}
.d-h2,
h2.wp-block-heading  {
    background-color: rgba(31, 70, 157, 0.2);
    color: #1F469D;
    font-weight: bold;
    padding: 14px;
}
.d-txt {
    line-height: 2.1;
    margin-bottom: 44px;
}
.d-memo {
    border: 1px solid #000;
    font-weight: bold;
    line-height: 2.5;
    letter-spacing: 0;
    margin-bottom: 100px;
    padding: 12px 30px 20px;
}
.d-memo-ttl {
    border-bottom: 1px solid #000;
    display: inline-block;
    margin-bottom: 10px;
}
.wp-block-table table.has-fixed-layout {
    margin-bottom: 120px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.wp-block-table table.has-fixed-layout th {
    background-color: rgba(31, 70, 157, 0.05);
    border : none;
    border-top: 15px solid #FFF;
    padding: 20px 15px;
    vertical-align: top;
    width: 184px;
}
.wp-block-table table.has-fixed-layout td {
    border : none;
    border-top: 15px solid #FFF;
    padding: 20px 15px 20px 45px;
    vertical-align: top;
}
.wp-block-table table.has-fixed-layout p + p { margin-top: 30px;}
.d-btns { text-align: center;}
.d-btns .btn-back {border: 1px solid #1F469D;
    background-color: #FFF;
    color: #1F469D;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .sec-detail { padding: 60px 0 60px;}
    .wp-block-table table.has-fixed-layout th,
    .wp-block-table table.has-fixed-layout td {
        display: block;
        width: 100%;
    }
    .wp-block-table table.has-fixed-layout th,
    .wp-block-table table.has-fixed-layout td { padding: 10px;}
    .d-label { font-size: 1.8rem;}
    .d-h1 { font-size: 2.4rem;}
    .d-txt {
        font-size: 1.44rem;
        margin-bottom: 30px;
    }
    .d-type { font-size: 1.44rem;}
    .d-memo {
        font-size: 1.44rem;
        padding: 10px 15px 15px;
        margin-bottom: 60px;
    }
    .d-h2 {
        font-size: 1.9rem;
        padding: 10px;
    }
    .wp-block-table table.has-fixed-layout {
        font-size: 1.44rem;
        margin-bottom: 60px;
    }
    .wp-block-table table.has-fixed-layout p + p { margin-top: 20px;}
}

.job-details .line-link,
.job-details .list-txt,
.job-details .list-add {
    display: none;
}