@charset "utf-8";
.vip_wrap {
display: flex;
justify-content: space-between;
margin-bottom: 0em;
align-items: center;
}
.vip_qs {
order: 2;
width: 350px;
height: 260px;
margin: 0 0 0 2em;
}
.vip-box-info{width: 500px;}

.other_link{
margin: 0em auto 3em;
width: 360px;
}
.other_link a{
background-color: #e71a2f;
color: #fff;
text-align: center;
border-radius: 10px;
font-size: 1.1em;
font-weight: bold;
line-height: 40px;
padding: 10px 0px;
display: block;
}
.other-img_vip{margin: 1em 2em;}
.other-img_wrap{
display: flex;
flex-wrap: wrap;
}
.other-img_wrap img{
width: 46%;
margin: 0 2%;
max-width: 100%;
}

@media screen and (max-width: 768px) {
.vip_wrap {flex-wrap: wrap;margin-bottom: 2em;}
.vip_qs {width: 335px;order: 1;margin: 0 auto 3em;}
.vip-box-info{width: 100%;order: 2;}
.other_link{width: 90%;}
.other_link a{font-size: 1em;text-decoration: none;}
.other-img_vip {margin: 1em;}
}
