@charset "UTF-8";
/* CSS Document */

/*共通ここから*/
img {
	max-width: 100%;
}
.box-news-ttl {
	width: 100%;
	text-align: center;
	background-color: #AFAACC;
}
.area-date-fix {
	overflow: hidden;
}
.box-date-left {
	float: left;
	color: #676767;
}
.box-date-right {
	float: right;
	background-color: #FC5A25;
	text-align: center;
	color: #FFFFFF;
}
.contents-box {
	word-break: break-word;
	word-wrap: break-word;
}
/*次の記事*/
.area-news-next {
	color: #666666;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.area-news-next a {
	color: #666666;
}
.box-news-next-left {
	float: left;
}
.box-news-next-center {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.box-news-next-right {
	float: right;
}
/*共通ここまで*/

/*SMPここから*/
@media all and (max-width: 768px) {
	.box-news-ttl {
		margin: 8.15rem 0 4.25rem 0;
		padding: 1.4rem 0;
	}
	.box-news-ttl img {
		width: 200px;
	}
	#contents-news {
		width: 100%;
		margin: 0 auto;
		padding: 0 30px;
	}
	.box-date-left {
		font-size: 1.25rem;
		padding: 0.2rem 0;
	}
	.box-date-right {
		font-size: 1.25rem;
		width: 6.5rem;
		padding: 0.2rem 0;
	}
	.img-box {
		text-align: center;
		margin-bottom: 4rem;
	}
	.img-box img {
		max-width: 100%;
		height: auto;
	}
	.contents-box h1 {
		margin: 2rem 0;
		font-size: 2rem;
		font-weight: bold;
		color: #000000;
		line-height: 1.5;
	}
	.contents-box h2 {
		font-size: 1.7rem;
		font-weight: bold;
		color: #000000;
		line-height: 1.5;
		border-bottom: solid 1px #95989A;
		margin: 4.3rem 0 1.2rem 0;
	}
	.contents-box h3 {
		font-size: 1.5rem;
		font-weight: bold;
		color: #000000;
		line-height: 1.5;
		margin: 3.25rem 0 1.25rem 0;
	}
	.contents-box p {
		font-size: 1.2rem;
		color: #676767;
		line-height: 1.5;
	}
	/*次の記事*/
	.area-news-next {
		width: 100%;
		margin: 5.7rem auto 6.7rem auto;
		padding: 0 10px;
	}
	.area-news-next a {
		font-size: 1.45rem;
	}
	.box-news-next-center {
		width: 8rem;
	}
}
/*SMPここまで*/

/*PCここから*/
@media all and (min-width: 769px) {
	.box-news-ttl {
		min-width: 900px;
		margin: 50px 0 85px 0;
		padding: 24px 0;
	}
	.box-nwes-ttl img {
		width: 240px;
	}
	#contents-news {
		width: 800px;
		margin: 0 auto;
	}
	.box-date-left {
		font-size: 20px;
		padding: 3px 0;
	}
	.box-date-right {
		width: 135px;
		font-size: 20px;
		padding: 3px 0;
	}
	.img-box {
		text-align: center;
		margin-bottom: 50px;
	}
	.img-box img {
		max-width: 720px;
		height: auto;
	}
	.contents-box h1 {
		margin: 40px 0 50px 0;
		font-size: 19px;
		font-weight: bold;
		color: #000000;
		line-height: 1.5;
	}
	.contents-box h2 {
		font-size: 19px;
		font-weight: bold;
		color: #000000;
		line-height: 1.5;
		border-bottom: solid 1px #95989A;
		margin: 50px 0 40px 0;
	}
	.contents-box h3 {
		font-size: 19px;
		font-weight: bold;
		color: #000000;
		line-height: 1.5;
		margin: 50px 0 30px 0;
	}
	.contents-box p {
		font-size: 15px;
		color: #676767;
		line-height: 1.5;
	}
	/*次の記事*/
	.area-news-next {
		width: 800px;
		margin: 120px auto 150px auto;
	}
	.area-news-next a {
		font-size: 15px;
	}
	.box-news-next-center {
		width: 75px;
	}
}
/*PCここまで*/