.thank-txt {
  font-weight: 600;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  margin: 2em auto;
  font-size: 130%;
  text-align: center;
}

.voice-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.voice-list_item {
  max-width: calc(100% / 3);
  padding: 1.5rem;
}

.voice-list_item img {
  display: block;
  width: 100%;
  max-width: 300px;
  object-fit: cover;
  margin: 0 auto;
}

.voice-list_content {
  width: 100%;
  max-width: 300px;
  position: relative;
  background-color: #fff;
  padding: 1.5rem 1rem 1rem;
  margin: 0 auto;
}

.voice-list_box {
  position: absolute;
  top: -3rem;
  min-width: 7rem;
  background-color: #134990;
  color: #fff;
  padding: 0.5rem 1rem;
}

.voice-list_box span {
  display: block;
  line-height: 1.5;
}

.requirements {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 0 5rem;
}

.requirements_title {
  color: #fff;
  line-height: 1.2;
}

.requirements_title span {
  display: block;
  font-size: 14px;
}

.requirements_text {
  text-align: center;
  color: #fff;
  margin: 2rem 0;
}

.requirements-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.requirements-list_item {
  padding: 0.5rem 1rem;
}

.requirements-list_link {
  display: block;
  width: 300px;
  height: 100px;
  padding: 1rem;
}

.requirements-list_box {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

@media (max-width: 900px){
  .voice-list_item {
    max-width: 100%;
  }
}

@media (max-width: 780px){
  .thank-txt {
    text-align: start;
  }
}