/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/project/customer_voice.scss ***!
  \*****************************************************************************************************************************************************************************************************/
/*
  xl
  82 - 56
  38 - 24
  32 - 23
  28 - 20
  26 - 18
  18 - 14
  14 - 12

  btn
  18 - 18

*/
[v-cloak] {
  display: none;
}

.p-customer_voice__filter > div:not(:first-child) {
  margin-top: 20px;
}
.p-customer_voice__filter dt {
  font-size: var(--fontSize-h4);
  font-weight: bold;
  line-height: 1.5;
}
.p-customer_voice__filter dd {
  margin-top: 10px;
}
.p-customer_voice__filter p {
  font-size: var(--fontSize-ss);
  margin-top: 5px;
}
.p-customer_voice__filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 10px;
}
.p-customer_voice__filter input {
  opacity: 0;
  position: absolute;
}
.p-customer_voice__filter input + label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
  border-radius: var(--radius);
  color: var(--color-font__light);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--fontSize-s);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.334;
  min-height: 30px;
  padding: 2px 9px;
  text-align: center;
}
@media (hover: hover) {
  .p-customer_voice__filter input + label {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .p-customer_voice__filter input + label:hover {
    opacity: 0.65;
  }
}
.p-customer_voice__filter input:checked + label {
  background-color: #b4b4b4;
  border-color: #b4b4b4;
  color: #fff;
}
.p-customer_voice__result {
  font-weight: bold;
  margin-top: 30px;
}
@media only screen and (min-width: 960px) {
  .p-customer_voice__result {
    margin-top: 40px;
  }
}
.p-customer_voice__list {
  margin: 10px calc(50% - 50vw) 0;
}
@media only screen and (min-width: 960px) {
  .p-customer_voice__list {
    margin: 20px 0 0;
  }
}
.p-customer_voice__item {
  border-bottom: 1px solid var(--color-border__gray__light);
  border-top: 1px solid var(--color-border__gray__light);
}
.p-customer_voice__item:not(:first-child) {
  margin-top: -1px;
}
.p-customer_voice__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 8px 10px;
  padding: 16px 20px 12px;
}
@media only screen and (min-width: 960px) {
  .p-customer_voice__header {
    padding-bottom: 20px;
    padding-top: 30px;
    row-gap: 15px;
  }
}
.p-customer_voice__icon {
  line-height: 1;
}
.p-customer_voice__icon .m-icon {
  color: var(--color-border__key);
  font-size: 40px;
}
.p-customer_voice__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (min-width: 960px) {
  .p-customer_voice__title {
    font-size: var(--fontSize-h4);
  }
}
.p-customer_voice__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 10px;
}
.p-customer_voice__tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 10px;
}
.p-customer_voice__tag li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
  border-radius: var(--radius);
  color: var(--color-font__light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--fontSize-s);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.334;
  min-height: 30px;
  padding: 2px 9px;
  text-align: center;
}
.p-customer_voice__main {
  background-color: var(--color-bg__gray__lighter);
  padding: 15px 20px;
}
.p-customer_voice__text p {
  line-height: 1.8;
}
.p-customer_voice__text p:not(:first-child) {
  margin-top: 1em;
}
.p-customer_voice .m-btn-group {
  margin-top: 40px;
  max-width: 300px;
}
