@charset "UTF-8";
header::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
 
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/

  border-width:  0 0 40px   100vw;
 
  border-color:  transparent  transparent #F6F4EE transparent   ;
  backface-visibility: hidden;
}
body {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #313131;
}
.form{
  background-color: #F6F4EE;
}
iframe{
  width: 100%;
}
.form h1{
  font-size: 2.0em;
  text-align: center;
  font-weight: normal;
  padding: 5vh 0;
  color: #004496;
}