@charset "UTF-8";
/*color*/
/* ブランシエラカラー */
/*font-family*/
/*filler color*/
/*text-shadow*/
/*box-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */

.voice-top-img img {
  width: 100%;
}

.back {
  padding: 3rem 0 3rem;
}

.body {
  margin-inline: auto;
  font-weight: normal;
  padding-bottom: 2rem;
}

.label {
  display: inline-block;
  width: 100%;
  padding: 0.7rem 0;
  background-image: repeating-linear-gradient(135deg, transparent 0 3px, #000000 3px 6px);
  background-repeat: no-repeat;
  background-size: 100% 10px;
  background-position: left 0 bottom 50%;
}
.label span {
  /* margin-bottom: 0.2rem; */
  font-size: 2rem;
  /* font-weight: bold; */
  color: #353535;
  background: #c3b694;
  padding: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .label span {
    font-size: 1rem;

    padding: 1.5rem;
  }
}

/* kokomade ? */
.top-title {
  background: #c3b694;
  border-radius: 35px 35px 0 0;
  text-align: center;
  padding: 15px 0 20px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.top-title1 {
  text-align: center;

  font-size: 2rem;
  letter-spacing: -0.06em;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .top-title1 {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

.top-title2 {
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .top-title2 {
    font-size: 1.6rem;
  }
}

.top-title-head {
  /* margin-top: 1.3rem; */

  font-size: 4.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .top-title-head {
    font-size: 3.1rem;
  }
}

.top-title-text {
  /* margin-top: 2rem; */
  font-size: 2rem;
  letter-spacing: -0.01em;
}

@media only screen and (max-width: 767px) {
  .top-title-text {
    font-size: 1.1rem;
  }
}

.voice-body {
  background: #fff;
}

.voice-body-head {
  padding-top: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.01em;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .voice-body-head {
    padding-top: 1.5rem;
    font-size: 1.2rem;
  }
}
.voice-body-head::before,
.voice-body-head::after {
  background-color: #000;
  border-radius: 5px;
  content: "";
  height: 1px;
  width: 14%;
}
.voice-body-head::before {
  margin-right: 20px;
}
.voice-body-head::after {
  margin-left: 20px;
}

.label-img-wrap {
  width: 100%;

  margin-inline: auto;
  text-align: center;
  padding-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .label-img-wrap {
    /* width: 90%;
    gap: 1rem; */
    display: contents;
  }
}

.top__img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 15rem;
}
@media only screen and (max-width: 767px) {
  .top__img-wrap {
    width: 9rem;
  }
}

.top__img-name {
  margin-top: 1rem;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  .top__img-name {
    font-size: 1rem;
  }
}

.label-img-wrap-top {
  display: contents;
}
@media only screen and (max-width: 767px) {
  .label-img-wrap-top {
    margin-top: 1.5rem;
    display: flex;
    gap: 20px;
    justify-self: center; /* 上段中央寄せ（任意） */
  }
}

.label-img-wrap-bottom {
  display: contents;
}

@media only screen and (max-width: 767px) {
  .label-img-wrap-bottom {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center; /* 下段中央寄せ */
    gap: 20px;
  }
}

.head-wrap {
  background-color: #f0ede4;
  margin-top: 6rem;
  display: flex;
  align-items: center;
}

.head-img {
  width: 50%;
  aspect-ratio: 340/188;
}
.head-img img {
  width: 100%;
  height: auto;
}

.head-textblock {
  padding: 0 1.5rem 0 4rem;

  width: 50%;
  /* background-color: #f0ede4; */
}
@media only screen and (max-width: 767px) {
  .head-textblock {
    padding: 0rem 1rem 0rem 1.6rem;
  }
}

.head {
  border-bottom: solid 1px #000;
}

.name {
  font-size: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .name {
    font-size: 1.8rem;
  }
}

.lead-1 {
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .lead-1 {
    font-size: 1.5rem;
  }
}

.no {
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .no {
    font-size: 2rem;
  }
}

.lead-2 {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .lead-2 {
    font-size: 0.8rem;
  }
}

.voice-qa {
  margin-top: 1.5rem;

  letter-spacing: 0.01em;
}
.voice-qa-head {
  font-size: 2.6rem;
  line-height: 1.9;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .voice-qa-head {
    font-size: 1.6rem;
  }
}

.voice-qa-head-wrap {
  display: flex;
  align-items: center;

  width: 90%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .voice-qa-head-wrap {
    margin-left: 2rem;
    /* justify-content: center; */
  }
}

.voice-qa-no {
  padding-right: 2rem;
  color: #b4a379;
  font-size: 10rem;
}
@media only screen and (max-width: 767px) {
  .voice-qa-no {
    padding-right: 1.7rem;
    font-size: 6.2rem;
  }
}

.separator {
  width: 2px;
  height: 6.8rem; /* 数字の高さに合わせる */
  background-color: #b4a379;
}
@media only screen and (max-width: 767px) {
  .separator {
    height: 4.4rem;
  }
}

/* .voice-qa-head {
    font-size: 3rem;
    padding-left: 2rem;

}
@media only screen and (max-width: 767px) {
    .voice-qa-head {
    font-size: 1.3rem;
    }
} */

.voice-qa-lead-wrap {
  display: flex;
  align-items: center;
  /* gap: 1em; */
  /* flex-direction: row-reverse; */
}

.voice-qa:nth-child(odd) .voice-qa-lead-wrap {
  /* flex-direction: row-reverse; */
}

.voice-qa__img {
  width: 50%;
}
.voice-qa__img img {
  width: 100%;
  height: auto;
}

.voice-qa-textblock {
  /* width: 50%; */
  font-size: 1.8rem;
  padding: 1rem 1rem 10rem 1rem;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  .voice-qa-textblock {
    font-size: 1.2rem;
    padding: 1.5rem 0.7rem 4.5rem;
    /* padding: 1.8rem; */
  }
}

.voice-qa-textblock span {
  border-bottom: #000 1px solid;

  font-size: 2.3rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .voice-qa-textblock span {
    font-size: 1.3rem;
  }
}

.voice-enquete {
  background: #f8f6f2;
  text-align: center;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 0 3rem 2rem;
}
@media only screen and (max-width: 767px) {
  .voice-enquete {
    padding: 0 1rem 2rem;
  }
}

.voice-enquete-head {
  padding-top: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .voice-enquete-head {
    padding-top: 1.5rem;
    font-size: 1.2rem;
  }
}
.voice-enquete-head::before,
.voice-enquete-head::after {
  background-color: #000;
  border-radius: 5px;
  content: "";
  height: 2px;
  width: 30%;
}
.voice-enquete-head::before {
  margin-right: 20px;
}
.voice-enquete-head::after {
  margin-left: 20px;
}
.voice-enquete-q {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .voice-enquete-q {
    font-size: 1.6rem;
    letter-spacing: -0.01em;
  }
}
.voice-enquete-text {
  font-size: 2rem;
  padding: 3.5rem;
  line-height: 1.4;
  text-align-last: left;
}
@media only screen and (max-width: 767px) {
  .voice-enquete-text {
    font-size: 1.1rem;
    padding: 1.5rem 0;
  }
}

.voice-enquete__img img {
  width: 100%;
}
.voice-enquete__img3 img {
  width: 100%;
}

.voice-enquete__img1 {
  margin: 1.5rem auto 0 auto;
  width: min(400px, 100%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .voice-enquete__img1 {
    width: 56%;
    margin-inline: auto;
  }
}
.voice-enquete__img2 {
  margin: 1.5rem auto 0 auto;
  width: min(700px, 100%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .voice-enquete__img2 {
    width: 100%;
  }
}

.voice-enquete__lank1 .voice-lank-top {
  background-color: #b4a379;
}
.voice-enquete__lank1 .voice-lank-bottom {
  background-color: #c3b694;
}
.voice-enquete__lank2 .voice-lank-top {
  background-color: #9fa0a0;
}
.voice-enquete__lank2 .voice-lank-bottom {
  background-color: #c9caca;
}
.voice-enquete__lank3 .voice-lank-top {
  background-color: #b97c64;
}
.voice-enquete__lank3 .voice-lank-bottom {
  background-color: #c79683;
}

.voice-lank {
  color: #fff;
  line-height: 1;
  font-weight: normal;
  /* width: 50%;
margin-inline:auto ; */
}

.voice-lank-top {
  font-size: 1.5rem;
  padding: 5px 0;
}

.voice-lank-bottom {
  font-size: 1.5rem;
  padding: 10px 0;
}

.voice-enquete__lank2 {
  margin-top: 1.2rem;
}

.voice-enquete__lank3 {
  margin-top: 1.2rem;
}

.voice-lank1 {
  font-size: 3rem;
}
.voice-lank2 {
  font-size: 1rem;
  padding: 0 3px 0 0;
}
.voice-lank3 {
  font-size: 1rem;
}

.voice-bottom__img {
  margin-top: 3rem;
  width: 100%;
  margin-inline: auto;
}
.voice-bottom__img img {
  width: 100%;
}

/*# sourceMappingURL=../../map/limited/style.css.map */

#limited_contents {
  background-image: url(../../images/voice/bg.jpg);
  background-repeat: repeat;
}

#limited_contents article {
  width: min(1225px, 100%);
  margin: auto;
  padding: 40px 20px 0 20px;
}

@media only screen and (max-width: 767px) {
  #limited_contents article {
    padding: 0 20px;
  }
}

.thumb {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.thumb li:nth-child(1) p {
  background-color: #b4a379;
}

.thumb li:nth-child(2) p {
  background-color: #9fa0a0;
}

.thumb li:nth-child(3) p {
  background-color: #b97c64;
}

.thumb li:nth-child(1) span {
  background-color: #c3b694;
}

.thumb li:nth-child(2) span {
  background-color: #c9caca;
}

.thumb li:nth-child(3) span {
  background-color: #c79683;
}

.thumb figcaption {
  color: #fff;
}

.thumb figcaption p {
  font-size: 14px;
}

.thumb figcaption p strong {
  font-size: 24px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .thumb figcaption p {
    font-size: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .thumb figcaption p strong {
    font-size: 17px;
  }
}

.thumb figcaption span {
  font-size: 16px;
  padding: 5px 0;
  display: block;
  background-color: #c3b694;
}

@media only screen and (max-width: 767px) {
  .thumb figcaption span {
    font-size: 10px;
  }
}

.thumb_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}

.thumb_2 figcaption {
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .thumb_2 figcaption {
    font-size: 13px;
  }
}

.u-hidden-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: block;
  }
}
