ul.news_list{
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 20px;
	max-width: 900px;
	margin: 0 auto;
}
ul.news_list li{
	position: relative;
	width: calc(100% / 3 - 27px);
	margin: 0 40px 40px 0;
}
section.news ul.news_list li:nth-child(3n){
	margin-right: 0;
}
ul.news_list li .textarea{
	padding: 10px 0 20px;
}
ul.news_list li .textarea p{
	font-size: 15px;
}
ul.news_list li .figarea{
	position: relative;
}
ul.news_list li .figarea .new{
	position: absolute;
	bottom: 0;
	background: #ffe900;
	font-size: 13px;
	padding: 2px 10px;
} 
ul.news_list li .textarea .date{
	color: #808080;
	font-weight: 100;
}
ul.news_list li .textarea .ttl{
	margin-bottom: 5px;
	min-height: 5rem;
}
ul.news_list li .textarea .cat{
	display: inline-block;
	background: #e6e6e6;
	font-size: 13px;
	padding: 3px 10px;
}
ul.news_list li a:hover .textarea .ttl{
	color: #329637;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
@media screen and (max-width: 620px) {
	section.news.bg_lightgreen{
		background: transparent;
	}
	ul.news_list{
		margin-bottom: 0;
	}
	section.news ul.news_list li{
		width: calc(100% / 2 - 10px);
		max-width: 275px;
		margin: 0 20px 40px 0;
	}
	section.news ul.news_list li:nth-child(3n){
		margin-right: 20px;
	}
	section.news ul.news_list li:nth-child(2n){
		margin-right: 0;
	}
	ul.news_list li .textarea{
		padding: 10px 0 0;
	}
	ul.news_list li .textarea p{
		font-size: 13px;
	}
	ul.news_list li .textarea .cat{
		font-size: 10px;
	}
}

section.content > .flex{
	align-items: flex-start;
}
section.content article{
	width: calc(100% - 320px)
}
section.content .sidenav{
	width: 280px;
	margin-left: 40px;
}
section.content .sidenav ul{
	border-top: 1px solid;
}
section.content .sidenav ul li{
	border-bottom: 1px solid;
	position: relative;
}
section.content .sidenav ul li a:after{
	content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
section.content .sidenav ul li a{
	padding: 20px 15px;
}
section.content .sidenav ul li a:hover{
	background: #329637;
	color: #fff;
	transition: .3s;
}
article p{
	line-height: 1.9;
	font-weight: lighter;
	margin-bottom: 40px;
}
article p.tag{
	font-size: 13px;
	padding: 3px 10px;
	background: #e6e6e6;
	display: inline-block;
	margin-bottom: 10px;
}
article h1{
	text-align: left;
	font-size: 28px;
	margin-bottom: 10px;
}
article p.date{
	color: #329637;
	font-size: 15px;
	margin-top: 15px;
}
article .textarea h2{
	font-size: 18px;
	border-bottom: 2px solid #329637;
	font-weight: lighter;
	margin-bottom: 40px;
	padding-bottom: 5px;
}
article .textarea h3{
	font-size: 18px;
	padding: 7px 15px;
	background: #f2f2f2;
	font-weight: lighter;
	margin-bottom: 30px;
}
article .textarea h4{
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 30px;
	border-left: 6px solid #4f9344;
    padding-left: 1.2rem;
}
article .textarea img{
	margin-bottom: 15px;
}
blockquote{
	background: #f2f2f2;
	padding: 30px 40px;
	margin-bottom: 30px;
}
blockquote p{
	margin-bottom: 0;
}
blockquote a{
	color: #329637;
	text-decoration: underline;
	text-decoration-color: #329637;
	display: inline;
}
article hr{
	background-color: #b4b4b4;
	margin-bottom: 20px;
}
.figure{
	margin-bottom: 40px;
}
.half_box{
	margin-bottom: 40px;
}
.half_box > *{
	width: calc(100% / 2 - 10px)
}
.half_box figure{
	margin-right: 20px;
}
article ul{
	list-style: disc;
	padding-left: 1.5rem;
	margin-bottom: 40px;
}
article ul li{
	list-style-type: disc;
	font-weight: lighter;
}
article div.products a{
	display: flex;
	align-items: center;
	padding: 20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
article div.products a:hover{
	background: #fafaf2;
	transition: .3s;
}
article div.products:not(:last-child){
	margin-bottom: 30px;
}
article div.products figure{
	max-width: 220px;
	width: 40%;
	margin-right: 30px;
}
article div.products p{
	margin-bottom: 0;
	line-height: 1.6;
}
article div.products p.maker{
	font-size: 13px;
}
article div.products p.number{
	font-size: 13px;
	color: #808080;
}
article div.products p.price{
	font-size: 20px;
	color: #d21923;
}
article div.products p.tax{
	font-size: 13px;
}
@media screen and (max-width: 1000px) {
	section.content article{
		width: calc(100% - 250px);
	}
	section.content .sidenav{
		width: 220px;
		margin-left: 30px;
	}
	section.content .sidenav ul li a{
		padding: 15px;
		font-size: 90%;
	}
}
@media screen and (max-width: 780px) {
	section.content > .flex{
		flex-direction: column;
	}
	section.content article{
		width: 100%;
		margin-bottom: 60px;
	}
	section.content .sidenav{
		width: 100%;
		margin-left: 0;
	}
}

.pagenav{
	margin: 60px auto 0;
	justify-content: center;
}
.pagenav .previous,
.pagenav .next{
	position: relative;
	background: #329637;
    color: #fff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
}
.pagenav .previous{
	margin-right: 2rem;
}
.pagenav .next{
	margin-left: 2rem;
}
.pagenav .previous:after,
.pagenav .next:after{
	content: '';
	position: absolute;
    right: 1rem;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pagenav .previous:after{
	left: 1rem;
	-webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.pagenav .non{
	background: #eeedeb;
	color: #b4b4b4;
}
.pagenav .previous a,
.pagenav .next a{
	display: block;
	width: 100%;
	color: transparent; /*擬似要素で矢印表現のため*/
}
.pagenav ul.page-numbers{
	display: flex;
}
.pagenav ul.page-numbers li{
	margin: 0 2rem;
}
.pagenav ul.page-numbers li a,
.pagenav ul.page-numbers li span,
p.current{
	font-size: 1.4rem;
	vertical-align: top;
}
.pagenav ul.page-numbers li .current,
p.current{
	color: #329637;
}

/*特集用*/
section.pickup ul.news_list li{
	width: calc(100% / 2 - 10px);
	background: #fff;
	margin: 0 20px 30px 0;
}
section.pickup ul.news_list li:nth-child(2n){
	margin-right: 0;
}
section.pickup ul.news_list li .textarea{
	padding: 10px 20px;
}
section.pickup ul.news_list li .textarea .ttl{
	min-height: 0;
}
@media screen and (max-width: 520px) {
	section.pickup ul.news_list li{
		width: 100%;
		margin-right: 0;
	}