@charset "UTF-8";

body{
  width: 410px;
  margin: 0 auto;
  font-size: 1em;
}

.sex{
  margin-bottom : 5em;
}

label{
  font-size : 1em;
  font-weight : bold;
  padding-left : 10px;
  width : 200px;
}

input[type="text"]{
  border : 1px solid #aaaaaa;
  border-radius: 5px;
  padding-left : 5px;
  font-size: 15px;
  width: 280px;
  height : 30px;
  line-height : 28px;
}

textarea{
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 10px;
  font-size: 1em;
  background-color: #fff8f0;
  min-height: min-content;
  resize: vertical;
  width:410px;
}

.btn{
  text-align: center;
  margin : 1em auto 0px;
  width : 110px;
  height : 35px;
}

.btn-1{
  background : #eb5402;
  border-radius: 7px;
  cursor: pointer;
  font-size : 0.83em;
  font-weight: bold;
  color : white;
  line-height : 35px;
  width : 115px;
  height : 35px;
}

button{
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #2ab53b; /*eb5402*/
  border-radius: 7px;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  color : white;
  line-height : 35px;
  width : 110px;
  height : 35px;
}

.span{
  margin-bottom : 0.8em;
}

.bs{
  margin-bottom: 1em;
}
.ss{
  margin-bottom: 0.5em;
}
/* コメント */
