@charset "utf-8";
/* CSS Document */
.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%;
  height: 520px;
  object-position: top;
}
.img-flexR figure.fig-img img, .img-flexL figure.fig-img img {
  max-height: 400px;
  object-position: 50% 13%;
}
@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: 275px;
}
.contents.type01 {
  margin-bottom: 0 !important;
}
.container.-content .contents > div {
  margin-top: 80px;
  margin-bottom: 80px;
}
.pageLink.-img ul li:hover::before {
  content: none;
}
.img-flexR figure.fig-img, .img-flexL figure.fig-img {
  margin: 0;
}
.ttl_lead {
    font-size: 18px;
    font-weight: bold;
}
.textLink.w-line a {
  left: 40px;
  margin-left: 0;
}
@media only screen and (min-width: 2000px) {
  .container.full-img img {
    height: 620px;
  }
}
/*--------------------------------------------------------------
   SP
--------------------------------------------------------------*/
@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%;
  }
  .contents > div:not(:last-of-type) {
    margin: 40px auto;
  }
  .img-flexR figure.fig-img, .img-flexL figure.fig-img {
    margin-bottom: 40px;
  }
  .img-flexR figure.fig-img img, .img-flexL figure.fig-img img {
    max-height: unset;
  }
  .textLink.w-line a {
    left: 0;
    margin-left: 40px;
}
  }