@charset "utf-8";
.container.-img {
  padding: 30px 10% 0;
  top: 0;
}
.container.full-img {
  padding: 0;
  animation: fade 2s ease;
  top: 0;
}
.container.full-img img {
  width: 100%;
  object-position: top;
  height: 520px;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container.-content {
  overflow: hidden;
  padding-top: 0;
}
.contents-wrap.-ttl {
  width: 75%;
  background: none !important;
}
.contents-wrap.-ttl .contents {
  max-width: 530px;
  padding: 30px 30px 0 20px;
  background: #fff;
  margin: 0 auto 0 -20px !important;
  min-width: 285px;
}
.contents.alignC.type02 img {
  width: 100%;
}
.qa li {
  margin-top: 80px;
}
.qa li:nth-child(3) .qa-q, .qa li:nth-child(3) .qa-a, .qa li:nth-child(8) .qa-q, .qa li:nth-child(8) .qa-a {
  margin-right: 30px;
}
.qa li:nth-child(3) .qa-a, .qa li:nth-child(8) .qa-a {
  margin-left: 0;
}
/*.qa li:nth-child(4), .qa li:nth-child(7) {
  margin-top: 20%;
}*/
.qa li:nth-child(10) {
  margin-top: 12%;
}
.qa p.q-num {
  min-width: 77px;
}
.qa .ttl-h2 {
  font-size: 18px;
  margin: 0 0 0 25px;
  line-height: 1.5;
  display: block;
}
.qa .ttl-h2::before, .qa .ttl-h2::after {
  display: none;
}
.img-flexL {
  margin-right: 17%;
}
.img-flexR {
  margin-left: 17%;
}
.img-flexR figure.fig-img {
  text-align: right;
}
.img-flexR figure.fig-img, .img-flexL figure.fig-img {
  margin: 0;
}
.img-flexR figure.fig-img img, .img-flexL figure.fig-img img {
  width: 100%;
  object-position: 50% 0;
}
.qa li:nth-child(10) .qa-q {
  position: relative;
  left: -25px;
}
.qa li:nth-child(10) p.q-num {
  min-width: 101px;
}
.qa sup a {
  display: inherit;
  text-decoration: underline;
  padding: 0 3px;
}
.contents ol.text-attn li {
  padding-top: 70px;
  margin-top: -70px;
}
.RelatedLinks li:last-child {
  position: relative;
  right: -40px;
}
@media only screen and (min-width: 2000px) {
  .container.full-img img {
    height: 620px;
  }
}
@media (max-width: 1023px) and (min-width: 395px) {
  .container.-img {
    padding: 15px 10% 0;
  }
}
@media only screen and (max-width: 394px) {
  .container.-img {
    padding: 15px 5% 0;
  }
}
@media only screen and (max-width: 1023px) {
  .container.full-img img {
    height: 310px;
  }
  .contents-wrap.-ttl {
    left: 0;
    margin: 0 !important;
    width: 77%;
  }
  .qa {
    margin-top: 0;
  }
  .qa p.q-num {
    min-width: 55px;
  }
  .qa li {
    margin-top: 50px;
  }
  .qa li p.qa-a {
    margin: 10px 0 0 !important;
  }
  .qa li:nth-child(10) .qa-q {
    left: 0;
  }
  .qa li:nth-child(10) p.q-num {
    min-width: 62px;
  }
  .qa li:nth-child(10) .ttl-h2 {
    margin: 0 0 0 15px;
  }
  .qa li:nth-child(3) .qa-q, .qa li:nth-child(3) .qa-a {
    margin-right: 0
  }
  .qa .img-flexR figure.fig-img img, .qa .img-flexL figure.fig-img img {
    max-height: unset;
    max-width: unset;
  }
  .qa li:nth-child(3) figure, .qa li:nth-child(6) figure, .qa li:nth-child(8) figure {
    margin: 30px 0;
  }
  .qa li:nth-child(6) .img-flexR {
    display: flex;
    flex-direction: column-reverse;
  }
  .qa li:nth-child(6) .img-flexR .img-flex_txt {
    margin: 0 0 30px;
  }
  .qa .ttl-h2 {
    font-size: 16px;
    margin: 0 0 0 5px;
  }
  .img-flexL, .img-flexR {
    margin-right: auto;
    margin-left: auto;
  }
  .contents.alignC.type02 {
    margin-top: -30px !important;
  }
  .RelatedLinks li:last-child {
    position: relative;
    right: 0;
}
}