@charset "UTF-8";

a[id^="flow"]+section>.content_wrapper{
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 55px 15px 30px;
    position: relative;
}


a[id^="flow"]+section .heading+.add_text {
    margin-top: 40px;
}

a[id^="flow"]+section .heading.block_header_7 {
    flex-direction: column-reverse;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

a[id^="flow"]+section .heading.block_header_7 p {
    font-size: 2rem;
    width: 100px;
    height: 100px;
    margin-bottom: 1rem;
}

a[id^="flow"]+section .heading.block_header_7 .h {
    color: var(--i_main_color);
    padding-left: 0!important;
}

a[id^="flow"]+section .content_link {
    position: relative;
    padding-right: 1.6rem;
}

a[id^="flow"]+section.contents_box01.block_image_text_1 .wrapper_item .inner_item_img{
    margin-top: 40px;
}
a[id^="flow"]+section .content_link:after{
    content: "";
    background: url(/common/upload_data/firstpenguin-aquacom/image/20230904175816.png) no-repeat center center/contain;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#flow-1+section .inner_item_txt{
    display: flex;
    flex-direction: column;
}
.contact-txt{
    order: 1;
}
#flow-1+section .contents_btn01{
    order: 2;
    margin-bottom: 3rem;
}
.flow_content_lists{
    order: 3;
}
.flow_content_lists,
.flow_content_lists+p{
    margin: 1rem auto;
    padding: 0 2rem;
}

@media screen and (max-width: 900px){
    a[id^="flow"]+section>.content_wrapper{
            max-width: calc(100% - 30px)!important;
    }
    .flow_content_lists, .flow_content_lists+p{
        padding: 0 0.5rem;
    }
}