@charset "utf-8";
/* CSS Document */



/*==============================
共通
==============================*/

.titleBox{
  margin-bottom: 50px;
  text-align: center;
}
.titleBox h2{
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #ca151f;
}

.titleBox h3{
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 0;
}

#headWrap{
  padding: 100px;
  background-image: url("../img/headWrap.jpg");
  background-position: center center;
  background-size: cover;
}

#headWrap h2{
  color: #fff;
}

#headWrap p{
  color: #ccc;
  font-weight: bold;
}

@media screen and (max-width: 600px){
  #headWrap{
    padding: 100px 20px;
  }
}

/*==============================
メイン
==============================*/

#contactWrap{
  padding: 100px 20px;
}

.formBox{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 5px solid #ca151f;
  padding: 50px;
  text-align: center;
}

.hissu{
  color: #ca151f;
}

.formBox > p{
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 30px;
}

.formBox > form{
  width: 100%;
  text-align: center;
}

.formBox > form p{
  font-weight: 500;
  margin-bottom: 5px;
  text-align: left;
}

.formBox > form input[type="text"],
.formBox > form textarea{
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}

.formBox > form input[type="submit"]{
  display: inline-block;
  background-color: #ca151f;
  padding: 20px 50px;
  color: #fff;
  font-weight: 500;
  border: none;
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 800px) {
}

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

.formBox{
  padding: 50px 20px;
}
}

@media screen and (max-width: 414px){
}