.border_module {
	border: 1px solid #999;
	padding: 0 32px 32px 32px;
	box-sizing: border-box;
	margin-top: 32px;
}

.collaboration_list_module {
	margin-top: 48px;
}

.collaboration_list {
	display: flex;
	justify-content: space-around;
}

.collaboration_list li dl {
	display: flex;
	flex-direction: column-reverse;
	text-align: center;
}

.collaboration_list li dl dt {
	max-width: 180px;
	font-size: 20px;
}

.collaboration_list li dl dd {
	max-width: 180px;
}

.profile_module {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.profile_module .image {
	margin-top: 32px;
	width: 230px;
}

.profile_module .text {
	margin-top: 16px;
	flex: 1;
}

.profile_module .text h4 {
	font-size: 22px;
}

.hidden_section {}

.hidden_section ul.basic_list {
	margin-top: 8px;
}

.hidden_section table.basic {
	margin-top: 16px;
}

.hidden_section h5 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 32px;

}

.column2_module .column table th {
	width: 75%;
}

.column2_module .column table td {
	width: 25%;
}

@media screen and (max-width: 976px) {

	.border_module {
		border: 1px solid #999;
		padding: 0 16px 16px 16px;
		box-sizing: border-box;
		margin-top: 32px;
	}

	.collaboration_list_module {
		margin-top: 32px;
	}


	.collaboration_list li dl dt {
		max-width: 90px;
		font-size: 16px;
	}

	.collaboration_list li dl dd {
		max-width: 90px;
	}

	.profile_module {
		display: block;
	}

	.profile_module .image {
		margin: 32px auto 0 auto;
		width: 230px;
	}

	.column2_module .column:first-child table {
		border-bottom: none;
	}

	.column2_module .column table th {
		width: 75%;
	}

	.column2_module .column table td {
		width: 25%;
	}

	.profile_module .text h4 {
		font-size: 20px;
	}

	.hidden_section h5 {
		font-size: 18px;
	}

	.hidden_section p {
		font-size: 14px;
	}

}