section {
  line-height: 1.8;
}

.mv-section {
  z-index: 2;
}

.news-section {
  border-top: 2px solid #009D50;
}

.news-section .wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 66px 20px 0;
}

.news-section .wrap:after {
  content: " ";
  display: block;
  clear: both;
}

.news-section .wrap .article {
  width: calc(100% - 320px);
  float: left;
}

.news-section .wrap .article h3 {
  font-size: 140%;
  font-weight: normal;
  margin-bottom: 30px;
}

.news-section .wrap .article .date {
  font-size: 90%;
  margin-bottom: 40px;
  display: block;
}

.news-section .wrap .right-menu {
  width: 300px;
  float: right;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .news-section .wrap .right-menu {
    width: 100%;
    float: none;
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

.news-section .wrap .right-menu dl {
  margin-bottom: 20px;
}

.news-section .wrap .right-menu dl dt {
  padding-bottom: 8px;
  border-bottom: 1px solid #009D50;
  margin-bottom: 22px;
}

.news-section .wrap .right-menu dl dd {
  margin-top: 15px;
}

.news-section .wrap .right-menu dl dd span {
  display: block;
}

.search-form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #707070;
  border-radius: none;
}

@media screen and (max-width: 767px) {
  .search-form input {
    font-size: 1.6rem;
  }
}

.search-form button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-form {
  position: relative;
}

.search-form .input-form {
  width: 100%;
}

.search-form .submit-form {
  position: absolute;
  width: 38px;
  height: 38px;
  top: calc(50% - 19px);
  right: 0;
  background: #009D50;
}

.search-form .submit-form::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}

.search-form .submit-form::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 6px;
  top: calc(50% + 6px);
  left: calc(50% + 2px);
  border-top: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .news-section .wrap {
    margin: 0 auto;
    padding: 30px 10px 0;
  }
  .news-section .wrap .article {
    width: 100%;
    float: none;
  }
  .news-section .wrap .article h3 {
    font-size: 120%;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .news-section .wrap .article .date {
    font-size: 90%;
    margin-bottom: 20px;
    display: block;
  }
}
