.up-d-news-page *,
.up-d-news-page *::before,
.up-d-news-page *::after {
  box-sizing: border-box;
}

.up-d-news-page {
  color: #222222;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.28px;
}

.up-d-news-page :where(h1, h2, h3, h4, h5, h6) {
  font-family: inherit;
  color: inherit;
  text-transform: none;
}

.up-d-news-page img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.up-d-news-page a {
  color: #222222;
  text-decoration: none;
}

.up-d-news-page a:hover {
  color: #222222;
  text-decoration: none;
}

.up-d-news-page__inner {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 25px;
}

.up-d-news-heading-wrap {
  max-width: 976px;
  margin: 36px auto;
}

.up-d-news-heading {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.28px;
  color: #222222;
  text-align: center;
}

.up-d-news-rule {
  height: 3px;
  margin: 7px 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  box-sizing: content-box;
  background-color: transparent;
  background-image: repeating-linear-gradient(135deg, #cccccc 0, #cccccc 1px, transparent 0, transparent 50%);
  background-size: 5px 5px;
  background-repeat: repeat;
}

.up-d-news-list {
  max-width: 880px;
  margin: 0 auto;
  padding-bottom: 178.9px;
}

.up-d-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  border-bottom: 1px dotted #d2d2d2;
  color: #222222;
  font-size: 13.6px;
  line-height: 1.6;
}

.up-d-news-item__date {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 35%;
  text-indent: 16px;
}

.up-d-news-item__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 65%;
}

.up-d-news-article {
  max-width: 1040px;
  margin: 0 auto;
  padding: 100px 0 184px;
}

.up-d-news-article .up-d-news-heading-wrap {
  max-width: 832px;
}

.up-d-news-article__date {
  padding: 30px 0 0;
  font-size: 13.6px;
  line-height: 1.6;
  color: #727272;
  text-align: center;
}

.up-d-news-article__content {
  padding: 30px 0;
  font-size: 14px;
  line-height: 1.6;
}

.up-d-news-article__content p {
  margin: 0 0 1.6em;
  line-height: 2;
}

.up-d-news-article__content p:last-child {
  margin-bottom: 0;
}

.up-d-news-article__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.up-d-news-article__content figure {
  margin: 0 0 1.6em;
}

.up-d-news-article__content a {
  color: #005599;
  text-decoration: underline;
}

.up-d-news-article__content a:hover {
  color: #005599;
  text-decoration: none;
}

.up-d-news-back {
  margin-top: 20px;
  font-size: 12.8px;
  line-height: 1.6;
  text-align: right;
}

.up-d-news-back a {
  display: inline-block;
  color: #222222;
  text-decoration: none;
}

.up-d-news-back a:hover {
  color: #222222;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .up-d-news-page__inner {
    padding: 0;
  }

  .up-d-news-heading-wrap {
    max-width: none;
    margin: 24px 0;
  }

  .up-d-news-heading {
    font-size: 20.8px;
  }

  .up-d-news-list {
    max-width: none;
    padding-bottom: 116px;
  }

  .up-d-news-item {
    padding: 16px 0;
  }

  .up-d-news-item__date {
    width: 25%;
    text-align: center;
    text-indent: 0;
  }

  .up-d-news-item__title {
    width: 75%;
    padding: 0 16px;
  }

  .up-d-news-article {
    max-width: none;
    margin: 0 15px;
    padding: 70px 0 154px;
  }

  .up-d-news-article .up-d-news-heading-wrap {
    max-width: none;
  }
}

@media screen and (max-width: 480px) {
  .up-d-news-list {
    padding-bottom: 68px;
  }

  .up-d-news-article {
    padding-bottom: 106px;
  }
}
