/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_voice
====================================================================== */
.p_voice .l_main_visual {
  background: url(../img/p_voice/mvbg.png);
  background-size: cover;
  background-position: center center;
}
.p_voice .l_main_visual h1 {
  padding: 150px 0 160px;
  font-size: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_voice .l_main_visual h1 {
    padding: 90px 0 80px;
    font-size: 35px;
  }
}
.p_voice .l_breadcrumbs {
  padding: 5px 15px;
}
.p_voice .sec01 {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .p_voice .sec01 {
    padding: 70px 0 0;
  }
}
.p_voice .sec01 .logoarea {
  margin: 70px 0 0;
  padding: 50px;
  background: url(../img/p_voice/salonbg.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p_voice .sec01 .logoarea {
    margin: 40px 0 0;
    padding: 30px 20px;
    background: url(../img/common/sp/salonbg.png);
    background-size: cover;
  }
}
.p_voice .sec01 .logoarea__wrap {
  width: 960px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_voice .sec01 .logoarea__wrap {
    width: 100%;
  }
}
.p_voice .sec01 .logoarea__wrap img {
  max-width: calc( (100% - 75px) / 6 );
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .p_voice .sec01 .logoarea__wrap img {
    max-width: calc( (100% - 20px) / 3 );
    margin: 0 10px 0 0;
  }
}
.p_voice .sec01 .logoarea__wrap img:nth-child(6n) {
  margin: 0;
}
.p_voice .sec01 .logoarea__wrap img:nth-child(n + 7) {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p_voice .sec01 .logoarea__wrap img:nth-child(3n) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p_voice .sec01 .logoarea__wrap img:nth-child(n + 4) {
    margin-top: 10px;
  }
}
.p_voice .sec02 {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .p_voice .sec02 {
    padding: 50px 0 0;
  }
}
.p_voice .sec02 .c_ttl_1 {
  font-size: 30px;
}
.p_voice .sec02 .c_ttl_1:before {
  content: "";
  width: 220px;
  height: 50px;
  background: url(../img/p_top/ttlbg.png);
  background-size: cover;
}
.p_voice .sec02 .cat {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_voice .sec02 .cat {
    width: 100%;
    padding: 0 20px;
  }
}
.p_voice .sec02 .cat__lists {
  margin: 50px 0 60px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p_voice .sec02 .cat__lists {
    flex-wrap: wrap;
  }
}
.p_voice .sec02 .cat__list {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .p_voice .sec02 .cat__list {
    width: calc( (100% / 3) - 10px );
  }
}
@media screen and (max-width: 768px) {
  .p_voice .sec02 .cat__list:nth-child(n + 4) {
    margin: 20px 0 0;
  }
}
.p_voice .sec02 .cat__link {
  display: block;
}
.p_voice .sec02 .cat__link img {
  max-width: 100%;
}
.p_voice .sec02 .cat__link p {
  text-align: center;
  font-size: 15px;
  margin: 20px 0 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p_voice .sec02 .cat__link p {
    font-size: 10px;
  }
}
.p_voice .sec02 .cat__txt {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_voice .sec02 .cat__txt {
    font-size: 14px;
    line-height: 2;
  }
}
.p_voice .sec03 {
  margin: 0 0 150px;
}
.p_voice .sec03 h3 {
  margin: 150px 0 0;
  background: #1D2846;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: linear-gradient(90deg, #ffffff 0%, #1d2846 10%, #1d2846 90%, #ffffff 100%);
}
@media screen and (max-width: 768px) {
  .p_voice .sec03 h3 {
    margin: 100px 0 0;
  }
}
.p_voice .sec03 .lists {
  margin: 60px auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 1200px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_voice .sec03 .lists {
    width: 100%;
    padding: 0 30px;
    margin: 60px auto 40px;
  }
}
.p_voice .sec03 .lists .list {
  display: flex;
  padding: 15px;
  width: 580px;
  background: url(../img/common/voicebg.png);
}
@media screen and (max-width: 768px) {
  .p_voice .sec03 .lists .list {
    width: 100%;
    padding: 20px 15px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p_voice .sec03 .lists .list:nth-child(n+2) {
    margin: 20px 0 0;
  }
}
.p_voice .sec03 .lists .list:nth-child(n+3) {
  margin: 20px 0 0;
}
.p_voice .sec03 .lists .list .img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .p_voice .sec03 .lists .list .img {
    width: 100%;
  }
}
.p_voice .sec03 .lists .list .img img {
  max-width: 100%;
}
.p_voice .sec03 .lists .list .img > p {
  font-size: 17px;
  text-align: center;
  line-height: 1.5;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .p_voice .sec03 .lists .list .img > p {
    font-size: 16px;
    width: 100%;
  }
}
.p_voice .sec03 .lists .list .txt {
  font-size: 16px;
  padding: 0 0 0 15px;
  width: calc(100% - 160px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p_voice .sec03 .lists .list .txt {
    margin: 5px 0 0;
    width: 100%;
  }
}
.p_voice .sec03 .lists .list .txt .inner {
  border-bottom: dashed 1px #000;
  display: inline;
}
.p_voice .sec03 .lists .list .txt span {
  display: inline;
  border-bottom: 1px dashed #000;
}
.p_voice .sec03 .btnwrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.p_voice .sec03 .btnwrap a {
  background: url(../img/common/btnbg.png);
  background-size: cover;
  background-position: center center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  justify-content: center;
  width: 450px;
  height: 50px;
  border-radius: 999px;
  position: relative;
}
.p_voice .sec03 .btnwrap a:before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (max-width: 768px) {
  .p_voice .sec03 .btnwrap a {
    font-size: 15px;
    width: 300px;
  }
}

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