@charset "UTF-8";

html {
  scroll-padding-top: 3.75rem; /* 固定ヘッダの高さ分 */
}
@media screen and (max-width: 767px) {
  html{
    scroll-padding-top: 3.125rem;
  }
}

.p-inquiry--left{
    width: 80%;
    max-width: 1100px;
    display: block;
    margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-inquiry--left{
    width: 100%;
}
}

iframe{
    height: 1180px;
}



.l-footer {
    background: #000;
    padding: 1% 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  @media screen and (max-width: 767px) {
    .l-footer {
      padding: 5% 0;
    }
  }
  .l-footer--logo {
    display: flex;
    justify-content: center;
    margin: 0 auto 1%;
    max-width: 300px;
    width: 10%;
    filter: brightness(0) invert(1);
  }
  @media screen and (max-width: 767px) {
    .l-footer--logo {
      width: 36%;
      margin-bottom: 5%;
    }
  }
  .l-footer--nav {
    display: flex;
    justify-content: center;
  }
  .l-footer--nav li {
    margin: 4% 1% 1%;
  }
  @media screen and (max-width: 767px) {
    .l-footer--nav li {
      font-size: 12px;
      margin-bottom: 4%;
    }
  }
  .l-footer a {
    color: #fff;
  }
  .l-footer a:hover {
    text-decoration: underline;
  }
  .l-footer--copy {
    text-align: center;
    padding: 2% 20px;
    font-size: 12px;
  }
  @media screen and (max-width: 767px) {
    .l-footer--copy {
      font-size: 10px;
    }
  }
  
  /* --------- */
#thanks {
  background: #fff;
}
#thanks .l-wrapper::before {
  display: none;
}
#thanks .sec-thanks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #thanks .sec-thanks {

  }
}
#thanks .sec-thanks .txt01 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}
#thanks .sec-thanks .txt02 {
  margin-bottom: 20px;
  font-size: 18px;
}
#thanks .sec-thanks a {
  text-decoration: underline;
  color: #333;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #thanks .sec-thanks .txt01 {
    font-size: 18px;
  }
  #thanks .sec-thanks .txt02{
    font-size: 15px;
  }
  #thanks .sec-thanks a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #thanks .l-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}