@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
#voice .voice_list li {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 40px;
}
@media screen and (max-width: 850px) {
  #voice .voice_list li {
    padding: 20px 30px;
    border-radius: 10px;
  }
}
#voice .voice_list li + li {
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  #voice .voice_list li + li {
    margin-top: 30px;
  }
}
#voice .voice_list li dl {
  display: flex;
}
@media screen and (max-width: 850px) {
  #voice .voice_list li dl {
    display: block;
  }
}
#voice .voice_list li dl dt {
  width: 200px;
}
#voice .voice_list li dl dt img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media screen and (max-width: 850px) {
  #voice .voice_list li dl dt img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 850px) {
  #voice .voice_list li dl dt {
    width: 100%;
    text-align: center;
  }
}
#voice .voice_list li dl dd {
  width: calc(80% - 200px);
  padding-left: 40px;
  text-align: left;
}
@media screen and (max-width: 850px) {
  #voice .voice_list li dl dd {
    width: 100%;
    padding-left: 0;
  }
}
#voice .voice_list li dl dd .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #278D44;
  margin-bottom: 15px;
}
#voice .voice_list li dl dd .ttl span {
  margin-left: 10px;
  font-size: 20px;
  color: rgba(39, 141, 68, 0.5);
}
@media screen and (max-width: 850px) {
  #voice .voice_list li dl dd .ttl span {
    font-size: 16px;
  }
}
@media screen and (max-width: 850px) {
  #voice .voice_list li dl dd .ttl {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
  }
}
#voice .voice_list li dl dd p {
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 850px) {
  #voice .voice_list li dl dd p {
    font-size: 14px;
    line-height: 160%;
  }
}
