@charset "UTF-8";

/* 見出し前表示変更(2025/11/29) */
a[id^="service0"] + section .heading.block_header_2 .h {
    padding-left: 0;
}
a[id^="service0"] + section .heading.block_header_2 .h:before {
    position: relative;
    left: initial;
    top: initial;
    width: initial;
    height: initial;
    margin-right: 1rem;
    background: none;
    color: var(--i_main_color);
}
a[id="service01"] + section .heading.block_header_2 .h:before {
    content: "01";
}
a[id="service02"] + section .heading.block_header_2 .h:before {
    content: "02";
}
a[id="service03"] + section .heading.block_header_2 .h:before {
    content: "03";
}
a[id="service04"] + section .heading.block_header_2 .h:before {
    content: "04";
}
a[id="service05"] + section .heading.block_header_2 .h:before {
    content: "05";
}