.news-top {
  padding-top: 56px;
  font-family: "Noto Sans JP", sans-serif;
}

.news-top .inner {
  background-image: url(..//img/news/water_background_small227.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.news-top img {
  max-width: 300px;
}

.d-border {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: solid 2px #b6cfdf;
  border-bottom: solid 2px #b6cfdf;
  width: 90%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.news-contents .inner > div > div {
  margin-bottom: 40px;
}

.news-contents .inner {
  padding-top: 40px;
}

.news-top h3 {
  font-weight: 500;
  color: #3a6ea5;
  font-size: 32px;
}

.news-top h3 span {
  display: block;
  margin-bottom: 0.2em;
  font-size: 24px;
}

.news-top h4 {
  color: #222222;
  font-weight: 300;
  font-size: 16px;
} 

.news2602-table {
  border: solid 1px #333;
  max-width: 450px;
  margin: 3rem auto;
  padding: 2rem 2rem;
}

.news2602-table th {
  width: 100px;
}

.news2602-table th,.news2602-table td {
  padding: 0.3em 0;
}

.news2602_result .flex-box {
  margin: 2rem 0;
}

.water-img1 {
  width: 70%;
  margin: 2rem auto 0 auto;
}

.water-img1 > span {
  display: block;
  text-align: end;
}

.water-images {
  display: flex;
  justify-content: space-between;
}

.water-images > img {
  width: 32%;
  opacity: 0.7;
}

.news2602_bottom p {
  margin-top: 50px;
  margin-bottom: 50px;
} 

.news2602_bottom span {
  display: block;
  text-align: end;
}


@media (min-width: 768px) {
  .news-top {
    padding-top: 94px;
  }

  .news-top .inner {
    background-image: url(..//img/news/water_background_large227.png);
  }

  .d-border {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .news-top h3 {
    font-size: 54px;
  }
  .news-top h3 span {
    font-size: 40px;
  }

  .news-top h4 {
    font-size: 24px;
  } 

  .news-contents .inner > div > div {
    margin-bottom: 80px;
  }

  .news-contents .inner {
    padding-top: 120px;
  }

  .news2602_result .flex-box {
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin: 5rem auto;
  }

  .result-img {
    width: 65%;
  }

  .water-img1 {
    width: 30%;
  }
}