@charset "UTF-8";

/* アンカーリンク追加(2025/11/29) */
#links + .composite_box01 .inner_item {
    position: relative;
    justify-content: center;
    padding: 2rem;
}
#links + .composite_box01 .heading.block_header_4 .h {
    color: var(--i_txt_color);
    font-size: 1.6rem !important;
}
#links + .composite_box01 .inner_item>a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
}
#links + .composite_box01 .inner_item_img img {
    width: 30% !important;
    height: auto !important;
}
#links + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(4) {
    background: var(--i_main_color);
}
#links + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(3) {
    background: var(--i_btn_color);
}
#links + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(2) {
    background: var(--i_btn_hover_color);
}
#links + .composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(1) {
    background: var(--i_sub2_color);
}

