@charset "UTF-8";

/*TITLE ---------------------------------------------------------------------------------*/

.ttl{
	width: 100%;
	height: 330px;
	background: url("../images/ttl-bg.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}
.ttl h2{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: -40px;
	background: #000;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	min-width: 20%;
	height: 100px;
	padding: 20px 60px;
	color: #fff;
	z-index: 10;
}
@media screen and (max-width:1024px) {
.ttl h2{
	bottom: 0;
}
	}

/*NEWS ---------------------------------------------------------------------------------*/

.news-area ul{
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}
.news-area ul li{
	border-top: 1px solid #c6c6c6;
}
.news-area ul li:last-child{
	margin-bottom: 70px;
	border-bottom: 1px solid #c6c6c6;
}
.news-area ul li dl{
	display: flex;
	margin: 25px 0;
}
.news-area ul li dl dt{
	width: 450px;
}

/* ICON */
.news-area ul li dl dt span{
	width: 110px;
	height: 30px;
	display: inline-block;
	position: relative;
	margin: 0 0 0 35px;
	padding: 0 15px;
	background: #006600;
	color: #fff;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	line-height: 1.9;
}
.news-area ul li dl dt span::before{
	content: "";
   display: block;
   width: 0;
   height: 0;
   border-left:15px solid #006600;
   border-top:15px solid transparent;
   border-bottom:15px solid transparent;
	position: absolute;
	top:0;
	right: -15px;
}

@media screen and (max-width:1024px) {
.news-area ul li dl{
	display: flex;
	flex-direction: column;
	margin: 25px 20px;
}
.news-area ul li dl dt{
	width: 100%;
	margin-bottom: 20px;
}
.news-area ul li dl dt span{
	font-size: 16px;
}
	}

/*SELECT*/

.news-area select{
	margin-bottom: 8px;
	padding: 2% 25% 2% 25%;
	background: #f4f4f4;
   border: 1px solid #999;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	color: #4D4D4D;
	border-radius: 5px;
}
.news-area .selectWrap{
  position: relative;
  display: inline-block;
	margin-top: 40px;
}
.news-area .selectWrap::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
  left: 15px;
  margin-top: -4px;
}
.post{
	width: 20%;
}

@media screen and (max-width:1024px) {
.news-area .selectWrap{
	margin-top: 25px;
	margin-left: 20px;
}
	}

/*NEWS DETAIL ---------------------------------------------------------------------------------*/

.news-area-detail ul{
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}
.news-area-detail ul li:last-child{
	margin-bottom: 70px;
}
.news-area-detail ul li dl{
	display: flex;
	margin: 25px 0;
}
.news-area-detail ul li dl dt{
	width: 320px;
}
.news-area-detail ul li dl dd{
	font-size: 20px;
	font-weight: bold;
}

/* ICON */
.news-area-detail ul li dl dt span{
	width: 110px;
	height: 30px;
	display: inline-block;
	position: relative;
	margin: 0 0 0 35px;
	padding: 0 15px;
	background: #006600;
	color: #fff;
	font-family: dnp-shuei-ymincho-std, sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	line-height: 1.9;
}
.news-area-detail ul li dl dt span::before{
	content: "";
   display: block;
   width: 0;
   height: 0;
   border-left:15px solid #006600;
   border-top:15px solid transparent;
   border-bottom:15px solid transparent;
	position: absolute;
	top:0;
	right: -15px;
}

.news-area-detail ul li div{
	border-top: 1px solid #c6c6c6;
	padding-top: 20px;
}

@media screen and (max-width:1024px) {
.news-area-detail ul li dl{
	display: flex;
	flex-direction: column;
	margin: 25px 20px;
}
.news-area-detail ul li dl dt{
	width: 100%;
	margin-bottom: 20px;
}
.news-area-detail ul li dl dt span{
	font-size: 16px;
}
.news-area-detail ul li div{
	margin: 0 20px 0 20px;
	border-top: 1px solid #c6c6c6;
	padding-top: 20px;
}
	}
