/* Scss Document */
/* Scss Document */
.content {
  padding: 60px 0;
}
.content .mttl {
  margin-bottom: 5.0rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

#lead p {
  margin-bottom: 1.0rem;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.0;
}
#lead p.tel {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: center;
  color: #8C0000;
  font-size: 4.0rem;
  font-weight: bold;
}
#lead p.tel img {
  display: inline-block;
  margin-right: 10px;
}
#lead p.fax {
  font-size: 2.0rem;
}

#contact {
  background: #F3F3F3;
}
#contact .text_red {
  color: #8C0000;
}
#contact p {
  margin-bottom: 2em;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.6;
}
#contact .table_a {
  width: 1000px;
  margin: 0 auto 40px;
}
#contact .table_a th {
  width: 250px;
  vertical-align: top;
}
#contact .table_a input[type="text"] {
  width: 356px;
  padding: .5em;
}
#contact .table_a textarea {
  width: 550px;
  padding: .5em;
  line-height: 1.6;
}
#contact .btn {
  text-align: center;
}
#contact .btn input, #contact .btn a {
  display: inline-block;
  width: 350px;
  margin: 0 2em;
  padding: .5em 0;
  background: url(../images/contact/contact_arrow.png) right 20px top 50% no-repeat, url(../images/common/bg_black.png);
  border: none;
  color: #FFF;
  font-size: 2.0rem;
  letter-spacing: .2em;
  cursor: pointer;
}
#contact .btn input:hover, #contact .btn a:hover {
  opacity: .6;
  transition: .5s;
}

#privacy {
  background: #F3F3F3;
}
#privacy.content {
  padding: 0 0 60px;
}
#privacy p {
  font-size: 1.4rem;
  line-height: 2.0;
}
#privacy p a {
  text-decoration: underline;
}
#privacy p a:hover {
  text-decoration: none;
}
.input_name {  width: 356px;
  padding: .5em;}
.inputarea_zip {  width: 150px!important;
  padding: .5em;}
.error {
	color: #FF0004;
}
@media screen and (max-width: 640px) {
  .content {
    padding: 10vw 0;
  }
  .content .mttl {
    margin-bottom: 2.0rem;
    font-size: 5vw;
  }

  #lead p {
    font-size: 3.3333333333vw;
  }
  #lead p.tel {
    font-size: 8.3333333333vw;
  }
  #lead p.tel img {
    width: 6.6666666667vw;
  }
  #lead p.fax {
    font-size: 5vw;
  }

  #contact p {
    font-size: 3.3333333333vw;
    text-align: left;
    line-height: 1.6;
	   font-weight: 400;
  }
  #contact .table_a {
    width: 100%;
    margin: 0 auto 10vw;
  }
  #contact .table_a th {
    width: 7em;
  }
  #contact .table_a input[type="text"] {
    width: 100%;
  }
  #contact .table_a textarea {
    width: 100%;
  }
  #contact .btn {
    text-align: center;
  }
  #contact .btn input, #contact .btn a {
    width: 100%;
    margin: 0 0 3.3333333333vw 0;
    background-size: 2.5vw, 4px;
    font-size: 5vw;
    letter-spacing: 0;
  }

  #privacy.content {
    padding: 0 0 3.3333333333vw;
  }
  #privacy p {
    font-size: 3.3333333333vw;
	   font-weight: 400;
  }
	
	.input_name {  width: 100%!important;}
.inputarea_zip {  width: 100%m!important;}
	
	
}
