* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.map-container {
    width: 100%;
}

.map-img {
    margin: 0 auto;
    width: 600px;
    height: 600px;
    background-image: url("../img/twmap.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* border: red 1px solid; */
}

.table-map {
    margin: 0 auto;
    margin-top: 16px;
}

.td-map {
    padding: 4px;
}

a.btn-map {
    font-size: 1.2rem;
    border: 0;
    padding: 5px 14px;
    background-color: #6a90c4;
    color: #fff;
    border-radius: 4px;
    border: #6a90c4 1px solid;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

a.btn-map:hover {
    background-color: #fff;
    color: #6a90c4;
}

a.btn-map:focus {
    outline: none;
}

@media (max-width:600px) {
    .table-map {
        margin-top: 4px;
    }
    .map-img {
        width: 300px;
        height: 300px;
    }
    .td-map {
        padding: 1px 2px;
    }
    a.btn-map {
        font-size: 0.8rem;
        padding: 1.5px 6px;
    }
}

.map-container .theme_title {
    font-size: 1.4rem;
}

.map-container .form_area h5 {
    margin-top: 35px;
    margin-bottom: 20px;
    border-bottom: 2px solid #86B5F7;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
}