
@charset "UTF-8";

.heroarea h1 span.l-mg{
    margin-right: 1.8rem;
}
.vb_icon_box_wrap{
    justify-content: space-between;
}
.vb_icon_box{
    max-width:  350px;
    width: 100%;
    background: #EBF7F6;
    min-height: 379px;
}
.vb_icon_box h3{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.vb_icon_box img{
    display: block;
}
.vb_icon_box:first-of-type img{
    width: 72px;
    margin: 27px auto 24px;
}
.vb_icon_box:first-of-type,
.vb_icon_box:last-of-type{
    padding: 45px 28px;
}
.vb_icon_box:nth-of-type(2){
    padding: 30px 25px;
}
.vb_icon_box:nth-of-type(2) img{
    width: 157px;
    margin: 15px auto 19px;
}
.vb_icon_box:last-of-type img{
    width: 72px;
    margin: 29px auto 19px;
}
.vb_icon_box p span{
    color: #FF0000;
}
.vb_icon_box p span.note{
    color: #333;
}
.vb_service_wrap{
    margin: 60px auto 0;
}
.vb_service_box{
    background: #77C7C2;
    color: #fff;
    border-radius: 5px;
    padding: 8px 0;
}
.vb_service_point{
    padding: 5px 24px;
}
.vb_service_box:not(:first-of-type){
    margin-top: 10px;
}
.vb_service_box h3{
    margin:10px 0 8px;
    font-size: 2rem;
}
.vb_service_box .vb_service_txt{
    padding: 5px 0 5px 24px;
    border-left: 1px solid #fff;
}
.vb_join_txt{
    text-align: center;
}
.vb_join{
    margin: 26px auto 60px;
    justify-content:center;
}
.vb_join.flex{
    flex-wrap: initial;
}
.vb_btn{
    margin: 0 20px;
}
.vb_content{
    background: #EBF7F6;
    padding: 60px 0;
}
.vb_content h3{
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: normal;
}
.vb_content h3::after,
.vb_content h3::before{
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    top: 14px;
    background: #333;
}
.vb_content h3::before{
    left: 0;
}
.vb_content h3::after{
    right: 0;
}
.vb_content h4{
    margin-bottom: 15px;
}
.vb_content h4:not(:first-of-type){
    margin-top: 50px;
}
.vb_content_list a{
    display: flex;
    align-items: center;
}
.vb_content_list a span{
    margin: 0 10px 0 7px;
}
.vb_content_list:not(:first-of-type){
    margin-left: 45px;
}
.vb_content_list img{
    width: auto;
}
.vb_content_list a{
    color: #333;
}
.vb_content_list:hover{
    opacity: 0.7;
}
@media screen and (max-width: 768px) {
    .flex{
        flex-wrap: wrap;
    }
    .vb_icon_box{
        max-width: 100%;
        min-height: auto;
    }
    .vb_icon_box:not(:first-of-type){
        margin-top: 30px;
    }
    .vb_icon_box h3{
        font-size: 1.6rem;
    }
    .vb_icon_box:first-of-type, .vb_icon_box:last-of-type {
        padding: 30px 20px;
    }
    .vb_service_txt {
        padding-left: 0;
    }
    .vb_icon_box:last-of-type img,.vb_icon_box:first-of-type img{
        margin: 20px auto 15px;
    }
    .vb_service_wrap{
        margin:40px auto;
    }
    .vb_service_box.flex{
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-around;
        padding: 10px 0;
    }
    .vb_service_point{
        padding: 0 5px;
        width: 15%;
        max-width: 60px;
    }
    .vb_service_box .vb_service_txt{
        width: 80%;
        padding: 0 9px 0 18px;
    }
    .vb_service_box h3{
        font-size: 1.6rem;
    }
    .vb_service_box h3 {
        margin: 5px 0 5px;
    }
    .vb_btn{
    margin: 0 10px;
    }
    .vb_content{
        padding: 60px 20px;
    }
    .vb_content h3{
        font-size: 1.6rem;
    }
    .vb_content h3::after, .vb_content h3::before{
        content: none;
    }
    .vb_content .container .flex{
        flex-direction: column;
    }
    .vb_content h4:not(:first-of-type) {
        margin-top: 30px;
    }
    .vb_content_list:not(:first-of-type) {
        margin-left: 0;
        margin-top: 7px;
    }
    .vb_content h4 {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 320px) {
    .vb_content h3{
        font-size: 1.4rem;
    }
    .vb_join.flex{
        flex-wrap: wrap;
    }
    .vb_btn{
        max-width: 100%;
    }
    .vb_btn:not(:first-of-type){
        margin-top: 20px;
    }
}