.mt30 {
	margin-top: 30px;
}
.anchor-link {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.anchor-link a {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 1% 0;
	text-align: center;
	border-left: 2px solid #3c65bb;
}
.anchor-link a:last-child {
	border-right: 2px solid #3c65bb;
}
.col2 figure {
	width: 50%;
}
.col2 figure img {
	width: 100%;
}
main article section .box_fig02.col2 h3.hl03 {
	padding-top: 0;
}
.box_fig02.col2 .txt {
	padding-right: 10px;
}
main article section * + .col2 .box_fig00 {
	margin-top: 10px;
}
.box_fig02 .col2 figure {
	width: 45%;
	float: left;
	margin-bottom: 30px;
}
.box_fig00 .col2 figure:first-child {
	width: 35%;
	float: left;
	margin-bottom: 30px;
	padding-right: 2%;
}
.box_fig00 .col2 figure {
	width: 65%;
	float: left;
	margin-bottom: 30px;
}
.box_fig00 .col2 figure img + img {
	margin-top: 5px;
}
.ru .imgsize img  {
	max-width: 318px;
}
.box-img02 {
	width: 66.67%;
	float: left;
}
.box-img01 {
	width: 31.33%;
	float: left;
	margin-left: 2%;
}
.box-img img{
	width: 100%;
}
.box-img02 figure {
	width: 47%;
	margin-right: 3%;
	float: left;
}

.box-right {
	width: 66.67%;
	float: left;
}
.box-left {
	width: 31.33%;
	float: left;
	margin-right: 2%;
}
.box-img img{
	width: 100%;
}
.box-right figure {
	width: 47%;
	margin-left: 3%;
	float: left;
}
main article section .txt .hl03:first-child {
	padding-top: 0;
}

@media screen and (max-width: 639px) {
	.col2 {
		overflow: hidden;
	}
	.col2 figure + figure {
		margin-top: 0 !important;
	}
	.col2 figure {
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 0 !important;
	}
	.box_fig02 .col2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.box_fig02 .col2 figure {
		width: 45%;
		float: none;
	}
	.box_fig02.col2 .txt {
		padding-right: 0;
	}
	main article section .box_fig02 .col2 figure + figure {
		margin: 0;
	}
	.anchor-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.anchor-link a {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		position: relative;
		display: block;
		width: 50%;
		margin-bottom: 8px;
	}
	.anchor-link a:last-child {
		border-right: none;
	}
	.anchor-link a:nth-of-type(2n):before,
	.anchor-link a:last-child:before {
		content: "";
		position: absolute;
		right: -2px;
		top: 0;
		bottom: 0;
		width: 2px;
		background: #3c65bb;
	}
	.r_and_d article section .table01 table.w_auto {
		width: 100%;
		white-space: nowrap;
	}
}



