@charset "utf-8";
/* CSS Document */
/* voice.css */
.title--voice {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1100px;
}
.title--voice title {
  background: #f2fae6;
}
.title--voice .title__box {
  background: none;
  text-align: center;
}
.title--voice span {
  line-height: 1.5em;
}
.title__voiceimg--01 {
  display: block;
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: 11;
  width: 19.2%;
  max-width: 192px;
}
.title__voiceimg--02 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 12%;
  z-index: 11;
  width: 16.4%;
  max-width: 164px;
}

.voice__message {
  color: #4d4d4e;
  display: block;
  font-size: 1.14em;
  line-height: 1.68em;
  margin: 0 auto 1em;
  width: 92%;
  max-width: 940px;
}
.voice__message p {
  margin: 0 auto;
  text-align: justify;
}
.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  width: 96.25%;
  margin: 0 auto;
  max-width: 1020px;
}
.voice__listitem {
  width: calc(50% - 20px);
  margin: 10px 10px;
}
.voice__listitem img {
  display: block;
  margin: 0 auto;
}

.cloud__box {
  background: url(img/voice_head_bg.png) no-repeat top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  box-sizing: border-box;
  padding-top: 20%;
}
.cloud__box .cloud__title {
  box-sizing: border-box;
  display: block;
  margin: 0 auto -1em;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-right: 3.7%;
  text-align: center;
}






/*---------------------------------------------------*/

@media screen and (min-width:750px){
    .cloud__box {
    background-color: #e6f2f7;
    background-image: url(img/sq_bg_sky.svg),url(img/sq_bg_pc_01.png);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 100% 148px, auto auto;
    background-size: 100% 148px, auto auto;
    padding-top: 20px;
    padding-bottom: 0px;
    z-index: 1;
    position: relative;
  }  
  .cloud__box .cloud__title {
    z-index: 3;
    position: relative;
  }
  .voice__message {
    max-width: 100%;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    margin: -20px auto 0px;
    padding-bottom: 60px;
    width: 100%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 27%, rgba(255,255,255,0) 86%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 27%, rgba(255,255,255,0) 86%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 27%, rgba(255,255,255,0) 86%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  }  
.voice__message p {
 font-size: 20px;
  line-height: 42px;
  max-width: 940px;
  width: 92%;
}
  .voice__listitem {
    width: calc(33.33% - 20px);
    margin: 20px 10px;
    text-align: center;
  }
}

/* detail ----------------------------*/
.voicedetail__listitem {
  margin: 0 auto 2em;
}
.content .voicedetail__slider.owl-carousel .owl-nav button.owl-prev {
  font-size: .7em;
}
.content .voicedetail__slider.owl-carousel .owl-nav button.owl-next {
  font-size: .7em;
}
.voicedetail__att {
  display: block;
  margin: 0 auto .5em;
  max-width: 88%;
  text-align: right;
  font-size: .71em;
  line-height: 1.5em;
}

/*---------------------------------------------------*/

@media screen and (min-width:750px){
  .voicedetail__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    width: 100%;
    max-width: 1060px;
    margin: 50px auto;
  }
  .voicedetail__listitem {
    width: calc(50% - 40px);
    max-width: 480px;
  }
  .voicedetail__att {
    text-align: center;
    font-size: 14px;
  }
  
.content .voicedetail__slider.owl-carousel .owl-nav button.owl-prev {
  font-size: .7em;
  top: 50%;
  left: 6%;
  width: 3em;
  height: 3em;
  overflow: hidden;
  border-radius: 3em;
  -webkit-background-size: auto 120%;
  background-size: auto 120%;
  background-position: 70% 50%;
  }
.content .voicedetail__slider.owl-carousel .owl-nav button.owl-next {
  font-size: .7em;
  top: 50%;
  right: 6%;
  width: 3em;
  height: 3em;
  overflow: hidden;
  border-radius: 3em;
  -webkit-background-size: auto 120%;
  background-size: auto 120%;
  background-position: 30% 50%;
  }
}