@charset "UTF-8";
.-center {
  text-align: center;
}

.-bodergrey {
  border: 1px solid #ccc;
  padding: 20px 30px;
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
figcaption {
  font-size: 0.8rem;
  color: #999;
  text-align: left;
  margin-top: 5px;
  line-height: 1.3rem;
}

@media only screen and (max-width: 960px) {
  img.nostretch {
    height: auto !important;
  }
}
.fig-wrap figure img {
  width: 100% !important;
}

.footnav-link a {
  font-size: inherit;
}
.footnav-link a.text-link.-external::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  padding-left: 6px;
  display: inline-block;
  text-decoration: none;
}

ol.list-num {
  margin: 1em;
}

ol.circle {
  list-style-type: none;
  text-indent: -1em;
  margin: 1em;
}

.ml1em {
  margin-left: 1em;
}

.caption,
.asterisk {
  font-size: 0.8rem;
}

.asterisk {
  text-indent: -1rem;
  margin-left: 1rem;
  display: block;
  line-height: 1.3rem;
}
.asterisk::before {
  content: "※";
  margin-right: 0.2rem;
}

@media only screen and (max-width: 768px) {
  .btn-link.-more {
    font-size: 0.9rem !important;
    background-position-y: 0.2rem !important;
  }
}

.sssttl {
  font-weight: bold !important;
  font-size: 0.9rem;
}
.sssttl:not(:first-child) {
  margin: 25px 0 10px 0;
}
.sssttl::first-child {
  margin: 0 0 10px 0;
}

u {
  text-decoration: underline;
}

.clm.-bdr > .list-dot:first-child {
  margin-top: 0;
}
.clm.-bdr > .list-dot:last-child {
  margin-bottom: 0;
}

.btn-link.-back {
  font-size: 1.25rem;
  line-height: 1;
  color: #333;
  padding: 0 0 12px 40px;
  border-bottom: 2px solid #418FDE;
  background: url(/ja/img/common/arrow_left_bdr.png) 6px 0.5rem no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-link.-back:hover {
  color: #418FDE;
  background-position: 0px 0.5rem;
}

.ttl-sitemap {
  margin-bottom: 30px;
  font-size: 1.5rem;
}

.list-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .list-sitemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-sitemap li {
  white-space: nowrap;
  margin-right: 30px;
  padding: 10px 15px;
}
@media only screen and (max-width: 768px) {
  .list-sitemap li {
    margin-right: 0;
    white-space: normal;
  }
}
.list-sitemap li a {
  color: inherit;
}

.ttl-sitemap a,
.list-sitemap li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #418FDE;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ttl-sitemap a:hover,
.list-sitemap li a:hover {
  border-color: #fff;
}
.ttl-sitemap a::before,
.list-sitemap li a::before {
  content: "";
  border-left: 6px solid #418FDE;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  display: inline-block;
}
.ttl-sitemap a.text-link,
.list-sitemap li a.text-link {
  font-size: inherit !important;
}
.ttl-sitemap a.text-link::after,
.list-sitemap li a.text-link::after {
  color: #418FDE;
}
.ttl-sitemap a.text-link:hover,
.list-sitemap li a.text-link:hover {
  text-decoration: none;
}

.ttl-sitemap-md {
  color: #418FDE;
  margin-top: 2rem;
}

.content.pageSitemap main section, .content main .nottl-lead {
  margin-bottom: 60px;

}