@charset "UTF-8";
/* ============================================================================================ override */
#tblLayout,
#tblLayout > tbody,
#tblLayout > tbody > tr,
#tblLayout > tbody > tr > td {
  display: block;
  width: 100%;
}

.c-breadcrumb {
  display: none !important;
}

/* ============================================================================================ h1 */
.column-main-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.4rem;
  text-align: center;
  background-image: url(/Contents/ThemeImage/featurepage/column/common/mv_ttl_bg.jpg);
  background-size: cover;
  height: 7.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-detail small {
  font-size: 91%;
}

/* ============================================================================================ breadcrumb */
.column-breadcrumb {
  margin-bottom: 1.4rem;
}

.column-breadcrumb--flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column-breadcrumb__list {
  justify-content: flex-start;
  align-items: center;
}

.column-breadcrumb__item,
.column-breadcrumb__item a {
  font-size: 1.2rem;
}

.column-breadcrumb .column-breadcrumb__item + .column-breadcrumb__item::before {
  content: ">";
  padding: 0 0.3em;
}

/* ============================================================================================ column-detail__inner */
.column-detail__inner {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding: 0 2rem;
}

/* -------------------- column-detail__section--body */
.column-detail__section--body {
  margin-top: 10rem;
}

#column_detail_top {
  margin-top: 0.4rem;
}

.column-detail__section--top + .column-detail__section--body {
  margin-top: 0;
}

/* ------------------------------------------ column-detail__sec-title */
.column-detail__title {
  font-size: 2.6rem;
  margin: 4rem 0;
  padding-left: 2rem;
  position: relative;
  font-weight: 700;
}

/* ------------------------------------------ column-detail__sec-title */
.column-detail__sec-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4rem;
  padding: 1rem 0;
  border: 2px solid #dadada;
  border-left: none;
  border-right: none;
}

.column-detail__sec-title--sub-num {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 6rem 0 4rem;
  padding: 1.2rem 2rem;
  background-color: #f4f1e4;
  border-radius: 3px;
}

.column-detail__sec-title--sub-num.title-flex {
  align-items: center;
}

.column-detail__sec-title--sub-num strong {
  width: calc(100% - 2.4em);
  font-weight: 700;
}

.column-detail__sec-title--sub-num span {
  width: 1.8em;
  height: auto;
  aspect-ratio: 1/1;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.3rem;
  color: #fff;
  background-color: #d0132f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-detail__sec-title--sub-line {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 6rem 0 4rem;
  padding: 1.2rem 2rem 1.2rem 3rem;
  background-color: #f4f1e4;
  border-radius: 3px;
  position: relative;
}

.column-detail__sec-title--sub-line::before {
  content: "";
  width: 10px;
  height: 4px;
  background-color: #d0132f;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

/* -------------------- column-flex */
.column-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* ------------------------------------------ column-detail__title */
.column-detail__title::before {
  content: "";
  width: 3px;
  height: 80%;
  background-color: #d0132f;
  border-radius: 3px;
  position: absolute;
  top: 10%;
  left: 0;
}

/* ------------------------------------------ column-detail__img */
.column-detail__img {
  margin-bottom: 4rem;
  border-radius: 24px;
  overflow: hidden;
}

/* ------------------------------------------ column-detail__text */
.column-detail__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

/* ------------------------------------------ column_box */
.column_box {
  max-width: 540px;
  margin: 4rem auto 0;
  padding: 1.5rem 2rem;
  border: 1px solid #dadada;
  border-radius: 12px;
}

.column_box:not(:last-child) {
  margin-bottom: 4rem;
}

.column_box__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #d0132f;
}

.column_box__ttl:not(:first-child) {
  margin-top: 1em;
}

.column_box__ttl--main {
  color: inherit;
  text-align: center;
}

.column_box__item {
  margin-top: 0.8rem;
  padding-left: 1em;
  font-size: 1.5rem;
  position: relative;
  font-weight: 700;
}

.column_box.column_box--contents .column_box__item {
  font-weight: normal;
}

.column_box__item a {
  font-size: 1.5rem;
}

.column_box__item::before {
  content: "";
  width: 0.6em;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #d0132f;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.column_box__item_dot {
  text-indent: -1em;
  padding-left: 1em;
}

.column_box__item_dot::before {
  content: "・";
  color: #d0132f;
}

.column_box__item_num {
  margin-left: 1em;
  text-indent: -0.9em;
}

.column_box__item:where(.column_box__numbered-list .column_box__item) {
  list-style: auto;
  padding-left: 0;
  margin-left: 1em;
}
.column_box__item:where(.column_box__numbered-list .column_box__item)::before {
  content: none;
}

.column_box__numbered-list .column_box__item::marker {
  color: #cf162a;
}
.column_box__numbered-list .column_box__item:first-child {
  margin-top: 0;
}

/* ------------------------------------------ column-detail__table */
.column-detail__table {
  max-width: 540px;
  min-width: 540px;
  margin: 4rem auto 0;
  border-top: 1px solid #e4e3de;
  border-collapse: collapse;
  border-spacing: 0;
}
.column-detail__table thead,
.column-detail__table tbody {
  border-left: 1px solid #e4e3de;
  border-right: 1px solid #e4e3de;
}

.column-detail__table:not(:last-child) {
  margin-bottom: 4rem;
}

.column-detail__table th, .column-detail__table td {
  padding: 1rem 2rem;
  font-size: 1.5rem;
  border: 1px solid #e4e3de;
  border-top: none;
  border-left: none;
}

.column-detail__table th:last-child, .column-detail__table td:last-child {
  border-right: none;
}

.column-detail__table th {
  text-align: center;
  vertical-align: middle;
  background-color: #f4f1e4;
}

.column-detail__table td {
  font-weight: 700;
}

.column-detail__table.trisection th, .column-detail__table.trisection td {
  width: 33.3333333333%;
}

.column-detail__table.ta_center td {
  text-align: center;
}

.column-detail__table--note_set {
  width: fit-content;
  margin: 0 auto 4rem;
}

.column-detail__table.four_rows {
  max-width: 70rem;
  min-width: 70rem;
}

.column-detail__table th.w15p,
.column-detail__table td.w15p {
  width: 15%;
}

.column-detail__table th.w30p,
.column-detail__table td.w30p {
  width: 30%;
}

.column-detail__table th.w35p,
.column-detail__table td.w35p {
  width: 35%;
}

.column-detail__tablee th.w25p,
.column-detail__table td.w25p {
  width: 25%;
}

.column-detail__table th.w20p,
.column-detail__table td.w20p {
  width: 20%;
}

.column-detail__table th.tac,
.column-detail__table td.tac {
  text-align: center;
}

.column-detail__table:is(.column-detail__table--note_set .column-detail__table) {
  margin-bottom: 1rem;
}

/* ------------------------------------------ column-comment */
.column_comment--section {
  margin-top: 8rem;
}

.column_btn--section {
  margin-top: 8rem;
}

.column-comment__title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding: 1em;
  background-color: #f4f1e4;
}

.column-comment__text {
  font-size: 1.4rem;
  line-height: 2;
}

.column-comment__author-meta {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1rem;
}

.column-comment__author-meta span {
  display: inline-block;
  font-size: 90%;
  font-weight: 700;
}

.column-comment {
  border: 1px solid #dadada;
  border-radius: 5px;
}

.column-comment__content {
  padding: 2rem 3rem;
}

.column-comment__author {
  width: 20%;
}

.column-comment__text {
  width: 76%;
}

/* ------------------------------------------ column_howto */
.column_howto {
  max-width: 540px;
  margin: 0 auto;
}

.column_howto:not(:last-child) {
  margin-bottom: 4rem;
}

.column_howto__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.column_howto__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.column_howto__item {
  margin: 0.8rem 0 0 1.2em;
  font-size: 1.5rem;
  text-indent: -1.1em;
}

/* ------------------------------------------ column_link */
.column_link {
  font-size: inherit;
  text-decoration: underline;
  hyphens: auto;
  word-break: break-all;
}

.column-detail__btn_area {
  margin-top: 8rem;
  text-align: center;
}

.column-detail__btn {
  position: relative;
  font-size: 1.6rem;
  margin: 0 1rem;
  padding: 0.8rem 0;
  width: 24rem;
  position: relative;
  color: #241a1a;
  border-radius: 9999px;
  border: 1px solid #3b372b;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: 500;
}

.column-detail__btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  aspect-ratio: 8/13;
  width: 1.2rem;
  background-image: url(/Contents/ThemeImage/featurepage/column/common/arrow_right_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}

.column-detail__btn::after {
  left: 1.5rem;
  transform: translateY(-50%) rotate(180deg);
}

/* ============================================================================================ 768以下 */
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
  .global-content__fluid-wrapper:has(.column-main-title) {
    padding: 0 !important;
  }
  .column-detail__inner {
    width: 90%;
    max-width: 760px;
    margin-inline: auto;
    padding: 0;
  }
  .column-breadcrumb {
    padding: 2vw 0;
    margin-bottom: 0;
  }
  .column-main-title {
    background-image: url(/Contents/ThemeImage/featurepage/column/common/mv_ttl_bg.jpg);
    height: 18.9333333333vw;
    font-size: 6.4vw;
  }
  .column-detail__title {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
  }
  .colucolumn-detail__title::before {
    height: 84%;
    top: 8%;
  }
  .column-detail__img {
    margin-bottom: 10.6666666667vw;
    border-radius: 3.2vw;
  }
  .column_box {
    max-width: 100%;
    margin-top: 8vw;
    padding: 2.6666666667vw 4vw;
    border-radius: 1.3333333333vw;
  }
  .column_box:not(:last-child) {
    margin-bottom: 8vw;
  }
  .column-detail__section--body {
    margin-top: 22vw;
  }
  .column-detail__sec-title {
    font-size: 4.8vw;
    margin-bottom: 8vw;
    border-width: 1px;
  }
  .column-detail__sec-title--sub-num {
    margin: 10.6666666667vw 0 8vw;
    padding: 2.6666666667vw;
  }
  .column-detail__sec-title--sub-num.column-flex {
    align-items: flex-start;
  }
  .column-detail__sec-title--sub-num strong {
    width: calc(100% - 6.1333333333vw);
  }
  .column-detail__sec-title--sub-num span {
    width: 4vw;
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
  .column-detail__sec-title--sub-line {
    margin: 10.6666666667vw 0 8vw;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 7.2vw;
  }
  .column-detail__sec-title--sub-line::before {
    width: 2.1333333333vw;
    height: 1.0666666667vw;
    top: 1.3em;
    transform: translateY(0);
  }
  .column_howto:not(:last-child) {
    margin-bottom: 8vw;
  }
  .column-detail__table {
    max-width: 100%;
    min-width: 100%;
    margin: 8vw 0 0;
  }
  .column-detail__table {
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 8vw 0 0;
  }
  .column-detail__table--note_set {
    margin: 0 0 8vw;
  }
  .column-detail__table:not(:last-child) {
    margin-bottom: 8vw;
  }
  .column-detail__table th,
  .column-detail__table td {
    padding: 1.8666666667vw 2.4vw;
    font-size: 3.6vw;
  }
  .column-detail__btn_area {
    margin-top: 9.8666666667vw;
  }
  .column-detail__btn {
    width: 68.8vw;
    margin-top: 4.8vw;
  }
  .column-comment {
    margin-top: 12.5333333333vw;
  }
  .column-comment__title {
    padding: 0.5em;
  }
  .column-comment__text {
    font-size: 3.6vw;
  }
  .column-comment__author-meta {
    font-size: 3.6vw;
  }
  .column-comment__author-meta span {
    font-size: 2.6666666667vw;
  }
  .column-comment__content {
    padding: 4vw;
  }
  .column-comment__author {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .column-comment__author img {
    max-width: 26.1333333333vw;
    margin-right: 8.5333333333vw;
  }
  .column-comment__text {
    margin-top: 6.1333333333vw;
    width: 100%;
  }
  .column_btn--section {
    margin-top: 0;
  }
}
#column_detail .column_notes {
  font-size: 1.1rem;
}

#column_detail .column_item {
  margin-top: 0.8rem;
  padding-left: 1em;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}

#column_detail .column_item::before {
  content: "";
  width: 0.6em;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #d0132f;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}