@charset "UTF-8";
/* ========================================================================
   news_single.css : お知らせ詳細ページ
   ======================================================================== */


/* ---------- ページ固有の mvLower 背景画像 ---------- */
.mvLower {
	background-image: url("/img/faq/bg_mv.jpg");
}


/* ============================================================
   記事詳細
   ============================================================ */
.newsSingle {
	padding: 150px 0 200px;
}

.newsSingle__title {
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	color: var(--color-corp);
	line-height: 1.6;
	margin: 0 0 70px;
}

/* 本文ブロック（中央寄せ・最大600px） */
.newsSingle__body {
	max-width: 676px;
	margin: 0 auto;
}

.newsSingle__img {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background-color: #d9d9d9;
	margin: 24px 0;
	overflow: hidden;
}
.newsSingle__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newsSingle__img-ph {
	position: absolute;
	right: 14px;
	bottom: 10px;
	font-family: var(--font-en);
	font-size: 11px;
	color: #FFF;
	letter-spacing: .15em;
}

.newsSingle__txt {
	font-size: 16px;
	color: #333;
	line-height: 1.95;
	margin: 24px 0 40px 0;
}

.newsSingle .lower-prevNext {
	margin-top: 100px;
}


/* ============================================================
   SP（〜767px）
   ============================================================ */
@media screen and (max-width: 767px){
	.newsSingle {
		padding: 60px 0 50px;
	}
	.newsSingle__title {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.newsSingle__img {
		margin: 18px 0;
	}
	.newsSingle__txt {
		font-size: 14px;
		line-height: 1.85;
		margin: 18px 0;
	}
	.newsSingle .lower-prevNext {
		margin-top: 60px;
	}
}
