@import url("../../components/banner/assets/styles.css");
.single-news__content {
  padding: 11.72rem 10.94rem;
}
.single-news__content-title-category {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.single-news__content-title h1 {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 3.5rem */
  padding-bottom: 3.12rem;
  border-bottom: 1px solid #7d7d7d;
  margin-bottom: 3.12rem;
  display: block;
}
.single-news__content-body {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.09375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 1.96875rem */
  margin-bottom: 2rem;
}
.single-news__content-contact {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.09375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 1.96875rem */
}
.single-news__content-contact a {
  display: inline-block;
  color: #00a0e9;
  font-family: "Noto Sans JP";
  font-size: 1.09375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-left: 1.5rem;
}
.single-news__top-image {
  width: 100%;
  height: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.12rem;
}
.single-news__top-image img {
  width: 46.875rem;
  height: 28.90625rem;
  aspect-ratio: 60/37;
  object-fit: cover;
  border-radius: 1.5625rem;
}
.gallery_bottom-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery_bottom-image img {
  width: 46.875rem;
  height: 28.90625rem;
  object-fit: cover;
  border-radius: 1.5625rem;
  margin-right: 1.5rem;
}
.gallery_bottom-image img:last-child {
  margin-right: 0;
}
@media (max-width: 639.98px) {
  .single-news__content {
    padding: 4.69rem 1.09rem;
  }
  .single-news__content-title h1 {
    font-size: 1.5rem;
  }
  .gallery_bottom-image {
    flex-direction: column;
  } 
  .gallery_bottom-image img {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}