@charset "UTF-8";

body {
	background:#fff;
	display: block;
}

main {
padding:0;
}

main > section,
.main > section {
	scroll-snap-align: start;
/* 	overflow: scroll; */
	height: 100vh;
  width: 100%;
  height: 100%;
  /*! display: flex; */
  /*! justify-content: center; */
  /*! align-items: center; */
  padding-top: 0;
}

.koteibox01 {
  width: 90%;
  max-width: 700px;
  text-align: left;
  padding: 50px 0;
  
  margin: 0 auto;
}
.left503 {
  margin-bottom: 20px;
  text-align: center;
}
.left50 {
  margin-bottom: 5px;
}
.left502 {
  margin-bottom: 20px;
}

.koteibox01 input[type=text],
.koteibox01 textarea {
  width: 100%;
  line-height: 2;
  border: none;
/*   border-bottom: 2px solid red; */
  border: 1px solid #aaa;
  background: #eee;  
}

.koteibox01 select {
  width: 100%;
/*   line-height: 2; */
  height: 3em;
  display: block;
  border: none;
  border: 1px solid #aaa;
  background: #eee;  
  margin-bottom: 0;
}
.koteibox01 .submit-btn {
  text-align: center;
  border: none!important;
}
.koteibox01 .submit-btn input {
  text-align: center;
  border: none!important;
  width: 50%;
  max-width: 200px;
  height: 50px;
  line-height: 50px;
  background: #ece1c7;
  color: #fff;
}