@charset "utf-8";

/* 先輩保育士の声
 ================================================== */
#voice .voice-box {
  background-color: #fff;
  padding: 10px 10px 0 10px;
  border-radius: 0 0 5px 5px;
}

#voice .sub-ttl {
  background-color: #ccb490;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  margin-top: 20px;
  border-radius: 5px 5px 0 0;
}
#voice .sub-ttl span {
  font-size: 1.4rem;
}

#voice section {
  font-size: 1.4rem;
  padding-top: 10px;
  border-bottom: #c9c5bf dotted 2px;
}
#voice section:last-of-type {
  border: none;
}

#voice h2 {
  background-repeat: no-repeat;
  background-position: left 0 top 3px;
  background-size: 18px 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #493a31;
  line-height: 1.6;
  padding-left: 24px;;
}
#voice .star-minamisuna {
  background-image: url(../img/voice-ic-minamisuna.png);
}
#voice .star-toyosu {
  background-image: url(../img/voice-ic-toyosu.png);
}
#voice .star-nishishinjuku {
  background-image: url(../img/voice-ic-nishishinjuku.png);
}
#voice .star-minamishinagawa {
  background-image: url(../img/voice-ic-minamishinagawa.png);
}

#voice h3 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
#voice .fig-left {
  overflow: hidden;
  margin-top: 10px;
}
#voice .fig-left img {
  float: left;
  width: 50%;
  max-width: 550px;
  height: auto;
  margin: 0 10px 10px 0;
}
#voice .fig-full {
  width: 100%;
  max-width: 550px;
  height: auto;
  margin: 0 auto 20px auto;
}
#voice section p {
  padding: 10px 0;
}

