@charset "UTF-8";

/* デモンストレーション */
.list-demo li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 2em;
	font-size: 3.2rem;
	font-size: 32px;
	font-weight: bold;
	line-height: 2;
}

.list-demo_e li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 2em;
	font-size: 3.2rem;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.6;
}
.list-demo li span {
	font-size: 2.5rem;
	font-size: 25px;
}
.down-triangle {
	clear: both;
	display: block;
	margin: auto;
	border-style: solid;
	border-color: #e4007f transparent transparent transparent;
	border-width: 40px 40px 0 40px;

	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
@media (max-width: 959px) {
	.list-demo li {
		margin-left: 2em;
		/* font-size: 2.8rem;
		font-size: 28px; */
		font-size: 1.6rem;
		font-size: 16px;
	}
	.down-triangle {
		border-width: 30px 30px 0 30px;
	}
}

.choice-box-head {
	border-right: 7px solid #afdb50;
	background: #afdb50;
	padding: 40px 25px 20px;
	text-align: center;
}
.choice-box-content {
	background: #fff;
	padding: 40px 20px;
}
.choice-box-title {
	color: #48a040;
	font-weight: bold;
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
}
@media (max-width: 959px) {
	.choice-box-head {
		padding: 20px 25px 20px;
		text-align: center;
	}
	.choice-box-content {
		padding: 20px 10px;
	}
	.choice-box-title {
		font-size: 25px;
		font-size: 2.5rem;
	}
}
