/* スマートフォン用スタイルシート */

@media screen and (max-width: 768px) {
  html,
  body {
    min-width: 0;
    width: 100%;
    -webkit-text-size-adjust: 100%;
  }
  html {
    font-size: 2.67vw;
  }

  p,
  li,
  dt,
  dd {
    font-size: 1.4rem;
  }
  img {
    max-width: 100% !important;
    height: auto;
  }

  .sp_only {
    display: inherit;
  }

  .pc_only {
    display: none;
  }

  .sp_only_fl {
    display: flex !important;
  }

  .pc_only_fl {
    display: none !important;
  }

  .inner,
  .inner-900 {
    width: 90%;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
  }
  section:nth-child(even) {
    background: rgba(107, 179, 169, 0.1);
    padding: 5rem 0;
  }
  section:nth-child(odd) {
    margin: 5rem 0;
  }
  header .inner h1 img {
    width: 125px;
  }

  header .inner ul li:not(:last-child) {
    padding-right: 1rem;
  }

  header .inner ul {
    gap: 1rem;
    padding: 1rem 1rem;
  }

  header .inner ul li a {
    font-size: 0.8rem;
    display: block;
  }

  header h1 {
    /* width: 50%; */
    width: 60%;
    margin: auto;
  }

  .header-btn {
    display: none;
  }

  .main-visual {
    position: relative;
    padding: 3rem 0;
    background: url(../images/main-bg-sp.webp) no-repeat center center;
    background-size: 100%;
  }
  .main-visual .inner {
    width: 90%;
  }

  .main-visual-text {
    margin-top: 0rem;
  }

  .main-visual-text > h1:nth-child(2) {
    font-size: 2.2rem;
  }

  .main-visual-inner {
    grid-template-columns: 3fr 1fr;
  }

  .main-visual-image {
    width: 100px;
    position: absolute;
    right: 3%;
    bottom: -3rem;
  }

  .main-visual-inner .catch {
    /* font-size: 2.4rem; */
    font-size: 1.2rem;
  }

  .main-visual-inner .text {
    font-size: 1rem;
    margin-top: 1rem;
  }

  .main-ttl {
    margin-bottom: 2rem;
  }
  .main-ttl > h2 {
    font-size: 1.5rem;
    letter-spacing: 2px;
    gap: 5px;
  }

  /* style.css | http://tokyo-partners.jp/wp-content/themes/tokyo-newspaper/aseets/css/style.css?ver=1781118084 */

  .dl-section ul {
    /* grid-template-columns: 1fr 1fr 1fr; */
    /* gap: 6rem; */
    grid-template-columns: 1fr 1fr;
    gap: 3rem 2rem;
  }

  .dl-section ul > li > h3 {
    /* font-size: 2rem; */
    /* margin: 2rem auto; */
    font-size: 1rem;
    margin: .5rem auto;
  }

  .dl-section ul > li > p {
    /* font-size: 1.5rem; */
    font-size: 0.7rem;
  }

  .dl-section ul > li > a {
    /* font-size: 1.5rem; */
    /* padding: 1rem 2rem; */
    /* border: solid 2px; */
    /* width: 100%; */
    /* border-radius: 10px; */
    /* margin-top: 2rem; */
    font-size: 0.7rem;
    padding: 0rem 1rem;
    border: solid 1px;
    width: 90%;
    border-radius: 4px;
    margin-top: 1rem;
    margin: 1rem auto 0;
  }

  .dl-section ul > li > a .dl-btn-icon img {
    /* width: 20px; */
    width: 10px;
  }

  .dl-section ul > li > a .dl-btn-icon {
    /* width: 20px; */
    width: 10px;
  }

  .f-icon {
    top: unset;
    right: 50%;
    width: 90%;
    transform: translateX(50%);
    bottom: 3%;
  }
  .footer-area {
    padding: 2rem 0 2rem;
  }
  .footer-area > .inner {
    flex-direction: column;
  }

  .footer-area > .inner > p:nth-child(1) {
    font-size: 1.2rem;
  }

  .footer-area > .inner > p:nth-child(1) span {
    font-size: 1.1rem;
    text-align: center;
  }

  .footer-area > .inner > a {
    width: 70%;
    font-size: 1.3rem;
    position: relative;
    z-index: 2;
  }


.footer-area > .inner > a::after {
  width: 7px;
  height: 7px;
}

  .footer-area > .inner > .contact-btn {
    /* width: 440px; */
    width: 76%;
  }

  .contact-btn > p:nth-child(1) {
    font-size: 1.1rem;
    padding: 5px 2rem;
  }

  .footer-area > .inner > .contact-btn a {
    /* font-size: 2.5rem; */
    font-size: 1.2rem;
  }

  .footer-area h2 > img {
    /* width: 330px; */
    width: 170px;
  }

  .footer-area p span {
    /* padding: 5px 40px; */
    /* font-size: 2.4rem; */
    padding: 5px 30px;
    font-size: 1.3rem;
  }

  .footer-area .contact-area > .inner > .contact-btn a {
    /* font-size: 2.95rem; */
    font-size: 1.4rem;
  }

  

  footer {
    padding: 2rem 8%;
    flex-direction: unset;
    padding-bottom: 7rem;
  }

  footer > p {
    /* font-size: 1.4rem; */
    font-size: 1rem;
  }
  .logo-box p {
    font-size: 1rem;
  }

  .logo-box > h2 {
    width: 110px;
  }
  footer > ul {
    width: auto;
    justify-content: center;
  }
  footer > ul > li > a {
    /* font-size: 1.4rem; */
    font-size: 0.7rem;
  }

  .fixed-btn {

    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
 

  .completion_area section {
    padding: 5rem 0;
    margin: 0;
    background: url(../images/form-bg-sp.webp);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
.sub-ttl {
  /* font-size: 4.3rem; */
  /* margin: 2rem; */
  font-size: 2.3rem;
  margin-bottom: 2rem;
}

.contact-complete > p:nth-child(2) {
  /* font-size: 1.5rem; */
  font-size: 1rem;
}

.top-more-btn > a:nth-child(1) {
  /* width: 400px; */
  /* padding: 2rem 0; */
  /* font-size: 2.5rem; */
  width: 85%;
  padding: 1.5rem 0;
  font-size: 1.5rem;
}

.sub-ttl > span:nth-child(1) > img:nth-child(1) {
  /* width: 100px; */
  width: 50px;
}

.formTable {
  width: 100%;
}
.formTable dl {
  /* grid-template-columns: 190px 1fr; */
  /* gap: 2rem; */
  grid-template-columns: 1fr;
  gap: 0rem;
}

.formTable dl > dd {
  /* padding: 1rem; */
  padding: 1rem 0;
}

.formTable dl > dt {
  /* padding: 1.5rem 1rem; */
  padding: 1rem 1rem;
}

.confbtn {
  /* padding: 2rem; */
  /* font-size: 2.2rem; */
  padding: 1rem;
  font-size: 1.2rem;
}

.contact-text {
  font-size: 1.2rem;
}
.backbtn {
  padding: 1rem;
  font-size: 1.2rem;
}

#submit {
  gap: 1rem;
}


}
