@charset "UTF-8";

.access {
    /*background-image: url("../images/access/bg_img.png");
    background-position: bottom center;*/
}

.content {
    margin-top: 70px;
}


table {
    border-collapse: collapse;
    font-size: 16px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}

table th {
    padding: 15px 0 15px 30px;
    text-align: left;
    border-bottom: 1px dashed #222;
    vertical-align: top;
    width: 160px;
}

table td {
    padding: 15px 10px 15px 0;
    border-bottom: 1px dashed #222;
}

table td small {
    font-size: 14px;
}


table td span {
    display: block;
    padding-left: 110px;
}



.gmap iframe {
    width: 100%;
}

/*-------------------------------
media
--------------------------------*/



@media (max-width: 767px) {
    .access {
        padding: 0 15px;
    }

    table td,
    table th {
        display: block;
        width: 100%;
    }

    table th {
        padding: 15px 0 15px 0;
    }

    table td span {
        padding-left: 0;
    }

    table td p {
        margin-bottom: 15px;
    }
}
