
/*     banner   */
.banner {
    overflow: hidden;
    clear: both;
    height: auto;
}
img.banner-pc {
    object-fit: cover;
    position: relative;
    width: auto;
}
img.banner-app {
    object-fit: cover;
    position: relative;
    width: auto;
}
.text007 {
    display: block;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 0;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    z-index: 1;
    grid-area: copy/copy/copy/copy;
    text-align: center;
}


img.banner-pc {
    -o-object-fit: fill;
}

h1.keyTitle {
    color: #ffffff;
    font-size: 40px;
    padding-bottom: 26px;
    font-weight: 400;
    text-align: center;
}

h2.keyDesc {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.btngrp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.white{
    color:#ffffff !important;
}
.btn1.btnfont {
    width: 160px;
    height: 40px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #36508d;
    cursor: pointer;
    color: #ffffff;
    margin: 0 auto;
}
.banner-app{display:none;}

@media screen and (max-width: 769px){
    .text007 {margin:0 5%;width: 90%;}
    .banner-pc{display: none;}
    .banner-app{display:block;}
}
/*     banner:end    */
.content_01 {
    width: 100%;
    margin: 0 auto;
}

.Contact-us-info {
    text-align: center;
    line-height: 30px;
    display: flex;
    justify-content: space-around;
}

.block-service-contact {
    width: 100%;
    padding-top: 55px;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0px 20px;
}

.row {
    text-align: left;
}
h4.tite1 {
    color: #000000;
    margin-top: 5px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.content_tite {
    text-align: left;
    padding-bottom: 20px;
    margin: 0 60px;
}
.col-md-3.col-sm-3.col-xs-6.text-center {
    width: 25%;
    float: left;
}
.col-md-3.col-sm-3.col-xs-6.text-center {
    padding: 0px 20px;
    text-align: center;
}
img.comtemt_01_img {
    width: auto;
    height: auto;
}
.content_tite .content_p {
    text-align: left;
}

@media screen and (max-width: 769px){
    .Contact-us-info {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .content_tite {
        margin: 0px;
    }
    
    .col-md-3.col-sm-3.col-xs-6.text-center {
        width: 100%;
        margin-bottom: 20px;
    }
}