@charset "utf-8";
/* news_d.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	display: flex;
	justify-content: center;
	flex-flow: column;
	text-align: center;
}
#news_mask {
	background-color: #0A0900;
	opacity: 0.5;
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#kv .inner {
	width: 1088px;
	z-index: 2;
	position: relative;
}

/* タイトル */
#kv h2 {
	font-size: 40px;
	text-align: left;
	padding-bottom: 190px;
}

/* 日付 */
#kv h2 span {
	font-size: 25px;
	display: block;
	padding-bottom: 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 記事エリア　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_data {
	margin-top: -380px;
}
/* 白枠 */
#news_wrap {
	width: 1088px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255,255,255,0.90);
	position: relative;
	z-index: 2;
}

/* 記事 */
#news_log {
	color: #333333;
	padding-top: 100px;
	padding-right: 120px;
	padding-bottom: 100px;
	padding-left: 120px;
	line-height: 1.75em;
}

#news_log img {
	height: auto;
	max-width: 100%;
}

/* 画像 */
.news_image {
	margin-top: 12px;
	margin-bottom: 12px;
}
.news_image img {
	height: auto;
	max-width: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 戻るボタン　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_back {
	text-align: center;
	font-size: 18px;
	margin-top: 80px;
}
#bt_back img {
	vertical-align: middle;
	margin-right: 10px;
}
#bt_back a {
	color: #FFFFFF;
	text-decoration: none;
}

















/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	height: calc(70vh - 80px);
}
#kv .inner {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}
	
/* タイトル */
#kv h2 {
	font-size: 20px;
	text-align: center;
	line-height: 1.4em;
	padding-bottom: 80px;
}

/* 日付 */
#kv h2 span {
	font-size: 20px;
	width: 140px;
	border-bottom: 1px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 記事エリア　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_data {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -160px;
}
/* 白枠 */
#news_wrap {
	width: 100%;
}

/* 記事 */
#news_log {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	line-height: 1.75em;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 戻るボタン　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_back {
	font-size: 15px;
	margin-top: 40px;
}

}
