@charset "UTF-8";
/* このテキストは消さないでください */
.mobile,
.desktop {
  display: none;
  visibility: hidden;
}

@media screen and (min-width: 721px) {
  .desktop {
    display: block;
    visibility: visible;
  }
}
@media screen and (max-width: 720px) {
  .mobile {
    display: block;
    visibility: visible;
  }
}
.content--wide {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

.sup {
  font-size: 0.6em;
  vertical-align: top;
}

.p-page_content {
  overflow: hidden;
}

.u-margin__top--60 {
  margin-top: 0px;
}

.bg-gray {
  background-color: #f5f5f5;
  padding: 4em 0;
}

@media screen and (max-width: 720px) {
  .bg-gray {
    padding: 2em 0;
  }
}
.bold {
  font-weight: bold;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 720px) {
  .flex {
    display: block;
  }
}
.footer_banners {
  margin: 2em auto;
  max-width: 1120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_banners > div {
  width: 30%;
}

@media screen and (max-width: 720px) {
  .footer_banners {
    display: block;
    margin: 2em 15px;
  }
  .footer_banners > div {
    width: 100%;
    margin-bottom: 1em;
  }
}
section {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin: auto;
}

@media screen and (max-width: 720px) {
  section {
    max-width: auto;
    margin: 0 15px;
  }
}
section h3 {
  color: var(--color-deep-azuki);
  font-size: 1.5rem;
  margin: 0.5em auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bolder;
}

section h3 .caption {
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: -6px;
  margin-right: 4px;
}

@media screen and (max-width: 720px) {
  section h3 {
    font-size: 1.2rem;
  }
}
.h3-subtitle {
  font-size: 1rem;
  color: var(--color-deep-azuki);
  text-align: center;
  margin: 0 auto 0.5em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 720px) {
  .h3-subtitle {
    font-size: 0.8rem;
  }
}
section p {
  font-family: "Noto Sans JP", sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 1.7;
  position: relative;
}

section p.align-left {
  text-align: left;
}

section p.small {
  font-size: 11px;
  line-height: 1.5;
  margin-top: 0.2em;
}

section p .caption {
  font-size: 11px;
  line-height: 1;
  position: relative;
  top: -3px;
  margin-right: 4px;
}

@media screen and (max-width: 720px) {
  section p {
    font-size: 14px;
    line-height: 1.6;
  }
}
section.cumec__product {
  width: 94%;
  margin: 4em auto;
  max-width: 800px !important;
}

section.cumec__product p {
  line-height: 1.6;
  font-weight: 600;
}

.p-page_content__inner section.cumec__product p {
  font-size: min(1.8vw, 16px);
  color: #2b2b2b;
  text-align: left;
}

@media screen and (max-width: 720px) {
  .p-page_content__inner section.cumec__product p {
    font-size: max(2.6vw, 14px);
  }
}
section.cumec__product .products__list {
  margin: 2em auto 0;
}

section.cumec__product .products__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 720px) {
  section.cumec__product .products__list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
section.cumec__product .products__list li {
  text-align: left;
  width: 21%;
  margin-bottom: 1em;
}

@media screen and (max-width: 720px) {
  section.cumec__product .products__list li {
    width: 47%;
  }
}
section.cumec__product .products__list a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

section.cumec__product .products__list h4 {
  font-size: 100%;
  margin: 0.3em 0 0.6em;
  color: #2b2b2b;
  white-space: nowrap;
  font-weight: bolder;
  font-family: "Noto Sans JP", sans-serif;
}

section.cumec__product .products__list p {
  font-size: 84%;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

section.cumec__product .products__list p.here {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: var(--color-deep-azuki);
  font-weight: 500;
  margin-top: auto;
}

section.cumec__product .details {
  margin: 2em auto 5em;
  text-align: center;
}

section.cumec__product .details img {
  margin: auto;
  max-width: 252px;
}

.float_banner {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  max-width: 300px;
}

.float_banner .img a img {
  display: block;
  max-width: 300px;
  margin: auto;
}

.float_banner .close {
  z-index: 1000;
  position: absolute;
  right: -10px;
  top: -10px;
}

.float_banner .close span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #aaa;
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 720px) {
  .float_banner {
    right: 0;
    left: 0;
    bottom: 20px;
    margin: auto;
    z-index: 999;
    max-width: 90%;
  }
  .float_banner .img a img {
    max-width: 100%;
  }
}
/* このテキストは消さないでください */
.p-page_content,
.p-page_content__inner {
  max-width: none;
  padding: 0;
}

@media screen and (max-width: 720px) {
  .p-page_content {
    padding: 0 !important;
  }
}
.cumec__product {
  width: 94%;
  margin: auto auto 4em;
  /* 食前などに３粒*2だけの健康習慣
  ------------------------------------------- */
  /* 選べる4つのサイズ
  ------------------------------------------- */
}

@media screen and (max-width: 720px) {
  .cumec__product {
    width: 100%;
    margin: auto;
  }
}
.cumec__product p {
  line-height: 1.6;
  font-weight: 500;
}

.p-page_content__inner .cumec__product p {
  font-size: min(1.8vw, 16px);
  color: #2b2b2b;
  text-align: left;
}

@media screen and (max-width: 720px) {
  .p-page_content__inner .cumec__product p {
    font-size: max(2.6vw, 14px);
  }
}
@media screen and (max-width: 1400px) {
  .cumec__product .kv {
    width: 1400px;
    margin-left: -700px;
  }
}
@media screen and (max-width: 720px) {
  .cumec__product .kv {
    width: 100vw;
    margin-left: -50vw;
  }
}
.cumec__product .description {
  max-width: 600px;
  margin: auto;
  padding: min(14vw, 70px) 0;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 720px) {
  .cumec__product .description {
    margin: auto 15px;
    padding: min(10vw, 40px) 0;
  }
}
.cumec__product .description h3 {
  color: var(--color-deep-azuki);
  font-size: 160%;
  text-align: center;
  margin-bottom: min(3vw, 30px);
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 720px) {
  .cumec__product .description h3 {
    font-size: 140%;
  }
}
.cumec__product .description h3 .notes {
  font-size: 0.6em;
  display: block;
}

.cumec__product .products:not(.bottom) h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: var(--color-deep-azuki);
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: min(3vw, 30px);
}
.cumec__product .products.bottom h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 300;
  color: var(--color-deep-azuki);
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: left;
  margin-bottom: min(3vw, 30px);
}
.cumec__product .products__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 720px) {
  .cumec__product .products__list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.cumec__product .products__list li {
  width: 23%;
  margin-bottom: 1em;
}

@media screen and (max-width: 720px) {
  .cumec__product .products__list li {
    width: 47%;
  }
}
.cumec__product .products__list a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.cumec__product .products__list h4 {
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-charcoal);
  margin: 0.3em 0 0.6em;
  white-space: nowrap;
}

.cumec__product .products__list p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-charcoal);
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 400;
}

.cumec__product .products__list p.here {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 14px !important;
  color: var(--color-deep-azuki) !important;
  margin-top: auto !important;
  font-weight: 500 !important;
}

.cumec__product .products .details {
  margin-top: 24px;
}
.cumec__product .products .details a {
  display: inline-block;
  background: var(--color-soft-azuki);
  color: #fff;
  padding: 14px 32px;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
}

.cumec__product .products.bottom {
  max-width: 800px;
  position: relative;
  margin-top: min(12vw, 120px);
}

.cumec__product .products.bottom h3 {
  margin-bottom: min(4vw, 35px);
}

.cumec__product .products.bottom ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(3vw, 15px);
}

@media screen and (max-width: 720px) {
  .cumec__product .products.bottom ul {
    gap: 0;
  }
}
.cumec__product .products.bottom li {
  width: 47%;
}

@media screen and (max-width: 720px) {
  .cumec__product .products.bottom li {
    width: 100%;
  }
}
.cumec__product .products.bottom a {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.cumec__product .products.bottom .img {
  aspect-ratio: 1/1;
  width: 40%;
}

.cumec__product .products.bottom .txt {
  background: var(--color-beige);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.6em 0.8em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: min(1.8vw, 16px);
}

@media screen and (max-width: 720px) {
  .cumec__product .products.bottom .txt {
    font-size: max(2.6vw, 14px);
  }
}
.cumec__product .products.bottom h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-deep-azuki);
}
.cumec__product .products.bottom .txt p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: var(--color-charcoal);
}
.cumec__product .products.bottom p.here {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 16px !important;
  color: #fff !important;
  background: var(--color-soft-azuki) !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  text-align: center !important;
  margin-top: auto !important;
}

.cumec__product .bnr--patent {
  text-align: center;
  margin: min(10vw, 80px) auto min(10vw, 79px);
  max-width: 551px;
}

@media screen and (max-width: 720px) {
  .cumec__product .bnr--patent {
    padding: 0 20px;
    margin: min(8vw, 40px) auto min(8vw, 40px);
  }
}
.cumec__product .points {
  max-width: 341px;
  text-align: center;
  margin: auto;
}

.cumec__product .points h3 {
  color: var(--color-deep-azuki);
  font-size: 160%;
  text-align: center;
  margin-bottom: min(3vw, 30px);
  line-height: 1.6;
  white-space: nowrap;
  font-weight: bolder;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 720px) {
  .cumec__product .points h3 {
    font-size: 140%;
  }
}
.cumec__product section[class*=feature--] {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.cumec__product section[class*=feature--] h3 {
  color: var(--color-deep-azuki);
  font-size: 160%;
  text-align: center;
  margin-bottom: min(3vw, 30px);
  line-height: 1.6;
  white-space: nowrap;
  font-weight: bolder;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 720px) {
  .cumec__product section[class*=feature--] h3 {
    font-size: 140%;
  }
}
.cumec__product .feature {
  /* 腸内細菌の代謝成分が直接届いて、内側から健康をサポート
  ------------------------------------------- */
  /* 臨床試験で報告された２つの機能
  ------------------------------------------- */
}

.cumec__product .feature--01 {
  max-width: 551px;
  margin: min(6vw, 120px) auto;
}

.cumec__product .feature--01 dt .notes {
  margin-top: 10px;
}

.cumec__product .feature--01 dt .notes p {
  text-align: center;
  font-size: 60%;
}

@media screen and (min-width: 721px) {
  .cumec__product .feature--01__content {
    padding: 0 max(10%, 10px);
  }
  .cumec__product .feature--01 .txt {
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 720px) {
  .cumec__product .feature--01 {
    margin: min(6vw, 60px) 15px;
  }
}
.cumec__product .feature--01 .img {
  margin-top: min(5vw, 30px);
}

.cumec__product .feature--02 {
  max-width: 551px;
  margin: min(6vw, 120px) auto;
  padding: min(6vw, 120px) 0;
  position: relative;
}

@media screen and (max-width: 720px) {
  .cumec__product .feature--02 {
    padding: min(6vw, 60px) 15px;
  }
}
.cumec__product .feature--02::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50vw);
          transform: translateX(-50vw);
  background: #FAF4ED;
  z-index: 1;
}

.cumec__product .feature--02 > * {
  position: relative;
  z-index: 2;
}

.cumec__product .feature--02 dl:not(:last-of-type) {
  margin-bottom: min(10vw, 67px);
}

.cumec__product .feature--02 dt {
  text-align: center;
  border-top: 1px solid #575757;
  border-bottom: 1px solid #575757;
  font-size: 120%;
  line-height: 1.5;
  padding: 1.2em 0 0.8em;
  color: #2b2b2b;
}

.cumec__product .feature--02 dt .notes {
  margin-top: 10px;
}

.cumec__product .feature--02 dt .notes p {
  text-align: center;
  font-size: 60%;
}

.cumec__product .feature--02 dd {
  padding: 0.5em 0;
}

.cumec__product .feature--02 dd p {
  line-height: 1.5;
}

.cumec__product .feature--02 .notes {
  margin-top: 2.5em;
}

.cumec__product .feature--02 .notes p {
  font-size: 70%;
  line-height: 1.4;
  margin: 0.2em 0;
}

.cumec__product .feature--03 {
  max-width: 900px;
  position: relative;
  margin-top: 64px;
}

.cumec__product .feature--03 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 720px) {
  .cumec__product .feature--03 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cumec__product .feature--03 li:not(:last-of-type) {
  border-bottom: 1px solid var(--color-deep-azuki);
}

.cumec__product .feature--03 li:nth-of-type(1) {
  padding-bottom: min(6vw, 50px);
}

@media screen and (max-width: 720px) {
  .cumec__product .feature--03 li:nth-of-type(1) .img img {
    width: 100%;
    max-width: none;
  }
}
.cumec__product .feature--03 li:nth-of-type(2), .cumec__product .feature--03 li:nth-of-type(3) {
  padding-top: min(8vw, 50px);
  padding-bottom: min(10vw, 80px);
}
.cumec__product .feature--03 .content {
}
@media screen and (min-width: 721px) {
  .cumec__product .feature--03 .content {
    width: 55%;
    padding-right: 2em;
    padding-top: 2em;
    margin-right: 64px;
  }
}
.cumec__product .feature--03 .txt {
  margin-top: min(6vw, 30px);
}

.cumec__product .feature--03 .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cumec__product .feature--03 .img img {
  width: initial;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 720px) {
  .cumec__product .feature--03 .img {
    margin-top: min(5vw, 30px);
  }
  .cumec__product .feature--03 .img img {
    width: 100%;
    max-width: none;
    max-height: none;
  }
}

.cumec__product .feature--03 p {
  line-height: 1.6;
}

.cumec__product .feature--03 p:has(small) {
  line-height: 1.4;
}

.cumec__product .feature--03 p small {
  font-size: 80%;
}

.cumec__product .feature--03 p span.caption {
  font-size: 80%;
  position: relative;
  top: -3px;
  margin-right: 4px;
}

.cumec__product .feature--03 h3 {
  margin-bottom: 0.2em !important;
}

@media screen and (max-width: 720px) {
  .cumec__product .feature--03 h3 {
    font-size: 28px !important;
    white-space: normal !important;
  }
}
.cumec__product .feature--03 h3 + p {
  text-align: center;
}

.cumec__product .feature--03 .notes {
  margin-top: 16px;
  border: 1px solid var(--color-deep-azuki);
  padding: 16px;
  border-radius: 8px;
}

.cumec__product .feature--03 .notes p {
  font-size: 70%;
  margin: 0.2em 0;
}

.cumec__product .message {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: min(5vw, 50px) auto;
  margin-inline: 15px;
}

.cumec__product .message .box {
  border: 1px solid var(--color-deep-azuki);
  border-radius: 0.4em;
  max-width: 551px;
  padding: min(6vw, 50px);
}

.cumec__product .message p {
  text-align: center;
  margin: 0;
  line-height: 1.8;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.cumec__product .message p strong {
  color: var(--color-deep-azuki);
}

.analysis section {
  margin: 8em auto;
}

@media screen and (max-width: 720px) {
  .analysis section {
    margin: 3em 15px;
  }
}
.analysis section p {
  line-height: 1.6;
}

.analysis .bg-gray section {
  margin: 2em auto;
}

@media screen and (max-width: 720px) {
  .analysis .bg-gray section {
    margin: 2em 15px;
  }
}
.analysis .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.analysis .step dt {
  font-size: 120%;
  width: 24px;
  color: var(--color-deep-azuki);
  font-family: "Noto Sans JP", sans-serif;
}

.analysis .step dd {
  width: calc(100% - 24px);
  text-align: left;
}

.analysis .step dd h4 {
  line-height: 1.5;
  font-size: 120%;
  font-weight: 500;
  color: #2b2b2b;
  font-family: "Noto Sans JP", sans-serif;
}

.analysis .step dd p {
  font-size: 100%;
  font-weight: 400;
  color: #2b2b2b;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

.analysis .step dd .link {
  margin: 1em auto;
}

.analysis .step dd .link img {
  width: 260px;
  margin: auto;
}

.analysis .arrow {
  margin: 2.8em auto;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: var(--color-deep-azuki) transparent transparent transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media screen and (max-width: 720px) {
  .analysis .arrow {
    margin: 1.5em auto;
  }
}
.analysis .contact {
  margin: 3em auto 0;
}

.membership {
  margin: 6em auto;
}

.membership h1 {
  color: #2B2B2B;
  font-weight: normal;
  font-size: 26px;
  margin: 64px auto 24px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}

.membership h3 {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.6;
  color: #2B2B2B;
  margin: 40px auto 0;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}

.membership p {
  text-align: left;
  line-height: 1.6;
  font-size: 14px;
  margin: 4px auto 18px;
  font-family: "Noto Sans JP", sans-serif;
  color: #2B2B2B;
}

.membership p.small {
  font-size: 12px;
  line-height: 1.6;
  color: #7A7A7A;
}

.membership .caption {
  font-size: 9px;
  position: relative;
  top: -6px;
}

.membership ul li {
  list-style: disc outside;
  font-size: 14px;
  line-height: 1.6;
  color: #2B2B2B;
  margin: 0 0 4px 20px;
  text-align: left;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.membership picture p {
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (max-width: 720px) {
  .membership {
    margin: 3em auto;
    padding: 0 15px;
  }
  .membership h1 {
    font-size: 1.5rem;
  }
}
.faq {
  max-width: 720px;
  margin: 0 auto;
  padding: 2em 0 4em;
  font-size: 16px;
  line-height: 24px;
  color: #2b2b2b;
}

@media screen and (max-width: 720px) {
  .faq {
    padding: 2em 15px;
  }
}
.faq a {
  color: #2b2b2b;
  text-decoration: none;
}

.faq a:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.faq h1 {
  font-size: 26px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 64px;
  margin-bottom: 48px;
}

.faq .faq__nav {
  font-size: 1rem;
  position: relative;
}

.faq .faq__nav h5 {
  position: relative;
  z-index: 3;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 24px;
}
.faq .faq__nav * +  h5 {
  margin-top: 32px;
}

.faq .faq__nav h5::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #aaa;
  margin: -4px 0 0 0;
}

.faq .faq__nav h5::after {
  content: "";
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 50%;
  display: inline-block;
  width: 220px;
  height: 32px;
  margin: -16px 0 0 0;
  left: 0;
}

.faq .faq__nav ul {
  margin: 0;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: disc outside;
}

.faq .faq__nav ul li {
  font-size: 14px;
  line-height: 1.6;
  width: 33.33%;
  padding: 0 2em 0 0;
  list-style: disc outside;
}

.faq .faq__nav ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #2b2b2b;
}

.faq .faq__nav ul li a:hover {
  color: #2b2b2b;
  text-decoration: underline;
}

@media screen and (max-width: 720px) {
  .faq .faq__nav ul {
    display: block;
  }
  .faq .faq__nav ul li {
    width: 90%;
    margin: auto;
  }
}
.faq .faq__body {
  font-size: 1rem;
  margin-top: 2em;
  border-top: 1px #888;
}

.faq .faq__body h2 {
  color: #2b2b2b;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 64px;
  font-size: 22px;
}

.faq .faq__body h3 {
  font-size: 22px !important;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 64px;
  margin-bottom: 24px;
}

.faq .faq__body .item h4 {
  background: #FAF8F6;
  padding: 0.6em 2.4em 0.6em 1em;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin: 0.4em auto;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.faq .faq__body .item h4:before, .faq .faq__body .item h4:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #666;
  position: absolute;
  top: 50%;
  right: 1em;
}

.faq .faq__body .item h4:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.faq .faq__body .item h4:hover {
  background: #ffedd9;
}

.faq .faq__body .item p {
  display: none;
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 0 0 1em 1em;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 720px) {
  .faq .faq__body .item p {
    font-size: 0.8rem;
  }
}
.faq .faq__body .item svg {
  display: inline-block;
  margin: 10px 10px 10px 0;
  height: 29px;
  width: auto;
}

.faq .faq__body .item a {
  text-decoration: underline;
}

.faq .faq__body .item.open h4:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq .faq__body .item.open p {
  display: block;
}

.application_terms {
  width: 95%;
  max-width: 600px;
  margin: 6em auto;
  color: rgb(154, 154, 154);
}

.application_terms h1 {
  text-align: center;
  font-weight: bolder;
  font-size: 1.8rem;
  margin: 0 auto 1em;
  font-family: "Noto Sans JP", sans-serif;
}

.application_terms h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  margin: 40px auto 20px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}

.application_terms h2:before {
  display: inline-block;
  content: "□";
  margin-right: 10px;
  font-size: 18px;
}

.application_terms h3 {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  margin: 20px auto 0;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
}

.application_terms h3:first-child {
  margin-top: 0;
}

.application_terms p {
  text-align: left;
  line-height: 1.6;
  font-size: 14px;
  margin: 4px auto 18px;
  font-family: "Noto Sans JP", sans-serif;
}

.application_terms ul li {
  list-style: disc outside;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 4px 20px;
  text-align: left;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

.application_terms ol li {
  list-style: decimal outside;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 4px 20px;
  text-align: left;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 720px) {
  .application_terms {
    margin: 3em auto;
    padding: 0 15px;
  }
  .application_terms h1 {
    font-size: 1.5rem;
  }
  .application_terms h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .application_terms h3 {
    font-size: 14px;
  }
  .application_terms p {
    font-size: 13px;
  }
  .application_terms ol li {
    font-size: 13px;
  }
}
/*# sourceMappingURL=freepage.css.map */

.footer_banners {
  display: none;
}