@charset "UTF-8";
#contents .article-body {
  padding-bottom: 0 !important;
}
#contents .article-body > section {
  margin: 0 auto !important;
}
#contents .l-content {
  width: 100%;
}
#contents .l-content__inner {
  margin-bottom: 0 !important;
}
#contents .l-content__main {
  width: 100% !important;
}
#contents .breadcrumb,
#contents .content-width {
  width: calc(100% - 32px);
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(8px * 2);
  padding-right: calc(8px * 2);
}
@media screen and (min-width: 768px) {
  #contents .breadcrumb,
  #contents .content-width {
    width: 736px;
  }
}
@media screen and (min-width: 960px) {
  #contents .breadcrumb,
  #contents .content-width {
    width: 928px;
  }
}
@media screen and (min-width: 1200px) {
  #contents .breadcrumb,
  #contents .content-width {
    width: 1180px;
  }
}
#contents .ncH2:first-child {
  margin-top: 0 !important;
}

h1.article-title, h1.taxonomy-title {
  color: #002941;
  text-align: center;
}
h1.article-title::after, h1.taxonomy-title::after {
  content: "";
  display: block;
  width: 76px;
  height: 13px;
  margin: 15px auto;
  background: linear-gradient(to right, #70a7d5, #143d5d);
}

/*記事*/
.single .article-body {
  color: #021b2f;
}
.single .article .data {
  display: flex;
  border-bottom: solid 1px #002941;
  padding: 0.8em;
  margin-top: 0 !important;
}
.single .article .data_field {
  display: flex;
  justify-content: space-between;
}
.single .article .data_field span {
  display: block;
  width: 100%;
  text-align: center;
}
.single .article .data_field::after {
  content: "／";
  color: #2a90df;
}
.single .article .data_record {
  flex-shrink: 1;
  flex-grow: 1;
  width: auto;
}
.single .article aside {
  width: 100%;
}
@media (min-width: 768px) {
  .single .article-header {
    width: 100%;
  }
  .single .article-header__thumbnail {
    width: 48%;
    aspect-ratio: 3/2;
  }
  .single .article-header__thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .single .article-title {
    font-size: 30px;
  }
  .single .article-body {
    width: 48% !important;
  }
}
@media (min-width: 768px) {
  .single .content-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.single .bg-rectangle {
  padding-top: 3em;
  padding-bottom: 3em;
}
.single .bg-rectangle::after {
  top: auto;
  bottom: 0;
  height: 100%;
}/*# sourceMappingURL=style.css.map */