/* main-visual
-------------------------*/
.main-visual {
	background-image: url(../img/news/img_main_01.png);
}

/* post-news
-------------------------*/
.post-news {
	padding: 100px 0;
}
@media screen and (max-width: 767px) {
	.post-news {
		padding: 45px 0;
	}
}
.post-news .box {
	padding: 90px 0;
}
@media screen and (max-width: 767px) {
	.post-news .box {
		padding: 20px 0;
	}
}
.post-news .box + .box {
	border-top: 1px solid #B2B2B2;
}
.post-news .box .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.post-news .box .info .time {
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
	.post-news .box .info .time {
		font-size: 0.9rem;
	}
}
.post-news .box .info .tag {
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
	.post-news .box .info .tag {
		font-size: 0.9rem;
	}
}
.post-news .box .info .tag::before {
	content: "|";
	vertical-align: middle;
	margin: -6px 10px 0;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.post-news .box .info .tag::before {
		margin-top: -4px;
	}
}
.post-news .box .title {
	font-size: 2.4rem;
	line-height: 2;
	font-weight: 700;
	margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.post-news .box .title {
		font-size: 1.2rem;
		margin-top: 10px;
	}
}
.post-news .box .img {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.post-news .box .img {
		margin-top: 10px;
	}
}
.post-news .box .body {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.post-news .box .body {
		margin-top: 10px;
	}
}
.post-news .box .body p {
	font-size: 1.8rem;
	line-height: 1.89;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.post-news .box .body p {
		font-size: 0.9rem;
		margin-top: 10px;
	}
}
.post-news .box .body p:first-child{
	margin-top: 0;
}
.wp-block-image{
	margin-top: 20px;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.wp-block-image{
		margin-top: 10px;
		margin-bottom: 0;
	}
}
.wp-block-image:first-child{
	margin-top: 0;
}