@charset "UTF-8";

.wrapper {
}

.plus {
}

.plus_hd {
	padding: 100px 0 40px;
	text-align: center;
}

.plus_hd_ttl {
	margin-bottom: 20px;
}

.plus_hd_label {
	margin-top: 10px;
}

.plus_hd_label em {
	display: inline-block;
	height: 40px;
	padding: 0 40px;
	border-radius: 20px;
	background: #ffec46;
	color: #3c8228;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
}

.plus_img {
}

.plus_intro {
	position: relative;
	padding: 50px;
	background: #f3efdf;
}

/* .plus_intro:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 82%;
	width: 133px;
	height: 217px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	background-image: url("/refresh/img/plus/img-intro-char@2x.png");
} */

.plus_intro_text {
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}

.plus_intro_mc {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 1em;
	max-width: 750px;
	margin: 10px auto 0;
	/* height: 60px; */
	border-radius: 30px;
	background: #ffffff;
	font-weight: bold;
}

.plus_intro_mc > dt {
}

.plus_intro_mc > dd {
}

@media screen and (max-width:1020px) {
}

@media screen and (min-width:641px) {
}

@media screen and (max-width:640px) {
	.wrapper {
	}

	.plus {
	}

	.plus_hd {
	}

	.plus_hd_ttl {
	}

	.plus_hd_ttl img {
		max-width: 95%;
		height: auto;
	}

	.plus_hd_label {
		margin-top: 0;
	}

	.plus_hd_label em {
		max-width: 18em;
		height: 28px;
		border-radius: 14px;
		font-size: 14px;
		line-height: 28px;
	}

	.plus_img {
	}

	.plus_intro {
		padding: 30px;
	}

	.plus_intro:after {
		left: 65%;
		width: 110px;
		height: 180px;
	}

	.plus_intro_text {
		font-size: 14px;
		text-align: justify;
	}

	.plus_intro_mc {
		flex-flow: wrap;
		gap: 0 16px;
		font-size: 14px;
	}

	.plus_intro_mc > dt {
		width: 100%;
		white-space: nowrap;
	}

	.plus_intro_mc > dd {
		/* margin-left: 3.5em; */
	}
}
