/*! --------------------------------------------------------------------
------------------------------------------------------------------------
index
------------------------------------------------------------------------
--------------------------------------------------------------------- */
.sec-voice-archive {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec-voice-archive {
    margin-bottom: 48px;
  }
}

/* ========================================================
.voice-list
======================================================== */
.voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.voice-list__item {
  width: calc((100% - 48px) / 2);
}
@media screen and (max-width: 767px) {
  .voice-list__item {
    width: 100%;
  }
}

.voice-list__img {
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .voice-list__item a:hover .voice-list__img {
    opacity: 0.7;
  }
}
.voice-list__img .voice-name {
  position: absolute;
  bottom: 16px;
  left: 0;
  padding: 12px 20px;
  background-color: rgba(61, 92, 86, 0.9);
  color: #fff;
  font-size: 1.4rem;
}

.txt-block {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.voice-num {
  margin-bottom: 2px;
  font-style: italic;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .voice-num {
    margin-bottom: 0;
    font-size: 2.4rem;
  }
}

.voice-list__ttl {
  margin-left: 12px;
  color: #3d5c56;
  line-height: 1.3;
  font-weight: 700;
}/*# sourceMappingURL=voice-archive.min.css.map */