@charset "utf-8";

/*---------------共通設定----------------*/
body{
	margin: 0px;
  font-family: 'Noto Sans JP',sans-serif;
	-webkit-text-size-adjust: 100%;
}


a:link { color: rgb(0, 0, 0); transition: 0.5s; }
a:visited { color: rgb(0, 0, 0); }
a{text-decoration: none;}


.pc-only{
	display: block;
}
.sp-only{
	display: none;
}

@media screen and (max-width: 1200px){
.pc-only{
	display: none;
}
.sp-only{
	display: block;
} 
}


h3{
	font-weight: lighter;
}



h2{
	border-bottom: solid 1px rgb(0, 0, 0);
	}