
.over20box {
	background: #CC0000;
	color:#FFF;
}

.over20box img {
	margin: -40px;
}

@media screen and (max-width: 750px) {
	.over20box img {
		margin: -40px 20px 20px 0px;
	}
}


.over20box1 {
	background: #FFEFEF;
}

.over20box2 {
	background: #FFAA82;
}

.over20box1 .clm > p >span {
	display: inline-block;
	margin-right: 5px;
	background-color: #FF9966;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
}

.over20box1 .ue > img {
	height: 150px;
	min-height: 150px;
}

@media screen and (max-width: 750px) {
	.over20box1 .ue > img {
		width: 65%;
		height: initial;
		min-height: initial;
	}
}

hr.hasen {
	border: none;
	border-top: 2px dashed #999;
}

ul.check li::before {
	font-family: 'yubin';
	content: "\e92a";
	margin-right: 0.2em;
	font-size: 1.5em;
	line-height: 1.5em;
	vertical-align: middle;
}

ul.check li {
	margin-bottom: 1em;
}

mark {
	background: linear-gradient(transparent 50%, #FAFAD0 50%);
}

.over20box3 {
	background: #E0E0E0;
}

.over20box4 {
	background: #595959;
	color: #FFF;
}

.over20box3 .clm > p >span {
	display: inline-block;
	margin-right: 5px;
	background-color: #595959;
	color: #FFF;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
}

.over20box3 img {
	max-height: 150px;
}

@media screen and (max-width: 750px) {
	.over20box3 img {
		max-height: initial;
	}
	
}

ol.flow li {
	list-style-type: none;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 24.5%;
	padding-right: 20px;
	margin-bottom: 6px;
	counter-increment: number 1;
}
ol.flow li span {
	display: block;
	background: #f7f7f7;
	min-height: 200px;
	padding: 0.5rem;
	font-size: 0.85rem;
	margin-bottom: 0.2rem;
}
ol.flow li:after {
	position: absolute;
	content: "▲";
	color: #595959;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	right: 0;
	top: 50px;
}
ol.flow li:last-child:after {
	content: none;
}

@media screen and (max-width: 1024px) {

	ol.flow {
		margin: 15px auto;
	}
	ol.flow li {
		width: 100%;
		padding-right: 0;
		position: relative;
		box-sizing: border-box;
		counter-increment: number 1;
		display: block;
	}
	ol.flow li span {
		background: #f7f7f7;
		margin: 30px 4px 8px;
		padding: 0.5rem;
		display: block;
		min-height: auto;
		width: 100%;
	}

	ol.flow li span.first {
		margin-top: 10px;
	}
	ol.flow li:after {
		position: absolute;
		display: block;
		padding: 20px;
		content: "▼";
		color: #595959;
		bottom: -44px;
		left: 42%;
		top: auto;
		right: auto;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
}