	@charset "UTF-8";
 
 /*TEXT*/
	
	.noto100 {
	 font-weight: 100;
	}
	
	.noto200 {
	 font-weight: 200;
	}
	
	.noto300 {
	 font-weight: 300;
	}
	
	.noto400 {
	 font-weight: 400;
	}
	
	.noto500 {
	 font-weight: 500;
	}
	
	.noto600 {
	 font-weight: 600;
	 color: #fff;
	}
	
	.noto700 {
	 font-weight: 700;
	}
	
	.noto800 {
	 font-weight: 800;
	}
	
	.noto900 {
	 font-weight: 900;
	}
	
	.monregular {
	 font-family: 'Montserrat', sans-serif;
	 font-weight: 400;
	}
	
	.monsemibold {
	 font-family: 'Montserrat', sans-serif;
	 font-weight: 500;
	}
	
	.monbold {
	 font-family: 'Montserrat', sans-serif;
	 font-weight: 700;
	}
	
	[class^="text"] {
	 max-height: 100%;
	}
	
.fs6 {
	 font-size: 6pt;
	}
.fs8 {
	 font-size: 8pt;
	}
.fs9 {
	 font-size: 9pt;
	}
.fs10 {
	 font-size: 10pt;
	}
.fs11 {
	 font-size: 11pt;
	}

	.fs12 {
	 font-size: 12pt;
	}
	
	.fs14 {
	 font-size: 14pt;
	}
.fs15 {
	 font-size: 15pt;
	}
	
	.fs16 {
	 font-size: 16pt;
	}
	
	.fs18 {
	 font-size: 18pt;
	}
	
	.fs20 {
	 font-size: 20pt;
	}

@media screen and (min-width:320px) and ( max-width:768px) {
.fs6 {
	 font-size: 7pt;
	}
.fs8 {
	 font-size: 9pt;
	}
 .fs9 {
	 font-size: 10pt;
	}
.fs10 {
	 font-size: 11pt;
	}
	.fs11 {
	 font-size: 12pt;
	}
	.fs12 {
	 font-size: 13pt;
	}
	
	.fs14 {
	 font-size: 15pt;
	}
		.fs15 {
	 font-size: 16pt;
	}
	.fs16 {
	 font-size: 17pt;
	}
	
	.fs18 {
	 font-size: 19pt;
	}
	
	.fs20 {
	 font-size: 21pt;
	}
	.notice td:first-of-type{
		font-size: large;
	}
}

	.fwn {
	 font-weight: normal;
	}
	
	.fwb {
	 font-weight: bold;
	}
	
	.fwbo {
	 font-weight: bolder;
	}
	
	.tac {
  position: relative;
	 text-align: center;
  margin-top: 50px;
	}

.text1 {
width: 620px;
margin-right: auto;
 margin-left: auto;
 line-height: 2.0em;
	max-height: 999999px;
}
	@media screen and (min-width:320px) and ( max-width:768px) {
.text1 {
width: 100%;
margin-right: auto;
 margin-left: auto;
 line-height: 2.0em;
margin-top: 15px;
	max-height: 999999px;
}
  .text1 br{
 display: none;
}
}











