@charset "UTF-8";

/*---------こんなお悩みありませんか？----------*/
a#tl+div .wrapper_item {
    justify-content: center;
}
a#tl+div .inner_item {
    background: var(--i_sub2_color);
}
a#tl+div .inner_item > a {
    display: none;
}
a#tl+div .heading.block_header_4 .h span {
    color: var(--i_main2_color);
    font-weight: bold !important;
    font-size: 3.0rem;
}
a#tl+div .inner_item_txt p {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
a#tl+div .inner_item_txt p:before {
    content: "";
    display: block;
    background: url(/common/upload_data/h-c-mjp/image/20260805095024_1.png) no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}
@media screen and (min-width: 769px) {
a#tl+div .inner_item {
    width: 49%;
    margin-bottom: 2%;
   margin-left: 2% !important;
   justify-content: center;
}
a#tl+div .inner_item:nth-of-type(odd) {
    margin-left: 0 !important;
}
}
/*--------施工までの流れ（サービスフロー）--------*/
a[id*="fl"]+section .wrapper_item .inner_item_img {
    padding: 2rem;
}
a[id*="fl"]+section .wrapper_item .inner_item_img img {
    object-fit: contain;
    height: 200px !important;
}

a[id*="fl"]+section .heading.block_header_2 {
    display: flex;
    flex-direction: column-reverse;
}
a[id*="fl"]+section .heading.block_header_2 .h {
    color: var(--i_main_color);
}
a[id*="fl"]+section .heading.block_header_2 p {
    color: var(--i_txt_color);
    font-size: 1.8rem;
    display: flex;
    flex-direction: row;
    gap: 3px;
    align-items: start;
}
a[id*="fl"]+section .heading.block_header_2 p span {
    font-weight: bold !important;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
a[id*="fl"]+section .wrapper_item .inner_item_img img {
    height: 170px !important;
}
}