@charset "UTF-8";

/* アンカーリンク(2026/05/07) */
#links + .composite_box01 .wrapper_item {
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
}
#links + .composite_box01 .inner_item {
    width: 31% !important;
}
#links + .composite_box01 .inner_item_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20px);
    margin-top: 10px;
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#links + .composite_box01 .inner_item_img img {
    max-width: 100px;
    height: auto !important;
    width: 60% !important;
}
@media only screen and (max-width: 900px) {
    #links + .composite_box01.block_images_1 .inner_item:nth-of-type(2n) {
        margin-left: 0 !important;
    }
}
@media only screen and (max-width: 768px) {
    #links + .composite_box01 .inner_item {
        width: 31% !important;
    }
}