@charset "UTF-8";
body {
	font-family: 'Noto Sans JP';
	font-size: 16px;
	font-weight: 400;
	color: rgba(51,51,51,1.0);
	margin: 0;
	background: rgba(255,255,255,1.0);
	letter-spacing: 0.05em;
}
a {
	text-decoration: none;
}
p {
	margin: 10px 0 0 0;
	line-height: 1.7;
}
.pc_none {
	display: none;
}
@media screen and (max-width:768px) {
body {
	font-size: 12px;
}
.pc_none {
	display: block;
}
.sp_none {
	display: none;
}
}