@charset "UTF-8";

@charset "UTF-8";

/* コンテンツ内背景 */
.dec1_1:not(.block_images_21) > .content_wrapper {
    background: #fff;
}

/* ボタン左寄せ */
a[id^="lb"] + .contents_btn01,
a[id^="lb"] + section .contents_btn01.block_button_1 {
    text-align: left;
}
a[id^="rb"] + .contents_btn01,
a[id^="rb"] + section .contents_btn01.block_button_1 {
    text-align: right;
}
a[id^="lb"] + div > .content_wrapper,
a[id^="rb"] + div > .content_wrapper {
    background: #fff;
}

#lb + section > .content_wrapper {
    border-radius: 20px 20px 0 0;
}

/* 白背景丸調整 */
#br1 + .dec1_1:not(.block_images_21) > .content_wrapper {
    border-radius: 20px 20px 0 0;
}
#br2 + .dec1_1:not(.block_images_21) > .content_wrapper {
    border-radius: 0 0 20px 20px;
}

/* 白背景 */
#bg + div > .content_wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 65px 40px;
    width: calc(100% - 40px);
}
@media screen and (max-width: 1000px) {
    #bg + div > .content_wrapper {
        padding: 4vw 20px;
    }
}

#h_bg + section > .content_wrapper,
#h_bg + div > .content_wrapper {
    background: #fff;
    width: calc(100% - 40px);
    padding: 10px 40px 30px;
}
#h_bg2 + section > .content_wrapper,
#h_bg2 + div > .content_wrapper {
    background: #fff;
    width: calc(100% - 40px);
    padding: 10px 40px 30px;
    border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 800px) {
    #h_bg + section > .content_wrapper,
    #h_bg + div > .content_wrapper,
    #h_bg2 + section > .content_wrapper,
    #h_bg2 + div > .content_wrapper {
        padding: 10px 20px 30px;
    }
}

/* アンカーリンクボタン */
#health03 + section.dec1_1:not(.block_images_21) > .content_wrapper,
#health04 + section.dec1_1:not(.block_images_21) > .content_wrapper {
    border-radius: 20px 20px 0 0;
}

/* sp余白 */
@media screen and (max-width: 900px) {
    .contents_box01.pb0 + .contents_box01.pt0,
    .contents_box01.pb10 + .contents_box01.pt0,
    .contents_box01.pb20 + .contents_box01.pt0,
    .contents_box01.pb30 + .contents_box01.pt0 {
        padding-top: 0;
    }
}

/* sp見出し */
@media screen and (max-width: 800px) {
    .heading.block_header_1 p,
    .heading.block_header_6 .h {
        font-size: 1.85rem !important;
        letter-spacing: 0.05rem;
    }
}

/* オプション */
#option + section .inner_item_txt ul {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#option + section .inner_item_txt ul li {
    width: 49%;
    box-sizing: border-box;
    position: relative;
    list-style: inherit;
    padding-left: 23px;
    border-bottom: 1px dotted var(--i_border_color);
}

#option + section .inner_item_txt ul li::marker {
    display: none;
}

#option + section .inner_item_txt ul li::before {
    font-size: 18px;
    display: block;
    position: absolute;
    left: 0;
    content: "\02714";
    color: #ef9348;
}

@media screen and (max-width: 800px) {
    #option + section .inner_item_txt ul li {
        width: 100%;
    }
}