@charset "UTF-8";

/*------「幅広く対応いたします！」の調整_251030------*/
a[id^="top_support0"] + .composite_box01 .inner_item {
    background: var(--i_sub2_color);
    justify-content: center;
}
a[id^="top_support0"] + .composite_box01 .inner_item .inner_item_txt {
    margin-top: 0;
    padding: 20px 25px 18px;
}
a[id^="top_support0"] + .composite_box01 .inner_item .inner_item_txt .heading.block_header_4 .h {
    position: relative;
    margin-bottom: 0;
    width: fit-content;
    padding-left: 30px;
    font-size: min(1.6vw,1.8rem) !important;
}
a[id^="top_support0"] + .composite_box01 .inner_item .inner_item_txt .heading.block_header_4 .h:before {
    position: absolute;
    content: "";
    top: calc(50% - 11px);
    left: 0;
    background: url(/common/upload_data/aztec1jp/image/surprised_icon.png) no-repeat center center / contain;
    width: 20px;
    height: 20px;
}
@media screen and (max-width: 900px) {
    a[id^="top_support0"] + .composite_box01 .inner_item .inner_item_txt .heading.block_header_4 .h {
        font-size: 1.8rem !important;
    }
}
@media screen and (max-width: 540px) {
    #top_support01 + .composite_box01 {
        padding-bottom: 0px;
    }
    a[id^="top_support0"] + .composite_box01 .inner_item {
        margin-bottom: 10px !important;
    }
    a[id^="top_support0"] + .composite_box01 .inner_item:nth-last-of-type(1), a[id^="top_support0"] + .composite_box01 .inner_item:nth-of-type(2n-1):nth-last-of-type(2) {
        margin-bottom: 10px !important;
    }
    a[id^="top_support0"] + .composite_box01 .inner_item .inner_item_txt {
        padding: 15px 10px 13px;
    }
    a[id^="top_support0"] + .composite_box01 .inner_item .inner_item_txt .heading.block_header_4 .h {
        padding-left: 20px;
        font-size: 1.2rem !important;
    }
    a[id^="top_support0"] + .composite_box01 .inner_item .inner_item_txt .heading.block_header_4 .h:before {
        top: calc(50% - 7px);
        width: 12px;
        height: 12px;
    }
}

/*------対応エリア表示切り替え_251030------*/
@media screen and (min-width: 701px) {
#top_area_sp + .contents_box01 {
    display: none;
}
}
@media screen and (max-width: 700px) {
#top_area_pc + .contents_box01 {
    display: none;
}
}