@charset "UTF-8";

@media screen and (max-width:1080px){
	/* radio style 1 */
	.radio_area label .radio_inp {width: 16px; height: 16px;}
	.radio_area label .radio_inp:checked:before { width: 10px; height: 10px;}
	.radio_area label .text {font-size: 14px; line-height: 25px;}

	/* chk style 1 */
	.chk_area label .inp_chk {width: 16px; height: 16px;}
	.chk_area label .inp_chk:before { background-size: 9px 7px;}
	.chk_area label .inp_chk:checked:before { width: 9px;}
	.chk_area label .text {font-size: 14px; line-height: 25px;}
}