@charset "UTF-8";
/* CSS Document */
#voice h3 {
  position: relative;
  padding: 17px 10px 23px 15px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 2px solid #e97887;
  font-size: 20px;
  font-weight: normal;
  color: #e97887;
  cursor: pointer;
}
#voice .tg {
  position: relative;
}
#voice .tg:before, #voice .tg:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 21px;
  top: 29px;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#voice .tg:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#voice .tg h3:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #e97887;
  position: absolute;
  right: 17px;
  top: 22px;
}
#voice .tg.open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#voice .box {
  display: none;
  padding: 15px 15px 0 15px;
  background: #fff7f8;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  #voice .box {
    padding: 10px;
  }
}
#voice .box.open {
  display: block;
}
#voice .white {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #voice .white {
    padding: 10px;
  }
}
#voice figure {
  float: left;
  width: 79px;
}
@media only screen and (max-width: 768px) {
  #voice figure {
    width: 40px;
  }
  #voice figure img {
    width: 100%;
  }
}
#voice figure p {
  text-align: center;
}
#voice figure p.orange {
  color: #ff8f00;
  font-weight: bold;
}
#voice .personal {
  width: 570px; /*IE9未満*/ /*Chrome19~25*/ /*Firefox4~15*/
  width: calc(100% - 95px);
  float: right;
}
@media only screen and (max-width: 768px) {
  #voice .personal { /*Chrome19~25*/ /*Firefox4~15*/
    width: calc(100% - 65px);
  }
}
#voice .personal h4 {
  font-size: 16px;
  color: #e97887;
  line-height: 150%;
}
#voice .personal p {
  line-height: 1.9;
}
#voice .personal .detailBox {
  background: #ffeff2;
  padding: 10px;
  margin: 10px 0;
}
#voice .personal .detailBox dt {
  margin-bottom: 5px;
}
#voice .personal .detailBox dd {
  background: #ec8495;
  padding: 3px 9px 4px 9px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .mainCont {
    margin-bottom: 50px;
  }
}