@charset "utf-8";

.page-top h2 {
	padding: 0;
	margin: 0;
	background: none;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 869px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}


#sbContents {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 80px;
}
#sbContents section {
	padding: 72px 0 0;
}
#sbContents section h3 {
	margin: 0 0 32px;
}
#sbContents .em {
	display: inline-block;
	background:linear-gradient(transparent 50%, #fff600 50%);
}
@media screen and (max-width: 869px) {
	#sbContents .mainText {
		font-size: 20px;
		line-height: 32px;
	}
}


#sbContents #mv {
	padding: 0;
}


#sbContents #ambassador {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sbContents #ambassador .image {
	width: 25%;
}
#sbContents #ambassador .text {
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
	width: 70%;
	padding: 40px 0 0;
}
@media screen and (max-width: 869px) {
	#sbContents #ambassador {
		padding: 40px 16px 0;
	}
	#sbContents #ambassador .image {
		text-align: center;
		width: 100%;
	}
	#sbContents #ambassador .image img {
		width: 60%;
	}
	#sbContents #ambassador .text {
		font-size: 16px;
		line-height: 32px;
		width: 100%;
	}
}


#sbContents #form {
	text-align: center;
	padding: 32px 16px 0;
}
#sbContents #form img {
	margin: 0 auto;
}
@media screen and (max-width: 869px) {
	#sbContents #form {
		padding: 32px 16px 0;
	}
}


#sbContents #flow ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sbContents #flow ol li {
	width: 20%;
	position: relative;
}
#sbContents #flow ol li::after {
	content: '';
	position: absolute;
	display: block;
	top: 102px;
	right: -32px;
	width: 24px;
	height: 24px;
	border-top: 3px solid #f00000;
	border-right: 3px solid #f00000;
	transform: rotate(45deg);
}
#sbContents #flow ol li:last-child::after {
	display: none;
}
#sbContents #flow ol li p {
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	padding: 16px 0 0;
}
@media screen and (max-width: 869px) {
	#sbContents #flow {
		padding: 64px 16px 0;
	}
	#sbContents #flow ol li {
		text-align: center;
		width: 100%;
		margin: 0 0 48px;
	}
	#sbContents #flow ol li::after {
		top: auto;
		bottom: -32px;
		left: calc(50% - 12px);
		transform: rotate(135deg);
	}
}



#sbContents #entry .mainText {
	font-size: 20px;
	line-height: 40px;
	text-align: left;
}
#sbContents #entry .mainText span {
	color: #f00000;
}
#sbContents #entry .attention {
	font-size: 14px;
	line-height: 28px;
	text-align: left;
}
@media screen and (max-width: 869px) {
	#sbContents #entry {
		padding: 64px 16px 0;
	}
	#sbContents #entry .mainText {
		font-size: 18px;
		line-height: 36px;
		padding: 0 0 16px;
	}
}


#sbContents #terms {
	background: #f2fdf5;
	margin: 64px 0 0;
	padding: 24px 32px;
}
#sbContents #terms .termsBlock {
	text-align: left;
	padding: 0 0 32px;
}
#sbContents #terms h4 {
	color: #f00000;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	text-align: left;
}
#sbContents #terms p,
#sbContents #terms li {
	font-size: 14px;
	line-height: 28px;
	text-align: left;
}
#sbContents #terms li {
	padding: 0 0 0 1.25rem;
	position: relative;
}
#sbContents #terms li::before {
	content: '・';
	display: inline-block;
	position: absolute;
	left: 0;
}
@media screen and (max-width: 869px) {
	#sbContents #terms {
		padding: 8px 16px;
	}
}






















