.news_post_list {
	margin: 40px 0 0;
}
.news_post_list li {
	float: left;
	width: 49%;
	margin: 0 0 20px 2%;
}
.news_post_list li:nth-child(2n+1) {
	margin: 0 0 20px;
}
.news_post_list li a {
	display: block;
	width: 100%;
}
.news_post_list li a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.larger,.smaller {
	/* display: none; */
}
@media only screen and (min-width: 641px) {
	.news_post_list {
		margin: 60px 0 0;
	}
	.news_post_list li {
		width: 18%;
		margin: 0 0 20px 2.5%;
	}
	.news_post_list li:nth-child(2n+1) {
		margin: 0 0 20px 2.5%;
	}
	.news_post_list li:nth-child(5n+1) {
		margin: 0 0 20px;
	}
	.larger,.smaller {
		display: inline;
	}
}
/*
ページャー
*/
.page_nav_wrap {
	margin: 50px 0 0;
}
.page_nav_wrap .wp-pagenavi {
	text-align: center;
}
.page_nav_wrap .wp-pagenavi .pages {
	display: none;
}
.page_nav_wrap .wp-pagenavi .extend {
	display: none;
}
.page_nav_wrap .wp-pagenavi span.current {
	border: none;
	border-color: transparent;
	border-top: solid #000 1px;
	border-left: solid #000 1px;
	border-bottom: solid #000 1px;
	background: #000;
	color: #fff;
}
.page_nav_wrap .wp-pagenavi a.current {
	border: none;
	border-color: transparent;
	border-top: solid #000 1px;
	border-left: solid #000 1px;
	border-bottom: solid #000 1px;
	background: #000;
	color: #fff;
}
.page_nav_wrap .wp-pagenavi a,.page_nav_wrap .wp-pagenavi span {
	border: none;
	margin: 0;
	padding: 8px 12px;
	border-top: solid #000 1px;
	border-left: solid #000 1px;
	border-bottom: solid #000 1px;
	font-size: 16px;
	transition: all .5s ease-out;
}
.page_nav_wrap .wp-pagenavi a:hover,.page_nav_wrap .wp-pagenavi span:hover {
	border: none;
	border-color: transparent;
	border-top: solid #000 1px;
	border-left: solid #000 1px;
	border-bottom: solid #000 1px;
	background: #000;
	color: #fff;
	transition: all .3s ease-out;
}
.page_nav_wrap .wp-pagenavi a:nth-child(2) {
	/* border-radius: 5px 0 0 5px; */
	border-right: solid #000 1px;
}
.page_nav_wrap .wp-pagenavi a:last-child {
	/* border-radius: 0 5px 5px 0; */
	border-right: solid #000 1px;
}
.page_nav_wrap .wp-pagenavi a.previouspostslink {
	display: none;
	/* background: url(../images/news/prev_01.svg) no-repeat center center;
	background-size: 13px 20px; */
}
.page_nav_wrap .wp-pagenavi a.first {
	background: url(../images/news/prev_02.svg) no-repeat center center;
	background-size: 18px 21px;
}
.page_nav_wrap .wp-pagenavi a.nextpostslink {
	display: none;
	/* background: url(../images/news/next_01.svg) no-repeat center center;
	background-size: 13px 20px; */
}
.page_nav_wrap .wp-pagenavi a.last {
	background: url(../images/news/next_02.svg) no-repeat center center;
	background-size: 18px 21px;
}
.page_nav_wrap .wp-pagenavi a.previouspostslink:hover {
	display: none;
	/* background: #000 url(../images/news/prev_01_on.svg) no-repeat center center;
	background-size: 13px 20px; */
}
.page_nav_wrap .wp-pagenavi a.first:hover {
	background: #000 url(../images/news/prev_02_on.svg) no-repeat center center;
	background-size: 18px 21px;
}
.page_nav_wrap .wp-pagenavi a.nextpostslink:hover {
	display: none;
	/* background: #000 url(../images/news/next_01_on.svg) no-repeat center center;
	background-size: 13px 20px; */
}
.page_nav_wrap .wp-pagenavi a.last:hover {
	background: #000 url(../images/news/next_02_on.svg) no-repeat center center;
	background-size: 18px 21px;
}
@media only screen and (min-width: 1025px) {
	.page_nav_wrap .wp-pagenavi a,.page_nav_wrap .wp-pagenavi span {
		padding: 15px 20px;
		font-size: 24px;
	}
}
/*
個別ページ
*/
.post_wrap {
	margin: 50px 0 0;
}
.post_box {
	margin: 0 0 30px;
	border-bottom: solid #000 1px;
}
.post_sidebar {
}
.single_news_ttl {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.post_content p {
	font-size: 14px;
	line-height: 1.5;
}
.post_content p img {
	display: block;
	margin: auto;
}
.post_content h1 {
	margin: 5px 0 10px;
	font-size: 24px;
	font-weight: bold;
}
.post_content h2 {
	margin: 5px 0 10px;
	font-size: 22px;
	font-weight: bold;
}
.post_content h3 {
	margin: 5px 0 10px;
	font-size: 20px;
	font-weight: bold;
}
.post_content h4 {
	margin: 5px 0 10px;
	font-size: 18px;
	font-weight: bold;
}
.post_content h5 {
	margin: 5px 0 10px;
	font-size: 16px;
	font-weight: bold;
}
.post_content h6 {
	margin: 5px 0 10px;
	font-size: 14px;
	font-weight: bold;
}
.sidebar_ttl {
	margin: 0 0 30px;
	font-size: 16px;
	font-weight: bold;
}
.sidebar_cat_list li,.new_posts_list li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	line-height: 1.5;
	border-bottom: solid #000 1px;
	font-size: 14px;
}
.new_posts_list {
	margin: 0 0 40px;
}
.new_posts_list li:last-child,.sidebar_cat_list li:last-child {
	border-bottom: none;
}
.post_pagenation {
	margin: 50px 0;
	text-align: center;
}
.single_link {
	display: inline-block;
}
.post_prev {
	float: left;
}
.post_prev a {
	display: block;
	min-width: 50px;
	padding: 15px 0;
	border-radius: 5px 0 0 5px;
	border-left: solid #000 1px;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	text-align: center;
	transition: all .5s ease-out;
}
.post_prev a:hover {
	background: #000;
	color: #fff;
	transition: all .3s ease-out;
}
.post_prev a:before {
	content: '　';
	background: url(../images/news/prev_01.svg) no-repeat center center;
	background-size: 9px 18px;
}
.post_prev a:hover:before {
	background: url(../images/news/prev_01_on.svg) no-repeat center center;
	background-size: 9px 18px;
}
.post_next {
	float: left;
}
.post_next a {
	display: block;
	min-width: 50px;
	padding: 15px 0;
	border-radius: 0 5px 5px 0;
	border-top: solid #000 1px;
	border-right: solid #000 1px;
	border-bottom: solid #000 1px;
	text-align: center;
	transition: all .5s ease-out;
}
.post_next a:hover {
	background: #000;
	color: #fff;
	transition: all .3s ease-out;
}
.post_next a:before {
	content: '　';
	background: url(../images/news/next_01.svg) no-repeat center center;
	background-size: 9px 18px;
}
.post_next a:hover:before {
	background: url(../images/news/next_01_on.svg) no-repeat center center;
	background-size: 9px 18px;
}
.list_back {
	float: left;
}
.list_back a {
	display: block;
	padding: 15px 10px;
	border: solid #000 1px;
	text-align: center;
	transition: all .5s ease-out;
}
.list_back a:hover {
	background: #000;
	color: #fff;
	transition: all .3s ease-out;
}
.link_online {
	margin: 40px 0 0;
 }
.link_online a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 15px 0;
	border: solid 1px #000;
	border-radius: 3px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 45px;
}
.link_online svg {
	margin: 0 0 0 10px;
}
@media only screen and (min-width: 641px) {
	.post_box {
		float: left;
		width: 65%;
		padding: 0 50px 0 0;
		border-bottom: none;
		border-right: solid #000 1px;
	}
	.post_sidebar {
		float: left;
		width: 35%;
		padding: 0 0 0 50px;
	}
	.link_online {
		margin: 80px auto 55px;
		width: 100%;
	}
	.link_online a {
		font-size: 18px;
		font-weight: bold;
		display: block;
		width: 100%;
		padding: 20px 0;
		border: solid 1px #000;
		border-radius: 5px;
		box-sizing: border-box;
		text-align: center;
		transition: all 0.5s ease-out;
	}
	.link_online a:hover {
		background: #000;
		color: #fff;
		transition: all 0.3s ease-out;
	}
}
@media only screen and (min-width: 1025px) {
	.post_wrap {
		margin: 120px 0 0;
	}
	.single_news_ttl {
		font-size: 26px;
	}
	.post_content p {
		font-size: 16px;
	}
	.post_content h1 {
		font-size: 26px;
	}
	.post_content h2 {
		font-size: 24px;
	}
	.post_content h3 {
		font-size: 22px;
	}
	.post_content h4 {
		font-size: 20px;
	}
	.post_content h5 {
		font-size: 18px;
	}
	.post_content h6 {
		font-size: 16px;
	}
	.sidebar_ttl {
		font-size: 20px;
	}
	.sidebar_cat_list li,.new_posts_list li {
		font-size: 16px;
	}
}
@media only screen and (min-width: 1081px) {
	.single_link > div {
		width: 206px;
	}
	.post_prev a:before {
		padding: 0 0 0 25px;
		content: '前の記事';
		background: url(../images/news/prev_01.svg) no-repeat left center;
		background-size: 9px 18px;
	}
	.post_prev a:hover:before {
		background: url(../images/news/prev_01_on.svg) no-repeat left center;
		background-size: 9px 18px;
	}
	.post_next a:before {
		padding: 0 25px 0 0;
		content: '次の記事';
		background: url(../images/news/next_01.svg) no-repeat right center;
		background-size: 9px 18px;
	}
	.post_next a:hover:before {
		background: url(../images/news/next_01_on.svg) no-repeat right center;
		background-size: 9px 18px;
	}
}
