@charset "UTF-8";

/* タイトルカラー調整(2025/12/05) */
a[id^="link0"] + .contents_btn01 .content_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
a[id^="link0"] + .contents_btn01 .content_wrapper>a {
    width: calc((100% - 60px) / 4) !important;
    margin: 0;
}
@media only screen and (max-width: 900px) {
    a[id^="link0"] + .contents_btn01 .content_wrapper>a {
        width: calc((100% - 20px) / 2) !important;
    }
}
a[id^="class0"] + .contents_box01 .heading.block_header_2 .h {
    color: var(--i_txt_color);
}
#class01 + .contents_box01 .heading.block_header_6 .h {
    color: #dc143c;
}
#class03 + .contents_box01 .heading.block_header_6 .h {
    color: #ff6347;
}
#class04 + .contents_box01 .heading.block_header_6 .h {
    color: #ff7f50;
}
#class05 + .contents_box01 .heading.block_header_6 .h {
    color: #ffa500;
}
#class06 + .contents_box01 .heading.block_header_6 .h {
    color: #fa8072;
}
#class07 + .contents_box01 .heading.block_header_6 .h {
    color: #ffa07a;
}
#class08 + .contents_box01 .heading.block_header_6 .h {
    color: #bc8f8f;
}