@charset "UTF-8";


.tel-block{
  margin-bottom: 70px;
}

.tel-block p{
  text-indent: -9999px;
  width: 363px;
  height: 70px;
  background: url(../img/contact/tel.png) no-repeat 0 0;
}

.contact{
  font-size: 16px;
}

.contact dt {
  width: 200px;
  float: left;
  clear: both;
  line-height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
}
.contact dt span {
    color: #ff0000; }
.contact dd {
  float: right;
  width: 600px;
  margin-bottom: 40px; }

.contact dd input{
    border: 1px solid #dddddd; 
}

.contact dd input[type="text"],
 .contact dd input[type="tel"],
 .contact dd input[type="email"] {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem; }
 .contact dd textarea {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    border: 1px solid #dddddd; }
.contact .input-method {
  height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 60px; }
 .contact .input-method .wpcf7-list-item-label {
    margin-right: 25px; }
.contact .input-tell input[type="tel"] {
   width: 100%;}
.contact .input-code input[type="text"] {
  width: 190px; }
.contact .input-contact {
  height: auto; }
.contact-text {
  margin-bottom: 55px;
  text-align: center;
  line-height: 2.28; }
  .wpcf7-list-item {
    display: block;
    line-height: 2em;
  }
.confilm-btn,
.submit-btn {
  text-align: center;
  width: 280px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background-color: #3e3a39; }
 .confilm-btn input[type="submit"],
 .submit-btn input[type="submit"] {
    font-size: 20px;
    font-size: 2rem;
    width: 280px;
    height: 70px;
    cursor: pointer;
    background: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #fff;
    border-style: none;
    background: url("/img/common/right_arrow_white.png") no-repeat 227px 50%;
    background-size: 6px 12px; }
.confilm-btn:hover,
.submit-btn:hover {
  background-color: #FFF; }
 .confilm-btn:hover input[type="submit"],
 .submit-btn:hover input[type="submit"] {
    border: 2px solid #3e3a39;
    color: #3e3a39;
    background: url("/img/common/right_arrow_blue.png") no-repeat 225px 50%;
    background-size: 6px 12px; }
.back-btn {
  text-align: center;
  width: 200px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background-color: #FFF; }
 .back-btn input[type="button"] {
    font-size: 20px;
    font-size: 2rem;
    width: 200px;
    height: 70px;
    cursor: pointer;
    background: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    border: 2px solid #3e3a39;
    color: #3e3a39;
    background: url("/img/common/right_arrow_blue.png") no-repeat 145px 50%;
    background-size: 6px 12px; }
.back-btn:hover {
  background-color: #3e3a39; }
 .back-btn:hover input[type="button"] {
    color: #fff;
    border-style: none;
    background: url("/img/common/right_arrow_white.png") no-repeat 147px 50%;
    background-size: 6px 12px; }
.submit-btn,
.back-btn {
  float: left; }
.submit-btn {
  margin-right: 20px; }
.wpcf7c-elm-step2 {
  margin: 0 auto;
  width: 500px; }
 .wpcf7c-elm-step2::after {
    content: "";
    display: block;
    clear: both; }







@media only screen and (max-width: 750px) {
.tel-block{
  margin-bottom: 50px;
}
.tel-block p{
  width: 223px;
  height: 43px;
  background: url(../img/contact/tel_sp.png) no-repeat 0 0;
  background-size: contain;
}

.contact dt {
    width: 100%;
    float: none;
    line-height: 1.5em;
    padding-bottom: 5px;
    font-size: 15px;
    font-size: 1.5rem; }
 .contact dd {
    float: none;
    width: 100%;
    margin-bottom: 30px; }
   .contact dd input[type="text"],
   .contact dd input[type="tel"],
   .contact dd input[type="email"] {
      padding: 10px;
      border: 1px solid #dddddd;
      -webkit-border-radius: 0;
      -webkit-appearance: none;
      -webkit-tap-highlight-color: transparent; }
   .contact dd textarea {
      -webkit-border-radius: 0;
      -webkit-appearance: none;
      -webkit-tap-highlight-color: transparent; }
 .contact .input-method {
    height: auto;
    line-height: auto; }
   .contact .input-method .wpcf7-list-item-label {
      margin-right: 25px; }
 .contact .input-tell input[type="tel"] {
    width: 100%; }
 .contact .input-code input[type="text"] {
    width: 100%; }
 .contact-text {
    text-align: left;
    margin-bottom: 40px; }
   .contact-text br {
      display: none; }
 .back-btn {
    width: 180px;
    height: 60px;
    line-height: 60px; }
   .back-btn input[type="button"] {
      font-size: 18px;
      font-size: 1.8rem;
      width: 180px;
      height: 60px;
      border: 2px solid #0f3568;
      color: #0f3568;
      background: url("/img/common/right_arrow_blue.png") no-repeat 125px 50%;
      background-size: 6px 12px; }
 .confilm-btn,
 .submit-btn {
    width: 240px;
    height: 60px;
    line-height: 60px; }
   .confilm-btn input[type="submit"],
   .submit-btn input[type="submit"] {
      font-size: 18px;
      font-size: 1.8rem;
      width: 240px;
      height: 60px;
      background: url("/img/common/right_arrow_white.png") no-repeat 200px 50%;
      background-size: 6px 12px; }
 .submit-btn,
 .back-btn {
    float: none;
    display: inline-block; }
   .submit-btn img,
   .back-btn img {
      display: none; }
 .submit-btn {
    margin-right: 0px;
    margin-bottom: 20px; }
 .wpcf7c-elm-step2 {
    margin: 0;
    text-align: center;
    width: auto; }

}