@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: 630px;
  padding: 30px 30px 0 20px;
  background: #fff;
  margin: 0 auto 0 -20px !important;
  min-width: 275px;
}
.contents.type01 {
  margin-bottom: 0 !important;
}
.-ceo .ttl-h2 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.-ceo .ttl-h2::before, .-ceo .ttl-h2::after {
  display: none;
}
.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;
}
/* cfo */
.-cfo sup a {
  display: inherit;
  text-decoration: underline;
  padding: 0 3px;
}
.-cfo .contents-wrap.-ttl .contents {
  max-width: unset;
  min-width: unset;
  width: 100% !important;
}
.-cfo .contents > div {
  padding-top: 80px;
  margin-top: 0;
  margin-bottom: 80px;
}
.-cfo .container.-content {
  top: -50px;
}
.-cfo .container.-content a.txtLink-inner[href$=".pdf"]::after {
  background: var(--iconPdf);
  background-size: 14px 18px;
  width: 16px;
  height: 19px;
}
.-cfo p.ttl_lead {
  font-size: 18px;
  font-weight: bold;
}
.-cfo .table-caption {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  margin-top: 50px;
}
.-cfo table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 50px;
  font-weight: bold;
  font-size: 15px;
}
.-cfo table th, table td {
  padding: 10px;
  border-right: 1px solid #BFCDD1;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
}
.-cfo table th:last-of-type, .-cfo table td:last-of-type {
  border-right: none;
}
.-cfo thead th {
  background: #E5EBED;
  vertical-align: middle;
}
.-cfo .sp-table-scroll thead th:nth-child(n+3) {
  color: #fff;
}
.-cfo .sp-table-scroll thead th:nth-child(3) {
  background: #4c4c78;
}
.-cfo .sp-table-scroll thead th:nth-child(4) {
  background: #00003e;
}
.-cfo .sp-table-scroll thead th:nth-child(5) {
  background: #00003e;
}
.-cfo tbody tr {
  border-bottom: 1px solid #BFCDD1;
}
.-cfo tbody th {
  border-right: 1px solid #BFCDD1 !important;
  text-align: left;
}
.-cfo .sp-table-scroll tbody .txtS {
  display: block;
  font-size: 80%;
  padding-top: 5px;
}
.-cfo .sp-table-scroll .sp-table-arrow {
  display: none;
}
.-cfo ol.text-attn li {
  padding-top: 70px;
  margin-top: -70px;
}
@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: 627px) {
  .-cfo .sp-table-scroll .sp-table-arrow {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 0.2s ease-out;
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .container.full-img img {
    height: 310px;
  }
  .contents-wrap.-ttl {
    left: 0;
    margin: 0 !important;
    width: 77%;
  }
  .-ceo .ttl-h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .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;
  }
  /* cfo */
  .-cfo .contents > div {
    margin: 40px auto;
    padding-top: 40px;
  }
  figure.-cfo {
    overflow: hidden;
    margin-bottom: 0;
  }
  figure.-cfo img {
    scale: 130%;
    position: relative;
    top: 25px;
  }
  .-cfo .contents-wrap.-ttl {
    width: 100%;
  }
  .-cfo .container.-content {
    top: -35px;
  }
  .-cfo p.ttl_lead {
    font-size: 16px;
  }
  .-cfo .sp-table-scroll {
    overflow-x: auto;
    padding-bottom: 10px;
    position: relative;
  }
  .-cfo .sp-table-scroll table {
    border-spacing: 0;
    white-space: nowrap;
  }
  .-cfo .sp-table-scroll::-webkit-scrollbar {
    height: 10px;
  }
  .-cfo .sp-table-scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #D9E1E3;
    border-radius: 5px;
  }
  .-cfo .sp-table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #7F9BA3;
  }
}