@charset "UTF-8";
/* CSS Document */
.post-wrap h2 {
	font-size: 2.5rem;
	color: #21b11e;
	border-bottom: solid 1px;
	padding-bottom: 10px;
	font-family: 'M PLUS 1p', sans-serif;
}
.post-wrap h3 {
	font-size: 2.5rem;
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 2;
	margin-top: 5px;
}
.post-wrap {
	padding: 25px;
	border: solid 1px #f3f3f3;
}
.post-wrap .works-img_flex {
	margin-top: 15px;
}
.post-text_block {
	background-color: rgba(12,63,12,0.1);
	padding: 25px 20px;
	margin-top: 20px;
}
.post-text_block h4 {
	font-size: 2.0rem;
	font-family: 'M PLUS 1p', sans-serif;
    border-bottom: solid 1px;
	padding-bottom: 10px;
}
.post-text {
	margin-top: 10px;
}
.post-text p {
	line-height: 2;
}
.post-text .text_margin{
	margin-top: 30px;
}
.cv-post_img {
	margin-top: 15px;
}
.cv-post_img img {
	width: 100%;
}
.paint-banner {
	margin-top: 80px;
	text-align: center;
} 
@media only screen and (max-width:990px){
.works {
		margin-top: 0px!important;
	}
}
@media only screen and (max-width:520px){
	.mv-lower h2 img {
	width: 44%;
}
	.content-wrapper {
		display: block!important;
	}
	.post-wrap {
		padding: 15px;
	}
	.post-wrap h2 {
		font-size: 1.8rem;
		font-weight: 800;
	}
	.post-wrap h3 {
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.5;
	}
	.post-wrap .works-img_flex {
		margin-top: 10px;
	}
	.flex_before p, .flex_after p {
	font-size: 1.2rem!important;
	padding: 5px 10px!important;
}
	.post-text_block {
		padding: 15px;
	}
	.post-text_block h4 {
		font-size: 1.6rem;
		padding-bottom: 8px;
	}
}



