@charset "UTF-8";
.post_content h3 {
    font-weight: 600 !important;
    color: #00186c;
    font-size: 24px;position: relative;
    position: relative;
    line-height: 1.8;
    font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
}
.post_content h3:before {
    position: absolute;
    content: "";
    top: -10px !important;
    left: calc(50% - 50px) !important;
    width: 100px;
    height: 2px;
    background-color: #020381;
}

#page_header .title.type2 {
    writing-mode: vertical-rl;
    padding: 50px 0;
    letter-spacing: 8px;
    height: 50%;
    font-family: Hiragino Kaku Gothic ProN;
}
#dc1_content_0 .post_content {
    width: 80%;
    margin: auto;
    padding: 50px 0;
}
#dc1_content_1 .post_content {
    width: 80%;
    margin: auto;
    padding: 0;
}
#dc1_content_0 .left-block, #dc1_content_0 .right-block, #dc1_content_0 .block-wrapper {
    border: 0;
}
.center-header {
    padding-bottom: 40px;
}
#dc1_content_0 .center-header {
    padding-bottom: 10px;
}
.header-text {
    text-align: center;
}
.header-text:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background-color: #00186C;
    top: 120px;
    left: calc(50% - 50px) !important;
}
#dc1_content_0 .header-text:before {
    top: 25px;
}
.block-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 0 60px 0;
}
.block-wrapper #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding: 100px 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1200px;
}
/* Add Animation */
.modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
from {-webkit-transform:scale(0)} 
to {-webkit-transform:scale(1)}
}
@keyframes zoom {
from {transform:scale(0)} 
to {transform:scale(1)}
}
/* The Close Button */
.close {
    position: fixed;
    top: 40px;
    right: 80px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.header-text {
    font-weight: 500 !important;
}
.design1_content4.num0 {
    margin: 50px 0 0 0;
}
@media screen and (max-width: 950px) {
#page_header .title.type2 {
    height: 60%;
}
}
@media screen and (max-width: 768px) {
#dc1_content_0 .post_content {
    padding-top: 20px;
}
#dc1_content_0 .header-text:before {
    top: -10px;
}
#dc1_content_0 .post_content, #dc1_content_1 .post_content {
    padding: 80px 0 50px;
}
#dc1_content_0 .right-content-wrapper {
    padding-top: 20px;
}
.left-block, .right-block {
    width: 100%;
    padding: 0;
    border: 0;
}
.left-block {
    min-height: auto;
    border-bottom: 1px solid #707070;
}
.right-block {
    border-left: 0;
    height: 100%;
    min-height: auto;
}
.center-header {
    padding-bottom: 0;
}
.post_content h4 {
    font-size: 18px;
}
.block-wrapper #myImg {
    width: 100%;
}
.modal-content {
    margin: auto;
    display: block;
    width: 75% !important;
    max-width: 1200px;
    height: auto;
    position: static !important;
}
.close {
    top: 40px;
    right: 30px;
}
}
@media screen and (max-width: 767px) {
#dc1_content_0 .post_content, #dc1_content_1 .post_content {
    padding: 0;
}
.block-wrapper {
    padding: 0;
}
#page_header .title.type2 {
    height: calc(100% - 40px);
    font-size: 24px;
    padding: 20px 0;
}
.modal {
    padding: 80px 0 40px 0;
}
.modal-content {
    width: calc(100% - 40px) !important;
}
.close {
    top: 30px;
}
}