html{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}
body{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling : touch;
}
.main{
    background-color: #EBF9FE;
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    background: url("../img/bg.png");
    min-height: 100%;
    background-size: 100% auto;
    font-size: 3.500vw;
}
.main p{
    line-height: 6.500vw;
}
.headerdiv{
    width: 100%;
    height: 75vw;
    box-sizing: border-box;
    background: url("../img/top.png");
    background-size: auto 91%;
    background-position: right 8vw;
    background-repeat: no-repeat;
    padding-right: 50vw;
    color: aliceblue;
    padding-top: 11vw;
    padding-left: 6vw;
}
.headerdiv img.name{
    height: 9vw;
    width: auto;
}

img.t{
    width: 55vw;
    height: auto;
}
.contnetdiv-main{
    display: block;
    box-sizing: border-box;
    width: calc(100% - 12vw);
    margin-left: auto;
    margin-right: auto;
    /* min-height: 100vw; */
    font-size: 0px;
    margin-bottom: 5vw;
}
.contnetdiv-box{
    width: 100%;
    box-sizing: border-box;
    min-height: 20vw;
    border-radius: 3vw;
    border: solid 1px #fff;
    font-size: 3.500vw;
    position: relative;
    top: -2.600vw;
    background: linear-gradient(to bottom,#E4F9FF,#FFFFFF 10vw);
    padding-top: 5.500vw;
    box-shadow: 0px 5px 5px #b8e7fa;
}

.conflexzy-div{
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 4vw;
}
.conflexzy-div img.map{
    width: 34vw;
    height: auto;
}
.conflexzy-div .flextext{
    flex: 1;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 3.00vw;
}
.conflexzy-div .flextext .h4{
    font-size: 4vw;
    border-bottom: solid 3px #41DEFF;
    display: inline-block;
    font-weight: 700;
    line-height: 3.700vw;
    margin-bottom: 1vw;
}
.conflexzy-div .flextext p{
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 5vw;
}
.conflexzy-div .title{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 2vw;
}
.conflexzy-div .title img:nth-child(1){
    height: 9.500vw;
    width: auto;
    margin-right: 6vw;
}
.conflexzy-div .title img:nth-child(2){
    height: 5.500vw;
    width: auto;
}
.safety-box{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    padding-left: 4vw;
    padding-bottom: 4vw;
}
.safety-box .left{
    flex: 1;
    overflow: hidden;
}
.safety-box .right{
    flex-shrink: 0;
    width: 38vw;
}
.safety-box .right img{
    width: 35vw;
    height: auto;
}
.safety-box p{
    font-size: 3vw;
    margin-top: 0px;
    margin-bottom: 0px;
}
.safety-box .safety-t{
    color: #359EFC;
    font-size: 4vw;
    font-weight: 700;
    margin-bottom: 1.200vw;
}
.contactus-box{
    display: flex;
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
    padding-bottom: 4vw;
}
.contactus-box .contactus-li{
    flex: 1;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 4vw;
}
.contactus-box .contactus-li img{
    width: 100%;
    height: auto;
}
.contactus-box .contactus-li div{
    text-align: center;
    font-size: 3.200vw;
}
.contactus-box .contactus-li:last-child{
    margin-right: 0px;
}
.thank-div{
    display: block;
    text-align: center;
    padding-bottom: 6vw;
    color: #707070;
    letter-spacing: 1.800vw;
}
.qsuggestions-div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 4vw);
    margin-left: auto;
    margin-right: auto;
    height: 9vw;
    border-radius: 3vw;
    background-color: #C7EEFF;
    font-size: 2.800vw;
}
img.triangle{
    display: block;
    width: 2vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vw;
    margin-bottom: 3vw;
}
.text-center{
    text-align: center;
}
.lookprivacy-div{
    display: inline-block;
    margin-top: 5vw;
    margin-bottom: 4vw;
    border-top: solid 1px #5E5F72;
    border-bottom: solid 1px #5E5F72;
    font-size: 3.300vw;
}
.margin-top0{
    margin-top: 0px;
}

.color-3FA1FB{
    color: #3FA1FB;
    text-decoration: none;
}