.review_section {
  padding-bottom: 104px;
}
.review_section ._header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(44, 125, 230, 0.1);
  border-left: 19px solid #2d7de6;
  border-right: 19px solid #2d7de6;
  gap: 23px;
  padding-block: 10px 13px;
}
@media screen and (max-width: 767px) {
  .review_section ._header {
    border-width: 10px;
    flex-direction: column;
    gap: 5px;
  }
}
.review_section ._header_title, .review_section ._header_rating {
  font-weight: 700;
  color: #2c7de6;
}
.review_section ._header_title {
  font-size: 20px;
  margin-bottom: -6px;
}
@media screen and (max-width: 767px) {
  .review_section ._header_title {
    font-size: 16px;
  }
}
.review_section ._header_rating {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .review_section ._header_rating {
    font-size: 20px;
  }
}
.review_section ._rating_value span {
  font-size: 20px;
  margin-left: -5px;
}
@media screen and (max-width: 767px) {
  .review_section ._rating_value span {
    font-size: 16px;
  }
}
.review_section ._description {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  margin: 19px 0 23px;
  text-align: center;
  color: #1d1d1d;
}
@media screen and (min-width: 768px) {
  .review_section ._description br {
    display: none;
  }
}
.review_section ._action {
  display: flex;
  margin-top: 38px;
}
.review_section ._action.-center {
  justify-content: center;
}
.review_section ._action ._button {
  min-width: 226px;
}

.a1data_heading.-small {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4166666667;
  margin-bottom: 37px;
  padding-bottom: 6px;
  color: #1d1d1d;
}

.voice_list {
  list-style: none;
}
.voice_list ._item {
  background: #f4f4f4;
  padding: 27px 20px 28px;
}
@media screen and (max-width: 767px) {
  .voice_list ._item {
    padding: 20px 16px;
  }
}
.voice_list ._item:not(:last-child) {
  margin-bottom: 24px;
}
.voice_list ._title {
  position: relative;
  z-index: 1;
}
.voice_list ._title::before {
  content: "";
  width: 3px;
  height: 80%;
  background: #2d7de6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
}
.voice_list ._title time {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3571428571;
  display: block;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #1d1d1d;
}
@media screen and (max-width: 767px) {
  .voice_list ._title time {
    margin-bottom: 5px;
  }
}
.voice_list ._title_text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3333333333;
  padding-left: 9px;
  color: #1d1d1d;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media screen and (max-width: 767px) {
  .voice_list ._title_text {
    font-size: 16px;
  }
}
.voice_list ._content {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .voice_list ._content {
    padding-top: 20px;
  }
}
.voice_list ._content_image {
  width: 36.5%;
  padding-top: 8px;
  aspect-ratio: 241/160;
}
@media screen and (max-width: 767px) {
  .voice_list ._content_image {
    width: 100%;
  }
}
.voice_list ._content_image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.voice_list ._content_details {
  width: 63.5%;
  padding-left: 3%;
  padding-top: 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice_list ._content_details {
    padding-left: 0;
    width: 100%;
    padding-top: 20px;
  }
}
.voice_list ._content_details ._detail_item {
  display: flex;
  align-items: flex-start;
}
.voice_list ._content_details ._detail_item:not(:last-child) {
  margin-bottom: 14.5px;
}
@media screen and (max-width: 767px) {
  .voice_list ._content_details ._detail_item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.voice_list ._content_details ._detail_label {
  font-size: 16px;
  font-weight: 600;
  color: #1d1d1d;
  line-height: 1.3125;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .voice_list ._content_details ._detail_label {
    font-size: 14px;
  }
}
.voice_list ._content_details ._detail_label::after {
  content: "";
  width: 1px;
  height: 13px;
  background: #707070;
  display: block;
  margin-inline: 13px 15px;
}
@media screen and (max-width: 767px) {
  .voice_list ._content_details ._detail_label::after {
    margin-inline: 10px;
  }
}
.voice_list ._content_details ._detail_value {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: #1d1d1d;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .voice_list ._content_details ._detail_value {
    font-size: 14px;
  }
}
.voice_list ._content_details ._action {
  margin-top: 33px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .voice_list ._content_details ._action {
    margin-top: 20px;
    justify-content: flex-end;
  }
}
.voice_list ._content_details ._action ._button {
  padding: 6px 46px 6px 32px !important;
}
.voice_list ._content_details ._action ._button::after {
  right: 29px;
}

.-voice ._button {
  position: relative;
  display: inline-block;
  min-height: 36px;
  color: #004bb1;
  font-weight: 500;
  line-height: 1.375;
  text-align: center;
  padding: 6px 40px 6px 30px !important;
  border: solid 1px #2d7de6;
  border-radius: 0.4em;
  transition: background 0.2s ease;
  background: transparent !important;
  cursor: pointer;
  padding-right: 20px;
  text-decoration: none;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .-voice ._button {
    font-size: 14px;
  }
}
.-voice ._button::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  width: 9px;
  aspect-ratio: 1/1;
  border-top: 1px solid #004bb1;
  border-right: 1px solid #004bb1;
  transform: translateY(-55%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .-voice ._button:hover {
    background: #2d7de6 !important;
    color: #ffffff;
  }
  .-voice ._button:hover::after {
    border-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .-voice .pagination {
    text-align: center;
  }
}

.-pageof-page-voice {
  background: #fff;
  margin-bottom: -26px;
}

.voice_single {
  padding-top: 58px;
}
@media screen and (max-width: 767px) {
  .voice_single {
    padding-top: 40px;
  }
}
.voice_single ._title {
  position: relative;
  z-index: 1;
}
.voice_single ._title::before {
  content: "";
  width: 3px;
  height: 80%;
  background: #2d7de6;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .voice_single ._title::before {
    left: 0;
  }
}
.voice_single ._title time {
  padding-left: 20px;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3571428571;
}
@media screen and (max-width: 767px) {
  .voice_single ._title time {
    padding-left: 15px;
  }
}
.voice_single ._title_text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2222222222;
  padding-left: 19px;
  color: #1d1d1d;
  margin-top: 5px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media screen and (max-width: 767px) {
  .voice_single ._title_text {
    padding-left: 14px;
    font-size: 16px;
  }
}
.voice_single ._content {
  padding-top: 43px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .voice_single ._content {
    padding-top: 30px;
  }
}
.voice_single ._content_image {
  width: 39.57%;
}
@media screen and (max-width: 767px) {
  .voice_single ._content_image {
    width: 100%;
  }
}
.voice_single ._content_image img {
  width: 100%;
  height: auto;
}
.voice_single ._content_details {
  width: 60.43%;
  padding-left: 2.14%;
}
@media screen and (max-width: 767px) {
  .voice_single ._content_details {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.voice_single ._content_details ._detail_item {
  display: flex;
  flex-wrap: wrap;
  background: #f4f4f4;
}
.voice_single ._content_details ._detail_item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .voice_single ._content_details ._detail_item:not(:last-child) {
    margin-bottom: 5px;
  }
}
.voice_single ._content_details ._detail_label {
  background: #e6e6e6;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3125;
  padding: 3px 9px 5px 6px;
}
@media screen and (max-width: 767px) {
  .voice_single ._content_details ._detail_label {
    font-size: 14px;
  }
}
.voice_single ._content_details ._detail_value {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3125;
  padding-inline: 18px;
  padding-block: 3px 5px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .voice_single ._content_details ._detail_value {
    font-size: 14px;
  }
}
.voice_single ._opinion {
  margin-top: 50px;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 35px 30px 40px 30px;
}
@media screen and (max-width: 767px) {
  .voice_single ._opinion {
    padding: 30px 16px;
    margin-top: 30px;
    border-radius: 5px;
  }
}
.voice_single ._opinion_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  color: #1d1d1d;
  border-bottom: 1px solid #bebebe;
  padding-bottom: 11px;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .voice_single ._opinion_title {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.voice_single ._opinion_text {
  font-size: 16px;
  line-height: 1.375;
  color: #1d1d1d;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .voice_single ._opinion_text {
    font-size: 14px;
  }
}
.voice_single ._pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 63px;
}
@media screen and (max-width: 767px) {
  .voice_single ._pagination {
    gap: 30px;
    margin-top: 40px;
  }
}
.voice_single ._pagination_prev, .voice_single ._pagination_next {
  background: #2d7de6;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  width: 69px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-sizing: border-box;
  border: 1px solid #2d7de6;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .voice_single ._pagination_prev:hover, .voice_single ._pagination_next:hover {
    background: #fff;
    color: #2d7de6;
  }
  .voice_single ._pagination_prev:hover::before, .voice_single ._pagination_next:hover::before {
    background-color: #2d7de6;
  }
}
@media screen and (max-width: 767px) {
  .voice_single ._pagination_prev, .voice_single ._pagination_next {
    width: 50px;
    height: 30px;
    font-size: 14px;
  }
}
.voice_single ._pagination_prev::before, .voice_single ._pagination_next::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.849' height='8.495' viewBox='0 0 8.849 8.495'%3E%3Cg id='Group_768' data-name='Group 768' transform='translate(-293.661 -983.24)'%3E%3Cpath id='Path_15' data-name='Path 15' d='M154.263,2352.274l-3.894,3.894,3.894,3.894' transform='translate(147.894 -1368.68)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cpath id='Path_16' data-name='Path 16' d='M154.263,2352.274l-3.894,3.894,3.894,3.894' transform='translate(144 -1368.68)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  display: block;
  transition: all 0.3s ease;
  margin-top: 2px;
}
.voice_single ._pagination_next {
  flex-direction: row-reverse;
}
.voice_single ._pagination_next::before {
  transform: scaleX(-1);
}
.voice_single ._pagination_back {
  background: transparent !important;
  color: #004bb1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3125;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .voice_single ._pagination_back:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .voice_single ._pagination_back {
    font-size: 14px;
  }
}/*# sourceMappingURL=archive-voice.css.map */