body.fixed {
    position: fixed;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}
.topics_index {
    background-color: #F8F8F8;
    padding: 18px;
    line-height: 1.75;
    margin-bottom: 12px;
}
.topics_index p {
    font-size: 15px;
    font-weight: bold;
}
.topics_index a {
    color: #1558D6;
    font-size: 14px;
    text-decoration: underline;
}
.topics_index a.index05 {
    font-size: 15px;
    font-weight: bold;
}
.map {
    position: relative;
}
.map .pin {
    cursor: pointer;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #ee781f;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/pin.png');
    width: 30px;
    height: 39px;
    text-align: center;
    padding-top: 0.2rem;
}
.map .pin:hover {
    opacity: 0.9;
}
.map .p01 {
    top: 32%;
    right: 21%;
}
.map .p02 {
    top: 54%;
    right: 32%;
}
.map .p03 {
    bottom: 23%;
    right: 30%;
}
.map .p04 {
    bottom: 25%;
    left: 41%;
}
.map .p05 {
    bottom: 20%;
    left: 24%;
}
.map .p06 {
    bottom: 12%;
    left: 5%;
}
#modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 900011;
    overscroll-behavior: contain;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: none;
}
#modal::-webkit-scrollbar {
    display: none;
}
#modal .bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    width: 100%;
    height: 100vh;
    opacity: 0.7;
    display: flex;
    overscroll-behavior: contain;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: none;
}
#modal .bg::before,
#modal .bg::after {
    content: "";
    width: 1px;
    height: calc(100vh + 1px);
    display: flex;
}
#modal .modal_box {
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 960px;
    width: 100%;
    /*height: 100%;*/
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
#modal .modal_box .modal_inner {
    background-color: #fff;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 24px 16px;
    position: relative;
    box-sizing: border-box;
}
#modal .modal_box .modal_inner .close {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 20px;
    color: #535862;
    cursor: pointer;
}
#modal .modal_box .modal_inner .txt01 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
#modal .modal_box .modal_inner .txt02 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ee781f;
    margin-top: 0.5rem;
}
#modal .modal_box .modal_inner .txt02 span {
    font-size: 14px;
}
#modal .modal_box .modal_inner img {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
}
#modal .modal_box .modal_inner .txt03 {
    font-size: 16px;
}
@media screen and (min-width: 479px) {
    .topics_index {
        font-size: 22px;
        padding: 36px;
        margin-bottom: 24px;
    }
    .topics_index p {
        font-size: 18px;
    }
    .topics_index a,
    .topics_index a.index05 {
        font-size: 16px;
    }
    .map .pin {
        font-size: 32px;
        width: 59px;
        height: 78px;
    }
    .map .p01 {
        right: 32%;
    }
    .map .p02 {
        right: 38%;
    }
    .map .p03 {
        right: 38%;
    }
    .map .p04 {
        left: 45%;
    }
    .map .p05 {
        left: 29%;
    }
    .map .p06 {
        left: 22%;
    }
    #modal .modal_box .modal_inner {
        padding: 40px 24px;
    }
    #modal .modal_box .modal_inner .close {
        font-size: 22px;
    }
    #modal .modal_box .modal_inner .txt01 {
        font-size: 18px;
    }
    #modal .modal_box .modal_inner .txt02 {
        font-size: 22px;
    }
    #modal .modal_box .modal_inner .txt03 {
        font-size: 18px;
    }
}