@charset "utf-8";


@charset "utf-8";
small{line-height: 1.5;margin-bottom: 10px;}
.moving_img img {width: 100%;}
.modal {display: none; position: fixed; z-index: 999; left: 0; top: 0; width: 100%; height: 100%; overflow-x: auto; overflow-y: hidden; background-color: rgba(0, 0, 0, 0.9); white-space: nowrap;}
.modal-content {display: inline-block; height: 90vh; max-width: none; border-radius: 0; margin: auto;padding-top: 150px;}
.close {position: fixed; top: 115px; right: 20px; color: #fff; font-size: 36px; cursor: pointer; z-index: 1000;}

@media (min-width:768px) {
    .modal{z-index: 1001;}
    .close{top: 30px;right: 30px;}
    .modal-content {height: auto;width: 100%;padding: 0 4%;}
}
@media (min-width:768px) and (max-width:1024px) {
    .page_top_text { text-align: left !important; }
}
