body { 
  margin:0;
  font-family: Arial, sans-serif;
}
article {
  padding-left: 20%;
  padding-right:20%;
}
img { 
  vertical-align: middle; margin-right: 10px;
}/*んだこれ*/
audio { 
  display:block; margin-top: 5px; 
} /*ほら、おんせい再生するやつ*/
header {
  background-color: #fff;
  padding-left:15%;
  color:#0065f2;
}
header a {
  color: #0065f2;
  text-decoration: none;
}
header img{
  height:100px;
}
.header-no-shita {
  padding-left:15%;
  height: 30px;
  display: flex;
  align-items: center;
  color: #2b53da;
  list-style: none;
}
.header-no-shita a{
  color:#2b53da;
  margin-right:30px;
  text-decoration: none;
}
.ueno-hou {
  width:100%;
  display: flex;
  justify-content: space-between;
  margin-top:3%;
}
.toukou-form {
  background-color: #e6ecfe;
  padding:2%;
  border:solid #beccea 2px;
  width:45%;
}
.kiyaku-to-concept {
  background-color: #beccea;
  padding:2%;
  border:solid #e6ecfe 2px;
  width:45%;
}

.button-tokubetsu {
  background: #4070ff;
  color:#fff;
  width:100%;
  height:85px;
}
.button-tokubetsu :hover{
  background: #0065f2;
  color:#fff;
}
.status {
  color: red;
  font-weight: bold;
}
footer {
  border-top:solid 1px #14131a;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-right:30%;
  padding-left:30%;
}
footer a{
  text-decoration: none;
}
