@charset "UTF-8";

a[id*="flow"]+.contents_box01 .inner_item_img img{
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100% !important;
    border-radius: 100%;
    object-fit: contain;
    width: 60%!important;
    height: fit-content!important;
    transform: translate(-50%,-50%);
    border-radius: 0;
}

a[id*="flow"]+.contents_box01 .inner_item_img{
    background: #fff;
    border-radius: 50%;
}

a[id*="flow"]+.contents_box01 .inner_item_txt .heading{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

a[id*="flow"]+.contents_box01 .heading.block_header_2 .h:before{
    display: none;
}

a[id*="flow"]+.contents_box01 .heading.block_header_2 p {
    color: #fff;
    background-color: var(--i_main_color);
    text-align: center;
    padding: 0.5rem 1rem;
    border-radius: 9px;
    height: fit-content;
}

a[id*="line"]+.contents_hr.block_line_4{
    position: relative;
}
a[id*="line"]+.contents_hr.block_line_4:after{
    position:absolute;
    content: "";
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 95%;
    height: 1px;
    background: none;
    border-bottom: 2px dashed var(--i_main_color);
}

@media screen and (max-width: 900px){
    a[id*="flow"]+.contents_box01 .inner_item_img {
        background: #fff;
        border-radius: 50%;
        max-width: 250px!important;
        aspect-ratio: 1 / 1!important;
        padding-top: 0!important;
        width: 70%;
    }
}

/*お問い合わせリスト*/
.sns_items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sns_items li{
    list-style: none !important;
}

.sns_items img{
    margin: 20px 10px;
}

.tel{
    text-decoration: none !important;
    margin-left: 10px;
    font-size: clamp(1.4rem,6vw,3rem);
}
@media screen and (min-width: 901px){
    .tel{
        pointer-events: none;
    }
}

/*調整*/
@media screen and (max-width: 900px){
.sns_items {
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.sns_items .tel {
    margin-left: 0;
}

.sns_items li:last-of-type {
    width: 100%;
    text-align: center;
}
}