@charset "UTF-8";
/*================================= 見出し =================================*/
/*== 日本語 ==*/
/*== 日本語 SP ==*/
/*== 数字 ==*/
/*== 数字 SP ==*/
/*== 英語 ==*/
/*== 英語 SP ==*/
/*================================= 本文 =================================*/
/*== SP ==*/
:root {
  --clred01: #E50012;
  --clred02: #FFF2F3;
  --clred03: #A9212C;
  --clred04: #FDC0C5;
  --clgray01: #6C6A6A;
  --clgray02: #B3B3B3;
  --clgray03: #F2F2F2;
  --header-h: 0px;
}

main {
  overflow: hidden;
}

section.sec-voice div.sec-voice-inner {
  margin: auto;
  width: 88%;
  padding: 15vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.sec-voice-inner {
    width: 90%;
    max-width: 800px;
    padding: 133px 0;
  }
}
section.sec-voice div.main-cont h2 {
  text-align: center;
  background-color: var(--clgray01);
  color: #fff;
  padding: 0.8em 0;
  margin-bottom: 2.6em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.main-cont h2 {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 2.6vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-voice div.main-cont h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-voice div.main-cont h2 {
    font-size: 25px;
  }
}
section.sec-voice div.main-cont h3 {
  text-align: center;
  color: var(--clred01);
  border: solid 6px var(--clgray03);
  position: relative;
  padding: 0.8em 0.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  margin-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.main-cont h3 {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 2.6vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
    margin-bottom: 87px;
    padding: 0.4em 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-voice div.main-cont h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-voice div.main-cont h3 {
    font-size: 25px;
  }
}
section.sec-voice div.main-cont h3::after, section.sec-voice div.main-cont h3::before {
  content: "";
  display: block;
  width: 90%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 8px;
  background-color: #fff;
}
section.sec-voice div.main-cont h3::after {
  top: 0;
  transform: translate(0, -100%);
}
section.sec-voice div.main-cont h3::before {
  bottom: 0;
  transform: translate(0, 100%);
}
section.sec-voice div.user-cont {
  margin: 15vw auto 0;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.user-cont {
    max-width: 665px;
    margin: 87px auto 0;
  }
}
section.sec-voice div.user-cont div.user-cont-inner01 {
  background-color: var(--clgray03);
  padding: 10vw 6.5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.user-cont div.user-cont-inner01 {
    -moz-column-gap: 5%;
         column-gap: 5%;
    padding: 24px 0;
    justify-content: center;
  }
}
section.sec-voice div.user-cont div.user-cont-inner01 div.user-img {
  width: 35%;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.user-cont div.user-cont-inner01 div.user-img {
    width: 20%;
  }
}
section.sec-voice div.user-cont div.user-cont-inner01 div.user-info-box {
  display: contents;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.user-cont div.user-cont-inner01 div.user-info-box {
    display: block;
    width: 58%;
  }
}
section.sec-voice div.user-cont div.user-cont-inner01 div.user-info-box p.name {
  width: 55%;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.user-cont div.user-cont-inner01 div.user-info-box p.name {
    border-bottom: solid 1px var(--clgray02);
    width: 100%;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.29em;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-voice div.user-cont div.user-cont-inner01 div.user-info-box p.name {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-voice div.user-cont div.user-cont-inner01 div.user-info-box p.name {
    font-size: 14px;
  }
}
section.sec-voice div.user-cont div.user-cont-inner01 div.user-info-box p.name .red {
  color: var(--clred01);
}
section.sec-voice div.user-cont div.user-cont-inner01 div.user-info-box p.company {
  margin-top: 1.2em;
  padding-top: 1.2em;
  margin-bottom: 0.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
  border-top: solid 1px var(--clgray02);
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.user-cont div.user-cont-inner01 div.user-info-box p.company {
    margin-top: 0;
    padding-top: 0;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.29em;
    border: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-voice div.user-cont div.user-cont-inner01 div.user-info-box p.company {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-voice div.user-cont div.user-cont-inner01 div.user-info-box p.company {
    font-size: 14px;
  }
}
section.sec-voice div.user-cont div.user-cont-inner01 div.user-info-box p.address {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.64em;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.user-cont div.user-cont-inner01 div.user-info-box p.address {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.64em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-voice div.user-cont div.user-cont-inner01 div.user-info-box p.address {
    font-size: 14px;
  }
}
section.sec-voice div.user-cont div.user-cont-inner02 {
  background-color: var(--clred02);
  box-sizing: border-box;
  padding: 10vw 6.5vw;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.user-cont div.user-cont-inner02 {
    padding: 35px;
  }
}
section.sec-voice div.user-cont div.user-cont-inner02 dl {
  margin-bottom: 7vw;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.user-cont div.user-cont-inner02 dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 22px;
  }
}
section.sec-voice div.user-cont div.user-cont-inner02 dl dt {
  background-color: var(--clred01);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.56em;
  padding: 0.2em 0;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.user-cont div.user-cont-inner02 dl dt {
    width: 83px;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.56em;
    padding: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-voice div.user-cont div.user-cont-inner02 dl dt {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-voice div.user-cont div.user-cont-inner02 dl dt {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-voice div.user-cont div.user-cont-inner02 dl dd {
    width: calc(100% - 110px);
  }
}
@media screen and (min-width: 768px) {
  section.sec-voice div.user-cont div.user-cont-inner02 dl dd.product.usersvoice01 ul li:nth-of-type(2n + 1) {
    width: 35%;
  }
  section.sec-voice div.user-cont div.user-cont-inner02 dl dd.product.usersvoice01 ul li:nth-of-type(2n + 2) {
    width: 60%;
  }
}
section.sec-voice div.user-cont div.user-cont-inner02 dl dd.product ul {
  display: flex;
  flex-wrap: wrap;
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.64em;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.user-cont div.user-cont-inner02 dl dd.product ul {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.64em;
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-voice div.user-cont div.user-cont-inner02 dl dd.product ul {
    font-size: 14px;
  }
}
section.sec-voice div.user-cont div.user-cont-inner02 dl dd.product ul li p {
  position: relative;
  padding-left: 1em;
}
section.sec-voice div.user-cont div.user-cont-inner02 dl dd.product ul li p::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50em;
  position: absolute;
  top: 0.5em;
  left: 0;
  background-color: var(--clgray02);
}
section.sec-voice div.user-cont div.user-cont-inner02 dl dd.img-product ul li {
  margin-bottom: 10%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.user-cont div.user-cont-inner02 dl dd.img-product ul li {
    margin-bottom: 2%;
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-voice div.user-cont div.user-cont-inner02 dl dd.img-product ul li:nth-last-of-type(1), section.sec-voice div.user-cont div.user-cont-inner02 dl dd.img-product ul li:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
section.sec-voice div.user-cont div.user-cont-inner02 dl dd.img-product ul li p {
  margin-top: 0.4em;
}
section.sec-voice div.user-cont div.user-cont-inner02 dl dd.effect ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid 3px #fff;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
section.sec-voice div.user-cont div.user-cont-inner02 dl dd.effect ul li:last-child {
  margin-bottom: 0;
}
section.sec-voice div.user-cont div.user-cont-inner02 dl dd.effect ul li .icon {
  display: block;
  width: 7%;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.user-cont div.user-cont-inner02 dl dd.effect ul li .icon {
    width: 20px;
    margin-top: 0.3em;
  }
}
section.sec-voice div.user-cont div.user-cont-inner02 dl dd.effect ul li .txt {
  color: var(--clred01);
  width: 87%;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.56em;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.user-cont div.user-cont-inner02 dl dd.effect ul li .txt {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.44em;
    width: calc(100% - 35px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-voice div.user-cont div.user-cont-inner02 dl dd.effect ul li .txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-voice div.user-cont div.user-cont-inner02 dl dd.effect ul li .txt {
    font-size: 18px;
  }
}
section.sec-voice div.usersvoice-cont {
  margin-top: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.usersvoice-cont {
    margin-top: 87px;
  }
}
section.sec-voice div.usersvoice-cont h4 {
  color: var(--clred01);
  margin-bottom: 1em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.usersvoice-cont h4 {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-voice div.usersvoice-cont h4 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-voice div.usersvoice-cont h4 {
    font-size: 20px;
  }
}
section.sec-voice div.usersvoice-cont p {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.29em;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.usersvoice-cont p {
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.19em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-voice div.usersvoice-cont p {
    font-size: 16px;
  }
}
section.sec-voice div.staff-cont {
  position: relative;
  margin: 25vw auto 0;
  width: 90%;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.staff-cont {
    width: 100%;
    max-width: 732px;
    margin: 110px 0 0 auto;
  }
}
section.sec-voice div.staff-cont h3 {
  background-color: var(--clred01);
  text-align: center;
  color: #fff;
  padding: 0.4em 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-7%, -50%);
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.56em;
  width: 70vw;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.staff-cont h3 {
    transform: translate(-20%, -70%);
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.44em;
    width: 330px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-voice div.staff-cont h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-voice div.staff-cont h3 {
    font-size: 18px;
  }
}
section.sec-voice div.staff-cont div.staff-cont-inner {
  background-color: var(--clgray03);
  box-sizing: border-box;
  padding: 12vw 8vw;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.staff-cont div.staff-cont-inner {
    padding: 47px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  section.sec-voice div.staff-cont div.staff-img-wrap {
    width: 25%;
  }
}
section.sec-voice div.staff-cont div.staff-img-wrap div.staff-img {
  width: 53%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.staff-cont div.staff-img-wrap div.staff-img {
    width: 100%;
    margin: 0;
  }
}
section.sec-voice div.staff-cont div.staff-img-wrap p {
  margin-top: 1em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 1.29em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.staff-cont div.staff-img-wrap p {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.29em;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-voice div.staff-cont div.staff-img-wrap p {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-voice div.staff-cont div.staff-img-wrap p {
    font-size: 14px;
  }
}
section.sec-voice div.staff-cont p.staff-txt {
  text-align: justify;
  word-break: break-all;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 3.73vw;
  letter-spacing: 0;
  line-height: 2.29em;
  margin-top: 7vw;
}
@media screen and (min-width: 768px) {
  section.sec-voice div.staff-cont p.staff-txt {
    width: 70%;
    text-align: justify;
    word-break: break-all;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 2.29em;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-voice div.staff-cont p.staff-txt {
    font-size: 14px;
  }
}
section.sec-voice a.all-btn {
  display: block;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1em 2.6em;
  box-sizing: border-box;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 4.26vw;
  letter-spacing: 0;
  line-height: 1.56em;
  margin: 23vw auto 0;
}
@media screen and (min-width: 768px) {
  section.sec-voice a.all-btn {
    width: 45%;
    padding: 1em 1.4em;
    margin: 87px auto 0;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 2.2vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  section.sec-voice a.all-btn {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec-voice a.all-btn {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-voice a.all-btn:hover .hover-box span {
    transform: translate(0, -1em);
  }
}
@media screen and (min-width: 1000px) {
  section.sec-voice a.all-btn {
    width: 357px;
  }
}
section.sec-voice a.all-btn .arrow {
  display: block;
  width: 1.2em;
}/*# sourceMappingURL=usersvoice.css.map */