@charset "utf-8";
/* CSS Document */




/*************************************

#mv

**************************************/

#inner_mv div img {
  width: 303px;
}

@media screen and (max-width: 768px) {
	#inner_mv div img {
		width: 238px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 700px) {

}



/*************************************

#news

**************************************/

#news{margin-bottom: 120px;}

#news h3{
  text-align: center;
  background: url(../img/dot_line.png) left center / 9px repeat-x;
  font-size: 0;
  margin-bottom: 20px;
}
#news h3 img{width: 171px;}

#news .news_inner{margin-bottom: 60px;}
#news .news_inner li{
  border-bottom: 1px solid #f37e00;
  box-sizing: border-box;
  padding: 30px 40px;
  position: relative;
  font-weight: 500;
}
#news .news_inner li::after {
  content: "";
  display: inline-block;
  background: url(../img/arrow.png) top center / contain no-repeat;
  width: 8px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#news .news_inner a{color: #000000;}
#news .news_inner a span {margin-right: 30px;}
#news .news_inner a em {
  color: #ffffff;
  font-weight: bold;
  background: #cf3810;
  border-radius: 5px;
  padding: 0 10px;
  margin-left: 10px;
  display: inline-block;
	font-size: 14px;
}

.page_okuri{
  display: flex;
  gap: 12px;
  justify-content: center;
}
.page_okuri li{
  border: 1px solid #f37e00;
  border-radius: 50px;
  box-sizing: border-box;
  color: #f37e00;
}
.page_okuri .active{
	background: #f37e00;
	color: #ffffff;
	
	width: 60px;
	height: 60px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page_okuri a{
	width: 60px;
  height: 60px;
  border-radius: 50px;
  box-sizing: border-box;
  color: #f37e00;
	display: flex;         /* フレックスボックス化 */
  justify-content: center; /* 左右の中央揃え */
  align-items: center;
}

@media screen and (max-width: 1000px) {
	#news h3 img{width: 154px;}
}

@media screen and (max-width: 768px) {
	#news{margin-bottom: 80px;}
	#news h3{margin-bottom: 0px;}
	#news .news_inner{margin-bottom: 40px;}
	#news .news_inner li{padding: 20px 34px 20px 20px;}
	#news .news_inner li::after{right: 14px;}
	#news .news_inner a span{
		margin-right: 0;
		display: block;
	}
	
	.page_okuri a{
		width: 50px;
		height: 50px;
	}
	.page_okuri .active{
		width: 50px;
		height: 50px;
	}
}


