@charset "UTF-8";
.box_cl2.box_01 article{
	flex-wrap: wrap !important;
}
.box_cl2.box_01 article div{
	width: 100%;
	margin-top: 10px;
}
.bgh{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background: #7b8174;
}
.bgh > ul{
	max-width: 1200px;
	margin: 0 auto;
	justify-content: space-between !important;
}
.bgh > ul > li {
	margin-left: 0 !important;
	-ms-writing-mode: rl-tb !important;
	writing-mode: rl-tb !important;
	flex-grow:1;
}
.bgh > ul > li a{
	padding: 15px 0 !important;
}
.bgh > ul > li a:hover {
	background: #5a5f54;
	transform: translateY(0) !important;
}
.box_cl4.link_01 a{
	opacity: 1;
}
.box_cl4.link_01 a:hover{
	background: #7b8174;
	border: 1px solid #7b8174;
	color: #fff !important;
}