@charset 'UTF-8';


.news {
  padding: 100px 0;
}

.news_title {
  color: #333;
}

.news_title_jp {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 25px 0;
}

span.news_title_en {
  color: #006532;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 20px 0;
}

span.news_title_en::before {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "";
  background-color: #333;
  height: 2px;
  width: 60px;
}

.detail {
  margin: 0 0 80px 0;
}

.detail_heading {
  margin: 110px 0 40px 0;
}

h3.detail_heading_font {
  color: #333;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}

.detail_data {
  position: relative;
  color: #333;
  padding: 0 0 0 30px;
  margin: 0 0 50px 0;
}

.detail_data::before {
  position: absolute;
  content: "";
  background-color: #333;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 15px;
  height: 1px;
}

.detail_data time {
  font-size: 15px;
}

.detail_text {
  color: #333;
}

.detail_text_font {}

.detail_btn {
  position: relative;
  width: 160px;
  margin: 0 auto;
}

.detail_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 187px;
  margin: 0 auto;
  height: 50px;
  color: #00572e;
  border: 2px solid #00572e;
  transition: 0.3s;
}


.detail_btn:hover::after{
  right: -57px;
  transition: 0.3s;
}
.detail_btn a:hover {
    background: #046432;
    transition: 0.3s;
    color: #fff;
}

.detail_btn::after {
  position: absolute;
  content: "";
  background-color: #00572e;
  height: 1px;
  width: 40px;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
