@charset "UTF-8";

/* ==========================================================================
   p-column.css
   ========================================================================== */

/* ========================================================================= */
/* object page_common */
/* ========================================================================= */

.p__column-index-fv .o-c__heading-h1 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 24px;
  position: relative;
  color: var(--rmeisai-primary);
  @media screen and (max-width: 576px) {
    font-size: 24px;
  }
}

.p__column-index-fv {
  .o-c__heading-h1.pb0 {
    padding-bottom: 0;
  }
  .o-c__heading-lead {
    top: 0;
  }
}

.p__column-pickup {
  padding: 0px 0 0;
  @media screen and (max-width: 1024px) {
    padding: 0px 80px 0;
  }
  @media screen and (max-width: 768px) {
    padding: 0px 0px 0;
  }
  @media screen and (max-width: 576px) {
    padding: 0px 20px 0;
  }
}

.p__column-pickup_container {
  width: 1100px;
  margin: 0px auto;
  position: relative;
  @media screen and (max-width: 1024px) {
    width: 100%;
  }
  @media screen and (max-width: 768px) {
    width: 100%;
  }
  .swiper-container {
    padding: 0 0 50px;
    @media screen and (max-width: 576px) {
      padding: 0 20px;
      padding-bottom: 30px;
    }
  }
}

.p__column-pickup_container_inner {
  width: 100%;
  overflow: hidden;
  .swiper-wrapper {
    align-items: stretch;
  }
  .swiper-slide {
    width: 100%;
    display: flex;
    align-items: stretch;
    height: auto;
    padding: 10px 0;
  }
}

.p__column-pickup_data {
  width: 100%;
  display: block;
  background-color: var(--white);
  border-radius: 10px;
  padding: 24px 25px 48px;
  text-decoration: none;
  border-top: 3px solid var(--rmeisai-primary);
  @media screen and (max-width: 576px) {
    padding: 14px 17px 43px;
  }
  &:hover {
    @media screen and (min-width: 769px) {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }
  }
}

.p__column-pickup_data_head {
  font-size: 16px;
  color: var(--rmeisai-primary);
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 34px;
  text-align: left;
  @media screen and (max-width: 576px) {
    font-size: 14px;
    padding: 0 0 13px;
    min-height: 0px;
  }
}

.p__column-pickup_data_img-box {
  width: 250px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  @media screen and (max-width: 768px) {
    width: 200px;
    height: 120px;
    padding: 0px;
  }
  img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.p__column-pickup_data_img-box._bnr {
  width: 220px;
}

.p__column-pickup {
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
    @media screen and (max-width: 576px) {
      bottom: 0px;
    }
  }
  .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    @media screen and (max-width: 576px) {
      width: 10px;
      height: 10px;
    }
  }
  .swiper-pagination-bullet-active {
    background-color: var(--rmeisai-primary);
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
    @media screen and (max-width: 576px) {
      margin: 0 10px;
    }
  }
  .swiper-button-prev {
    width: 45px;
    height: 45px;
    background-image: none;
    background-color: var(--rmeisai-primary);
    border-radius: 50%;
    left: -65px;
    right: auto;
    @media screen and (max-width: 768px) {
      left: 20px;
    }
    @media screen and (max-width: 576px) {
      left: 0px;
      width: 35px;
      height: 35px;
    }
    &:after {
      position: absolute;
      z-index: 1;
      display: block;
      content: "";
      width: 14px;
      height: 14px;
      top: 50%;
      left: 50%;
      bottom: auto;
      margin: auto;
      transform: translateY(-50%) translateX(-30%) rotate(-135deg);
      transition: all ease .3s;
      border-top: 2px solid var(--white);
      border-right: 2px solid var(--white);
    }
    &:hover {
      @media screen and (min-width: 769px) {
        border: 2px solid var(--rmeisai-primary);
        background-color: var(--white);
      }
    }
    &:hover:after {
      @media screen and (min-width: 769px) {
        border-top: 2px solid var(--rmeisai-primary);
        border-right: 2px solid var(--rmeisai-primary);
      }
    }
  }
  .swiper-button-next {
    width: 45px;
    height: 45px;
    background-image: none;
    background-color: var(--rmeisai-primary);
    border-radius: 50%;
    right: -65px;
    left: auto;
    @media screen and (max-width: 768px) {
      right: 20px;
    }
    @media screen and (max-width: 576px) {
      right: 0px;
      width: 35px;
      height: 35px;
    }
    &:after {
      position: absolute;
      z-index: 1;
      display: block;
      content: "";
      width: 14px;
      height: 14px;
      top: 50%;
      left: 50%;
      bottom: auto;
      margin: auto;
      transform: translateY(-50%) translateX(-70%) rotate(45deg);
      transition: all ease .3s;
      border-top: 2px solid var(--white);
      border-right: 2px solid var(--white);
    }
    &:hover {
      @media screen and (min-width: 769px) {
        border: 2px solid var(--rmeisai-primary);
        background-color: var(--white);
      }
    }
    &:hover:after {
      @media screen and (min-width: 769px) {
        border-top: 2px solid var(--rmeisai-primary);
        border-right: 2px solid var(--rmeisai-primary);
      }
    }
  }
  .swiper-button-next,
  .swiper-button-prev {
    transform: translateY(-50%);
  }
}

.p__column-wrapper .new_layout_column {
  display: flex;
  flex-wrap: wrap;
}

.p__column-main {
  width: calc(100% - 250px);
  padding-right: 60px;
  box-sizing: border-box;
  @media screen and (max-width: 768px) {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 40px;
  }
  .column-category {
    margin: 0 auto;
  }
  .column-category-section {
    padding-top: 0;
  }
  .column-list-section {
    padding-bottom: 0;
    @media screen and (max-width: 768px) {
      padding-bottom: 0;
    }
    .column-news-list {
      display: block;
      li {
        background: var(--white);
        margin: 30px auto;
        box-sizing: border-box;
        border: solid 1px var(--gray-bg-01);
        border-radius: 10px;
        cursor: pointer;
        transition: 0.2s ease-in-out;
        position: relative;
        overflow: hidden;
        width: 100%;
        @media screen and (max-width: 768px) {
          margin: 18px auto;
        }
        &::before {
          @media screen and (max-width: 768px) {
            position: absolute;
            z-index: 1;
            display: block;
            content: "";
            right: -35px;
            bottom: -35px;
            width: 70px;
            height: 70px;
            background-color: var(--rmeisai-primary);
            transform: rotate(45deg);
          }
        }
        a {
          text-decoration: none;
          padding: 20px;
          @media screen and (max-width: 768px) {
            padding: 10px;
          }
          &::before {
            @media screen and (max-width: 768px) {
              position: absolute;
              z-index: 10;
              display: block;
              content: "";
              width: 8px;
              height: 8px;
              right: 12px;
              bottom: 12px;
              transform: rotate(90deg);
              transition: all ease .3s;
              border-top: 2px solid var(--white);
              border-right: 2px solid var(--white);
            }
          }
          &:hover {
            opacity: 1;
          }
          &:hover::after {
            content: '';
            position: absolute;
            border: 3px solid var(--rmeisai-primary);
            border-radius: 10px;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            -webkit-transition: border 0.25s ease-in-out;
            transition: border 0.25s ease-in-out;
            top: 0;
            left: 0;
            z-index: 0;
          }
          .o-c__btn-text {
            position: absolute;
            bottom: 20px;
            right: 20px;
            @media screen and (max-width: 768px) {
              display: none;
            }
          }
        }
        .column-list-photo-left {
          width: 150px;
          @media screen and (max-width: 768px) {
            width: 100px;
          }
          figure {
            width: 100%;
            height: 150px;
            border-radius: 10px;
            @media screen and (max-width: 768px) {
              height: 120px;
              position: relative;
            }
            img {
              @media screen and (max-width: 768px) {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                width: auto;
                height: 100%;
                object-fit: cover;
              }
            }
          }
        }
        .column-text-right {
          flex: 1;
          padding: 0 0 0 20px;
          position: relative;
          width: calc(100% - 150px);
          @media screen and (max-width: 768px) {
            width: calc(100% - 100px);
            padding: 0 0 0 10px;
          }
          h3 {
            font-size: 145%;
            font-weight: bold;
            line-height: 1.4;
            color: var(--black);
            text-decoration: none;
            padding: 0;
            @media screen and (max-width: 768px) {
              font-size: 110%;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden;
            }
          }
          .column-date {
            position: relative;
            padding-left: 20px;
            display: block;
            font-size: 95%;
            margin: 5px auto 10px;
            color: var(--gray-05);
            font-weight: normal;
            letter-spacing: 0.05em;
            text-align: left;
            @media screen and (max-width: 768px) {
              margin: 5px 0;
            }
            &::before {
              content: "";
              position: absolute;
              background-image: url(/rakurakucloud/meisai/assets/image/figure/column/icon_writetime.svg);
              background-size: 100%;
              background-repeat: no-repeat;
              width: 15px;
              height: 15px;
              top: 1px;
              bottom: 0;
              left: 0;
              margin: 0;
            }
          }
        }
      }
    }
  }
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    li {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 25px;
      height: 30px;
      margin: 0 5px;
      background: var(--gray-bg-01);
      transition: .2s;
    }
    li.current {
      background: var(--rmeisai-primary);
      color: var(--white);
    }
    li a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      color: var(--black);
      text-decoration: none;
    }
    li.prev,
    li.next,
    li.prev:hover,
    li.next:hover,
    li.mostPrev,
    li.mostNext,
    li.mostPrev:hover,
    li.mostNext:hover {
      background: none;
    }
    li.deactive a {
      pointer-events: none;
    }
    li.prev .arrow {
      display: block;
      margin: 0;
      width: 10px;
      height: 10px;
      border-top: 1px solid var(--rmeisai-primary);
      border-left: 1px solid var(--rmeisai-primary);
      transform: rotate(-45deg);
    }
    li.next .arrow {
      display: block;
      margin: 0;
      width: 10px;
      height: 10px;
      border-top: 1px solid var(--rmeisai-primary);
      border-right: 1px solid var(--rmeisai-primary);
      transform: rotate(45deg);
    }
    li.mostPrev .doublearrow {
      position: relative;
      display: block;
      margin: 0;
      width: 10px;
      height: 10px;
      border-top: 1px solid var(--rmeisai-primary);
      border-left: 1px solid var(--rmeisai-primary);
      transform: rotate(-45deg);
      &::before {
        content: '';
        position: absolute;
        top: -4px;
        left: -15px;
        margin: 0 10px;
        width: 10px;
        height: 10px;
        border-top: 1px solid var(--rmeisai-primary);
        border-left: 1px solid var(--rmeisai-primary);
      }
    }
    li.mostNext .doublearrow {
      position: relative;
      display: block;
      margin: 0;
      width: 10px;
      height: 10px;
      border-top: 1px solid var(--rmeisai-primary);
      border-left: 1px solid var(--rmeisai-primary);
      transform: rotate(135deg);
      &::before {
        content: '';
        position: absolute;
        top: 3px;
        right: -14px;
        margin: 0 10px;
        width: 10px;
        height: 10px;
        border-top: 1px solid var(--rmeisai-primary);
        border-left: 1px solid var(--rmeisai-primary);
      }
    }
    li.prev.deactive .arrow,
    li.next.deactive .arrow,
    li.mostPrev.deactive .doublearrow,
    li.mostNext.deactive .doublearrow {
      display: none;
    }
  }
}

.p__column-side {
  width: 250px;
  @media screen and (max-width: 768px) {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .side-category {
    margin-top: 35px;
    @media screen and (max-width: 768px) {
      margin-top: 40px;
    }
    .ttl {
      width: 100%;
      background: var(--rmeisai-primary);
      color: var(--white);
      font-size: 1.2rem;
      padding: 12px 20px 10px;
      box-sizing: border-box;
      text-align: center;
      @media screen and (max-width: 768px) {
        font-size: 1.1rem;
        padding: 12px 12px;
      }
    }
    li {
      border-bottom: 1px solid var(--gray-bg-01);
      a {
        color: var(--black);
        font-size: 14px;
        padding-right: 15px;
        position: relative;
        display: block;
        padding: 15px 0;
        text-decoration: none;
        @media screen and (max-width: 768px) {
          font-size: 13px;
          padding: 10px 10px 10px 0;
        }
        &:hover {
          color: var(--rmeisai-primary);
        }
        &::before {
          position: absolute;
          z-index: 1;
          display: block;
          content: "";
          width: 8px;
          height: 8px;
          top: 0;
          right: 15px;
          bottom: 0;
          margin: auto;
          transform: rotate(45deg);
          transition: all ease .3s;
          border-top: 2px solid var(--white);
          border-right: 2px solid var(--white);
          border-top: 2px solid var(--rmeisai-primary);
          border-right: 2px solid var(--rmeisai-primary);
        }
      }
    }
  }
}

.p__column-detail.column-detail {
  padding: 70px 0;
  @media screen and (max-width: 768px) {
    padding: 40px 0;
    width: 90%;
  }
  .side_area {
    margin: 0 0 30px;
    .bn-box02 .img-shiryo {
      padding: 15px 0;
      img {
        width: 200px;
      }
    }
    .bn-box02 li a {
      text-decoration: none;
      color: var(--black);
      transition: all 0.3s;
      &::before {
        border-right-color: var(--rmeisai-primary);
        border-bottom-color: var(--rmeisai-primary);
      }
      &::after {
        transition: border 0.25s ease-in-out;
      }
      .shiryo_ttl {
        color: var(--rmeisai-primary);
      }
      &:hover::after {
        border-color: var(--rmeisai-primary);
      }
    }
  }
  .column-style .table-type02 li.table-type02-item span,
  .column-style .table-type03 li.table-type03-item span,
  .column-style table.table-type04 th,
  .column-style table.table-type05 th,
  .column-style table.table-type06 th,
  .column-style table.table-type07 th,
  .column-style table.table-type10 th,
  .column-style .yellow-line {
    background: none;
    color: var(--rmeisai-primary);
  }
  .column-style.inner {
    width: calc(100% - 250px);
    padding-right: 60px;
    @media screen and (max-width: 768px) {
      width: 100%;
      padding-right: 0;
    }
  }
  .column-style h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    @media screen and (max-width: 768px) {
      font-size: 18px;
    }
  }
  .column-style h2 {
    background: var(--gray-bg-02);
    border-left: 5px solid var(--rmeisai-primary);
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 50px;
    padding: 32px 30px 30px;
    @media screen and (max-width: 768px) {
      font-size: 18px;
      margin-bottom: 20px;
      padding: 17px 15px 15px;
    }
  }
  .column-style h3 {
    border-left: 5px solid var(--rmeisai-primary);
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 8px 30px 7px;
    @media screen and (max-width: 768px) {
      font-size: 16px;
      margin-bottom: 20px;
      padding: 3px 15px 2px;
    }
  }
  .column-style h3.h3-type02 {
    @media screen and (max-width: 768px) {
      padding: 8px 15px;
      text-align: left;
    }
    span {
      background-color: var(--rmeisai-primary);
    }
  }
  .column-style .o-m__support_cta {
    @media screen and (max-width: 768px) {
      max-width: 100%;
      padding: 20px;
    }
    .o-c__cta-link_border {
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
      display: block;
      height: 70px;
      font-weight: 700;
      text-align: center;
      border-radius: 50px;
      position: relative;
      z-index: 300;
      line-height: 1;
      padding: 20px 25px 15px;
      background-color: var(--white);
      border: 3px solid var(--rmeisai-cta);
      color: var(--rmeisai-cta);
      font-size: 20px;
      text-decoration: none;
      display: block;
      margin: 30px auto 0 auto;
      box-shadow: none;
      width: 370px;
      text-align: inherit;
      @media screen and (max-width: 768px) {
        width: 100%;
        font-size: 16px;
        padding-right: 10px;
        margin-top: 20px;
        padding: 22px 15px 14px;
      }
      &:hover {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        background-color: var(--rmeisai-cta);
        border: 3px solid var(--white);
        color: var(--white);
        transform: scale(1.03);
        display: block;
        margin: 30px auto 0 auto;
        box-shadow: none;
        width: 370px;
        text-align: inherit;
        @media screen and (max-width: 768px) {
          width: 100%;
          font-size: 16px;
          padding-right: 10px;
          margin-top: 20px;
        }
      }
    }
  }
  .column-style .o-m__support_cta_inner {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
  }
  .column-style .o-m__support_cta_inner_icon {
    padding: 0;
    margin: 0;
    background-color: var(--white);
    width: 120px;
    height: 120px;
    border-radius: 100px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    @media screen and (max-width: 768px) {
      width: 80px;
      height: 80px;
    }
    img {
      width: 100%;
    }
  }
  .column-style .o-m__support_cta_inner_title {
    padding: 0;
    margin: 0;
    padding-left: 30px;
    @media screen and (max-width: 768px) {
      padding-left: 15px;
    }
    p {
      padding: 0;
      margin: 0;
      font-size: 14px;
      color: var(--rmeisai-primary);
      font-weight: 700;
      margin-bottom: 15px;
      @media screen and (max-width: 768px) {
        font-size: 12px;
      }
    }
    h4 {
      border: none;
      padding: 0;
      margin: 0;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.4;
      @media screen and (max-width: 768px) {
        font-size: 18px;
      }
    }
  }
  .column-style .point-midashi h3 {
    border: none;
    padding: 6px 20px;
    border-radius: 8px 8px 0 0;
    font-weight: 600;
    color: var(--black);
    margin: 0;
  }
  .column-style .point-midashi p {
    margin: 0;
    padding: 20px;
  }
  .column-style p + h3 {
    margin-top: 30px;
  }
  .column-style h4 {
    border: none;
    border-bottom: 2px dashed var(--gray-bg-01);
    margin: 0;
    letter-spacing: 0;
    font-size: 18px;
    color: var(--black);
    font-weight: 700;
    line-height: 1.4;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    @media screen and (max-width: 768px) {
      font-size: 14px;
      margin-bottom: 15px;
      padding: 10px 0 15px;
    }
  }
  .column-style h5 {
    font-size: 18px;
    font-weight: 700;
    padding: 0px 0px 17px;
    margin: 0;
    position: relative;
    @media screen and (max-width: 768px) {
      font-size: 16px;
      padding-bottom: 10px;
    }
  }
  .column-style a {
    display: inline-block;
    color: var(--link);
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    margin-bottom: 20px;
    @media screen and (max-width: 768px) {
      font-size: 14px;
    }
  }
  .column-style p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    @media screen and (max-width: 768px) {
      font-size: 14px;
    }
  }
  .column-style p.title-green-font {
    color: var(--rmeisai-primary);
    border-color: var(--rmeisai-primary);
  }
  .column-style p.title-bg-green {
    padding: 0;
    margin: 0;
    border: none;
    background: var(--rmeisai-primary);
    margin: 2em auto 1.5em;
    color: var(--white);
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding: 6px 20px;
  }
  .column-style p.columnsample-font {
    font-size: 14px;
    a {
      margin: 0;
    }
  }
  .column-style p a {
    display: inline;
    color: var(--link);
    font-size: inherit;
    margin: 0;
  }
  .column-style .txt-bg-pink p {
    margin-bottom: 0;
  }
  .column-style .txt-bg-green {
    background: var(--rmeisai-bg-sub-03);
  }
  .column-style .title-green-font {
    color: var(--rmeisai-primary);
    border-color: var(--rmeisai-primary);
  }
  .column-style div + p {
    margin-top: 20px;
  }
  .column-style table + p {
    margin-top: 20px;
  }
  .column-style img + p {
    margin-top: 20px;
  }
  .column-style img + h4 {
    margin-top: 20px;
  }
  .column-style figure + p {
    margin-top: 20px;
  }
  .column-style figure + table {
    margin-top: 20px;
  }
  .column-style table + span {
    margin-top: 20px;
    display: block;
  }
  .column-style blockquote:after {
    color: var(--rmeisai-primary);
  }
  .column-style blockquote:before {
    color: var(--rmeisai-primary);
    top: 0;
  }
  .column-style .sp_only {
    display: none;
    @media screen and (max-width: 768px) {
      display: block;
    }
  }
  .column-style figure + ol,
  .column-style figure + ul {
    margin-top: 20px;
  }
  .column-style blockquote h3 {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1.3em;
    margin: 0.8em auto;
    color: var(--rmeisai-primary);
  }
  .column-style blockquote p a {
    margin-bottom: 0;
  }
  .column-style blockquote p:last-child {
    margin-bottom: 0;
  }
  .column-style .columnsample {
    margin-bottom: 20px;
    width: 100%;
    background: transparent;
    border-radius: 0;
    border: 1px solid var(--gray-bg-01);
    padding: 20px 30px;
    line-height: 1.8;
    font-size: 16px;
    @media screen and (max-width: 768px) {
      padding: 20px;
      font-size: 14px;
    }
    h5 {
      padding-bottom: 0;
    }
    p {
      line-height: 1.9;
      padding: 10px;
      margin: 1em auto;
      &:last-child {
        margin-bottom: 0;
      }
      &:only-child {
        margin-top: 0;
      }
    }
    p.column__text {
      margin: 0 auto 30px;
    }
    ul {
      border: none;
      padding: 0;
      margin: 0;
      li:last-child {
        margin-bottom: 0;
      }
    }
    ol {
      border: none;
      padding: 0;
      margin: 0;
      li:last-child {
        margin-bottom: 0;
      }
    }
  }
  .column-style .columnsample_icon-down-arrow_size {
    width: 20px;
    height: auto;
    margin: 10px 0;
  }
  /*----------------------------------------------- */
  /*バナー */
  /*----------------------------------------------- */
  .column-style .banner_style_01 {
    position: relative;
    max-width: 560px;
    margin: 50px auto;
    padding: 25px 50px 25px 60px;
    background: #faf5b7;
    border: 2px solid #c5cc37;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    box-sizing: border-box;
    @media screen and (max-width: 768px) {
      width: 90%;
      margin: 35px auto;
      padding: 20px;
    }
    &::before {
      content: "";
      position: absolute;
      top: -26px;
      left: -25px;
      background: url(/common/img/banner_decoration01.svg) 0 0 no-repeat;
      background-size: cover;
      width: 85px;
      height: 60px;
      @media screen and (max-width: 768px) {
        top: -30px;
        left: -20px;
        width: 70px;
        height: 49px;
      }
    }
    .sub {
      margin: 0 auto 15px;
      font-size: 15px;
      line-height: 1.3;
      color: var(--rmeisai-primary);
      text-align: center;
      padding: 0;
    }
    ul {
      border: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      padding: 0;
      @media screen and (max-width: 768px) {
        display: block;
      }
      li {
        margin: 0;
        list-style-type: none;
        padding: 0;
        @media screen and (max-width: 768px) {
          position: static;
          margin: 0 auto;
        }
        &::before {
          display: none;
        }
      }
      .banner_style_01-l p {
        padding: 0;
      }
      .banner_style_01-l .main {
        margin: 0 0 20px 0;
        font-size: 22px;
        line-height: 1.3;
        text-align: center;
        @media screen and (max-width: 768px) {
          text-align: center;
          font-size: 22px;
          margin: 0 0 20px 0;
        }
      }
      .banner_style_01-r {
        @media screen and (max-width: 768px) {
          display: none;
        }
        img {
          width: 130px;
          height: auto;
        }
      }
    }
    .cta-btn-s,
    .cta-btn-s2 {
      @media screen and (max-width: 768px) {
        width: 100%;
        max-width: 265px;
      }
    }
    .cta-btn-s a {
      position: relative;
      line-height: 1;
      text-decoration: none;
      display: block;
      padding: 14px 10px 18px 10px;
      background: var(--rmeisai-cta);
      border: 2px solid var(--rmeisai-cta);
      color: var(--white);
      text-align: center;
      margin: 0 auto;
      border-radius: 50px;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.5px;
      -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
      transition: 0.2s;
      &:hover {
        background: var(--white);
        color: var(--rmeisai-cta);
      }
    }
    .cta-dl a::before {
      content: "";
      position: absolute;
      top: 15px;
      left: 29px;
      background: url(/rakurakucloud/meisai/assets/image/figure/column/icon-btn-dl.svg) 0 0 no-repeat;
      background-size: cover;
      width: 17px;
      height: 15px;
    }
    .cta-dl a:hover::before {
      background: url(/rakurakucloud/meisai/assets/image/figure/column/icon-btn-dl-orange.svg) 0 0 no-repeat;
    }
    .cta-btn-s a::after,
    .cta-btn-s2 a::after {
      content: "";
      position: absolute;
      top: 16px;
      right: 25px;
      background: url(/rakurakucloud/meisai/assets/image/figure/column/ico-arrow-white.svg) 0 0 no-repeat;
      background-size: cover;
      width: 8px;
      height: 12px;
      transition: all 0.2s;
    }
    .cta-btn-s a:hover::after,
    .cta-btn-s2 a:hover::after {
      right: 21px;
      background: url(/rakurakucloud/meisai/assets/image/figure/column/ico-arrow-orange.svg) 0 0 no-repeat;
    }
  }
  .column-style .wrap_cta_btnbox {
    display: flex;
    width: 90%;
    max-width: 980px;
    margin: 0 auto 3rem auto;
    @media screen and (max-width: 768px) {
      display: block;
      margin: 0 auto 0rem auto;
    }
    .wrap_cta_btnbox01,
    .wrap_cta_btnbox02 {
      width: 50%;
      text-align: center;
      font-size: 1.7rem;
      @media screen and (max-width: 768px) {
        margin: 0 auto 0rem auto;
        font-size: 1.2rem;
        display: block;
        width: 95%;
      }
    }
    .wrap_cta_btnbox01 a,
    .wrap_cta_btnbox02 a {
      line-height: 1;
      display: inline-block;
      width: 85%;
      height: 90px;
      @media screen and (max-width: 768px) {
        height: auto;
        width: 100% !important;
        margin: 0 auto 1.5rem;
        padding: 1rem 0 !important;
      }
    }
    .wrap_cta_btnbox01 a {
      color: var(--white);
      border-radius: 4px;
      text-align: center;
      padding: 10px;
      text-decoration: none;
      cursor: pointer;
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
      background: rgba(249, 77, 0, 0.9);
      font-size: 1.7rem;
      margin: 0;
      @media screen and (max-width: 768px) {
        height: auto;
        width: 100% !important;
        padding: 1rem 0 !important;
        margin: 0 auto 1.5rem;
        font-size: 1.2rem;
      }
      &:hover {
        background: #f94d00;
        color: var(--white);
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
      }
    }
    .wrap_cta_btnbox01_txt_small {
      font-size: 1.2rem;
      padding: 0.5rem 0;
      display: inline-block;
      @media screen and (max-width: 768px) {
        font-size: 1rem;
        padding-top: 0;
      }
    }
  }
  .column-style ul {
    border: 1px solid var(--gray-bg-01);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 20px 30px;
    @media screen and (max-width: 768px) {
      font-size: 14px;
      padding: 20px;
    }
    li {
      font-size: 16px;
      line-height: 2;
      list-style-type: none;
      padding-left: 15px;
      position: relative;
      @media screen and (max-width: 768px) {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px;
      }
      &:last-child {
        @media screen and (max-width: 768px) {
          margin-bottom: 0;
        }
      }
      &::before {
        background: var(--rmeisai-primary);
        border-radius: 50%;
        content: "";
        height: 5px;
        left: 0;
        position: absolute;
        top: 12px;
        width: 5px;
        @media screen and (max-width: 768px) {
          left: 0;
          top: 7px;
        }
      }
      a {
        margin-bottom: 0;
      }
    }
  }
  .column-style ol {
    border: 1px solid var(--gray-bg-01);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 20px 30px 20px 60px;
    @media screen and (max-width: 768px) {
      font-size: 14px;
      padding: 20px 20px 20px 45px;
    }
  }
  .column-style ol.ol-type01 {
    background: transparent;
    border-radius: 0;
    border: 1px solid var(--gray-bg-01);
    li {
      color: var(--black);
      list-style-type: decimal-leading-zero;
      list-style-position: outside;
      font-weight: inherit;
      padding-left: 0;
      padding-bottom: 0;
      &::before {
        display: none;
      }
      &::marker {
        color: var(--rmeisai-primary);
        font-weight: bold;
      }
    }
  }
  .column-style ol.ol-type01.ol-type01--nolist {
    padding: 20px 30px;
    @media screen and (max-width: 768px) {
      padding: 20px;
    }
    li {
      list-style-type: none;
    }
  }
  .column-style ol.ol-type01.ol-type01--nozero {
    padding: 20px 30px 20px 50px;
    @media screen and (max-width: 768px) {
      padding: 20px 20px 20px 40px;
    }
    li {
      list-style-type: decimal;
    }
  }
  .column-style ol.ol-type01.num {
    padding: 20px 30px;
    @media screen and (max-width: 768px) {
      padding: 20px;
    }
    li {
      @media screen and (max-width: 768px) {
        padding-bottom: 0;
      }
    }
  }
  .column-style ol li {
    font-size: 16px;
    line-height: 2;
    list-style-type: none;
    padding-left: 15px;
    position: relative;
    @media screen and (max-width: 768px) {
      font-size: 14px;
      line-height: 1.4;
      margin-bottom: 10px;
    }
    &::before {
      background: var(--rmeisai-primary);
      border-radius: 50%;
      content: "";
      height: 5px;
      left: 0;
      position: absolute;
      top: 12px;
      width: 5px;
      @media screen and (max-width: 768px) {
        left: 0;
        top: 7px;
      }
    }
    ul {
      padding: 0;
      margin: 0;
      border: none;
      @media screen and (max-width: 768px) {
        margin-top: 10px;
      }
      li {
        padding-left: 10px;
        font-size: 14px;
        @media screen and (max-width: 768px) {
          font-size: 12px;
        }
        &::before {
          width: 3px;
          height: 3px;
          background-color: var(--black);
          left: 0;
          top: 12px;
          @media screen and (max-width: 768px) {
            top: 6px;
          }
        }
      }
    }
  }
  .column-style .faq-list-detail {
    border: none;
    margin: 0;
    padding: 0;
    width: 95%;
    margin: 2em auto;
    padding: 0;
    li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      padding: 0 0 30px 0;
      &::before {
        display: none;
      }
      .fukidashi-title {
        padding: 0;
        margin: 0;
        border: none;
        background: var(--rmeisai-bg-sub-02);
        padding: 14px 30px 14px 60px;
        box-sizing: border-box;
        border-radius: 30px;
        line-height: 1.3;
        font-size: 20px;
        font-weight: bold;
        display: table;
        position: relative;
        @media screen and (max-width: 768px) {
          font-size: 17px;
          border-radius: 25px;
        }
        &::before {
          content: "Q";
          position: absolute;
          background-color: var(--rmeisai-primary);
          width: 32px;
          height: 32px;
          left: 16px;
          top: 12px;
          border-radius: 16px;
          text-align: center;
          line-height: 32px;
          color: var(--white);
        }
      }
      p {
        padding: 0;
        margin: 0;
        border: none;
        width: 90%;
        margin: 30px auto 20px;
        position: relative;
        padding: 0 0 0 44px;
        box-sizing: border-box;
        &::after {
          content: "A";
          position: absolute;
          background-color: var(--white);
          border: 2px solid var(--rmeisai-primary);
          width: 32px;
          height: 32px;
          left: 0;
          top: -3px;
          border-radius: 16px;
          text-align: center;
          font-size: 20px;
          font-weight: bold;
          line-height: 32px;
          color: var(--rmeisai-primary);
        }
      }
    }
  }
  .column-style .column-news-date {
    color: var(--gray-06);
    display: block;
    font-size: 14px;
    position: relative;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    border: none;
    .supervision {
      @media screen and (max-width: 576px) {
        width: calc(100% - 180px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      + span {
        @media screen and (max-width: 576px) {
          max-width: 170px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
        }
      }
    }
  }
  .column-style figure.column-main-image {
    margin-top: 0;
    height: auto;
    margin-bottom: 35px;
    @media screen and (max-width: 768px) {
      margin-bottom: 20px;
    }
    img {
      height: 400px;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      transform: none;
      @media screen and (max-width: 768px) {
        height: 214px;
      }
    }
  }
  .column-style .p__column-detail-content_recommend {
    background: var(--rmeisai-bg-sub-03);
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 40px 50px;
    @media screen and (max-width: 768px) {
      padding: 20px 15px;
    }
  }
  .column-style .p__column-detail-content_recommend_title {
    background: var(--rmeisai-primary);
    border-radius: 25px;
    height: 50px;
    position: relative;
    @media screen and (max-width: 768px) {
      height: 40px;
    }
    &::after {
      background: var(--rmeisai-primary);
      bottom: -11px;
      -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
      clip-path: polygon(100% 0, 0 0, 50% 100%);
      content: "";
      height: 13px;
      left: 80px;
      position: absolute;
      width: 15px;
    }
    p {
      color: var(--white);
      font-size: 18px;
      font-weight: 700;
      line-height: 24px;
      padding: 16px 27px 0;
      @media screen and (max-width: 768px) {
        font-size: 14px;
        padding: 9px 17px 0;
      }
    }
  }
  .column-style .p__column-detail-content_recommend ul {
    padding: 39px 30px 0;
    border: none;
    margin: 0;
    @media screen and (max-width: 768px) {
      padding: 25px 0 10px;
    }
    li {
      padding: 0;
      margin: 0;
      &::before {
        display: none;
      }
      &:nth-child(n + 2) {
        margin-top: 16px;
      }
      a {
        color: var(--black);
        font-size: 16px;
        line-height: 1.5;
        text-decoration: underline;
        margin: 0;
        @media screen and (max-width: 768px) {
          font-size: 14px;
        }
        &:hover {
          color: var(--rmeisai-primary);
          text-decoration: none;
        }
      }
    }
  }
  .column-style .p__column-detail-content_table-contents {
    background: var(--gray-bg-02);
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 40px 50px;
    @media screen and (max-width: 768px) {
      padding: 36px 25px 40px;
    }
    h3 {
      color: var(--rmeisai-primary);
      display: block;
      text-align: center;
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 36px;
      padding: 0;
      border: none;
      background: none;
      @media screen and (max-width: 768px) {
        font-size: 16px;
        margin-bottom: 15px;
      }
    }
    ul {
      border: none;
      padding: 0;
      margin: 0;
      li {
        padding: 0;
        margin: 0 0 20px 0;
        @media screen and (max-width: 768px) {
          margin-bottom: 15px;
        }
        &::before {
          display: none;
        }
        &:last-child {
          margin-bottom: 0;
        }
        a {
          margin: 0;
          display: flex;
          width: 100%;
          background: var(--white);
          position: relative;
          transition: all 0.3s;
          text-decoration: none;
          &::before {
            display: block;
            content: "";
            position: absolute;
            top: 50%;
            right: 25px;
            width: 10px;
            height: 10px;
            border-top: 2px solid var(--rmeisai-primary);
            border-right: 2px solid var(--rmeisai-primary);
            transform: rotate(45deg);
            margin-top: -5px;
            @media screen and (max-width: 768px) {
              display: none;
            }
          }
          &::after {
            content: " ";
            box-sizing: border-box;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border: 0 solid var(--rmeisai-primary);
            transition: border 0.25s ease-in-out;
            @media screen and (max-width: 768px) {
              display: none;
            }
          }
          &:hover::after {
            border: 4px solid var(--rmeisai-primary);
          }
          .img-box {
            width: 130px;
            @media screen and (max-width: 768px) {
              width: 100px;
            }
            figure {
              @media screen and (max-width: 768px) {
                margin: 0;
              }
              img {
                width: 130px;
                height: 130px;
                -o-object-fit: cover;
                object-fit: cover;
                font-family: "object-fit: cover";
                @media screen and (max-width: 768px) {
                  width: 100px;
                  height: 100px;
                }
              }
            }
          }
          .txt-box {
            flex: 1;
            color: var(--black);
            font-size: 1.15rem;
            line-height: 1.8;
            box-sizing: border-box;
            position: relative;
            padding: 0 60px 0 20px;
            @media screen and (max-width: 768px) {
              flex: 1;
              padding-right: 20px;
            }
            p {
              height: 100%;
              display: table;
              font-size: 1rem;
              line-height: 2em;
              @media screen and (max-width: 768px) {
                font-size: 12px;
                line-height: 1.6;
              }
              span {
                display: table-cell;
                vertical-align: middle;
              }
            }
          }
        }
      }
    }
  }
  .column-style .column-detail-list {
    padding: 25px 30px 15px;
    margin: 30px auto 20px;
    border: none;
    li {
      line-height: 1.2;
      padding: 0;
      padding: 0 0 0 10px;
      margin: 0;
      margin: 0 0 8px;
      @media screen and (max-width: 768px) {
        font-size: 16px;
      }
      &::before {
        content: "";
        position: absolute;
        width: 3px;
        background: none;
        height: 3px;
        border: 2px solid;
        border-color: var(--rmeisai-primary) var(--rmeisai-primary) transparent transparent;
        transform: rotate(45deg);
        top: 4px;
        left: -10px;
        border-radius: 0;
      }
      a {
        margin: 0;
        font-size: 16px;
        line-height: 1;
        display: inline;
        color: var(--rmeisai-primary);
      }
    }
  }
  .column-style .column-recommend-section {
    margin-top: 70px;
    @media screen and (max-width: 768px) {
      margin-top: 50px;
    }
    h3.ttl-recommend {
      padding: 0;
      margin: 0;
      border: none;
      text-align: center;
      font-weight: bold;
      font-size: 24px;
      padding: 10px;
      margin-bottom: 1em;
      color: var(--rmeisai-primary);
      letter-spacing: 0.05em;
      @media screen and (max-width: 768px) {
        margin-bottom: 0;
      }
    }
    ul.column-news-list {
      padding: 0;
      margin: 0;
      border: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative;
      li {
        padding: 0;
        &::before {
          display: none;
        }
        a {
          display: flex;
          justify-content: space-around;
          align-items: flex-start;
          flex-wrap: wrap;
          margin: 0;
          .column-list-photo-left figure img {
            max-width: 100%;
            height: auto;
          }
          .column-text-right h3 {
            padding: 0;
            margin: 0;
            font-size: 15px;
            padding: 0 20px;
            line-height: 1.5;
            color: #222;
            font-weight: bold;
            text-decoration: underline;
            border: none;
          }
        }
      }
    }
  }
  .column-style .supervisor dl {
    @media screen and (max-width: 768px) {
      justify-content: flex-start;
    }
    @media screen and (max-width: 576px) {
      display: block;
    }
    dt {
      @media screen and (max-width: 576px) {
        margin: 0 0 15px 0;
        padding-right: 0;
        border-right: none;
      }
    }
  }
  .column-style .supervisor .supervisor__item--txt a {
    margin-bottom: 0;
    color: var(--link);
  }
  .column-style .supervisor .supervisor__item--img-logo {
    width: 150px;
    height: 150px;
    border-radius: 0;
    margin-left: 40px;
    @media screen and (max-width: 768px) {
      height: auto;
      margin: 0 0 20px 0;
    }
  }
  .column-style .faq-bg .faq-tit {
    padding: 0;
    border: none;
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: var(--black);
    margin-bottom: 45px;
    @media screen and (max-width: 768px) {
      font-size: 22px;
      margin-bottom: 22px;
    }
  }
  .column-style .faq-bg .faq-list {
    padding: 0;
    border: none;
    margin: 0 auto;
    .faq-item {
      padding: 0;
      margin: 0;
      margin-bottom: 30px;
      @media screen and (max-width: 768px) {
        margin-bottom: 24px;
      }
      &:last-child {
        margin-bottom: 0;
      }
      &::before {
        display: none;
      }
      .faq-heading {
        position: relative;
        padding: 12px 56px 12px 17px;
        color: var(--white);
        font-size: 24px;
        font-weight: 700;
        box-sizing: border-box;
        line-height: 1.3;
        cursor: pointer;
        background-color: var(--rmeisai-primary);
        margin: 0;
        @media screen and (max-width: 768px) {
          padding: 8px 35px 8px 15px;
          font-size: 16px;
        }
      }
      .faq-wrap .faq-box {
        border-color: var(--rmeisai-primary);
        dt {
          color: var(--rmeisai-primary);
        }
      }
    }
  }
  .column-style .ol-type02 li {
    padding-left: 35px;
    line-height: 1.6;
    &::before {
      position: static;
      border-radius: 100%;
      counter-increment: yourDefinition;
      content: counter(yourDefinition);
      display: inline-block;
      margin-right: 10px;
      width: 24px;
      height: 24px;
      text-align: center;
      color: white;
      font-weight: bold;
      font-family: helvetica;
      text-indent: 0;
      background: var(--rmeisai-primary);
      border-radius: 100%;
    }
  }
  .column-style .transmittal-letter .hdg-main {
    border: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black);
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin: 20px 0 0 0;
    @media screen and (max-width: 768px) {
      font-size: 18px;
    }
  }
  .column-style .transmittal-letter .transmittal-letter__day {
    text-align: right;
    margin: 0;
    padding: 0;
  }
  .column-style .transmittal-letter .transmittal-letter__company {
    display: flex;
    margin: 0;
    padding: 0;
  }
  .column-style .transmittal-letter .transmittal-letter__info {
    display: flex;
    justify-content: end;
    margin: 20px 0 0 0;
    padding: 0;
  }
  .column-style .transmittal-letter .text-r {
    margin: 0;
    padding: 0;
    text-align: right;
  }
  .column-style .transmittal-letter .hdg-sub {
    border: none;
    padding: 0;
    text-align: center;
    color: var(--black);
    font-size: 18px;
    font-weight: bold;
    @media screen and (max-width: 768px) {
      font-size: 16px;
    }
  }
  .column-style .transmittal-letter .transmittal-letter__num {
    text-align: right;
    margin: 0;
    padding: 0;
    .text-style-frame {
      display: inline-block;
      padding: 8px 10px 5px;
      margin: 0;
    }
  }
  .column-style .transmittal-letter div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    ul li,
    ol li {
      font-size: 20px;
      padding: 0;
      @media screen and (max-width: 768px) {
        font-size: 14px;
      }
    }
    ul li::before,
    ol li::before {
      display: none;
    }
    ul li span,
    ol li span {
      display: inline-block;
      margin-right: 10px;
    }
    ul li + li,
    li + li {
      margin-top: 10px;
    }
  }
  .column-style .transmittal-letter .transmittal-letter__txt {
    display: flex;
    margin: 20px 0 0 0;
    padding: 0;
  }
  .column-style .text-style-circle {
    min-width: 24px;
    line-height: 1.8;
  }
  .column-style .transmittal-letter .transmittal-letter__day,
  .column-style .transmittal-letter .transmittal-letter__company,
  .column-style .transmittal-letter .transmittal-letter__info,
  .column-style .transmittal-letter .transmittal-letter__num,
  .column-style .transmittal-letter .text-r,
  .column-style .transmittal-letter .transmittal-letter__txt {
    @media screen and (max-width: 768px) {
      font-size: 12px;
      margin-top: 15px;
    }
  }
  .column-style .table-type02 {
    padding: 0;
    border: none;
    margin: 0;
    border-collapse: collapse;
    margin: 30px 0;
    li {
      margin: 0;
      padding: 0;
      &::before {
        display: none;
      }
    }
  }
  .column-style .table-type03 {
    padding: 0;
    border: none;
    margin: 0;
    border-collapse: collapse;
    margin: 30px 0;
    li {
      margin: 0;
      padding: 0;
      &::before {
        display: none;
      }
    }
  }
  .column-style .ol-type01.num li {
    padding: 0;
    line-height: 1.6;
    padding-bottom: 15px;
    font-weight: bold;
    color: var(--rmeisai-primary);
    position: relative;
    list-style: decimal inside;
    &:last-child {
      padding-bottom: 0;
    }
    &::before {
      display: none;
    }
    &::marker {
      font-weight: 700;
      font-size: 16px;
    }
  }
  .column-style .columnimg {
    margin-bottom: 20px;
    img {
      max-width: 100%;
      height: auto;
      width: auto;
    }
    img.pc-only {
      @media screen and (max-width: 768px) {
        display: none;
      }
    }
    img.sp-only {
      display: none;
      @media screen and (max-width: 768px) {
        display: block;
      }
    }
  }
  .column-style .columnimg-w80 {
    text-align: center;
    img {
      max-width: 470px;
      height: auto;
      width: 100%;
    }
    img.pc-only {
      @media screen and (max-width: 768px) {
        max-width: 100%;
        height: auto;
        width: 100%;
      }
    }
    img.sp-only {
      display: none;
      @media screen and (max-width: 576px) {
        display: block;
      }
    }
  }
  .column-style table.table-type10 tbody {
    border: #cfcdcd 1px solid;
  }
  .column-style table.table-type10 th {
    padding: 10px;
    border-left: 1px solid #cfcdcd;
    border-bottom: 1px solid #cfcdcd;
    border-left: 1px dashed #cfcdcd;
    background-color: var(--rmeisai-bg-sub-03);
    font-weight: 500;
    width: 10%;
    box-sizing: border-box;
    text-align: center;
    color: var(--black);
  }
  .column-style .table-type10 td {
    border-left: 1px dashed #cfcdcd;
    border-bottom: 1px solid #cfcdcd;
    width: 10%;
    padding: 10px;
    text-align: center;
    font-weight: 500;
  }
  .column-style .table-type10 .table-type10--long-width {
    width: 15%;
  }
  .column-style .table-type10 .table-type10--short-width {
    width: 5%;
  }
  .table-contents.pager {
    background: var(--rmeisai-bg-sub-03);
    border-radius: 10px;
    margin-bottom: 70px;
    padding: 35px;
    position: relative;
    width: 100%;
    margin-top: 0;
    border: none;
    @media screen and (max-width: 768px) {
      margin-bottom: 50px;
      padding: 35px 15px 20px;
    }
    h3 {
      padding: 0;
      letter-spacing: 0;
      margin: 0;
      background: var(--rmeisai-primary);
      border-radius: 16px;
      color: var(--white);
      font-size: 15px;
      font-weight: 700;
      height: 32px;
      left: 50%;
      padding-top: 7px;
      position: absolute;
      right: 50%;
      text-align: center;
      top: 35px;
      transform: translate(-50%, -50%);
      width: 160px;
      @media screen and (max-width: 768px) {
        font-size: 14px;
      }
    }
    ol {
      background: var(--white);
      border-radius: 10px;
      padding: 70px 50px 50px;
      margin: 0;
      border: none;
      @media screen and (max-width: 768px) {
        padding: 35px 15px 15px;
      }
      li {
        list-style: decimal inside;
        margin: 0;
        padding: 0;
        padding-bottom: 15px;
        &::before {
          display: none;
        }
        &:last-child {
          padding-bottom: 0;
        }
        &::marker {
          font-weight: 700;
          font-size: 16px;
          @media screen and (max-width: 768px) {
            font-size: 14px;
          }
        }
        a {
          color: var(--black);
          margin: 0;
          font-size: 16px;
          line-height: 1.4;
          font-weight: 700;
          text-decoration: none;
          transition: all .2s ease;
          display: inline;
          @media screen and (max-width: 768px) {
            font-size: 14px;
          }
          &:hover {
            text-decoration: underline;
            color: var(--rmeisai-primary);
          }
        }
        ul {
          padding: 0;
          border: none;
          margin: 0;
          padding-left: 23px;
          @media screen and (max-width: 768px) {
            padding-left: 0;
          }
          li {
            margin: 0;
            padding: 0;
            margin-top: 5px;
            &::before {
              display: none;
            }
            &::marker {
              display: none;
              font-size: 0;
            }
            a {
              margin: 0;
              padding: 0;
              display: inline-block;
              text-decoration: none;
              color: var(--black);
              font-size: 14px;
              line-height: 1.5;
              font-weight: 400;
              @media screen and (max-width: 768px) {
                font-size: 12px;
                line-height: 1.5;
              }
            }
          }
        }
      }
    }
  }
}

.p__column-detail_description {
  margin-bottom: 35px;
  @media screen and (max-width: 768px) {
    margin-bottom: 30px;
  }
  p {
    font-size: 16px;
    line-height: 1.8;
    padding: 0;
    margin: 0;
    @media screen and (max-width: 768px) {
      font-size: 14px;
    }
    a {
      color: var(--link);
    }
  }
}

.p__column-detail .side_area {
  .ttl {
    width: 100%;
    background: var(--rmeisai-primary);
    color: var(--white);
    font-size: 1.2rem;
    padding: 12px 20px 10px;
    box-sizing: border-box;
    text-align: center;
    @media screen and (max-width: 768px) {
      font-size: 1.1rem;
      padding: 12px 12px;
    }
  }
  .article-list02 {
    margin-top: 40px;
    .ttl {
      width: 100%;
      background: var(--rmeisai-primary);
      color: var(--white);
      font-size: 1.2rem;
      padding: 12px 20px 10px;
      box-sizing: border-box;
      text-align: center;
      @media screen and (max-width: 768px) {
        font-size: 1.1rem;
        padding: 12px 12px;
      }
    }
    li a {
      text-decoration: none;
      color: var(--black);
      transition: all .3s;
      &::before {
        border-right-color: var(--rmeisai-primary);
        border-bottom-color: var(--rmeisai-primary);
      }
      &::after {
        transition: border .25s ease-in-out;
      }
      &:hover::after {
        border-color: var(--rmeisai-primary);
      }
    }
  }
  .side_area {
    @media screen and (max-width: 576px) {
      padding: 0;
      max-width: 295px;
      width: 100%;
      margin: 0 auto;
    }
  }
  .side-category {
    margin-top: 35px;
    @media screen and (max-width: 768px) {
      margin-top: 40px;
    }
    .ttl {
      width: 100%;
      background: var(--rmeisai-primary);
      color: var(--white);
      font-size: 1.2rem;
      padding: 12px 20px 10px;
      box-sizing: border-box;
      text-align: center;
      @media screen and (max-width: 768px) {
        font-size: 1.1rem;
        padding: 12px 12px;
      }
    }
    li {
      border-bottom: 1px solid var(--gray-bg-01);
      a {
        color: var(--black);
        font-size: 14px;
        padding-right: 15px;
        position: relative;
        display: block;
        padding: 15px 0;
        text-decoration: none;
        @media screen and (max-width: 768px) {
          font-size: 13px;
          padding: 10px 10px 10px 0;
        }
        &:hover {
          color: var(--rmeisai-primary);
        }
        &::before {
          position: absolute;
          z-index: 1;
          display: block;
          content: "";
          width: 8px;
          height: 8px;
          top: 0;
          right: 15px;
          bottom: 0;
          margin: auto;
          transform: rotate(45deg);
          transition: all ease .3s;
          border-top: 2px solid var(--white);
          border-right: 2px solid var(--white);
          border-top: 2px solid var(--rmeisai-primary);
          border-right: 2px solid var(--rmeisai-primary);
        }
      }
    }
  }
}

.column-category-section {
  margin-bottom: 70px;
  @media screen and (max-width: 768px) {
    margin-bottom: 50px;
  }
  a {
    text-decoration: none;
    color: var(--black);
  }
  .column-category {
    background: var(--gray-bg-02);
    padding: 22px 20px 30px;
    border-radius: 10px;
    @media screen and (max-width: 768px) {
      padding: 27px 15px 30px;
    }
    .title-category {
      font-size: 18px;
      line-height: 45px;
      text-align: center;
      padding: 0;
      color: var(--rmeisai-primary);
      @media screen and (max-width: 768px) {
        font-size: 13px;
        line-height: 1.5;
      }
    }
    .column-list-category-name {
      display: flex;
      flex-wrap: wrap;
      margin-top: 10px;
      li {
        width: calc((100% - 30px) / 4);
        margin: 0;
        margin-right: 10px;
        @media screen and (max-width: 768px) {
          width: calc((100% - 9px) / 2);
          margin-right: 9px;
        }
        &:nth-child(4n) {
          margin-right: 0;
        }
        &:nth-child(n + 5) {
          margin-top: 10px;
          @media screen and (max-width: 768px) {
            margin-top: 9px;
          }
        }
        &:nth-child(2n) {
          @media screen and (max-width: 768px) {
            margin-right: 0;
          }
        }
        &:nth-child(n + 3) {
          @media screen and (max-width: 768px) {
            margin-top: 9px;
          }
        }
        a {
          display: block;
          background: var(--white);
          font-size: 14px;
          line-height: 28px;
          padding: 6px 0;
          text-align: center;
          border-radius: 5px;
          border: none;
          margin: 0;
          font-weight: 500;
          @media screen and (max-width: 768px) {
            font-size: 11px;
            line-height: 2;
            padding: 4px 0px;
          }
          &:hover {
            color: var(--rmeisai-primary);
            border: none;
          }
        }
      }
    }
  }
}

.column-style {
  .o-m__cta-wrap.top {
    margin-bottom: 45px;
    position: relative;
    border-radius: 10px;
    margin-top: 35px;
    @media screen and (max-width: 768px) {
      margin-top: 25px;
    }
  }
  .o-m__cta-wrap.middle {
    margin-bottom: 45px;
    position: relative;
    border-radius: 10px;
    margin-top: 95px;
    @media screen and (max-width: 768px) {
      margin-top: 72px;
    }
  }
  .o-m__cta-wrap_minitxt.f__common-text_annotation {
    margin-top: 20px;
    display: block;
    text-align: left;
    margin-bottom: 0;
    @media screen and (max-width: 768px) {
      margin-top: 10px;
    }
  }
  .o-m__cta-wrap .o-m__cta-wrap_inner:before {
    background-size: 100% auto;
    content: "";
    height: 390px;
    position: absolute;
    width: 360px;
    bottom: -170px;
    display: block;
    left: -40px;
    background-repeat: no-repeat;
    @media screen and (max-width: 768px) {
      width: 250px;
      left: -25px;
      bottom: -130px;
    }
  }
  .o-m__cta-wrap .o-m__cta-wrap_inner:after {
    background-size: 100% auto;
    content: "";
    height: 390px;
    position: absolute;
    width: 360px;
    right: -94px;
    top: -130px;
    transform: rotate(61deg);
    background-repeat: no-repeat;
    @media screen and (max-width: 768px) {
      width: 250px;
      right: -25px;
      top: -130px;
    }
  }
  .o-m__cta-wrap_subtit {
    background-color: var(--rmeisai-accent);
    position: absolute;
    min-width: 260px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: auto;
    text-align: center;
    border-radius: 100px;
    padding: 0px 30px;
    z-index: 3;
    @media screen and (max-width: 768px) {
      top: calc(0% - 22px);
      padding: 0px 15px;
      min-width: 260px;
      white-space: nowrap;
    }
    &::after {
      background: var(--rmeisai-accent);
      bottom: -11px;
      -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
      clip-path: polygon(100% 0, 0 0, 50% 100%);
      content: "";
      height: 13px;
      left: calc(50% - 7.5px);
      position: absolute;
      width: 15px;
    }
  }
  .o-m__cta-wrap_subtit_intxt {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    color: var(--black);
    padding: 14px 0 11px;
    position: relative;
    @media screen and (max-width: 768px) {
      font-size: 16px;
      letter-spacing: 0;
      padding: 11px 0px 7px;
    }
  }
  .o-m__cta-wrap_inner {
    border-radius: 10px;
    overflow: hidden;
  }
  .o-m__cta-wrap_inner_worries {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 60px 50px 50px;
    @media screen and (max-width: 768px) {
      padding: 35px 15px;
    }
  }
  .o-m__cta-wrap_inner_worries_title {
    font-size: 22px;
    line-height: 1.4;
    padding-bottom: 15px;
    @media screen and (max-width: 768px) {
      font-size: 21px;
    }
  }
  .o-m__cta-wrap_inner_worries_txt {
    font-size: 18px;
    line-height: 1.6;
    color: var(--white);
    position: relative;
    z-index: 2;
    padding: 0 0 35px;
    text-align: center;
    @media screen and (max-width: 768px) {
      font-size: 14px;
      padding: 0 0 30px;
    }
  }
  .o-m__cta-wrap_inner_worries_button {
    display: block;
    width: 100%;
    .o-c__cta-link_orange._common {
      width: 400px;
      font-size: 20px;
      line-height: 1;
      margin: 0 auto;
      color: var(--white);
      display: block;
      @media screen and (max-width: 768px) {
        width: 100%;
        font-size: 18px;
      }
      &:hover {
        color: var(--rmeisai-cta);
      }
    }
    .o-c__cta-link_border._common {
      width: 400px;
      font-size: 20px;
      line-height: 1;
      margin: 0 auto;
      margin-top: 30px;
      display: block;
      color: var(--rmeisai-cta);
      @media screen and (max-width: 768px) {
        width: 100%;
        margin-top: 25px;
        font-size: 18px;
      }
      &:hover {
        color: var(--white);
      }
    }
  }
  .o-c__cta-link_orange._common .o-c__cta-link_orange_capture {
    width: 64px;
    left: 10px;
  }
  .o-c__cta-link_border._common .o-c__cta-link_border_capture {
    left: 10px;
    width: 64px;
  }
  .cloumn__banner-spacing {
    padding: 20px 0;
  }
}

span.span-type01 {
  background-color: var(--rmeisai-accent);
  &::after {
    border-left-color: var(--rmeisai-accent);
  }
}

table.table-type01 th {
  background-color: var(--rmeisai-primary);
  &::after {
    border-left-color: var(--rmeisai-primary);
  }
}

ol.ol-type01 li:last-child,
ul.ul-type01 li:last-child {
  padding-bottom: 0;
}
