@charset "UTF-8";

/* FLOW表示調整(2025/10/27) */
a[id^="step0"] + section .content_wrapper {
    width: calc(100% - 48px);
    padding: 28px;
    background: #fff1f0;
}
a[id^="step0"] + section .heading.block_header_7 p {
    background: #ffc4c4;
}
@media screen and (max-width: 900px) {
    a[id^="step0"] + section .content_wrapper {
        width: calc(100% - 40px);
        padding: 16px 20px 16px 20px;
    }
}

/* LINE表示調整(2025/10/27) */
#online + .contents_box01 .inner_item_img img {
    width: 50px !important;
    height: 50px;
}
#online + .contents_box01.block_image_text_1 .wrapper_item .inner_item_txt table {
    margin: 0 auto;
}