/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
}

.bus dl{
    margin-bottom:30px;
}
.bus dt{
    background:#113e79;
    color:#fff;
    font-size:17px;
    font-weight:bold;
    padding:2px;
    margin-bottom:10px;
}
.bus dd{
    font-size:13px;
    line-height:1.5em;
    text-align:justify;
    margin-bottom:10px;
}
.bus li{
    font-size:13px;
    margin-bottom:10px;
    text-indent:-9px;
    padding-left:10px;
}
.bus li:before{
    display:inline-block;
    content:'';
    background:#1759b0;
    width:4px;height:4px;border-radius:50%;
    margin-bottom:3px;margin-right:5px;
}

.sub_info img{width:60%;max-width:300px;}
.sub_info span{display:block;width:80%;text-align:center;margin-top:30px;}

