/* 共通部分
------------------------------- */

html {
  font-size: 100%;
}
.smaller {
  font-size: smaller;
}
.s09{
  font-size: 9pt
}
body {
  background-color: #fff;
}

 /* HEADER
------------------------------- */ 

header {
  color: #ef8d50;font-size: 15px;text-align: center;background-color: #fff;width: 100%;
  height: 150%;margin:40px;
  margin-right: auto;
  margin-left : auto;
} 
 
  /* 
------------------------------- */ 
.content_text1 {
  flex: 1;
  text-align: center;
  padding: 10px 10px 10px;
  margin: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.content_text2 {
  flex: 1;
  text-align: left;
  padding: 10px 10px 10px;
  margin: 5px;
  border: 0;
  border-radius: 5px;
}

form {
  text-align: center;
}

.form_top{
  font-size: 15px;
  text-align: center;
  margin:80px;
}

.form-content {
  font-size: 13px;
  text-align: center;
  margin: 10px;
}

.form-bottom{
  font-size: 15px;
  text-align: center;
  margin:80px;
}

 /* ボタン */
a {
  text-decoration: none;
}

.button {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 280px;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid #d95727;
  background: #ef8d50;
  color: #fff;
  font-size: 20px;
  border-radius: 100vh;
  transition: 0.5s;
}

.button:hover {
  background: #98deeb;
}


/* footer*/



