/*-------------------------------------------------
|-
|-  detailTtlBlock
|-
-------------------------------------------------*/
.newsBlock {
	margin-bottom: 150px;
	padding-bottom: 150px;
	border-bottom: 1px solid #d4d4d4;
}
.newsTtl {
	width: 69%;
	max-width: 960px;
	margin: 60px auto;
}
.newsTtl_img {
	width: 12%;
	margin: 0 auto 10px;
}
.newsTtl_txt {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.5em;
}
.newsContArea {
	width: 69%;
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.newsListWrap {
	width: 68%;
}
.newsList_item {
	display: none;
}
.newsList_date {
	margin: 10px 0 5px;
	font-size: 12px;
}
.newsList_ttl {
	width: 100%;
	padding-bottom: 10px;
	border-bottom: dashed 1px #c8c9ca;
}
.cs-newsLink {
	margin-left: 12%;
	color: #2a2a2a;
	word-break: break-all;
	display: block;
}
.cs-newsLink:hover {
	text-decoration: underline;
}
.cs-cate {
	width: auto;
	margin-left: 3%;
	padding: 0 3%;
	color: #fff;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0.1em;
	display: inline-block;
}
.newsCate01 {
	background-color: #d48f81;
}
.newsCate02 {
	background-color: #7faa93;
}
.newsCate03 {
	background-color: #7598b4;
}
.newsCate04 {
	background-color: #a28e71;
}
.newsCate05 {
	background-color: #a28e71;
}
.newsListBtn {
	margin: 50px auto 0;
	padding-top: 50px;
	text-align: center;
	border-top:  1px solid #2a2a2a;
}
.cs-listBtn {
	width: 20%;
	cursor: pointer;
	transition: .2s;
}
.cs-listBtn:hover {
	opacity: .8;
	transition: .2s;
}

.newsSideWrap {
	width: 30%;
	padding: 20px 0;
	background-color: #f0f0f0;
}
.newsSideTtl {
	width: 93%;
	margin: 0 auto;
	text-align: center;
	border-bottom:  1px solid #2a2a2a;
}
.cs-sideTtlTop {
	width: 43%;
}
.cs-sideTtlBtm {
	width: 59%;
}
.newsCategoryList, .newsBacknumberList {
	width: 91%;
	margin: 0 auto;
}
.newsCategoryList {
	margin: 0 auto 40px;
}
.newsCategoryList_item, .newsBacknumberList_item {
	padding: 10px 0;
	border-bottom:  1px solid #c8c9ca;
	word-break: break-all;
}
.cs-sideLink {
	color: #2a2a2a;
}
.cs-sideLink:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1300px){
	.cs-newsLink {
		margin-left: 13%;
	}
}
@media screen and (max-width: 1060px){
	.cs-newsLink {
		margin-left: 70px;
	}
}
@media screen and (max-width: 767px){
	.newsBlock {
		margin-bottom: 40px;
		padding-bottom: 80px;
		border-bottom: 1px solid #d4d4d4;
	}
	.newsTtl {
		width: 89%;
		margin: 30px auto;
	}
	.newsTtl_img {
		width: 22%;
		margin: 0 auto 5px;
	}
	.newsTtl_txt {
		font-size: 13px;
		letter-spacing: 0.1em;
	}
	.newsContArea {
		width: 89%;
		display: block;
	}
	.newsListWrap {
		width: 100%;
	}
	.newsCategoryList {
		width: 100%;
		margin: 0 auto;
		background-color: #f0f0f0;
	}
	.newsCategoryList_item-ttl {
		position: relative;
		padding: 10px 0;
		color: #a28e71;
		font-weight: bold;
		text-align: center;
	}
	.newsCategoryList_item-ttl:after {
		content: '';
		position: absolute;
		top: 33%;
		right: 7%;
		width: 8px;
		height: 8px;
		border-top: solid 2px #a28e71;
		border-right: solid 2px #a28e71;
		border-radius: 1px;
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.newsCategoryList_item-ttl.active:after {
		top: 45%;
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.newsCategoryLinkList {
		display: none;
	}
	.cs-sideLink {
		width: 100%;
		padding: 5px 5%;
		box-sizing: border-box;
		display: block;
	}
	.newsList {
		margin-top: 30px;
	}
	.newsList_date {
		margin: 20px 0 5px;
	}
	.newsList_ttl {
		padding-bottom: 5px;
	}
	.cs-newsLink {
		margin-left: 0;
	}
	.newsListBtn {
		margin: 25px 0 50px;
		padding-top: 15px;
		line-height: 0;
	}
	.cs-listBtn {
		width: 31%;
	}
	.newsBacknumberList {
		width: 100%;
	}
	.newsBacknumberList_item-ttl {
		position: relative;
		padding: 10px 0;
		color: #fff;
		font-weight: bold;
		text-align: center;
		background-color: #a28e71;
	}
	.newsBacknumberList_item-ttl:after {
		content: '';
		position: absolute;
		top: 33%;
		right: 7%;
		width: 8px;
		height: 8px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		border-radius: 1px;
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.newsBacknumberList_item-ttl.active:after {
		top: 45%;
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.newsBacknumberLinkList {
		display: none;
	}
	.newsBacknumberList_item {
		padding: 0;
	}
	.newsBacknumberList_item .cs-sideLink {
		padding: 10px 0;
	}
}
/*-------------------------------------------------
|-  detail
|-  newsDetailArea
|-
-------------------------------------------------*/
.newsDetailTop_date {
	width: 57%;
	max-width: 800px;
	margin: 0 auto 10px;
	font-size: 13px;
	letter-spacing: 0.1em;
}
.newsDetailTop_ttl {
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	background-color: #f0f0f0;
}
.cs-newsTtl {
	width: 57%;
	max-width: 800px;
	margin: 0 auto;
	font-size: 22px;
	font-weight: bold;
	word-break: break-all;
	display: block;
}
.newsDetailTxt {
	width: 57%;
	max-width: 800px;
	margin: 50px auto;
}
	.newsDetailTxt img {
		max-width: 100% !important;
		height: auto !important;
	}
.newsDetailBtn {
	width: 365px;
	margin: 0 auto;
	display: flex;
	/*justify-content: space-between;*/
	justify-content: center;
}
.newsDetailBtn_item {
	position: relative;
	width: 120px;
	text-align: center;
}
.newsDetailBtn_item-prev, .newsDetailBtn_item-next {
	background-color: #a08d70;
}
.newsDetailBtn_item-prev {
	margin-right: 1%;
}
.newsDetailBtn_item-next {
	margin-left: 1%;
}
.newsDetailBtn_item-top {
	background-color: #f0f0f0;
}
.newsDetailBtn_item-prev:before {
	content: '';
	position: absolute;
	top: 35%;
	left: 10%;
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.newsDetailBtn_item-top:after {
	content: '';
	position: absolute;
	top: 45%;
	right: 6%;
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #a08d70;
	border-right: solid 2px #a08d70;
	border-radius: 1px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.newsDetailBtn_item-next:after {
	content: '';
	position: absolute;
	top: 35%;
	right: 10%;
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.newsDetailBtn_item-prev .cs-newsBtnLink, .newsDetailBtn_item-next .cs-newsBtnLink {
	color: #fff;
}
.newsDetailBtn_item-top .cs-newsBtnLink {
	color: #a08d70;
}
.cs-newsBtnLink {
	/*padding: 10px 5% 10px 0;*/
	padding: 10px 10% 10px 0;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: bold;
	display: block;
	transition: .2s;
}
.cs-newsBtnLink-prev {
	padding: 10px 0 10px 5%;
}
.cs-newsBtnLink:hover {
	opacity: .8;
	transition: .2s;
}
@media screen and (max-width: 321px){
	.cs-newsBtnLink {
		font-size: 14px;
	}
	.newsDetailBtn_item-prev:before {
		top: 38%;
		width: 8px;
		height: 8px;
	}
	.newsDetailBtn_item-top:after {
		width: 8px;
		height: 8px;
	}
	.newsDetailBtn_item-next:after {
		top: 38%;
		width: 8px;
		height: 8px;
	}
}
@media screen and (max-width: 767px){
	.newsDetailTop {
		width: 100%;
		margin: 0 auto 10px;
	}
	.newsDetailTop_date {
		width: 93%;
		margin: 0 auto 5px;
	}
	.newsDetailTop_ttl {
		padding: 10px 0;
	}
	.cs-newsTtl {
		width: 93%;
		font-size: 19px;
		text-align: left;
	}
	.newsDetailTxt {
		width: 93%;
		margin: 20px auto 30px;
	}
	.newsDetailBtn {
		width: 93%;
	}
	.newsDetailBtn_item {
		width: 33%;
	}
}
