@charset "utf-8";
body {
    font-size: 16px;
  font-family: 'arial','Hiragino Sans','Meiryo',sans-serif;
  color: #333333;
  }
h1{
  font-size: 85px;
  color: #F9061D;
  padding: 20px 0 0 160px;
  letter-spacing: 10px;
  font-weight: 600;
  }
.muryoude{
  font-size: 85px;
  line-height: 105px;
  color: #3F3F3F;
  padding: 10px 0 0 120px;
  letter-spacing: 10px;
  text-shadow: 7px 7px 3px #fdfdfd;
  font-weight: 600;
}
.jyoukenn{
  font-size: 25px;
  padding: 15px 0 0 50px;
  color: #3F3F3F;
  line-height: 35px;
}
.tyuuigaki{
  display: flex;
}
.nokori{
  font-size: 55px;
  font-weight: 600;
  margin: 35px 0 55px 30px;
  background-color: #fffdfd;
  width: 270px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 15px;
}
.aka{
  color: #F9061D;
}
.haikei{
  background-color: #CEECF4;
}
.syoukai{
  font-size: 25px;
  line-height: 40px;
  padding: 30px 0 30px 50px;
  background-color: #fffdfd;
}
.toiawase{
  font-size: 25px;
  padding: 30px 0 30px 50px;
  background-color: #CEECF4;
}
.toi{
  font-weight: 900;
}
input[type="text"],
input[type="email"],
select,
textarea{
 background-color: #fdfdfd;
 width: 500px;
 height: 40px;
 margin: 3px 0 10px 0;
}
.nyuuryoku{
  padding: 10px 0 10px 30px;
}
textarea{
  width: 500px;
  height: 300px;
  resize: none;
}
.botan{
  text-align: center;
  width: 125px;
  height: 40px;
  border-radius: 5px;
  background-color: #3F3F3F;
  color: #CEECF4;
  margin: 20px 0 0 180px;
  font-weight: 900;
}
footer{
  width: auto;
  height: 40px;
  background-color: #3F3F3F;
  color: #CEECF4;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
  padding-top: 7px;
}
@media screen and (max-width: 640px){
  h1{
    font-size: 35px;
    color: #F9061D;
    padding: 35px 0 0 20px;
    letter-spacing: 100p;
    font-weight: 600;
    }
    .haikei{
      background-color: #CEECF4;
      width: auto;
      }
    .muryoude{
      font-size: 35px;
      line-height: 45px;
      color: #3F3F3F;
      padding: 10px 0 0 20px;
      letter-spacing: 3px;
      text-shadow: 7px 7px 3px #fdfdfd;
      font-weight: 600;
    }
    .jyoukenn{
      font-size: 8px;
      padding: 20px 0 0 15px;
      color: #3F3F3F;
      line-height: 15px;
    }
    .nokori{
      font-size: 25px;
      font-weight: 600;
      margin: 25px 0 45px 15px;
      background-color: #fffdfd;
      width: 100px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      border-radius: 7px;
      padding: 0 0 0 0;
    }
    .haikei{
      background-color: #CEECF4;
      }
    .syoukai{
      font-size: 8px;
      line-height: 18px;
      padding: 30px 0 30px 15px;
      background-color: #fffdfd;
      }
    .toiawase{
        font-size: 7px;
        padding: 10px 0 30px 15px;
        background-color: #CEECF4;
      }
      .nyuuryoku{
        padding: 7px 0 10px 10px;
      }
      .toi{
        font-size: 12px;
      }
    input[type="text"],
    input[type="email"],
    select,
      textarea{
        background-color: #fdfdfd;
        width: 220px;
        height: 27px;
        margin: 3px 0 10px 0;
      }
      textarea{
        width: 250px;
        height: 200px;
        resize: none;
      }
      .botan{
        text-align: center;
        width: 80px;
        height: 20px;
        border-radius: 3px;
        background-color: #3F3F3F;
        color: #CEECF4;
        margin: 5px 0 0 80px;
        font-weight: 900;
      }
      footer{
        height: 20px;
        background-color: #3F3F3F;
        color: #CEECF4;
        font-size: 8px;
        text-align: center;
        font-weight: 900;
        padding-top: 3px;
      }
    }