/*! ==== Static Page ==== */
.wrap_static_page {
    margin: 0 auto;
}

.wrap_static_page .main_center {
    max-width: 920px;
}

.wrap_static_page .news_in_gallery {
    padding-top: 48px;
    padding-bottom: 48px;
}

.wrap_static_page img,
.wrap_static_page iframe,
.wrap_static_page video {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto 16px auto;
}

.wrap_static_page h1,
.wrap_static_page h2,
.wrap_static_page h3,
.wrap_static_page h4,
.wrap_static_page h5,
.wrap_static_page h6 {
    margin-bottom: 16px;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    color: #2c415c;
    opacity: 1;
    word-break: break-word;
}

.wrap_static_page p,
.wrap_static_page li {
    margin: 8px auto;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #2c415c;
    opacity: 1;
    word-break: break-word;
}

.wrap_static_page ul,
.wrap_static_page ol {
    list-style: disc;
    padding-left: 16px;
    margin: 10px auto;
}

/* !Static Page */

@media only screen and (max-width: 1232px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 767px) {
    .wrap_static_page h1,
    .wrap_static_page h2,
    .wrap_static_page h3,
    .wrap_static_page h4,
    .wrap_static_page h5,
    .wrap_static_page h6 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 560px) {
}
