@import "base.css";

.content{
  margin-top: 20px;
  padding-bottom: 120px;
  overflow: hidden;
}

@media (max-width: 991px){
  .content {
    margin-top: 65px;
    padding-bottom:80px;
  }
}

.contact-box{
  max-width: 960px;
  margin: 52px auto 0;
}
.txt-first{
  line-height: 24px;
}
.flow-box{
  margin-top: 27px;
}
.flow-box .flow-item{
  float:left;
  width: 290px;
  height: 80px;
  background: #b5b5b5;
  padding: 10px 0 10px 10px;
  border-radius: 10px;
}
.flow-box .flow-item.visited{
  background: #f39800;
}
.flow-box .flow-item .flow-txt{
  display: block;
  float:right;
  width: 220px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #fff;

}
.flow-box .item-1,
.flow-box .item-2{
  margin-right:45px;
  position: relative;
}
.flow-box .item-1:after,
.flow-box .item-2:after{
  position: absolute;
  right: -45px;
  top: 0;
  display:block;
  width: 45px;
  height: 100%;
  background: url(../img/contact/flow-arrow.png) no-repeat center center;
  content: '';
}
@media (max-width: 991px){
  .contact-box{
    margin: 30px auto 0;
    padding: 0 20px;
  }
  .txt-first{
    font-size: 14px;
    line-height: 20px;
  }
  .flow-box{
    margin-top: 15px;
  }
  .flow-box .flow-item{
    display:none;
  }
  .flow-box .flow-xs img{
    width:100%;
    height:auto;
  }
}

/*お問い合わせ*/
.form-area{
  margin-top: 59px;
  padding: 0 75px;
}
.form-area .attention{
  padding-left: 240px;
}
.form-area .form-group{
  margin-bottom: 30px;
  letter-spacing: -.4em;
}
.form-area .form-group:first-child{
  margin-top: 19px;
}
.form-area .form-group .control-label{
  width: 240px;
  display:inline-block;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 18px;
  vertical-align: middle;
}

.form-area .form-group .controls{
  width: 570px;
  display:inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.form-area .form-group input,
.form-area .form-group button,
.form-area .form-group textarea,
.form-area .form-group select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
.form-area .form-group .form-control{
  border: solid 1px #594f43;
  height: 45px;
  padding: 0 15px;
  border-radius: 10px;
  background: #fff;
}
.form-area .form-group .form-control.w175{
  width: 175px;
  display:inline-block;
}
.form-area .form-group .attention-2{
  font-size: 14px;
  padding-left: 8px;
}
.form-area .form-group .text-area{
  width: 100%;
  max-width: 100%;
  min-height: 150px;
  border: solid 1px #594f43;
  padding: 10px 15px;
  border-radius: 10px;
  background: #fff;
}
:placeholder-shown {
  color: #594f43; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #939393; }

/* Firefox 18- */
:-moz-placeholder {
  color: #939393; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
  color: #939393; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
  color: #939393; }

.btn-outer {
  margin:50px auto 0;
  padding: 0;
  width: 190px;
  position: relative;
}
.btn-outer a{
  display:block;
  text-align: center;
  margin-top: 25px;
}
.btn-outer .btn-submit{
  display: block;
  width:190px;
  height:50px;
  outline:none;
  border:solid 1px #000;
  background: transparent url(../img/base/arrow-btn.png) no-repeat right 10px center;
  text-align: center;
  line-height:48px;
  color: #fff;
  font-size:16px;
  position: relative;
  padding:0;
  border-radius: 0;
	margin-bottom: 1em;
}
.btn-outer .btn-submit:before{
  content:'';
  width:190px;
  height:50px;
  background:#f39800;
  display:block;
  position: absolute;
  top:5px;
  left: 5px;
  z-index: -1;
  transition:.6s cubic-bezier(.6,0,.3,1);
}
.btn-outer .btn-submit:hover:before{
  top:-1px;
  left:-1px;
}

/*確認画面*/
.form-area .form-group .confirm-txt{
  border:0;
  background: transparent;
  font-size: 16px;
  line-height: 24px;
  border-radius: 0;
  box-shadow:none;
  height: auto;
}

/*送信完了*/
.form-area .text-l{
  font-size: 30px;
  text-align: center;
}
.form-area .text-m{
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
  text-align: center;
}
.form-area .bk-btn{
  display:block;
  margin:30px auto 0;
  width: 190px;
  text-align: center;
  height: 50px;
  background: #f39800;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  border: solid 1px #f39800;
  transition: .2s ease;
}
.form-area .bk-btn:hover{
  background: #fff;
  color: #f39800;
}

@media (max-width: 991px){
  .form-area{
    margin-top: 30px;
    padding: 0;
  }
  .form-area .attention{
    padding: 0;
    font-size: 14px;
  }
  .form-area .form-group{
    margin-bottom: 20px;
  }
  .form-area .form-group:first-child{
    margin-top: 20px;
  }
  .form-area .form-group .control-label{
    width: 100%;
    font-size: 16px;
  }

  .form-area .form-group .controls{
    margin: 10px 0 0;
    width: 100%;
  }
  .form-area .form-group .form-control{
    border: solid 1px #594f43;
    height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    background: #fff;
  }
  .form-area .form-group .form-control.w175{
    width:100%;
  }
  .form-area .form-group .attention-2{
    display:block;
    padding:0;
    margin-top: 7px;
  }
  .form-area .form-group .text-area{
    width: 100%;
    max-width: 100%;
    min-height: 150px;
    border: solid 1px #594f43;
    padding: 10px 15px;
    border-radius: 5px;
    background: #fff;
  }
  :placeholder-shown {
    color: #594f43; }

  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  ::-webkit-input-placeholder {
    color: #939393; }

  /* Firefox 18- */
  :-moz-placeholder {
    color: #939393; opacity: 1; }

  /* Firefox 19+ */
  ::-moz-placeholder {
    color: #939393; opacity: 1; }

  /* IE 10+ */
  :-ms-input-placeholder {
    color: #939393; }

  .btn-outer {
    margin:20px auto 0;
    width: 60%;
    position: relative;
    display:block;
  }
  .btn-outer .btn{
    width: 100%;
    height:40px;
    background-size: 6px 10px;
    line-height:38px;
    font-size:14px;
  }
  .btn-outer .btn:before{
    content:'';
    width:100%;
    height:40px;
  }

  .form-area .form-group .confirm-txt{
    font-size: 14px;
    line-height: 20px;
    padding: 7px 0 0;
    border:0;
    border-radius: 0;
    border-top: solid 1px #937b60;
    background: transparent;
    height:auto;
  }
  .form-area .text-l{
    font-size: 20px;
    text-align: center;
  }
  .form-area .text-m{
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }
  .form-area .bk-btn{
    margin:20px auto 0;
    width: 60%;
    height: 40px;
    line-height: 38px;

  }
}
