@charset "UTF-8";
/* CSS Document */

/*------------------------------*/
.spmask {
	display: none;
}
.sponly {
	display: block;
}
@media (min-width: 701px) and (max-width: 850px) {
		.sp700 {
			display: none;
	}
}
@media (max-width: 700px) {
	  .sp700 {
	   display: block;
	}
}

/*------------------------------
	contents
------------------------------*/
#news {
  position: relative;
  background: url("../../images/bg_wakura.png") repeat-y center;
  background-size: contain;
}
#news #contents {
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}
#news #contents #kv{
  position: relative;
}
	@media (max-width: 700px) {
		#news {
			position: relative;
			background: url("../../images/bg_wakura_sp.png") repeat-y center;
			background-size: contain;
		}
	}

/*------------------------------
	kv
------------------------------*/
#news #contents #kv {
  position: relative;
	height: 240px;
	background: url("../images/news_kv_sp.jpg") no-repeat center;
	background-size: cover;
	background-position: #fff;
}
#news #contents #kv .wrap .logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-30%, -50%);
    -webkit-transform: translate(-30%, -50%);
    -ms-transform: translate(-30%, -50%);
}
#news #contents #kv .wrap .logo img {
	width: 60%;
}
@media (max-width: 700px) {
	#news #contents #kv {
		height: 200px;
	}
	#news #contents #kv .wrap .logo {
		transform: translate(-22%, -50%);
	    -webkit-transform: translate(-22%, -50%);
	    -ms-transform: translate(-22%, -50%);
	}
	#news #contents #kv .wrap .logo img {
		width: 50%;
	}
}
/*------------------------------*/
#news #wrapper {
	max-width: 950px;
	margin: 0 auto;
	padding: 0 10px;
}
#news #wrapper .hd {
	text-align: center;
	margin-bottom: 0px;
}
#news #wrapper .newsList table {
	width: 100%;
	margin-bottom: 80px;
	border-collapse: collapse;
}
#news #wrapper .newsList tr {
	border-bottom: solid 1px #cacaca;
}
#news #wrapper .newsList th {
	padding-top: 40px;
	padding-bottom: 10px;
	font-size: 16px;
}
#news #wrapper .newsList td {
	font-size: 16px;
	display: block;
  width: 100%;
	padding-bottom: 10px;
}
#news #wrapper .newsList td:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
}
#news #wrapper .newsList td a {
	text-decoration: none;
	color: #2f2f2f;
}
#news #wrapper .newsList td a.notLink {
	pointer-events: none;
}
	@media (max-width: 700px) {
		#news #wrapper .hd {
			text-align: center;
			margin-bottom: 0px;
		}
		#news #wrapper .hd img {
			width: 95px;
		}
		#news #wrapper .newsList table {
			margin-bottom: 60px;
		}
		#news #wrapper .newsList th {
			padding-top: 30px;
			display: block;
	    width: 100%;
		}
	}
/*------------------------------*/
#news #wrapper .btn {
	max-width: 360px;
	margin: 0 auto 80px auto;
	background-color: #9b9b9b;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#news #wrapper .btn:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
}
#news #wrapper .btn a {
	display: block;
	width: 100%;
	padding: 25px 0;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 0.15em;
}
	@media (max-width: 700px) {
		#news #wrapper .btn {
			margin: 0 auto 60px auto;
		}
		#news #wrapper .btn a {
			padding: 25px 0;
		}
	}
/*------------------------------
	news.html
------------------------------*/
#news #wrapper .newsList {
	position: relative;
	margin-top: 40px;
	margin-bottom: 60px;
}
#news #wrapper .newsList .date {
	margin-bottom: 10px;
	font-size: 16px;
}
#news #wrapper .newsList .ttl {
	padding-bottom: 10px;
	border-bottom: solid 1px #cacaca;
	margin-bottom: 20px;
	font-size: 20px;
}
#news #wrapper .newsList img {
width: 100%;
margin-bottom: 20px;
}
#news #wrapper .newsList .text p {
	line-height: 2;
	font-size: 16px;
}
	@media (max-width: 700px) {
		#news #wrapper .newsList {
			margin-top: 20px;
		}
		#news #wrapper .newsList .ttl {
			font-size: 18px;
			margin-bottom: 10px;
		}
		#news #wrapper .newsList img {
		margin-bottom: 10px;
		}
		#news #wrapper .newsList .text p {
			line-height: 1.5;
		}
	}
