@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}






/*
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Zen Old Mincho', serif;
	font-family: 'BIZ UDPMincho', serif;
	font-family: 'Inter', sans-serif;

logo red
rgba(216,13,24,1)
#d80d18

logo black
rgba(6,3,3,1)
#060303

purple
rgba(65,28,107,1)
#411C6B

palepurple1
rgba(128,112,162,1)
#8070A2

palepurple2
rgba(179,162,189,1)
#B3A2BD

beige1
rgba(192,185,148,1)
#C0B994

palegreen1
rgba(199,219,120,1)
#C7DB78

palegreen2
rgba(240,246,234,1)
#F0F6EA

green
rgba(122,170,75,1)
#7AAA4B

red
rgba(158,24,50,1)
#9E1832

palered1
rgba(197,142,153,1)
#C58E99

palered2
rgba(228,204,209,1)
#E4CCD1

palered3
rgba(242,232,234,1)
#F2E8EA


*/



