@charset "utf-8";

:root {
  --header-height: 0px;
  --headerMenu-height: 0px;
  --noto-font: "Noto Sans JP", sans-serif;
}

html {
  font-family: var(--noto-font);
  scroll-behavior: smooth;
}

picture {
  display: block;
}

a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.pc {
  display: block;
}

.sp {
  display: none;
}
@media screen and (min-width: 900px) {
  a:hover {
    opacity: .7;
  }
}

body {
  font-family: var(--shippori-font);
  color: #1E1E1E;
  background-color: #F4F8FA;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.l-wrapper {
  padding-left: 100px;
  padding-right: 100px;
}

.l-inner {
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 750px) {
  .l-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-inner {
    max-width: 520px;
  }
}

.img-cover-wrapper {
  overflow: hidden;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform .5s 0s cubic-bezier(.44, .14, .09, 1.02);
  transition: -webkit-transform .5s 0s cubic-bezier(.44, .14, .09, 1.02);
  -o-transition: transform .5s 0s cubic-bezier(.44, .14, .09, 1.02);
  transition: transform .5s 0s cubic-bezier(.44, .14, .09, 1.02);
  transition: transform .5s 0s cubic-bezier(.44, .14, .09, 1.02), -webkit-transform .5s 0s cubic-bezier(.44, .14, .09, 1.02);
}

header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 18px 40px;
  background-color: #F4F8FA;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-logo {
  max-width: 218px;
  width: 20%;
  min-width: 165px;
  height: auto;
}

.header-menu {
  max-width: 584px;
  width: 50%;
  min-width: 420px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 12px;
}

.header-menu .header-cta {
  width: 48.9%;
  height: auto;
}

.header-menu .header-cta picture {
  width: 100%;
  height: auto;
}

.page-top-area {
  z-index: 99;
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 104px;
  height: auto;
}

.page-top-area .page-top-btn {
  display: block;
  width: 100%;
  height: auto;
}

.page-top-area .page-top-btn picture {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  header {
    padding: 17px 20px;
    position: relative;
    margin-bottom: -4em;
  }

  .header-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-logo {
    max-width: none;
    width: 142px;
    min-width: auto;
  }

  .header-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: none;
    width: 100%;
    min-width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
  }

  .header-menu .header-cta {
    width: 46%;
    height: auto;
  }

  .page-top-area {
    display: none;
  }
}


/* mv */

.mv {
  position: relative;
  margin-top: var(--header-height);
  padding-top: 48px;
  overflow: hidden;
  padding-bottom: 60px;
}

.mv .fv-img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-height: 667px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 16 / 7.6;
}

.mv .sp-back-texture {
  display: none;
}

.mv .mv-copy {
  width: 100%;
  height: auto;
}

.mv .mv-btn {
  position: relative;
  z-index: 5;
  display: block;
  margin-top: 45px;
  width: 100%;
  height: auto;
  border-radius: 18px;
  -webkit-box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.12);
}

a.mv-btn.fixed-cta {
  position: fixed;
  bottom: 10px;
  max-width: 800px;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, .5);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, .5);
}

.mv .mv-btn picture {
  width: 100%;
  height: auto;
}

.mv .sp-fv-box,
.mv .sp-content-box {
  display: contents;
}

.mv .sp-content-box .mv-copy01 {
  display: none;
}

@media screen and (max-width: 750px) {
  .mv {
    margin-top: var(--header-height);
    padding-top: 170px;
    padding-bottom: 60px;
  }

  .mv .sp-fv-box {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    aspect-ratio: 3.9 / 5.5;
    width: 100%;
    height: auto;
    max-height: 720px;
  }

  .mv .fv-img {
    position: relative;
    max-height: none;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 3.9 / 5.5;
  }

  .mv .sp-back-texture {
    z-index: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
  }

  .mv .mv-copy {
    width: 100%;
    height: auto;
    margin-bottom: 14px;
  }

  .mv .mv-btn {
    margin-top: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 15px 15px 30px 0px rgba(0, 0, 0, 0.12);
  }

  .mv .sp-content-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }

  .mv .sp-content-box .mv-copy01 {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
  }

  a.mv-btn.fixed-cta {
    display: none;
  }
}


/* lead */

.lead {
  padding-top: 2vw;
  padding-bottom: 120px;
}

.lead-heading {
  width: 77%;
  margin: auto;
}

.lead-content {
  margin-top: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lead-content .lead-content-img {
  border-radius: 2.2%;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
  box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
}

@media screen and (max-width: 750px) {

  /* lead */
  .lead {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .lead-heading {
    width: 83%;
  }

  .lead-content {
    margin-top: 22px;
    gap: 20px;
  }

  .lead-content .lead-content-img {
    border-radius: 12px;
    -webkit-box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
    box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
  }
}


/* function */

.function {
  background: rgba(0, 172, 162, 1);
  padding-top: 138px;
  padding-bottom: 120px;
}

.function .l-inner {
  position: relative;
}

.function-heading {
  width: 80%;
  height: auto;
  margin: auto;
}

.function-content {
  margin-top: 2.3vw;
  width: 100%;
  height: auto;
  border-radius: 2.2%;
  -webkit-box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
  box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
}

.function-btn {
  position: absolute;
  left: 50%;
  bottom: 6%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 38.5%;
  height: auto;
}

.function-btn picture {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .function {
    padding-top: 44px;
    padding-bottom: 50px;
  }

  .function-heading {
    width: 100%;
  }

  .function-content {
    margin-top: 25px;
    border-radius: 12px;
    -webkit-box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
    box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
  }

  .function-btn {
    bottom: 2%;
    width: 78%;
  }
}


/* case */

.case {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.case-heading {
  width: 37.8%;
  height: auto;
  margin: auto;
}

.case-content {
  margin-top: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.case-content .case-content-img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .case {
    padding-top: 55px;
    padding-bottom: 50px;
  }

  .case-heading {
    width: 66%;
  }

  .case-content {
    margin-top: 25px;
    gap: 25px;
  }
}


/* plan */

.plan {
  background-color: #018BD4;
  padding-top: 120px;
  padding-bottom: 120px;
}

.plan .l-inner {
  position: relative;
}

.plan .plan-heading {
  width: 85.2%;
  height: auto;
  margin: auto;
}

.plan .plan-content {
  margin-top: 3vw;
  width: 100%;
  height: auto;
  border-radius: 2.2%;
  -webkit-box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
  box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
}

.plan-btn-area {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 84%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.7%;
}

.plan-btn-area .plan-btn {
  width: 41.6%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .plan {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .plan .plan-heading {
    width: 97%;
  }

  .plan .plan-content {
    margin-top: 20px;
    border-radius: 12px;
    -webkit-box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
    box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
  }

  .plan-btn-area {
    top: 84%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .plan-btn-area .plan-btn {
    width: 78%;
    height: auto;
  }
}


/* faq */

.faq {
  margin-top: 120px;
}

.faq-heading {
  width: 49.4%;
  height: auto;
  margin: auto;
}

.faq-list {
  margin-top: 55px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.faq-item .faq-section {
  z-index: 1;
  width: 100%;
  height: auto;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.faq-item .faq-section .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 70px 30px 45px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 1.3;
}

.faq-item .faq-section .question img {
  width: 44px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.faq-item .faq-section .question.active {
  padding: 30px 70px 30px 45px;
}

.faq-item .faq-section .question::before,
.faq-item .faq-section .question::after {
  content: '';
  position: absolute;
  background-color: #018BD4;
  border-radius: 5rem;
}

.faq-item .faq-section .question::before {
  width: 15.5px;
  height: 3px;
  top: 50%;
  right: 45px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.faq-item .faq-section .question::after {
  width: 3px;
  height: 15.5px;
  top: 50%;
  right: 51.5px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faq-item .faq-section .question.active::after {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

.faq-item .faq-section .content-area {
  opacity: 0;
  height: 0;
  -webkit-transition: height 0.4s ease, margin 0.4s ease, opacity 0.2s ease;
  -o-transition: height 0.4s ease, margin 0.4s ease, opacity 0.2s ease;
  transition: height 0.4s ease, margin 0.4s ease, opacity 0.2s ease;
}

.faq-item .faq-section .content-area.active {
  opacity: 1;
}

.faq-item .faq-section .answer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding: 30px 45px;
  position: relative;
}

.faq-item .faq-section .answer.--start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.faq-item .faq-section .answer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 90px);
  height: 1px;
  border-top: 1px dashed #BECBCF;
}

.faq-item .faq-section .answer img {
  width: 44px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.faq-item .faq-section .answer-text {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04rem;
}

.faq-item .faq-section .answer-text ol {
  margin-top: 15px;
  list-style: decimal;
  padding-left: 25px;
}

@media screen and (max-width: 750px) {
  .faq {
    margin-top: 55px;
  }

  .faq-heading {
    width: 88%;
  }

  .faq-list {
    margin-top: 25px;
    gap: 10px;
  }

  .faq-item {
    border-radius: 12px;
  }

  .faq-item .faq-section {
    z-index: 1;
    width: 100%;
    height: auto;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
  }

  .faq-item .faq-section .question {
    gap: 10px;
    padding: 22px 50px 22px 20px;
    font-size: 18px;
    line-height: 1.4;
  }

  .faq-item .faq-section .question img {
    width: 29px;
  }

  .faq-item .faq-section .question.active {
    padding: 22px 50px 16px 20px;
  }

  .faq-item .faq-section .question::before {
    width: 12px;
    height: 2px;
    right: 20px;
  }

  .faq-item .faq-section .question::after {
    width: 2px;
    height: 12px;
    right: 25px;
  }

  .faq-item .faq-section .answer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 10px;
    padding: 20px 20px 25px 20px;
  }

  .faq-item .faq-section .answer::before {
    width: calc(100% - 40px);
  }

  .faq-item .faq-section .answer img {
    width: 29px;
  }

  .faq-item .faq-section .answer-text {
    font-size: 14px;
  }

  .faq-item .faq-section .answer-text ol {
    margin-top: 10px;
    list-style: decimal;
    padding-left: 15px;
  }
}


/* item-detail */

.item-detail {
  padding-top: 120px;
  padding-bottom: 120px;
}

.item-detail-heading {
  width: 47%;
  height: auto;
  margin: auto;
}

.id-list {
  margin-top: 55px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.id-item {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.id-item .id-section {
  z-index: 1;
  width: 100%;
  height: auto;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.id-item .id-section .question {
  position: relative;
  width: 100%;
  height: auto;
  padding: 30px 70px 30px 45px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 1.3;
  color: #018BD4;
}

.id-item .id-section .question.active {
  padding: 30px 70px 30px 45px;
}

.id-item .id-section .question::before,
.id-item .id-section .question::after {
  content: '';
  position: absolute;
  background-color: #018BD4;
  border-radius: 5rem;
}

.id-item .id-section .question::before {
  width: 15.5px;
  height: 3px;
  top: 50%;
  right: 45px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.id-item .id-section .question::after {
  width: 3px;
  height: 15.5px;
  top: 50%;
  right: 51.5px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.id-item .id-section .question.active::after {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

.id-item .id-section .content-area {
  opacity: 0;
  height: 0;
  -webkit-transition: height 0.4s ease, margin 0.4s ease, opacity 0.2s ease;
  -o-transition: height 0.4s ease, margin 0.4s ease, opacity 0.2s ease;
  transition: height 0.4s ease, margin 0.4s ease, opacity 0.2s ease;
}

.id-item .id-section .content-area.active {
  opacity: 1;
}

.id-item .id-section .answer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 70px;
  gap: 15px;
  padding: 35px 45px 45px 45px;
  position: relative;
  width: 100%;
  height: auto;
}

.id-item .id-section .answer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 90px);
  height: 1px;
  border-top: 1px dashed #BECBCF;
}

.id-item .id-section .answer-text {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04rem;
}

.id-section .answer-text .id-abs {
  padding: 15px 35px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
}

.id-abs .id-abs-content {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.id-abs .id-abs-content::before,
.id-abs .id-abs-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}

.id-abs .id-abs-content::before {
  width: 100%;
  background-color: rgba(190, 203, 207, 1);
}

.id-abs .id-abs-content::after {
  width: 25%;
  background-color: #018BD4;
}

.id-abs .id-abs-content dt {
  width: 25%;
  height: auto;
  color: #018BD4;
  font-weight: 700;
  padding-right: 15px;
}

.id-abs .id-abs-content dd {
  width: 75%;
  height: auto;
  font-weight: 500;
}

.id-abs .id-abs-content dd ol {
  margin-top: 29px;
  list-style: decimal;
  padding-left: 25px;
}

.id-abs .id-abs-content dd .repletion {
  margin-top: 29px;
  font-size: 13px;
}

.id-abs .id-abs-content .second-box {
  margin-top: 29px;
}

.id-item .id-section .answer-text .payment-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: auto;
  padding: 55px 35px 35px 35px;
}

.payment-case h3 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.04rem;
}

.payment-case .payment-case-text {
  width: 100%;
  height: auto;
  padding: 29px 40px;
  border-radius: 10px;
  background-color: #F9F9F9;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}

.payment-case .payment-case-text .payment-case-alert {
  margin-top: 22px;
}

.id-item .id-section .alert-list {
  list-style: disc;
  padding-left: 25px;
}

@media screen and (max-width: 750px) {
  .item-detail {
    padding-top: 55px;
    padding-bottom: 40px;
  }

  .item-detail-heading {
    width: 83%;
  }

  .id-list {
    margin-top: 25px;
    gap: 10px;
  }

  .id-item {
    border-radius: 12px;
  }

  .id-item .id-section .question {
    padding: 22px 40px 22px 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.04rem;
    line-height: 1.3;
  }

  .id-item .id-section .question.active {
    padding: 30px 35px 30px 20px;
  }

  .id-item .id-section .question::before {
    width: 12px;
    height: 2px;
    right: 20px;
  }

  .id-item .id-section .question::after {
    width: 2px;
    height: 12px;
    right: 25px;
  }

  .id-item .id-section .answer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 70px;
    gap: 15px;
    padding: 20px;
  }

  .id-item .id-section .answer::before {
    width: calc(100% - 40px);
  }

  .id-item .id-section .answer-text {
    font-size: 15px;
  }

  .id-section .answer-text .id-abs {
    padding: 0;
    gap: 20px;
  }

  .id-abs .id-abs-content {
    padding-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
  }

  .id-abs .id-abs-content::after {
    display: none;
  }

  .id-abs .id-abs-content dt {
    width: 100%;
    padding-right: 0;
  }

  .id-abs .id-abs-content dd {
    width: 100%;
  }

  .id-abs .id-abs-content dd ol {
    margin-top: 24px;
    list-style: none;
    padding-left: 0;
  }

  .id-abs .id-abs-content dd .repletion {
    margin-top: 24px;
    font-size: 12px;
  }

  .id-abs .id-abs-content .second-box {
    margin-top: 24px;
  }

  .id-item .id-section .answer-text .payment-case {
    padding: 25px 0 0 0;
  }

  .payment-case h3 {
    font-size: 15px;
  }

  .payment-case .payment-case-text {
    padding: 20px;
    font-size: 12px;
  }

  .payment-case .payment-case-text .payment-case-alert {
    margin-top: 19px;
  }

  .id-item .id-section .alert-list {
    list-style: none;
    padding-left: 0;
  }
}


/* tel-cta */

.tel-cta {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url("./img/tel-back.webp") no-repeat center / cover;
}

.tel-heading {
  width: 66.5%;
  height: auto;
  margin: auto;
}

.tel-content {
  margin-top: 30px;
  width: 100%;
  height: auto;
  border-radius: 2.2%;
  -webkit-box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
  box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
}

@media screen and (max-width: 750px) {
  .tel-cta {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("./img/tel-back-sp.webp") no-repeat center / cover;
  }

  .tel-heading {
    width: 64.5%;
  }

  .tel-content {
    margin-top: 30px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    -webkit-box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
    box-shadow: 15px 15px 30px 0px rgba(120, 132, 146, 0.08);
  }
}


/* footer */

footer {
  padding-top: 40px;
  padding-bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-content {
  width: 218px;
  height: auto;
}

p.footer-info {
  display: block;
  width: 100%;
  margin: auto;
  font-size: 12px;
  text-align: center;
  padding: 2em;
  line-height: 1.4;
}

small.copyright {
  width: 90%;
  text-align: center;
}

@media screen and (max-width: 750px) {
  footer {
    padding-top: 42px;
    padding-bottom: calc(var(--headerMenu-height) + 28px);
  }

  .footer-content {
    width: 218px;
    height: auto;
  }

  p.footer-info {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 10px;
    text-align: left;
    padding: 2em;
    line-height: 1.4;
  }
}

/* 追加css */

table.detail {
  border-color: #1E1E1E;
  height: 100%;
  margin: 10px 0;
}

table.detail tr {
  padding: 10px;
}

table.detail th,
table.detail td {
  border: 1px solid #ddd;
  font-size: 1rem;
  text-align: left;
  vertical-align: top;
  padding: 20px 20px 18px;
  line-height: 180%;
  -webkit-text-size-adjust: 100%;
}

table.detail th {
  background-color: #E9F3FF;
  padding: 20px 60px 18px 20px;
  width: 60%;
}

@media screen and (min-width: 768px) {
  .tel-area{
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {

  table.detail th,
  table.detail td {
    display: block;
  }

  table.detail th {
    width: 100%;
  }
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
