.header__container {
  max-width: inherit;
}
@media (max-width: 900px) {
  .header__main {
    padding: 12px 0;
  }
}

.main {
  padding-top: 73px;
}
@media (min-width: 901px) {
  .main {
    overflow: inherit;
  }
}
@media (max-width: 900px) {
  .main {
    padding-top: 65px;
  }
}
.main__title--text {
  max-width: 940px;
}

.footer {
  padding: 16px 10px;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, color-stop(10.5%, #00a5f6), to(#004eea));
  background: linear-gradient(270deg, #00a5f6 10.5%, #004eea 100%);
}

.heading__blueBg {
  padding: 8px 16px;
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 232px;
  padding-left: 60px;
  color: #0064cf;
  background: url("/images/column/bg_column.jpg") no-repeat 0 0/cover;
  border-radius: 10px;
}
@media (min-width: 576px) {
  .banner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 96px;
  }
}
@media (max-width: 575px) {
  .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 66.9333333333vw;
    padding-top: 6.6666666667vw;
    padding-left: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: linear-gradient(281deg, rgba(0, 91, 234, 0.9) 0%, rgba(0, 147, 243, 0) 30.82%);
  border-radius: 10px;
}
@media (max-width: 575px) {
  .banner::after {
    background: linear-gradient(39deg, rgba(0, 91, 234, 0.9) 5.26%, rgba(0, 147, 243, 0) 42.64%);
  }
}
@media (min-width: 576px) {
  .banner__text, .banner__more {
    z-index: 1;
  }
}
.banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 575px) {
  .banner__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.banner__text {
  position: relative;
  width: 354px;
  height: 36px;
}
@media (max-width: 900px) {
  .banner__text {
    width: 195px;
    height: 81px;
  }
}
@media (max-width: 575px) {
  .banner__text {
    width: 52vw;
    height: 21.6vw;
  }
}
@media (min-width: 576px) {
  .banner__img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-height: 100%;
  }
}
.banner__imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 248px;
  height: 232px;
}
@media (max-width: 575px) {
  .banner__imgarea {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55.4666666667vw;
    height: 59.2vw;
  }
}
.banner__more {
  position: absolute;
  bottom: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 156px;
  padding: 3px 13px 3px 18px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.28px;
  background: #fff;
  border-radius: 29px;
}
@media (min-width: 576px) {
  .banner__more {
    right: 16px;
  }
}
@media (max-width: 575px) {
  .banner__more {
    left: 20px;
    z-index: 1;
  }
}
.banner__more::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.5%202L9.5%207L4.5%2012%22%20stroke%3D%22%230064CF%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 0/contain;
}

.-pr-0 {
  padding-right: 0;
}

.-pl-0 {
  padding-left: 0;
}

.-w-100 {
  width: 100%;
}

.column__list {
  border: 1px solid #cee6fe;
}
.column__list:not(:last-child) {
  border-bottom: 0;
}
.column__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 40px;
  color: #2e2d28;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%204L22%2016L10%2028%22%20stroke%3D%22%230064CF%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") no-repeat top 50% right 40px/32px 32px;
}
@media (max-width: 900px) {
  .column__link {
    padding-right: 12px;
    padding-left: 24px;
    background-position: top 50% right 12px;
  }
}
.column__link:hover {
  background-color: #f5faff;
  opacity: 1;
}
.column__linktext {
  display: -webkit-box;
  width: calc(100% - 46px);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 900px) {
  .column__linktext {
    width: calc(100% - 42px);
  }
}
.column__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.column__backtext {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #0064cf;
  text-decoration-line: underline;
  text-decoration-thickness: 6%;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-underline-offset: auto;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.column__backtext.-no-underline {
  text-decoration: none;
}
.column__detail, .column__foot {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}
.column__headline {
  padding-bottom: 6px;
  border-bottom: 1px solid #0064cf;
}
@media (max-width: 900px) {
  .column__headline {
    padding-bottom: 10px;
  }
}
.column__img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 900px) {
  .column__img {
    max-width: 100%;
  }
}
.column__disc {
  position: relative;
  padding-left: 20px;
}
.column__disc:not(:last-child) {
  margin-bottom: 16px;
}
.column__disc::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #0064cf;
  border-radius: 50%;
}
.column__button {
  max-width: 214px;
  margin-right: auto;
  margin-left: auto;
}

.toc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 40px;
  border: 1px solid #cfcfcf;
}
@media (max-width: 900px) {
  .toc {
    padding: 32px;
  }
}
.toc__decimal, .toc__lower-latin, .toc__link {
  color: #0064cf;
}
.toc__decimal, .toc__lower-latin {
  margin-top: 1em;
  margin-left: 1.5em;
  text-decoration-line: underline;
  text-decoration-thickness: 6%;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-underline-offset: auto;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.toc__decimal {
  list-style: decimal;
}
.toc__lower-latin {
  list-style: lower-latin;
}