@charset "utf-8";

@media all {
	.yearController {
		position: absolute !important;
		top: 0;
		right: 100px;
	}
	
	:lang(en).is-NewsPage .u-title__page time {
		font-size: 1.6rem;
		font-weight: 400;
		margin: 1em 0 0;
		display: block;
	}
	
	.is-NewsPage.is-70Page .c-contents1 > div,
	.is-NewsPage.is-66Page .c-contents1 > div {
		width: calc(100% / 3 * 2);
	}
	
	.is-NewsPage.is-70Page .c-contents1 > figure,
	.is-NewsPage.is-66Page .c-contents1 > figure {
		width: calc(100% / 3);
		padding: 0 0 0 60px;
	}
	
	.is-NewsPage.is-66Page .c-contents1 figcaption {
		line-height: 1.5;
		display: block;
	}
	
	
	
	
	
	
	
}
