.news-main {
	margin-top: 100px;
	padding-bottom: 90px;
}

.contents-heading {
	background-color: #000;
	margin-bottom: 115px;
}

.news-main .contents-heading {
	background-image: url('../images/news/news-heading-back.jpg');
	margin-bottom: 115px;
}

.news-main .contents-heading p {
	/*color: #000;*/
}


.news-kobestu__contents {
	width: 1240px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.news-flex {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 90px;
}

.news-main__date {

}

.news-main__date time {
	color: #878787;
	font-size: .17rem;
	margin-bottom: 13px;
	display: block;
}

.news-main__date h3 {
	font-size: .30rem;
	margin-bottom: 40px;
}

.news-story__text p {
    font-size: .16rem;
    line-height: 2.5;
}

.news-story__text img {
	margin-top: 36px;
}


.news-story {
	/*width: 695px;*/
	width: 58%;
	padding-right: 83px;
	box-sizing: content-box;
}


.news-side {
    width: 322px;
    width: 26.7%;
    margin-top: 135px;
}

.side-midashi {
	font-size: .17rem;
	font-family: "adobe-garamond-pro", serif;
	letter-spacing: 0.1em;
	margin-bottom: 14px;
	font-weight: 600;
}

.clearfix li {
	list-style: none;
	margin-bottom: 28px;
}

.clearfix li a {
    text-decoration: none;
    color: #000;
    font-size: .16rem;
    position: relative;
    padding-left: 11px;
    display: inline-block;
}

.clearfix li a::before {
	position: absolute;
	content: "";
	left: 0;
	top: 7px;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 90%;
	background-color: #C35427;
}

.clearfix li time {
	display: block;
}


/*アーカイブ*/
.archive-list {
	list-style: none;
	position: relative;
}

.archive-list::before {
	position: absolute;
	content: "";
	left: 0;
	top: 4px;
	margin: auto;
	width: 1px;
	height: 100%;
	background-color: #C35427;
}

.year {
	margin-bottom: 15px;
	cursor: pointer;
	font-size: .17rem;
	padding-left: 17px;
}

.month-archive-list {
	display: none;
	list-style: none;
}

.archive_head {
	position: relative;
}

.archive_head::before {

	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 1px #C35427;
	border-right: solid 1px #C35427;
	position: absolute;
	right: -35px;
	top: 9px;
	transform: rotate(45deg);
}

.archive_head.acv_open::before {
	transform: rotate(135deg);
}


.archive_head:not(.acv_open)::before {

	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 1px #C35427;
	border-right: solid 1px #C35427;
	position: absolute;
	right: -35px;
	top: 9px;
	transform: rotate(45deg);
}



.month-archive-list {
	display: none;
	list-style: none;
}

.month_li {
	margin-top: 15px;
	margin-left: 20px;
	cursor: pointer;
}

.post_list {
	display: none;
}

.post_list a {
	margin-top: 15px;
	margin-left: 15px;
	padding-left: 10px;
	display: block;
	width: calc(100% - 40px);
	text-decoration: none;
	color: #000;
}


.clearfix {
	margin-bottom: 64px;
}


/*ボタン*/
.kobestus-link-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 860px;
	max-width: 100%;
	margin: 0 auto;
}

.kobestus-link-box a {
	font-size: .17rem;
	color: #C35427;
	text-decoration: none;
}

.kobestus-link-center {
	border: solid 1px #C35427;
	width: 389px;
	max-width: 100%;
	display: inline-block;
	text-align: center;
	padding: 27px 0;
}

.kobestus-link-box>div {
	width: 161px;

}

.kobestus-link-left a,
.kobestus-link-right a {
	display: block;
	position: relative;
}

.kobestus-link-right a::before,
.kobestus-link-right a::after {
	position: absolute;
	content: '';
	top: 50%;
    right: 0;
	height: 1px;
	background-color: #C35427;
}

.kobestus-link-right a::before {
	width: 63px;
	transform: translateY(-50%);
}

.kobestus-link-right a::after {
	width: 17px;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: right center;
}

.kobestus-link-left a::before,
.kobestus-link-left a::after {
	position: absolute;
	content: '';
	top: 50%;
    left: 0;
	height: 1px;
	background-color: #C35427;
}


.kobestus-link-left a::before {
	width: 63px;
	transform: translateY(-50%) scale(-1, 1);
}

.kobestus-link-left a::after {
	width: 17px;
	transform: translateY(-50%) rotate(310deg) scale(-1, 1);
	transform-origin: right center;
    left: -18px;
}


.kobestus-link-left {
	text-align: right;
}


@media screen and (max-width:800px) {

	.news-main {
		margin-top: 0px;
	}

	.news-main .contents-heading {
		margin-bottom: 65px;
	}

	.news-kobestu__contents {
		padding: 0 43px;
	}

	.news-story {
		width: 100%;
		padding-right: 0;
	}

	.news-flex {
		flex-direction: column;
		margin-bottom: 100px;
	}

    .news-main__date h3 {
        font-size: .28rem;
        margin-bottom: 0px;
    }

	.news-main__date {
		margin-bottom: 30px;
	}

    .news-story__text p {
        font-size: .15rem;
        line-height: 2.1;
    }

	.news-story__text img {
		margin-top: 35px;
	}

	.news-side {
		width: 100%;
		background-color: #EFEFEF;
		margin-top: 80px;
		padding: 65px 44px 56px;
	}

	.side-midashi {
		font-size: .18rem;
	}

	.clearfix li a {
		font-size: .14rem;
	}

	.clearfix li time {
		margin-bottom: 5px;
	}

	.clearfix {
		margin-bottom: 53px;
	}

	.archive-list::before {
		position: absolute;
		content: "";
		left: 0;
		top: 4px;
		margin: auto;
		width: 1px;
		height: 100%;
		background-color: #C35427;
		display: none;
	}

    .year {
        margin-bottom: 0;
        padding: 13px 0;
        font-size: .18rem;
        padding-left: 0;
        border-bottom: solid 1px #C35427;
        text-align: center;
    }

	/*.year:last-of-type{
	border-bottom: none;
}*/

	.archive_head:not(.acv_open)::before {
		right: -47px;
		bottom: 0;
		margin: auto;
		top: 0px;
	}

	.archive-list {
		padding: 0 22px;
	}

    .month_li {
        margin-top: 10px;
        margin-left: 0px;
        font-size: .14rem;
        text-align: center;
    }

	.month_li .archive_head::before {
		right: -42px;
		top: 2px;
	}

	.archive_head::before {
		right: -51px;
		top: 4px;
	}



	/*ボタン*/
	.kobestus-link-box {
		flex-direction: column;
	}

	.kobestus-link-box a {
		font-size: .14rem;
	}

	.kobestus-link-center {
		width: 285px;
		padding: 19px 0;
		margin-bottom: 32px;
	}

	.kobestus-link-box>div {
		width: 141px;
	}

	.kobestus-link-left {
		text-align: right;
		margin-bottom: 34px;
	}
}



/*ニュース一覧*/
.news-list {
	width: 840px;
	max-width: 100%;
	margin: 0 auto 91px;
	padding: 0 20px;
}

.news-main-title .second-heading {
	margin-bottom: 57px;
}

.news-main-title {
	margin-bottom: 55px;
}

.news-main-title>p {
	font-size: .20rem;
	text-align: center;
	font-weight: 500;
}

.news-list a {
	text-decoration: none;
	color: #000;
	display: flex;
	border-bottom: solid 1px #B2B2B2;
	padding: 23px 20px 23px 129px;
	font-size: .17rem;
}

.news-list a div {
	width: 31%;
}

.news-list a p {
	width: 69%;
}

.news-list a:nth-of-type(1) {
	border-top: solid 1px #B2B2B2;
}


/*ページネーション*/
.wp-pagenavi {
	display: flex;
	width: 7%;
	margin: 0 auto;
	justify-content: space-between;
	width: max-content;
	margin: 0 auto;
	justify-content: space-between;
}

.wp-pagenavi a {
	text-decoration: none;
	color: #000;
	font-size: .17rem;
	padding: 0px 2px;
	margin: 0 13px;
}

.wp-pagenavi .current {
	color: #C35427;
	border-bottom: solid 1px;
	padding: 0px 2px;
	margin: 0 13px;
	font-size: .17rem;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	position: relative;
	color: #fff;
	padding: 0px 2px;
	margin: 0 13px;
	font-size: .17rem;
}

.nextpostslink::before {
	content: '';
	position: absolute;
}

.nextpostslink::before {
	position: absolute;
	left: -2px;
	top: 13.5px;
	display: block;
	content: "";
	width: 18px;
	height: 1px;
	background: #C35427;
}

.nextpostslink::after {
	position: absolute;
	left: 8px;
	top: 10px;
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #C35427;
	border-top: 1px solid #C35427;
	transform: rotate(45deg);
}

.previouspostslink:before {
	content: '';
	position: absolute;
}

.previouspostslink::before {
	position: absolute;
	left: -2px;
	top: 13.6px;
	display: block;
	content: "";
	width: 18px;
	height: 1px;
	background: #C35427;
}

.previouspostslink::after {
	position: absolute;
	left: -2px;
	top: 10.2px;
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #C35427;
	border-top: 1px solid #C35427;
	transform: rotate(230deg);
}




.under_pagination {
	margin-bottom: 50px;
}


@media screen and (min-width:801px) and (max-width:1000px) {
	.under_pagination {
		margin-bottom: 100px;
	}
}

@media screen and (max-width:800px) {

	.news-main-title .second-heading {
		margin-bottom: 35px;
	}
	
	.news-main .contents-heading {
	background-image: url('../images/news/sp-news-heading-back.jpg');
}


	.news-main-title>p {
		font-size: .18rem;
		padding: 0 39px;
		text-align: justify;
		line-height: 2;
	}

	.news-list {
		padding: 0 42px;
		margin: 0 auto 35px;
	}

	.news-main-title {
		margin-bottom: 35px;
	}

	.news-list a {
		text-decoration: none;
		display: block;
		font-size: .14rem;
		padding: 27px 11px;
	}

	.news-list a div {
		width: 100%;
		margin-bottom: 6px;
	}

	.news-list a p {
		width: 100%;
		font-size: .15rem;
	}


	/*ページネーション*/
	.wp-pagenavi a {
		font-size: .14rem;
	}

	.nextpostslink::before {
		left: -7px;
		top: 11.5px;
	}

	.nextpostslink::after {
		left: 3px;
		top: 8px;
	}

    .under_pagination {
        margin-bottom: 0;
    }

}