@charset "UTF-8";

/* コラム間 */
article {
    margin-bottom: 50px;
}

main {
    padding: 0 20px 20px;
}

/* 会社概要：テーブル */
.outline-table-a {
    width: 100%;
    /* font-size: 1em; */
}

.outline-table-a:nth-of-type(1) {
    border-top: 3px solid #cccccc;
}

.outline-table-a th {
    width: 370px;
    padding: 10px 30px 10px 0;
    vertical-align: top;
    text-align: left;
    line-height: 1.8;
}

.outline-table-a tr > * {
    border-bottom: 1px dashed #666666;
}

/* .outline-table-a.ex th {
    text-align: right;
} */

.outline-table-a td {
    vertical-align: top;
    line-height: 1.8;
    padding: 10px 0;
}


/* 事業拠点・所在地 */
.content article:nth-of-type(1) {
    margin-bottom: 0;
}

.profile-top-img {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.profile-top-img > img {
    display: block;
    width: 100%;
    height: 300px;
    background: url(../img/profile_fig1.png) no-repeat center top;
    background-size: auto auto, auto auto;
}

.profile-top-img > div {
    position: relative;
    width: 960px;
    margin: auto;
    top: -300px;
}

.profile-top-img > div > p {
    width: 450px;
    margin-top: 95px;
}
/*  */
.flex-columns.profile {
    justify-content: space-between;
}

/* 事業拠点・所在地：テキスト側 */
.flex-columns.profile > div {
    width: 290px;
}
/* 事業拠点・所在地：画像側 */
.flex-columns.profile > figure {
    /* width: 670px; */
    text-align: right;
    /* border: 1px solid green; */
}

/* 事業拠点・所在地：支店一覧 */
.profile-list > li {
    line-height: 3;
    height: 3em;
    border-bottom: 1px dashed #333333;
    position: relative;
}

.profile-list > li > span {
    display: inline-block;
    margin-left: 100px;
}

.profile-list > li > span.ex {
	 margin-left: 84px;
}

.profile-list > li > a {
    position: absolute;
    display: inline-block;
    right: 0;
}

/* 事業拠点・所在地：営業部 */
.profile-sales-list > li {
    line-height: 3;
    height: 3em;
    border-bottom: 1px dashed #333333;
}

.profile-sales-list > li > span {
    display: inline-block;
    margin-right: 2em;
}

/** --------------------------------
* タブレット
*/
.wrapper.tablet .flex-columns > *:last-child > img {
    width: 90%;
    height: inherit;
}

/* .wrapper.tablet .profile-list > li > span {
    margin-left: 50px;
} */

/* 広域支店 */
.wrapper.tablet .profile-list > li {
    font-size: 0.9em;
    line-height: 1.5;
    height: inherit;
    position: inherit;
    padding: 1em 0;
}

.wrapper.tablet .profile-list > li::first-line {
    font-weight: bold;
}

.wrapper.tablet .profile-list > li > span {
    display: block;
    margin-left: 0;
}

.wrapper.tablet .profile-list > li > a {
    position: inherit;
    display: inline-block;
    right: 0;
}



/** --------------------------------
* sp
*/
@media screen and (max-width: 767px) {
    main {
        padding: 0 20px 10px;
        position: relative;
        overflow: hidden;
    }

    article {
        margin-bottom: 30px;
    }

    .content article:nth-of-type(1) {
        margin-bottom: 30px;
    }

    /* 会社概要：テーブル */
    .outline-table-a tr {
        display: flex;
        flex-direction: column;
    }

    .outline-table-a {
        /* display: block; */
        width: 100%;
    }

    .outline-table-a tr > * {
        /* display: block; */
        width: 100%;
    }

    .outline-table-a th {
        padding: 10px 0 10px 0;
    }

    .outline-table-a td {
        border-bottom: 1px solid #333333;
    }

    .outline-table-a td.no-border {
        border-bottom: none;
    }

    .outline-table-a.ex th {
        text-align: left;
    }

    /* 事業拠点・所在地：コラムの親オブジェクト：コラムをやめる */
    .flex-columns.profile {
        /* display: inherit; */
        flex-direction: column-reverse;
    }

    .flex-columns.profile > figure,
    .flex-columns.profile > div {
        width: 100%;
        /* border: 1px solid green; */
    }

    .flex-columns.profile > figure > img {
        display: block;
        width: 100%;
        height: inherit;
        margin-bottom: 30px;
    }

    .profile-top-img {
        position: relative;
        height: inherit;
        overflow: visible;
        /* border: 1px solid red; */
    }

    .profile-top-img img {
        height: 7em;
        background-size: auto 100%, 100% 100%;
    }

    .profile-top-img > div {
        top: 0px;
        width: 100%;
        height: auto;
    }

    .profile-top-img > div > p {
        width: 100%;
        margin-top: 1em;
        margin-bottom: 0;
        padding: 0 1.5em;
        font-size: 0.8em;
    }

    /* 広域支店 */
    .profile-list {
        margin-top: -20px;
    }

    .profile-list > li {
        font-size: 0.9em;
        line-height: 1.5;
        height: inherit;
        position: inherit;
        padding: 1em 0;
    }

    .profile-list > li::first-line {
        font-weight: bold;
    }

    .profile-list > li > span {
        display: block;
        margin-left: 0;
    }

    .profile-list > li > a {
        position: inherit;
        display: inline-block;
        right: 0;
    }

    /* 事業拠点・所在地：営業部 */
    .profile-sales-list {
        display: flex;
    }

    .profile-sales-list > li {
        font-size: 0.9em;
        line-height: 1;
        height: inherit;
        border-bottom: 0;
        flex-basis: 50%;
    }

    .profile-sales-list > li > span {
        display: block;
        margin-right: 0;
        padding: 0.5em 0;
    }
}






















