.access_img {
	background-repeat: no-repeat;
	background-image: url(../images/access/access_main.jpg);
	background-size: cover;
}
table td p a {
	color: #0072BB;
}
table td p a img {
	margin-left: 8px;
}
table>tbody>tr>td:last-child {
	padding-left: 65px;
}
.wrap_title h3{
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 4.4px;
    color: #3FA9F5;
    font-weight: 700;
    
}
.map-wrapper {
	position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}
.map-wrapper iframe {
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
/*    pointer-events: none;*/
}

.qube_okaden {
	color: #2F4B95;
}
.qube_megurin {
	color: #2FAC52;
}

@media (max-width: 768px) {
    table td, table td p {
        font-size: 13px;
    }
    table>tbody>tr>td:last-child {
        padding-left: 12px;
        line-height: 24px;
    }
}
@media (max-width: 480px) {
    table>tbody>tr>td:first-child {
        width: 25%;
    }
    .table>tbody>tr>td {
        padding: 18px 6px;
    }
    table td, table td p {
        font-size: 12px;
        line-height: 24px;
    }
    .map-wrapper {
    	height: 350px;
    }
}
@media (max-width: 320px) {
    table>tbody>tr>td:first-child {
        width: 30%;
    }
}