@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese");
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	width: 100vw;
	height: auto;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 200%;
	color: #000;
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}
img[width="1"] {
	position: fixed;
	top: 0;
	left: 0;
}
#contentsWrapper .dispWide {
	display: block;
}
#contentsWrapper .dispNarrow {
	display: none;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .dispWide {
		display: none;
	}
	#contentsWrapper .dispNarrow {
		display: block;
	}
}
#contentsWrapper .cover {
	width: 100%;
	height: auto;
}
#includeFooter {
	position: relative;
	z-index: 50;
}
#contentsWrapper {
	position: relative;
	letter-spacing: 0.05em;
	border-bottom: 20px solid #002b67;
}
#contentsWrapper .widthWrapper {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
#contentsWrapper .widthWrapper .innerWrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
#contentsWrapper .alignCenter {
	text-align: center;
}
#contentsWrapper .alignRight {
	text-align: right;
}
#contentsWrapper .alignLeft {
	text-align: left;
}
#contentsWrapper .fontBold {
	font-weight: bold;
}
#contentsWrapper .text48 {
	font-size: 48px;
}
#contentsWrapper .text38 {
	font-size: 38px;
}
#contentsWrapper .text24 {
	font-size: 24px;
}
#contentsWrapper .text20 {
	font-size: 20px;
}
#contentsWrapper .text16 {
	font-size: 16px;
}
#contentsWrapper .text0 {
	font-size: 0;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper .text48 {
		font-size: 3.75vw;
	}
	#contentsWrapper .text38 {
		font-size: 2.96875vw;
	}
	#contentsWrapper .text24 {
		font-size: 1.875vw;
	}
	#contentsWrapper .text20 {
		font-size: 1.5625vw;
	}
	#contentsWrapper .text16 {
		font-size: 1.25vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper .text48 {
		font-size: 8.4vw;
	}
	#contentsWrapper .text38 {
		font-size: 6.65vw;
	}
	#contentsWrapper .text24 {
		font-size: 3.5vw;
	}
	#contentsWrapper .text20 {
		font-size: 3.5vw;
	}
	#contentsWrapper .text16 {
		font-size: 3vw;
	}
}
#contentsWrapper .lineHeight160 {
	line-height: 160%;
}
#contentsWrapper .lineHeight200 {
	line-height: 200%;
}
#contentsWrapper .marginTopHarf {
	margin-top: 0.5em!important;
}
#contentsWrapper .marginTop1em {
	margin-top: 1em!important;
}
#contentsWrapper .marginTop2em {
	margin-top: 2em!important;
}
#contentsWrapper .marginTop3em {
	margin-top: 3em!important;
}
#contentsWrapper .marginTop4em {
	margin-top: 4em!important;
}
#contentsWrapper .marginTopAuto {
	margin-top: auto!important;
}
#contentsWrapper .marginRightHarf {
	margin-right: 0.5em!important;
}
#contentsWrapper a {
	display: inline;
	color: #006cff;
	padding-left: 0.25em;
	padding-right: 0.25em;
	background-color: transparent;
	text-decoration: none!important;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#contentsWrapper a.hover {
	color: #fff;
	background-color: #006cff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#contentsWrapper a.opacity {
	opacity: 1;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
#contentsWrapper a.opacity.hover {
	opacity: 0.75;
	background-color: transparent;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*デフォルトカラー*/
#contentsWrapper .textBlack {
	color: #000;
}
#contentsWrapper .textRed {
	color: #e60012;
}
#contentsWrapper .textBlue {
	color: #002b67;
}
/*文字装飾*/
#contentsWrapper .textMarker {
	display: inline;
	background: linear-gradient(transparent 65%, #ba9852 0%);
}
/* kv */
#contentsWrapper .kv {
	width: 100%;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
/*概要*/
#contentsWrapper .bgGray {
	position: relative;
	margin-top: 192px;
	background-color: #f2f1ef;
}
#contentsWrapper .bgGray::before {
	content: "";
	display: block;
	position: absolute;
	top: -75px;
	left: 50%;
	width: 100%;
	max-width: 1200px;
	height: 75px;
	background-image: url("../images/obj01.png"), url("../images/obj02.png");
	background-position: left bottom, right bottom;
	background-repeat: no-repeat;
	background-size: 50% auto;
	transform: translateX(-50%);
}
#contentsWrapper .bgGray h2 {
	transform: translateY(-0.5em);
}
#contentsWrapper .bgGray h2 > span:nth-child(1) {
	display: inline-block;
	position: relative;
	padding: 0 2em;
}
#contentsWrapper .bgGray h2 > span:nth-child(1)::before,
#contentsWrapper .bgGray h2 > span:nth-child(1)::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 1.5em;
	height: 1em;
	background-image: url("../images/objTitle.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#contentsWrapper .bgGray h2 > span:nth-child(1)::before {
	left: 0;
	transform: translateY(-50%);
}
#contentsWrapper .bgGray h2 > span:nth-child(1)::after {
	right: 0;
	transform: translateY(-50%) scale(-1, 1);
}
#contentsWrapper .bgGray h2 > span:nth-child(2) {
	display: block;
	letter-spacing: 0.3em;
}
#contentsWrapper .bgGray dl {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
	padding-bottom: 2em;
}
#contentsWrapper .bgGray dl > dt {
	width: 10%;
	padding: 1em 0;
}
#contentsWrapper .bgGray dl > dd {
	width: 88%;
	padding: 1em 0;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper .bgGray {
		margin-top: 15vw;
	}
	#contentsWrapper .bgGray::before {
		top: -5.859375vw;
		height: 5.859375vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper .bgGray {
		margin-top: 75px;
	}
	#contentsWrapper .bgGray::before {
		top: -75px;
		height: 75px;
		background-size: 100% auto;
	}
	#contentsWrapper .bgGray dl > dt,
	#contentsWrapper .bgGray dl > dd {
		width: 100%;
		padding: 0;
	}
	#contentsWrapper .bgGray dl > dd + dt {
		margin-top: 1em;
	}
}
/*注意事項*/
#contentsWrapper h2.textBlue {
	position: relative;
	padding-bottom: 1em;
}
#contentsWrapper h2.textBlue::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 2em;
	height: 6px;
	background-color: #002b67;
	transform: translateX(-50%);
}
#contentsWrapper .textList li {
	position: relative;
	padding-left: 1em;
}
#contentsWrapper .textList li::before {
	content: "・";
	display: inline-block;
	margin-left: -1em;
}
/* sns */
#contentsWrapper .snsBlock {
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	padding: 8px 0;
	overflow: visible;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}
#contentsWrapper .snsBlock .snsBtn {
	height: 20px;
	margin: 0 4px 0 0;
	line-height: 100%;
	display: block;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .snsBlock {
		margin-top: 1em;
	}
}
#contentsWrapper .specialFooter {
	width: 100%;
	height: 5em;
	background-image: url("../images/obj03.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
	border-bottom: 10px solid #ef7c1b;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .specialFooter {
		background-size: auto 100%;
	}
}