@charset "utf-8";
/* CSS Document */
#mv{background: url("../../honten/images/access/mv_bg.jpg") no-repeat center center/cover;}

#access h3{font-size: 18px; font-weight: bold; color: rgba(43,144,182,255); margin: 0 0 25px;}
#access h4{font-size: 15px; font-weight: bold; color: rgba(43,144,182,255); margin: 0 0 15px; padding: 0 0 5px; border-bottom: 1px solid rgba(43,144,182,255);}

#access .box1{margin: 0 0 35px;}
#access .box1 table{width: 100%}
#access .box1 td{padding: 0 0 8px; vertical-align: top;}
#access .box1 td:nth-of-type(1){width: 100px;}

#access .box2{margin: 0 0 50px;}
#access .box2 ul{margin: 0 0 50px;}
#access .box2 li{margin: 0 0 8px;}

.gaikan{margin:  0 0 50px;}	


/* ============== Media =============== */
@media only screen and (max-width: 767px){
    #access .box2{margin: 0 0 80px;}
    #access .box2 iframe{height: 73vw;}
}