@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	box-sizing: border-box;
	color: #45504c;
	font-weight: 400;
	background: #fafafa;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.375;
}
a {
	text-decoration: none;
	color: #45504c;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #45504c;
}
a:focus {
	outline: none;
}
a img {
	border-width: 0px;
	border-style: none;
	border-color: #fafafa;
	background: transparent;
}
ul {
	list-style-type: none;
}
.pc {
	display: none;
}
.tab {
	display: none;
}
@media screen and (min-width: 600px) {
	.sp {
		display: none;
	}
	.tab {
		display: initial;
	}
}
@media screen and (min-width: 1100px) {
	.tab {
		display: none;
	}
	.pc {
		display: initial;
	}
}
