@charset "UTF-8";
/* ==================================================
    VoiceDetail お客様の声詳細
   ================================================== */
/* お客様の声
  ---------------------- */

.Episodes {
  position: relative;
  margin-top: 151px;
  padding: 79px 60px 60px;
  background: #F3F6F9;
}
.Episodes__ttl {
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
  width: 605px;
}
.Episodes__catch {
  color: #002E5D;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  text-align: center;
}
.Episodes__message {
  padding-bottom: 1px;
  line-height: 31px;
  background: url(/image/voice/entry/line_voiceEntry_episodes.png) repeat 0 0;
  background-size: 1px auto;
}
.Episodes__message strong {
  font-weight: bold;
}

.SpecialPresent {
  position: relative;
  margin-top: 66px;
  padding: 80px 51px 30px;
  background: #E4EEFA;
  border-radius: 10px;
}
.SpecialPresent__ttl {
  width: 468px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.SpecialPresent__boxImg {
  margin: 0 auto;
  width: 497px;
}
.SpecialPresent__btn {
  margin: 60px auto 0;
}

.VoiceEntryTop .CateDetail__kvInner {
  border-radius: 0;
  padding-top: 33.4375%;
}

/* 幸せなお客様の声応募フォーム
---------------------- */
.VoiceEntryNew__relation {
  display: none;
}
.VoiceEntryNew__relation.-show {
  display: block;
}

.VoiceEntryNew .Ttl {
  margin-bottom: 60px;
}

.VoiceEntryNew__form {
  display: none;
}
.VoiceEntryNew__form.-show {
  display: block;
}

.VoiceEntryNew__confirm .ContactAdd__item:not(:first-child):not(.-show) {
  border: none;
  padding: 0;
}
.VoiceEntryNew__confirm .ContactAdd__itemBody {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .VoiceEntryTop__container {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .Episodes {
    border-radius: 10px;
  }
  .Episodes__catch {
    line-height: 1.7;
  }
  .Episodes .ly_Col__item.-img {
    max-width: 240px;
    width: 240px;
  }
  .Episodes .ly_Col__item.-cont {
    width: calc(100% - 280px);
  }
  .SpecialPresent {
    background-image: url("/image/voice/entry/bg_voiceEntry_episodes_pc.png");
    background-size: 100%;
    background-position: 50%;
  }
  .SpecialPresent .spOnly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .Episodes {
    margin: 70px 0;
    padding: 38px 20px 60px;
  }
  .Episodes__ttl {
    top: -29px;
    width: 283px;
  }
  .Episodes__catch {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
  .Episodes .ly_Col > .ly_Col__item + .ly_Col__item {
    margin-top: 20px;
  }
  .Episodes .ly_Col__item.-img {
    margin-left: auto;
    margin-right: auto;
    max-width: 160px;
    width: 160px;
  }
  .SpecialPresent {
    margin-top: 51px;
    padding: 65px 28px 24px;
  }
  .SpecialPresent__ttl {
    width: calc(100% - 56px);
    max-width: 273px;
  }
  .SpecialPresent__boxImg {
    width: 100%;
    max-width: 280px;
  }
  .SpecialPresent__btn {
    margin-top: 40px;
  }
  .VoiceEntryTop .CateDetail__kv {
    margin-top: 40px;
  }
  .VoiceEntryNew .Ttl {
    margin-bottom: 44px;
  }
}