@charset "utf-8";

/***************************************************************************
*
* NEWS STYLE
*
***************************************************************************/
#content {
	margin-top: 149px;
}
/*.areaNews*/
.areaNews {
	position: relative;
	padding-bottom: 181px;
}
.areaNews .titleEn {
	font-size: 36px;
	color: #AD7B09;
	text-align: center;
}
.areaNews .titleJp {
	font-size: 18px;
	color: #2C2C2C;
	text-align: center;
	margin-top: -6px;
}
.areaNews .newsWrap {
	margin-top: 30px;
}
.areaNews .newsWrap .filter {
	font-size: 13px;
	color: #D8B870;
	text-align: center;
}
.areaNews .newsWrap .newsContent {
	position: relative;
	margin-top: 60px;
}
.areaNews .newsWrap .newsContent .siderBar {
	position: absolute;
	width: 260px;
	top: 1px;
	left: -320px;
	border: 1px solid #AD7B09;
	text-align: center;
	padding: 48px 44px;
	/*overflow-y: auto;*/
}
.areaNews .newsWrap .newsContent .siderBar .siderItem {
	padding-bottom: 43px;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem + .siderItem {
	padding-top: 31px;
	border-top: 1px solid #AD7B09;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem .itemName {
	font-size: 20px;
	color: #AD7B09;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem .filter {
	color: #D8B870;
	margin-top: 10px;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem .itemList {
	width: 124px;
	margin: 15px auto 0;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem .itemList li + li {
	margin-top: 10px;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem .itemList li a {
	display: block;
	font-size: 13px;
	color: #D8B870;
	border: 1px solid #D8B870;
	padding: 1px 0 2px;
}
.MacOS .areaNews .newsWrap .newsContent .newsList .list li .info .date-cate span.cate a, 
.MacOS .areaNews .newsWrap .newsContent .siderBar .siderItem .itemList li a {
    padding: 3px 0 0;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem .itemDate {
	margin-top: 2px;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem .itemDate li:marker {
	display: none;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem .itemDate li a {
	display: inline-block;
	color: #D8B870;
	border-bottom: 1px solid #D8B870;
	padding: 0 6px;
}
.areaNews .newsWrap .newsContent .siderBar .siderItem .itemDate li a:hover {
	border-bottom: transparent;
}
.areaNews .newsWrap .newsContent .newsList {
	border-top: 1px solid #AD7B09;
}
.areaNews .newsWrap .newsContent .newsList .list {

}
.areaNews .newsWrap .newsContent .newsList .list li {
	padding: 81px 74px 12px 40px;
	border-bottom: 1px solid #AD7B09;
}
.areaNews .newsWrap .newsContent .newsList .list li .info {
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.areaNews .newsWrap .newsContent .newsList .list li .info .date-cate {
	width: 124px;
	text-align: center;
}
.areaNews .newsWrap .newsContent .newsList .list li .info .date-cate span {
	display: block;
}
.areaNews .newsWrap .newsContent .newsList .list li .info .date-cate span.date {
	font-size: 18px;
	color: #2C2C2C;
}
.areaNews .newsWrap .newsContent .newsList .list li .info .date-cate span.cate {
	margin-top: 2px;
}
.areaNews .newsWrap .newsContent .newsList .list li .info .date-cate span.cate a {
	display: block;
	font-size: 13px;
	color: #D8B870;
	border: 1px solid #D8B870;
	padding: 1px 0 2px;
}
.areaNews .newsWrap .newsContent .newsList .list li .info .link {
	width: calc(100% - 136px);
	margin-top: -1px;
}
.areaNews .newsWrap .newsContent .newsList .list li .info .link a {
	font-size: 18px;
	color: #2C2C2C;
	line-height: 1.45;
}
.areaNews .newsWrap .newsContent .newsList .list li .info .link a:hover {
	text-decoration: underline;
}
.areaNews .newsWrap .newsContent .newsList .list li .moreDetail {
	text-align: right;
	margin-top: 26px;
}
.areaNews .newsWrap .newsContent .newsList .list li .moreDetail a {
	font-size: 18px;
	color: #D8B870;
}
.areaNews .newsWrap .newsContent .newsList .list li .moreDetail a:hover {
	text-decoration: underline;
}

.scroll {
    position: absolute;
    right: 84px;
    bottom: -105px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 2;
}
.scroll a {
    position: relative;
    display: inline-block;
    padding-bottom: 140px;
    color: #fff;
    text-decoration: none;
}

@media all and (-ms-high-contrast:none) {
	.areaNews .newsWrap .newsContent .newsList .list li .info .date-cate span.cate a,
	.areaNews .newsWrap .newsContent .siderBar .siderItem .itemList li a {
		padding: 3px 0 0;
	}
}
/*BREAKPOINT*/
@media (max-width: 1663px) and (min-width: 769px) {
	.areaNews .newsWrap .newsContent {
		overflow: hidden;
	}
	.areaNews .newsWrap .newsContent .siderBar {
		float: left;
		position: static;
	}
	.areaNews .newsWrap .newsContent .newsList {
		float: right;
		width: calc(100% - 300px);
	}
}

/*SP STYLE*/
@media (max-width: 768px) {
	.areaNews .newsWrap .newsContent {
	    margin-top: 38px;
	}
	.areaNews .newsWrap .newsContent .newsList .list li {
	    padding: 21px 32px 3px 7px;
	}
	.areaNews .newsWrap .newsContent .newsList .list li + li {
		border-top: 1px solid #AD7B09;
		margin-top: 19px;
	}
	.areaNews .newsWrap .newsContent .newsList .list li .info {
	    display: block;
	}
	.areaNews .newsWrap .newsContent .newsList .list li .info .date-cate {
	    width: 100%;
	    text-align: left;
	    margin-left: 5px;
	}
	.areaNews .newsWrap .newsContent .newsList .list li .info .date-cate span {
		display: inline-block;
		vertical-align: middle;
		margin-right: 6px;
	}
	.areaNews .newsWrap .newsContent .newsList .list li .info .date-cate span.cate {
	}
	.areaNews .newsWrap .newsContent .newsList .list li .info .date-cate span.cate a {
		padding: 1px 8px 2px;
	}
	.areaNews .newsWrap .newsContent .newsList .list li .info .link {
	    width: 100%;
	    margin-top: 23px;
	}
	.areaNews .newsWrap .newsContent .newsList .list li .moreDetail {
		margin-top: 11px;
		margin-right: 8px;
	}
	.areaNews .newsWrap .newsContent .newsList .list li .moreDetail a {
		font-size: 14px;
	}
	.MacOS .areaNews .newsWrap .newsContent .newsList .list li .info .date-cate span.cate a,
	.MacOS .areaNews .newsWrap .newsContent .siderBar .siderItem .itemList li a {
		padding: 3px 8px 0;
	}

	.scroll {
	    right: 21px;
	    bottom: auto;
	    top: 212px;
	}

	.areaNews .newsWrap .newsContent .siderBar {
	    position: static;
	    width: 100%;
	    padding: 48px 44px;
	}

	.areaNews .newsWrap .newsContent .siderBar {
   		margin-top: 53px;
	    padding: 48px 44px 10px;
	}
	.areaNews {
	    padding-bottom: 54px;
	}
}