@charset "UTF-8";
html {
  font-size: 62.5%;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 1025px) {
  /*
  body {
  	padding-top: 130px;
  }
  */
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  padding: 0 40px;
  background-color: #fff;
  border-bottom: 1px solid #005BAC;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  header {
    padding: 0 10px;
  }
}
header .wrap {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .wrap .logo {
  width: 151px;
}
@media (max-width: 767px) {
  header .wrap .logo {
    width: 110px;
  }
}
header .wrap .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
header .wrap .logo a:hover {
  opacity: 0.6;
}

footer {
  height: 60px;
  width: 100%;
  padding: 0 40px;
  background-color: #fff;
  border-top: 1px solid #005BAC;
}
@media (max-width: 1024px) {
  footer {
    padding: 0 10px;
    height: 40px;
  }
}
footer .wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .wrap small {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  footer .wrap small {
    font-size: 1.1rem;
  }
}

main {
  padding-top: 60px;
  padding-bottom: 130px;
}
@media (max-width: 1024px) {
  main {
    padding-top: 54px;
    padding-bottom: 20px;
  }
}
main {
  background-color: #F4F6F8;
}

section.form {
  padding: 111px 0;
}
@media (max-width: 1024px) {
  section.form {
    padding: 40px 0;
  }
}
section.form .wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  section.form .wrap {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
section.form .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1024px) {
  section.form .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
}
section.form .wrap .txt {
  width: 38.0357142857%;
}
@media (max-width: 1024px) {
  section.form .wrap .txt {
    width: 100%;
    max-width: 426px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.form .wrap .txt .ttl1 {
  font-size: 2.187rem;
  font-weight: bold;
  color: #005BAC;
  border: 2px solid #005BAC;
  border-radius: 0.5em;
  padding: 1em 0.5em;
  text-align: center;
  background-color: #DBEBFE;
}
@media (max-width: 767px) {
  section.form .wrap .txt .ttl1 {
    font-size: 1.9rem;
  }
}
section.form .wrap .txt .ttl2 {
  font-size: 3.182rem;
  font-weight: bold;
  padding-top: 0.75em;
}
@media (max-width: 767px) {
  section.form .wrap .txt .ttl2 {
    font-size: 2.2rem;
  }
}
section.form .wrap .txt .ttl2 + p:not([class]) {
  padding-top: 1em;
}
section.form .wrap .txt ul {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
section.form .wrap .txt ul li::before {
  content: "● ";
}
section.form .wrap .txt .img {
  margin-top: 1.75em;
  width: 100%;
  max-width: 426px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  section.form .wrap .txt .img {
    padding-bottom: 0.5em;
  }
}
section.form .wrap .txt .bonus {
  margin-top: 1em;
  font-size: 1.8rem;
  font-weight: bold;
}
section.form .wrap .txt .bonus .blue {
  color: #005BAC;
}
section.form .wrap .txt .target {
  margin-top: 0.25em;
  font-size: 1.6rem;
}
section.form .wrap .txt .note {
  margin-top: 0.25em;
  font-size: 1.2rem;
}
section.form .wrap .txt .tel_box a {
  display: block;
  margin-top: 3em;
  background-color: #E7E7E7;
  border-radius: 0.75em;
  padding: 1.25em;
}
@media (max-width: 767px) {
  section.form .wrap .txt .tel_box a {
    padding: 1.25em 0.5em;
    margin-top: 1.5em;
  }
}
section.form .wrap .txt .tel_box a {
  text-align: center;
}
section.form .wrap .txt .tel_box a:hover {
  background-color: rgba(0, 91, 172, 0.15);
}
section.form .wrap .txt .tel_box a p {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  section.form .wrap .txt .tel_box a p {
    font-size: 1.4rem;
  }
}
section.form .wrap .txt .tel_box a .tel_number {
  font-size: 3rem;
  font-weight: bold;
  padding-left: 1.25em;
  background: url(../img/ic_tel.svg) no-repeat 0/1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.25em auto 0;
  color: #005BAC;
}
section.form .wrap .txt .tel_box a .tel_time {
  font-size: 1.4rem;
  margin-top: 0.75em;
}
@media (max-width: 767px) {
  section.form .wrap .txt .tel_box a .tel_time {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
section.form .wrap .form_wrap {
  width: 56.9642857143%;
  margin-right: -40px;
  margin-top: -120px;
}
@media (max-width: 1024px) {
  section.form .wrap .form_wrap {
    margin-top: -10px;
    width: 100%;
    max-width: 638px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.form .wrap .form_wrap iframe {
  margin-left: -40px;
  margin-right: -40px;
  width: calc(100% + 40px) !important;
}
@media (max-width: 1024px) {
  section.form .wrap .form_wrap iframe {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  section.form .wrap .form_wrap iframe {
    width: calc(100% + 80px) !important;
    margin-left: -40px;
    margin-right: -40px;
  }
}

section.form.thanks .wrap .txt {
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  section.form.thanks .wrap .txt {
    max-width: 100%;
  }
}
section.form.thanks .wrap .txt .ttl1 {
  font-size: 3.7rem;
  border: none;
  color: #000;
  padding-top: 0.25em;
  padding-bottom: 1.5em;
  background-color: transparent;
}
@media (max-width: 1024px) {
  section.form.thanks .wrap .txt .ttl1 {
    padding-bottom: 0.75em;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  section.form.thanks .wrap .txt .ttl1 {
    font-size: 1.9rem;
    padding-bottom: 1.25em;
  }
}
section.form.thanks .wrap .txt p + p {
  padding-top: 2em;
}
@media (max-width: 767px) {
  section.form.thanks .wrap .txt p + p {
    padding-top: 1em;
  }
}
section.form.thanks .wrap .txt .tel_box a {
  width: 100%;
  max-width: 636px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 1.25em;
}
@media (max-width: 767px) {
  section.form.thanks .wrap .txt .tel_box a {
    padding: 1.25em 0.5em;
  }
}
section.form.thanks .wrap .txt .tel_box a > p .bold {
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  section.form.thanks .wrap .txt .tel_box a > p .bold {
    font-size: 1.8rem;
  }
}
section.form.thanks .wrap .txt .tel_box a .tel_number {
  font-size: 4.9rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  section.form.thanks .wrap .txt .tel_box a .tel_number {
    font-size: 3.4rem;
    margin-top: 0.25em;
  }
}
section.form.thanks .wrap .txt a.back_btn {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin: 4em auto 0;
  width: 100%;
  max-width: 398px;
  padding: 1em;
  border-radius: 3em;
  background-color: #005BAC;
  display: block;
  border: 2px solid #005BAC;
}
section.form.thanks .wrap .txt a.back_btn:hover {
  background-color: #fff;
  color: #005BAC;
}
@media (max-width: 767px) {
  section.form.thanks .wrap .txt a.back_btn {
    width: 80%;
    margin-top: 2em;
    font-size: 1.6rem;
  }
}
section.form.thanks .wrap .txt p.txt_link {
  margin-top: 2em;
}
section.form.thanks .wrap .txt p.txt_link a {
  text-decoration: underline;
}
section.form.thanks .wrap .txt p.txt_link a:hover {
  color: #005BAC;
}/*# sourceMappingURL=style.css.map */