/*
=======================================
modal用 CSS
=======================================
*/

.modalimg_box {
    text-align: center;
    height: 350px;
}
.modalimg_box img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}
@media screen and (min-width: 768px) {
    .modalimg_box {
        text-align: center;
        height: 550px;
    }
    .modalimg_box img {
        width: 100%;
        height: 550px;
        object-fit: contain;
    }
}

.btn_none {
    display: none;
}
