@charset "utf-8";
/* CSS Document */

.heading{
	margin-bottom: 70px;
}

section .item{
	margin-bottom: 170px;
}
section .item.flex{
	justify-content: space-between;
}
section .item.flex .item_left,
section .item.flex .item_right{
	max-width: calc((100% - 40px) / 2);
	width: 100%;
}
section .item.flex .item_right{
	padding: 0;
}
figure figcaption{
	font-size: 13px;
	color: #555D66;
	line-height: 3;
}
body.en figcaption.lang_en{
	display: block !important;
}

@media screen and (max-width: 970px){
	.heading{
		margin-bottom: 40px;
	}
	section .item{
		margin-bottom: 60px;
	}
	section .item.flex{
		display: block;
	}
	section .item.flex .item_left,
	section .item.flex .item_right{
		max-width: 100%;
		margin: 15px auto;
	}
}