main.inner-page .content-wrap-flex {
    display: flex;
}

main.inner-page .content-wrap-flex .col-01,
main.inner-page .content-wrap-flex .col-02 {
    width: 50%;
}

.section-header {
    background: #FCD307;
    padding-top: 37px;
    padding-bottom: 37px;
}

.section-header h2 {
    font-size: 55px;
    font-family: georgia, palatino, "book antiqua", "palatino linotype", serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    padding-left: 56px;
    background: url('../images/ico-plus-b.png') no-repeat 0 9px;
    margin: 0;
}

.section-header-subtitle {
    font-size: 20px;
    font-weight: 400;
    padding-left: 56px;
    font-style: italic;
    padding-top: 7px;
    padding-bottom: 5px;
}

.inner-page .section-img {
    height: 400px;
    background-size: cover;
}

.inner-page-video {
    width: 100%;
    min-height: 400px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.section-img {
    position: relative;
    overflow: hidden;
}

.inner-page-h2 {
    font-size: 40px;
    font-weight: bold;
}

.inner-page-h2-up {
    font-size: 47px;
    font-weight: bold;
}

.inner-page-h2-hint {
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    padding-bottom: 40px;
    position: relative;
    top: -10px;
}

.inner-page-h2-hint span {
    display: inline-block;
    text-align: left;
}

@media (max-width: 728px) {
    .inner-page-video {
        height: 400px;
        width: auto;
    }
}

.inner-page .section-body {
    padding-top: 52px;
    padding-bottom: 58px;
}

.inner-page .section-body .col-01 {
    padding-left: 58px;
    padding-right: 33px;
}

.inner-page .section-body .col-01 p:first-child {
    margin-top: 0;
}

.inner-page .section-body .col-02 {
    padding-right: 58px;
    padding-left: 33px;
}

.inner-page .section-body .col-01 {
    font-size: 16px;

}

.inner-page .section-body .col-02 h5 {
    margin: 0;
    font-size: 29px;
    font-weight: 400;
}

.inner-page-tag {
    padding-bottom: 33px;
}

.inner-page-tag + .inner-page-tag {
    padding-top: 33px;
}

.inner-page-tag-bordered {
    border-bottom: 2px solid #000000;
}

.inner-page-btn-row {
    border-top: 2px solid #000000;
    padding-top: 32px;
    text-align: right;
}

.inner-page-btn-row-no-border {
    border-top: 0 !important;
    text-align: center;
}

.inner-page-btn-row .dsh-btn {
    height: 44px;
    line-height: 42px;
}

.inner-page-txt-font-up {
    font-size: 20px;
}

@media (max-width: 860px) {
    .inner-page .section-body .col-01 {
        padding-left: 0;
    }

    .inner-page .section-body .col-02 {
        padding-right: 0;
    }
}

@media (max-width: 736px) {
    main.inner-page .content-wrap-flex {
        display: block;
    }

    main.inner-page .content-wrap-flex .col-01,
    main.inner-page .content-wrap-flex .col-02 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    main.inner-page .content-wrap-flex .col-02 {
        padding-top: 30px;
    }
}

@media (max-width: 320px) {
    .section-header h2 {
        font-size: 51px;
    }

    .inner-page-btn-row .dsh-btn {
        width: 100% !important;
    }
}