
.news-detail-area {
    padding: 150px 120px 50px;
}
.news-heading{
	width:100%;
	margin-top:100px;
}

.news-heading .heading-main {
	text-align: left;
	font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
	color: rgba(33, 33, 33, 1);
}

.news-heading .heading-sub {
	text-align: left;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
}

.news-detail{
	margin: 50px 150px;
	text-align: left;
	font-family: YuGothic;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: rgba(33, 33, 33, 1);
	letter-spacing: 0.5px;
}

.news-detail .thm-image{
	margin: 0 auto;
	text-align: center;
}


.news-detail .date{
	width:90%;
	margin: 10px;
	font-size:15px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.news-detail .title{
	width:90%;
	margin: 10px 10px 50px 10px;
	font-size: 21px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.news-detail .contents{
	width:90%;
	margin: 10px;
	font-size: 15px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
	
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.news-detail-area {
		padding: 150px 50px 50px;
	}

	.news-detail{
		margin: 50px 50px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	.news-detail-area {
		padding: 150px 50px 50px;
	}

	.news-detail{
		margin: 50px 50px;
	}
}

@media (max-width: 480px){

	.news-detail-area {
		padding: 50px 20px;
	}

	.news-heading{
		width:90%;
		margin: 80px auto 0;
	}

	.news-heading .heading-main {
		text-align: center;
		font-size: 38px;
	}

	.news-heading .heading-sub {
		text-align: center;
		font-size: 14px;
		margin-top: 15px;
	}

	.news{
		margin: 0 auto;
		float: none;
		width: 100%;
		padding-top: 50px;

		line-height: 23px;
		text-align: left;
		font-family: YuGothic;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		color: rgba(33, 33, 33, 1);
		letter-spacing: 0.5px;
	}

	.news-detail{
		margin: 50px auto 0px;
		width: 100%;
		font-size: 12px;
	}

	.news-detail .date{
		font-size: 12px;
		margin:0px;
		margin-top:50px;
	}

	.news-detail .title{
		font-size: 16px;
		margin: 20px 0px;
	}

	.news-detail .contents{
		width: 100%;
		margin: 0px;
		word-break: break-word;
  		overflow-wrap: break-word;
	}
	.backBtnArea {
		margin-bottom: 0px;
	}
}