@charset "UTF-8";
/*=======================================
お客様の声
=========================================*/
.p-voice__category {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d1d1d1; }
  .p-voice__category ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .p-voice__category li {
    margin-right: 22px; }
    .p-voice__category li:last-child {
      margin-right: 0; }
  .p-voice__category a {
    display: block;
    width: 135px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
    color: #878787;
    text-decoration: none;
    border-radius: 16px;
    padding-top: 1px;
    padding-bottom: 1px; }
  .p-voice__category li.current-cat a,
  .p-voice__category a:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    color: #fff;
    border-color: #000;
    background: #000; }

.p-voice__info {
  margin-bottom: 70px; }

.p-voice__catch {
  margin-bottom: 60px; }
  .p-voice__catch p {
    text-align: center;
    font-size: 2.6rem;
    letter-spacing: 0.4rem;
    line-height: 2; }

.p-voice__text p {
  letter-spacing: 0.3rem;
  line-height: 2;
  text-align: center; }

.p-voice-archive li {
  border: 1px solid #ddd;
  margin-bottom: 50px; }

.p-voice-archive .c-btn1 {
  margin-top: 60px; }

.p-voice-archive #infscr-loading {
  text-align: center;
  padding: 15px 0; }

.p-voice-user__title {
  background-color: #f3f3f3;
  padding: 16px 30px; }
  .p-voice-user__title h3 {
    font-size: 1.8rem;
    letter-spacing: 0.4rem;
    font-weight: normal;
    position: relative;
    padding-left: 45px; }
    .p-voice-user__title h3:before {
      content: "";
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../img/voice/icon-user.png);
      width: 30px;
      height: 22px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.p-voice-user__text {
  padding: 30px; }
  .p-voice-user__text .text {
    letter-spacing: 0.3rem; }
  .p-voice-user__text .link {
    margin-top: 20px;
    text-align: right;
    text-decoration: underline;
    letter-spacing: 0.4rem;
    display: table;
    margin-left: auto;
    position: relative;
    padding-right: 24px; }
    .p-voice-user__text .link:before {
      content: "";
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../img/voice/icon-link.png);
      width: 18px;
      height: 13px;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.p-voice-customer {
  background-color: #f7f6f3;
  padding: 30px; }

.p-voice-customer__title {
  margin-bottom: 20px; }
  .p-voice-customer__title h3 {
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
    font-weight: normal;
    position: relative;
    padding-left: 45px; }
    .p-voice-customer__title h3:before {
      content: "";
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../img/voice/icon-customer.png);
      width: 27px;
      height: 27px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.p-voice-customer__text .text {
  letter-spacing: 0.3rem; }

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-voice__category {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px; }
    .p-voice__category ul {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .p-voice__category li {
      margin-bottom: 15px;
      width: 40%; }
      .p-voice__category li:nth-child(2n) {
        margin-right: 0; }
      .p-voice__category li:last-child {
        margin-right: 0; }
      .p-voice__category li a {
        width: auto;
        min-width: 100px; }
  .p-voice-archive li {
    margin-bottom: 30px; }
  .p-voice-archive .c-btn1 {
    margin-top: 40px; }
  .p-voice-detail__back .c-btn1 a {
    max-width: 170px; }
  .p-voice__info {
    margin-bottom: 30px; }
  .p-voice__catch {
    margin-bottom: 30px; }
    .p-voice__catch p {
      font-size: 1.7rem; }
  .p-voice__text p {
    letter-spacing: 0.3rem; }
  .p-voice-user__title {
    background-color: #f3f3f3;
    padding: 12px 15px; }
    .p-voice-user__title h3 {
      font-size: 1.6rem;
      letter-spacing: 0.2rem;
      padding-left: 26px; }
      .p-voice-user__title h3:before {
        width: 20px;
        height: 15px; }
  .p-voice-user__text {
    padding: 15px; }
    .p-voice-user__text .text {
      letter-spacing: 0.1rem; }
    .p-voice-user__text .link {
      margin-top: 20px;
      letter-spacing: 0.1rem;
      padding-right: 24px; }
      .p-voice-user__text .link:before {
        width: 18px;
        height: 13px; }
  .p-voice-customer {
    padding: 25px 15px; }
  .p-voice-customer__title {
    margin-bottom: 20px; }
    .p-voice-customer__title h3 {
      font-size: 1.6rem;
      letter-spacing: 0.2rem;
      padding-left: 28px; }
      .p-voice-customer__title h3:before {
        width: 20px;
        height: 20px; }
  .p-voice-customer__text .text {
    letter-spacing: 0.1rem; } }
