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

companyCss

--------------------------------*/

/*******************************
共通
*******************************/
section h2 {
    background: #f1f1f1;
    text-align: center;
    font-weight: bold;
    font-size: 160%;
    letter-spacing: 5px;
    padding: 10px 0;
}

section .inner {
    width: 90%;
    margin: 0 auto;
}

.table01 {
    width: 100%;
    font-size: 120%;
}

.table01 th {
    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;
    }
}

/*******************************
あいさつ
*******************************/

.aisatsu .inner {
    max-width: 870px;
    padding: 35px 0 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aisatsu p {
    width: 55%;
    font-size: 130%;
}

.aisatsu figure {
    width: 40%;
    text-align: center;
}

.aisatsu figcaption {
    margin-top: 30px;
    letter-spacing: 5px;
    font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", Meiryo, serif;
}

.aisatsu span {
    display: block;
    font-size: 180%;
    font-weight: bold;
    margin-top: 5px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
    .aisatsu p {
        width: 100%;
        margin-bottom: 30px;
    }

    .aisatsu figure {
        width: 100%;
    }
}


/*******************************
沿革
*******************************/

.info .inner,
.enkaku .inner {
    max-width: 780px;
    padding: 70px 0;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
    .info .inner,
    .enkaku .inner {
        padding: 50px 0;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .info .inner,
    .enkaku .inner {
        padding: 30px 0;
    }
}

/*******************************
営業所
*******************************/
.company .inner {
    max-width: 1000px;
    padding: 15px 0;
}

.table02 {
    width: 100%;
}

.table02 tr:not(:last-child) {
    border-bottom: 2px solid #d1d1d1;
}

.table02 th {
    vertical-align: middle;
    padding: 30px 0;
    font-size: 140%;
    font-weight: bold;
    text-align: center;
    width: 30%;
}

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

.table02 td {
    padding: 30px 50px;
}

.table02 div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.table02 p {
    margin-right: 20px;
    font-size: 130%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.table02 a.map {
    padding: 5px 0;
    width: 100px;
    border-radius: 50px;
    background: #0085d1;
    color: #fff;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.table02 a.map::before {
    display: block;
    content: '';
    background: url(../img/icon-pin@2x.png) no-repeat;
    background-size: 14px;
    width: 14px;
    height: 20px;
    margin-right: 5px;
}

.table02 td span.tel{padding-right: 20px;}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px) {
.table02 td span{
        display: block;}

    .table02 td span.tel{
        padding-right:0;}
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
    .table02 p {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

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

    .table02 th {
        padding: 30px 0;
        width: 100%;
    }

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

    .table02 td {
        padding: 0 0 30px 0;
    }
    .table02 p {
        text-align: center;
    }
    .table02 a.map {
        margin: 0 auto;
    }
}
