/*
  /rakurakucloud/jidootai/asset/css/page/p-faq.css
  faqページFV以外用CSS
*/
.p-faq-table {
  @media (max-width: 840px) {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  &.p-faq-table--narrow {
    width: 100%;
    max-width: 500px;
  }
}

.p-faq-table__row {
  border-bottom: 1px solid var(--gray-08);
  display: grid;
  grid-template-columns: 100px 1fr;
  padding: 8px 5px;
  line-height: 1.2;
  @media (max-width: 840px) {
    grid-template-columns: 80px 1fr;
    min-width: 500px;
    padding: 10px 5px;
  }
}

.p-faq-table__cell {
  color: var(--black);
  font-size: 14px;
  line-height: 1.7;
  padding: 5px;
}

.p-faq-table__row--plan {
  grid-template-columns: repeat(2, 1fr);
  @media (max-width: 840px) {
    grid-template-columns: repeat(2, 1fr);
    min-width: 500px;
  }
}

.p-faq-table__cell--center {
  padding: 10px 0;
  text-align: center;
}

.p-faq-table__sub {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.p-faq-table__plan {
  display: block;
  font-size: 24px;
  font-weight: bold;
}

.p-faq-table__text {
  font-size: 16px;
  line-height: 1.2;
}

.p-faq-table__strong {
  font-size: 18px;
  font-weight: bold;
}

.p-faq-table-note-list {
  display: grid;
  gap: 4px;
}

.p-faq-table-note-item {
  color: var(--black);
  font-size: 14px;
  line-height: 1.7;
  padding: 0 0 0 10px;
  position: relative;
  &::before {
    background-color: var(--black);
    border-radius: 50%;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 3px;
  }
}

.p-faq-content-item__answer-rmm {
  width: 75.32%;
  padding: 15px 30px 25px;
  margin: 0 auto;
  text-align: center;
  background-color: var(--rmailmarketing-bg-sub-03);
  @media (max-width: 1280px) {
    width: 100%;
    padding: 15px 20px 25px;
  }
}
.p-faq-content-item__answer-rmm-tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  height: 66px;
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
  line-height: inherit;
  background-color: var(--white);
  border-radius: 33px;
  @media (max-width: 1024px) {
    font-size: 14px;
    line-height: 1.5;
  }
  @media (max-width: 840px) {
    height: 120px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
  }
  .u-color-rmailmarketing-sub {
    font-size: 16px;
    @media (max-width: 1024px) {
      display: block;
    }
  }
}
.p-faq-content-item__answer-rmm-tagline-strong {
  font-size: 20px;
}
.p-faq-content-item__answer-rmm-title {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  @media (max-width: 840px) {
    font-size: 14px;
    line-height: 1.5;
  }
}
.p-faq-content-item__answer-rmm-image-wrap {
  width: 63%;
  margin: 17px auto 20px;
  @media (max-width: 600px) {
    width: 100%;
  }
}

.p-faq .c-circle-number {
  width: 57px;
  height: 65px;
}
.p-faq .m-flow-illust-item-title {
  display: block;
  height: 40px;
}
.p-faq .m-faq-item-flow-list .m-flow-illust-item::after {
  content: none;
}
.p-faq .m-flow-illust-list {
  gap: 10px;
  @media screen and (max-width: 1280px) {
    display: block;
    width: 60%;
    padding: 0;
    margin: 30px auto 0;
  }
  @media screen and (max-width: 600px) {
    width: 100%;
  }

}
.p-faq .m-flow-illust-item__title {
  font-size: 14px;
  padding: 50px 10px 25px;
}
.p-faq .m-flow-illust-item__desc {
  font-size: 14px;
}
.p-faq .m-flow-illust-item {
  @media screen and (max-width: 1280px) {
    margin: 40px 0 0;
  }
}
