@charset "UTF-8";
/*----------------------------------------------------
お客様の声 記事ページ
----------------------------------------------------*/
.contents {
  padding-bottom: 120px;
}
@media all and (min-width: 751px) {
  .contents {
    padding-bottom: 220px;
  }
}
.contents .inner {
  --pc_padding: 20.7%;
}
.contents .title_wrap {
  padding-bottom: 45px;
}
@media all and (min-width: 751px) {
  .contents .title_wrap {
    padding-bottom: 50px;
  }
}
.contents .title_wrap .title {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 35px;
}
@media all and (min-width: 751px) {
  .contents .title_wrap .title {
    font-size: 26px;
    line-height: 2.25;
    margin-bottom: 70px;
  }
}
.contents .title_wrap .title::before {
  position: absolute;
  content: "";
  background-color: #6D1332;
  width: 20px;
  height: 1px;
  bottom: -20px;
  left: 0;
}
@media all and (min-width: 751px) {
  .contents .title_wrap .title::before {
    bottom: -35px;
  }
}
.contents .title_wrap .name {
  font-weight: 400;
  font-size: 14px;
}
@media all and (min-width: 751px) {
  .contents .title_wrap .name {
    font-size: 16px;
  }
}
.contents .content {
  border-top: 1px solid #C0BEB8;
  padding-top: 55px;
}
@media all and (min-width: 751px) {
  .contents .content {
    padding-top: 80px;
  }
}
.contents h2 {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 50px;
}
@media all and (min-width: 751px) {
  .contents h2 {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 40px;
  }
}
.contents h2::before {
  position: absolute;
  content: "";
  background-color: #6D1332;
  width: 100%;
  height: 1px;
  bottom: -25px;
  left: 0;
}
@media all and (min-width: 751px) {
  .contents h2::before {
    bottom: -15px;
  }
}
.contents h2:not(:first-child) {
  margin-top: 50px;
}
@media all and (min-width: 751px) {
  .contents h2:not(:first-child) {
    margin-top: 80px;
  }
}
.contents h3 {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.14;
  margin-bottom: 10px;
}
@media all and (min-width: 751px) {
  .contents h3 {
    font-size: 18px;
    line-height: 2.25;
    margin-bottom: 10px;
  }
}
.contents h3:not(:first-child) {
  margin-top: 40px;
}
.contents h4,
.contents h5,
.contents h6 {
  font-weight: 500;
  font-size: 13px;
  line-height: 2;
  margin-bottom: 1em;
}
@media all and (min-width: 751px) {
  .contents h4,
  .contents h5,
  .contents h6 {
    font-size: 15px;
  }
}
.contents h4:not(:first-child),
.contents h5:not(:first-child),
.contents h6:not(:first-child) {
  margin-top: 40px;
}
.contents p {
  line-height: 2.33;
}
@media all and (min-width: 751px) {
  .contents p {
    line-height: 2.28;
  }
}
.contents p:not(:last-child) {
  margin-bottom: 1em;
}
.contents p a {
  text-decoration: underline;
  color: #6D1332;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (hover: hover) {
  .contents p a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .contents p a:hover {
    opacity: 0.7;
  }
}