.single_news {
  color: #c5c5c5
}

.single_news__ttl {
  font-size: 2.7631578947vw;
  font-weight: 500;
  color: white;
}

.single_news__subttl {
  margin-top: 5.26315788vw;
}

.single_news__subttl::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("/en/news/images/rectangle_mark.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5em;
}

.single_news_date time {
  color: #69be28;
}

@media screen and (max-width:768px) {
  .single_news__ttl {
    font-size: 5.46875vw;
    color: white;
  }

  .single_news__ttl br {
    display: none;
  }
}

.single_news__txt {
  margin-top: 2.6315789474vw;
  font-size: max(1.1842105263vw, 1.6rem);
  font-weight: 500;
  line-height: 2
}
.single_news__txt h3{
  font-size: max(1.1842105263vw, 1.6rem);
  padding-right: 10px;
  padding-bottom: 0.2rem;
}

.single_news__txt2 {
  margin-top: 1.31578947vw;
  font-size: max(1.1842105263vw, 1.6rem);
  font-weight: 500;
  line-height: 2
}
.single_news__txt h4{
  font-size: max(1.1842105263vw, 1.6rem);
}

.single_news__txt span {
  vertical-align: super;
  font-size: small;
}
.single_news__txt2 span {
  vertical-align: super;
  font-size: small;
}

@media screen and (max-width:768px) {
  .single_news__txt {
    font-size: max(3.6458333333vw, 1.3rem)
  }

  .single_news__txt2 {
    font-size: max(3.6458333333vw, 1.3rem)
  }
  .single_news__txt h3 {
    font-size: max(3.6458333333vw, 1.3rem)
  }
  .single_news__txt h4 {
    font-size: max(3.6458333333vw, 1.3rem)
  }
}

.news-gallery {
  margin: 6.5789473684vw auto 6.5789473684vw;
}

.news-gallery__item picture {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.news-gallery__item .c-pic02 img {
  width: 49%;
}

.news-gallery h3 {
  margin-bottom: 1.3vw;
}

.news-gallery .single_news_sub__txt {
  margin-bottom: 1.3vw;
}

@media screen and (max-width:768px) {
  .news-gallery {
    margin: 3.90625vw auto;
  }
}

.news_outline a {
  color: #69be28;
  text-decoration: underline;
  /* border-bottom: #69be28 1px solid; */
}

.news_outline table td {
  padding-left: 2em;
}

@media screen and (max-width:768px) {
  .news_outline table tr {
    display: flex;
    flex-direction: column;
  }

  .quote01 table tr {
    display: flex;
    flex-direction: column;
  }

  .history_age {
    background-color: #3f3f3f;
  }
}

.quote {
  margin-bottom: 4.6052631579vw;
}

.quote02 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.quote02 a{
  text-decoration:underline;
}

.quote a {
  color: #69be28;
  /* border-bottom: #69be28 1px solid; */
}

.return_news {
  margin-bottom: 4.6052631579vw;
  text-align: right;
}

.return_news a {
  font-weight: bolder;
  transition: .3s;
}

.return_news a:hover {
  color: #69be28;
}

.return_news a::after {
  content: url(/jp/model/images/global_link_arrow.png);
  vertical-align: middle;
  padding-left: 20px;
}

.history_table {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.history_table td {
  border: 1px solid #727272;
}

.history_table .history_age {
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}

.history_table .history_text {
  padding-left: 1em;
}

@media screen and (max-width:768px) {
  .quote02 {
    flex-direction:column;
    font-size: max(1.1842105263vw, 1.6rem);
  }
}
