button {
	outline: transparent;
	cursor: pointer;
}

button:hover {
	opacity: .5;
}

.news_content {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 160px 0;
}

.news_title {
	padding-bottom: 30px;
}

.news_title h3 {
	font-size: 20px;
}

.news_title span {
	width: 240px;
	display: block;
	border-bottom: solid 2px #5AA6A1;
}

.news_title p {
	font-size: 12px;
}

.news_img {
	margin: 0 auto 50px;
	max-height: 400px;
	width: 100%;
	height: 100%;
}

.news_img img {
	width: 100%;
	height: 100%;
	max-height: 400px;
	object-fit: contain;
}

/* 新着情報テキスト内容 */
.news_text {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	padding-bottom: 50px;
	overflow-wrap: normal;
}

.news_text p {
	overflow-wrap: normal;
	font-size: 16px;
	line-height: 1.75;
}

/* ボタン */
.news_button {
	width: 100%;
	position: relative;
}

.news_main button {
	width: 336px;
	/* padding: 10px 0; */
	font-size: 18px;
	border-radius: 10px;
	border-style: solid;
}

.news_main button a {
	display: block;
	padding: 10px 0;
}

#past {
	color: #5AA6A1;
	border-color: #5AA6A1;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
}

#next {
	color: #FFFFFF;
	background-color: #5AA6A1;
	border-color: #5AA6A1;
	position: absolute;
	right: 0;
}

/* 過去の記事 */
#news {
	background-color: #A9D8D6;
	padding: 30px 0;
}

#news>h2.headline>span.title_parts {
	border-left: 2px solid #5A4E4B;
	border-right: 2px solid #5A4E4B;
}

#news>h2.headline>span.english {
	color: #ffffff;
}

#news>ul.news_list {
	width: 1000px;
	margin: 30px auto;
	padding: 20px 130px;
	background-color: #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
}

#news>ul.news_list>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px auto;
	word-break: break-all;
}

#news>ul.news_list>li>div {
	margin: 0;
}

#news>ul.news_list>li>div.date {
	width: 150px;
	padding: 0 10px 0 0;
}

#news>ul.news_list>li>div.text {
	width: calc(100% - 160px);
}

.text a {
	color: #434343;
}

.past_article {
	width: 336px;
	margin: 0 auto;
}

.past_article button {
	width: 100%;
	background-color: #F7FAFA;
	/* border-color: #5AA6A1; */
	color: #5AA6A1;
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
	border: none;
}

.new_article {
	padding-top: 70px;
	width: 336px;
	margin: 0 auto;
}

.new_article button {
	width: 100%;
	background-color: #FFFFFF;
	border-color: #5AA6A1;
	color: #5AA6A1;
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
	border-style: solid;
}

.this {
	background-color: #5AA6A2;
	color: #FFFFFF;
	border: 1px #5AA6A2 solid !important;
}

.list_back {
	margin-right: 6px;
}

.list_next {
	margin-left: 6px;
}

#next a {
	color: #FFFFFF !important;
}

@media screen and (max-width: 999px) {
	.news_main .breadcrumbs ul {
		width: 90%;
		margin: auto;
	}

	.news_content {
		width: 90%;
	}

	.news_text p {
		font-size: 14px;
	}

	.news_text {
		width: 100%;
	}

	#news>ul.news_list {
		width: 90%;
		padding: 20px 30px;
	}

	.list_number_top {
		width: 90%;
	}
}

@media screen and (max-width: 900px) {
	.news_title h3 {
		font-size: 18px;
	}

	#next {
		margin-bottom: 20px;
	}

	#news>ul.news_list {
		padding: 10px;
	}

	#news>ul.news_list>li {
		display: block;
		margin: 20px auto;
	}

	#news>ul.news_list>li>div.date {
		width: 100%;
		padding: 0;
	}

	#news>ul.news_list>li>div.text {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	#news>ul.news_list>li>div.date {
		font-size: 12px;
	}

	#news>ul.news_list>li>div.text {
		font-size: 14px;
	}

	.news_content {
		padding: 80px 0;
	}

	.news_button {
		height: 140px;
	}

	#past {
		margin-bottom: 20px;
		left: 50%;
		right: 50%;
		transform: translateX(-50%);
	}

	#next {
		left: 50%;
		right: 50%;
		transform: translateX(-50%);
		top: 80px;
	}
}

@media screen and (max-width: 760px) {
	.news_img {
		width: 100%;
		height: 100%;
		background: none;
	}

	.news_img img {
		width: 100%;
		max-height: 250px;
	}
}

@media screen and (max-width: 374px) {
	.news_main button {
		max-width: 290px;
	}

	.past_article {
		width: 80%;
	}

	.new_article {
		width: 80%;
	}
}

/* ページネイション */
.list_number_top {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 15px 0;
}

.list_number_top ul {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.list_number_top li {
	display: inline;
	padding: 3px 9px;
	margin: 0 4px;
	font-size: 12px;
	border: 1px #434343 solid;
	border-radius: 5px / 5px;
}

.list_number_top ul li a,
.list_number ul li a {
	color: #434343;
}

.list_number_top span {
	padding-right: 60px;
}

.list_number {
	padding-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list_number ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.list_number li {
	display: inline;
	padding: 3px 9px;
	margin: 0 4px;
	font-size: 12px;
	border: 1px #434343 solid;
	border-radius: 5px / 5px;
}

.this {
	background-color: #707070;
	color: #FFFFFF;
	border: 1px #5AA6A2 solid !important;
}

#list_back {
	margin-right: 6px;
}

#list_next {
	margin-left: 6px;
}