/* ----------------------------------------
	.visual_home
---------------------------------------- */
.visual_home {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-left: 3.33%;
  padding-right: 3.33%;
}
@media print, screen and (min-width: 768px) {
  .visual_home {
    padding-top: 84px;
  }
}
.visual_home img {
  width: 100%;
  height: auto;
  display: block;
}
.visual_home .tx_top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 85%;
  max-width: 775px;
}
@media print, screen and (min-width: 481px) {
  .visual_home .tx_top {
    width: 80%;
  }
}
@media print, screen and (min-width: 768px) {
  .visual_home .tx_top {
    top: 60%;
  }
}
.visual_home .tx_top .main {
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #006948;
  font-family: "WDXL Lubrifont JP N", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1rem;
  margin-bottom: 0.3em;
}
@media print, screen and (min-width: 481px) {
  .visual_home .tx_top .main {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .visual_home .tx_top .main {
    font-size: 34px;
  }
}
@media print, screen and (min-width: 1025px) {
  .visual_home .tx_top .main {
    font-size: 65px;
    padding: 2px 65px;
  }
}
.visual_home .tx_top .sub {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: rgba(0, 105, 72, 0.7);
}
@media print, screen and (min-width: 768px) {
  .visual_home .tx_top .sub {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1025px) {
  .visual_home .tx_top .sub {
    font-size: 30px;
  }
}

/* ----------------------------------------
	#news
---------------------------------------- */
#news {
  /* ------ ul.news_list ------- */
}
#news ul.news_list {
  position: relative;
  margin-bottom: 2em;
  padding-top: 2em;
  width: 100%;
  border-top: 1px dotted #006948;
  z-index: 3;
}
#news ul.news_list li {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #006948;
}
@media print, screen and (min-width: 768px) {
  #news ul.news_list li article {
    display: flex;
    justify-content: space-between;
  }
}
#news ul.news_list li article .meta {
  display: flex;
  align-items: center;
  width: 250px;
}
@media screen and (max-width: 767px) {
  #news ul.news_list li article .meta {
    padding-bottom: 0.5em;
    width: 100%;
  }
}
#news ul.news_list li article .meta .date {
  width: 100px;
}
#news ul.news_list li article .meta .cat a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 2px 10px;
  width: 120px;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #006948;
}
#news ul.news_list li article .meta .cat a:hover {
  background: #464646;
}
@media print, screen and (min-width: 768px) {
  #news ul.news_list li article .title {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
  }
}
#news ul.news_list li article .title a {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  #news ul.news_list li article .title a {
    font-size: 1.6rem;
  }
}
#news ul.news_list li article .title a:hover {
  text-decoration: underline;
}