@charset "UTF-8";
/********************************************/
/*Block Editor*/
/********************************************/
.the_content {
    margin-bottom: 80px;
}

.the_content h1 {
    position: relative;
    margin-bottom: 1.8em;
    padding: 0.7em 0.5em;
    line-height: 1.4;
    color: #0052B0;
    font-size: 2.5rem;
    font-weight: 700;
}

.the_content h1:before, .the_content h1:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #44B7DF;
    z-index: 1;
}

.the_content h1:before {
    top: 0;
}

.the_content h1:after {
    bottom: 0;
}

.the_content h2 {
    position: relative;
    margin-bottom: 1.8em;
    padding: 0.7em 0.5em;
    line-height: 1.4;
    color: #0052B0;
    font-size: 2.5rem;
    font-weight: 700;
}

.the_content h2:before, .the_content h2:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #44B7DF;
    z-index: 1;
}

.the_content h2:before {
    top: 0;
}

.the_content h2:after {
    bottom: 0;
}

.the_content h3 {
    margin-bottom: 1.5em;
    color: #0052B0;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.4;
}

.the_content h4 {
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
    border-bottom: solid 2px #44B7DF;
    line-height: 1.4;
    color: #0052B0;
    font-size: 2.0rem;
    font-weight: 700;
}

.the_content h5 {
    position: relative;
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    line-height: 1.4;
    color: #0052B0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}

.the_content h5:after {
    position: absolute;
    left: calc(50% - 2.3em);
    bottom: 0;
    content: "";
    width: 4.6em;
    height: 6px;
    background: #44B7DF;
}

.the_content h6 {
    margin-bottom: 1.4em;
    line-height: 1.4;
    color: #0052B0;
    font-weight: 700;
}

.the_content a, .the_content b, .the_content dd, .the_content dt, .the_content li, .the_content p, .the_content span, .the_content td, .the_content th {
    font-size: 1.6rem;
    line-height: 2;
}

.the_content small {
    font-size: 1.4rem;
}

.the_content strong {
    font-weight: 700;
}

.the_content p {
    margin-bottom: 20px;
}

.the_content p a {
    color: #44B7DF;
}

.the_content p a:hover {
    text-decoration: underline;
}

.the_content a {
    word-break: break-all;
    text-decoration: underline;
}

.the_content img {
    margin-bottom: 10px;
}

.the_content .wp-block-button a.wp-block-button__link {
    position: relative;
    padding-left: 2em;
    padding-right: 2em;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.the_content .wp-block-button a.wp-block-button__link:hover {
    opacity: .7;
}

.the_content .wp-block-button a.wp-block-button__link:after {
    position: absolute;
    right: 0.5em;
    top: 0;
    bottom: 0;
    content: '';
    width: 0.8em;
    height: 0.8em;
    margin: auto;
    border-right: 4px solid #0052B0;
    border-bottom: 4px solid #0052B0;
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.the_content .wp-block-button a:hover {
    text-decoration: none;
}

.the_content .wp-block-button a:hover:after {
    border-color: #fff;
}

.the_content .wp-block-button a.has-original-main-color:hover {
    background: #44B7DF;
    border-color: #44B7DF;
    color: #fff;
    opacity: 1;
}

.the_content .wp-block-button a.has-original-sub-color:hover {
    background: #0052B0;
    border-color: #0052B0;
    color: #fff;
    opacity: 1;
}

.the_content .wp-block-button a.has-original-main-background-color:after {
    border-color: #fff;
}

.the_content .wp-block-button a.has-original-main-background-color:hover {
    background: #0052B0;
    color: #fff;
    opacity: 1;
}

.the_content .wp-block-button a.has-original-sub-background-color:after {
    border-color: #fff;
}

.the_content .wp-block-button a.has-original-sub-background-color:hover {
    background: #44B7DF;
    color: #fff;
    opacity: 1;
}

.the_content .wp-block-button.smart_btn a.wp-block-button__link {
    font-size: 1.5rem;
    font-weight: 400;
}

.the_content .wp-block-button.smart_btn a.wp-block-button__link:after {
    content: none;
}

.the_content .has-x-small-font-size {
    font-size: 1.0rem;
}

.the_content .has-small-font-size {
    font-size: 1.3rem;
}

.the_content .has-regular-font-size {
    font-size: 1.6rem;
}

.the_content .has-large-font-size {
    font-size: 2.4rem;
}

.the_content .has-x-large-font-size {
    font-size: 3.6rem;
}

.the_content .has-huge-font-size {
    font-size: 5.0rem;
}

.the_content ul, .the_content ol {
    margin-bottom: 30px;
    padding-left: 0;
}

.the_content ul li, .the_content ol li {
    position: relative;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
}

.the_content ul li:before, .the_content ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1em;
    color: #44B7DF;
}

.the_content ul li {
    position: relative;
    padding-left: 1em;
}

.the_content ul li:before {
    content: '・';
}

.the_content ol {
    counter-reset: item;
    list-style-type: none;
}

.the_content ol > li {
    padding-left: 2.2em;
}

.the_content ol > li:before {
    content: counter(item) ".";
    counter-increment: item;
    font-weight: bold;
}

.the_content .condition_list div > ol > li:before {
    content: "(" counter(item) ")";
}

.the_content .condition_list div > ol > li > ol > li:before {
    top: 0.4em;
    content: counter(item);
    min-width: 1.6em;
    border: solid 1px #44B7DF;
    border-radius: 2em;
    line-height: 1.4;
    text-align: center;
    font-size: 0.85em;
    font-weight: normal;
}

.the_content .condition_list div > ol > li > ol > li > ol > li:before {
    content: counter(item, katakana) ".";
}

.the_content .simple_list ol {
    list-style: decimal;
    padding-left: 30px;
}

.the_content .simple_list ol li {
    list-style: inherit;
    padding-left: 0;
}

.the_content .simple_list ol li:before {
    content: none;
}

.the_content .simple_list ol.kanji {
    list-style: cjk-ideographic;
}

.the_content .simple_list ol.iroha {
    list-style: katakana-iroha;
}

.the_content .simple_list ol.katakana {
    list-style: katakana;
}

.the_content .wp-block-group {
    margin-top: 50px;
    margin-bottom: 50px;
}

.the_content table {
    width: 100%;
    margin: 40px 0;
}

.the_content table th,
.the_content table td {
    padding: 0.7em;
    border: solid 1px #ccc;
}

.the_content table th {
    font-weight: bold;
    border-bottom: solid 3px #ccc;
}

.the_content .wp-block-table.is-style-stripes {
    border-bottom: none;
}

.the_content .wp-block-table.is-style-stripes th {
    border-bottom: solid 3px #333;
}

.the_content blockquote {
    margin-bottom: 40px;
    padding: 1.5em 2.5em;
    border: 10px solid #ECF8FC;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #333;
}

.the_content blockquote p:last-child {
    margin-bottom: 0;
}

.the_content .wp-block-buttons {
    margin: 40px auto;
}

.the_content .wp-block-gallery {
    margin: 40px 0;
}

.the_content figure figcaption {
    text-align: center;
    font-size: 1.5rem;
}

.the_content > .wp-block-image {
    margin-bottom: 60px;
}

.the_content .wp-block-image .alignleft {
    float: none;
    margin-right: auto;
}

.the_content .wp-block-image .alignright {
    float: none;
    margin-left: auto;
}

.the_content .wp-block-media-text {
    margin: 40px auto;
}

.the_content .wp-block-columns {
    margin: 0 auto 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.the_content .wp-block-columns p {
    margin-top: 0;
}

.the_content div:not(.blogcard) .content_iframe,
.the_content > .content_iframe {
    position: relative;
    width: 100%;
    margin: 30px auto;
    padding-top: 56.25%;
}

.the_content div:not(.blogcard) .content_iframe iframe,
.the_content > .content_iframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.the_content .blogcard .content_iframe iframe {
    width: 100%;
}

.the_content .blocks-gallery-item {
    padding-left: 0;
}

.the_content .blocks-gallery-item:before {
    content: none;
}

.the_content .has-original-main-color {
    color: #44B7DF;
}

.the_content .has-original-main-background-color {
    background-color: #44B7DF;
}

.the_content .has-original-sub-color {
    color: #0052B0;
}

.the_content .has-original-sub-background-color {
    background-color: #0052B0;
}

@media screen and (max-width: 767px) {
    /********************************************/
    /*Block Editor*/
    /********************************************/
    .the_content h1 {
        font-size: 2.0rem;
    }
    .the_content h2 {
        font-size: 2.0rem;
    }
    .the_content h3 {
        font-size: 1.8rem;
    }
    .the_content h4 {
        font-size: 1.6rem;
    }
    .the_content h5 {
        font-size: 1.5rem;
    }
    .the_content h5:after {
        height: 5px;
    }
    .the_content h6 {
        font-size: 1.4rem;
    }
    .the_content a, .the_content b, .the_content dd, .the_content dt, .the_content li, .the_content p, .the_content span, .the_content td, .the_content th {
        font-size: 1.4rem;
    }
    .the_content p {
        margin-bottom: 20px;
    }
    .the_content p small {
        font-size: 1.3rem;
    }
    .the_content blockquote {
        font-size: 1.4rem;
    }
    .the_content .has-x-small-font-size {
        font-size: 1.0rem;
    }
    .the_content .has-small-font-size {
        font-size: 1.2rem;
    }
    .the_content .has-regular-font-size {
        font-size: 1.4rem;
    }
    .the_content .has-large-font-size {
        font-size: 1.8rem;
    }
    .the_content .has-x-large-font-size {
        font-size: 2.4rem;
    }
    .the_content .has-huge-font-size {
        font-size: 2.8rem;
    }
    .the_content .alignright,
    .the_content .alignleft {
        max-width: 48%;
    }
}
