.customers-voices{
  --pt-block: 80px;
  --pb-block: 120px;
  --px-block: var(--px-content);
  position: relative;
  background:#fff;
}

.customers-voices .l-block__inner {
  margin: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.customers-voices .p-voice-card {
  counter-reset: count 0;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 40px;
}
.customers-voices .p-content-area ol:not(.c-list,.p-step-row__list,.p-price__note,.p-white-box__list,.p-number-card__list,.p-step-col__list){
  display: grid;
  margin-top: var(--mt-list);
}

.customers-voices .p-voice-card__item {
  background-color: #f2f5f8;
  border: 1px solid #e7edf2;
  margin: 0;
}
.customers-voices .p-content-area li:not(.c-note__item,.p-anchor__item) {
  position: relative;
  list-style-type: none;
}

.customers-voices .p-voice-card__title-area {
  position: relative;
}

.customers-voices .p-voice-card__title-area::before,
.customers-voices .p-white-box__num {
  font-family:Montserrat, "Helvetica", "Arial", sans-serif;
  color:#66717d;
}

.customers-voices .p-voice-card__title-area::before {
  position: absolute;
  content: counter(count, decimal-leading-zero);
  counter-increment: count 1;
}

.customers-voices .p-voice-card__title {
  display: flex;
  flex-direction: column;
}

.customers-voices .p-voice-card__title .subtitle, 
.customers-voices .p-voice-card__title .title {
  font-family:Montserrat, "Helvetica", "Arial", sans-serif;
}

.customers-voices .p-voice-card__title .subtitle::before {
  position: absolute;
  top: var(--top);
  left: var(--left);
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
  content: "";
  background-color: #08b9e0;
  border-radius: 50%;
}

.customers-voices .p-voice-card__title .title {
  margin-top: 4px;
}
.customers-voices .p-voice-card__desc-area{
  position: relative;
}
.customers-voices .p-voice-card__desc-area>:first-child {
  margin-top: 0;
}

.customers-voices .p-voice-card__company {
  display: block;
  color:#66717d;
}

.customers-voices .p-voice-card {
  display: grid;
}
.customers-voices .p-voice-card__desc-area>:first-child {
  margin-bottom: 16px;
}
.customers-voices .p-voice-card__desc-area p:last-child {
  margin-bottom: 0;
}

.customers-voices .p-voice-card__desc-area p span {
  color: #66717d;
  display: block;
}

.customers-voices.enable_bottom_gap {
  padding-bottom: 120px;
}
.customers-voices.enable_border_radius{
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

@media print, screen and (min-width: 64em) {
  .customers-voices .p-content-area ol:not(.c-list,.p-step-row__list,.p-price__note,.p-white-box__list,.p-number-card__list,.p-step-col__list){
    gap: 8px;
  }
  .customers-voices .p-voice-card__item {
    display: flex;
    padding: 55px 64px;
    border-radius: 56px 56px 56px 4px;
  }
  .customers-voices .p-content-area li:not(.c-note__item,.p-anchor__item){
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .08em;
  }
  .customers-voices .p-voice-card__title-area {
    padding-right: 9%;
    margin-right: 7%;
    border-right: solid 1px #e7edf2;
  }
  .customers-voices .p-voice-card__title-area::before {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: .04em;
    font-size: 36px;
    line-height: 1.5;
    bottom: -8px;
    left: 0;
  }
  .customers-voices .p-voice-card__title .subtitle {
    --icon-size: 8px;
    --top: .5em;
    --left: -1em;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: .04em;
  }
  .customers-voices .p-voice-card__desc-area p span, 
  .customers-voices .p-voice-card__title .title{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: .08em;
  }
  .customers-voices .p-voice-card__desc-area {
    flex: 1;
  }
  .customers-voices .p-voice-card__desc-area h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: .08em;
  }
  .customers-voices .p-voice-card__desc-area p {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: .08em;
    font-size: 18px;
    line-height: 2;
  }
  .customers-voices .p-voice-card__desc-area p span {
    font-size: 18px;
    line-height: 2;
    margin-top: 24px;
  }
  .customers-voices .p-voice-card__item+.p-voice-card__item {
    margin-top: 64px;
  }
  .customers-voices .p-voice-card {
    gap: 8px;
  }
}

@media only screen and (max-width: 63.99375em) {
  .customers-voices .l-block__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .customers-voices .p-voice-card__item {
    padding: 40px 32px;
    border-radius: 24px 24px 24px 4px;
  }
  .customers-voices .p-voice-card {
    padding-top: 32px;
  }
  .customers-voices .p-voice-card__title-area {
    padding-bottom: 9%;
    margin-bottom: 7%;
    border-bottom: solid 1px #e7edf2;
  }
  .customers-voices .p-voice-card__title-area::before {
    font-size: 28px;
    line-height: 1.5;
    top: .4em;
    right: 0;
  }
  .customers-voices .p-voice-card__title .subtitle {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: .04em;
  }
  .customers-voices .p-voice-card__item + .p-voice-card__item {
    margin-top: 24px;
  }
  .customers-voices .p-voice-card__title .subtitle:before {
    top: .8em;
    left: -.7em;
    width: 4px;
    height: 4px;
  }
  .customers-voices .p-voice-card {
    gap: 8px;
  }
}
@media(max-width:767px)
  .customers-voices.enable_bottom_gap {
    padding-bottom: 84px;
}
}

