@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;
}

/* Board skill matrix */
.skill-legend {
	margin-top: 1em;
	font-size: 12px;
}
.table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	/*margin-top: 10px;*/
    font-size: 7px;
}
#content table.corp-table-skill {
	box-sizing: border-box;
	width: 100%;
	min-width: 752px;
	max-width: 756px;
	table-layout: fixed;
	border-collapse: collapse;
	/*font-size: 11px;*/
}
#content table.corp-table-skill tr th,
#content table.corp-table-skill tr td {
	box-sizing: border-box;
	border: solid 1px #dedfdf;
	padding: 4px 2px;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	word-break: break-word;
	overflow-wrap: anywhere;
}
#content table.corp-table-skill tbody {
	border: 0;
}
/*#content table.corp-table-skill thead th {*/
/*	color: #fff;*/
/*	background: #50612a;*/
/*}*/
#content table.corp-table-skill th.section {
	text-align: left;
	/*background: #f6f6f6;*/
	color: #333;
}

@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;
	}
}