@charset "UTF-8";

/*-----------------------------見出しカラー---------------------------------*/
#ct+section .heading.block_header_2 .h,
#sv+section .heading.block_header_2 .h,
#c2+div .heading.block_header_4 .h,
.heading.block_header_1 p,
.heading.block_header_6 .h {
    position: relative;
    color: var(--i_main_color);
}

/*-----------------------------見出し装飾なし---------------------------------*/
.heading.block_header_1 p:after,
.heading.block_header_6 .h:after,
.heading.block_header_1 p:before,
.heading.block_header_6 .h:before {
    display: none;
}

#ct+section .heading.block_header_2 .h, #sv+section .heading.block_header_2 .h {
    border-bottom: none;
}

/*-----------------------------見出し画像1---------------------------------*/
#ct+section .heading.block_header_2 .h, #sv+section .heading.block_header_2 .h {
    padding-right: 0;
    padding-bottom: 40px;
    min-width: 200px;
    text-align: center;
}

#ct+section .heading.block_header_2 .h::after,
#sv+section .heading.block_header_2 .h::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    height: 22px;
    background-image: url(/common/upload_data/sdancespacecom/image/20240318120605.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

/*-----------------------------見出し画像2---------------------------------*/
.heading.block_header_1,
.heading.block_header_6,
#c2+div .heading.block_header_4 .h {
    position: relative;
    padding-bottom: 40px;
}

.heading.block_header_1::after,
.heading.block_header_6::after,
#c2+div .heading.block_header_4 .h::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    height: 22px;
    background-image: url(/common/upload_data/sdancespacecom/image/20240318120605.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

@media screen and (max-width: 900px) {
#ct+section .heading.block_header_2 .h::after,
#sv+section .heading.block_header_2 .h::after,
.heading.block_header_1::after,
.heading.block_header_6::after,
#c2+div .heading.block_header_4 .h::after {
    height: 15px;
}

#ct+section .heading.block_header_2 .h, #sv+section .heading.block_header_2 .h {
    padding-bottom: 30px;
}

.heading.block_header_1,
.heading.block_header_6,
#c2+div .heading.block_header_4 .h {
    padding-bottom: 30px;
}
}