

.wrap_blog {
	width: 900px;
	margin: auto;
}
.wrap_blog h2 {
    margin: 0 auto 20px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #386d40;
}
.blog_date {
    font-size: 14px;
}
.blog_content {
	display: flex;
    justify-content: space-between;
}
.blog_list {
	padding: 10px 0;
	border-bottom: 1px dashed #cccccc;
}
.blog_list .px {
	width: 23%;
	display: flex;
  	justify-content: center;
  	align-items: center;
}
.blog_list .px img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.blog_list .tx {
	width: 75%;
}
.blog_list h3 {
	color: #386d40;
    line-height: 1.4;
    font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.blog-single .wrap_1000 {
	display: block;
	padding: 50px 80px;
}
.blog-single h2 {
 	font-size: 22px;
    font-weight: bold;
    color:  #386d40;
 	border-bottom:solid 1px #386d40;
    padding: 4px 0;
    line-height: 28px;
	margin-bottom: 30px;
}
.blog-single h3 {
	font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #386d40;
    padding: 4px 0 4px 15px;
    line-height: 28px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.blog-single h4 {
	font-size: 18px;
    font-weight: bold;
    color: #386d40;
	margin-bottom: 5px;
}
.blog-single p {
	margin-bottom: 1em;
}

.blog-single .navigation {
	display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.wrap_blog .menu_btn {
	width: 200px;
	margin: 20px auto 40px;
}

.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 50px 0 0;
}
.pagination span,
.pagination a{
	padding: 8px 10px;
    margin: 0 8px 10px 0;
    text-align: center;
	font-size: 14px;
	color: #333;
	border: 2px solid #386d40;
}
.pagination a {
    transition-property: all;
    transition: 0.1s linear;
    background-color: #FFF;
}
.pagination a:hover,
.pagination span.current {
	color: #ffffff;
    background-color: #386d40;
}



@media screen and (max-width: 786px) {
.wrap_blog {
	width: 100%;
}
.wrap_blog h2 {
	font-size: 5.333vw;
    margin: 0 auto 10px;
    line-height: 8.5vw;
}
.blog_date {
    font-size: 12px;
}
.blog_content {
	padding: 20px 10px;
}
.blog_list .px {
	width: 35%;
  	align-items: start;
	margin-bottom: 10px;
}
.blog_list .px img {
	width: 100%;
}
.blog_list .tx {
	width: 63%;
}
.blog_list h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

.blog-single .wrap_1000 {
	border: none;
	padding: 0;
}
.blog-single h2 {
 	font-size: 18px;
    line-height: 20px;
	margin-bottom: 20px;
}
.blog-single h3 {
	font-size: 16px;
    padding: 4px 0 4px 10px;
    line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.blog-single h4 {
	font-size: 14px;
	margin-bottom: 5px;
}
.blog-single p {
	margin-bottom: 1em;
}

.blog-single .navigation {
	display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.wrap_blog .menu_btn {
	margin: 20px auto 30px;
}


}

