@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

#contentsWrapper {
	padding: 0;
	background-color: #fffbef;
}

#contentsWrapper .contents {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 0 100px;
	line-height: 1.8;
}
img {

	max-width: 100%;
	height: auto;
	vertical-align: top;
}


h1 {
	text-align: center;
}

h2 {

	padding: 29px 0;
	background-color: #003983;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
}


.article {
	padding: 20px 20px 50px;
	background-color: #fff;
	font-size: 16px;
}

.article h3 {
	position: relative;
	left: -0.5em;
	margin-top: 37px;
	font-size: 20px;
	font-weight: bold;
}

.article strong {
	display: block;
	margin: 40px 0 3px;
	line-height: 1.5;
	font-size: 20px;
}
.article p {
	margin-top: 0;
	letter-spacing: -0.7px;
}
ul.notes {
	margin-top: 20px;
}
ul.notes li {
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
}

small {
	font-size: 12px;
}

a.btn {
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 30px auto 0;
	width: 300px;
	height: 100px;
	border-radius: 10px;
	background-color: #003983;
	font-size: 22px;
	color: #fff !important;
	transition: opacity 0.35s ease;
}
a.btn:hover {
	opacity: 0.8;
}


a.btn:after {
	content: "";
	position: absolute;
	width: 9px;
	height: 100%;
	background: url(icon_arrow.png) no-repeat center center;
	background-size: 100% auto;
	right: 30px;
	top: 0;
}

@media screen and (min-width: 669px) {
a.sp_only {display: none;}
a.pc_only {display: flex;}
}

@media screen and (max-width: 668px) {
a.sp_only {display: flex;}
a.pc_only {display: none;}
}

@media (min-width: 1280px) {
	#contentsWrapper h1 img {
		width: 1600px; max-width: none;


	}
	#contentsWrapper h1 img.sp {
		display: none;
	}
}
@media (min-width: 1280px) and (max-width: 1600px) {
	#contentsWrapper h1 img {
		position: relative; display: block;
		left: calc(0px + ((100% - 1600px) / 2));

	}
}

@media (max-width: 1279px) {
	#contentsWrapper h1 img.pc {
		display: none;

	}


