@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
#news .news_list {
  width: 100%;
  text-align: left;
}
#news .news_list li {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
#news .news_list li + li {
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  #news .news_list li + li {
    margin-top: 20px;
  }
}
#news .news_list a {
  text-align: left;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 850px) {
  #news .news_list a {
    display: block;
  }
}
#news .news_list .date {
  width: 120px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 850px) {
  #news .news_list .date {
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
  }
}
#news .news_list .ttl {
  width: calc(100% - 120px);
  color: #2C2C2C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.4px;
  text-align: left;
}
@media screen and (max-width: 850px) {
  #news .news_list .ttl {
    width: 100%;
    line-height: 140%;
  }
}
#news .news_list .ttl .tag {
  color: #ffffff;
  text-align: left;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
  letter-spacing: 1.3px;
  padding: 2px 20px;
  width: fit-content;
  margin-right: 20px;
  background: #278D44;
  border-radius: 2px;
}
@media screen and (max-width: 850px) {
  #news .news_list .ttl .tag {
    margin-bottom: 5px;
    display: block;
    font-size: 11px;
  }
}
#news .h3_ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  border-bottom: 3px solid #2C2C2C;
  padding-bottom: 10px;
  position: relative;
  letter-spacing: 0;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
#news .h3_ttl::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 3px;
  bottom: -2.5px;
  left: 0;
  background: #278D44;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 850px) {
  #news .h3_ttl {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
#news .news_content {
  text-align: left;
}
#news .news_content p {
  margin-bottom: 50px;
  line-height: 180%;
}
@media screen and (max-width: 850px) {
  #news .news_content p {
    margin-bottom: 30px;
    line-height: 160%;
  }
}
#news .news_content .sub_ttl {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
@media screen and (max-width: 850px) {
  #news .news_content .sub_ttl {
    margin-bottom: 20px;
  }
}
#news .news_content .date {
  width: fit-content;
  margin-right: 10px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 850px) {
  #news .news_content .date {
    font-size: 12px;
  }
}
#news .news_content .tag {
  color: #ffffff;
  text-align: left;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
  letter-spacing: 1.3px;
  padding: 2px 20px;
  width: fit-content;
  margin-right: 20px;
  background: #278D44;
  border-radius: 2px;
}
@media screen and (max-width: 850px) {
  #news .news_content .tag {
    margin-bottom: 5px;
    display: block;
    font-size: 11px;
  }
}
#news .news_content h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  border-left: 5px solid #278D44;
  color: #278D44;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  #news .news_content h2 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
#news .news_content h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 2px solid #278D44;
  color: #278D44;
  margin-bottom: 30px;
  width: fit-content;
}
@media screen and (max-width: 850px) {
  #news .news_content h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
#news .news_content h4 {
  font-weight: bold;
}
#news .news_menu {
  width: 100%;
  display: flex;
  list-style: none;
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  #news .news_menu {
    margin-top: 30px;
  }
}
#news .news_menu li {
  width: 33.3333%;
}
#news .news_menu .pre {
  margin-left: 0;
  margin-right: auto;
}
#news .news_menu .pre a {
  margin-left: 0;
  margin-right: auto;
  width: fit-content;
  padding: 15px 70px;
  border: 1px solid #278D44;
  background: #ffffff;
  display: block;
}
@media screen and (max-width: 850px) {
  #news .news_menu .pre a {
    padding: 5px 15px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
#news .news_menu .next {
  margin-left: auto;
  margin-right: 0;
}
#news .news_menu .next a {
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  padding: 15px 70px;
  border: 1px solid #278D44;
  background: #ffffff;
  display: block;
}
@media screen and (max-width: 850px) {
  #news .news_menu .next a {
    padding: 5px 15px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
#news .news_menu .more {
  margin: auto;
}
#news .news_menu .more a {
  margin: auto;
  width: fit-content;
  padding: 15px 70px;
  border: 1px solid #ffffff;
  background: #278D44;
  color: #ffffff;
  display: block;
}
@media screen and (max-width: 850px) {
  #news .news_menu .more a {
    padding: 5px 15px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
