#selectTohoku a:link {
    text-decoration: none !important;       
}
.map {
    user-select: none;
    background-image: url(../images/map_bg.png);
    background-size: contain;
}
.map-bg {
    fill: #418045;
    transition: .3s;
}
.map-select, .map-select-text {
    cursor: pointer;
}
.map-link-box {
    display: none;
}
.map-link:hover {
    opacity: .5;
}

/* sublist */
@media (max-width: 750px) {
    .sublist {
        background-color: #fff;
        padding: 25px;
    }
    .sublist .sublistinner {
        border-bottom: 1px solid #418045;
        margin-bottom: 25px;
    }
    .sublist .sublistinner:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    .sublistinner .area-name {
        font-size: 4vw;
        color: #003080;
    }
    .sublistinner a {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 9vw;
        padding-right: 4vw;
        justify-content: center;
        background: url(../images/icon_arrow_right.svg) center right 4vw no-repeat;
        background-size: auto 2vw;
        font-size: 4vw;
        padding: 2vw 4vw;
        background-color: #003080;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .sublistinner a:last-child {
        margin-bottom: 25px;
    }
    .sublist .sublistinner:last-child a:last-child {
        margin-bottom: 0;
    }
    #maincontents .sublistinner a:visited, #maincontents .sublistinner a:link {
        color: #fff;
    }
}