/* ----------------------------------------
 * Layout
 * ---------------------------------------- */
.l-section:not(:first-child) {
  margin-top: 120px;
}

.l-sofwave-content-wrapper {
  background-color: #F9F5F0;
  padding-top: 80px;
  overflow: hidden;
}

.l-sofwave-content-inner {
  max-width: 1200px;
  width: 100%;
  background-color: #fff;
  padding: 40px 100px 160px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .l-section:not(:first-child) {
    margin-top: 72px;
  }

  .l-sofwave-content-wrapper {
    padding-top: 0;
  }

  .l-sofwave-content-inner {
    max-width: 100%;
    padding: 72px 24px;
  }
}

/* ----------------------------------------
 * Component - c-heading
 * ---------------------------------------- */
.c-heading-primary {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.8;
  color: #6C6C6C;
  padding-bottom: 16px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F1DED3;
  position: relative;
}

.c-heading-primary::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100px;
  height: 1px;
  background-color: #E7984A;
}

.c-heading-secondary {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  color: #414141;
  border-left: 3px solid #E7984A;
  padding-left: 12px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .c-heading-primary {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 24px;
  }

  .c-heading-primary::after {
    width: 50px;
  }
}

/* ----------------------------------------
 * Project - p-sofwave-hero
 * ---------------------------------------- */
.p-sofwave-hero {
  min-height: 600px;
  background:
  linear-gradient(309.23deg, rgba(255, 214, 173, 0.7) 12.25%, rgba(255, 234, 213, 0.7) 60.69%),
  url(../images/common/reserve_bg.jpg) center/cover no-repeat;
  position: relative;
  overflow: hidden;
}

.p-sofwave-hero__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.p-sofwave-hero__content {
  max-width: 576px;
  flex: 1;
  z-index: 2;
}

.p-sofwave-hero__label {
  display: flex;
  align-items: center;
  gap: 12px;
}

.p-sofwave-hero__label-text {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.8;
  color: #414141;
}

.p-sofwave-hero__label-new {
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E7984A;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.8;
  padding: 0 12px;
  border-radius: 4px;
}

.p-sofwave-hero__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.5;
  color: #414141;
  margin: 24px 0 56px;
  padding: 24px 0;
  border-top: 1px solid #E2D2CC;
  border-bottom: 1px solid #E2D2CC;
}

.p-sofwave-hero__price {
  width: 100%;
  height: 85px;
  background-color: #694E39;
  color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.p-sofwave-hero__price-text {
  font-size: 24px;
}

.p-sofwave-hero__price-num {
  font-size: 40px;
}

.p-sofwave-hero__price-tax {
  font-size: 14px;
}

.p-sofwave-hero__price-note {
  font-size: 12px;
  margin-top: 8px;
}

.p-sofwave-hero__image {
  padding-top: 21px;
  width: 550px;
}

.p-sofwave-hero__image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-sofwave-hero {
    min-height: unset;
    background: unset;
    background-color: #F4E9DD;
  }

  .p-sofwave-hero__inner {
    flex-direction: column-reverse;
  }

  .p-sofwave-hero__content {
    max-width: 100%;
    width: 100%;
    padding: 20px 24px;
  }

  .p-sofwave-hero__label {
    gap: 9px;
  }

  .p-sofwave-hero__label-text {
    font-size: 20px;
    line-height: 1;
  }

  .p-sofwave-hero__label-new {
    height: 29px;
    font-size: 16px;
    padding: 0 7px;
  }

  .p-sofwave-hero__title {
    font-size: 27px;
    margin: 12px 0 18px;
    padding: 12px 0;
  }

  .p-sofwave-hero__price {
    height: 58px;
    border-radius: 2px;
  }

  .p-sofwave-hero__price-text {
    font-size: 16px;
  }

  .p-sofwave-hero__price-num {
    font-size: 24px;
  }

  .p-sofwave-hero__price-tax {
    font-size: 12px;
  }

  .p-sofwave-hero__price-note {
    font-size: 10px;
    margin-top: 8px;
  }

  .p-sofwave-hero__image {
    padding-top: 0;
    width: 100%;
  }
}

/* ----------------------------------------
 * Project - p-sofwave-about
 * ---------------------------------------- */
.p-sofwave-about__device {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.p-sofwave-about__device img {
  max-width: 840px;
  width: 100%;
  height: auto;
}

.p-sofwave-about__content {
  max-width: 840px;
  width: 100%;
  background: linear-gradient(0deg, #FEF1F2 0%, #FFFFFF 106.67%);
  padding: 24px 40px;
  margin: 0 auto;
}

.p-sofwave-about__lead {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #414141;
  margin-bottom: 24px;
}

.p-sofwave-about__lead span {
  font-weight: 700;
}

.p-sofwave-about__approval {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.p-sofwave-about__approval-item {
  background-color: #fff;
  border: 1px solid #E7C3AC;
  border-radius: 8px;
  padding: 24px;
}

.p-sofwave-about__approval-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #414141;
  margin-bottom: 8px;
}

.p-sofwave-about__approval-lead {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #414141;
}

.p-sofwave-about__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #414141;
}

.p-sofwave-about__text span {
  font-weight: 700;
}

@media (max-width: 767px) {
  .p-sofwave-about__device {
    margin-bottom: 24px;
  }

  .p-sofwave-about__content {
    padding: 0px 16px 24px;
  }
}

/* ----------------------------------------
 * Project - p-sofwave-concerns
 * ---------------------------------------- */
.p-sofwave-concerns__box {
  background-color: #F5F5F5;
  padding: 40px 104px;
  border-radius: 8px;
}

.p-sofwave-concerns__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
}

.p-sofwave-concerns__item {
  position: relative;
  padding-left: 32px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #414141;
}

.p-sofwave-concerns__item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border: 4px solid #E7984A;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .p-sofwave-concerns__box {
    padding: 40px 20px;
  }

  .p-sofwave-concerns__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .p-sofwave-concerns__item {
    font-size: 16px;
  }

  .p-sofwave-concerns__item::before {
    top: 1px;
  }
}

/* ----------------------------------------
 * Project - p-sofwave-effects
 * ---------------------------------------- */
.p-sofwave-effects__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.p-sofwave-effects__item {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 13px;
  background-color: #F5F5F5;
  padding: 0 16px;
  border-radius: 8px;
}

.p-sofwave-effects__check {
  width: 22px;
  height: 16px;
}

.p-sofwave-effects__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .p-sofwave-effects__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ----------------------------------------
 * Project - p-sofwave-cases
 * ---------------------------------------- */
.p-sofwave-cases__list {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.p-sofwave-cases__item-title {
  text-align: center;
  margin-bottom: 24px;
}

.p-sofwave-cases__item-title img {
  width: 330px;
  height: auto;
}

.p-sofwave-cases__images {
  display: flex;
  margin-bottom: 12px;
}

.p-sofwave-cases__item--type-b .p-sofwave-cases__images {
  flex-direction: column;
  gap: 16px;
  max-width: 425px;
  width: 100%;
  margin: 0 auto 12px;
}

.p-sofwave-cases__image {
  position: relative;
  flex: 1;
}

.p-sofwave-cases__image img {
  width: 100%;
  height: auto;
}

.p-sofwave-cases__image--multiple {
  margin-bottom: 12px;
}

.p-sofwave-cases__image--multiple img {
  width: 100%;
  height: auto;
}

.p-sofwave-cases__label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #333333;
  text-align: center;
  margin-top: 8px;
}

.p-sofwave-cases__info {
  background-color: #F5F5F5;
  padding: 40px;
  margin-top: 12px;
}

.p-sofwave-cases__detail {
  margin-bottom: 16px;
}

.p-sofwave-cases__detail dt {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  color: #333333;
  margin-bottom: 4px;
}

.p-sofwave-cases__detail dd {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}

.p-sofwave-cases__comment {
  max-width: 598px;
  width: 100%;
  margin: 0 auto;
}

.p-sofwave-cases__comment img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .p-sofwave-cases__list {
    max-width: 100%;
  }

  .p-sofwave-cases__item-title {
    margin-bottom: 16px;
  }

  .p-sofwave-cases__item-title img {
    max-width: 330px;
    width: 100%;
  }

  .p-sofwave-cases__images {
    margin-bottom: 16px;
  }

  .p-sofwave-cases__item--type-b .p-sofwave-cases__images {
    max-width: 100%;
    margin: 0 auto 16px;
  }

  .p-sofwave-cases__image--multiple {
    margin-bottom: 16px;
  }

  .p-sofwave-cases__label {
    font-size: 14px;
  }

  .p-sofwave-cases__info {
    padding: 24px;
    margin-top: 16px;
  }

  .p-sofwave-cases__comment {
    max-width: 100%;
  }

  .p-sofwave-cases__comment img {
    border-radius: 8px;
  }
}

/* ----------------------------------------
 * Project - p-sofwave-what
 * ---------------------------------------- */
.p-sofwave-what__content {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

.p-sofwave-what__image {
  margin-bottom: 16px;
}

.p-sofwave-what__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.p-sofwave-what__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #414141;
}

.p-sofwave-what__text span {
  font-weight: 700;
}

.p-sofwave-what__content > h3 {
  margin-top: 40px;
  margin-bottom: 16px;
}

/* ----------------------------------------
 * Project - p-sofwave-position
 * ---------------------------------------- */
.p-sofwave-position__content {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

.p-sofwave-position__lead {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #414141;
  margin-bottom: 40px;
}

.p-sofwave-position__lead span {
  font-weight: 700;
}

.p-sofwave-position__chart {
  margin-bottom: 64px;
}

.p-sofwave-position__chart img {
  width: 100%;
  height: auto;
}

.p-sofwave-position__compare {
  text-align: center;
  margin-bottom: 24px;
}

.p-sofwave-position__compare-title {
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
}

.p-sofwave-position__compare-title img {
  width: 100%;
  height: auto;
}

.p-sofwave-position__compare-image {
  overflow-x: scroll;
}

.p-sofwave-position__compare-image > img {
  max-width: unset;
  width: 750px;
  height: auto;
}

.p-sofwave-position__layer img {
  width: 100%;
  height: auto;  
}

.p-sofwave-position__layer-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #414141;
}

.p-sofwave-position__layer-text span {
  font-weight: 700;
}

@media (max-width: 767px) {
  .p-sofwave-position__lead {
    margin-bottom: 24px;
  }

  .p-sofwave-position__chart {
    margin-bottom: 40px;
  }

  .p-sofwave-position__compare {
    margin-bottom: 24px;
  }

  .p-sofwave-position__compare-title img {
    max-width: 286px;
  }

  .p-sofwave-position__layer-text {
    margin-top: 40px;
  }
}


/* ----------------------------------------
 * Project - p-sofwave-keywords
 * ---------------------------------------- */
.p-sofwave-keywords__content {
  display: flex;
  gap: 16px;
  max-width: 840px;
  width: 100%;
  background-color: #FEF5F3;
  border-radius: 8px;
  padding: 24px;
  margin: 0 auto;
}

.p-sofwave-keywords__content-left {
  flex: 1;
}

.p-sofwave-keywords__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.p-sofwave-keywords__item {
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  border-radius: 8px;
}

.p-sofwave-keywords__label {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #E7984A;
}

.p-sofwave-keywords__label span {
  font-size: 23px;
}

.p-sofwave-keywords__text {
  font-weight: 700;
  font-size: 24px;
  color: #E7984A;
}

.p-sofwave-keywords__note {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #414141;
}

.p-sofwave-keywords__image {
  width: 218px;
}

.p-sofwave-keywords__image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .p-sofwave-keywords__content {
    flex-direction: column;
  }

  .p-sofwave-keywords__text {
    font-size: 20px;
  }

  .p-sofwave-keywords__image {
    width: 100%;
  }
}


/* ----------------------------------------
 * Project - p-sofwave-sperb
 * ---------------------------------------- */
.p-sofwave-sperb__content {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

.p-sofwave-sperb__beam {
  margin-bottom: 104px;
}

.p-sofwave-sperb__beam > div {
  display: flex;
  gap: 24px;
}

.p-sofwave-sperb__beam > div > img {
  width: 363px;
  height: auto;
}

.p-sofwave-sperb__beam-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}

.p-sofwave-sperb__beam-text span {
  font-weight: 700;
}

.p-sofwave-sperb__irradiation {
  margin-bottom: 64px;
}

.p-sofwave-sperb__irradiation > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 24px;
}

.p-sofwave-sperb__irradiation-image:first-of-type {
  margin-bottom: 24px;
}

.p-sofwave-sperb__irradiation-image:first-of-type img {
  width: 100%;
  height: auto;
}

.p-sofwave-sperb__irradiation-image:nth-of-type(2) {
  margin-bottom: 24px;
}

.p-sofwave-sperb__irradiation-image:nth-of-type(2) img {
  width: 100%;
  height: auto;
}

.p-sofwave-sperb__irradiation-image:nth-of-type(3) {
  margin-bottom: 32px;
  text-align: center;
}

.p-sofwave-sperb__irradiation-image:nth-of-type(3) img {
  max-width: 473px;
  width: 100%;
  height: auto;
}

.p-sofwave-sperb__irradiation-image:nth-of-type(4) img {
  width: 100%;
  height: auto;
}

.p-sofwave-sperb__irradiation-image img {
  max-width: 100%;
  height: auto;
}

.p-sofwave-sperb__safety__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 64px;
}

.p-sofwave-sperb__safety__item {
  border: 1px solid #E7984A;
  position: relative;
}


.p-sofwave-sperb__safety__item::before {
  content: "";
  position: absolute;
  left: 9px;
  top: -1px;
  width: 113px;
  height: 1px;
  background-color: #F9F5F0;
}

.p-sofwave-sperb__safety__item > img {
  width: 154px;
  height: auto;
  position: absolute;
  left: 9px;
  top: -38px;
}

.p-sofwave-sperb__safety__title {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 74px;
  background-color: #F9F5F0;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #414141;
  padding: 24px;
}

.p-sofwave-sperb__safety__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #414141;
  padding: 16px 24px;
}

.p-sofwave-sperb__safety__text span {
  font-weight: 700;
}

.p-sofwave-sperb__safety__item > div {
  padding: 16px 24px;
}

.p-sofwave-sperb__safety__detail:not(:last-of-type) {
  padding-bottom: 16px;
  border-bottom: 1px dotted #E7984A;
}

.p-sofwave-sperb__safety__detail:not(:first-of-type) {
  padding-top: 20px;
}

.p-sofwave-sperb__safety__detail-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #414141;
}

.p-sofwave-sperb__safety__detail-title img {
  width: 28px;
  height: auto;
}

.p-sofwave-sperb__safety__detail .p-sofwave-sperb__safety__text {
  padding: 0;
}

.p-sofwave-sperb__safety__certification {
  margin-top: 64px;
}

.p-sofwave-sperb__safety__certification-item {
  border: 1px solid #E7984A;
}

.p-sofwave-sperb__safety__certification-item > h3 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 74px;
  background-color: #F9F5F0;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #414141;
  padding: 0 24px;
}

.p-sofwave-sperb__safety__certification-item > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #414141;
  padding: 16px 24px;
}

@media (max-width: 767px) {
  .p-sofwave-sperb__content {
    max-width: 100%;
  }

  .p-sofwave-sperb__beam {
    margin-bottom: 48px;
  }

  .p-sofwave-sperb__beam > div {
    flex-direction: column-reverse;
  }

  .p-sofwave-sperb__beam > div > img {
    width: 100%;
  }

  .p-sofwave-sperb__irradiation {
    margin-bottom: 48px;
  }

  .p-sofwave-sperb__safety__list {
    margin-top: 52px;
  }
}

/* ----------------------------------------
 * Project - p-real-time-feedback-system
 * ---------------------------------------- */

.p-real-time-feedback-system__content {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

.p-real-time-feedback-system__content > div {
  display: flex;
  gap: 24px;
}

.p-real-time-feedback-system__content > div > img {
  width: 363px;
  height: auto;
}

.p-real-time-feedback-system__content-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}

.p-real-time-feedback-system__content-text span {
  font-weight: 700;
}

@media (max-width: 767px) {
  .p-real-time-feedback-system__content {
    max-width: 100%;
  }

  .p-real-time-feedback-system__content > div {
    flex-direction: column-reverse;
  }

  .p-real-time-feedback-system__content > div > img {
    width: 100%;
  }
}

/* ----------------------------------------
 * Project - p-sofwave-popluar
 * ---------------------------------------- */
.p-sofwave-popular__list {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 16px;
}

.p-sofwave-popular__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #FE9D9D;
  padding: 50px 24px 24px;
}

.p-sofwave-popular__content-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 42px;
  margin-bottom: 16px;
}

.p-sofwave-popular__content-top img {
  width: 100px;
  height: auto;
}

.p-sofwave-popular__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #FA657A;
}

.p-sofwave-popular__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.p-sofwave-popular__text span {
  font-weight: 700;
}

@media (max-width: 767px) {
  .p-sofwave-popular__list {
    max-width: 100%;
    flex-direction: column;
  }

  .p-sofwave-popular__item {
    padding: 24px;
  }

  .p-sofwave-popular__content-top {
    flex-direction: row;
    gap: 16px;
  }
}

/* ----------------------------------------
 * Project - p-sofwave-flow
 * ---------------------------------------- */
.p-sofwave-flow__list {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-sofwave-flow__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #E7984A;
}

.p-sofwave-flow__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

/* ----------------------------------------
 * Project - p-sofwave-area
 * ---------------------------------------- */
.p-sofwave-area__image {
  text-align: center;
  margin-top: 80px;
}

.p-sofwave-area__image img {
  max-width: 486px;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .p-sofwave-area__image {
    margin-top: 0;
  }
}


/* ----------------------------------------
 * Project - p-sofwave-price
 * ---------------------------------------- */
.p-sofwave-price table {
  border: 1px solid #F1DED3;
}
.p-sofwave-price table tr:nth-child(2n + 1) {
  background-color: #F9F6F3;
}
.p-sofwave-price table tr td {
  border: none !important;
  padding: 20px 12px;
}
.p-sofwave-price table tr td.column-1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #414141;
  vertical-align: middle;
}
.p-sofwave-price table tr td.column-2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #414141;
  vertical-align: middle;
  text-align: right;
}
.p-sofwave-price__note {
  font-weight: 500;
  font-size: 12px;
  text-align: right;
  color: #6C5148;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .p-sofwave-price table tr td {
    width: 50%;
  }
}


/* ----------------------------------------
 * Project - p-sofwave-points
 * ---------------------------------------- */
.p-sofwave-points__table-wrap {
  overflow-x: auto;
}

.p-sofwave-points__table {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  overflow: hidden;
}

.p-sofwave-points__table th,
.p-sofwave-points__table td {
  padding: 20px 12px;
  border: 1px solid #F1DED3;
}

.p-sofwave-points__table th {
  text-align: left;
  width: 24%;
  background-color: #F9F6F3;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #414141;
  vertical-align: middle;
}

.p-sofwave-points__table td {
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #414141;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .p-sofwave-points__table th {
    width: 30%;
  }
}

/* ----------------------------------------
 * Project - p-sofwave-notes
 * ---------------------------------------- */
.p-sofwave-notes > div > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #414141;
  background-color: #F9F5F0;
  border-radius: 8px;
  padding: 40px;
}

@media (max-width: 767px) {
  .p-sofwave-notes > div > p {
    padding: 20px 16px 16px;
  }
}

/* ----------------------------------------
 * Project - p-sofwave-contra
 * ---------------------------------------- */
.p-sofwave-contra__box {
  background-color: #F9F5F0;
  border-radius: 8px;
  padding: 40px;
}

.p-sofwave-contra__box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #414141;
}


@media (max-width: 767px) {
  .p-sofwave-contra__box {
    padding: 20px 20px 16px;
  }
}


/* ----------------------------------------
 * Project - p-sofwave-faq
 * ---------------------------------------- */
.p-sofwave-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.p-sofwave-faq__item {
  background-color: #F9F5F0;
  border-radius: 8px;
  overflow: hidden;
}

.p-sofwave-faq__question {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 20px;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s ease;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #414141;
}

.p-sofwave-faq__question:hover {
  background-color: #F1DED3;
}

.p-sofwave-faq__q {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #E7984A;
}

.p-sofwave-faq__question-text {
  flex: 1;
}

.p-sofwave-faq__icon {
  width: 12px;
  height: 12px;
  position: relative;
  flex-shrink: 0;
}

.p-sofwave-faq__icon::before,
.p-sofwave-faq__icon::after {
  content: '';
  position: absolute;
  background-color: #E7984A;
  transition: transform 0.3s ease;
}

.p-sofwave-faq__icon::before {
  width: 12px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-sofwave-faq__icon::after {
  width: 1px;
  height: 12px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.p-sofwave-faq__item.is-open .p-sofwave-faq__icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.p-sofwave-faq__answer {
  overflow: hidden;
  transition: height 0.3s ease;
}

.p-sofwave-faq__answer-inner {
  display: flex;
  gap: 8px;
  padding: 0 20px 20px;
}

.p-sofwave-faq__a {
  display: flex;
  justify-content: center;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #E7984A;
  padding-top: 2px;
}

.p-sofwave-faq__answer-text {
  flex: 1;
}

.p-sofwave-faq__answer-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
}

.p-sofwave-doctor .p-operation-doctor__wrap {
  background-color: #fff;
  border: 1px solid #E7C3AC;
  border-radius: 8px;
}

.p-page-footer__inner {
  margin-top: 0;
}