@charset "UTF-8";
@font-face {
  font-family: "BAHNSCHRIFT";
  src: url("../fonts/BAHNSCHRIFT.woff") format("woff"), url("../fonts/BAHNSCHRIFT.TTF") format("truetype");
}
/* CSS INFORMATION -====================================================
File name : news.css
Description : ニュース
===================================================================== */
/* =====================================================================
    news
======================================================================*/
.news_article {
  position: relative;
  margin: 0 0 12.6rem calc(-30 / 650 * 100%);
  width: calc(710 / 650 * 100%);
  background: rgba(227, 227, 227, 0.5);
  border-top: 2px solid #000;
}
.news_article::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.8rem;
  background: url(../images/common/img_line2.jpg) no-repeat center/cover;
}
.news_article:last-child {
  margin-bottom: 0;
}
.news_article header {
  margin-bottom: 7rem;
  padding: 6rem 5rem 0;
}
.news_article header time {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -5.5rem;
  padding: 1.4rem 2.6rem;
  font-family: "Orbitron", sans-serif;
  font-size: 86%;
  background: #ff4500;
}
.news_article header time::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -4rem;
  width: 4rem;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(51%, #ff4500));
  background-image: linear-gradient(to bottom right, transparent 50%, #ff4500 51%);
}
.news_article header h3 {
  position: relative;
  padding-bottom: 5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 107%;
  line-height: 1.866;
}
.news_article header h3::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: calc(100% - 5rem);
  border-bottom: 1px solid #ff4500;
}
.news_article header h3::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  border-bottom: 1px solid #ff4500;
  -webkit-transform: skewY(-45deg);
          transform: skewY(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.news_article header h3::before {
  width: 100%;
}
.news_article header h3::after {
  right: -5rem;
}
.news_article_contents {
  padding: 0 5rem 10rem;
}
.news_article_contents > *:not(:last-child) {
  margin-bottom: 7rem;
}
.news_article_contents p {
  line-height: 1.785;
}

@media screen and (min-width: 768px) {
  .news_article {
    margin: 0 0 60px;
    width: 100%;
  }
  .news_article::after {
    height: 0.8rem;
  }
  .news_article header {
    margin-bottom: 4rem;
    padding-top: 4rem;
  }
  .news_article header time {
    margin-top: -29px;
    padding: 7px 16px;
  }
  .news_article header h3 {
    padding-bottom: 4rem;
    font-size: 125%;
  }
  .news_article_contents {
    padding-bottom: 6rem;
  }
  .news_article_contents > *:not(:last-child) {
    margin-bottom: 5rem;
  }
  .news_article_contents p {
    line-height: 2;
  }
  .news_article_contents figure {
    margin-left: auto;
    margin-right: auto;
    width: 76.1904761905%;
  }
}/*# sourceMappingURL=news.css.map */