@charset "utf-8";

.modal-content {
    position: fixed;
    display: none;
    z-index: 101;
    max-width: 1147px;
    width: 95vw;
    margin: auto;
    padding: 3.9% 15px 5.4%;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.modal-content p {
    margin: 0;
    padding: 0;
}

.modal-overlay {
    z-index: 100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.75);
    z-index: 999;
}

.modal-open {
    color: #000;
    text-decoration: none;
}

.modal-open:hover {
    cursor: pointer;
    text-decoration: none;
}

.modal-close {
    color: #00f;
    text-decoration: underline;
}

.modal-close:hover {
    cursor: pointer;
}

.modal_bt {
    text-align: right;
    font-size: 360%;
    line-height: 1;
}

.modal_bt a {
    text-decoration: none;
    color: #9fa0a0;
}

.modal-content {
    overflow-y: scroll;
    height: 98vh;
    max-height: 800px;
    bottom: 0;
    z-index: 9999;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 320px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */