
@charset "UTF-8";

.content_wrapper {
    padding: 0 var(--i_padding, 20px) !important;
}

a[id^="icon"]+section .heading.block_header_4 {
    padding-left: 80px;
    margin-bottom: 40px;
}

a[id^="icon"]+section .heading.block_header_4:before {
    position: absolute;
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: 0;
    background: url("/common/upload_data/toyohashi-machinaka-whccom/image/icon.png") no-repeat left center / contain;
    pointer-events: none;
}

#icon2+section .heading.block_header_4:before {
    background: url("/common/upload_data/toyohashi-machinaka-whccom/image/icon2.png") no-repeat left center / contain;
}

#icon3+section .heading.block_header_4:before {
    background: url("/common/upload_data/toyohashi-machinaka-whccom/image/icon3.png") no-repeat left center / contain;
}

a[id^="icon"]+section .heading.block_header_4 .h {
    border-bottom: 1px solid var(--i_txt_color);
    padding-bottom: 5px;
}

a[id^="icon"]+section>.content_wrapper {
    background: var(--i_sub3_color);
    padding: 30px 50px !important;
    width: calc(100% - 40px);
}

@media screen and (max-width: 800px) {
    a[id^="icon"]+section>.content_wrapper {
        padding: 30px 20px !important;
    }

    a[id^="icon"]+section .heading.block_header_4 {
        padding-left: 65px;
    }

    a[id^="icon"]+section .heading.block_header_4::before {
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
    }
}

.inner_item_txt .ar {
    position: relative;
    padding-left: 30px;
}

.inner_item_txt .ar:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("/common/upload_data/toyohashi-machinaka-whccom/image/aw2.png") no-repeat left center / contain;
    pointer-events: none;
}

#icon+section .inner_item_txt p {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    border-bottom: 1px dotted rgba(76, 61, 57, 0.8);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
    #icon+section .inner_item_txt p {
        display: block;
    }

    #icon+section .inner_item_txt p span {
        display: block;
        padding-top: 10px;
    }
}

/**/
#access+section+section>.content_wrapper {
    padding: 0 !important;
}

/**/
#route+div .wrapper_item {
    gap: 40px 58px;
}

#route+div .inner_item {
    width: 29%;
    margin: 0 !important;
    position: relative;
}

#route+div .inner_item_img img {
    width: auto !important;
    height: auto !important;
}

#route+div .heading.block_header_4 .h {
    font-size: 1.8rem !important;
    text-align: left;
}

#route+div {
    counter-reset: number 0;
}

#route+div .inner_item_img {
    position: relative;
    margin-bottom: 20px;
}

#route+div .inner_item_img::before {
    position: absolute;
    display: block;
    counter-increment: number 1;
    content: "0" counter(number);
    bottom: 0;
    left: 0;
    font-size: 2.6rem;
    color: var(--i_sub_color);
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 2px solid var(--i_sub_color);
    pointer-events: none;
    z-index: 8;
}

#route+div .inner_item_img img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%, 0% 80%);
}

#route+div .inner_item:not(:last-of-type) .inner_item_img::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 36px;
    background: url("/common/upload_data/toyohashi-machinaka-whccom/image/aw3_2.png") no-repeat center right / 15px;
    pointer-events: none;
}

@media screen and (max-width: 1200px) {
    #route+div .inner_item {
        width: 26%;
    }
}

@media screen and (max-width: 800px) {
    #route+div .inner_item {
        width: 100%;
    }

    #route+div .inner_item:not(:last-of-type) .inner_item_img::after {
        display: none;
    }

    #route+div .inner_item:not(:last-of-type) {
        padding-bottom: 50px;
    }

    #route+div .inner_item:not(:last-of-type)::before {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        background: url("/common/upload_data/toyohashi-machinaka-whccom/image/aw3_3.png") no-repeat center bottom / 15px;
        pointer-events: none;
    }
}