.voice {
  background: #F9F8F4;
  padding: 80px 0;
}
.voice .inner-box {
  max-width: 980px;
  margin: 0 auto;
  background-color: white;
  border-radius: 60px;
  padding: 40px;
}
.voice .user-info {
  margin-bottom: 20px;
}
.voice .user-info p {
  font-size: 16px;
  color: #E0E0E0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.voice section h2 {
  font-size: 31px;
  line-height: 42px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  background-image: url(../image/voice-under-bar.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.voice section h3 {
  font-size: 16px;
  line-height: 21px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
}
.voice section .thamnail-img {
  margin: 40px auto;
}
.voice section .thamnail-img img {
  margin-top: 0;
}
.voice section img {
  width: 100%;
  height: auto;
  margin: 40px 0;
}
.voice section .contents {
  margin: 40px auto;
}
.voice section .contents h4 {
  font-size: 24px;
  line-height: 32px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  background-image: url(../image/voice-under-bar.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #2DB0E3;
  margin: 40px 0;
}
.voice section .contents h4:first-child {
  margin-top: 0;
}
.voice section .contents p {
  font-size: 16px;
  line-height: 28px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.voice .back-btn {
  width: 390px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .voice {
    padding: 40px 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .voice .inner-box {
    width: 92%;
    margin: 0 auto !important;
    border-radius: 15px;
  }
  .voice section h2 {
    font-size: 25.2px;
  }
  .voice .contents h4 {
    font-size: 25.2px;
  }
  .voice .back-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .voice {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .voice .inner-box {
    padding: 4%;
  }
  .voice section h2 {
    font-size: 21px;
    line-height: 26px;
    background-image: url(../image/voice-under-bar-sp.svg);
  }
  .voice section .thamnail-img {
    margin: 20px auto;
  }
  .voice section img {
    margin: 20px 0;
  }
  .voice .contents {
    margin: 20px auto;
  }
  .voice .contents h4 {
    font-size: 21px;
    line-height: 26px;
    background-image: url(../image/voice-under-bar-sp.svg);
  }
  .voice .back-btn {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .voice .back-btn img {
    width: 100%;
    margin: 0 auto;
  }
} /* PC setting START */
.voice-list {
  padding: 80px 0;
  border-bottom: solid 1px #E0E0E0;
  /*** PC setting END ***/
  /*** TAB setting END ***/
  /*** SP setting END ***/
}
.voice-list .inner-box {
  width: 1280px;
  margin: 0 auto;
}
.voice-list .inner-box h3 {
  font-size: 26px;
  line-height: 42px;
  color: #2DB0E3;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-image: url(../image/titlebar_case_list_blue.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: left;
}
.voice-list ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 100%;
}
.voice-list li {
  border-radius: 30px;
  border: solid 3px #2DB0E3;
  background-color: white;
  box-shadow: 3px 3px 3px #E0E0E0;
  padding: 20px;
}
.voice-list li a {
  color: #101010;
}
.voice-list li .thamnail {
  margin-bottom: 10px;
  width: 100%;
  height: 168px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.voice-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.voice-list li dt {
  font-size: 14px;
  line-height: 21px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 2px #E0E0E0;
}
.voice-list li dd {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 1024px) {
  .voice-list {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .voice-list .inner-box {
    width: 100%;
    padding: 0 4.8%;
  }
  .voice-list .inner-box h3 {
    font-size: 25.2px;
    line-height: 57.6px;
    background-image: url(../image/titlebar_case_list_blue_sp.svg);
  }
  .voice-list .inner-box ol {
    grid-template-columns: repeat(3, 1fr);
  }
  .voice-list .inner-box ol .thamnail {
    height: 116px;
  }
}
@media screen and (max-width: 768px) {
  .voice-list {
    padding: 5% 0;
    padding-bottom: 15%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .voice-list .inner-box {
    padding: 0 2%;
  }
  .voice-list .inner-box h3 {
    font-size: 21px;
    line-height: 48px;
  }
  .voice-list .inner-box ol {
    grid-template-columns: repeat(2, 1fr);
  }
  .voice-list .inner-box li {
    padding: 5%;
    border-radius: 15px;
  }
  .voice-list .inner-box li .thamnail {
    height: 106px;
  }
}