.blog-site-content .voice_archives.new {
  position: relative;
}

.blog-site-content .voice_archives.new > .flex {
  margin-bottom: 15px;
}

.blog-site-content .voice_archives.new .voice_infomation {
  width: auto;
}

.blog-site-content .voice_archives.new .voice_infomation .single_star {
  padding-bottom: 0;
}

.blog-site-content .voice_archives.new .voice_infomation_right {
  text-align: right;
  width: auto;
  margin: 0 0 0 auto;
  align-items: center;
  gap: 10px;
}

.blog-site-content .voice_archives.new .voice_infomation_right .plan_name {
  background: #04a751;
  color: #fff;
  line-height: 1;
  padding: 4px 10px;
  text-align: center;
}

.blog-site-content .voice_archives.new .voice_date {
  margin: 0 0 15px;
}

.blog-site-content .voice_archives.new .voice_date .lead {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 20px 0 0;
}

.blog-site-content .voice_archives.new .voice_date .lead span {
  background: #e7e7e7;
  padding: 3px 10px;
  line-height: 1;
  border-radius: 2px;
}

.blog-site-content .voice_archives.new .voice_infomation .initial {
  padding: 0;
  padding-bottom: 5px;
}

.blog-site-content .voice_archives.new .single_star {
  display: flex;
  align-items: center;
  line-height: 1;
}

.blog-site-content .voice_archives.new .single_star span {
  font-size: 1.8rem;
  margin-right: 10px;
}

.blog-site-content .voice_archives.new .excerpt {
  padding-bottom: 20px;
  text-align: justify;
}

.blog-site-content .voice_archives.new .continue {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #e7e7e7;
  padding: 2px 20px;
  border-radius: 0;
  border: 0;
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 820px) {
  .blog-site-content .voice_archives.new > .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0;
  }
  .blog-site-content .voice_archives.new .voice_icon {
    order: 1;
  }
  .blog-site-content .voice_archives.new .voice_infomation {
    width: calc(100% - 90px);
    order: 2;
  }
  .blog-site-content .voice_archives.new .single_star span {
    display: none;
  }

  .blog-site-content .voice_archives.new .voice_infomation_right {
    order: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .blog-site-content .voice_archives.new .continue {
    bottom: -20px;
  }
}

.voice-content.new:not(.voice_archives) {
  padding-top: 0;
}

.voice-content.new .voice_info {
  border-bottom: 1px solid #ccc;
  margin: 0 auto 40px;
  padding-bottom: 20px;
  width: 100%;
}
.voice-content.new .voice_info .user_date {
  border-radius: 5px;
  text-align: center;
  width: 20%;
}

.voice-content.new .voice_info .user_date .initial {
  padding: 0;
}

.voice-content.new .voice_info .plan_date {
  flex: 1;
}

.voice-content.new .voice_info .plan_date .single_star {
  display: flex;
  align-items: center;
  line-height: 1;
}
.voice-content.new .voice_info .plan_date .single_star span {
  font-size: 1.8rem;
  margin-right: 10px;
  border-radius: 2px;
}

.voice-content.new .voice_info .plan_date .voice_info_title {
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.9rem;
  border-left-width: 5px;
  border-bottom-color: #aaa;
}
.voice-content.new .voice_info .plan_date .flex {
  gap: 10px 20px;
  flex-wrap: wrap;
}

.voice-content.new .voice_info .plan_date .flex .plan_name {
  padding: 0;
}

.voice-content.new .voice_info .plan_date .flex .plan_name span {
  margin-right: 10px !important;
  border-radius: 2px;
}

.voice-content.new .img_box {
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .voice-content.new .voice_info {
    margin-bottom: 20px;
  }
  .voice-content.new .voice_info .user_date {
    display: flex;
    width: auto;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
  }
  .voice-content.new .voice_info .user_date img {
    margin: 0;
  }

  .voice-content.new .voice_info .plan_date .flex {
    display: flex;
  }

  .voice-content.new .voice_info .plan_date .voice_info_title {
    margin-bottom: 10px;
  }

  .voice-content.new .img_box {
    flex-direction: column;
  }
}
.voice-content.new .img_box img {
  width: 40%;
}
@media screen and (max-width: 820px) {
  .voice-content.new .img_box img {
    width: 80%;
  }
}
.voice-content.new .img_box .lead {
  flex: 1;
  text-align: justify;
}
