@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
body {
  background: #F5F4EF;
}
.footer .inner {
  padding-top: 80px;
}
@media screen and (max-width: 818px) {
  .footer .inner {
    padding-top: 50px;
  }
}
.page_h2 {
  background: url(../img/common/voice_h2.jpg) no-repeat center / contain;
  background-size: cover;
}
@media screen and (max-width: 818px) {
  .page_h2 {
    background: url(../img/common/voice_h2_sp.jpg) no-repeat center / contain;
    background-size: cover;
  }
}
.v_list {
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .v_list {
    margin-top: 30px;
  }
}
.v_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  column-gap: 21px;
}
@media screen and (max-width: 818px) {
  .v_list ul {
    gap: 20px;
  }
}
.v_list ul li {
  width: calc(33.3333% - 14px);
  background: #ffffff;
  border-radius: 8px;
}
@media screen and (max-width: 818px) {
  .v_list ul li {
    width: 100%;
  }
}
.v_list ul li .img img {
  border-radius: 8px 8px 0 0;
}
.v_list ul li .txt {
  border-radius: 0 0 8px 8px;
  padding: 10px 20px;
}
.v_list ul li .txt p {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #121212;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 818px) {
  .v_list ul li .txt p {
    letter-spacing: 0;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.v_list ul li .txt .name {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.8px;
}
@media screen and (max-width: 818px) {
  .v_list ul li .txt .name {
    letter-spacing: 0;
    font-size: 14px;
  }
}
.v_list ul li .txt .name span {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 818px) {
  .v_list ul li .txt .name span {
    font-size: 16px;
  }
}
