@charset "UTF-8";
/*---------------------------------------------------------------
        company
---------------------------------------------------------------*/
/*---- branch --------------------------------------*/
.branch__table {
    width: 100%;
    border: 2px solid #CCCCCC;
    box-sizing: border-box;
}
.branch__table th, .branch__table td {
    padding: 10px 20px;
    border-bottom: 1px solid #CCCCCC;
    box-sizing: border-box;
}
.branch__table th {
    background: #EFEFEF;
    font-size: 1.8rem;
}
.branch__table td.branch__table--map a {
    display: block;
    background: #4A4A4A;
    color: #ffffff;
    text-align: center;
    width: 120px;
}
@media all and (max-width: 1024px) {
    .branch__table {
        border: none !important;
    }
    .branch__table tr {
        display: block;
        margin-bottom: 20px;
        position: relative;
    }
    .branch__table tr::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 2px solid #CCCCCC;
    }
    .branch__table tr.branch__table--header {
        display: none;
    }
    .branch__table th {
        display: block;
        width: 100%;
    }
    .branch__table td {
        display: block;
        position: relative;
        margin-left: 90px;
        width: calc(100% - 90px);
        font-size: 1.4rem;
    }
    .branch__table td::before {
        content: "部署名";
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 90px;
        height: calc(100% + 1px);
        padding: 5px 10px;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: -90px;
        background: #EFEFEF;
        font-size: 1.4rem;
        font-weight: bold;
        z-index: -1;
        border-bottom: 1px solid #CCCCCC;
    }
    .branch__table td.branch__table--pc {
        display: none;
    }
    .branch__table td.branch__table--cat2nd span {
        display: block;
    }
    .branch__table td.branch__table--tel::before {
        content: "電話番号";
    }
    .branch__table td.branch__table--fax::before {
        content: "FAX番号";
    }
    .branch__table td.branch__table--map::before {
        content: "所在地";
    }
    .branch__table td.nodisplay {
        display: none !important;
    }
}
@media all and (min-width: 1025px) {
    .branch__table th.branch--cat--th {
        width: 49%;
    }
    .branch__table td {
        font-size: 1.4rem;
    }
    .branch__table td.branch__table--pc {
        width: auto;
        border-right: 1px solid #CCCCCC;
    }
    .branch__table td.branch__table--pc span {
        display: none;
    }
    .branch__table td.branch__table--cat2nd {
        border-right: 1px solid #CCCCCC;
    }
    .branch__table td.branch__table--cat2nd span {
        display: none;
    }
    .branch__table td.branch__table--tel {
        width: 14%;
        border-right: 1px solid #CCCCCC;
    }
    .branch__table td.branch__table--fax {
        width: 14%;
        border-right: 1px solid #CCCCCC;
    }
    .branch__table td.branch__table--map {
        width: 10%;
        padding: 5px 10px;
    }
    .branch__table td.branch__table--map a {
        width: auto;
    }
}

#list01,
#list02,
#list03 {
    display: block;
    margin-top: -70px;
    padding-top: 70px;
}

.branch_anchor {
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
    font-size: 1.4rem;
}
.branch_anchor .choose span {
    display: inline-block;
    padding: 5px 20px;
    position: relative;
    width: 100%;
    height: 100%;
}
.branch_anchor .choose span::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    background: url(../img/common/ico_down_arrow.svg) no-repeat center center/contain;
    transition: all .3s;
}
.branch_anchor .choose.active span::after {
    transform: rotate(180deg);
}
.branch_anchor .choose .branch_anchor--list {
    display: none;
    transition: all .3s;
    border-top: 1px solid #CCCCCC;
    padding: 5px 20px;
}
.branch_anchor .choose .branch_anchor--list a {
    color: #676767;
}
.branch_anchor .choose.active .branch_anchor--list {
    display: block;
}

@media all and (min-width: 1025px) {
    #list01,
    #list02,
    #list03 {
        display: none;
    }

    .branch_anchor {
        display: none;
    }
}
/*---- history --------------------------------------*/
h3.tit__year {
    font-size: 1.8rem;
    line-height: 40px;
    background: #EFEFEF;
    color: #676767;
    padding: 0 20px;
    text-align: center;
}
@media all and (min-width: 1025px) {
    h3.tit__year {
        font-size: 2.2rem;
        text-align: left;
    }
}

/*---- message --------------------------------------*/
.president_img{
width: 230px;
float: right;
margin:0 30px 30px;
}

@media all and (max-width: 767px) {

.president_img{
width: 80%;
float: none;
margin:0 auto 30px;
}
}
