.title, h4, .button a { background: #2c3e73; }
.title > dl > dt { color: #2c3e73; font-weight: bold;}
.row2 { margin-left: 5.85em; }
a.map { background: #e53935; }

h5{
font-weight: bold;
}

.mt20{
margin-top: 2rem;
}
dl + ul.mt25{
margin-top: 2.5rem;
}

p.legend{
border: 1px solid #ccc;
padding: 0.5rem;
}
.bus p + p.legend{
margin-top: 2rem;
}
span.mark{
font-size: 2rem;
line-height: 0.5;
vertical-align: middle;
}


ul.at-list{
display: block;
}
ul.at-list li{
text-indent: -0.6rem;
padding-left: 0.6rem;
text-align: inherit;
margin-bottom: 0;
pointer-events: none;
}
ul.at-list li:hover{
transform: none;
cursor: inherit;
box-shadow: none;
}

div.photo{
display: flex;
flex-direction: column;
align-items: center;
margin-top: 2rem;
}
div.photo img{
margin-top: 0.5rem;
line-height: 1.0;
text-align: center;
font-weight: bold;
border-radius: 0.5rem;
}


@media screen and (min-width:737px) {
div dl.side-list{flex-wrap: wrap;}
div dl.side-list.w14 dt{width: 14rem;}
div dl.side-list.w14 dd{width: calc(100% - 14rem);}

p.legend{
text-align: center;
}

div.photo{
display: flex;
justify-content: space-around;
flex-direction: row;
margin: 2rem auto 0;
width: 80%;
}
div.photo p.img img{
margin-bottom: 1rem;
}

.bus div.photo p + p {
    margin-top: 0;
}

.bus a.map.mr10 {
margin: 0 1rem 0 0;
}
}/*@media screen and (min-width:737px)*/