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

/*---------- SPが最初　----------*/

/*---------- トップ始まり　----------*/
.section-top__massage {
  	margin-bottom: 14px;
	font-size: 1.8rem;
}

.section-top__news-time,
.section-top__news-category {
  color: #fff;
}

/*---------- /トップ終わり　----------
-----------------------------------*/

/*---------- ニュース始まり　----------*/
.news-detail {
	margin: 40px 24px 60px;
	text-align: left;
}

.news-detail__body {
	margin-bottom: 40px;
}

.news-container {
	padding-bottom: 60px;
}

.news-lists {
	padding-bottom: 0;
}


/*---------- /ニュース終わり　----------
-----------------------------------*/

/*---------- PCトップとニュース始まり　----------*/
@media(min-width: 960px) {
  /*トップセクションとニュースセクション*/
  .section-top__massage {
  	margin-bottom: 60px;
		font-size: 4.0rem;
	}
	
	.section-top__news-time {
		font-weight: 600;
		font-size: 2.4rem;
	}
	
	.section-top__news-category {
		font-weight: 600;
	}
	
	.news-detail {
		font-size: 2.0rem;
		line-height: 3.0rem;
		margin: 120px auto;
		max-width: 800px;
		width: 100%;
	}
	
	.section-news__title {
		margin-bottom: 80px;
	}
	
	.news-container {
		padding-top: 0;
	}
}
/*---------- /PCトップとニュース終わり　----------
-----------------------------------------------------------------------*/


















