.c_pageTtl {
  background-image: url("../../img/pages/voice/bg_page-ttl.jpg");
}

.p_sec1 {
  position: relative;
  background: url("../../img/pages/voice/bg_sec1.png") left top/100% auto no-repeat;
  padding-top: 86px;
  padding-bottom: 88px;
  margin-top: -17px;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .p_sec1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.p_sec1__voice {
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.p_sec1__voice__img img {
  width: 100%;
  height: auto;
}

.p_sec1__voice__txt {
  padding-left: 80px;
}

.p_sec2 {
  background: url("../../img/pages/voice/bg_sec2.png") left top no-repeat;
  padding-top: 160px;
  padding-bottom: 108px;
}

.p_sec2__voice {
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .p_sec2__voice {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.p_sec2__voice__img {
  padding-left: 80px;
}

.p_sec2__voice__img img {
  width: 100%;
  height: auto;
}

.p_que {
  background: url("../../img/pages/voice/bg_que.jpg") left top/cover no-repeat;
  padding-top: 66px;
  padding-bottom: 90px;
}

.p_que__queList {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.p_que__queList__ttl {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 60px;
}

.p_que__queList__ttl:first-child {
  margin-top: 0;
}

.p_que__queList__ans {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 8px solid #f5faff;
  background: #fff;
  box-shadow: 0px 22px 80px 0px rgba(49, 49, 49, 0.3);
  padding: 40px;
}

.p_que__queList__ans__ttl {
  width: 465px;
  text-indent: -1em;
  font-size: 19px;
  line-height: 36px;
  font-weight: bold;
  padding-left: 75px;
  background: url("../../img/pages/voice/ico_voice.png") left center no-repeat;
}

.p_que__queList__ans__txtWrap {
  width: 340px;
  margin-left: 30px;
}

.p_que__queList__ans__txtWrap__txt {
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
}

.p_que__queList__ans__txtWrap__txt:first-child {
  margin-top: 0;
}

.p_que__queList__ans > hr {
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  border: none;
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: 45px;
}

.p_last {
  width: 100%;
  min-height: 332px;
  background: url("../../img/pages/voice/bg_last.png") center bottom no-repeat;
  padding-top: 120px;
  padding-bottom: 100px;
}

.p_last__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 80px;
  font-size: 16px;
  color: #fff;
  border-radius: 40px;
  background: url("../../img/pages/voice/ico_last_arrow.png") 90% center no-repeat #1376c5;
  margin-left: auto;
  margin-right: auto;
}

.p_last__btn a:hover {
  opacity: .7;
}

/*# sourceMappingURL=../../../../sourcemaps/assets/css/pages/voice.css.map */
