<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*, 
*::after,
*::before {
    box-sizing: border-box;
    font-feature-settings: "palt" 1;
}

@media (prefers-color-scheme: dark) {
	body {background-color: #fff;}
  }


html{
	font-size: 62.5%;
}

@media screen and (min-width: 769px) {
	.text_b{
		margin-bottom: 40px;
		font-weight: bold;
	}
	.text_b span{
		color: #FF0000;
	}
	.text{
		margin-bottom: 40px;
		
	}
	ul.text_list{
		margin-bottom: 40px
	}
	ul.text_list li{
		list-style: disc;
		margin-left: 2rem;
	}
	ul.text_list li.none{
		list-style: none;
		padding-left: 1em;
  		text-indent: -1em;
	}
	ul.text_list li.none .notes{
		font-size: 1.2rem;
	}

}
@media screen and (max-width:768px){
		.text_b{
		margin-bottom: 40px;
		font-weight: bold;
	}
	.text_b span{
		color: #FF0000;
	}
	.text{
		margin-bottom: 40px;
		
	}
	ul.text_list{
		margin-bottom: 40px
	}
	ul.text_list li{
		list-style: disc;
		margin-left: 2rem;
	}
	ul.text_list li.none{
		list-style: none;
		padding-left: 1em;
  		text-indent: -1em;
	}
	ul.text_list li.none .notes{
		font-size: 1.2rem;
	}
}</pre></body></html>