@charset "utf-8";

@media only screen and (min-width : 1025px) { 
/*	.v_pc {display: block }
	.v_pctb {display: block }*/
	.v_tb {display: none }
	.v_sp {display: none!important }
	.v_tbsp {display: none }
}
@media only screen and (min-width : 600px) {
/*	.v_pc {display: block }
	.v_tb {display: block }
	.v_pctb {display: block }*/
	.v_sp { display: none!important }
}
@media only screen and (max-width: 1024px) { 
	.v_pc {display: none!important }
/*	.v_tb { display: block!important }
	.v_tbsp {display: block!important }*/
	.v_sp { display: none!important }
}
@media only screen and (max-width: 599px) { 
	.v_pc { display: none!important }
	.v_pctb { display: none!important }
	.v_tb { display: none!important }
	.v_sp { display: block!important }
}

.tc {text-align:center!important}
.tr {text-align:right!important}
.tl {text-align:left!important}

.tcPC {text-align:center!important}

@media only screen and (max-width: 599px) { 
.tcPC {text-align:left!important}
}

/* margin */
.mt1 {margin-top:1rem!important}
.mt2 {margin-top:2rem!important}
.mt3 {margin-top:3rem!important}
.mt4 {margin-top:4rem!important}

.mb1 {margin-bottom:1rem!important}
.mb2 {margin-bottom:2rem!important}
.mb3 {margin-bottom:3rem!important}
.mb4 {margin-bottom:4rem!important}

