/* News */
.top-news-section {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .top-news-section {
    padding: 45px 0;
  }
}
@media print,
screen and (min-width: 768px) {
  .flex-news-container {
    /* display: flex;
    justify-content: space-between;
    grid-gap: 44px; */
  }
  .title-block{
    display: flex;
  }
    .top-news-content img{
    max-width: 33%;
    margin: 10px 0px;
  }
  .top-news-section .contact-text{
    border-right: none;
    display: grid;
    place-content: center left;
  }
}
section.top-news-section.section {
  padding: 100px 0 100px !important;
  background-color: #f5f5f5;
}
.top-news-section .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-news-section .inner {
    display: block;
  }
  section.top-news-section.section {
    padding: 56px 0 56px !important;
}
.top-news-content img{
    margin-bottom: 4px;
  }
}
.top-news-section .inner .headline {
  width: 300px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.05;
}
@media screen and (max-width: 767px) {
  .top-news-section .inner .headline {
    margin-bottom: 15px;
    width: auto;
    font-size: 32px;
  }
}

.top-news-section .headline .ja {
  display: block;
  line-height: 1.75;
  padding-top: 7px;
  font-size: 14px;
}

.top-news-block {
  width: calc(100% - 0px);
  /* height: 600px; */
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .top-news-block {
    width: 100%;
    height: 400px;
  }
}

.top-news-block::-webkit-scrollbar {
  width: 3px;
}

.top-news-block::-webkit-scrollbar-track {
  background-color: #D6D6D6;
}

.top-news-block::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color:  #007731;
}

.top-news-content {
    padding: 25px 50px;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    background-color: white;
    margin-bottom: 10px;
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .top-news-content {
    display: block;
  }
  .top-news-content {
    margin-right: 0px;
}
}
.top-news-content .date {
    display: block;
    width: 120px;
    color: #007731;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}
.top-news-content .title {
  font-size: medium;
}
.top-news-content .title-block {
  width: calc(100% - 120px);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top-news-content .date {
    display: block;
    width: 100%;
  }
  .top-news-content .title {
    margin-bottom: 15px;
  }
  .top-news-content .title-block {
    width: 100%;
  }
}