/* Scss Document */
/* Scss Document */
/*$c_base: #FFF33F;*/
/*$c_white: #FFF;*/
/*$c_main_30: rgba(0,169,95,.3);*/
#tel_fax .tel {
  color: #D83921;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
}

#email h3 {
  margin: 40px 0 30px;
  color: #D83921;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: .2em;
}

#email #form {
  margin-top: 30px;
}

#email p {
  font-size: 1.5rem;
  line-height: 2.0;
  letter-spacing: .1em;
}

#email p a {
  text-decoration: underline;
}

#email p a:hover {
  text-decoration: none;
}

.privacy_content h3 {
  margin-bottom: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.privacy_content p {
  font-size: 1.5rem;
  line-height: 2.0;
  letter-spacing: .1em;
}

.privacy_content p.lead {
  margin-bottom: 50px;
}

.privacy_content ul {
  margin: 20px 0 0 50px;
}

.privacy_content ul li {
  position: relative;
  margin-bottom: .6em;
  padding-left: 1em;
  font-size: 1.5rem;
  letter-spacing: .1em;
  line-height: 1.4;
}

.privacy_content ul li:before {
  position: absolute;
  top: .4em;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border: #D83921 3.2px solid;
  /*background: $c_acsent;*/
}



.input_name {
  width: 356px;
  padding: .5em;
}

.inputarea_zip {
  width: 150px !important;
  padding: .5em;
}

.error {
  color: #FF0004;
}

textarea {
  width: 550px;
  padding: .5em;
  line-height: 1.6;
}


.thanks_content h3 {
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.thanks_content p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}

.thanks_content .btn-back {
  margin-top: 1em;
}

.thanks_content .btn-back a {
  display: inline-block;
  font-weight: bold;
}

.thanks_content .btn-back a:before {
  margin-right: 0.5em;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/common/btn_arrow.png) no-repeat center center;
}

@media screen and (max-width: 640px) {
  #tel_fax .tel {
    font-size: 6.6666666667vw 0;
  }

  #email h3 {
    margin: 5vw 0;
    font-size: 4vw;
    line-height: 1.4;
    letter-spacing: 0;
  }

  #email #form {
    margin-top: 4.1666666667vw;
  }

  #email p {
    font-size: 3vw;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .privacy_content h3 {
    margin-bottom: 5vw;
    font-size: 6.6666666667vw;
    letter-spacing: .1em;
  }

  .privacy_content p {
    font-size: 3.6666666667vw;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .privacy_content p.lead {
    margin-bottom: 6.6666666667vw;
  }

  .privacy_content ul {
    margin: 3.3333333333vw 0 0 6.6666666667vw;
  }

  .privacy_content ul li {
    font-size: 3.3333333333vw;
    letter-spacing: 0em;
  }

  .privacy_content ul li:before {
    border: #D83921 1vw solid;
  }

  .input_name {
    width: 90% !important;
  }

  .inputarea_zip {
    width: 90%m !important;
  }

  textarea {
    width: 90%;
  }

  .thanks_content h3 {
    margin-bottom: 5vw;
    font-size: 6.6666666667vw;
    letter-spacing: 0.1em;
  }

  .thanks_content p {
    font-size: 3.6666666667vw;
    line-height: 1.4;
    letter-spacing: 0;
  }
}