#contentsTitle img {
    object-position: 0 24%;
}
#contentsTitle .titleBox h2 {
    background-image: url("../access/contents_title.png");
    background-size: 424px 120px;
}

/* Access */
#mapBox {
    width: 100%;
    height: 448px;
    margin: 24px 0 0;
    background-color: #efefef;
}
#mapBox iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-top: solid 1px #afafaf;
    border-bottom: solid 1px #afafaf;
}

#tranportaionBoxes {
    width: 100%;
    margin: 0;
    padding: 24px 0 0;
    display: flex;
}
.tranportaionBox {
    width: 50%;
    height: auto;
    padding: 0 40px;
}
.tranportaionBox:last-of-type {
    border-left: solid 1px #afafaf;
}
.tranportaionBox h4 {
    font-size: 1.8rem;
    font-weight: lighter;
    text-align: center;
    margin: 0;
}
.tranportaionBox img {
    width: 100%;
    height: auto;
    margin: 24px auto 0;
    display: block;
}
.tranportaionBox ul {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
    display: block;
}
.tranportaionBox ul li {
    position: relative;
    font-size: 1.3rem;
    padding: 4px 0 4px 16px;
}
.tranportaionBox ul li:before {
    position: absolute;
    top: 48%;
    left: 0;
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid #008fdf;
    border-right: 1px solid #008fdf;
    content: "";
}

@media screen and (max-width:599px){
    #contentsTitle img {
        object-position: 80% 0;
    }
    #contentsTitle .titleBox h2 {
        background-size: 100%;
    }
    
    /* Access */
    #mapBox {
        height: 480px;
    }

    #tranportaionBoxes {
        padding: 24px 16px 0;
        display: block;
    }
    .tranportaionBox {
        width: 100%;
        padding: 24px 0;
    }
    .tranportaionBox:first-of-type {
        padding: 0 0 24px;
    }
    .tranportaionBox:last-of-type {
        border-left: none;
        border-top: solid 1px #afafaf;
    }
    .tranportaionBox img {
        margin: 16px auto 0;
    }
    .tranportaionBox ul {
        margin: 16px 0 0;
    }
    .tranportaionBox ul li {
        padding: 0 0 4px 16px;
    }
    .tranportaionBox ul li:last-of-type {
        padding: 0 0 0 16px;
    }
    .tranportaionBox ul li:before {
        top: 10px;
    }
}



