.voice_notice {
  padding: 1.2em 3.5em;
  background: #f8f8f8;
  text-align: center;
  font-size: 14px;
  margin: 0 auto 30px;
  width: fit-content;
}
.voice_notice p {
  line-height: 1.8;
}
.voice_notice p:last-child {
  margin-bottom: 0;
}
.voice_notice p .strong {
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 739px) {
  .voice_notice {
    padding: 1.2em;
    font-size: 12px;
    text-align: left;
  }
}
#voiceContainer {
  padding-top: 20px;
}
#voiceContainer .voice {
  max-width: 700px;
  margin: 0 auto 50px;
}
#voiceContainer .voice .user {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 3px;
  gap: 0 25px;
}
#voiceContainer .voice .user .userdata {
  width: 100%;
  padding-left: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 15px;
}
#voiceContainer .voice .user .userdata > p {
  margin-bottom: 0;
}
#voiceContainer .voice .user .userdata .data {
  font-size: 16px;
}
#voiceContainer .voice .user .userdata .star {
  font-size: 24px;
  color: #d88600;
}
#voiceContainer .voice .user .userdata .date {
  font-size: 11px;
  width: fit-content;
  padding: 2px 12px;
  background: #d88600;
  color: #fff;
  border-radius: 50vh;
}
#voiceContainer .voice .user .userdata .post {
  font-size: 14px;
}
#voiceContainer .voice .user .photo {
  width: 60px;
}
#voiceContainer .voice .user .photo img {
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 1px solid #feba21;
}
#voiceContainer .voice .user .comment {
  width: calc(100% - 90px);
  background: #fff5df;
  box-shadow: 4px 4px 7px 3px #eeeeee;
  border-radius: 15px;
  border: 5px solid #fff;
  padding: 10px 15px;
  position: relative;
}
#voiceContainer .voice .user .comment:before {
  content: "";
  display: block;
  height: 20px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: #fff5df;
  position: absolute;
  right: calc(100% - 1px);
  top: 12px;
}
#voiceContainer .voice .user .comment p {
  line-height: 1.6;
  margin-bottom: 10px;
}
#voiceContainer .voice .user .comment p:last-child {
  margin-bottom: 0;
}
#voiceContainer .voice .clinic {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 20px;
  padding-left: 75px;
  gap: 25px;
}
#voiceContainer .voice .clinic .photo {
  width: 60px;
}
#voiceContainer .voice .clinic .photo img {
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#voiceContainer .voice .clinic .comment {
  background: #fff;
  box-shadow: 4px 4px 7px 3px #eeeeee;
  border-radius: 15px;
  border: 5px solid #fff;
  padding: 10px 15px;
  max-width: calc(100% - 100px);
  position: relative;
}
#voiceContainer .voice .clinic .comment:before {
  content: "";
  display: block;
  height: 30px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  position: absolute;
  left: 100%;
  top: calc(50% - 15px);
}
#voiceContainer .voice .clinic .comment p {
  line-height: 1.6;
  margin-bottom: 10px;
}
#voiceContainer .voice .clinic .comment p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 739px) {
  #voiceContainer .voice {
    margin-bottom: 30px;
  }
  #voiceContainer .voice .user {
    gap: 0 15px;
  }
  #voiceContainer .voice .user .userdata {
    padding-left: 80px;
    gap: 0px 12px;
  }
  #voiceContainer .voice .user .userdata > p {
    margin-bottom: 0;
  }
  #voiceContainer .voice .user .userdata .data {
    font-size: 14px;
  }
  #voiceContainer .voice .user .userdata .star {
    font-size: 18px;
    color: #d88600;
  }
  #voiceContainer .voice .user .userdata .date {
    font-size: 10px;
  }
  #voiceContainer .voice .user .userdata .post {
    font-size: 12px;
  }
  #voiceContainer .voice .user .photo {
    width: 60px;
    transform: none;
  }
  #voiceContainer .voice .user .comment {
    border: 3px solid #fff;
    padding: 10px;
    width: calc(100% - 85px);
    max-width: 100%;
  }
  #voiceContainer .voice .user .comment:before {
    height: 15px;
  }
  #voiceContainer .voice .clinic {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 30px;
    padding-left: 0;
    gap: 25px;
  }
  #voiceContainer .voice .clinic .photo {
    width: 100px;
  }
  #voiceContainer .voice .clinic .photo img {
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  #voiceContainer .voice .clinic .comment {
    background: #fff;
    box-shadow: 4px 4px 7px 3px #eeeeee;
    border-radius: 15px;
    border: 5px solid #fff;
    padding: 15px;
    max-width: calc(100% - 50px);
    width: 100%;
    position: relative;
  }
  #voiceContainer .voice .clinic .comment:before {
    content: "";
    display: block;
    height: 30px;
    aspect-ratio: 0.8660254038;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #fff;
    position: absolute;
    left: 100%;
    top: calc(50% - 15px);
  }
  #voiceContainer .voice .clinic .comment p {
    line-height: 1.6;
    margin-bottom: 10px;
  }
  #voiceContainer .voice .clinic .comment p:last-child {
    margin-bottom: 0;
  }
}