/* //////////////会社概要ボックス //////////////////*/
.gaiyou_table hr{
    width: 20vw;
    color: rgb(210, 210, 210);
    margin-top: 1.5vw;
}
.table_title span{
    color: #0074e8;
    font-size: 2.5vw;
    font-weight: 600;
}

/* /////////////////////////住所/////////////////////////// */
.table_title{
    display: flex;
    justify-content: center;
    padding-top: 5vw;
    font-size: 2.5vw;
    font-weight: 600;
    margin-left: -10%;
}
.table_access_title h1{
    font-size: 2.5vw;
    font-weight: 600;
    width: 40vw;
    margin-top: 5vw;
    margin-left: 8vw;
    border-bottom: solid 2px #0074e8;
}


.company_head{
    color: black;
    border-bottom: 0.4vh solid #0074e8;
    padding-bottom: 2vh;
}
.company_head.active{
    color: white;
}
.home_head{
    border-bottom: none;
}
/* /////////メニューバーアニメーション///////// */
.call_head:hover{
    border-bottom: 0.4vh solid #0074e8;
    padding-bottom: 2vh;
    transition: 0.3s;
}

.access_head:hover{
    border-bottom: 0.4vh solid #0074e8;
    padding-bottom: 2vh;
    transition: 0.3s;
}
.home_head:hover{
    border-bottom: 0.4vh solid #0074e8;
    padding-bottom: 2vh;
    transition: 0.3s;
}
.work_head:hover{
    border-bottom: 0.4vh solid #0074e8;
    padding-bottom: 2vh;
    transition: 0.3s;
}
/*//////////////// 会社概要テーブル設定 ///////////////////*/
.gaiyou_table{
    width: 80vw;
    margin-top: 10vw;
    margin-left: 10vw;
    margin-bottom: 0vh;
    padding-bottom: 5vw;
    background-color: white;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
    padding-left: 7%;
}
table{
    width: 90%;
}

tbody th{
    background-color: rgba(100,149,237,.4);
    padding: 2vh;
    padding-left: 2vw;
    padding-right: 5vw;
    border: 2px solid white;
    letter-spacing: 0.12em;
}
tbody td{
    background-color: rgba(100,149,237,.2);
    padding: 2vh;
    padding-left: 3vw;
    padding-right: 3vw;
    border: 2px solid white;
    letter-spacing: 0.12em;
}

.sitemap{
    position: relative;
    bottom: 0vh;
}
.com_footer{
    position: absolute;
    bottom: 0%;
    margin-left: -8vw;
    padding: 1vw;
    background-color: #2E3642;
    width: 100vw;
}
.com_footer h1{
    color: white;
    text-align: center;
}

