@charset: 'utf-8';

/* news single */

#news-single {
}

pre{
	white-space: break-spaces;
}

#news-single header p.date {
	line-height: 1;
	margin-bottom: 10px;
}

#news-single header h3 {
	line-height: 1.5;
	word-break: break-all;
	font-weight: 400;
	margin-top: 10px;
}

#news-single .news-image {
	text-align: center;
}

#news-single .news-single-contents p {
	margin-top: 1em;
}

#news-single .news-single-contents img {
	max-width:100%;
}

#news-single .news-single-contents p:first-child {
	margin-top: 0;
}

#news-single .news-image img,
#news-single .news-single-contents img {
	max-width: 100%;
	height: auto;
}



/*******************************************
for pc
*******************************************/

@media screen and (min-width: 769px) {
	body#news {
		background-image: linear-gradient(90deg, #e94f19 0%, #e94f19 4px, #f7f7f7 4px, #f7f7f7 100%);
	}

/* news single */
	#news-single {
		font-size: 1.6rem;
		padding: 40px 0 0;
	}

	#news-single .small {
		font-size: 1.4rem;
	}

	#news-single .exsmall {
		font-size: 1.2rem;
	}

	#news-single header h3 {
		font-size: 2.4rem;
		margin-bottom: 10px;
	}

	#news-single .news-image {
		margin-top: 35px;
	}

	#news-single .news-single-contents {
		margin-top: 60px;
		line-height: 2;
	}

	#news-single .news-single-contents p,
	#news-single .news-single-contents .iframe-wrap {
		margin-top: 2em;
	}

}

.news-single-contents{
	margin-top:40px;
}

#next {
	text-align:center;
	margin-top:3em;
}



/*******************************************
for sp
*******************************************/

@media screen and (max-width: 768px) {
	body#news {
		background-image: linear-gradient(90deg, #e94f19 0%, #e94f19 2px, #f7f7f7 2px, #f7f7f7 100%);
	}



/* news single */
	#news-single {
		font-size: 1.4rem;
		padding: 20px 0 0;
	}

	#news-single .small {
		font-size: 1.2rem;
	}

	#news-single .exsmall {
		font-size: 1.1rem;
	}

	#news-single header h3 {
		font-size: 1.8rem;
	}

	#news-single .news-image {
		margin-top: 10px;
	}

	#news-single .news-single-contents {
		margin-top: 25px;
		line-height: 1.65;
	}

	#news-single .news-single-contents p,
	#news-single .news-single-contents .iframe-wrap {
		margin-top: 1.65em;
	}


}