@charset "UTF-8";
/*--------------------------------

　recruit Common.Css

--------------------------------*/
.recruit{
    background: #eeeeee;
    overflow: hidden;}

/*******************************
募集要項
*******************************/
.bosyu .inner {
    width: 90%;
    margin: 0 auto;
    max-width: 915px;
}

.bosyu section {
    margin-bottom: 50px;
}

.bosyu h2 {
    color: #0085d1;
    font-weight: bold;
    font-size: 200%;
    letter-spacing: .3em;
    margin: 50px 0;
}

.bosyu h3 {
    background: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    padding: 10px 0;
    margin-bottom: 30px;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .bosyu h2 {
        margin: 30px 0;
    }
}

/*******************************
テーブル
*******************************/
.table01 {
    width: 100%;
    font-size: 120%;
}

.table01 th {
    width: 150px;
    white-space: nowrap;
    padding: 10px 0;
    line-height: 2;
}

.table01 th span {
    display: block;
    padding-right: 20px;
    border-right: 4px solid #0085d1;
}

.table01 td {
    padding: 10px 0;
    padding-left: 20px;
    line-height: 2;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
    .table01 td br {
        display: none;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .table01,
    .table01 tbody,
    .table01 tr,
    .table01 th,
    .table01 td {
        display: block;
    }

    .table01 th {
        padding: 10px 0;
    }

    .table01 th span {
        display: inline;
        padding-right: 0;
        border-right: none;
        border-bottom: 3px solid #334e7a;
        padding-bottom: 5px;
    }
    .table01 td {
        padding: 0 0 10px 0;
        padding-left: 0;
    }
}

/*******************************
お問い合わせ
*******************************/
.rec-info {
    width: 90%;
    max-width: 770px;
    margin: 50px auto;
}

.rec-info .dl2 {
    border: 2px solid #0085d1;
    border-radius: 10px;
    padding: 30px 3%;

}

.rec-info .dl2 dt {
    font-weight: bold;
    color: #0085d1;
    font-size: 150%;
    margin-bottom: 10px;
}

.rec-info .txt {
    font-weight: bold;
    font-size: 130%;
    text-align: center;
}

.rec-info .add {
    font-size: 130%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rec-info .add .tel {
    margin-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rec-info .add .tel::before {
    display: block;
    content: '';
    background: url(../img/icon-tel@2x.png) no-repeat;
    background-size: 19px;
    width: 19px;
    height: 15px;
    margin-right: 5px;
}

.rec-info .add .mail {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rec-info .add .mail::before {
    display: block;
    content: '';
    background: url(../img/icon-mail@2x.png) no-repeat;
    background-size: 18px;
    width: 18px;
    height: 13px;
    margin-right: 5px;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .rec-info {
        margin: 30px auto;
    }

    .rec-info .dl2 {
        padding: 15px 3%;
    }
}
