@charset "UTF-8";

/*ご依頼の流れパーツ調整_260116*/
[id^="flow_prats"] + section{
    overflow: initial;
}
[id^="flow_prats"] + section .content_wrapper{
    position: initial;
    margin-top: 100px;
    width: calc(100% - 6rem);
}
[id^="flow_prats"] + section.dec1_3:not(.block_images_21)>.content_wrapper {
    border: 2px solid #9b9b9b;
}
[id^="flow_prats"] + section .content_wrapper:before{
    content: '';
    position: absolute;
    height: calc(100% + 104px);
    width: 10px;
    background: var(--i_main_color);
    top: -4px;
    left: 0;
    transform: translate(-50%, 0);
}
#flow_prats01 + section .content_wrapper:before{
    top: 24px;
    height: calc(100% + 80px);
}
#flow_prats05 + section .content_wrapper:before{
    height: calc(100% + 124px);
}
#flow_prats06 + section .content_wrapper{
    position: relative;
    z-index: -1;
}
#flow_prats06 + section .content_wrapper:before{
    content: none;
}
[id^="flow_prats"] + section .inner_item_img{
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(20px, -50%);
    width: 220px;
    border: 2px solid #9b9b9b;
}
[id^="flow_prats"] + section .heading.block_header_7 {
    position: initial;
}
[id^="flow_prats"] + section .heading.block_header_7 .h:nth-last-child(2):nth-child(1) {
    padding-left: 0px;
    max-width: calc(100% - 180px);
}
[id^="flow_prats"] + section .heading.block_header_7 p {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, 15px);
    padding: 0;
    background:var(--i_main_color);
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
}
[id^="flow_prats"] + section .heading.block_header_7 p b{
    font-size: 1.7em;
    line-height: 1.1;
    font-weight: 400;
}
@media screen and (max-width: 1000px) {
    [id^="flow_prats"] + section[class*="dec1_"]:not(.block_images_21)>.content_wrapper {
        padding: 4vw 40px;
    }
}
@media screen and (max-width: 700px) {
    [id^="flow_prats"] + section .content_wrapper {
        width: calc(100% - 2rem);
        margin-right: 0;
        margin-top: 50px;
    }
    [id^="flow_prats"] + section .content_wrapper:before{
        content: '';
        position: absolute;
        height: calc(100% + 54px);
        width: 10px;
        background: var(--i_main_color);
        top: -4px;
        left: 0;
        transform: translate(-50%, 0);
    }
    #flow_prats01 + section .content_wrapper:before{
        top: 24px;
        height: calc(100% + 30px);
    }
    #flow_prats05 + section .content_wrapper:before{
        height: calc(100% + 74px);
    }
    [id^="flow_prats"] + section .inner_item_img{
        position: relative;
        transform: translate(0, 0);
        width: 100%;
    }
    [id^="flow_prats"] + section[class*="dec1_"]:not(.block_images_21)>.content_wrapper {
        padding: 4vw 4vw 4vw 35px;
    }
    [id^="flow_prats"] + section .heading.block_header_7 {
        width: 100%;
    }
    [id^="flow_prats"] + section .heading.block_header_7 .h:nth-last-child(2):nth-child(1) {
        max-width: 100%;
    }
    [id^="flow_prats"] + section .heading.block_header_7 p {
        font-size: 1.5rem;
        width: 50px;
        height: 50px;
    }
}
