.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__subttl2 {
  font-size: max(1.1842105263vw, 1.6rem);
  font-weight: bold;
  line-height: 2;
  color: #69be28;
  border-bottom: #69be28 solid 1px;
  margin-top: 1.31578947vw;
}

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

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

.single_news__subttl3 {
  margin-top: 2.3vw;
}
.single_news__subttl3::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(/corp/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__txt2 {
  margin-top: 1.31578947vw;
  font-size: max(1.1842105263vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
}

.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)
  }
}

.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:first-child {
  white-space: nowrap;
  padding-right: 1em;
}


@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-top: 4.6052631579vw;
  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(/corp/model/images/1x/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);
  }
}

.world_add {
  margin-top: 1em;
  margin-bottom: 3em;
}

.exhibition_img_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.exhibition_img_box figure {
  width: 44%;
  margin: 1em;
  text-align: center;
}

@media screen and (max-width:768px) {
  .exhibition_img_box figure {
    width: 100%;
  }
}

.logo_70_title img {
  margin: 1em 2em 1em 0em;
  width: 15vw;
}

.logo_70_title {
  display: flex;
  align-items: center;
}

@media screen and (max-width:768px) {
  .logo_70_title img {
    margin: 1em 0em 1em 0em;
    width: 50vw;
  }

  .logo_70_title {
    flex-direction: column;
  }
}

.jms_add-box {
  display: flex;
  flex-direction: row;
}

.logo_jms img {
  width: 30vw;
  margin-left: 3em;
  margin-top: 13px;
}

@media screen and (max-width:768px) {
  .jms_add-box {
    flex-direction: column;
  }

  .logo_jms {
    text-align: center;
  }

  .logo_jms img {
    width: 100%;
    margin-left: 0em;
    margin-top: 1em;
    margin-bottom: 2em;
  }
}

.jms_img_box {
  display: flex;
}

.jms_img_box figure {
  width: 44%;
  margin: 1em auto 0em auto;
  text-align: center;
}

@media screen and (max-width:768px) {
  .jms_img_box figure {
    width: 100%;
  }
}

.jms_model li {
  list-style-type: disc;
  margin-left: 3em;
}

.jms_add {
  margin-left: 3em;
}

.jms_add p a {
  color: #69be28;
}

@media screen and (max-width:768px) {
  .jms_model li {
    margin-left: 1.5em;
  }

  .jms_add {
    margin-left: 0em;
  }
}

.jms_comment {
  margin-top: 4em;
  margin-bottom: 4em;
}

@media screen and (max-width:768px) {
  .jms-container {
    margin-top: 3em;
  }
}
/* 写真2枚横並び */
.ceremony_img_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3em;
}

.ceremony_img_box figure {
  width: 44%;
  margin: 1em;
  text-align: center;
}

@media screen and (max-width:768px) {
  .ceremony_img_box figure {
    width: 100%;
  }
}

/* 写真3枚横並び */
.ceremony_img_box2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.ceremony_img_box2 figure {
  width: 29%;
  margin: 1em;
  text-align: center;
}

@media screen and (max-width:768px) {
  .ceremony_img_box2 figure {
    width: 100%;
  }
}

/* 写真1枚横並び */
.ceremony_img_box3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.ceremony_img_box3 figure {
  width: 100%;
  margin: 1em;
  text-align: center;
}
