@charset "utf-8";
/*********************************************************

WP Wysiwyg Editor用

*********************************************************/

/* ---------------------------------------------------- */
/* cs_wysiwyg */
/* ---------------------------------------------------- */
.cs_wysiwyg:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.cs_wysiwyg {
    display: block;
}

.cs_wysiwyg > * + * {
    margin-top: 1.5em;
}

/* ---------------------------------------------------- */
/* p */
/* ---------------------------------------------------- */
.cs_wysiwyg p {
    text-align: justify;
    line-height: 1.8;
}

.cs_wysiwyg p + p {
    margin-top: 1.5em;
}

/* ---------------------------------------------------- */
/* h */
/* ---------------------------------------------------- */
.wp-block-heading {
    line-height: 1.4;
}

.wp-block-heading + * {
    margin-top: 1em;
}

* + .wp-block-heading {
    margin-top: 3em;
}

h1.wp-block-heading {
    color: var(--co_6);
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

h1.wp-block-heading sub {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: var(--co_9);
}

h2.wp-block-heading {
    color: var(--co_6);
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

h2.wp-block-heading sub {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: var(--co_9);
}

h3.wp-block-heading {
    position: relative;
    padding: 15px 20px 15px 90px;
    font-size: 26px;
    font-weight: 500;
    background-color: var(--co_12);
}

h3.wp-block-heading::before {
    content: "";
    position: absolute;
    left: 40px;
    top: 19px;
    display: block;
    width: 20px;
    height: 30px;
    background-image: url(../img/ico/ttl_1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
h4.wp-block-heading {
    position: relative;
    padding-left: 60px;
    font-size: 22px;
    font-weight: 700;
}

h4.wp-block-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    display: block;
    width: 40px;
    height: 3px;
    background-color: var(--co_6);
}

h5.wp-block-heading {
    font-size: 22px;
    font-weight: 700;
}

h6.wp-block-heading {
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 999px) {
    h1.wp-block-heading {
        font-size: 20px;
    }

    h2.wp-block-heading {
        font-size: 20px;
    }

    h3.wp-block-heading {
        font-size: 18px;
    }
    h3.wp-block-heading {
        padding: 15px 15px 15px 45px;
        font-size: 18px;
    }

    h3.wp-block-heading::before {
        left: 15px;
        top: 15px;
        width: 15px;
        height: 25px;
    }
    h4.wp-block-heading {
        padding-left: 30px;
        font-size: 17px;
    }

    h4.wp-block-heading::before {
        top: 12px;
        width: 20px;
    }
    .cs_wysiwyg h5 {
        font-size: 17px;
    }

    .cs_wysiwyg h6 {
        font-size: 16px;
    }
}

/* ---------------------------------------------------- */
/* img */
/* ---------------------------------------------------- */
.cs_wysiwyg img {
    width: auto;
    max-width: 100% !important;
    height: auto !important;
}

.cs_wysiwyg img.alignright {
    margin: 0 0 0 15px;
    display: inline;
    float: right;
}

.cs_wysiwyg img.alignleft {
    margin: 0 10px 0 0;
    display: inline;
    float: left;
}

.cs_wysiwyg img.aligncenter {
    display: block;
    margin: 0 auto;
}

.cs_wysiwyg img.alignnone {
    margin: 0 10px 0 0;
}

.cs_wysiwyg img.size-thumbnail {
    display: inline-block;
    margin: 0 4% 0 0;
    width: 48%;
}

.cs_wysiwyg img.size-thumbnail + .size-thumbnail {
    margin: 0 0 0 0;
}

.wp-caption {
    max-width: 100% !important;
}

.wp-element-caption {
    font-size: 11px;
}

/* ---------------------------------------------------- */
/* yt */
/* ---------------------------------------------------- */
.cs_yt_1 {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
}

.cs_yt_1 iframe,
.cs_yt_1 object,
.cs_yt_1 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* ---------------------------------------------------- */
/* cs_table */
/* ---------------------------------------------------- */
.wp-block-table table {
    width: 100%;
    border: 1px solid var(--co_11);
    background-color: var(--co_1);
}
.wp-block-table thead {
    border: none;
}
.wp-block-table table tr {
    border-bottom: 1px solid var(--co_11);
}

.wp-block-table table th,
.wp-block-table table td {
    padding: 10px 10px;
    vertical-align: top;
    border: none;
    border-right: 1px solid var(--co_11);
}
.wp-block-table table th {
    font-weight: 700;
    background-color: var(--co_12);
}
.wp-block-table .wp-element-caption {
    margin-top: 0.5em;
    font-size: 12px;
}

@media (max-width: 999px) {
    .wp-block-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .wp-block-table table {
        white-space: nowrap;
    }
}

/* ---------------------------------------------------- */
/* UL */
/* ---------------------------------------------------- */
.cs_wysiwyg ul,
.cs_ul_1 {
    padding: 0;
    list-style: none;
}

.cs_wysiwyg ul li,
.cs_ul_1 li {
    position: relative;
    padding-left: 30px;
}

.cs_wysiwyg ul li + li,
.cs_ul_1 li + li {
    margin-top: 0.5em;
}

.cs_wysiwyg ul li:before,
.cs_ul_1 li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 11px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--co_10);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
}

.cs_ul_checkbox li::before {
    left: -5px !important;
    top: 4px !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 0 !important;
    background-image: url(../img/ico/ul_1.svg);
    background-color: transparent !important;
    transform: rotate(0) !important;
}

/* ---------------------------------------------------- */
/* OL */
/* ---------------------------------------------------- */
.cs_wysiwyg ol,
.cs_ol_1 {
    padding: 0;
    list-style: none;
    counter-reset: ol_li;
}

.cs_wysiwyg ol li,
.cs_ol_1 li {
    position: relative;
    padding-left: 30px;
}

.cs_wysiwyg ol li + li,
.cs_ol_1 li + li {
    margin-top: 0.5em;
}

.cs_wysiwyg ol li:before,
.cs_ol_1 li:before {
    counter-increment: ol_li;
    content: counter(ol_li) "";
    position: absolute;
    left: 0;
    top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: var(--co_1);
    line-height: 1;
    background-color: var(--co_10);
}

/* ---------------------------------------------------- */
/* DL */
/* ---------------------------------------------------- */
.cs_wysiwyg dl,
.cs_dl_1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cs_wysiwyg dl dt,
.cs_dl_1 dt {
    flex: none;
    margin-bottom: 0.5em;
    padding: 1px 5px;
    width: 130px;
    color: var(--co_1);
    text-align: center;
    background-color: var(--co_10);
    border-radius: 2px;
}

.cs_wysiwyg dl dt:last-of-type,
.cs_dl_1 dt:last-of-type {
    margin-bottom: 0;
}

.cs_wysiwyg dl dd,
.cs_dl_1 dd {
    flex: auto;
    margin-bottom: 0.5em;
    padding: 1px 0 1px 40px;
    width: calc(100% - 130px);
}

.cs_wysiwyg dl dd:last-of-type,
.cs_dl_1 dd:last-of-type {
    margin-bottom: 0;
}

/* ---------------------------------------------------- */
/* cs_step_1 */
/* ---------------------------------------------------- */
.cs_step_1 .item {
    position: relative;
    padding-left: 120px;
    min-height: 84px;
}

.cs_step_1 .item + .item {
    margin-top: 80px;
}

.cs_step_1 .item .num {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 70px;
    height: 70px;
    color: var(--co_1);
    font-size: 20px;
    line-height: 1;
    text-align: center;
    border-radius: 50%;
    background-color: var(--co_6);
    z-index: 2;
}

.cs_step_1 .item .ttl {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.cs_step_1 .item .content {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.cs_step_1 .item .content .block {
    flex: auto;
    width: auto;
}
.cs_step_1 .item .content .block > * + * {
    margin-top: 1.5em;
}
.cs_step_1 .item .content .block:nth-of-type(2) {
    flex: none;
    width: 60%;
    margin-left: 45px;
}

.cs_step_1 .item .content .block_2 {
    padding: 40px;
    background-color: var(--co_12);
    border-radius: 5px;
}

@media (max-width: 999px) {
    .cs_step_1 .item {
        padding-left: 70px;
        min-height: 70px;
    }

    .cs_step_1 .item::after {
        left: 21px;
        height: calc(100% + 60px);
    }

    .cs_step_1 .item + .item {
        margin-top: 40px;
    }

    .cs_step_1 .item .num {
        top: 0;
        width: 50px;
        height: 50px;
        font-size: 11px;
    }

    .cs_step_1 .item .ttl {
        font-size: 16px;
        min-height: 40px;
    }

    .cs_step_1 .item .content {
        display: block;
        margin-left: -70px;
        margin-top: 20px;
    }

    .cs_step_1 .item .content .block:nth-of-type(2) {
        width: auto;
        margin-left: auto;
        margin-top: 20px;
    }
    .cs_step_1 .item .content .block_2 {
        padding: 20px;
    }
}

/* ---------------------------------------------------- */
/* cs_qa_1 */
/* ---------------------------------------------------- */
.cs_qa_1 .item + .item {
    margin-top: 20px;
}

.cs_qa_1 .item {
    background-color: var(--co_12);
}

.cs_qa_1 .item .ttl {
    padding: 20px 100px 20px 100px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    position: relative;
    color: var(--co_1);
    line-height: 1.4;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    background-color: var(--co_6);
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cs_qa_1 .item .ttl::before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 100%;
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: var(--co_1);
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

.cs_qa_1 .item .ttl i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 30px;
    height: 30px;
    transition: 0.3s ease-in-out;
    border-radius: 50%;
}

.cs_qa_1 .item .ttl i::before,
.cs_qa_1 .item .ttl i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background-color: var(--co_1);
    transition: 0.3s ease-in-out;
}

.cs_qa_1 .item .ttl i::before {
    width: 4px;
    height: 16px;
}

.cs_qa_1 .item .ttl.is_show i::before {
    opacity: 0;
}

.cs_qa_1 .item .ttl i::after {
    width: 16px;
    height: 4px;
}

.cs_qa_1 .item .content {
    position: relative;
    display: none;
    padding: 28px 30px 25px 80px;
    border-top: 1px solid var(--co_7);
    overflow: hidden;
}

.cs_qa_1 .item .content::before {
    content: "A";
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    font-family: "Poppins", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    color: var(--co_6);
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

.cs_qa_1 .item .content > * + * {
    margin-top: 1.5em;
}

@media (max-width: 999px) {
    .cs_qa_1 .item .ttl {
        padding: 20px 40px 20px 60px;
        font-size: 16px;
    }

    .cs_qa_1 .item .ttl::before {
        left: 10px;
        top: 10px;
        width: 40px;
        height: 45px;
        font-size: 18px;
    }

    .cs_qa_1 .item .ttl i {
        right: 12px;
        top: 22px;
        transform: translateY(0);
        width: 20px;
        height: 20px;
    }

    .cs_qa_1 .item .ttl i::before {
        height: 12px;
    }

    .cs_qa_1 .item .ttl i::after {
        width: 12px;
    }

    .cs_qa_1 .item .content {
        padding: 20px 20px 20px 60px;
    }

    .cs_qa_1 .item .content::before {
        left: 10px;
        top: 10px;
        width: 40px;
        height: 45px;
        font-size: 18px;
    }
}

/* ---------------------------------------------------- */
/* block */
/* ---------------------------------------------------- */
.wp-block-group {
    padding: 80px;
}

.wp-block-group .wp-block-heading + * {
    margin-top: 2em;
}

.wp-block-group__inner-container > * + * {
    margin-top: 1.5em;
}

@media (max-width: 999px) {
    .wp-block-group {
        padding: 40px 20px;
    }
}
/* ---------------------------------------------------- */
/* wp-block-button__link */
/* ---------------------------------------------------- */
.wp-block-button .wp-block-button__link {
    position: relative;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.wp-block-button .wp-block-button__link::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/ico/arrow_1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.wp-block-button.is-style-outline .wp-block-button__link::after {
    background-image: url(../img/ico/arrow_1_b.svg);
}
.wp-block-button .wp-block-button__link:hover {
    opacity: 0.6;
}
@media (max-width: 999px) {
    .wp-block-buttons > .wp-block,
    .wp-block-buttons > .wp-block-button.wp-block-button.wp-block-button.wp-block-button.wp-block-button {
        width: 100%;
    }
}
