@charset "UTF-8";
.mv-column {
  position: relative;
  height: min(50vw, 25rem);
  text-align: center;
  color: #fff;
}
.mv-column__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mv-column__item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 20%;
     object-position: 0 20%;
}
.mv-column__item-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mv-column__item-title__txt01 {
  display: block;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
  line-height: 1.36;
}
@media print, screen and (min-width: 769px) {
  .mv-column__item-title__txt01 {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
  }
}
.mv-column__item-title__txt02 {
  display: block;
  margin-top: 0.5em;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media print, screen and (min-width: 769px) {
  .mv-column__item-title__txt02 {
    margin-top: 1.5em;
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
}
.mv-column__item-illust {
  position: absolute;
  left: 50%;
  bottom: -90px;
  width: 95%;
  max-width: 343px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media print, screen and (min-width: 769px) {
  .mv-column__item-illust {
    max-width: 1300px;
    bottom: -80px;
  }
}
.mv-column__item-illust img {
  width: 100%;
  height: auto;
}

.column-index {
  position: relative;
  margin: 0 auto;
  padding: 70px 15px;
  max-width: 1100px;
  text-align: left;
}
.column-index__title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .column-index__title {
    font-size: 18px;
  }
}
.column-index__desc {
  font-size: 14px;
  line-height: 1.75;
  color: #333;
  display: block;
  margin: 1em 0 0;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .column-index__desc {
    font-size: 16px;
  }
}
.column-index__lists {
  margin-top: 3em;
  display: -ms-grid;
  display: grid;
  gap: 5em;
}
@media print, screen and (min-width: 769px) {
  .column-index__lists {
    margin-top: 4em;
    -ms-grid-columns: 1fr 3em 1fr 3em 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3em;
  }
}
.column-index__box {
  position: relative;
}
.column-index__box a {
  display: block;
  text-decoration: none;
}
.column-index__image {
  aspect-ratio: 345/163;
  position: relative;
  overflow: hidden;
  border: 1px solid #e3e5e4;
}
.column-index__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.column-index__image img:hover {
  opacity: 0.6;
}
.column-index__text {
  display: block;
  color: #1d77f2;
  font-weight: 600;
  margin: 12px 0 5px;
  font-size: 16px;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .column-index__text {
    font-size: 18px;
  }
}
.column-index__time-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 0.5em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.column-index__time-tags time {
  color: #333;
  padding: 0.2em 0.5em 0.2em 0;
  font-size: 1.3rem;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .column-index__time-tags time {
    font-size: 1.4rem;
  }
}
.column-index__time-tags span {
  padding: 0.2em 0.5em 0.1em;
  background-color: #e9eff2;
  border-radius: 4px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #333;
}
@media print, screen and (min-width: 769px) {
  .column-index__time-tags span {
    font-size: 1.2rem;
  }
}
.column-index__no-posts {
  margin: 3em auto;
  text-align: center;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 769px) {
  .column-index__no-posts {
    font-size: 1.6rem;
  }
}

.column-entry {
  position: relative;
  margin: 0 auto;
  padding: 3rem 15px;
  max-width: 1100px;
  color: #333;
  background-color: #fff;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .column-entry {
    padding: 5rem 30px;
  }
}
.column-entry__header {
  text-align: left;
}
.column-entry__title {
  padding: 0.5em 0 0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (min-width: 769px) {
  .column-entry__title {
    font-size: 3.2rem;
    letter-spacing: 0.04em;
  }
}
.column-entry__time-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 0.5em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.column-entry__time-tags time {
  color: #333;
  padding: 0.2em 0.5em 0.2em 0;
  font-size: 1.3rem;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .column-entry__time-tags time {
    font-size: 1.4rem;
  }
}
.column-entry__time-tags span {
  padding: 0.2em 0.5em 0.1em;
  background-color: #e9eff2;
  border-radius: 4px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #333;
  vertical-align: middle;
}
@media print, screen and (min-width: 769px) {
  .column-entry__time-tags span {
    font-size: 1.2rem;
  }
}

.column-entry__column {
  margin: 0 auto;
  max-width: 1120px;
}
@media print, screen and (min-width: 769px) {
  .column-entry__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}
.column-entry__column > div {
  text-align: center;
  margin: 0 auto;
  width: 80%;
}
@media print, screen and (min-width: 769px) {
  .column-entry__column > div {
    margin: 0;
    width: 48%;
    max-width: 540px;
  }
}
.column-entry__column > div img {
  margin-top: 2em;
}
@media print, screen and (min-width: 769px) {
  .column-entry__column > div img {
    margin-top: 3.5em;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .column-entry__column02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}
.column-entry__column02 > div {
  margin: 1.5em auto 0;
}
@media print, screen and (min-width: 769px) {
  .column-entry__column02 > div {
    margin-top: 2.5em;
  }
}
.column-entry__column02 > div:first-child {
  width: 80%;
}
@media print, screen and (min-width: 769px) {
  .column-entry__column02 > div:first-child {
    width: 45%;
  }
}
@media print, screen and (min-width: 769px) {
  .column-entry__column02 > div:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.column-entry__column02 > div:nth-child(2) p:first-child {
  margin-top: -0.5em;
}
@media print, screen and (min-width: 769px) {
  .column-entry__column02--left-img > div:nth-child(2) {
    padding-left: 5vw;
  }
}
@media print, screen and (min-width: 1024px) {
  .column-entry__column02--left-img > div:nth-child(2) {
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .column-entry__column02--right-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  .column-entry__column02--right-img > div:nth-child(2) {
    padding-right: 5vw;
  }
}
@media print, screen and (min-width: 1024px) {
  .column-entry__column02--right-img > div:nth-child(2) {
    padding-right: 50px;
  }
}
.column-entry__column03 {
  margin: 0 auto;
  max-width: 1120px;
}
@media print, screen and (min-width: 769px) {
  .column-entry__column03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}
@media print, screen and (min-width: 769px) {
  .column-entry__column03::after {
    content: "";
    width: 30%;
  }
}
.column-entry__column03 > div {
  text-align: center;
  margin: 0 auto;
  width: 80%;
}
@media print, screen and (min-width: 769px) {
  .column-entry__column03 > div {
    margin: 0;
    width: 30%;
    max-width: 346px;
  }
}
.column-entry__column03 > div img {
  margin-top: 1.5em;
}
@media print, screen and (min-width: 769px) {
  .column-entry__column03 > div img {
    margin-top: 3em;
    width: 100%;
  }
}
.column-entry__column04 {
  margin: 0 auto;
  max-width: 1120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media print, screen and (min-width: 769px) {
  .column-entry__column04::after {
    content: "";
    width: 24%;
  }
}
.column-entry__column04 > div {
  text-align: center;
  width: 47%;
}
@media print, screen and (min-width: 769px) {
  .column-entry__column04 > div {
    margin: 0;
    width: 23%;
    max-width: 250px;
  }
}
.column-entry__column04 > div img {
  margin-top: 1.5em;
}
@media print, screen and (min-width: 769px) {
  .column-entry__column04 > div img {
    margin-top: 3em;
    width: 100%;
  }
}
.column-entry__center-img-res {
  text-align: center;
  margin: 2em auto 0 !important;
}
@media print, screen and (min-width: 769px) {
  .column-entry__center-img-res {
    margin-top: 3.5em !important;
  }
}
.column-entry__center-img-res img {
  margin: 0 auto;
  max-width: 923px !important;
  width: 100%;
  height: auto;
}
.column-entry__number {
  margin-top: 3.5em;
  display: block;
  position: relative;
  padding-left: 1em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .column-entry__number {
    padding-left: 1.3em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.column-entry__number::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 0.7em;
  height: 1.5px;
  background: #000;
}
@media print, screen and (min-width: 769px) {
  .column-entry__number::before {
    height: 2px;
  }
}
.column-entry__number + * {
  margin-top: 0 !important;
}
.column-entry__annotation {
  color: #666666;
  font-size: 10px;
  font-size: 1rem;
}
@media print, screen and (min-width: 769px) {
  .column-entry__annotation {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.column-entry__button {
  position: relative;
  margin-top: 2em;
  display: inline-block;
  background: #333333;
  color: #fff !important;
  text-decoration: none !important;
  padding: 1em 1.5em;
  text-align: center;
  min-width: 150px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.25;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (min-width: 769px) {
  .column-entry__button {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .column-entry__button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .column-entry__button:hover {
    background-color: #000;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .column-entry__button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .column-entry__button:hover {
    background-color: #000;
  }
}
.column-entry__table-scroll {
  margin-top: 2em;
  padding: 0 6.4vw 10px 0;
  overflow-x: auto;
  width: 93.6vw;
  margin-left: 0;
  scrollbar-color: #d4aa70 #e4e4e4;
  scrollbar-width: thin;
}
@media print, screen and (min-width: 769px) {
  .column-entry__table-scroll {
    padding: 0;
    width: 100%;
  }
}
.column-entry__table-scroll::-webkit-scrollbar {
  height: 4px;
}
.column-entry__table-scroll::-webkit-scrollbar-track {
  background-color: #e4e4e4;
}
.column-entry__table-scroll::-webkit-scrollbar-thumb {
  background-color: #999999;
}
.column-entry__table-scroll table {
  width: 100%;
  display: table !important;
}
.column-entry__table-scroll th, .column-entry__table-scroll td {
  padding: 0.5em 1.5em !important;
  white-space: nowrap;
}
@media print, screen and (min-width: 769px) {
  .column-entry__table-scroll th, .column-entry__table-scroll td {
    padding: 1em 2em !important;
    white-space: normal;
  }
}

.column-entry__grid {
  display: -ms-grid;
  display: grid;
  gap: min(5vw, 1em);
}
.column-entry__grid--col2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.column-entry__grid--col2-pc {
  -ms-grid-columns: none;
  grid-template-columns: none;
}
@media print, screen and (min-width: 769px) {
  .column-entry__grid--col2-pc {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.column-entry__grid--col3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.column-entry__grid--col3-pc {
  -ms-grid-columns: none;
  grid-template-columns: none;
}
@media print, screen and (min-width: 769px) {
  .column-entry__grid--col3-pc {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.column-entry__grid--col4 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.column-entry__grid--col4-pc {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 769px) {
  .column-entry__grid--col4-pc {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.column-entry__body > * {
  margin-top: 2em;
}
@media print, screen and (min-width: 769px) {
  .column-entry__body > * {
    margin-top: 3em;
  }
}

.column-entry__body {
  padding-top: 3rem;
  font-size: 1.4rem;
  line-height: 1.875;
}
@media print, screen and (min-width: 769px) {
  .column-entry__body {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.column-entry__body h1:not(:first-child), .column-entry__body h2:not(:first-child), .column-entry__body h3:not(:first-child), .column-entry__body h4:not(:first-child), .column-entry__body h5:not(:first-child), .column-entry__body p:not(:first-child), .column-entry__body ol:not(:first-child), .column-entry__body ul:not(:first-child), .column-entry__body blockquote:not(:first-child), .column-entry__body table:not(:first-child) {
  margin-top: 2em;
}
@media print, screen and (min-width: 769px) {
  .column-entry__body h1:not(:first-child), .column-entry__body h2:not(:first-child), .column-entry__body h3:not(:first-child), .column-entry__body h4:not(:first-child), .column-entry__body h5:not(:first-child), .column-entry__body p:not(:first-child), .column-entry__body ol:not(:first-child), .column-entry__body ul:not(:first-child), .column-entry__body blockquote:not(:first-child), .column-entry__body table:not(:first-child) {
    margin-top: 2.5em;
  }
}
.column-entry__body strong {
  font-weight: 700;
}
.column-entry__body h2 {
  margin-bottom: 1em !important;
  position: relative;
  color: #fff;
  width: 100%;
  padding: 0.75em 0.5em 0.75em 1em !important;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 700;
  background: url(/assets/img/column/title_bg_sp.webp) no-repeat center center/cover;
}
@media print, screen and (min-width: 769px) {
  .column-entry__body h2 {
    font-size: 2.4rem;
    background: url(/assets/img/column/title_bg_pc.webp) no-repeat center center/cover;
  }
}
.column-entry__body h2::after {
  position: absolute;
  left: 0;
  bottom: 0.15em;
  content: "";
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(2.5em, rgb(255, 255, 255)), color-stop(2.5em, rgba(255, 255, 255, 0.3)));
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 2.5em, rgba(255, 255, 255, 0.3) 2.5em);
}
.column-entry__body h2 + * {
  margin-top: 1.5em;
}
.column-entry__body h2 + h3 {
  margin-top: 2em !important;
}
@media print, screen and (min-width: 769px) {
  .column-entry__body h2 + div {
    padding-left: 1.5em;
  }
}
.column-entry__body h2:not(:first-child) {
  margin-top: 3.5em;
}
.column-entry__body h3 {
  position: relative;
  color: #000;
  width: 100%;
  padding: 1em 0 0.5em !important;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 769px) {
  .column-entry__body h3 {
    font-size: 2rem;
  }
}
.column-entry__body h3::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(3em, #497dff), color-stop(2em, #dadada));
  background-image: linear-gradient(90deg, #497dff 3em, #dadada 2em);
}
.column-entry__body h3:not(:first-child) {
  margin-top: clamp(2em, 5vw, 4em);
}
@media print, screen and (min-width: 769px) {
  .column-entry__body h3 + .column-entry__column02 > div {
    margin-top: 0;
  }
}
.column-entry__body h4 {
  font-size: 1.2rem;
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  .column-entry__body h4 {
    font-size: 1.8rem;
  }
}
.column-entry__body h5 {
  font-size: 1.1rem;
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  .column-entry__body h5 {
    font-size: 1.6rem;
  }
}
.column-entry__body h6 {
  font-size: 1rem;
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  .column-entry__body h6 {
    font-size: 1.4rem;
  }
}
.column-entry__body p {
  clear: both;
  text-align: justify;
  word-break: break-all;
}
.column-entry__body a {
  position: relative;
  color: #47a7ff;
  text-decoration: underline;
}
.column-entry__body a[target=_blank]::after {
  position: relative;
  display: inline-block;
  content: "";
  width: 30px;
  height: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20enable-background%3D%22new%200%200%2019%2017%22%20viewBox%3D%220%200%2019%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m18%2012h-14v-11h6.2v-1h-7.2v4h-3v13h16v-4h3v-4.5h-1zm-3%204h-14v-11h2v8h12z%22%2F%3E%3Cpath%20d%3D%22m12.2%200v1h5l-3.8%203-1.3%201-2.7%202.1.6.8%203.7-2.9%201.3-1%203-2.4v4.9h1v-6.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/contain;
}
@media (hover: hover) {
  .column-entry__body a[target=_blank]::after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .column-entry__body a:hover {
    color: rgb(37, 145, 247);
  }
  .column-entry__body a:hover::after {
    opacity: 0.6;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .column-entry__body a[target=_blank]::after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .column-entry__body a:hover {
    color: rgb(37, 145, 247);
  }
  .column-entry__body a:hover::after {
    opacity: 0.6;
  }
}
.column-entry__body sup {
  font-size: 70%;
  vertical-align: super;
}
.column-entry__body sub {
  font-size: 70%;
  vertical-align: sub;
}
.column-entry__body u,
.column-entry__body em {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, rgb(189, 219, 229)));
  background: linear-gradient(transparent 70%, rgb(189, 219, 229) 50%);
  text-decoration: none;
}
.column-entry__body pre {
  margin-top: 3em;
  font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;
  font-size: 1.1rem;
  line-height: 1.4;
  background: #fff3c2;
  border: 1px solid #d8c888;
  padding: 1em 1.5em;
  display: block;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  max-width: 984px;
  min-height: 200px;
  max-height: 50vh;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media print, screen and (min-width: 769px) {
  .column-entry__body pre {
    font-size: 1.3rem;
  }
}
.column-entry__body pre::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.column-entry__body pre::-webkit-scrollbar-track {
  background: transparent;
  border: none;
}
.column-entry__body pre::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.column-entry__body ul, .column-entry__body ol {
  list-style-type: none;
  counter-reset: number;
}
.column-entry__body ul:not(:first-child), .column-entry__body ol:not(:first-child) {
  margin-top: 1.5em;
}
.column-entry__body li {
  position: relative;
}
.column-entry__body li:not(:first-child) {
  margin-top: 0.5em;
}
.column-entry__body ul li {
  padding-left: 1.5em;
}
.column-entry__body ul li:before {
  content: "";
  position: absolute;
  left: 0.25em;
  top: 0.65em;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background: currentColor;
}
table .column-entry__body ul li:before {
  top: 0.55em;
}
.column-entry__body ol li {
  padding-left: 1.5em;
}
.column-entry__body ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0.2em;
  top: 0;
  color: currentColor;
}
.column-entry__body blockquote {
  position: relative;
  padding: 3em;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  background: #eee;
  border: none;
}
.column-entry__body blockquote::after, .column-entry__body blockquote::before {
  display: inline-block;
  line-height: 1em;
  position: absolute;
  font-size: 4em;
  opacity: 0.5;
  color: currentColor;
  font-family: "osaka", sans-serif;
  vertical-align: bottom;
}
.column-entry__body blockquote::before {
  top: 20px;
  left: 5px;
  content: "“";
}
.column-entry__body blockquote::after {
  bottom: 0;
  right: 5px;
  content: "”";
}
.column-entry__body table {
  overflow: auto;
  width: 100%;
  display: block;
  border-collapse: collapse;
  height: auto !important;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 769px) {
  .column-entry__body table {
    font-size: 1.6rem;
  }
}
.column-entry__body table::-webkit-scrollbar {
  height: 10px;
}
.column-entry__body table::-webkit-scrollbar-track {
  background: transparent;
  border: none;
}
.column-entry__body table::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.column-entry__body table td, .column-entry__body table th {
  padding: 0.5em;
  border: 1px #ddd solid;
  font-size: 1.3rem;
  line-height: 1.75;
}
@media print, screen and (min-width: 769px) {
  .column-entry__body table td, .column-entry__body table th {
    padding: 1em 2em;
    font-size: 1.6rem;
  }
}
.column-entry__body table th {
  background: #eee;
  font-weight: 700;
}
.column-entry__body > figure,
.column-entry__body > img {
  margin: 2em auto 0;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .column-entry__body > figure,
  .column-entry__body > img {
    margin-top: 3.5em;
  }
}
.column-entry__body img {
  max-width: 100%;
  height: auto;
}
.column-entry__body img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.column-entry__body figcaption {
  margin-top: 0.5em;
  text-align: left;
}

.u-visible-sp {
  display: inline;
}
@media print, screen and (min-width: 769px) {
  .u-visible-sp {
    display: none;
  }
}

.column-entry__summary {
  margin-top: 5em;
  padding: 2em 1.5em;
  background-color: #f6f5ed;
  font-size: 1.3rem;
  line-height: 1.75;
}
@media print, screen and (min-width: 769px) {
  .column-entry__summary {
    padding: 2em 2em 2em;
    font-size: 1.4rem;
  }
}
.column-entry__summary h2 {
  background: transparent;
  background-image: none;
  padding: 0 0 0.5em !important;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: rgba(0, 0, 0, 0.5) 1px solid;
}
@media print, screen and (min-width: 769px) {
  .column-entry__summary h2 {
    font-size: 2.2rem;
  }
}

#main .column-entry__button-cta {
  margin: 4em auto;
  display: table;
  text-decoration: none;
  background: #ff4d73;
  color: #fff;
  width: min(90%, 582px);
  position: relative;
  -webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
  line-height: 1.5;
  text-decoration: none !important;
  font-weight: 700;
  border-radius: 1rem;
}
#main .column-entry__button-cta > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: clamp(1.6rem, 3.5vw, 1.8rem);
  line-height: 1.2;
  height: 60px;
}
@media print, screen and (min-width: 769px) {
  #main .column-entry__button-cta > span {
    height: 85px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
#main .column-entry__button-cta i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: visible;
  margin-right: 0.5em;
  width: 1.5em;
  height: 1.5em;
}
@media print, screen and (min-width: 769px) {
  #main .column-entry__button-cta i {
    width: 1.5em;
    height: 1.5em;
    margin-right: 1em;
  }
}
#main .column-entry__button-cta i::before, #main .column-entry__button-cta i::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#main .column-entry__button-cta i::before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2037.262%2025.955%22%20style%3D%22enable-background%3Anew%200%200%2037.262%2025.955%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%220.627%2C1%2036.262%2C1%2036.262%2C24.955%201.221%2C24.955%201.221%2C11.48%20%22%2F%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%2235.886%2C1.646%2018.898%2C15.721%200.627%2C1%20%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/contain;
}
#main .column-entry__button-cta i::after {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2037.262%2025.955%22%20style%3D%22enable-background%3Anew%200%200%2037.262%2025.955%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23ff4d73%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%220.627%2C1%2036.262%2C1%2036.262%2C24.955%201.221%2C24.955%201.221%2C11.48%20%22%2F%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%2235.886%2C1.646%2018.898%2C15.721%200.627%2C1%20%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/contain;
}
@media (hover: hover) {
  #main .column-entry__button-cta {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #main .column-entry__button-cta:hover {
    background-color: #fff;
    -webkit-transform: translate(-0.1rem, -0.1rem);
            transform: translate(-0.1rem, -0.1rem);
    color: #ff4d73;
  }
  #main .column-entry__button-cta:hover i::before {
    opacity: 0;
  }
  #main .column-entry__button-cta:hover i::after {
    opacity: 1;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #main .column-entry__button-cta {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #main .column-entry__button-cta:hover {
    background-color: #fff;
    -webkit-transform: translate(-0.1rem, -0.1rem);
            transform: translate(-0.1rem, -0.1rem);
    color: #ff4d73;
  }
  #main .column-entry__button-cta:hover i::before {
    opacity: 0;
  }
  #main .column-entry__button-cta:hover i::after {
    opacity: 1;
  }
}

.p-column-pager {
  position: relative;
  text-align: center;
  margin-top: 3rem;
  z-index: 3;
  font-size: 1.4rem;
}
.p-column-pager__prev, .p-column-pager__next {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.p-column-pager__prev::after, .p-column-pager__next::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 7px;
  height: 7px;
  border-top: #3d9bff solid 2px;
  border-right: #3d9bff solid 2px;
}
@media (hover: hover) {
  .p-column-pager__prev:hover::after, .p-column-pager__next:hover::after {
    border-color: #fff;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-column-pager__prev:hover::after, .p-column-pager__next:hover::after {
    border-color: #fff;
  }
}
.p-column-pager__prev::after {
  -webkit-transform: translate(-30%, -50%) rotate(225deg);
  transform: translate(-30%, -50%) rotate(225deg);
}
.p-column-pager__next::after {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
  transform: translate(-70%, -50%) rotate(45deg);
}
.p-column-pager .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .p-column-pager .nav-links {
    font-size: 1.5rem;
  }
}
.p-column-pager .nav-links > * {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 2px;
}
.p-column-pager a {
  text-decoration: none;
  color: #3d9bff;
}
@media (hover: hover) {
  .p-column-pager a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .p-column-pager a:hover {
    color: #fff;
    background-color: #3d9bff;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .p-column-pager a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .p-column-pager a:hover {
    color: #fff;
    background-color: #3d9bff;
  }
}
.p-column-pager .current {
  pointer-events: none;
  border: #fff solid 1px;
  color: #555;
}

.post-navigation {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 1.2rem;
  line-height: 2;
  width: min(90%, 1100px);
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .post-navigation {
    padding: 0 30px;
    margin-top: 4rem;
    margin-bottom: 4rem;
    font-size: 1.4rem;
  }
}
.post-navigation__list {
  padding-top: 1em;
  position: relative;
  border-top: #e0e0e0 1px solid;
}
.post-navigation__prev {
  position: absolute;
  top: 1em;
  left: 0;
  z-index: 2;
}
.post-navigation__home {
  position: relative;
  text-align: center;
}
.post-navigation__next {
  position: absolute;
  top: 1em;
  right: 0;
  z-index: 2;
}
.post-navigation a {
  display: inline-block;
  padding: 0.5em 1em 0.4em;
  border-radius: 5px;
  color: #3d9bff;
  text-decoration: none;
  border: #eee solid 1px;
}
@media print, screen and (min-width: 769px) {
  .post-navigation a {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media (hover: hover) {
  .post-navigation a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .post-navigation a:hover {
    color: #fff;
    background-color: #3d9bff;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .post-navigation a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .post-navigation a:hover {
    color: #fff;
    background-color: #3d9bff;
  }
}

.column-error {
  padding: 3em 0;
  margin: 0 auto;
  width: min(90%, 1100px);
}
@media print, screen and (min-width: 769px) {
  .column-error {
    padding: 3em 30px;
  }
}
.column-error__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.column-error p {
  margin-top: 1em;
}
.column-error a {
  color: #3d9bff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}