/* --------------- content --------------- */

.content {
	padding: 50px 0 100px 0;
}

.ofh {
	overflow: hidden;
}

.news_detail {
	margin-top: 50px;
	padding: 0 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.newsBtn_list {
	width: 100%;
}

.newsBtn_list li {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 20px;
}

.newsBtn_list li a {
	display: block;
	color: #414141;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 6px 35px;
	padding: 7px 35px 5px 35px\0;
	border: 1px solid #223a70;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.newsBtn_list li a.current_btn {
	background: #223A70;
	color: #FFFFFF;
}

.newsBtn_list li a:hover {
	background: #223A70;
	color: #FFFFFF;
}

.news_list {
	width: 100%;
	margin-top: 30px;
	margin-bottom: -44px;
	overflow: hidden;
}

.news_list li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	padding-bottom: 60px;
	margin-bottom: 40px;
	font-size: 1.6rem;
	box-sizing: border-box;
	border-bottom: 1px solid #DFDFDF;
	position: relative;
}

.news_list li.fixed .news_tit{
	background: url(../img/ico_fixed.png) no-repeat left top 4px;
	padding-left: 20px;
	box-sizing: border-box;
}

.news_list li:nth-child(3n) {
	margin-right: 0;
}
.news_list li::after{
	content: "";
	width: 50%;
	position: absolute;
	bottom: -1px;
	right: -50%;
	height: 1px;
	background-color: #DFDFDF;
}

.news_img{
	width: 100%;
	max-width: 335px;
	border: 1px solid #afafaf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
}
.news_img img{
	display: block;
}
.news_img img.news_thumb{
	position: absolute;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.news_date {
	width: 120px;
	margin: 0 0 20px 0;
	color: #FFFFFF;
	background: #223a70;
	padding: 5px 0;
	text-align: center;
}

.news_tit a {
	color: #414141;
	font-weight: bold;
	text-decoration: underline;
}

.news_tit a:hover {
	text-decoration: none;
}

.news_txt {
	color: #414141;
	font-size: 1.4rem;
	line-height: 2;
	margin-top: 10px;
}

.news_class {
	margin-top: 10px;
}

.news_class a {
	display: inline-block;
	padding: 3px 18px;
	color: #414141;
	font-size: 1.4rem;
	font-weight: bold;
	border: 1px solid #223a70;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


/* --------------- detail --------------- */

.detail_inner {
	padding: 0 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.detail_tit {
	color: #223a70;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 6px;
	text-align: center;
}

.detail_date {
	color: #223a70;
	font-size: 1.6rem;
	text-align: center;
	margin: 10px auto 30px auto;
}

.detail_content {
	width: 100%;
	font-size: 1.6rem;
	color: #414141;
	line-height: 1.875;
}

.detail_content figure{
	margin: 1em auto;
}

.detail_txt {
	margin-bottom: 30px;
}

.detail_content a {
	color: #414141;
	font-weight: bold;
	text-decoration: underline;
}

.detail_content a.wp-block-button__link {
	padding-right: 30px;
	background: url(../img/bg_button.png) no-repeat right center;
}

.detail_content a:wp-block-button__link {
	text-decoration: none;
}

.detail_class {
	margin-top: 50px;
}

.detail_class a {
	display: inline-block;
	padding: 6px 36px;
	padding: 7px 36px 5px 36px\0;
	color: #414141;
	font-size: 1.6rem;
	font-weight: bold;
	border: 1px solid #223a70;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.pagelist {
	position: relative;
	z-index: 2;
	padding: 5% 0;
	text-align: center;
	color: #223a70;
}

.pagelist a, .pagelist .current {
	display: inline-block;
	min-width: 16px;
	padding: 0 10px;
	margin: 0 2px 2px;
	font-size: 1.6rem;
	line-height: 2.5;
	color: #223a70;
	border: 1px solid #223a70;
}

.pagelist .current {
	color: rgb(255, 255, 255);
	background: #223a70;
}

@media only screen and (max-width: 1220px) {
	/* --------------- content --------------- */
	.news_detail {
		padding: 0 20px;
	}
	.newsBtn_list li a.current_btn:hover {
		background: #223A70;
		color: #FFFFFF;
	}
	.newsBtn_list li a:hover {
		background: #FFFFFF;
		color: #414141;
	}
	.news_list li {
		width: 32%;
		margin-right: 2%;
	}
	.news_tit a:hover {
		text-decoration: underline;
	}
	/* --------------- detail --------------- */
	.detail_inner {
		padding: 0 20px;
	}
	.detail_tit {
		letter-spacing: 4px;
	}
	.detail_content a:hover {
		text-decoration: underline;
	}
}

@media only screen and (max-width: 1023px) {
	/* --------------- content --------------- */
	.newsBtn_list li {
		margin-right: 15px;
	}
	.newsBtn_list li a {
		padding: 6px 25px;
	}
	/* --------------- detail --------------- */
	.detail_tit {
		font-size: 2.4rem;
	}
}
@media only screen and (max-width: 768px) {
	/* --------------- content --------------- */
	.news_list {
		width: 100%;
		max-width: 335px;
		margin:30px auto 0 auto;
	}
	.news_list li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.news_list li:last-of-type {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	/* --------------- content --------------- */
	.content {
		padding: 30px 0 60px 0;
	}
	.news_detail {
		margin-top: 30px;
		padding: 0;
	}
	.newsBtn_list {
		width: 100%;
	}
	.newsBtn_list li {
		margin-bottom: 10px;
	}
	.newsBtn_list li a {
		font-size: 1.4rem;
		padding: 3px 20px;
	}
	.news_list {
		width: 100%;
		margin-top: 25px;
	}
	.news_list li {
		font-size: 1.4rem;
	}
	.news_img{
		margin-bottom: 15px;
	}
	.news_date {
		width: 100px;
		margin: 0 0 15px 0;
	}
	.news_txt {
		font-size: 1.3rem;
	}
	.news_class a {
		padding: 3px 15px;
		font-size: 1.2rem;
	}
	/* --------------- detail --------------- */
	.detail_inner {
		padding: 0;
	}
	.detail_tit {
		font-size: 2rem;
		letter-spacing: 2px;
	}
	.detail_date {
		font-size: 1.4rem;
		margin: 10px auto 20px auto;
	}
	.detail_content {
		font-size: 1.4rem;
	}
	.detail_txt {
		margin-bottom: 20px;
	}
	.detail_class {
		margin-top: 30px;
	}
	.detail_class a {
		padding: 3px 20px;
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 480px) {
	
	
}