@charset "UTF-8";

/**
 * #content
 */
#content table.module th {
	color:#333;
	background: #f6f6f6;
	white-space: normal;
}
#content table.module th,
#content table.module td {
	border-width: 2px;
	padding: 18px;
	line-height: 2;
	text-align: center;
	vertical-align:middle;
	font-weight: 700;
}

#content table.module thead th {
	color:#fff;
	background: #50612a;
	white-space: normal;
}
.td-title {
	color:#333;
	background: #f6f6f6;
	white-space: normal;
	font-weight: 700;
}

#content table.module tr th:nth-of-type(1) {
	width: 100px;
}

#content table.module + p {
	margin-top: 1em;
}
#content .procedure-list {
	font-weight: normal;
}
#content .procedure-list li {
	list-style: circle inside;
	margin-left: 0.25em;
}
#content .procedure-list li + li {
	margin-top: 0.5em;
}
.corp-table1 {
	margin-bottom: 40px;
}

.remark {
	margin-top: 20px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
#content table.corp-table tr th,
#content table.corp-table tr td
{
	border: solid 2px #dedfdf;
	text-align: center;
	vertical-align:middle;
}
#content table.corp-table tbody{
	border: solid 2px #dedfdf;
}
.btn_more {
	width: auto;
	letter-spacing:0em;
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (max-width:767px) {
	#content table.module th {
		white-space:normal;
	}
	#content table.module th,
	#content table.module td {
		padding: 12px;
	}
	.btn_more {
		font-size: 13px;
		height: 40px;
	}
	#content table.module tr th:nth-of-type(1) {
		width: auto;
	}
}