@charset "UTF-8";

.l-container.-news .p-news.poststyle {
	margin-bottom: 300px;
}
.l-container.-news .p-news.poststyle .p-news__contents {
	padding-bottom: 40px;
}
.-news .poststyle .p-news__top {
	width: 100%;
	text-align: center;
}
.-news .poststyle .p-news__top img {
	width: 100%;
	max-width: 1280px;
}
.-news .poststyle .p-news__contents h2 {
	font-size: 40px;
    line-height: 88px;
    margin-bottom: 92px;
}
.-news .posty-content p {
	line-height: 35px;
	margin-bottom: 70px;
}
.-news .posty-content h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}
.-news .posty-content img {
	margin-bottom: 70px;
}
.-news .posty-content p img {
	margin-bottom: 0;
}
.-news .posty-content h4 {
	font-size: 24px;
    font-weight: 600;
    line-height: 1;
	margin-bottom: 30px;
}
.-news .posty-content li {
	margin-top: 25px;
}


@media screen and (max-width: 1200px) and (min-width: 768px) {
	.-news .posty-content p {
		line-height: 3vw;
		margin-bottom: 4vw;
	}
	  .btn.-small {
		width: 25.5vw;
		height: 5vw;
	  }
}



@media screen and (max-width: 767px) {
	
	.l-container.-news .p-news.poststyle {
		margin-bottom: 0;
	}
	.l-container.-news .p-news.poststyle .p-news__contents {
		padding-bottom: 70px;
	}
	.-news .poststyle .p-news__contents h2 {
		font-size: 24px;
		line-height: 48px;
		/*font-size: 6.4vw;*/
		/*line-height: 12.75vw;*/
		margin-bottom: 18.7vw;
	}
	.-news .posty-content p {
		font-size: 3.74vw;
		font-size: 14px;
		/*line-height: 7.4vw;*/
		line-height: 28px;
		margin-bottom: 40px;
	}
	.l-container.-news .p-news.poststyle .p-news__contents p:last-child,
	.l-container.-news .p-news.poststyle .p-news__contents ol,
	.l-container.-news .p-news.poststyle .p-news__contents ul {
		margin-bottom: 0;
	}
	.-news .posty-content h3 {
		font-size: 24px;
		margin-bottom: 4vw;
	}
	.-news .posty-content img {
		margin-bottom: 40px;
	}
	.-news .posty-content h4 {
		font-size: 18px;
		margin-bottom: 6vw;
	}
}