.new-page .about-sec .about-content .about-content__left {
  width: 100%;
  padding-right: 0;
}
.new-page .about-sec .about-content .about-content__left .txt a {
  border-bottom: 1px solid #B7AC98;
  color: #B7AC98;
}

.new-page .about-sec {
  margin: 0px auto 180px;
}
@media screen and (max-width: 767px) {
  .new-page .about-sec {
    margin: 70px auto 100px;
  }
}

.reason-sec {
  position: relative;
}
.reason-sec .reason-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 93%;
  height: 100%;
  z-index: -1;
}
.reason-sec .reason-bg img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .reason-sec .reason-bg {
    width: 100%;
  }
}
.reason-sec .reason-inner {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  padding: 180px 0 200px;
}
@media screen and (max-width: 767px) {
  .reason-sec .reason-inner {
    padding: 35px 0 110px;
  }
}
.reason-sec .reason-inner .reason-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .reason-sec .reason-inner .reason-title {
    width: 90%;
    margin: 50px auto 50px;
  }
}
.reason-sec .reason-inner .reason-content {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: auto;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .reason-sec .reason-inner .reason-content {
    width: 90%;
    gap: 15px;
  }
}
.reason-sec .reason-inner .reason-content .reason-content__item {
  background: #fff;
  text-align: center;
  box-shadow: rgba(113, 113, 113, 0.2) 0px 10px 20px, rgba(145, 145, 145, 0.2) 0px 6px 6px;
  border-radius: 15px;
  padding: 35px 5px 32px;
  width: calc(33.3333333333% - 40px);
  max-width: 220px;
}
@media screen and (max-width: 767px) {
  .reason-sec .reason-inner .reason-content .reason-content__item {
    width: calc(50% - 7.5px);
    padding: 20px 1px 20px;
  }
}
.reason-sec .reason-inner .reason-content .reason-content__item .img-container {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .reason-sec .reason-inner .reason-content .reason-content__item .img-container {
    margin-bottom: 10px;
  }
}
.reason-sec .reason-inner .reason-content .reason-content__item .gold-txt {
  color: #B7AC98;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .reason-sec .reason-inner .reason-content .reason-content__item .gold-txt {
    font-size: 15.5px;
  }
}
.reason-sec .reason-inner .reason-content .reason-content__item .normal-txt {
  font-size: 16px;
  line-height: 1.4;
  color: #7B7B7B;
  letter-spacing: 0.04em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .reason-sec .reason-inner .reason-content .reason-content__item .normal-txt {
    font-size: 13px;
    letter-spacing: 0.01em;
  }
}

.merit-sec {
  width: 100%;
  max-width: 1320px;
  margin: 180px auto 240px;
}
@media screen and (max-width: 767px) {
  .merit-sec {
    margin: 140px auto 90px;
  }
}
.merit-sec .merit-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .merit-sec .merit-title {
    width: 90%;
    margin: 0 auto 40px;
  }
}
.merit-sec .merit-content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .merit-sec .merit-content {
    flex-direction: column;
  }
}
.merit-sec .merit-content .merit-content__left {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .merit-sec .merit-content .merit-content__left {
    width: 100%;
  }
}
.merit-sec .merit-content .merit-content__right {
  width: 55%;
  padding-left: 13%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .merit-sec .merit-content .merit-content__right {
    width: 80%;
    margin: 30px auto;
  }
}
.merit-sec .merit-content .merit-content__right .text-line {
  position: relative;
}
.merit-sec .merit-content .merit-content__right .text-line::before {
  content: "";
  background-image: url(../../../img/common/checked.svg);
  width: 30px;
  height: 29px;
  position: absolute;
  background-size: contain;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .merit-sec .merit-content .merit-content__right .text-line::before {
    width: 24px;
    height: 22px;
    left: -40px;
  }
}
.merit-sec .merit-content .merit-content__right .text-line .gold-txt {
  color: #B7AC98;
  font-size: 24px;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .merit-sec .merit-content .merit-content__right .text-line .gold-txt {
    font-size: 16px;
  }
}
.merit-sec .merit-content .merit-content__right .text-line .normal-txt {
  font-size: 16px;
  line-height: 1.4;
  color: #7B7B7B;
  font-size: 14px;
}
.merit-sec .merit-content .merit-content__right .text-line .red-txt {
  color: #CE8E91;
  font-weight: 700;
}

.check-sec {
  background-color: #E8E9EE;
  padding: 180px 0 180px;
}
@media screen and (max-width: 768px) {
  .check-sec {
    padding: 60px 0 90px;
  }
}
.check-sec .check-inner {
  width: 100%;
  max-width: 1320px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .check-sec .check-inner {
    width: 90%;
  }
}
.check-sec .check-inner .check-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.check-sec .check-inner .check-title .title-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.check-sec .check-inner .check-title .title-top .line {
  background-color: #B7AC98;
  height: 1px;
  flex: 1;
}
.check-sec .check-inner .check-title .title-top .check-btn {
  background: #B7AC98;
  color: #fff;
  padding: 7px 20px 6px;
  border-radius: 40px;
  font-size: 14px;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-title .title-top .check-btn {
    font-size: 12px;
  }
}
.check-sec .check-inner .check-title .title {
  line-height: 1.9em;
  margin: 15px auto 25px;
  color: #B7AC98;
  font-family: "Shippori Mincho B1", serif;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-title .title {
    margin: 3px auto 10px;
    font-size: 21px;
  }
}
.check-sec .check-inner .check-title .title-bottom {
  width: 100%;
  height: 1px;
  background: #b7ac98;
}
.check-sec .check-inner .check-1-content .check-1-content__top {
  display: flex;
  width: 100%;
  margin: 80px auto 0;
  gap: 5vw;
  max-width: 1100px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-1-content .check-1-content__top {
    flex-direction: column;
    gap: 40px;
    margin: 50px auto 0;
  }
}
.check-sec .check-inner .check-1-content .check-1-content__top .check-1-content__top--card {
  background-color: #fff;
  border-radius: 22.5px;
  width: calc(50% - 2vw);
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-1-content .check-1-content__top .check-1-content__top--card {
    width: 100%;
  }
}
.check-sec .check-inner .check-1-content .check-1-content__top .check-1-content__top--card .card-header__v2 {
  background: #979BB0;
  padding: 16px 0 16px 30%;
  position: relative;
  border-top-left-radius: 22.5px;
  border-top-right-radius: 22.5px;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-1-content .check-1-content__top .check-1-content__top--card .card-header__v2 {
    padding: 10px 0 10px 30%;
  }
}
.check-sec .check-inner .check-1-content .check-1-content__top .check-1-content__top--card .card-header__v2 h3 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-1-content .check-1-content__top .check-1-content__top--card .card-header__v2 h3 {
    font-size: 17px;
  }
}
.check-sec .check-inner .check-1-content .check-1-content__top .check-1-content__top--card .card-header__v2 .img-container {
  position: absolute;
  width: 14%;
  top: -8%;
  left: 8%;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-1-content .check-1-content__top .check-1-content__top--card .card-header__v2 .img-container {
    width: 20%;
    left: 7%;
  }
}
.check-sec .check-inner .check-1-content .check-1-content__top .check-1-content__top--card .card-body__v2 {
  padding: 16px 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-1-content .check-1-content__top .check-1-content__top--card .card-body__v2 {
    padding: 18px;
  }
}
.check-sec .check-inner .check-1-content .check-1-content__top .check-1-content__top--card .card-body__v2 p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-1-content .check-1-content__top .check-1-content__top--card .card-body__v2 p {
    font-size: 13px;
  }
}
.check-sec .check-inner .check-1-content .check-1-content__top .check-1-content__top--card .card-body__v2 .red-txt {
  color: #CE8E91;
  font-weight: 700;
}
.check-sec .check-inner .check-1-content .check-1-content__top .check-1-content__top--card .card-body__v2 .note {
  background-color: #F8F6F5;
  border-radius: 6px;
  padding: 16px;
}
.check-sec .check-inner .check-1-content .check-1-content__top .check-1-content__top--card .card-body__v2 img {
  width: 60px;
  margin-top: 6%;
}
.check-sec .check-inner .check-1-content .check-1-content__mid {
  text-align: center;
  margin: 40px auto;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-1-content .check-1-content__mid {
    margin: 15px auto;
  }
}
.check-sec .check-inner .check-1-content .check-1-content__mid .line {
  width: 50%;
  height: 64px;
  background-color: transparent;
  display: inline-block;
  border-left: 3px solid #979797;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-1-content .check-1-content__mid .line {
    border-left: 1.5px solid #979797;
    height: 40px;
  }
}
.check-sec .check-inner .check-1-content .check-1-content__bottom {
  background-color: #F8F6F5;
  display: flex;
  align-items: center;
  padding: 25px;
  border-radius: 20px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-1-content .check-1-content__bottom {
    flex-direction: column;
    margin: 0 auto 80px;
  }
}
.check-sec .check-inner .check-1-content .check-1-content__bottom .check-1-content__bottom--left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-1-content .check-1-content__bottom .check-1-content__bottom--left {
    width: 100%;
    flex-direction: row;
    gap: 2px;
    align-items: baseline;
    justify-content: center;
    padding-bottom: 10px;
  }
}
.check-sec .check-inner .check-1-content .check-1-content__bottom .check-1-content__bottom--left .main-title {
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-1-content .check-1-content__bottom .check-1-content__bottom--left .main-title {
    font-size: 17px;
  }
}
.check-sec .check-inner .check-1-content .check-1-content__bottom .check-1-content__bottom--left .sub-title {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-1-content .check-1-content__bottom .check-1-content__bottom--left .sub-title {
    font-size: 13px;
  }
}
.check-sec .check-inner .check-1-content .check-1-content__bottom .check-1-content__bottom--right {
  width: 50%;
  padding: 20px 0 20px 10%;
  border-left: 3px solid #979797;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-1-content .check-1-content__bottom .check-1-content__bottom--right {
    width: 100%;
    border-left: none;
    border-top: 1.5px solid #979797;
    padding: 20px 0 20px 15%;
    gap: 25px;
  }
}
.check-sec .check-inner .check-1-content .check-1-content__bottom .check-1-content__bottom--right .line {
  font-size: 16px;
  line-height: 1em;
  color: #7B7B7B;
  position: relative;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-1-content .check-1-content__bottom .check-1-content__bottom--right .line {
    font-size: 14px;
  }
}
.check-sec .check-inner .check-1-content .check-1-content__bottom .check-1-content__bottom--right .line::before {
  content: "";
  background-image: url(../../../img/lp_post/ed/checked-light.png);
  width: 20px;
  height: 15px;
  position: absolute;
  background-size: contain;
  left: -40px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-1-content .check-1-content__bottom .check-1-content__bottom--right .line::before {
    left: -30px;
  }
}
.check-sec .check-inner .check-1-content .check-1-content__bottom .check-1-content__bottom--right .line .red-txt {
  color: #CE8E91;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-1-content .check-1-content__bottom .check-1-content__bottom--right .line .red-txt {
    font-size: 17px;
    font-weight: bold;
  }
}
.check-sec .check-inner .check-2-content {
  text-align: center;
}
.check-sec .check-inner .check-2-content .img-container {
  width: 70%;
  margin: 80px auto 20px;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-2-content .img-container {
    width: 100%;
    margin: 40px auto 10px;
  }
}
.check-sec .check-inner .check-2-content .note {
  font-size: 16px;
  line-height: 1.7em;
  color: #7B7B7B;
}
@media screen and (max-width: 767px) {
  .check-sec .check-inner .check-2-content .note {
    font-size: 13px;
    text-align: left;
  }
}

.drug-sec {
  width: 100%;
  max-width: 1320px;
  margin: 180px auto 100px;
}
@media screen and (max-width: 768px) {
  .drug-sec {
    margin: 120px auto 150px;
  }
}
@media screen and (max-width: 767px) {
  .drug-sec .drug-title {
    width: 90%;
    margin: 40px auto;
  }
}
.drug-sec .drug-content {
  margin: 80px auto 12px;
}
@media screen and (max-width: 767px) {
  .drug-sec .drug-content {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .drug-sec .drug-content .table-container {
    overflow: scroll;
    margin: auto 5%;
  }
}
.drug-sec .drug-content .table-container table {
  border-collapse: separate;
}
@media screen and (max-width: 767px) {
  .drug-sec .drug-content .table-container table {
    width: max-content;
  }
}
.drug-sec .drug-content .table-container table tr th,
.drug-sec .drug-content .table-container table tr td:first-child {
  background-color: #979BB0;
  padding: 24px 20px;
  text-align: center;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .drug-sec .drug-content .table-container table tr th,
  .drug-sec .drug-content .table-container table tr td:first-child {
    padding: 15px 5px;
    border-bottom: 0;
  }
}
.drug-sec .drug-content .table-container table tr th span,
.drug-sec .drug-content .table-container table tr td:first-child span {
  color: #fff;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .drug-sec .drug-content .table-container table tr th span,
  .drug-sec .drug-content .table-container table tr td:first-child span {
    font-size: 13px;
  }
}
.drug-sec .drug-content .table-container table tr th span a {
  border-bottom: 1px solid #fff;
}
.drug-sec .drug-content .table-container table tr td {
  padding: 24px 20px;
  border-bottom: 1px solid #979797;
  border-right: 1px solid #979797;
  text-align: center;
  vertical-align: middle;
}
.drug-sec .drug-content .table-container table tr td:nth-child(2), .drug-sec .drug-content .table-container table tr td:nth-child(3), .drug-sec .drug-content .table-container table tr td:nth-child(4), .drug-sec .drug-content .table-container table tr td:nth-child(5) {
  width: 21.25%;
}
@media screen and (max-width: 767px) {
  .drug-sec .drug-content .table-container table tr td:nth-child(2), .drug-sec .drug-content .table-container table tr td:nth-child(3), .drug-sec .drug-content .table-container table tr td:nth-child(4), .drug-sec .drug-content .table-container table tr td:nth-child(5) {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .drug-sec .drug-content .table-container table tr td:nth-child(2) {
    border-left: 1px solid #fff;
  }
}
.drug-sec .drug-content .table-container table tr td span {
  font-family: var(--font-jp-gothic);
  font-size: 16px;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .drug-sec .drug-content .table-container table tr td span {
    font-size: 14px;
  }
}
.drug-sec .drug-content .table-container table tr td .red-txt {
  color: #CE8E91;
  font-weight: 600;
}
.drug-sec .drug-content .table-container table tr .sticky-sp {
  width: 15%;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .drug-sec .drug-content .table-container table tr .sticky-sp {
    position: sticky;
    left: 0;
    width: 10%;
    min-width: 135px;
    z-index: 2;
  }
}
.drug-sec .drug-content .table-container table tr .text-left {
  text-align: left;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .drug-sec .drug-content .table-container table tr .text-left {
    padding: 24px 20px;
  }
}
.drug-sec .drug-content .table-container table tr .rounder-t-l {
  border-top-left-radius: 15px;
}
.drug-sec .drug-content .table-container table tr .rounder-t-r {
  border-top-right-radius: 15px;
}
.drug-sec .drug-content .table-container table tr .rounder-b-l {
  border-bottom-left-radius: 15px;
}
.drug-sec .drug-content .table-container table tr .rounder-b-r {
  border-bottom-right-radius: 15px;
}
.drug-sec .drug-content .table-container table tr .border-t-0 {
  border-top: 0;
}
.drug-sec .drug-content .table-container table tr .border-l-0 {
  border-left: 0;
}
.drug-sec .drug-content .table-container table tr .matrix-1-1 {
  background-color: #fff;
  padding: 0;
}
.drug-sec .drug-content .table-container table tr .matrix-1-1 .bg-blue {
  background-color: #979BB0;
  padding: 24px 20px;
}
@media screen and (max-width: 767px) {
  .drug-sec .drug-content .table-container table tr .matrix-1-1 .bg-blue {
    padding: 15px 5px;
  }
}
.drug-sec .drug-content .table-container table tr td.matrix-1-6 {
  border-bottom-left-radius: 15px;
}
@media screen and (max-width: 767px) {
  .drug-sec .drug-content .table-container table tr td.matrix-1-6 {
    background-color: #fff;
    border-bottom-left-radius: unset;
  }
  .drug-sec .drug-content .table-container table tr td.matrix-1-6 .bg-blue {
    position: absolute;
    background-color: #979BB0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 24px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .drug-sec .drug-content .table-container table tr td.matrix-1-6 .bg-blue {
    padding: 15px 5px;
  }
}
.drug-sec .drug-content .note-container {
  margin: 20px auto 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .drug-sec .drug-content .note-container {
    width: 90%;
  }
}
.drug-sec .drug-content .note-container .scroll-note {
  margin-bottom: 10px;
}
.drug-sec .drug-content .note-container p {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .drug-sec .drug-content .note-container p {
    font-size: 13px;
  }
}

.benefit-sec {
  width: 100%;
  max-width: 1320px;
  margin: 180px auto 100px;
}
@media screen and (max-width: 767px) {
  .benefit-sec {
    width: 90%;
    margin: 100px auto 100px;
  }
}
.benefit-sec .benefit-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .benefit-sec .benefit-title {
    margin-bottom: 40px;
  }
}
.benefit-sec .benefit-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 67px;
  margin: auto;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .benefit-sec .benefit-content {
    flex-direction: column;
    gap: 25px;
  }
}

.ed-flow-sec {
  position: relative;
}
.ed-flow-sec .ed-flow-bg {
  position: absolute;
  top: -180px;
  left: 0;
  width: 100%;
  /* height: 100%; */
  /* bottom: 50%; */
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ed-flow-sec .ed-flow-bg {
    top: -100px;
    bottom: -100px;
  }
  .ed-flow-sec .ed-flow-bg img {
    height: 100%;
  }
}
.ed-flow-sec .flow-sec {
  margin: 360px auto 120px;
}
@media screen and (max-width: 767px) {
  .ed-flow-sec .flow-sec {
    margin: 250px auto 120px;
  }
}
.ed-flow-sec .flow-sec .flow-content .flow-content__right .item .note {
  font-size: 15px;
  line-height: 1.7em;
  letter-spacing: 0.08em;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .ed-flow-sec .flow-sec .flow-content .flow-content__right .item .note {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
}

.voice-sec {
  width: 100%;
  max-width: 1320px;
  margin: 180px auto 240px;
}
@media screen and (max-width: 767px) {
  .voice-sec {
    margin: 65px auto 90px;
    width: 90%;
    padding: 100px 0 0;
  }
}
.voice-sec .voice-content {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.voice-sec .voice-content .voice-card {
  margin-top: 80px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .voice-sec .voice-content .voice-card {
    align-items: start;
    margin-top: 40px;
  }
}
.voice-sec .voice-content .voice-card .voice-card__left {
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .voice-sec .voice-content .voice-card .voice-card__left {
    width: 25%;
  }
}
.voice-sec .voice-content .voice-card .voice-card__left img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .voice-sec .voice-content .voice-card .voice-card__left img {
    width: 50px;
  }
}
.voice-sec .voice-content .voice-card .voice-card__left p {
  font-size: 14px;
  color: #7B7B7B;
  line-height: 1.9em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .voice-sec .voice-content .voice-card .voice-card__left p {
    font-size: 9px;
    margin-top: 5px;
  }
}
.voice-sec .voice-content .voice-card .voice-card__right {
  width: 85%;
}
.voice-sec .voice-content .voice-card .voice-card__right .chat-container {
  position: relative;
  padding: 30px 40px;
  border: 2px solid #B7AC98;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .voice-sec .voice-content .voice-card .voice-card__right .chat-container {
    padding: 15px 15px 10px;
    border: 1px solid #B7AC98;
  }
}
.voice-sec .voice-content .voice-card .voice-card__right .chat-container::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -16px;
  width: 0;
  height: 0;
  border: 16px solid;
  border-color: transparent #B7AC98 transparent transparent;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .voice-sec .voice-content .voice-card .voice-card__right .chat-container::before {
    top: 23%;
    left: -10px;
    border: 10px solid;
    border-color: transparent #B7AC98 transparent transparent;
  }
}
.voice-sec .voice-content .voice-card .voice-card__right .chat-container::after {
  position: absolute;
  content: "";
  top: 50%;
  left: -13px;
  width: 0;
  height: 0;
  border: 14px solid;
  border-color: transparent #fff transparent transparent;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .voice-sec .voice-content .voice-card .voice-card__right .chat-container::after {
    top: 23%;
    left: -8px;
    border: 10px solid;
    border-color: transparent #fff transparent transparent;
  }
}
.voice-sec .voice-content .voice-card .voice-card__right .chat-container .content {
  font-size: 16px;
  line-height: 1.9em;
  color: #7b7b7b;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .voice-sec .voice-content .voice-card .voice-card__right .chat-container .content {
    font-size: 13px;
    line-height: 1.6em;
    letter-spacing: 0.03em;
  }
}

.p-top__section-heading {
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-top__section-heading {
    letter-spacing: unset;
  }
}

/*# sourceMappingURL=ed.css.map */
