@charset "utf-8";

/*-------------------------------------------------------------------
	#voice
-------------------------------------------------------------------*/
.no_voice {
  margin-bottom: 30px;
}

#voice {
  margin-bottom: 20px;
}
#voice .box {
  border-bottom: 1px dotted #dcd4c6;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 18px;
}
#voice .imgleft ul li,
#voice .imgright ul li {
  width: 160px;
  text-align: center;
}
#voice .imgright .text {
  margin-right: 200px;
}
#voice .imgleft .text {
  margin-left: 180px;
}

#voice .imgleft .blank {
  margin-left: 0px;
}

#voice dl dt {
  font-weight: bold;
  overflow: hidden;
  line-height: 1.6;
}

@media screen and (max-width: 680px) {
  #voice .imgleft ul li,
  #voice .imgright ul li {
    width: 100%;
  }
}
