/* voice */

#voice{
  margin-top:3rem;
  padding-bottom:4rem;
}

#voice h2{
  padding-left:10rem;
}

#voice h3.main_h3{
  padding-left:9rem;
}

#voice h3.main_h3::after{
  content:"";
  width:72px;
  height:101px;
  background-image: url(../image/voice/voice_woman.png);
  background-position:center;
  background-size:72px 101px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 3px;
}

#voice h3.mallet_h3 span{
  font-weight:normal;
  font-size:1.2rem;
  margin-left:5px;
  display:inline-block;
  position:relative;
}

#voice div.contents{
  background-color:#fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position:relative;
  padding:1px 0 1rem 0;
  width:97%;
  margin:0 auto 25px auto;
}

#voice div.contents::before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  border: 16px solid transparent;
  border-top: 28px solid #fff;
}


/* voice_box */
#voice div.contents div.voice_box div.logo_wrap{
  width:90%;
  margin:1rem auto 0 auto;
  color:#00426B;
  font-weight:bold;
}

#voice div.contents div.voice_box div.logo_wrap img.logo{
  width:67px;
  height:22px;
  display:inline-block;
  vertical-align:middle;
}

#voice div.contents div.voice_box p.txt_1{
  width:90%;
  margin:0.5rem auto;
  font-size:1.2rem;
  line-height:120%;
}

#voice div.contents div.voice_box div.voice_box_inner{
  border:1px #00426B solid;
  width:87%;
  position:relative;
  margin:1rem 0 1rem 3rem;
  line-height:1;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.voice_box div.voice_box_inner{
    width:95%;
    margin:1rem auto;
  }
}


#voice div.contents div.voice_box_inner::before{
  width:66px;
  height:71px;
  content:"";
  background-repeat:no-repeat;
  background-position:center;
  background-size: 66px 71px;
  display:inline-block;
  vertical-align:middle;
  position: absolute;
  top: -6px;
  left:-24px;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.voice_box_inner::before{
    top: 16px;
    left:7px;
  }
}

#voice div.contents div.voice_box_inner.woman::before{ background-image:url(../image/voice/voice_thum_1.png); }
#voice div.contents div.voice_box_inner.man::before{ background-image:url(../image/voice/voice_thum_2.png); }

#voice div.contents div.voice_box div.voice_box_inner p.title{
  background-color:#00426B;
  color:#fff;
  font-size:1.2rem;
  padding:0.5rem 0 0.5rem 4.5rem;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.voice_box div.voice_box_inner p.title{
    padding:1rem 0 1rem 8rem;
    line-height:140%;
    font-size:1.1rem;
  }
}

#voice div.contents div.voice_box div.voice_box_inner div.content{
  display:flex;
  align-items: center;
  padding:0.5rem 0 0.5rem 4.5rem;
  color:#00426B;
  font-size:1rem;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.voice_box div.voice_box_inner div.content{
    padding:0.2rem 0 0.2rem 8rem;
  }
}

#voice div.contents div.voice_box div.voice_box_inner div.content p{
  margin:0;
  position:relative;
  bottom:-2px;
}

#voice div.contents div.voice_box div.voice_box_inner div.content img{
  width:98px;
  height:18px;
  display:inline-block;
  margin-left:5px;
}

#voice div.contents div.voice_box div.voice_box_inner div.content span.heebo{
  font-size:2.2rem;
  display:inline-block;
  vertical-align:middle;
  margin:0 2px;
  position:relative;
  top:-1px;
}

#voice div.contents div.voice_box p.txt_2{
  width:90%;
  margin:0.5rem auto;
  font-size:1.2rem;
  line-height:120%;
  color:#B20014;
}


/* cost */
#voice div.contents div.cost{
  display:flex;
  align-items: center;
  justify-content:center;
  background-color:#EFEFEF;
  border:1px #00426B solid;
  width:87%;
  margin:0 auto 2rem auto;
  padding:5px;
}

#voice div.contents div.cost p.title{
  background-color:#fff;
  padding:26px 0;
  font-size:16px;
  margin-right:5px;
  width: 160px;
  text-align: center;
}

#voice div.contents div.cost table{
  border-collapse: separate;
  border-spacing: 0.5rem;
}

#voice div.contents div.cost table th,
#voice div.contents div.cost table td{
  font-size:1.2rem;
  font-weight:normal;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.cost table th,
  #voice div.contents div.cost table td{
    font-size:1rem;
    font-weight:normal;
  }
}

#voice div.contents div.cost table th{
  background-color:#fff;
  border-radius:20px;
  padding:3px 8px;
}

#voice div.contents div.cost table td{
  text-align:center;
}

#voice div.contents div.cost table td.title{
  background-color:#fff;
  padding:0.5rem 0;
}

#voice div.contents div.cost img.costArrow{
  width:8px;
  height:11px;
  margin:0 1rem 0 0.5rem;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.cost img.costArrow{
    margin:0 0.7rem 0 0.2rem;
  }
}

#voice div.contents div.cost div.total{
  position:relative;
  bottom:-2px;
  width:145px;
}

#voice div.contents div.cost div.total p.txt_1{
  font-size:1.2rem;
  color:#181818;
}

#voice div.contents div.cost div.total p.txt_1 span.heebo{
  display:inline-block;
  vertical-align:middle;
  font-size: 2.2rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 140%;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.cost div.total p.txt_1 span.heebo{
    font-size: 1.8rem;
  }
}

#voice div.contents div.cost div.total p.txt_2{
  font-size:1.2rem;
}

#voice div.contents div.cost div.total p.txt_2::before{
  width:68px;
  height:18px;
  content:"";
  background-image:url(../image/voice/mikataLabel.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:68px 18px;
  display:inline-block;
  vertical-align:middle;
  margin:8px 5px 0 0;
  position:relative;
  top:-3px;
}

#voice div.contents div.cost div.total p.txt_2 span.heebo{
  font-size:3rem;
  display:inline-block;
  vertical-align:middle;
  margin:0 0.5rem;
  color:#B20014;
}



/* payCase */
#voice div.contents div.payCase{
  margin:2rem 0 0 0;
  overflow: hidden;
}

#voice div.contents div.payCase dl{
  width:95%;
  margin:20px auto;
}

#voice div.contents div.payCase dl dt{
  display:flex;
  align-items: center;
  border:1px #00426B solid;
  border-radius:3px;
  font-size:1.2rem;
  position:relative;
  margin:0 0 10px 0;
  cursor: pointer;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.payCase dl dt{
    display:block;
  }
}

#voice div.contents div.payCase dl dt.active{
  box-shadow:0 3px 0 #eee;
  background-color:#ffffee;
}

#voice div.contents div.payCase dl dt::after{
  width:13px;
  height:13px;
  content:"";
  background-image:url(../image/voice/voiceArrow.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:13px 13px;
  display:inline-block;
  position:absolute;
  right:10px;
  top:15px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

#voice div.contents div.payCase dl dt.active::after{
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition-duration:0.3s;
  -ms-transition-duration:0.3s;
  -webkit-transition-duration:0.3s;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.payCase dl dt::after{
    width:13px;
    height:13px;
    content:"";
    background-image:url(../image/voice/voiceArrow.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:13px 13px;
    display:inline-block;
    position:absolute;
    right:10px;
    top:33px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }

  #voice div.contents div.payCase dl dt.twoline::after{
    top:40px;
  }
}

#voice div.contents div.payCase dl dt span.title{
  background-color:#00426B;
  color:#fff;
  padding:20px 10px;
  margin-right:10px;
  font-weight:bold;
  width:130px;
  font-size:1.2rem;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.payCase dl dt span.title{
    padding:6px 10px;
    margin-right:0;
    width:auto;
    display:block;
  }
}

#voice div.contents div.payCase dl dt span.title::before{
  width:14px;
  height:14px;
  content:"";
  background-image:url(../image/voice/icon_voice.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:14px 14px;
  display:inline-block;
  vertical-align:middle;
  margin-right:5px;
  position:relative;
  top:-1px;
}

#voice div.contents div.payCase dl dt span.desc{
  flex:1;
  padding-right:3rem;
  line-height:130%;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.payCase dl dt span.desc{
    display:block;
    flex:none;
    padding:6px 3rem 6px 1rem;
    padding-right:3rem;
    line-height:130%;
  }
}


#voice div.contents div.payCase dl dd{
  display:none;
  background-color:#F7F8F8;
  margin:10px 0 30px 0;
  /* padding:1rem; */
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.payCase dl dd{
    padding:0.5rem;
  }
}

#voice div.contents div.payCase dl dd p.desc{
  font-size:1.2rem;
  line-height:140%;
}

#voice div.contents div.payCase dl dd div.exsample{
  display:flex;
  justify-content: space-between;
  margin:10px 0;
}

#voice div.contents div.payCase dl dd div.exsample div.myself{
  margin-right:5px;
}

#voice div.contents div.payCase dl dd div.exsample div.myself,
#voice div.contents div.payCase dl dd div.exsample div.mikata{
  background-color:#fff;
  padding:0.5rem;
  border-radius:5px;
  flex:1;
}

#voice div.contents div.payCase dl dd div.exsample div.myself{ border:1px #DCDDDD solid; }
#voice div.contents div.payCase dl dd div.exsample div.mikata{ border:1px #00426B solid; }

#voice div.contents div.payCase dl dd div.exsample div.myself p.title,
#voice div.contents div.payCase dl dd div.exsample div.mikata p.title{
  margin:0 0 0.5rem 0;
  font-size:1.2rem;
}

#voice div.contents div.payCase dl dd div.exsample div.myself p.title::before,
#voice div.contents div.payCase dl dd div.exsample div.mikata p.title::before{
  width:17px;
  height:17px;
  content:"";
  background-repeat:no-repeat;
  background-position:center;
  background-size:17px 17px;
  display:inline-block;
  vertical-align:middle;
  margin-right:2px;
}

#voice div.contents div.payCase dl dd div.exsample div.myself p.title::before{ background-image:url(../image/voice/icon_myself.png); }
#voice div.contents div.payCase dl dd div.exsample div.mikata p.title::before{ background-image:url(../image/voice/icon_mikata.png); }

#voice div.contents div.payCase dl dd div.exsample div.myself p.txt,
#voice div.contents div.payCase dl dd div.exsample div.mikata p.txt{
  font-size:1.2rem;
  line-height:140%;
  margin:0 0 10px 0;
}

#voice div.contents div.payCase dl dd div.exsample div.myself p.price span,
#voice div.contents div.payCase dl dd div.exsample div.mikata p.price span{
  display:block;
  text-align:center;
  margin:0.2rem 0;
}

#voice div.contents div.payCase dl dd div.exsample div.mikata p.others{
  text-align:right;
  color:#00426B;
  margin-top:3px;
}

#voice div.contents div.payCase dl dd div.exsample div.myself p.price span.heebo,
#voice div.contents div.payCase dl dd div.exsample div.mikata p.price span.heebo{
  font-size:2rem;
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.payCase dl dd div.exsample div.myself p.price span.heebo,
  #voice div.contents div.payCase dl dd div.exsample div.mikata p.price span.heebo{
    margin-right:2px;
  }
}

#voice div.contents div.payCase dl dd div.exsample div.mikata p.price{ color:#00426B; }

#voice div.contents div.payCase dl dd table{
  width:100%;
}

#voice div.contents div.payCase dl dd table td{
  border:1px #bfbfbf solid;
  padding:5px 0;
  font-size:1.2rem;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.payCase dl dd table td{
    font-size:1rem;
  }
}

#voice div.contents div.payCase dl dd table td.title_1{
  background-color:#00426B;
  color:#fff;
  text-align:center;
  vertical-align:middle;
  border:1px #bfbfbf solid;
}

#voice div.contents div.payCase dl dd table td.title_2{
  background-color:#5287A4;
  color:#fff;
  text-align:center;
}

#voice div.contents div.payCase dl dd table td.title_3{
  text-align:center;
}

#voice div.contents div.payCase dl dd table td.price{
  text-align:right;
  padding:0 2px;
}

#voice div.contents div.payCase dl dd div.result{
  display:flex;
  align-items: center;
  justify-content:center;
}

#voice div.contents div.payCase dl dd div.result p.price{
  border:1px #B20014 solid;
  color:#B20014;
  padding:8px 10px 4px 10px;
  margin-right:10px;
  background-color:#fff;
  text-align:center;
  width:60%;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.payCase dl dd div.result p.price{
    margin-right:5px;
    width:66%;
    padding:0.5rem 0;
  }
}

#voice div.contents div.payCase dl dd div.result p.baloon{
  color:#B20014;
}

#voice div.contents div.payCase dl dd div.result p.price span.heebo{
  margin:3px 0 0 0;
  font-size:2rem;
  display:inline-block;
  vertical-align:middle;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.payCase dl dd div.result p.price span.heebo{
    font-size:1.8rem;
  }
}

#voice div.contents div.payCase dl dd div.result p.price span.heebo::after{
  content:"円";
  display:inline-block;
  margin-left:3px;
  font-size:1rem;
  color:#181818;
}

#voice div.contents div.payCase dl dd div.result p.baloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 10px 20px;
  color: #181818;
  font-size: 1.2rem;
  background: #F3C109;
  border-radius:5px;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.payCase dl dd div.result p.baloon {
    font-size: 1.2rem;
    line-height:130%;
    padding:0.5rem 1rem;
  }
}

#voice div.contents div.payCase dl dd div.result p.baloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -18px;
  border: 18px solid transparent;
  border-right: 24px solid #F3C109;
}

#voice div.contents div.payCase dl dd ul.caution{
  margin:0;
}



/* maruyama */
#voice div.contents div.maruyama{
  width:95%;
  margin:9rem auto 0px auto;
  padding:1rem;
  border:3px #00426B solid;
  box-sizing: border-box;
}

#voice div.contents div.maruyama p.title{
  background-color: #fff;
  position: relative;
  top: -2rem;
  text-align: right;
  font-size: 1.5rem;
  font-weight: bold;
  color: #00426B;
  padding: 0 1rem 0 0;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.maruyama p.title{
    font-size: 1.4rem;
    padding: 0 1rem 0 0;
  }
}

#voice div.contents div.maruyama p.topTxt,
#voice div.contents div.maruyama p.txt{
  font-size:1.2rem;
  line-height:140%;
  margin:10px 0;
}

#voice div.contents div.maruyama p.topTxt span,
#voice div.contents div.maruyama p.txt span{
  color:#B20014;
  font-size:1.6rem;
  font-weight:bold;
}

#voice div.contents div.maruyama p.topTxt{
  padding:0 0 0 0;
  position:relative;
}

#voice div.contents div.maruyama p.topTxt::before{
  width:217px;
  height:99px;
  content:"";
  background-image:url(../image/voice/maruyama.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:217px 99px;
  display:inline-block;
  position: absolute;
  top: -108px;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.maruyama p.topTxt::before{
    top: -117px;
  }
}


#voice div.contents div.maruyama div.movie div.left{
  margin-right:10px;
}

#voice div.contents div.maruyama div.movie iframe{
  width:320px;
  height:180px;
  margin:0 auto;
  display:block;
}

/* iphone5s/SE,android用 */
@media screen and (max-width: 374px) {
  #voice div.contents div.maruyama div.movie iframe{
    width:256px;
    height:144px;
    margin:0 auto;
    display:block;
  }
}















