@charset "UTF-8";



/* company ------------------*/

#company {
    padding: 4% 0;
}

#company .tbl {
    max-width: 875px;
    margin: 0 auto;
}


.tbl-style01  tr:last-child th,.tbl-style01  tr:last-child td{
   border-top: 4px double black;
}


/* access ------------------*/

#access {
    padding: 4% 0 0;
}

#access .inner-blc {
    display: flex;
    flex-wrap: wrap;
}

#access .inner-blc .map-blc {
    width: 65%;
    box-sizing: border-box;
}

#access .inner-blc .map-blc .g-map iframe {
    width: 100%;
    height: 500px;
    display: block;
}

#access .inner-blc .address-blc {
    background-color: #eee;
    width: 35%;
    text-align: center;
    padding: 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

#access .inner-blc .address-blc .btn-style03 {
    margin-bottom: 4%;
}

#access .inner-blc .address-blc .txt-blc {
    text-align: left;
    display: inline-block;
}

#access .inner-blc .address-blc .txt-blc a {
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    #access .inner-blc .map-blc {
        width: 55%;
    }
    #access .inner-blc .address-blc {
        width: 45%;
    }
}

@media screen and (max-width: 1000px) {
    #access .inner-blc .map-blc .g-map iframe {
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    #access .inner-blc .map-blc {
        width: 100%;
    }
    #access .inner-blc .address-blc {
        width: 100%;
    }
    #access .inner-blc .map-blc .g-map iframe {
        height: 300px;
    }
}