@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	position:relative;
}
.sp {
	display:none;
}


/*header*/
#top-head {
	background:#0a2db1;
}
#top-head .inner {
	width: calc(100% -60px);
	margin: 0 30px;
	padding: 10px 0;
}
#top-head .inner .mobile-head {
	
}
#top-head .inner #mobile-head h1 {
	color: #fff;
	line-height: 1.5;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
}

footer {
	width:100%;
}
.footer_wrap {
	background:#0a2db1;
	text-align: center;
}
.footer_wrap .copy {
	color: #fff;
	padding: 20px 0;
}


@media screen and (max-width: 959px) {
	
}
@media screen and (max-width: 820px) {
	
}
@media screen and (max-width: 667px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}
@media screen and (max-width: 550px) {
	
}