
.new_pay_box {display: inline-flex;justify-content: center;align-items: center;}
.new_pay_box img{max-height:70px}
.new_pay_box img:last-child{max-height:65px}
@media screen and (max-width:1000px){
.new_pay_box img{max-height:35px}
.new_pay_box img:last-child{max-height:32px}
}
