@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(/en/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;
}