@charset "utf-8";
/* --------------------------------------------------
/* CSS Document by Rakus
/* for only /inquiry/document/ page.
/* --------------------------------------------------*/
body:not(.top) .ly_header{
  position: relative;
  border-bottom: none;
  transition: none;
  box-shadow: none;
}
.ly_header{
  display: block;
}
.m_header{
  grid: initial;
  padding: 0;
}
.m_header__heading-xl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 140px;
  font-size: 32px;
  background: #fff7e8;
}
.m_inquiry-form__left{
  position: relative;
}
.m_header__heading-xl img{
  max-width: 220px;
  height: auto;
}
.m_header__heading-xl span{
  color: var(--primary-700);
  font-weight: bold;
}
.m_inquiry-form__wrap {
  display: grid;
  grid-template-columns: 1fr max(408px);
  gap: 0 50px;
}
.m_inquiry-form-pdf__text {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
}
.m_inquiry-form-pdf__point {
  border-radius: 10px;
  padding: 30px 8%;
  border: 3px solid #e6e6e6;
}
.m_inquiry-form-pdf__heading-m{
  margin: 0 auto 10px;
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-700);
}
.m_inquiry-form-pdf__point-list {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
}
.m_inquiry-form-pdf__point-item {
  padding-left: 12px;
  position: relative;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.5;
  width: 100%;
  font-size: 14px;
}
.m_inquiry-form-pdf__point-item::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e6e6e6;
  position: absolute;
  top: 0.55em;
  left: 0;
}
.m_inquiry-form__notice {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.3;
}
.m_inquiry-form__heading-l {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #f39800;
  line-height: 1.5;
}
.m_inquiry-form-pdf__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  width: 100%;
}
.m_inquiry-form-pdf__item {
  position: relative;
  width: 266px;
  height: 141px;
}
.common-inquiry_inquiry__text {
  font-size: 16px;
  text-align: center;
}
/* topic area */
.inquiry-document-topic {
  display: flex;
  position: relative;
  background: #fff7e8;
  padding: 30px 15px;
  border-radius: 15px;
  margin: 0 0 30px;
  @media (max-width: 600px) {
    display: block;
    padding: 20px 15px;
  }
}
.inquiry-document-topic__label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  top: -20px;
  left: -15px;
  background: #f39800;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  @media (max-width: 600px) {
    width: 55px;
    height: 55px;
    font-size: 15px;
  }
}
.inquiry-document-topic__box {
  padding: 0 0 0 50px;
  @media (max-width: 600px) {
    padding: 0 0 0 30px;
  }
}
.inquiry-document-topic__heading-m {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  padding: 0 0 20px;
}
.inquiry-document-topic__heading--primary {
  color: #f39800;
}
.inquiry-document-topic__text {
  font-size: 15px;
  line-height: 1.5;
}
.inquiry-document-topic__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: auto;
  padding: 0 0 0 15px;
  @media (max-width: 600px) {
    display: none;
  }
}
.m_inquiry-form-pdf__figcaption {
  display: none;
}
.footer-form-copyright__text{
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.ly_inquiry-form {
  padding-top: 40px;
  padding-bottom: 60px;
}
/*----------------------------------------------------
for mobile
------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .ly_inquiry-form {
      padding-bottom: 40px;
  }
}
@media (max-width: 1100px) {
  .m_inquiry-form-pdf__list {
    justify-content: center;
  }
  .m_inquiry-form-pdf__item {
    width: 45%;
    height: auto;
  }
}

@media (max-width: 820px) {
  .m_inquiry-form__heading-l{
    width: 100%;
  }
  .m_header__heading-xl{
    min-height: 50px;
    justify-content: flex-start;
    padding-left: 30px;
  }
  .m_header__heading-xl span{
    display: none;
  }
  .m_header__heading-xl img {
    max-width:160px;
  }
  .m_inquiry-form-pdf__figcaption {
    display: block;
    padding: 5px 0 0;
    text-align: center;
    font-size: 14px;
  }
  .m_inquiry-form__wrap {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
  }
  .inquiry-document__heading-l {
    text-align: center;
    padding-bottom: 15px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 1.3rem;
    color: #f39800;
    border-bottom: none;
  }
  .inquiry-document_wrap {
    position: relative;
  }
  .inquiry-document__heading-l {
    text-align: center;
    padding-bottom: 15px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 1.3rem;
    color: #f39800;
    border-bottom: none;
  }
  .m_inquiry-form-pdf__image{
    max-width: 450px;
    margin: 0 auto;
  }
  /* inquiry-document-sp-slider */
  .js_slider {
    display: block;
    margin: 0 auto;
    width: 70%;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    top: 45%;
    display: block;
    padding: 0;
    border: none;
    font-size: 0;
    line-height: 0;
    outline: none;
    background: transparent;
  }
  .slick-prev {
    left: -50px;
    width: 30px;
    height: 30px;
    border-top: 4px solid #f39800;
    border-left: 4px solid #f39800;
    transform: rotate(-45deg);
  }
  .slick-next {
    right: -50px;
    width: 30px;
    height: 30px;
    border-top: 4px solid #f39800;
    border-right: 4px solid #f39800;
    transform: rotate(45deg);
  }
  .slick-autoplay {
    display: block;
    position: absolute;
    bottom: -5px;
    right: calc(50% - 57px);
    transform: translateX(50%);
    padding-bottom: 0;
  }
  .slick-autoplay__button {
    width: 21px;
    height: 21px;
    border: none;
    display: block;
  }
  .js_slick-autoplay-start {
    background: url(/asset/image/inquiry/icon_slick-start.svg) no-repeat center center;
    background-size: cover;
  }
  .js_slick-autoplay-stop {
    background: url(/asset/image/inquiry/icon_slick-stop.svg) no-repeat center center;
    background-size: cover;
  }
  .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #f39800;
    margin: 0 5px;
    cursor: pointer;
  }
  .slick-dots li.slick-active {
    background: #f39800;
  }
  .slick-dots button {
    display: none;
  }
  /* footer */
  .copyright {
    position: relative;
    bottom: auto;
  }
  /*----------------------
  header
  ------------------------*/
  /* header title */
  .inquiry-document__header-title {
    justify-content: flex-start;
    padding: 0 5%;
  }
  .inquiry-document__header {
    height: auto;
    padding: 15px 0;
    min-height: initial;
  }
  .inquiry-document__header-image {
    width: 160px;
  }
}
