@charset "utf";

/*---基礎情報---*/


a {
  display: block;
  position: relative;
  color: #333333;
  text-decoration: none;
}

p {
  color: #333333;
}

#contact {
  width: 75%;
  margin: 0 auto;
  padding-top: 170px;
  text-align: left;
}
/*------↓ スマホサイトサイズ ↓------*/

/*----入力画面----*/

#myForm {
  width: 281px;
  margin: 0 auto;
}

input {
  width: 281px;
  margin-bottom: 20px;
}

.inpHeight {
  padding: 4px 0;
  line-height: 1;
  width: 281px;
}

.textAreaHeight {
  line-height: 1.3;
  /*コレ*/
  width: 281px;
  height: 150px;
}

#myForm input[type="submit"] {
  background-color: gray;
  display: block;
  margin: 25px auto 0 auto;
  border: none;
  border-radius: 8px;
  width: 100px;
  color: #ffffff;
  font-size: 20px;
}

.ermes {
  margin-left: 200px;
}

/*----確認画面----*/
.check_com {
  text-align: center;
  margin-bottom: 50px;
}

.check_mes {
  display: flex;
  justify-content: space-between; /* もしボタン間のスペースを最大にしたい場合 */
}

.checks {
  margin-top: 80px;
}

.checks p {
  font-size: 18px;
}

.label {
  margin-right: 40px;
}

.label_mes {
  margin-right: 10px;
}

.check_line {
  margin-right: 40px;
  margin-bottom: 20px;
}

.content_mes {
  width: 400px;
  margin-top: 40px;
  color: rgb(121, 121, 121);
  font-size: 15px;
}

span {
  color: rgb(121, 121, 121);
}

/*----送信完了画面---*/

.after {
  text-align: center;
  line-height: 1.4;
  width: 300px;
}

.after p {
  font-size: 22px;
}

.aft_body {
  margin-top: 40px;
}

.aft_btn a {
  background-color: gray;
  display: block;
  margin: 105px auto 0 auto;
  border: none;
  border-radius: 8px;
  width: 100px;
  color: #ffffff;
  font-size: 20px;
}


/*------↓ タブレット ↓------*/
@media screen and (min-width: 600px) {
  /*----入力画面----*/ 
  p , a {
    font-size: 25px;
  }

  #myForm {
    width: 330px;
    margin: 0 auto;
  }

  input {
    width: 330px;
    margin-bottom: 40px;
  }

  .inpHeight {
    padding: 4px 0;
    width: 330px;
  }
  
  .textAreaHeight {
    line-height: 1.3;
    /*コレ*/
    width: 330px;
  }


  .after {
    line-height: 1.5;
    width: 550px;  
    margin: 0 auto;
  }

  
}

/*------↓ パソコンサイズ ↓------*/
@media screen and (min-width: 1024px) {

  p {
    font-size: 20px;
  }

  .swiper_wrapper {
    vertical-align:middle;
  }

  #myForm {
    width: 400px;
    margin-top: 70px;
  }

  input {
    width: 400px;
    margin-bottom: 30px;
  }

  .inpHeight {
    padding: 4px 0;
    width: 400px;
  }
  
  .textAreaHeight {
    line-height: 1.3;
    /*コレ*/
    width: 400px;
  }

  .after {
    line-height: 1.5;
    width: 550px;  
    margin: 80px auto 0 auto;
  }

  .after p {
    font-size: 18px;
  }

  .big_mes > p {
    font-size: 26px;
  }

}