/* 20231116 action中止 これを消せばボタンが出る*/
.active .faqTxt:after {
    display: none;
}

/* /20231116 action中止 */

.flexListWrap .advantage_list .listItem {
    display: block;
}

.advantageWrap {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
}

/* /20231122 追加 */
a.link {
    font-size: 16px;
}

@media screen and (max-width: 640px) {
    a.link {
        font-size: 15px !important;
    }
}

/* /20231124 追加 */
.under_line {
    border-bottom: solid 1px #002755;
}

@media screen and (max-width: 991px) {
    .advantageWrap {
        width: 94%;
    }
}

.page_inner_Wrap.ccc {
    width: auto;
}

.advantageWrap .flexWrap01 .flex_imgWrap img {
    width: 100%;
}

.advantageWrap .flexWrap01 .flex_textWrap .flex_textWrap_inner {
    width: 100%;
}

.text_dl {
    margin-bottom: 20px;
    font-weight: normal;
    color: var(--color-main);
    padding: 0 0;
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}

.faqTxt:after {
    background: initial;
}

/* 20231117 追加クラス調節 */
.advantageWrap .flexWrap01 .flex_imgWrap,
* / .advantageWrap .flexWrap01 .flex_textWrap {
    width: 100%;
}

.advantageWrap .flexWrap01 .flex_textWrap .flex_textWrap_inner {
    max-width: none;
    width: 100%;
}

/* /20231117 追加クラス調節 */

@media screen and (max-width: 640px) {
    .mb150 {
        margin-bottom: 10px;
    }

    .faqTxt {
        position: relative;
        width: calc(100% - 0px);
        font-size: 15px;
    }
}

.flowItemTextWrapper {
    display: flex;
    align-items: baseline;
    column-gap: 1em;
}

.flowItemText {
    font-size: inherit;
}

/* 20231127追加 */
.link-wrapper p:not(:first-child) {
    margin-top: 1em;
}

.link-wrapper p a {
    font-weight: 500;
}

.txt_bold {
    color: inherit !important;
}

.mt30 {
    margin-top: 30px;
}

.lh22 {
    line-height: 3;
}

.fz18 {
    font-size: 18px;
}

.sp-br {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc-br {
        display: none;
    }

    .sp-br {
        display: block;
    }
}

.lh0 {
    line-height: 1.5;
}

.c-te {
    margin-bottom: 0;
    padding-bottom: 0;
}

.c-tea {
    margin-bottom: 30px !important;
    line-height: 1.5 !important;
}

@media screen and (min-width: 768px) {
    .r-content-price__title {
        text-align: center;
    }
}
