@charset "UTF-8";

#flow_title + section{
    padding-bottom:0px;
}
#flow_title + section .heading{
    margin-bottom:5px;
}
#flow_title + section .wrapper_item {
    overflow: hidden;
    max-height: 0;
    transition: max-height 1s ease;
    padding-left: 80px;
    margin-bottom:5px;
}
#flow_title + section .wrapper_item.open {
    max-height: 700px !important; 
}
#flow_title + section .heading.block_header_7 .h{
    padding-left: 0px !important;
    padding-top:10px;
    padding-bottom:10px;
    background-color: #f0f5fe;
    color:#4285f4;
    width: 100%;
    font-weight: inherit !important;
    text-align: center;
    padding-right: 80px;
    font-size:1.8rem;
}
#flow_title + section .heading.block_header_7 .h:after{
    content:'';
    display: inline-block;
    height:25px;
    width:25px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    background-image: url(/common/upload_data/hc-ts-libertynet/image/20230516005134.png);
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat
}
#flow_title + section .heading.block_header_7 p{
    background: linear-gradient(45deg, #4283f1, #35318e);
    position: relative;
    left: 10px;
    border-radius: 0%;
    height: 28px;
    width: 80px;
    font-size: 1.4rem;
}
@media screen and (max-width: 768px){
    #flow_title + section .heading{
         background-color: #f0f5fe;
    }
    #flow_title + section .wrapper_item{
        padding-left: 0px;
    }
    #flow_title + section .heading.block_header_7 .h{
         font-size:1.65rem;
         padding-right: 0px;
    }
    #flow_title + section .heading.block_header_7 p{
 left: -15px;
        height: 20px;
        width: 40px;
        font-size: 1.2rem;
　　　　　　　
    }
}