/* voice layout */
#page_voice {
  padding-top: 45px;
  box-sizing: border-box;
  font-size: 62.5%;
}
#page_voice *,
#page_voice *:before,
#page_voice *:after {
  box-sizing: inherit;
}
#page_voice a:hover {
  text-decoration: none;
}
#page_voice .hide_sp {
  display: initial;
}
#page_voice .hide_pc {
  display: none;
}
#page_voice .voice_wrap {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
#page_voice .voice_headline {
  margin-bottom: 60px;
  padding-top: 12px;
  padding-left: 95px;
  padding-bottom: 5px;
  font-family: NOTOSANSCJKJP-MEDIUM;
  font-size: 2.4rem;
  color: #000;
  background: url(../../img/voice/hocoroco_voice_icon.svg) no-repeat 18px center;
  background-size: 64px 55px;
}
#page_voice .voice_blog {
  position: relative;
  margin-top: 165px;
  background: #CAEDDD;
  padding: 0 0 105px;
}
#page_voice .voice_bnr {
  position: relative;
  top: -140px;
  margin-bottom: -45px;
}
#page_voice .voice_bnr img {
  width: 100%;
}
#page_voice .voice_bnr .voice_title {
  position: absolute;
  font-family: NOTOSANSCJKJP-REGULAR;
  font-size: 3.5vw;
  color: #FF891F;
  right: 0;
  top: -20px;
  line-height: 1;
}
#page_voice .voice_list {
  margin-bottom: 60px;
  *zoom: 1;
}
#page_voice .voice_list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#page_voice .voice_list li {
  float: left;
  width: 50%;
  padding-right: 2.9166666667%;
  padding-left: 2.9166666667%;
  margin-bottom: 85px;
}
#page_voice .voice_list .voice_inner {
  position: relative;
  padding: 30px 40px 40px;
  padding-right: 6.6666666667%;
  padding-left: 6.6666666667%;
  border: 3px solid #62AF94;
  border-radius: 20px;
  background: #fff;
  border-style:dashed;
}
#page_voice .voice_list .date {
  display: block;
  margin-bottom: 25px;
  line-height: 1;
  color: #FF891F;
  font-size: 2rem;
  font-family: NOTOSANSCJKJP-BOLD;
}
#page_voice .voice_list p {
  color: #000;
  font-size: 2rem;
  font-family: NOTOSANSCJKJP-BOLD;
}
#page_voice .voice_list .voice_btn {
  position: absolute;
  /* left: 50%; */
  /* bottom: -21px; */
  right: -10%;
  bottom:0;
  width: 152px;
  padding: 7px 0;
  font-size: 1.8rem;
  /* color: #fff; */
  color: #72bda4;
  font-weight:bold;
  cursor: pointer;
  /* background: #FF891F; */
  text-align: center;
  transform: translateX(-50%);
}
#page_voice .voice_list .voice_btn:after {
  content: '';
  display: inline-block;
  /* width: 10px;
  height: 14px;
  margin-left: 24px; */
  width: 12px;
  height: 15px;
  margin-left: 15px;
  /* background: url(../../img/voice/hocoroco_voice_arrow.svg) no-repeat center; */
  background: url(../../img/voice/hocoroco_voice_arrow2.svg) no-repeat center;
  background-size: contain;
}
#page_voice .voice_btn_link {
  display: table;
  margin: 0 auto;
  font-family: NOTOSANSCJKJP-MEDIUM;
  font-size: 2.5rem;
  background: #FF891F;
}
#page_voice .voice_btn_link a {
  display: block;
  padding: 35px 30px;
  color: #fff;
  line-height: 1;
}
#page_voice .voice_popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  overflow-y: scroll;
}
#page_voice .voice_popup .inner_popup {
  width: 95%;
  max-width: 900px;
  margin: 30px auto;
  position: relative;
  padding: 40px 0;
  background: #EFF7E2;
  border-radius: 27px;
  z-index: 999;
}
#page_voice .voice_popup .close_btn {
  width: 55px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
#page_voice .voice_popup .voice_user {
  width: 28.0821917808%;
  padding-left: 8.2191780822%;
  padding-right: 4.1095890411%;
  display: table-cell;
  vertical-align: middle;
}
#page_voice .voice_popup .voice_sms {
  border: 3px solid #62AF94;
  border-radius: 27px;
  width: 72.602739726%;
  background: #fff;
  padding: 25px 0 45px;
  padding-left: 6.8493150685%;
  padding-right: 6.8493150685%;
  display: table-cell;
  position: relative;
}
#page_voice .voice_popup .voice_sms:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 45px solid #fff;
}
#page_voice .voice_popup .voice_sms:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: -49px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 49px solid transparent;
  border-bottom: 49px solid transparent;
  border-left: 49px solid #62AF94;
}
#page_voice .voice_popup .voice_sms p {
  font-size: 1.8rem;
  font-family: NOTOSANSCJKJP-REGULAR;
}
#page_voice .voice_popup .voice_row {
  padding-right: 8.8888888889%;
  padding-left: 8.8888888889%;
  display: table;
  width: 100%;
  margin-bottom: 25px;
  *zoom: 1;
}
#page_voice .voice_popup .voice_row:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#page_voice .voice_popup .voice_replay .voice_sms {
  padding: 55px 0 30px;
  padding-left: 4.1095890411%;
  padding-right: 4.1095890411%;
}
#page_voice .voice_popup .voice_replay .voice_sms:after {
  left: -45px;
  border-right: 45px solid #fff;
  border-left: none;
}
#page_voice .voice_popup .voice_replay .voice_sms:before {
  left: -49px;
  border-right: 49px solid #62AF94;
  border-left: none;
}
#page_voice .voice_popup .voice_replay .voice_user {
  padding-right: 8.2191780822%;
  padding-left: 4.1095890411%;
}
#page_voice .voice_popup .voice_replay .voice_subject {
  padding: 15px 35px;
  font-size: 2rem;
  display: table;
  background: #57967E;
  color: #fff;
  position: absolute;
  top: -10px;
  left: -3px;
  line-height: 1;
}
#page_voice .voice_popup .voice_contact {
  padding: 15px 30px;
  display: table;
  margin: 0 auto;
  background: #fff;
}
#page_voice .voice_popup .voice_contact p {
  margin-bottom: 10px;
  font-size: 2rem;
  color: #000;
  font-family: NOTOSANSCJKJP-BOLD;
}
#page_voice .voice_popup .voice_contact .voice_tel {
  padding-left: 45px;
  margin-bottom: 20px;
  background: url(../../img/voice/hocoroco_voice_tel_icon.svg) no-repeat left 12px;
  background-size: 30px auto;
  font-family: NOTOSANSCJKJP-MEDIUM;
}
#page_voice .voice_popup .voice_contact .voice_tel .tel_num {
  font-size: 2.5rem;
  color: #FF0000;
}
#page_voice .voice_popup .voice_contact .voice_tel .voice_time {
  font-size: 1.6rem;
  color: #000;
  display: block;
}
#page_voice .voice_popup .voice_contact .voice_contact_btn {
  padding-left: 45px;
  font-family: NOTOSANSCJKJP-BOLD;
  font-size: 2rem;
  background: url(../../img/voice/hocoroco_voice_pen_icon.svg) no-repeat left top;
  background-size: contain;
}
#page_voice .voice_popup .voice_contact .voice_contact_btn:after {
  display: inline-block;
  margin-left: 11px;
  content: '';
  width: 0;
  height: 0;
  vertical-align: -7px;
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #57967E;
}
#page_voice .voice_popup .voice_contact .voice_contact_btn a {
  color: #57967E;
}
#page_voice .voice_popup .voice_contact .voice_contact_list {
  display: table;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #page_voice {
    margin-bottom: -130px;
  }
}
@media (max-width: 767px) {
  #page_voice {
    padding-top: 45px;
  }
  #page_voice .hide_sp {
    display: none;
  }
  #page_voice .hide_pc {
    display: initial;
  }
  #page_voice .voice_wrap {
    padding: 0;
  }
  #page_voice .voice_headline {
    margin: 0 15px 30px;
    padding-top: 12px;
    /* padding-left: 40px; */
    padding-left: 11vw;
    padding-bottom: 0;
    /* font-size: 1.2rem; */
    font-size: 3.75vw;
    background: url(../../img/voice/hocoroco_voice_icon.svg) no-repeat left center;
    background-size: contain;
  }
  #page_voice .voice_bnr {
    top: 0;
    margin-bottom: 25px;
  }
  #page_voice .voice_bnr .voice_title {
    right: 6vw;
    top: 6.4vw;
    font-size: 4.375vw;
  }
  #page_voice .voice_blog {
    margin-top: 0;
    padding-bottom: 1px;
  }
  #page_voice .voice_list {
    margin-bottom: 60px;
  }
  #page_voice .voice_list li {
    float: none;
    width: 100%;
    padding-right: 7.8125%;
    padding-left: 7.8125%;
    margin-bottom: 40px;
  }
  #page_voice .voice_list p {
    font-size: 1rem;
    font-size: 3.125vw;
  }
  #page_voice .voice_list .date {
    font-size: 1rem;
    font-size: 3.125vw;
    margin-bottom: 12px;
  }
  #page_voice .voice_list .voice_btn {
    width: auto;
    display: table;
    font-size: 0.9rem;
    font-size: 2.8125vw;
    /*bottom: -3.2vw;*/
    padding: 1vw 15px 1vw 10px;
  }
  #page_voice .voice_list .voice_btn:after {
    width: 2vw;
    height: 2.5vw;
    margin-left: 2vw;
    position: relative;
    top: 0.4vw;
  }
  #page_voice .voice_list .voice_inner {
    padding: 4.5vw 20px 8vw 12px;
    padding-left: 6.25%;
    border-radius: 20px;
    border: 2px solid #62AF94;
  }
  #page_voice .voice_popup .close_btn {
    width: 25px;
  }
  #page_voice .voice_popup .inner_popup {
    border-radius: 13px;
  }
  #page_voice .voice_popup .voice_row {
    padding-right: 4.6875%;
    padding-left: 4.6875%;
  }
  #page_voice .voice_popup .voice_sms {
    border: 2px solid #62AF94;
    padding: 4vw 0;
    padding-left: 6.25%;
    padding-right: 6.25%;
    border-radius: 15px;
  }
  #page_voice .voice_popup .voice_sms:before {
    right: -25px;
    transform: translateY(-50%);
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #62AF94;
  }
  #page_voice .voice_popup .voice_sms:after {
    right: -22px;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #fff;
  }
  #page_voice .voice_popup .voice_sms p {
    font-size: 2.8125vw;
  }
  #page_voice .voice_popup .voice_replay .voice_subject {
    font-size: 3.125vw;
    padding: 0 25px;
    line-height: 1.9;
  }
  #page_voice .voice_popup .voice_replay .voice_sms {
    padding: 6vw 0 4vw;
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
  #page_voice .voice_popup .voice_replay .voice_sms:before {
    left: -25px;
    border-right: 24px solid #62AF94;
  }
  #page_voice .voice_popup .voice_replay .voice_sms:after {
    left: -22px;
    border-right: 22px solid #fff;
  }
  #page_voice .voice_popup .voice_contact {
    text-align: center;
    padding: 8px 12px;
    width: 90.62482%;
  }
  #page_voice .voice_popup .voice_contact p {
    font-size: 3.125vw;
    font-weight: bold;
  }
  #page_voice .voice_popup .voice_contact .voice_tel {
    text-align: left;
    padding-left: 8vw;
    margin-bottom: 10px;
    background: url(../../img/voice/hocoroco_voice_tel_icon.svg) no-repeat left top;
    background-size: 6vw 100%;
  }
  #page_voice .voice_popup .voice_contact .voice_tel .tel_num {
    font-size: 3.90625vw;
    font-weight: bold;
  }
  #page_voice .voice_popup .voice_contact .voice_tel .voice_time {
    font-size: 2.5vw;
    font-weight: bold;
  }
  #page_voice .voice_popup .voice_contact .voice_contact_btn {
    padding-left: 4.2vw;
    background: url(../../img/voice/hocoroco_voice_pen_icon.svg) no-repeat left top;
    background-size: 5.5vw 100%;
    font-size: 3.125vw;
    font-weight: bold;
  }
  #page_voice .voice_popup .voice_contact .voice_contact_btn:after {
    vertical-align: -7px;
    margin-left: 5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #57967E;
  }
  #page_voice .voice_btn_link {
    display: none;
  }
}
