
.box {
	border-radius: 4px;
	padding: 10px;
	position: relative;
	margin-bottom: 55px;
}
.box:after {
	position: absolute;
	content: "";
	background: url(/wakaru/common/img/ico_arrow.png);
	width: 142px;
	height: 24px;
	left: 0;
	right: 0;
	bottom: -40px;
	margin: 0 auto;
}
.box:last-child:after {
	content: none;
}
.box:nth-child(1) {
	background: #3775b4;
}
.box:nth-child(2) {
	background: #59b336;
}
.box:nth-child(3) {
	background: #ffb316;
}
.box:nth-child(4) {
	background: #fc5a3c;
}
.box:nth-child(5) {
	background: #af3095;
}
.box:nth-child(6) {
	background: #505faa;
}
.box h3 {
	text-align: center;
	padding: 30px 0;
}
.box h3 span {
	position: relative;
}
.box h3 span:before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	width: 86px;
	height: 65px;
	right: -110px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.box:nth-child(1) h3 span:before {
	background-image: url(/wakaru/seminar/step3/img/2018/p01_ico_01.png);
}
.box:nth-child(2) h3 span:before {
	background-image: url(/wakaru/seminar/step3/img/2018/p01_ico_02.png);
}
.box:nth-child(3) h3 span:before {
	background-image: url(/wakaru/seminar/step3/img/2018/p01_ico_03.png);
}
.box:nth-child(4) h3 span:before {
	background-image: url(/wakaru/seminar/step3/img/2018/p01_ico_04.png);
}
.box:nth-child(5) h3 span:before {
	background-image: url(/wakaru/seminar/step3/img/2018/p01_ico_05.png);
}
.box > div {
	background: #fff;
	border-radius: 4px;
	padding: 15px;
}
.box > div a {
	margin-top: 5px;
	display: inline-block;
	text-decoration: none;
	color: #2aa477;
	position: relative;
}
.box > div a:hover {
	text-decoration: underline;
}
.box > div a:after {
	position: absolute;
	content: "";
	background: url(/wakaru/common/img/ico_blank.png) no-repeat;
	right: -20px;
	width: 13px;
	height: 13px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.box:last-child > div p:nth-child(2),
.box:last-child > div p:nth-child(3) {
	margin-top: 10px;
}
@media screen and (max-width:768px) {
	.box {
		padding: 5px;
		margin-bottom: 38px;
	}
	.box:after {
		background-size: contain;
		width: 107px;
		height: 18px;
		left: 0;
		right: 0;
		bottom: -28px;
		margin: 0 auto;
	}
	.box h3 {
		padding: 12px 48px 12px 0;
	}
	.box:nth-child(6) h3 {
		padding-right: 0;
	}
	.box h3 span:before {
		width: 38px;
		height: 28px;
		background-size: contain;
		right: -50px;
	}
	.box:nth-child(1) h3 span {
		width: 216px;
		display: inline-block;
	}
	.box:nth-child(2) h3 span {
		width: 230px;
		display: inline-block;
	}
	.box:nth-child(3) h3 span {
		width: 215px;
		display: inline-block;
	}
	.box:nth-child(4) h3 span {
		width: 118px;
		display: inline-block;
	}
	.box:nth-child(5) h3 span {
		width: 135px;
		display: inline-block;
	}
	.box:nth-child(6) h3 span {
		width: 102px;
		display: inline-block;
	}
	.box > div {
		padding: 10px 8px;
	}
}