@charset "UTF-8";
/* ===================================================
  improvement CSS
====================================================== */
#main_img {
	background: url(../../improvement/img/main_img.jpg) no-repeat center/cover;
}
#sec2 h2 {
	font-size: 20px;
	color: #ffffff;
	padding: 10px 10px 10px 30px;
	margin-top: 35px;
	background: #260f06;
	position: relative;
	cursor: pointer;
}
#sec2 h2:first-child {
	margin-top: 70px;
}
#sec2 h2:after {
	content: '';
	width: 15px;
	height: 12px;
	position: absolute;
	background: url(../../improvement/img/icon_acc.png) no-repeat center/contain;
	top: 50%;
	right: 30px;
	margin-top: -6px;
}
#sec2 h2.active:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
#sec2 .table_wrap:not(:first-of-type) {
	display: none;
}
#sec2 .table_wrap table {
	margin-top: 40px;
	table-layout: fixed;
	counter-reset: item;
}
#sec2 .table_wrap table thead th {
	text-align: center;
}
#sec2 .table_wrap table thead th span {
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	display: block;
	border-radius: 21px;
}
#sec2 .table_wrap table thead th:first-child {
	padding: 0 10px 0 50px;
}
#sec2 .table_wrap table thead th:first-child span {
	border: 1px #000000 solid;
}
#sec2 .table_wrap table thead th:last-child {
	padding: 0 50px 0 10px;
}
#sec2 .table_wrap table thead th:last-child span {
	background: #b28e3d;
	color: #ffffff;
}
#sec2 .table_wrap tbody tr th {
	padding: 23px 50px;
}
#sec2 .table_wrap tbody tr th span {
	display: block;
	padding-left: 2.5em;
}
#sec2 .table_wrap tbody tr th span:before {
	counter-increment: item;
	content: '(' counter(item) ')';
	width: 2em;
	display: inline-block;
	margin-left: -2.5em;
	text-align: right;
	padding-right: 0.5em;
}
#sec2 .table_wrap tbody tr td {
	padding: 23px 50px 23px 10px;
	color: #966c0e;
}
#sec2 .table_wrap tbody tr:not(:last-child) th,
#sec2 .table_wrap tbody tr:not(:last-child) td {
	border-bottom: 2px #cccccc dotted;
}

@media screen and (max-width: 600px) {
	#sec2 h2 {
		font-size: 16px;
		padding: 10px 10px 10px 30px;
		margin-top: 20px;
	}
	#sec2 h2:first-child {
		margin-top: 40px;
	}
	#sec2 .table_wrap table {
		margin-top: 20px;
	}
	#sec2 .table_wrap table thead th {
		text-align: center;
	}
	#sec2 .table_wrap table thead th span {
		font-size: 16px;
		height: 30px;
		line-height: 30px;
	}
	#sec2 .table_wrap table thead th:first-child {
		padding: 0 10px 0 0;
	}
	#sec2 .table_wrap table thead th:last-child {
		padding: 0 0 0 10px;
	}
	#sec2 .table_wrap tbody tr th {
		padding: 10px 10px 10px 0;
		font-size: 12px;
	}
	#sec2 .table_wrap tbody tr td {
		padding: 10px 0 10px 10px;
		font-size: 12px;
	}
}