@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;
    width: calc(100% - 40px);
    padding: 0 40px;

}
/* ボタン2個時左寄せ余白調整 */
.contents_btn01 .content_wrapper > a {
    margin-left: 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;
}
@media screen and (max-width: 1200px) {
    #main::before {
        background-size: 100px auto, 80px auto, 40px auto;
        background-position: right top 2vw, left top 2vw, left top 48vw;
    }
}

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

/* 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;
    }
    a[id^="lb"] + div > .content_wrapper,
    a[id^="rb"] + div > .content_wrapper {
        padding: 0 20px;
    }
}

/* オプション */
#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%;
    }
}