@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baloo+2&family=Comfortaa&family=M+PLUS+Rounded+1c:wght@300&family=Noto+Sans+JP:wght@400;700&display=swap");

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  max-width: 470px;
  margin: 0 auto;
}
img, a{
  display: block;
  width: 100%;
}
.fv .fv_wrapper{
  position: relative;
}
.fv_wrapper a{
  position: absolute;
  bottom: 4%;
  margin: 0 5%;
  width: 90%;
  transition: 0.5s ease;
}
a:hover{
  transform: scale(1.03);
} 
.about{
  background-color: #FFF;
  padding: 10% 0;
}
.naitei_pass section.form .form_content{
    width: 90%;
    margin: 0 5%;
}
.naitei_pass section.form .form_content_header{
    height: 30px;
    border-radius: 20px 20px 0 0;
    width: 90%;
    margin: 0 5%;
}
.naitei_pass section.form{
  padding: 0;
}
.naitei_pass .bannerbox{
    margin-top: 40px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.naitei_pass .bannerbox div{
  width: 70%;
}
