#voice .voice_details {
  padding-top: 150px;
}
#voice .voice_details .content {
  width: 100%;
  max-width: 741px;
  margin: 0 auto;
}
#voice .voice_details .content .details .btn-green {
  width: 150px;
  height: 27px;
  background: #8DC221;
  border-radius: 30px;
  padding: 5px 20px 2px;
  margin-bottom: 18px;
  cursor: pointer;
}
#voice .voice_details .content .details .btn-green p.text {
  font-family: "inter";
  font-weight: 700;
  font-size: 12.0872px;
  line-height: 20px;
  letter-spacing: 0.241744px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  /* &::before {
      content: '';
      position: absolute;
      width: 18px;
      height: 18px;
      background: url(../images/voice/comment.svg);
      left: -10px;
      top: 49%;
      transform: translateY(-50%);
  } */
}
#voice .voice_details .content .details .btn-green.mr {
  width: 153px;
}
#voice .voice_details .content .details .text {
  margin-bottom: 75px;
}
#voice .voice_details .content .details .text .title1 {
  font-family: "Hiragino Sans";
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #97A2AE;
  margin-bottom: 8px;
}
#voice .voice_details .content .details .text .title2 {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 600;
  font-size: 34px;
  line-height: 50px;
  letter-spacing: -0.5px;
  color: #515B67;
  margin-bottom: 8px;
}
#voice .voice_details .content .details .text .title2 span {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 600;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: -0.5px;
  color: #515B67;
}
#voice .voice_details .content .details .text .time {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #C0C7CF;
}
#voice .voice_details .content .details .box .image {
  margin-bottom: 30px;
  text-align: center;
}
#voice .voice_details .content .details .box .image img {
  border-radius: 20px;
  width: 741px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
#voice .voice_details .content .details .box .text {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.4px;
  color: #717D8A;
  margin-bottom: 241px;
}
#voice .voice_details .content .details .box .text .pdf {
  position: relative;
  margin-top: 12px;
  padding-left: 26px;
}
#voice .voice_details .content .details .box .text .pdf::before {
  content: "";
  background-image: url(../images/common/pdf.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 16px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.5s ease;
}
#voice .voice_details .content .details .box .text .pdf a {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 27.2px;
  text-decoration-line: underline;
  color: #54A734;
}
#voice .voice_details .content .details .box .text .pdf a:hover {
  pointer-events: painted;
}
#voice .voice_details .content .details .box .title {
  margin-bottom: 241px;
}
#voice .voice_details .content .details .box .title .main_content {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #717D8A;
  margin-bottom: 14px;
}
#voice #bread {
  background: #FFFFFF;
  position: relative;
}
#voice #bread ol {
  max-width: 930px;
}
#voice #bread ol li {
  position: relative;
}
#voice #bread ol li a {
  font-family: "Hiragino Sans";
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #717D8A;
}
#voice #bread ol li a:last-child {
  margin-right: 31px;
}
#voice #bread ol li:nth-of-type(2)::before, #voice #bread ol li:last-child::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #8DC221;
  top: 50%;
  left: -22px;
}

@media only screen and (max-width: 768px) {
  #voice .voice_details {
    position: relative;
    z-index: 1;
    padding-top: 100px;
  }
  #voice .voice_details::after {
    content: "";
    position: absolute;
    background: url(../images/voice/bg_ellipse_sp.svg);
    width: 619px;
    height: 302px;
    top: -50px;
    left: 52%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
  }
  #voice .voice_details .content {
    padding: 0 16px;
    position: relative;
    z-index: 10;
  }
  #voice .voice_details .content .details .btn-green {
    margin: auto;
  }
  #voice .voice_details .content .details .text {
    margin-bottom: 31px;
    text-align: center;
  }
  #voice .voice_details .content .details .text .title1 {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin-top: 16px;
  }
  #voice .voice_details .content .details .text .title2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
  }
  #voice .voice_details .content .details .text .title2 span {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
  }
  #voice .voice_details .content .details .text .time {
    font-weight: 700;
    font-size: 12px;
    line-height: 26px;
  }
  #voice .voice_details .content .details .box .image img {
    max-width: 100%;
    width: 343px;
    height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #voice .voice_details .content .details .box .text {
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    text-align: start;
  }
  #voice #bread ol {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 375px) {
  #voice .voice_details {
    position: relative;
  }
  #voice .voice_details .content {
    padding: 0 16px;
    position: relative;
    z-index: 2;
  }
  #voice .voice_details .content .details .box .image img {
    max-width: 100%;
  }
  #voice .voice_details .content .details .box .text {
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    text-align: start;
  }
  #voice #bread ol li:last-child {
    display: none;
  }
}
/*# sourceMappingURL=voice_details.css.map */