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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv_wrap {
	width: 100%;
	height: 670px;
	background-position: center center;
	background-size: cover;
	position: relative;
/*	background-image: url(../images/news_pic_02.jpg);*/
}

#h2_box {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFFFFF;
	font-size: 35px;
	font-weight: bold;
	z-index: 9;
	width: 1280px;
}
#h2_box span {
	display: block;
	font-size: 30px;
	padding-bottom: 30px;
}

/* マスク */
#mask {
	background-color: rgba(90,47,116,0.40);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 8;
	
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* コンテンツ  　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#news_container {
	padding-top: 110px;
	background-color: #F0F2F3;
}
#news_log {
	background-color: #FFFFFF;
	padding-top: 80px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 70px;
	margin-bottom: 140px;
	font-size: 18px;
}

/* 画像 */
#news_log img {
	height: auto;
	max-width: 100%;
}

/* 戻るボタン */
#bt_back {
	text-align: center;
	margin-top: 80px;
}



/* SNS */
#sns_box {
	margin-bottom: 30px;
}
#sns_box ul {
	text-align: center;
}
#sns_box li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	margin-right: 12px;
	font-weight: bold;
	color: #5A2F74;
}
#sns_box li img {
	height: 38px;
	width: auto;
}










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


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv_wrap {
	height: 220px;
}

#h2_box {
	font-size: 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
}
#h2_box span {
	font-size: 15px;
	padding-bottom: 5px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* コンテンツ  　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#news_container {
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
#news_log {
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	margin-bottom: 60px;
	font-size: 14px;
}


/* 戻るボタン */
#bt_back {
	margin-top: 70px;
}
#bt_back img {
	height: 22px;
	width: auto;
}


/* SNS */
#sns_box li:first-child {
	display: block;
	padding-bottom: 10px;
}



}
