@charset "UTF-8";
/* ========================================================================
sora_voice.css - お客様の声 -
======================================================================== */
.voiceIndex #main {
  background-color: #f2f2f2;
}

.voiceBox {
  background-color: #fff;
  padding: 0.48rem 0.4rem 0.6rem;
  border-radius: 0.04rem;
  -webkit-box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.08);
}

.voiceBoxHeading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.voiceBoxImgWrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.voiceBoxImg {
  width: 0.85rem;
  height: 0.85rem;
  margin: 0 auto;
}

.voiceBoxName {
  display: block;
  text-align: center;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .01em;
  margin-top: 0.15rem;
}

.voiceBoxIndustry {
  display: block;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.3;
}

.voiceBoxArrow {
  display: inline-block;
  width: 0.3rem;
  height: 0.15rem;
  margin: 0 0.15rem 0 0.25rem;
}

.voiceBoxService {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.voiceBoxServiceLabel {
  color: #fff;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .01em;
  text-align: center;
  display: inline-block;
  background-color: #015EB2;
  border-radius: 0.13rem;
  padding: 0.05rem 0.115rem 0.07rem;
}

.voiceBoxServiceLabel + * {
  margin-top: 0.1rem;
}

.voiceBoxServiceName {
  color: #015EB2;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .02em;
}

.voiceBoxServiceName .-small {
  font-size: 0.16rem;
  line-height: 1.57;
}

.voiceBoxBody {
  margin-top: 0.35rem;
  padding-top: 0.3rem;
  border-top: 1px solid #e5e6f3;
}

.voiceBoxTitle {
  color: #015EB2;
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 0;
}

.voiceBoxTitle + * {
  margin-top: 0.25rem;
}

.voiceBoxText {
  line-height: 1.6;
}

.voiceBoxText > *:not(:first-child) {
  margin-top: 0.24rem;
}

.voiceBoxBtn {
  margin-top: 0.33rem;
}

/* PC設定 */
@media screen and (min-width: 768px), print {
  .voiceBoxList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .voiceBoxList > .voiceBox {
    width: calc((100% - 0.2rem) / 2);
  }
  .voiceBoxList > .voiceBox:nth-child(n + 3) {
    margin-top: 0.2rem;
  }
  .voiceBoxList > .voiceBox:nth-child(n + 2) {
    margin-left: 0.2rem;
  }
  .voiceBoxList > .voiceBox:nth-child(odd) {
    margin-left: 0px;
  }
  .voiceBoxList > .voiceBox:nth-child(2n) {
    margin-right: -1%;
  }
  .voiceBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .voiceBoxHeading {
    padding: 0 0.1rem;
  }
  .voiceBoxBtn .btnDesignA1 {
    min-width: 100%;
  }
  .btnBox.-pageBtnBox {
    margin: 0.8rem auto 0;
    max-width: 8.8rem;
  }
}

/* SP設定 */
@media screen and (max-width: 767px) {
  .voiceBox {
    padding: 0.24rem 0.2rem 0.3rem;
    -webkit-box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.08);
  }
  .voiceBox:not(:first-child) {
    margin-top: 0.2rem;
  }
  .voiceBoxImg {
    width: 0.5rem;
    height: 0.5rem;
  }
  .voiceBoxName {
    font-size: 0.14rem;
    margin-top: 0.15rem;
  }
  .voiceBoxIndustry {
    font-size: 0.12rem;
  }
  .voiceBoxArrow {
    width: 0.2rem;
    height: 0.1rem;
    margin: 0 0.1rem 0 0.15rem;
  }
  .voiceBoxService {
    -webkit-box-flex: 1.5;
    -ms-flex-positive: 1.5;
    flex-grow: 1.5;
  }
  .voiceBoxServiceLabel {
    font-size: 0.12rem;
    border-radius: 0.13rem;
    padding: 0.05rem 0.115rem 0.07rem;
  }
  .voiceBoxServiceLabel + * {
    margin-top: 0.1rem;
  }
  .voiceBoxServiceName {
    font-size: 0.16rem;
  }
  .voiceBoxServiceName .-small {
    font-size: 0.12rem;
  }
  .voiceBoxBody {
    margin-top: 0.15rem;
    padding-top: 0.15rem;
  }
  .voiceBoxTitle {
    font-size: 0.18rem;
  }
  .voiceBoxTitle + * {
    margin-top: 0.15rem;
  }
  .voiceBoxText > *:not(:first-child) {
    margin-top: 0.15rem;
  }
  .voiceBoxBtn {
    margin-top: 0.2rem;
  }
  .voiceBoxBtn .btnDesignA1 {
    padding: 0 0.4rem 0 0.2rem;
  }
  .btnBox.-pageBtnBox {
    margin: 0.4rem auto 0;
  }
}
