@charset "UTF-8";

/**************************************************************************
*
* ご利用ガイド
*
**************************************************************************/

.hdg-special.hdg-special--type01.yellow.sub {
	position: relative;
	z-index: 2;
}

/*************************************************
	PCサイズ用 CSS
*************************************************/
@media screen and (min-width: 769px) {
	.msppoint-img .pc {
		display: block;
	}
	.msppoint-img .sp {
		display: none;
	}

	br.pc {
		display: block;
	}
	br.sp {
		display: none;
	}

.hdg-special span.sub-page .image,
.hdg-special span.sub-page .text {
	text-align: center;
}

.msppoint-kv {
	width: 100%;
	background: #f2efe7;
	padding: 150px 0 50px 0;
	transform: skew(0deg, -3deg);
	position: relative;
	top: -100px;
}
.msppoint-kv-inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
	transform: skew(0deg, 3deg);
}
.msppoint-kv p {
	margin-top: 55px;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	text-align: left;
}

.msppoint-section-group {
	padding: 50px 0 50px 0;
	transform: skew(0deg, -3deg);
}
.msppoint-section-group-inner {
	transform: skew(0deg, 3deg);
}
.msppoint-section-group:nth-child(odd) {
	background: #fff;
}
.msppoint-section-group:nth-child(even) {
	background: #f2efe7;
}

.msppoint-section-group-ttl {
	text-align: center;
	border-bottom: dotted 2px #716438;
	padding-bottom: 30px;
	margin-bottom: 55px;
}
.msppoint-section-group-ttl h2 {
	color: #716438;
	font-weight: bold;
	font-size: 38px;
}
.msppoint-section-group-ttl,
.msppoint-section-group-ttl-note,
.msppoint-section {
	margin: 0 auto;
	max-width: 800px;
}

.msppoint-section {
	padding: 50px 0 0 0;
}
.msppoint-section a {
	color: #106cb8;
}
.msppoint-section .msppoint-img h3 {
	margin-bottom: 20px;
}
.msppoint-section h4 {
	margin: 80px 0 30px 0;
	font-weight: bold;
}
.msppoint-section h4 + .msppoint-img {
	margin-bottom: 100px;
}
.msppoint-section p {
	line-height: 1.5;
}

.msppoint-campaign {
	display: flex;
	justify-content: space-between;
}
.msppoint-campaign .msppoint-campaign-info p {
	margin-bottom: 12px;
}
.msppoint-campaign .msppoint-campaign-info-note {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
}
.msppoint-campaign .msppoint-campaign-info-date span:first-child {
	display: inline-block;
	background: #716438;
	color: #fff;
	padding: 4px;
	margin-right: 1em;
	margin-bottom: 12px;
}
.msppoint-section-group-ttl-note {
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	padding: 20px 0 0 0;
}
.msppoint-campaign .msppoint-campaign-illust {
	max-width: 263px;
}
.msppoint-campaign .msppoint-campaign-illust img {
	width: 100%;
}

}
/*************************************************
	SPサイズ用 CSS
**************************************************/
@media screen and (max-width: 768px) {

	.msppoint-img .pc {
		display: none;
	}
	.msppoint-img .sp {
		display: block;
	}
	br.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
	.msppoint-img img {
		width: 100%;
	}

	.hdg-special span.sub-page span.text {
		white-space: inherit;
	}

	.msppoint-kv {
		width: 100%;
		background: #f2efe7;
		transform: skew(0deg, -3deg);
		position: relative;
		top: -60px;
	}
	.msppoint-kv-inner {
		padding: 100px 20px 40px;
		transform: skew(0deg, 3deg);
	}
	.msppoint-kv p {
		padding-top: 30px;
		font-size: 14px;
		line-height: 1.5;
	}

	.msppoint-section-group {
		padding: 50px 0 50px 0;
		transform: skew(0deg, -3deg);
	}
	.msppoint-section-group-inner {
		transform: skew(0deg, 3deg);
		padding: 0 20px;
	}
	.msppoint-section-group:nth-child(odd) {
		background: #fff;
	}
	.msppoint-section-group:nth-child(even) {
		background: #f2efe7;
	}
	.msppoint-kv + .msppoint-section-group  {
		padding-top: 0;
	}

	.msppoint-section-group-ttl,
	.msppoint-section-group-ttl-note,
	.msppoint-section {
		margin: 0 auto;
		padding: 0 20px;
		max-width: inherit;
	}

	.msppoint-section-group-ttl {
		text-align: center;
		border-bottom: dotted 2px #716438;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.msppoint-section-group-ttl h2 {
		color: #716438;
		font-weight: bold;
		font-size: 21px;
	}

	.msppoint-section {
		padding: 20px 0 0 0;
	}
	.msppoint-section a {
		color: #106cb8;
	}
	.msppoint-section .msppoint-img h3 {
		margin-bottom: 20px;
	}
	.msppoint-section h4 {
		margin: 15vw 0 30px 0;
		font-weight: bold;
	}
	.msppoint-section h4 + .msppoint-img {
		margin-bottom: 50px;
	}
	.msppoint-section p {
		line-height: 1.5;
	}

	.msppoint-campaign {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.msppoint-campaign .msppoint-campaign-info p {
		margin-bottom: 12px;
	}
	.msppoint-campaign .msppoint-campaign-info-note {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.5;
	}
	.msppoint-campaign .msppoint-campaign-info-date span:first-child {
		display: inline-block;
		background: #716438;
		color: #fff;
		padding: 4px;
		margin-right: 1em;
		margin-bottom: 12px;
	}
	.msppoint-section-group-ttl-note {
		font-size: 14px;
		line-height: 1.5;
		text-align: center;
		padding: 20px 0 0 0;
	}
	.msppoint-campaign .msppoint-campaign-illust {
	}
	.msppoint-campaign .msppoint-campaign-illust img {
		width: 100%;
	}

}
#morepoints {
	padding-top: 75px;
}
@media screen and (max-width: 768px) {
	#morepoints {
		padding-top: 25vw;
	}
	.under-header {
		margin-top: 0;
	}
}
