@charset "UTF-8";
/* CSS Document */

/* ---------- .pageLead ---------- */

.pageLead {
  padding-top: 70px;
}
.pageLead p {
  padding-bottom: 1em;
}
.pageLead span.tel-num {
  display: block;
  text-align: center;
  padding: 0.5em 0;
}
.pageLead span.tel-txt {
  display: block;
  text-align: right;
}

.hurry-btn {
  margin-top: 30px;
}
.hurry-btn a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 15px 10px 15px 20px;
  background: #4dcee4;
  color:#fff;
  text-align: center;
  line-height: 1;
  border-radius: 25px;
}



/* ---------- .contact ---------- */

#contact {
  background: #f6f8fa;
  padding: 70px 15px;
}
#contact h3 {
  width: 9.5em;
  letter-spacing: 0;
  padding-left: 0;
}
#contact h3 + p {
  line-height: 1.8;
}
span.required {
  color: #f00;
}

#contact form {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
  max-width: 800px;
  margin: 50px auto;
}
#contact form dt {
  padding-top: 1em;
}
#contact form dd {
  margin: 0.3em 0;
}
#contact form dd input,
#contact form dd textarea {
  width: 100%;
  height: 2.5em;
  border: 2px #3673b0 solid;
  font-size: 1.8rem;
  font-family: serif;
}
#contact form dd input[type="checkbox"] {
  width: 1.8rem;
  vertical-align: middle;
}
#contact form dd textarea {
  height: 15rem;
}

.send p {
  margin: 50px auto;
}
.send p.send-txt a {
  color: #3673b0;
  font-weight: bold;
  line-height: 3em;
  text-decoration: underline;
  padding-right: 0.5em;
}
.send p.send-txt span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}
.send p.send-txt label {
  display: block;
  padding-top: 1em;
  text-align: center;
}
.send p.send-btn input {
  display: block;
  width: 150px;
  background: #fff;
  color: #3673b0;
  font-family: serif;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  border: 2px #3673b0 solid;
  margin: 0 auto;
  cursor: pointer;
  transition: .3s;
}
.send p.send-btn input:hover {
  background: #3673b0;
  color: #fff;
  opacity: 1;
}







@media screen and (max-width: 374px) {

  .pageLead p.title {
    letter-spacing: 0;
  }



}



@media screen and (min-width: 750px) {

  .pageLead span.tel-num {
    display: inline;
    text-align: center;
    padding: 0.5em;
  }
  .pageLead span.tel-txt {
    display: inline;
    text-align: left;
  }



/* ---------- .contact ---------- */

  #contact h3 {
    width: 13em;
    letter-spacing: 0.3em;
  }
  #contact h3 + p {
    text-align: center;
    line-height: 1.8;
  }
  #contact form {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  #contact form dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #contact form dt {
    width: 30%;
    margin: 0.3em 0;
    padding-top: 0.8em;
  }
  #contact form dd {
    width: 68%;
    margin: 1em 0;
  }

  .send p.send-txt {
    text-align: center;
  }



}





/* ========== .privacy policy ========== */

.pp {
  background: #f6f8fa;
  padding: 70px 0;
}
.pp h3 {
  width: 10em;
  letter-spacing: 0;
  padding-left: 0;
}

.pp-box {
  letter-spacing: 0;
  line-height: 1.8;
}
.pp-box p, .pp-box ul {
  margin: 1em 0;
}
.pp-box li {
  list-style-type: disc;
  margin: 0.5em 0 0.5em 2em;
  padding-left: 0.2em;
}
.pp-box .counter {
  margin-left: 1.5em;
}

.back-btn a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 15px 10px 15px 20px;
  background: #4dcee4;
  color:#fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.3em;
  border-radius: 25px;
  position: relative;
}



@media screen and (min-width: 750px) {

  .pp h3 {
    width: 12.5em;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
  }



}