@media (max-width:415px) {
.tap_button{max-width:330px;}
.tap_button h1{ font-size: 40px; line-height: 24px;}
.tap_button h2{ font-size: 15px;}

/*----- xx -----*/
}
@media (min-width:361px) and (max-width:379px) {
.tap_button h1{font-size:40px;}
.tap_button h2{font-size:16px;}

/*----- xx -----*/
}

@media (max-width:360px) {
.mobile_form_trf_n_m label{font-size:14px;}

.tap_button h1{font-size:37px;}
.tap_button h2{font-size:14px;}
	
/*----- xx -----*/
}