@charset "utf-8";



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body{
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}

.checkbox,
.radio {
  margin-bottom: 25px;
}

.checkbox label,
.radio label {
  font-size: 1.4rem;
  line-height: 22px;
}

.contact_text{
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  padding-left:30px;
}

.form-group {
  margin-bottom: 25px;
  text-align: left;
}

.form-confirm .form-group:not(:last-child) {
  border-bottom: 1px #fff dotted;
  padding-bottom: 5px;
}

.form-group label {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 10px;
  min-width: 150px;
}

.form-group .form-control {
  border-radius: 0;
}

.contact-form {
  padding-top: 30px;
}

.contact-form h1 {
  font-family: 'Alfa Slab One', cursive;
  font-size: 6rem;
  margin-bottom: 20px;
}

.contact-form h2 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 40px;
}

.contact-form p {
  margin-bottom: 20px;
}

.contact-form .btn-back a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.btn-default,
#sfm-layout .submit input,
#submit,
#back {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #000;
  border: 1px #fff solid;
  border-radius: 0;
  bottom: 40px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 34px;
  padding: 0 15px;
}

.btn-default:hover,
#sfm-layout .submit input:hover,
#submit:hover,
#back:hover {
  background: #666;
  border: 1px #666 solid;
  color: #fff;
}

#submit {
  margin-right: 10px;
}

#sfm-layout .submit {
  text-align: center;
  width: auto;
  padding:20px 0px;
}

#sfm-layout .type-red {
  color: #f00;
}

#sfm-layout .border-red {
  border-left-color: #f00;
}

#sfm-layout .ERR {
  background: #ECD1D1;
  color: #f00;
  margin-bottom: 15px;
  padding: 5px;
}

.red{
  color: #f00;
  font-size: 1.2rem;
}

.red14{
  color: #f00;
  font-size: 1.4rem;
}

#message {
  font-size: 1.6rem;
}

input[type=text] {
  font-size: 16px;
  scale(0.8);
}

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

}

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

}

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

  body {
    font-size: 1.6rem;
  }
  .contact-form h2 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  .form-group {
    font-size: 1.6rem;
  }

  .form-group label {
    font-size: 1.6rem;
  }

  .checkbox label,
  .radio label {
    font-size: 1.6rem;
  }

  .contact-form p {
    font-size: 1.6rem;
  }

  .contact-form .btn-back a {
    font-size: 1.6rem;
  }

  .contact-form {
    padding-top: 50px;
  }

  #submit,
  #back {
    font-size: 1.6rem;
  }


}
