/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_faq
====================================================================== */
.p_faq .l_main_visual {
  background: url(../img/p_voice/mvbg.png);
  background-size: cover;
  background-position: center center;
}
.p_faq .l_main_visual h1 {
  padding: 150px 0 160px;
  font-size: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_faq .l_main_visual h1 {
    padding: 90px 0 80px;
    font-size: 35px;
  }
}
.p_faq .l_breadcrumbs {
  padding: 5px 15px;
}
.p_faq .sec01 {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .p_faq .sec01 {
    padding: 40px 0 0;
  }
}
.p_faq .sec01 .faqttlwrap {
  margin: 100px 0 0;
  background: url(../img/p_faq/ttlbg.png);
  background-size: cover;
  padding: 80px 0 40px;
}
@media screen and (max-width: 768px) {
  .p_faq .sec01 .faqttlwrap {
    margin: 40px 0 0;
    padding: 30px 20px 40px;
  }
}
.p_faq .sec01 .faqttlwrap__inner {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_faq .sec01 .faqttlwrap__inner {
    width: 100%;
  }
}
.p_faq .sec01 .faqttlwrap__inner > p {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p_faq .sec01 .faqttlwrap__inner > p:not(:first-of-type) {
    margin: 35px 0 0;
  }
}
.p_faq .sec01 .faqttlwrap__inner .lists {
  margin: 20px 0 40px;
}
@media screen and (max-width: 768px) {
  .p_faq .sec01 .faqttlwrap__inner .lists {
    margin: 20px 0 0;
  }
}
.p_faq .sec01 .faqttlwrap__inner .lists .list:not(:first-child) {
  margin: 15px 0 0;
}
.p_faq .sec01 .faqttlwrap__inner .lists .list .txt a {
  font-size: 14px;
  color: #0077FF;
  text-decoration: underline;
  position: relative;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p_faq .sec01 .faqttlwrap__inner .lists .list .txt a {
    display: inline-block;
    line-height: 1.3;
  }
}
.p_faq .sec01 .faqttlwrap__inner .lists .list .txt a:hover {
  text-decoration: none;
}
.p_faq .sec01 .faqttlwrap__inner .lists .list .txt a:before {
  position: absolute;
  content: "";
  background: url(../img/p_faq/q.png);
  background-size: cover;
  width: 22px;
  height: 23px;
  top: 0;
  left: 0;
}
.p_faq .sec02 {
  margin: 0 0 100px;
}
.p_faq .sec02 h2 {
  margin: 100px 0 0;
  background: #1D2846;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: linear-gradient(90deg, #ffffff 0%, #1d2846 10%, #1d2846 90%, #ffffff 100%);
}
@media screen and (max-width: 768px) {
  .p_faq .sec02 h2 {
    margin: 80px 0 0;
  }
}
.p_faq .sec02 .lists {
  width: 960px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .p_faq .sec02 .lists {
    width: 100%;
    padding: 0 20px;
  }
}
.p_faq .sec02 .lists .list {
  padding: 0 30px;
  border: solid #E1DFD9 3px;
}
@media screen and (max-width: 768px) {
  .p_faq .sec02 .lists .list {
    padding: 0 20px;
  }
}
.p_faq .sec02 .lists .list:not(:first-child) {
  margin: 15px 0 0;
}
.p_faq .sec02 .lists .list .ttl {
  font-size: 14px;
  position: relative;
  padding: 10px 0 10px 30px;
}
.p_faq .sec02 .lists .list .ttl:hover {
  text-decoration: none;
}
.p_faq .sec02 .lists .list .ttl:before {
  position: absolute;
  content: "";
  background: url(../img/p_faq/q.png);
  background-size: cover;
  width: 22px;
  height: 23px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p_faq .sec02 .lists .list .txt {
  border-top: 1px solid #707070;
  font-size: 14px;
  position: relative;
  padding: 10px 0 10px 30px;
  line-height: 1.5;
}
.p_faq .sec02 .lists .list .txt:hover {
  text-decoration: none;
}
.p_faq .sec02 .lists .list .txt:before {
  position: absolute;
  content: "";
  background: url(../img/p_faq/a.png);
  background-size: cover;
  width: 22px;
  height: 23px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p_faq .sec02 .lists .list .txt:before {
    top: 21px;
  }
}
.p_faq .c_cv {
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .p_faq .c_cv {
    margin: 0 auto 40px;
  }
}

/*# sourceMappingURL=p_faq.css.map */
