@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-primary: #00327D;
  --cc-secondary: #0071bc;
}

/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

- イージング

================================================ */
/* ================================================

-

================================================ */
.outline-sc.-table {
  padding: 173px 0 143px;
}
.outline-sc.-table .outline-sc__inner {
  padding: 0 70px;
}

.outline-table__ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.18em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.outline-table__ttl::before, .outline-table__ttl::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #000000;
}
.outline-table__ttl::before {
  margin-right: 0.5rem;
}
.outline-table__ttl::after {
  margin-left: 0.5rem;
}

.outline-table {
  margin-top: 40px;
}

.outline-table__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  border-top: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
}
.outline-table__table th,
.outline-table__table td {
  border-bottom: solid 1px #CCCCCC;
}
.outline-table__table th {
  width: 227px;
  padding: 6px 20px;
  font-size: 0.875rem;
  line-height: 1.571;
  text-align: left;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.01em;
  background-color: #F1EFED;
  white-space: nowrap;
  vertical-align: top;
}
.outline-table__table td {
  padding: 6px 25px;
  font-size: 0.875rem;
  line-height: 1.571;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  vertical-align: top;
}
.outline-table__table td a {
  color: #6495ED;
  text-decoration: underline;
}
.outline-table__update {
  margin-top: 40px;
}
.outline-table__update p {
  font-size: 0.75rem;
  color: #4d4d4d;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

.outline-note {
  margin-top: 40px;
}
.outline-note p {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #4d4d4d;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .outline-sc.-table {
    padding: 13.333vw 0 16vw;
  }
  .outline-sc.-table .outline-sc__inner {
    padding: 0 5.333vw;
  }
  .outline-table__ttl {
    font-size: 5.8666666667vw;
  }
  .outline-table__ttl::before, .outline-table__ttl::after {
    content: "";
    width: 5.333vw;
    height: 0.267vw;
  }
  .outline-table__table th {
    width: 21.333vw;
    font-size: 3.2vw;
  }
  .outline-table__table td {
    font-size: 3.2vw;
  }
  .outline-table__update {
    margin-top: 8vw;
  }
  .outline-table__update p {
    font-size: 2.6666666667vw;
  }
  .outline-note {
    margin-top: 8vw;
  }
  .outline-note p {
    font-size: 3.2vw;
  }
  .outline-label {
    width: 218px;
    margin: 45px auto 0;
  }
}