@charset "utf-8";
/* CSS Document */

.lead_title > h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.page_content .section {
	margin-bottom: 20px;
}
table.table_pattern1 th.col1 {
	width: 30%;
}
table.table_pattern1 th.col2 {
	width: 20%;
}
table.table_pattern1 th.col3 {
	width: 23%;
}
table.table_pattern1 th.col4 {
	width: 70%;
}
table.table_pattern1 th.col5,
table.table_pattern1 th.col6,
table.table_pattern1 th.col7,
table.table_pattern1 th.col8 {
	width: auto;
}
.page_content .section .link_graph {
	display: flex;
	justify-content: space-between;
}
.page_content .section .link_graph a{
	width: 35%;
	margin: 0;
}