@charset "UTF-8";
img {
  width: 100%;
}

.caps {
  font-size: 0.8em;
  letter-spacing: 0;
}

.bg1 {
  background: url(../img/bg1.png) repeat center/300px;
}

.t_just {
  text-align: justify;
  text-justify: inter-ideograph;
}

.gf {
  font-family: "Podkova", serif;
}

.gr1 {
  background: linear-gradient(227deg, #2bded7, #13af91);
  background-size: 400% 400%;
  animation: gr1 6s ease infinite;
}

/*ご利用女性の声*/
.box-voice {
  margin: 1em auto 2em;
}

.box-voice .ttl1 .icon {
  margin: 0 auto;
}

.lst-voice > li:not(:last-child) {
  margin-bottom: 2em;
  border-bottom: 3px solid #efefef;
}

.voiceImg {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
}

.voice-comment {
  position: relative;
  background: white;
  padding: 1.2em;
  border-radius: 20px;
}

.voice-comment h3 {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.3;
}

.voice-prof dt {
  margin-bottom: 0.2em;
}

.voice-prof dd {
  font-size: 0.75em;
  line-height: 1.4;
}

.voice-txt {
  border-top: 2px dotted #CCC;
  padding-top: 1em;
  margin-top: 1em;
}

.vcL {
  margin-left: 2em;
}

.vcR {
  margin-right: 2em;
}

.vcL::before, .vcR::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 2em;
  border-style: solid;
}

.vcL::before {
  left: -15px;
  border-width: 8px 15px 8px 0;
  border-color: transparent #ffffff transparent transparent;
}

.vcR::before {
  right: -15px;
  border-width: 8px 0 8px 15px;
  border-color: transparent transparent transparent #ffffff;
}

/*ページ送り*/
.pagenum {
  margin-bottom: 2em;
}

.pagenum li {
  margin: 0 0.2em;
  background: white;
  border-radius: 0.4em;
  overflow: hidden;
}

.pagenum li.current {
  background: #CCC;
}

.pagenum li a, .current {
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  transition: 0.4s;
}

.pagenum li a:hover {
  background: #fff001;
}

.next::before, .prev::before {
  font-family: "FontAwesome";
}

.prev::before {
  content: "\f104";
}

.next::before {
  content: "\f105";
}/*# sourceMappingURL=voice.css.map */