@charset "utf-8";
/* =================================================
* inquiry common style
* ================================================*/
/*----------------------
header
------------------------*/
.wp__header {
  background: none;
  padding: 10px 0 20px;
  min-height: initial;
}
.wp__header-image {
  width: 240px;
  margin-right: 0;
}
/*----------------------
contents
------------------------*/
.wp__heading-xl {
  color: #333;
  font-size: 150%;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.wp__heading-xl-sub {
  display: block;
  background: #ed7700;
  padding: 12px 8px;
  font-size: 80%;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  max-width: 420px;
  margin: 0 auto 30px;
  position: relative;
  letter-spacing: 0.05em;
}
.wp__heading-l {
  font-size: 190%;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.wp__heading-l-sub {
  display: block;
  font-size: 80%;
  margin-bottom: 10px;
  color: #f39800;
  letter-spacing: 0.05em;
  position: relative;
}
.wp__heading-l-sub::before, 
.wp__heading-l-sub::after {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 22px;
  height: 2px;
  background-color: #f39800;
  vertical-align: 0.2em;
}
.wp__heading-l-sub::before {
  transform: rotate(60deg);
}
.wp__heading-l-sub::after {
  transform: rotate(-60deg);
}
.wp__heading-xl-sub::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ed7700;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
}
.wp__text {
  width: 95%;
  margin: 0 auto;
  line-height: 1.7;
}
/* inquiry-document-sp-slider */
.slick-prev {
  left: -20px;
}
.slick-next {
  right: -20px;
}
/*----------------------------------------------------
for mobile
------------------------------------------------------*/
@media (max-width: 768px) {
  /* =================================================
  * inquiry common style
  * ================================================*/
  /*----------------------
  header
  ------------------------*/
  .wp__header {
    padding: 10px 10px 20px;
  }
  .wp__header-image {
    width: 200px;
  }
  /*----------------------
  contents
  ------------------------*/
  .wp__heading-xl {
    font-size: 200%;
  }
  .wp__heading-l {
    font-size: 150%;
  }
  .wp__heading-l-sub {
    font-size: 70%;
  }
  .wp__heading-l-sub::before,
  .wp__heading-l-sub::after {
    width: 12px;
  }
  /* inquiry-document-sp-slider */
  .js_slider {
    display: block;
    margin: 0 auto;
    width: 70%;
  }
  .slick-prev {
    left: -50px;
  }
  .slick-next {
    right: -50px;
  }
}
