@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.wrap {
	margin: 0 auto;
	max-width: 101.6rem;
	background-color: #fff;
}
#main .yellowBg {
	padding: 4.2rem 0 5.7rem;
	position: relative;
	background-color: #FFFDE6;
}
#main .yellowBg .image {
	position: absolute;
	top: -2.2rem;
	z-index: 1;
	width: 13rem;
}
#main .yellowBg .lImage {
	left: 1.3rem
}
#main .yellowBg .rImage {
	right: 1.3rem;
}
#main .yellowBg .text {
	margin-bottom: 5.2rem;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.59;
	letter-spacing: 0.03em;
}
#main .yellowBg .text .red {
	color: #E04420;
}
#main .yellowBg .text .green {
	color: #008268;
}
#main .yellowBg .imgtext01 {
	margin-bottom: 2.7rem;
	padding: 1.5rem 3.3rem 2.3rem 5rem;
	background-color: #fff;
}
#main .enter {
	padding-top: 6rem;
}
#main .enter .hTitle {
	margin-bottom: 2.3rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.08em;
}
#main .enter .hTitle span {
	padding: 0 0.5rem;
	font-size: 2.8rem;
	font-weight: 900;
	color: #D80C18;
	background: -webkit-linear-gradient(#FFF100,#FFF100) repeat-x left bottom  / 100% 1.3rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#main .enter .btn {
	margin: 0 auto;
	width: 35.4rem;
	text-align: center;
}
#main .enter .btn > img {
	margin-bottom: 1.2rem;
}
#main .enter .btn a {
	display: block;
}
#main .enter .btn a:hover {
	opacity: 0.7;
}
#main .enter .bg {
	padding: 2.5rem 0 4.6rem;
	margin-top: 6rem;
	background-color: #FFFDE6;
}
#main .enter h3 {
	margin-bottom: 4.3rem;
	text-align: center;
	font-size: 2.43rem;
	font-weight: 600;
	line-height: 1.1;
}
#main .enter h3 img {
	width: 14.6rem;
	vertical-align: -1.2rem;
}
#main .enter .title {
	margin-bottom: 2.8rem;
	text-align: center;
	font-size: 1.95rem;
	font-weight: 700;
}
#main .enter .linkImg {
	padding-bottom: 0.7rem;
	margin: 0 auto 4rem;
	width: 44.9rem;
	position: relative;
	z-index: 1;
}
#main .enter .linkImg a {
	width: 29.9rem;
	position: absolute;
	bottom: 0;
	right: 0;
}
#main .enter .linkImg a:hover {
	opacity: 0.7;
}
#main .enter .text {
	margin-bottom: 2.5rem;
	text-align: center;
}
#main .enter .linkBox {
	align-items: center;
}
#main .enter .linkBox p {
	margin: 0 0.4rem;
}
#main .enter .link01 {
	width: 16.8rem;
}
#main .enter .link01 a {
	display: block;
	margin-bottom: 0.3rem;
}
#main .enter .link01 a:last-of-type {
	margin-bottom: 0;
}
#main .enter .link01 a:hover {
	opacity: 0.7;
}
#main .detail {
	margin: 5.8rem 0 7rem;
}
#main .detail h2 {
	margin-bottom: 4.5rem;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.06em;
}
#main .detail .overviewDl {
	padding-bottom: 4rem;
	max-width: 86.8rem;
    margin: 0 auto 2rem;
	font-weight: 500;
	border-bottom: 1px dashed #000;
}
#main .detail .overviewDl dt {
    border-bottom: 1px solid #040000;
}
#main .detail .overviewDl dd {
    margin-bottom: 3.5rem;
	text-align: justify;
	line-height: 1.72;
}
#main .detail .overviewDl .textUl li {
	margin-bottom: 3.2rem;
	line-height: 1.72;
}
#main .detail .overviewDl .textUl li:last-child {
	margin-bottom: 0;
}
#main .detail .content > .notes {
	margin-bottom: 4.3rem;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
}
#main .detail .top {
	width: 28rem;
	margin: 0 auto;
}
#main .detail .top a {
	padding: 0.4rem 1rem 0.7rem;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 2.24rem;
	font-weight: 500;
	background-color: #333333;
	letter-spacing: 0.02em;
	border-radius: 2.2rem;
}
#main .detail .top a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1000px) {
	#gHeader .image {
		width: 28rem;
	}
	#main .yellowBg .image {
		width: 10rem;
	}
}
@media all and (max-width: 896px) {
	.wrap {
		max-width: 100%;
	}
	#main .yellowBg {
		padding: 2.5rem 0 4.2rem;
		overflow-x: clip;
	}
	#main .yellowBg .image {
		top: -1.5rem;
		width: 8.3rem;
	}
	#main .yellowBg .lImage {
		left: -0.3rem
	}
	#main .yellowBg .rImage {
		right: -0.3rem;
	}
	#main .yellowBg .text {
		margin-bottom: 3.5rem;
		font-size: 1.5rem;
	}
	#main .yellowBg .imgtext01 {
		margin-bottom: 0.8rem;
		padding: 1px 1.1rem 0 1.8rem;
	}
	#main .yellowBg .imgtext01 img {
		margin: -2.8rem 0 -1rem;
		width: 100%;
	}
	#main .yellowBg .imgtext02 {
		margin: 0 -0.5rem;
	}
	#main .yellowBg .imgtext02 img {
		width: 100%;
	}
	#main .enter {
		padding-top: 3.5rem;
	}
	#main .enter .hTitle {
		margin-bottom: 1.5rem;
		font-size: 1.54rem;
		letter-spacing: 0.08em;
		line-height: 1.3;
	}
	#main .enter .hTitle span {
		padding: 0;
		font-size: 2.07rem;
		background-size: 100% 0.7rem;
	}
	#main .enter .btn {
		width: 22.1rem;
	}
	#main .enter .btn > img {
		margin-bottom: 0.6rem;
	}
	#main .enter .bg {
		padding: 1.5rem 0 0.5rem;
		margin-top: 1.8rem;
	}
	#main .enter h3 {
		margin-bottom: 1.7rem;
		font-size: 1.35rem;
		line-height: 1.1;
	}
	#main .enter h3 img {
		width: 8rem;
		vertical-align: -0.7rem;
	}
	#main .enter .title {
		margin-bottom: 0;
		font-size: 1.35rem;
	}
	#main .enter .linkImg {
		padding-bottom: 0;
		margin-bottom: 1.9rem;
		width: 28.6rem;
	}
	#main .enter .linkImg a {
		width: 17.2rem;
		bottom: 0.6rem;
	}
	#main .enter .text {
		margin-bottom: 0.8rem;
	}
	#main .enter .linkBox {
		margin-bottom: 1.8rem;
	}
	#main .enter .linkBox p {
		margin: 0 0.35rem;
	}
	#main .enter .link img {
		width: 8rem;
	}
	#main .enter .link01 {
		width: 11.7rem;
	}
	#main .enter .link01 a {
		margin-bottom: 0.2rem;
	}
	#main .detail {
		margin: 3rem 3rem 3.3rem;
	}
	#main .detail h2 {
		margin-bottom: 1.3rem;
		font-size: 1.6rem;
		letter-spacing: 0.06em;
	}
	#main .detail .overviewDl {
		margin-bottom: 2.3rem;
		padding-bottom: 1.5rem;
		max-width: 100%;
	}
	#main .detail .overviewDl dd {
		margin-bottom: 2.4rem;
		line-height: 1.5;
	}
	#main .detail .overviewDl .textUl li {
		margin-bottom: 2.2rem;
		line-height: 1.55;
	}
	#main .detail .content > .notes {
		margin-bottom: 4.5rem;
		font-size: 1.15rem;
		line-height: 1.7;
	}
	#main .detail .top {
		width: 16.2rem;
	}
	#main .detail .top a {
		padding: 0.35rem 1rem;
		font-size: 1.5rem;
		background-color: #000;
		border-radius: 2.8rem;
	}
}