@charset "utf-8";
.content_area.news .news_nopost{
	min-height: 260px;
}

/* カテゴリー選択エリア */
/* .content_area.news .news_btn_wrap {
	margin: 40px auto 100px;
}

.content_area.news .news_btn_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.content_area.news .news_btn_item {
	display: block;
	margin-right: 6.2%;
}

.content_area.news .news_btn_item:first-child {
	margin-left: 0;
}

.content_area.news .news_btn_item:last-child {
	margin-right: 0;
}

.content_area.news .news_btn_item a {
	display: block;
	text-align: center;
	text-decoration: none;
	max-width: 100%;
	padding: 15px 0 15px 0;
	transition: all 0.3s ease;
	position: relative;
}


.content_area.news .news_btn_item a.active {
	color: #2e64b3;
}

.content_area.news .news_btn_item a.active:after {
	content: '';
	width: 17px;
	height: 8px;
	border: 0px;
	background: url(../img/arrow_b_blue.svg) no-repeat center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.3s;
}

.content_area.news .news_btn_item a:hover {
	color: #2e64b3;
	transition: all .3s ease;
}

.content_area.news .news_btn_item a:hover:after {
	content: '';
	width: 17px;
	height: 8px;
	border: 0px;
	background: url(../img/arrow_b_blue.svg) no-repeat center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.3s;
}

.content_area.news .news_btn_item h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	line-height: 1.0;
	letter-spacing: 0.2em;
	font-weight: 700;
} */
.news_btn_item a {
	display: block;
	text-align: center;
	text-decoration: none;
	border: 3px solid #e5e5e5;
	background: #fff;
	padding: 15px 0;
	transition: all 0.3s ease;
}

.news_btn_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 120px auto;
}

.news_btn_item a:hover {
	background: #e5e5e5;
	transition: all 0.3s ease;
}

.news_btn_item a.current {
	background: #e5e5e5;
}

.news_btn_item {
	width: 18.5%;
	margin-right: 2%;
/* 	    width: 210px;
	    margin-right: 20px; */
}

.news_btn_item:last-child {
	margin-right: 0;
}

.news_btn_item h3 {
	/* font-family: 'Noto Serif JP', serif; */
	font-size: 2.0rem;
	font-weight: 700;
}

.news_btn_item a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 15px 0;
	transition: all 0.3s;
	position: relative;
}

.news_btn_item .link_btn {
	margin: 0 auto;
}


/* ニュース一覧 */

.content_area.news .news_list {
	margin: auto;
	padding: 0;
	background: #fff;
	width: 100%;
}

.content_area.news .news_list::-webkit-scrollbar {
	display: none;
}

.content_area.news .news_list::-webkit-scrollbar-track {
	display: none;
}

.content_area.news .news_list::-webkit-scrollbar-thumb {
	display: none;
}

.content_area.news .news_list li {
	position: relative;
	margin-bottom: 33px;
	border-bottom: 1px solid #e5e5e5;
}

.content_area.news .news_date {
	font-weight: 500;
	display: block;
	line-height: 1.0;
	font-size: 1.6rem;
}

.content_area.news .news_title {
	display: block;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	margin: 4px auto 9px auto;
}

.content_area.news .news_list a {
	color: #222;
	display: inline-block;
	transition: all .3s;
	text-decoration: none;
}

.content_area.news .news_list a:hover {
	color: #2e64b3;
}

.content_area.news .news_list li .news_cate {
	min-width: 140px;
	text-align: center;
	display: inline-block;
	padding: 7px 10px;
	background: #4d73bb;
	border: none;
	color: #fff;
	margin-bottom: 10px;
}

/* archive.php */

/* single.php */
.single .content_area a[target="_blank"] {
	padding-right: 20px;
	background: url(../img/popup.svg) no-repeat bottom 3px right;
}

.single .content_area a[href$=".pdf"] {
	padding-right: 20px;
	background: url(../img/icon_pdf.svg) no-repeat bottom 3px right;
}

.single .content_area a[href$=".doc"],
a[href$=".docx"] {
	padding-right: 20px;
	background: url(../img/icon_word.svg) no-repeat bottom 3px right;
}

.single .content_area a[href$=".xls"],
a[href$=".xlsx"] {
	padding-right: 20px;
	background: url(../img/icon_excel.svg) no-repeat bottom 3px right;
}

.single .content_area.news .news_wrap {
	margin: 120px 0;
}

.single .single_content h1 {
	font-size: 2.2rem;
	font-weight: 500;
	margin: 20px 0 15px;
}

.single .single_content h2 {
	font-size: 2.0rem;
	font-weight: 500;
	margin: 20px 0 10px;
}

.single .single_content h3 {
	font-size: 1.8rem;
	font-weight: 500;
	margin: 15px 0 10px;
}

.single .single_content h4 {
	font-size: 1.6rem;
	font-weight: 500;
	margin: 15px 0 10px;
}

.single .single_content ul {
	list-style: inside;
	list-style-type: disc;
}

.single .single_content ol {
	list-style: inside;
	list-style-type: decimal;
}

.single .news_result_area {
	margin: 0 0 120px;
}

.single .news_cate {
	min-width: 140px;
	text-align: center;
	display: inline-block;
	line-height: 1.0;
	padding: 7px 10px;
	background: #4d73bb;
	border: none;
	color: #fff;
	margin-bottom: 10px;
}

.single .single_link_wrap {
	margin: 60px auto 0;

}

.single .news_title {
	margin-top: 45px;
	margin-bottom: 37px;
}

.single .news_title h2 {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: left;
	display: block;
	line-height: 1.6;
	margin: 4px auto 20px auto;
}

.single .news_result_area p {
	line-height: 1.875em;
}

.single .news_result_area .aligncenter {
	display: block;
	margin: auto;
}

.single .news_result_area .alignright {
	display: block;
	margin-left: auto;
}

.single .news_result_area figure.gallery-item {
	margin: 1.6rem auto;
}

.single .news_result_area .gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content_area .entry-content {
	overflow: hidden;
}

.content_area .alignright,
.content_area img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 4px;
}

.content_area .alignleft,
.content_area img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}

.content_area .aligncenter,
.content_area img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* .single .sidebar_area */


@media screen and (max-width: 767px) {
/* 	.page_header.no_img {
		padding-top: 65px;
	} */
	.content_area.news .news_nopost {
		min-height: 150px;
	}

	/* カテゴリー選択エリア */
	/* .content_area.news .news_btn_wrap {
		margin: 0 auto 50px;
	}

	.content_area.news .news_btn_list {
		margin: auto;
		max-width: 100%;
		justify-content: center;
	}

	.content_area.news .news_btn_item {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.content_area.news .news_btn_item:nth-child(2n) {
		margin-right: 0;
	}

	.content_area.news .news_btn_item:last-child {
		width: auto;
		min-width: 49%;
	}

	.content_area.news .news_btn_item a {
		padding: 15px 0;
	}

	.content_area.news .news_btn_item h3 {
		font-size: 2.0rem;
	} */
	.news_btn_list {
		margin: 60px auto;
	}

	.news_btn_item {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.news_btn_item:nth-child(2n) {
		margin-right: 0;
	}

	.news_btn_item h3 {
		font-size: 1.6rem;
	}

	.news_btn_item a {
		padding: 10px 0;
	}

	/* ニュース一覧エリア */
	.content_area.news #news_wrap {
		padding: 60px 0;
	}

	.content_area.news #sec_news {
		padding: 50px 0 0 0;
	}

	.content_area.news .news_list li {
		margin-bottom: 25px;
		padding-bottom: 10px;
	}

	.content_area.news .news_list li:last-child {
		margin-bottom: 0;
	}

	.content_area.news .news_date {
		font-size: 1.3rem;
	}

	.content_area.news .news_sec_inner {
		margin: 0 auto;
	}

	.content_area.news .news_cate {
		font-size: 1.3rem;
		padding: 4px 10px;
	}

	.content_area.news .news_title {
		font-size: 1.6rem;
		margin: 5px auto 8px;
	}

	.content_area.news .news_list .link_btn {
		text-align: center;
	}

	.content_area.news #menu nav>ul {
		display: block;
	}

	.content_area.news .header_txt {
		left: 45px;
		top: 170px;
		font-size: 100%;
	}

	.content_area.news #page_top_h1 {
		bottom: 60px;
		max-width: 100%;
		top: 200px;
		font-size: 200%;
	}

	.content_area.news .news_bg {
		width: 100%;
		height: 300px;
	}

	.content_area.news .news_sec_inner .top_ttl {
		margin-bottom: 30px;
	}

	.content_area.news .news_box {
		padding-top: 300px;
	}

	/* archive.php */

	/* single.php */
	.single .single_content h1 {
		font-size: 1.8rem;
		margin: 35px 0 10px;
	}

	.single .single_content h2 {
		font-size: 1.7rem;
		margin: 30px 0 10px;
	}

	.single .single_content h3 {
		font-size: 1.6rem;
		font-weight: 500;
		margin: 25px 0 8px;
	}

	.single .single_content h4 {
		font-size: 1.4rem;
		margin: 25px 0 8px;
	}

	.single .content_area.news .news_wrap {
		margin-bottom: 40px;
	}

	.single .news_result_area {
		margin: 0 0 60px;
	}


	.single .news_title {
		margin-top: 35px;
		margin-bottom: 27px;
	}

	.single .news_title h2 {
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 1.5em;
	}

	.content_area .alignright,
	.content_area img.alignright {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.content_area .alignleft,
	.content_area img.alignleft {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}