/* ---------------------------------------
	‹¤’Ê
--------------------------------------- */
.sc-container {
	width: 100%;
	margin: 60px auto 0;
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
}

.sc-container div, .sc-container p, .sc-container span,
.sc-container a, .sc-container ul, .sc-container li,
.sc-container h1, .sc-container h2, .sc-container h3,
.sc-container img, .sc-container hr {
	box-sizing: border-box;
}

.sc-container .attention {
	font-size: 24px;
	font-weight: bold;
	background: linear-gradient(transparent 50%, #FFFF00 50%, #FFFF00 90%, transparent 90%);
}

.sc-container .main-lead .attention {
	color: #0a3480;
}


.sc-container .line {
	background: linear-gradient(transparent 50%, #FFFF00 50%, #FFFF00 90%, transparent 90%);
}

.sc-container a:active {
	text-decoration: none;
}

.sc-container hr {
	margin: 1em auto;
}


/* ---------------------------------------
	main
--------------------------------------- */
.sc-container .main-image {
	width: 100%;
	/* background: linear-gradient(90deg,#006323 0%,#006323 50%,#006222 50%,#006222 100%); */
	background-color: #98de98;
}

.sc-container .main-image img {
	display: block;
	width: 1000px;
	margin: 0 auto 55px;
}

.sc-container .main-title {
	margin: 0 auto 28px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	color: #0a3480;
}

.sc-container .main-title > span {
	display: block;
}

.sc-container .main-title .catch {
	font-size: 24px;
	margin: 0 auto 7px;
}

.sc-container .main-title .off {
	font-size: 48px;
	color: #bba367;
}

.sc-container .main-title-sub {
	font-size: 20px;
	margin: 0 auto 7px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}

.sc-container .main-lead {
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.9;
}


/* ---------------------------------------
	nav
--------------------------------------- */
.sc-container .nav-list {
	width: 720px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
}

.sc-container .nav-list-item {
	width: 340px;
	margin: 0;
}

.sc-container .nav-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	border: 2px solid #d7d7d7;
	border-radius: 30px;
	color: #393939;
	font-size: 16px;
	text-align: center;
	transition: .4s;
}

.sc-container .nav-btn:hover {
	background: #d7d7d7;
	opacity: 1;
}

.sc-container .nav-btn > span {
	position: relative;
	top: 0.1em;
}


/* ---------------------------------------
	note
--------------------------------------- */
.sc-container .note-area {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #f5f5f5;
}

.sc-container .note-list {
	width: 720px;
	margin: 0 auto;
}

.sc-container .note-list-item {
	font-size: 14px;
	line-height: 2;
	text-align: left;
	text-indent: -1.25em;
	padding-left: 1.25em;
}


/* ---------------------------------------
	login
--------------------------------------- */
.sc-container .login-area {
	text-align: center;
}

.sc-container .login-desc .notice {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	margin-bottom: 27px;
}

.festa-authbtn {
	display: block;
	margin: 60px auto 80px;
	width: 460px;
	height: 60px;
	border-radius: 60px;
	border: 2px solid #000000;
	background: #000000;
	-webkit-transition: .4s ease;
	transition: .4s ease;
}

.festa-authbtn span {
	display: inline-block;
	margin: 0 20px 0 0;
	line-height: 56px;
	position: relative;
	color: #ffffff;
	font-size: 16px;
}

.festa-authbtn span::before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: calc(50% - 5px);
	right: -30px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.festa-authbtn:hover {
	opacity: 0.8;
}


	
/* ƒŠƒ“ƒN */
.link:link, .link:visited {
	color: #393939;
	padding-bottom: 1px;
	border-bottom: 1px solid #393939;
	-webkit-transition: .2s;
	transition: .2s;
}

.link:hover {
	border-bottom: 1px solid #ffffff;
	opacity: 1;
}

.link-box {
	margin: -60px auto 80px;
	text-align: center;
}

.link-list {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	padding: 0 40px 0 1em;
	text-indent: -1em;
	text-shadow: 1px 1px 1px #ffffff;
}
.link-list:last-child {
	padding: 0 0 0 1em;
}


/* ---------------------------------------
	section
--------------------------------------- */
.sc-container .section {
	width: 723px;
	margin: 0 auto 62px;
}

.sc-container .section-title2 {
	color: #000000;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	margin-bottom: 31px;
}

.sc-container .section-list-item {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2.25;
	text-indent: -1em;
	padding-left: 1em;
}

.sc-container .note-symbol .section-list-item {
	text-indent: -1.25em;
	padding-left: 1.25em;
}

.sc-container .section-list-item .attention {
	font-size: 18px;
}


/* ---------------------------------------
	cp-area
--------------------------------------- */
.sc-container .cp-area {
	width: 750px;
	margin: 0 auto 140px;
}