/*company*/

#company {
    width:88%;
    max-width:1100px;
    margin: 7.813vw auto 0;
}
#company table {
    background-color: #fff;
    width:100%;
    margin: 50px auto 100px auto;
    padding-top:min(6vw ,70px);
    padding-bottom:min(8vw ,100px);
    padding-right:min(8vw ,100px);
    padding-left:min(8vw ,100px);
    text-align: left;
    line-height:1.6;
}
#company table th,#company table td {
    padding:2.5rem 1.5rem;
}
#company table th {
    border-bottom:2px solid #4169e1;
}
#company table td {
    border-bottom:1px solid rgb(146, 146, 146);
}
#access {
    width:100%;
    padding-bottom:min(9vw ,100px);
}
.campany-img {
    max-width:600px;
    width: 88%;
    margin:30px auto;
}
.access_googlemap {
    width:100%;
    margin-top:50px; 
}
.access_googlemap iframe {
    width:100%;
    height:43vw;
    max-height:550px;
}
.access_text {
    width:88%;
    max-width:1100px;
    margin:50px auto;
}
.access_text address {
    font-style: normal;
}
.access_text address span {
    font-weight: 700;
    font-size:2rem;
}
.access_guide {
    width:100%;
    display: flex;
    justify-content: space-between;
    margin-top:40px;
}
.access_guide_box {
    width:45%;
    max-width:500px;
}
.access_guide_box span {
    font-weight: 700;
}

/*--------------------レスポンシブ----------------------------------------------*/
@media screen and (max-width:768px){
    #company {
        margin-top:clamp(30px,15vw,50px);
        margin-bottom:0;
        margin-right:auto;
        margin-left:auto;
    }
    #company table {
        background-color: #fff;
        width:100%;
        margin-top:clamp(20px,10vw,30px);
        margin-bottom:clamp(20px,10vw,30px);
        margin-right:auto;
        margin-left:auto;
        padding:3vw 2vw 4vw;
        text-align: left;
        line-height:1.3;
        font-size:1.3rem;
    }
    #company table th,#company table td {
        padding:2vw;
    }
    #company table th {
        border-bottom:2px solid #4169e1;
        width:28vw;
        max-width:100px;
    }
    #company table td {
        border-bottom:1px solid rgb(146, 146, 146);
    }
    #access {
        width:100%;
        margin-top:clamp(30px,15vw,50px);
        margin-bottom:0;
        margin-right:auto;
        margin-left:auto;
    }
    .access_googlemap {
        width:100%;
        margin-top:clamp(20px,25vw,30px);
        margin-bottom:clamp(10px,15vw,15px);
        margin-right:auto;
        margin-left:auto;
    }
    .access_googlemap iframe {
        width:100%;
        height:80vw;
        max-height:550px;
    }
    .access_text {
        width:88%;
        max-width:1100px;
        margin-top:clamp(20px,30vw,30px);
        margin-bottom:0;
        margin-right:auto;
        margin-left:auto;
    }
    .access_text address {
        font-style: normal;
    }
    .access_text address span {
        font-weight: 700;
        font-size:1.9rem;
    }
    .access_guide {
        width:100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top:clamp(15px,18vw,20px);
        margin-bottom:clamp(15px,18vw,20px);
    }
    .access_guide_box {
        width:100%;
        max-width:auto;
    }
    .access_guide_box span {
        font-weight: 700;
    }
    .mt20_sp {
        margin-top:clamp(15px,20vw,20px);
    }
}