.content {
  width: 83.33vw;
  margin: 0 auto;
}
.top__char {
  position: absolute;
  width: 18.1vw;
  top: -15px;
  right: 8.5%;
}
.top {
  padding-top: 1.875em;
  padding-bottom: 4.6875em;
}
.top__border-box {
  height: 12.3em;
  border-bottom: solid 4px #143e20;
}
.top__page-title {
  height: 1em;
  font-size: 2em;
  text-align: center;
  letter-spacing: 0.3em;
  color: #143e20;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.top__logo {
  width: 12.583vw;
  position: absolute;
  top: 0;
  right: 8.5%;
}
.contents__information {
  border-bottom: solid 0.5px #717071;
}
.information__news-link {
  outline: 0;
}
.dv-pc .information__news-link:hover .news-link__news-heading {
  opacity: 0.5;
}
.news-link__news-heading {
  padding: 2em 0;
  line-height: 1em;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.news-heading__date {
  font-size: 1.1em;
}
.news-heading__date,
.news-heading__title {
  vertical-align: middle;
  display: inline-block;
}
.news-heading__title {
  width: 67vw;
  padding-left: 1em;
  font-size: 1.4em;
  line-height: 1.5em;
  color: #456fad;
}
.news-heading__open-btn {
  width: 2.5vw;
  height: 2.5vw;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.open-btn__plus {
  opacity: 1;
}
.open .open-btn__plus {
  opacity: 0;
}
.open-btn__minus {
  opacity: 0;
  padding-top: 48%;
}
.open .open-btn__minus {
  opacity: 1;
}
.open-btn__minus,
.open-btn__plus {
  position: absolute;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.contents__news-text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  -webkit-transition: max-height 0.5s;
}
.news-text__body {
  padding-top: 2em;
  padding-bottom: 8em;
  font-size: 1.1em;
  line-height: 1.75;
}
.no-transition {
  transition: none;
  -webkit-transition: none;
}
@media screen and (min-width: 1201px) {
  .content {
    width: 750pt;
  }
  .top__border-box {
    height: 200px;
  }
  .top__logo {
    width: 151px;
  }
  .top__char {
    top: -13px;
    width: 210px;
  }
  .news-heading__title {
    width: 760px;
  }
  .news-heading__open-btn {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .slider__sns-icon {
    width: 7.5vw;
    right: auto;
    top: 15.5vw;
    left: 5.5vw;
  }
  .content {
    width: 89.33vw;
    padding-top: 17%;
  }
  .top__border-box {
    height: 21.1em;
    display: flex;
    -webkit-display: flex;
  }
  .top__char {
    width: 36.66vw;
    right: -5.5%;
    top: -1.4em;
  }
  .top__page-title {
    width: 62.66vw;
    font-size: 4.3em;
    letter-spacing: 0.2em;
  }
  .top__logo {
    width: 26.66vw;
    top: -0.6em;
    right: 0;
  }
  .news-link__news-heading {
    padding-top: 3em;
    padding-bottom: 3em;
    line-height: 1em;
  }
  .news-heading__date {
    font-size: 2.5em;
  }
  .news-heading__title {
    width: 75vw;
    padding-left: 0;
    font-size: 3em;
    line-height: 1.5;
  }
  .news-heading__open-btn {
    width: 6vw;
    height: 6vw;
  }
  .news-text__body {
    padding-top: 1em;
    padding-bottom: 4em;
    font-size: 2.5em;
  }
}
