.banner-container{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.w-bg-img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url();
}
.w-bg-color-blue{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 45px;
    box-shadow: inset 0 0 0 2000px rgb(31 69 126 / 95%);
}
.w-bg-color-blue img{
    margin: 15px;
    width: 50px;
}
.sub-title{
    width: 50%;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
    color: #002C6C;
}
.sub-title a{
    margin: 0 auto;
}
.center-title p{
    color: #002c6c;
    background-color: #fffFff;
    display: table;
    line-height: 1;
    padding: 8px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 21px;
    letter-spacing: 3px;
    font-family: 'a-otf-ryumin-pr6n';
    font-weight: bold;
}
.btn-pg-below{
    margin: 0 auto;
    display: table;
}
.pg-contact > .section .title-box, body > .section-group > .section .title-box{
    margin-bottom:0 ;
}


@media screen and (min-width: 320px) and (max-width: 768px){
    .banner-container{
        height: auto;
    }
    .sub-title{
        width: 100%;
        margin: 0 auto;
        padding: 40px 20px;
        font-weight: bold;
    }
    .w-bg-color-blue{
        padding: 0 0 15px;
        background-color: #002C6C;
    }
    .p-subtitle-sm{
        font-size: 13px;
    }
    .center-title p{
        font-size: 15px;
        margin: 0 auto;
        margin-bottom: 8px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .banner-container{
        height: auto;
    }
}
