@charset 'UTF-8';
/* このcssはsassファイルはないです。直css編集 2024ご使用方法追加用*/
@font-face
{
    font-family: 'NotoSerifJP';
    /*要素に指定するときに使うフォント名*/

    src: url('../fonts/NotoSerifJP-Regular.woff2') format('woff2');
    font-display: swap;
}
.pc_only_det
{
    display: block;
}

.sp_only_det
{
    display: none;
}

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

    .sp_only_det
    {
        display: block;
    }
}
.feature_set_all_wrap
{
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_ver
    {
        display: flex;

        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.feature_set_all_wrap.col2_ver .features_set_wrap
{
    font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    line-height: 1.714;

    display: flex;

    width: 470px;
    margin-bottom: 40px !important;

    align-items: flex-start;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_ver .features_set_wrap
    {
        display: block;

        width: 38.6vw;

        align-items: flex-start;
        /* 追加 */
    }
}
.feature_set_all_wrap.col2_ver .features_set_wrap .img_area
{
    width: 226px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_ver .features_set_wrap .img_area
    {
        width: 100%;
        margin-bottom: 3.2vw;
    }
}
.feature_set_all_wrap.col2_ver .features_set_wrap .txt_wrap
{
    margin-left: 16px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_ver .features_set_wrap .txt_wrap
    {
        margin-left: unset;
    }
}
.feature_set_all_wrap.col2_ver .features_set_wrap .txt_wrap .txt_name
{
    font-size: 17px !important;
    font-weight: bold;

    position: relative;

    color: #c1a30a;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_ver .features_set_wrap .txt_wrap .txt_name
    {
        font-size: 3.2vw !important;
        line-height: 1.2 !important;
    }
}
.feature_set_all_wrap.col2_ver .features_set_wrap .txt_wrap .txt_name sup
{
    font-size: 9px;

    position: relative;

    vertical-align: super;
}
.feature_set_all_wrap.col2_ver .features_set_wrap .txt_wrap .txt_name sup .txt_come
{
    position: absolute;
    top: -4px;
    left: 0;

    width: -webkit-max-content;

    width: -moz-max-content;

    width: max-content;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_ver .features_set_wrap .txt_wrap .txt_name sup .txt_come
    {
        font-size: 2.1vw;

        top: .3vw;
    }
}
.feature_set_all_wrap.col2_ver .features_set_wrap .txt_wrap .txt_sub
{
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

    margin-top: -4px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_ver .features_set_wrap .txt_wrap .txt_sub
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        font-size: 2.4vw !important;
        line-height: 1.5 !important;

        margin-top: 0vw;
    }
}
.feature_set_all_wrap.col2_ver .features_set_wrap .txt_wrap .txt_main
{
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

    margin-top: 16px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_ver .features_set_wrap .txt_wrap .txt_main
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        font-size: 2.6vw !important;
        line-height: 1.5 !important;

        margin-top: 2.133333vw;
    }
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col1_ver
    {
        display: block;

        flex-wrap: unset;
        justify-content: unset;
    }
}
.feature_set_all_wrap.col1_ver .features_set_wrap
{
    font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    line-height: 1.714;

    display: flex;

    width: 470px;
    margin-bottom: 40px !important;

    align-items: flex-start;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col1_ver .features_set_wrap
    {
        display: flex;

        width: 100%;
        margin-bottom: 6.6vw !important;

        align-items: flex-start;
        /* 追加 */
    }
}
.feature_set_all_wrap.col1_ver .features_set_wrap .img_area
{
    width: 226px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col1_ver .features_set_wrap .img_area
    {
        width: 32.8vw;
        margin-right: 2.6vw;
    }
}
.feature_set_all_wrap.col1_ver .features_set_wrap .txt_wrap
{
    margin-left: 16px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col1_ver .features_set_wrap .txt_wrap
    {
        margin-left: unset;
    }
}
.feature_set_all_wrap.col1_ver .features_set_wrap .txt_wrap .txt_name
{
    font-size: 17px !important;
    font-weight: bold;

    position: relative;

    color: #c1a30a;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col1_ver .features_set_wrap .txt_wrap .txt_name
    {
        font-size: 3.4vw !important;
        line-height: 1.2 !important;
    }
}
.feature_set_all_wrap.col1_ver .features_set_wrap .txt_wrap .txt_name sup
{
    font-size: 9px;

    position: relative;

    vertical-align: super;
}
.feature_set_all_wrap.col1_ver .features_set_wrap .txt_wrap .txt_name sup .txt_come
{
    position: absolute;
    top: -4px;
    left: 0;

    width: -webkit-max-content;

    width: -moz-max-content;

    width: max-content;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col1_ver .features_set_wrap .txt_wrap .txt_name sup .txt_come
    {
        font-size: 2.1vw;

        top: .3vw;
    }
}
.feature_set_all_wrap.col1_ver .features_set_wrap .txt_wrap .txt_sub
{
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

    margin-top: -4px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col1_ver .features_set_wrap .txt_wrap .txt_sub
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        font-size: 2.4vw !important;
        line-height: 1.5 !important;

        margin-top: 0vw;
    }
}
.feature_set_all_wrap.col1_ver .features_set_wrap .txt_wrap .txt_main
{
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

    margin-top: 16px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col1_ver .features_set_wrap .txt_wrap .txt_main
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        font-size: 2.6vw !important;
        line-height: 1.5 !important;

        margin-top: 2.133333vw;
    }
}
.feature_set_all_wrap.img_col2_ver
{
    width: 100%;

    row-gap: 24px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    justify-content: flex-start;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.img_col2_ver
    {
        width: 100%;

        row-gap: 4vw;
        -moz-column-gap: unset;
             column-gap: unset;
        justify-content: space-between;
    }
}
.feature_set_all_wrap.img_col2_ver .img_col2
{
    width: 226px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.img_col2_ver .img_col2
    {
        width: 38.6666vw;
    }
}
.feature_set_all_wrap.col2_split_SPcol1_ver .features_set_wrap
{
    font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    line-height: 1.714;

    display: flex;

    margin-bottom: 40px !important;

    align-items: flex-start;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_split_SPcol1_ver .features_set_wrap
    {
        display: block;

        width: 100%;
        margin-bottom: 6.6vw !important;
    }
}
.feature_set_all_wrap.col2_split_SPcol1_ver .features_set_wrap .img_area
{
    width: 290px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_split_SPcol1_ver .features_set_wrap .img_area
    {
        width: 100%;
        margin-bottom: 3.2vw;
    }
}
@media screen and (min-width: 769px)
{
    .feature_set_all_wrap.col2_split_SPcol1_ver .features_set_wrap .txt_all_wrap
    {
        flex: 1;
    }
}
.feature_set_all_wrap.col2_split_SPcol1_ver .features_set_wrap .txt_wrap
{
    margin-left: 16px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_split_SPcol1_ver .features_set_wrap .txt_wrap
    {
        margin-left: unset;
    }
}
.feature_set_all_wrap.col2_split_SPcol1_ver .features_set_wrap .txt_wrap .txt_name
{
    font-size: 17px !important;
    font-weight: bold;

    position: relative;

    color: #c1a30a;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_split_SPcol1_ver .features_set_wrap .txt_wrap .txt_name
    {
        font-size: 3.2vw !important;
        line-height: 1.2 !important;
    }
}
.feature_set_all_wrap.col2_split_SPcol1_ver .features_set_wrap .txt_wrap .txt_name sup
{
    font-size: 9px;

    position: relative;

    vertical-align: super;
}
.feature_set_all_wrap.col2_split_SPcol1_ver .features_set_wrap .txt_wrap .txt_name sup .txt_come
{
    position: absolute;
    top: -4px;
    left: 0;

    width: -webkit-max-content;

    width: -moz-max-content;

    width: max-content;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_split_SPcol1_ver .features_set_wrap .txt_wrap .txt_name sup .txt_come
    {
        font-size: 2.1vw;

        top: .3vw;
    }
}
.feature_set_all_wrap.col2_split_SPcol1_ver .features_set_wrap .txt_wrap .txt_sub
{
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

    margin-top: -4px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_split_SPcol1_ver .features_set_wrap .txt_wrap .txt_sub
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        font-size: 2.4vw !important;
        line-height: 1.5 !important;

        margin-top: 0vw;
    }
}
.feature_set_all_wrap.col2_split_SPcol1_ver .features_set_wrap .txt_wrap .txt_main
{
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

    margin-top: 16px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_split_SPcol1_ver .features_set_wrap .txt_wrap .txt_main
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        font-size: 2.6vw !important;
        line-height: 1.5 !important;

        margin-top: 2.133333vw;
    }
}
.feature_set_all_wrap.col2_split_SPcol1_ver .features_set_wrap .txt_wrap + .txt_wrap
{
    margin-top: 32px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_split_SPcol1_ver .features_set_wrap .txt_wrap + .txt_wrap
    {
        margin-top: 6vw;
    }
}
.feature_set_all_wrap.col2_split_SPcol1_split_ver .features_set_wrap
{
    font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    line-height: 1.714;

    display: flex;

    margin-bottom: 40px !important;

    align-items: flex-start;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_split_SPcol1_split_ver .features_set_wrap
    {
        display: block;

        width: 100%;
        margin-bottom: 6.6vw !important;
    }
}
.feature_set_all_wrap.col2_split_SPcol1_split_ver .features_set_wrap .img_area
{
    width: 290px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_split_SPcol1_split_ver .features_set_wrap .img_area
    {
        width: 100%;
        margin-bottom: 3.2vw;
    }
}
@media screen and (min-width: 769px)
{
    .feature_set_all_wrap.col2_split_SPcol1_split_ver .features_set_wrap .txt_all_wrap
    {
        flex: 1;
    }
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_split_SPcol1_split_ver .features_set_wrap .txt_all_wrap
    {
        display: flex;

        gap: 0 4vw;
    }
}
.feature_set_all_wrap.col2_split_SPcol1_split_ver .features_set_wrap .txt_wrap
{
    margin-left: 16px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_split_SPcol1_split_ver .features_set_wrap .txt_wrap
    {
        margin-left: unset;

        flex: 1;
    }
}
.feature_set_all_wrap.col2_split_SPcol1_split_ver .features_set_wrap .txt_wrap .txt_name
{
    font-size: 17px !important;
    font-weight: bold;

    position: relative;

    color: #c1a30a;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_split_SPcol1_split_ver .features_set_wrap .txt_wrap .txt_name
    {
        font-size: 3.2vw !important;
        line-height: 1.2 !important;
    }
}
.feature_set_all_wrap.col2_split_SPcol1_split_ver .features_set_wrap .txt_wrap .txt_name sup
{
    font-size: 9px;

    position: relative;

    vertical-align: super;
}
.feature_set_all_wrap.col2_split_SPcol1_split_ver .features_set_wrap .txt_wrap .txt_name sup .txt_come
{
    position: absolute;
    top: -4px;
    left: 0;

    width: -webkit-max-content;

    width: -moz-max-content;

    width: max-content;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_split_SPcol1_split_ver .features_set_wrap .txt_wrap .txt_name sup .txt_come
    {
        font-size: 2.1vw;

        top: .3vw;
    }
}
.feature_set_all_wrap.col2_split_SPcol1_split_ver .features_set_wrap .txt_wrap .txt_sub
{
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

    margin-top: -4px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_split_SPcol1_split_ver .features_set_wrap .txt_wrap .txt_sub
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        font-size: 2.4vw !important;
        line-height: 1.5 !important;

        margin-top: 0vw;
    }
}
.feature_set_all_wrap.col2_split_SPcol1_split_ver .features_set_wrap .txt_wrap .txt_main
{
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

    margin-top: 16px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_split_SPcol1_split_ver .features_set_wrap .txt_wrap .txt_main
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        font-size: 2.6vw !important;
        line-height: 1.5 !important;

        margin-top: 2.133333vw;
    }
}
@media screen and (min-width: 769px)
{
    .feature_set_all_wrap.col2_split_SPcol1_split_ver .features_set_wrap .txt_wrap + .txt_wrap
    {
        margin-top: 32px;
    }
}
.feature_set_all_wrap.col2_row_vertical_ver
{
    display: flex;

    width: 100%;

    flex-wrap: wrap;
    justify-content: flex-start;
}
.feature_set_all_wrap.col2_row_vertical_ver .features_set_wrap
{
    font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    line-height: 1.714;

    width: calc((100% - 40px) / 2);
    margin-bottom: 40px !important;
    margin-left: 40px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_row_vertical_ver .features_set_wrap
    {
        width: calc((100% - 4vw) / 2);
        margin-bottom: 6.6vw !important;
        margin-left: 4vw;
    }
}
.feature_set_all_wrap.col2_row_vertical_ver .features_set_wrap:nth-of-type(2n+1)
{
    margin-left: 0;
}
.feature_set_all_wrap.col2_row_vertical_ver .features_set_wrap .img_area
{
    width: 290px;
    margin-bottom: 16px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_row_vertical_ver .features_set_wrap .img_area
    {
        width: 100%;
        margin-bottom: 3.2vw;
    }
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_row_vertical_ver .features_set_wrap .txt_wrap
    {
        margin-left: unset;
    }
}
.feature_set_all_wrap.col2_row_vertical_ver .features_set_wrap .txt_wrap .txt_name
{
    font-size: 17px !important;
    font-weight: bold;

    position: relative;

    color: #c1a30a;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_row_vertical_ver .features_set_wrap .txt_wrap .txt_name
    {
        font-size: 3.2vw !important;
        line-height: 1.2 !important;
    }
}
.feature_set_all_wrap.col2_row_vertical_ver .features_set_wrap .txt_wrap .txt_name sup
{
    font-size: 9px;

    position: relative;

    vertical-align: super;
}
.feature_set_all_wrap.col2_row_vertical_ver .features_set_wrap .txt_wrap .txt_name sup .txt_come
{
    position: absolute;
    top: -4px;
    left: 0;

    width: -webkit-max-content;

    width: -moz-max-content;

    width: max-content;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_row_vertical_ver .features_set_wrap .txt_wrap .txt_name sup .txt_come
    {
        font-size: 2.1vw;

        top: .3vw;
    }
}
.feature_set_all_wrap.col2_row_vertical_ver .features_set_wrap .txt_wrap .txt_sub
{
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

    margin-top: -4px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_row_vertical_ver .features_set_wrap .txt_wrap .txt_sub
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        font-size: 2.4vw !important;
        line-height: 1.5 !important;

        margin-top: 0vw;
    }
}
.feature_set_all_wrap.col2_row_vertical_ver .features_set_wrap .txt_wrap .txt_main
{
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

    margin-top: 16px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_row_vertical_ver .features_set_wrap .txt_wrap .txt_main
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        font-size: 2.6vw !important;
        line-height: 1.5 !important;

        margin-top: 2.133333vw;
    }
}
.feature_set_all_wrap.col1_txt_ver .features_set_wrap
{
    font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    line-height: 1.714;

    margin-bottom: 40px !important;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col1_txt_ver .features_set_wrap
    {
        margin-bottom: 6.6vw !important;
    }
}
.feature_set_all_wrap.col1_txt_ver .features_set_wrap .txt_wrap .txt_name
{
    font-size: 17px !important;
    font-weight: bold;

    position: relative;

    color: #c1a30a;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col1_txt_ver .features_set_wrap .txt_wrap .txt_name
    {
        font-size: 3.2vw !important;
        line-height: 1.2 !important;
    }
}
.feature_set_all_wrap.col1_txt_ver .features_set_wrap .txt_wrap .txt_name sup
{
    font-size: 9px;

    position: relative;

    vertical-align: super;
}
.feature_set_all_wrap.col1_txt_ver .features_set_wrap .txt_wrap .txt_name sup .txt_come
{
    position: absolute;
    top: -4px;
    left: 0;

    width: -webkit-max-content;

    width: -moz-max-content;

    width: max-content;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col1_txt_ver .features_set_wrap .txt_wrap .txt_name sup .txt_come
    {
        font-size: 2.1vw;

        top: .3vw;
    }
}
.feature_set_all_wrap.col1_txt_ver .features_set_wrap .txt_wrap .txt_sub
{
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

    margin-top: -4px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col1_txt_ver .features_set_wrap .txt_wrap .txt_sub
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        font-size: 2.4vw !important;
        line-height: 1.5 !important;

        margin-top: 0vw;
    }
}
.feature_set_all_wrap.col1_txt_ver .features_set_wrap .txt_wrap .txt_main
{
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

    margin-top: 16px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col1_txt_ver .features_set_wrap .txt_wrap .txt_main
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        font-size: 2.6vw !important;
        line-height: 1.5 !important;

        margin-top: 2.133333vw;
    }
}
.feature_set_all_wrap.col2_txt_ver .features_set_wrap
{
    font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    line-height: 1.714;

    margin-bottom: 40px !important;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_txt_ver .features_set_wrap
    {
        margin-bottom: 6.6vw !important;
    }
}
.feature_set_all_wrap.col2_txt_ver .features_set_wrap .txt_all_wrap
{
    display: flex;

    gap: 0 40px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_txt_ver .features_set_wrap .txt_all_wrap
    {
        gap: 0 4vw;
    }
}
.feature_set_all_wrap.col2_txt_ver .features_set_wrap .txt_wrap .txt_name
{
    font-size: 17px !important;
    font-weight: bold;

    position: relative;

    color: #c1a30a;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_txt_ver .features_set_wrap .txt_wrap .txt_name
    {
        font-size: 3.2vw !important;
        line-height: 1.2 !important;
    }
}
.feature_set_all_wrap.col2_txt_ver .features_set_wrap .txt_wrap .txt_name sup
{
    font-size: 9px;

    position: relative;

    vertical-align: super;
}
.feature_set_all_wrap.col2_txt_ver .features_set_wrap .txt_wrap .txt_name sup .txt_come
{
    position: absolute;
    top: -4px;
    left: 0;

    width: -webkit-max-content;

    width: -moz-max-content;

    width: max-content;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_txt_ver .features_set_wrap .txt_wrap .txt_name sup .txt_come
    {
        font-size: 2.1vw;

        top: .3vw;
    }
}
.feature_set_all_wrap.col2_txt_ver .features_set_wrap .txt_wrap .txt_sub
{
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

    margin-top: -4px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_txt_ver .features_set_wrap .txt_wrap .txt_sub
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        font-size: 2.4vw !important;
        line-height: 1.5 !important;

        margin-top: 0vw;
    }
}
.feature_set_all_wrap.col2_txt_ver .features_set_wrap .txt_wrap .txt_main
{
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

    margin-top: 16px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.col2_txt_ver .features_set_wrap .txt_wrap .txt_main
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        font-size: 2.6vw !important;
        line-height: 1.5 !important;

        margin-top: 2.133333vw;
    }
}
.feature_set_all_wrap.extra_col
{
    display: flex;

    width: 100%;

    flex-wrap: wrap;
    justify-content: flex-start;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.extra_col
    {
        display: block;
    }
}
.feature_set_all_wrap.extra_col .features_set_wrap
{
    font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    line-height: 1.714;

    width: calc((100% - 40px) / 2);
    margin-bottom: 40px !important;
    margin-left: 40px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.extra_col .features_set_wrap
    {
        width: unset;
        margin-bottom: 6.6vw !important;
        margin-left: unset;
    }
}
.feature_set_all_wrap.extra_col .features_set_wrap:nth-of-type(2n+1)
{
    margin-left: 0;
}
.feature_set_all_wrap.extra_col .features_set_wrap .txt_img_wrap
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}
.feature_set_all_wrap.extra_col .features_set_wrap .img_wrap
{
    width: 40%;
}
.feature_set_all_wrap.extra_col .features_set_wrap .img_area
{
    width: 100%;
}
.feature_set_all_wrap.extra_col .features_set_wrap .txt_wrap .txt_name
{
    font-size: 17px !important;
    font-weight: bold;

    position: relative;

    text-align: right;

    color: #c1a30a;
}
.feature_set_all_wrap.extra_col .features_set_wrap .txt_wrap .txt_name::after
{
    position: absolute;

    width: 100%;
    height: 5px;

    content: '';

    background-color: #f8f8f9;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.extra_col .features_set_wrap .txt_wrap .txt_name
    {
        font-size: 3.2vw !important;
        line-height: 1.2 !important;
    }
}
.feature_set_all_wrap.extra_col .features_set_wrap .txt_wrap .txt_name sup
{
    font-size: 9px;

    vertical-align: super;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.extra_col .features_set_wrap .txt_wrap .txt_name sup .txt_come
    {
        font-size: 2.1vw;
    }
}
.feature_set_all_wrap.extra_col .features_set_wrap .txt_wrap .txt_sub
{
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

    margin-top: -4px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.extra_col .features_set_wrap .txt_wrap .txt_sub
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        font-size: 2.4vw !important;
        line-height: 1.5 !important;

        margin-top: 0vw;
    }
}
.feature_set_all_wrap.extra_col .features_set_wrap .txt_wrap .txt_main
{
    font-family: Arial, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;

    margin-top: 16px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.extra_col .features_set_wrap .txt_wrap .txt_main
    {
        font-family: Arial, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        font-size: 2.6vw !important;
        line-height: 1.5 !important;

        margin-top: 3.2vw;
    }
}
.feature_set_all_wrap.extra_col .features_set_wrap .txt_wrap .feature_set_txt
{
    margin-top: 16px;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.extra_col .features_set_wrap .txt_wrap .feature_set_txt
    {
        margin-top: 3.2vw;
    }
}
.feature_set_all_wrap.extra_col .features_set_wrap .txt_img_wrap
{
    position: relative;
}
.feature_set_all_wrap.extra_col .features_set_wrap .txt_img_wrap .txt_wrap
{
    flex: 1;
}
.feature_set_all_wrap.extra_col .features_set_wrap .txt_img_wrap .txt_name
{
    display: flex;

    min-height: 75px;
    padding-bottom: 15px;

    align-items: center;
    justify-content: flex-end;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.extra_col .features_set_wrap .txt_img_wrap .txt_name
    {
        min-height: 13vw;
        padding-bottom: 4vw;
    }
}
.feature_set_all_wrap.extra_col .features_set_wrap .txt_img_wrap .txt_name::after
{
    position: absolute;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 10px;

    content: '';

    background-color: #f6f2eb;
}
@media screen and (max-width: 768px)
{
    .feature_set_all_wrap.extra_col .features_set_wrap .txt_img_wrap .txt_name::after
    {
        height: 2vw;
    }
}

.feature_set_txt
{
    font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 12px !important;
    line-height: 1.6666 !important;
}
@media screen and (max-width: 768px)
{
    .feature_set_txt
    {
        font-size: 1.6vw !important;
    }
}

.img_col2_ver_txt
{
    width: 80%;
}
@media screen and (max-width: 768px)
{
    .img_col2_ver_txt
    {
        width: 100%;
    }
}

body.Android .feature_set_all_wrap .features_set_wrap
{
    font-family: 'NotoSerifJP', 'Noto Serif JP', serif;
    font-weight: 400;
    font-style: normal;
}
body.Android .feature_set_all_wrap .features_set_wrap .txt_name
{
    letter-spacing: -.1vw;
}
body.Android .feature_set_all_wrap .features_set_wrap .txt_main
{
    letter-spacing: -.1vw;
}
body.Android .feature_set_all_wrap .features_set_wrap .txt_sub
{
    letter-spacing: -.23vw;
}
body.Android .feature_set_txt
{
    font-family: 'NotoSerifJP', 'Noto Serif JP', serif;
    font-weight: 400;
    font-style: normal;

    letter-spacing: -.009vw;
}
