@charset "utf-8";

.container{    
  width: 100%;
  height: 900px;
  /* height: 832px; */
  background-image: url(../img/contact背景.png);
  /* margin-top: -80px; */
  /* background-color: #ff7d05; */
}
.header{
  width: 90%;
  height: 170px;
  margin: 0 auto;
  /* background-color: red; */
}
.header1{
  width: 50%;
  height: 70px;
  margin-left: 50%;
  /* background-color: lawngreen; */
}
.header1 ul{
  padding-top: 33px;
  display: flex;
  /* 横並び */
  justify-content: space-around;
  list-style: none;
  /* background-color: olivedrab; */
}
.header1 a{
  text-decoration: none;
}
.header1 img{
  width: 30px;
  /* background-color: palevioletred; */
}
.header2{
  width: 100%;
  /* background-color: mediumpurple; */
}
.header2 h1{
  width: 100%;
  height: 100px;
  padding-left: 110px;
  padding-top: 25px;
  font-size: 50px;
  font-family: "Permanent Marker", cursive;
  /* background-color: hotpink; */
}
.Form {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    /* background-color: #ff7d05; */
  }
  @media screen and (max-width: 480px) {
    .Form {
      /* margin-top: 40px; */
      background-color: aqua;
    }
  }
  .Form-Item {
  
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    /* background-color: #ff7d05; */
  }
  @media screen and (max-width: 480px) {
    .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      /* padding-top: 16px; */
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
  }
  /* .Form-Item:nth-child(5) {
  
  } */
  .Form-Item-Label {
    /* 質問事項上３つ */
    width: 100%;
    max-width: 240px;
    margin-top: 10px;

    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
    border-radius: 6px;
    /* background-color: hotpink; */
    background-color: #fff;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 15px;
    }
  }
  .Form-Item-Label.isMsg {
    /* 質問事項のお問い合わせ部分のみ */
    margin-top: -160px;
    /* margin-bottom: auto; */
    /* background-color: darkblue; */
    background-color: #fff;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
  }
  .Form-Item-Label-Required {
    /* 質問部分 */
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 13px;
    padding-bottom: 8px;
    width: 48px;
    height: 47px;
    display: inline-block;
    text-align: center;
    background: #545454;
    color: #000;
    font-size: 14px;
    background-color: gold;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }
  }
  .Form-Item-Input {
    /* 上３つの記入欄 */
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    margin-top: 10px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
    background-color: #fff;
    /* background-color: orange; */
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Input {
      margin-left: 0;
      margin-top: 18px;
      height: 40px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Item-Textarea {
    /* お問い合わせの記入欄 */
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
    background-color: #fff;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      height: 200px;
      flex: inherit;
      font-size: 15px;
    }
  }





  .Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #9c9d9f;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    /* background-color: hotpink; */
  }
  @media screen and (max-width: 480px) {
    .Form-Btn {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }
  }






/* .btn1{
  height: 130px;
  padding-top: 25px;
  padding-left: 44%;
  font-family: "Permanent Marker", cursive; */
  /* background-color: brown; */
/* } */


/* aboutのボタン */

/* *,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; */
  /* font-size: 62.5%; */
/* } */

/* .btn1,
a.btn1,
button.btn1 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.5rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-malformation1 {
  font-size: 1.2rem; */
/* ボタンの文字 */
  /* padding: 1.5rem 3rem; */
  /* ボタンの文字から枠まで */
  /* color: #000;
  border-radius: 100% 80px / 80px 100%;
  background-color: #fff;
} */

/* a.btn-malformation1:hover {
  color: #000;
  border-radius: 60% 80% / 100% 80%;
}  */