.tableArea {
	margin-bottom: 40px;
}
.table {
	border: 1px solid #e2e2e2;
	border-collapse:separate;
	width: 100%;
	border-radius: 8px;
	margin-bottom: 10px;
}
.table:last-child {
	margin-bottom: 0;
}
.table > p,
.table > ul {
	display: table-cell;
}
.table > p {
	border-radius: 8px 0 0 8px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	width: 180px;
	text-align: center;
	vertical-align: middle;
}
.table:nth-child(1) > p {
	background: #3775b4;
}
.table:nth-child(2) > p {
	background: #59b336;
}
.table:nth-child(3) > p {
	background: #ffb316;
}
.table > p span {
	font-size: 2.4rem;
}
.table > ul {
	padding: 20px 230px 20px 20px;
	height: 90px;
	vertical-align: middle;
}
.table:nth-child(1) {
	background: url(/wakaru/seminar/step3/img/2018/p03_img_01.png) no-repeat center right 85px;
}
.table:nth-child(2) {
	background: url(/wakaru/seminar/step3/img/2018/p03_img_02.png) no-repeat center right 85px;
}
.table:nth-child(3) {
	background: url(/wakaru/seminar/step3/img/2018/p03_img_03.png) no-repeat center right 65px;
}
.table > ul li {
	position: relative;
	padding-left: 20px;
}
.table > ul li + li {
	padding-top: 5px;
}
.table > ul li + li:before {
	top: 10px;
}
.table > ul li:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	left: 0;
	top: 5px;
}
.table:nth-child(1) > ul li:before {
	background: #b5c7e1;
}
.table:nth-child(2) > ul li:before {
	background: #c3e7a7;
}
.table:nth-child(3) > ul li:before {
	background: #fed372;
}
@media screen and (max-width: 768px) {
	.table {
		margin-top: 20px;
	}
	.table > p {
		display: block;
		font-size: 2.0rem;
		text-align: center;
		padding: 17px 0;
		width: 100%;
		border-radius: 3px 3px 0 0;
		background-size: 37px;
	}
	.table.blue > p {
		background-size: 62px;
		
	}
	.table > ul {
		padding: 10px 10px 120px 10px;
	}
	.table:nth-child(1) {
		background: url(/wakaru/seminar/step3/img/2018/p03_img_01.png) no-repeat bottom 25px center;
	}	
	.table:nth-child(2) {
		background: url(/wakaru/seminar/step3/img/2018/p03_img_02.png) no-repeat bottom 25px center;
	}	
	.table:nth-child(3) {
		background: url(/wakaru/seminar/step3/img/2018/p03_img_03.png) no-repeat bottom 25px center;
	}
}