/*---------------------
config
---------------------*/
/*
mixin
---------------*/
/*
function
---------------*/
#news .page-head {
  background-image: url(../images/news/visual_page_head.png);
}

#news .page-content {
  margin-bottom: 50px;
}

#news .page-content .news-detail__content a {
  color: #2c794f;
  text-decoration: underline;
}

.disabled-link {
  cursor: default;
  pointer-events: none;
}

#news .news-item
{
	padding:		10px 0;
}
#news .news-item a
{
	display: 		inline;
	padding:		0;
}
#news .news-item a:hover
{
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #news .page-content {
    margin-bottom: 13.33333vw;
  }
}
