@charset "utf-8";
/**
 *
 *  news detail
 *
 */


/*--------------------------------------------------------------------------
	 m-headline.m-headline--news
---------------------------------------------------------------------------*/


/* m-headline m-headline--news
-----------------------------------------------------------------*/
.news-headline {
	padding: 100px 0 0;
}

.news-headline .news-headline__block {
	margin-bottom: 10px;
}

.news-headline .news-headline__date {
	display: inline-block;
	margin-left: 30px;
	font-size: 16px;
	font-weight: bold;
}


/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.news-headline .news-headline__block {
		margin-bottom: 15px;
	}

	.news-headline .news-headline__date {
		margin-left: 10px;
		font-size: 10px;
		font-weight: normal;
	}
}


/*--------------------------------------------------------------------------
	 m-txt-box.m-txt-box--news
---------------------------------------------------------------------------*/


/* m-txt-box.m-txt-box--news
-----------------------------------------------------------------*/
.m-txt-box.m-txt-box--news h2 {
	margin-bottom: 22px;
	color: #fb8c0d;
	font-size: 32px;
}

.m-txt-box.m-txt-box--news h3 {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
}

.m-txt-box.m-txt-box--news p {
	font-size: 16px;
	line-height: 2;
}

.m-txt-box.m-txt-box--news > * {
	margin-top: 3.5em;
}

.m-txt-box.m-txt-box--news > *:first-child {
	margin-top: 0;
}


/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.m-txt-box.m-txt-box--news h2 {
		margin-bottom: 15px;
		font-size: 19px;
	}

	.m-txt-box.m-txt-box--news h3 {
		margin-top: 1em;
		font-size: 12px;
	}

	.m-txt-box.m-txt-box--news p {
		font-size: 12px;
	}

	.m-txt-box.m-txt-box--news img {
		width: 100%;
		height: auto;
	}

	.m-txt-box.m-txt-box--news > * {
		margin-top: 2.5em;
	}
}
