@charset "UTF-8";

/*--- 追加パーツレイアウト調整(2025/10/01) ---*/
#response + .composite_box01 .heading.block_header_6.align-center {
    background: #5c9aff;
}
#response + .composite_box01 .heading.block_header_6 .h {
    margin-bottom: 0;
    padding: 5px 0 0;
    color: var(--i_btn_txt_color);
    font-size: 3.2rem;
}
#response + .composite_box01 .heading.block_header_6 .h .large {
    font-weight: bold;
    font-size: 3.8rem;
}
#response + .composite_box01 .heading.block_header_6 .h:before {
    content: none;
}
#response + .composite_box01 .wrapper_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
#response + .composite_box01 .wrapper_item .inner_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 90px) / 4);
    margin-left: 0;
    padding: 6px;
    aspect-ratio: 1 / 1;
    border: 3px solid var(--i_main_color);
    border-radius: 50%;
}
#response + .composite_box01.block_images_1 a+.inner_item_txt {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    border: 1px solid var(--i_main_color);
    border-radius: 50%;
}
#response + .composite_box01.block_images_1 a+.inner_item_txt .highlight {
    display: block;
    color: var(--i_main_color);
    font-weight: bold;
    font-size: 2.1rem;
}
@media only screen and (max-width: 920px) {
    #response + .composite_box01:not(.block_images_7) .inner_item:nth-of-type(1):nth-last-of-type(4),
    #response + .composite_box01:not(.block_images_7) .inner_item:nth-of-type(2):nth-last-of-type(3) {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 900px) {
    #response + .composite_box01 .heading.block_header_6 .h {
        font-size: 2.1rem;
    }
    #response + .composite_box01 .heading.block_header_6 .h .large {
        font-size: 2.5rem;
    }
    #response + .composite_box01 .wrapper_item .inner_item {
        margin: 0;
        min-width: 250px;
    }
    #response + .composite_box01.block_images_1 .inner_item:nth-of-type(2n) {
        margin-left: 0 !important;
    }
}