@charset "UTF-8";
/*==================================

下層ページ:登録・申請について

==================================*/
main section .container {
  width: 940px;
}

.lower-introduction .container {
  position: relative;
}
@media (min-width: 768.1px) {
  .lower-introduction .container {
    padding-inline: 16%;
  }
}
.lower-introduction .container::before {
  content: "";
  position: absolute;
  inset: -12em 20px 0;
  display: block;
  max-width: 980px;
  height: 20vw;
  max-height: 206px;
  margin-inline: auto;
  background-image: url(../images/news_headImg01.webp), url(../images/news_headImg02.webp);
  background-repeat: no-repeat;
  background-position: bottom 3% left, bottom right;
  background-size: 32.36% auto, 22.66% auto;
}
@media (max-width: 768px) {
  .lower-introduction .container::before {
    position: relative;
    inset: -4em 0 auto;
    height: 26vw;
    margin-top: -5.5em;
    background-position: top left, bottom right;
    background-size: 38.832% auto, 27.192% auto;
  }
}

.lower-archive__list li a {
  display: grid;
  grid-template-columns: 1fr auto;
}
.lower-archive__list li a time {
  grid-column: 1/-1;
}

.lower-single {
  margin-top: 0em;
}
@media (min-width: 768.1px) {
  .lower-single {
    padding-top: 5em;
  }
}
@media (max-width: 768px) {
  .lower-single {
    margin-top: -2em;
  }
}
.lower-single .article-date {
  font-size: 1.125em;
}
.lower-single .article-title {
  margin-bottom: 2em;
  padding: 0.75em 0 1.5em;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.636em;
  border-bottom: 2px solid currentColor;
}
.lower-single .article-description p {
  line-height: 2.25em;
}
.lower-single .article-description pre {
  white-space: pre-wrap;
}
.lower-single .article-description a {
  color: #ff8700;
}
.lower-single .article-description a:not(:hover) {
  text-decoration: underline;
}
.lower-single .article-linkList {
  display: grid;
  gap: 1.5em 1em;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 3em;
  padding-top: 3em;
  border-top: 2px solid #ddd;
}
@media (max-width: 768px) {
  .lower-single .article-linkList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.lower-single .article-linkList a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-single .article-linkList a [class*=arrow] {
  width: 1.875em;
  background: #444d72;
}
.lower-single .article-linkList a [class*=arrow]::after {
  border-color: #fff;
}
.lower-single .article-linkList-prev {
  grid-column: 1;
}
.lower-single .article-linkList-index {
  text-align: center;
}
@media (max-width: 768px) {
  .lower-single .article-linkList-index {
    grid-column: 1/-1;
  }
}
.lower-single .article-linkList-index a::before {
  content: "";
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 1em;
  height: 1em;
  background: url(../images/icon_index_nvy.svg) no-repeat center center/contain;
}
.lower-single .article-linkList-next {
  grid-column: 3;
  text-align: right;
}
@media (max-width: 768px) {
  .lower-single .article-linkList-next {
    grid-column: 2;
    grid-row: 1;
  }
}/*# sourceMappingURL=news.css.map */