
/*     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    */

img.content_01_li_img {
    width: auto;
    height: 80px;
}

.content_01_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content_01_li {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    text-align: center;
}

.content_01 {
    text-align: center;
}

.content_02_ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.content_02_li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.content_02_li p.content_p {
    text-align: left;
}
img.content_02_img {
    width: 90%;
    height: auto;
}

.content_02_li.content_02_left {order: 12;}

.content_02_li.content_02_left img {
    margin: 0 0 0 auto;
    display: block;
}
img.content_03_li_img {
    width: auto;
    height: 40px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #36508d;
    border-radius: 50%;
    margin-top: -50px;
}

.content_03_li {
    background: #36508d;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    text-align: center;
}

.content_03_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 120px;
}

.content_03_li_bottom {
    padding: 40px;
}
.content_03.content.mt-60 {
    text-align: center;
}
.content_04 {
    text-align: center;
}

@media screen and (max-width: 769px){


}