@charset "UTF-8";
#id {
	display: none;
}

/*==========================================================
common
==========================================================*/
.content .inner {
	margin: 117px auto;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
}

.content .inner p {
	font-size: 18px;
	line-height: 2;
}

.color {
	color: #000000;
}

/*==========================================================
PC Layout
==========================================================*/
@media screen and (min-width: 1024px) {
	.content .inner {
		width: 763px;
	}
	.content .inner p.date {
		font-size: 36px;
		margin-bottom: 10px;
	}
	.content .inner h1 {
		font-size: 36px;
		margin-bottom: 100px;
	}
}

/*==========================================================
Tablet以下 Layout
==========================================================*/
@media screen and (max-width: 1023px) {
	.content .inner {
		width: 88%;
		margin-bottom: 100px;
	}
	.content .inner h1 {
		font-size: 24px;
		margin-bottom: 60px;
		line-height: 1.5;
	}
}

/*==========================================================
Smartphone Layout
==========================================================*/
/*==========================================================
iPad Layout
==========================================================*/

/*# sourceMappingURL=content-news.css.map */