@charset "UTF-8";

#ct_bg .contents01 {
	padding-bottom: 60px;
}
#ct_bg .contents01 .subSection01 {
	background: #fff;
	border-radius: 10px;
	padding: 25px 20px 40px;
}
#ct_bg .contents01 .subSection01 + .subSection01 {
	margin-top: 40px;
}
#ct_bg .contents01 .subSection01 .hdg01 {
	color: #007130;
	text-align: center;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 3.2rem;
	font-weight: 800;
	border-bottom: 2px solid #abcd03;
	margin-bottom: 27px;
	position: relative;
}
#ct_bg .contents01 .subSection01:nth-of-type(1) .hdg01::before {
	content: '';
	position: absolute;
	top: -60px;
	right: 0px;
	width: 126px;
	height: 119px;
	background: url("../img/img_index03.png") no-repeat 0 0 / 100%;
}
#ct_bg .contents01 .subSection01:nth-of-type(2) .hdg01::before {
	content: '';
	position: absolute;
	top: -64px;
	right: -20px;
	width: 87px;
	height: 127px;
	background: url("../img/img_index01.png") no-repeat 0 0 / 100%;
}
#ct_bg .contents01 .subSection01:nth-of-type(3) .hdg01::before {
	content: '';
	position: absolute;
	top: -57px;
	right: -19px;
	width: 159px;
	height: 118px;
	background: url("../img/img_index02.png") no-repeat 0 0 / 100%;
}
#ct_bg .contents01 .subSection01 .tableWrap {
	max-width: 800px;
	margin: 0 auto;
	border-top: 1px solid #abcd03;
	border-bottom: 1px solid #abcd03;
	padding-bottom: 2px;
}
#ct_bg .contents01 .subSection01 table {
	width: 100%;
}
#ct_bg .contents01 .subSection01 table th,
#ct_bg .contents01 .subSection01 table td {
	padding: 9px 20px;
	border-top: 2px solid #fff;
	font-size: 2.0rem;
	line-height: 1.75;
}
#ct_bg .contents01 .subSection01 table th {
	color: #007130;
	background: #e8f3b1;
}
#ct_bg .contents01 .subSection01 table td {
	vertical-align: middle;
	text-align: center;
	line-height: 2;
}
#ct_bg .contents01 .subSection01 .tableWrap table th {
	width: 9em;
}
#ct_bg .contents01 .subSection01 .tableWrap table td {
	width: calc(100% - 9em);
}
#ct_bg .contents01 .subSection01 .tableWrap.type02 table th {
	width: 15em;
}
#ct_bg .contents01 .subSection01 .tableWrap.type02 table td {
	width: calc(100% - 15em);
}
#ct_bg .contents01 .subSection01 table tr.border01 th,
#ct_bg .contents01 .subSection01 table tr.border01 td {
	border-top: 5px solid #fff;
	position: relative;
}
#ct_bg .contents01 .subSection01 table tr.border01 th::before,
#ct_bg .contents01 .subSection01 table tr.border01 td::before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #abcd03;
}
#ct_bg .seriesTitle01 {
	display: table;
	margin: 0 auto;
	padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	#ct_bg .contents01 {
		padding-bottom: 50px;
	}
	#ct_bg .contents01 .subSection01 {
		padding: 10px 15px 25px;
	}
	#ct_bg .contents01 .subSection01 + .subSection01 {
		margin-top: 30px;
	}
	#ct_bg .contents01 .subSection01 .hdg01 {
		font-size: 2.2rem;
		margin-bottom: 21px;
		padding-bottom: 4px;
	}
	#ct_bg .contents01 .subSection01:nth-of-type(1) .hdg01::before {
		top: -24px;
		right: -10px;
		width: 80px;
		height: 75px;
		background: url("../img/img_index03.png") no-repeat 0 0 / 100%;
	}
	#ct_bg .contents01 .subSection01:nth-of-type(2) .hdg01::before {
		top: -25px;
		right: -8px;
		width: 53px;
		height: 77px;
		background: url("../img/img_index01.png") no-repeat 0 0 / 100%;
	}
	#ct_bg .contents01 .subSection01:nth-of-type(3) .hdg01::before {
		top: -24px;
		right: -15px;
		width: 97px;
		height: 73px;
		background: url("../img/img_index02.png") no-repeat 0 0 / 100%;
	}
	#ct_bg .contents01 .subSection01 .tableWrap {
		width: 100%;
		max-width: 100%;
	}
	#ct_bg .contents01 .subSection01 table th,
	#ct_bg .contents01 .subSection01 table td {
		padding: 5px 10px 4px;
		font-size: 1.4rem;
	}
	#ct_bg .contents01 .subSection01 .tableWrap table th {
		width: 8.5em;
	}
	#ct_bg .contents01 .subSection01 .tableWrap table td {
		width: calc(100% - 8.5em);
	}
	#ct_bg .contents01 .subSection01 .tableWrap.type02 table th {
		width: 10em;
	}
	#ct_bg .contents01 .subSection01 .tableWrap.type02 table td {
		width: calc(100% - 10em);
	}
	#ct_bg .seriesTitle01 {
		width: 70%;
		min-width: 200px;
	}
}