/* ===================
new clearfix
===================*/
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.sp {
	display: none;
}
h2 {
	margin-bottom: 13px !important;
}

.title {
	text-align: center;
	margin-top: 13px;
	margin-bottom: 25px;
}
.title img {
	margin-right: 0;
	margin-left: 0;
	margin-top: 12px;
	margin-bottom: 0;
}

/*     block01    */
.block01 {
	height: auto;
}

table {
	width: 100%;
}
table {
	border: none;
	border-collapse: collapse;
	
}
th {
	padding: 20px 30px;
}
td {
	border: #333 dotted 1px;
    border-left: none;
	border-top: none;
	border-bottom: none;
	text-align: left;
	padding: 12px;
	font-size: 16px;
}

td:last-of-type {
	border-right: none;
}
td:nth-of-type(1) {
	width: 377px;
	text-align: left;
}
td:nth-of-type(2) {
	width: 90px;
	text-align: center;
}
tr:nth-of-type(2) td {
	text-align: center!important;
}
tr:nth-of-type(even) {background: rgba(158, 142, 110, 0.2);
}

.gold {
	background-color: #9D8D3F;
	color: #fbfbfb;
	text-align: left!important;
	font-size: 14px;
}
.bold {
	font-size: 18px;
	font-weight: 900;
}
.emerald {
	height: 36px;
	background: rgba(8, 146, 146, 0.8)!important;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}


@media only screen and (max-width:640px){
	/*	common  */
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	article {
		width: 100%;
		margin: 0 auto;
	}
	section {
		width: 90%!important;
		height: auto!important;
		margin: 0 auto;
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
	h2 {
		font-size: 1rem!important;
		margin-top: 0!important;
		margin-bottom: 20px;
	}
	
    /*  block01  */
	.block01 {
		width: 100%;
	}
	table {
		width: 100%;
		border-collapse: collapse;
		border: none;
	}
	td {
		font-size: 12px!important;
		width: auto;
		display: block;
		text-align: left;
		padding: 0;
		border: none;
	}
	th {
		width: auto;
		font-size: 13px;
	}
	td:nth-of-type(1) {
		width: auto;
		text-align: left;
		font-size: 12px!important;
		padding: 12px 12px 0 12px;
		color: #1e344d;
	}
	td:nth-of-type(2) {
		display: none;
	}
	td:nth-of-type(3) {
		padding: 0 12px 12px 12px;
	}
	
	tr:nth-of-type(even) {
		background: rgba(158, 142, 110, 0.2);
	}
	.emerald {
		height: 36px;
		background: rgba(8, 146, 146, 0.8)!important;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.emerald td {
		color: #fff!important;
	}
	.bold {
		font-size: 15px;
		font-weight: 900;
	}

}

