.home-logo {
  margin-top: 200px;
}

.home-logo  img {
  width: 100px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;  
}

.aa {
  text-align: center;
  font-size: 14px;  
}

h1 {
  font-size: 24px;
  color: #0216BB;
  font-weight: bold;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.21); 
}

h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #f6b277;
}

h3 {
  font-size: 18px;
}

p {
  font-size: 14px;
}

img {
  width: 100%;
  height: auto;
  padding: 0 0.05em;  
}

table {
  width: 100%;
}

th {
  padding-right: 1em;
  width: 25em;
  text-align: right;
}

th,
td:nthof-type(1) {
  width: 10em;
}

#form-snippet > form:nth-of-type(1) {
  margin-bottom: 3em;  
}

#form-snippet > form:nth-of-type(1) input[type="submit"]{
  margin-left: 90%;
}

/*
div[data-name] {
  display: inline-block;
  margin-right: 1em;
}
*/

/* 一覧テーブル */
#form-snippet > table th,
#form-snippet > table td {
  text-align: center;  
}

input[type="text"],
input[type="password"],
textarea{
  width: 100%;
  border: solid 1px #d8d8d8;
}

label {
  display: inline-block;
}

label[data-status='error'],
select[data-status='error'],
textarea[data-status='error'], 
input[data-status='error'] {
/*   border: solid 1px #ff4545; */
  background-color: #fee;
}

*[data-required='true']::after,
*[data-required='1']::after {
  content: '*';
  display: inline-block;
  margin: 0 0 0 0.15em;
  font-size: 20px;
  color: #F44336;
}

form.input,
table.d-list {
  margin: 5em;  
}

form.input td div {
  display: inline-block;
}

@media screen and (max-width: 480px) {
  
table th {
  display: block;
  padding: 0;
  width: 90%;
  text-align: center;
}

table td {
  display: block;
  width: 90%;
  padding: 0;
  margin: 0 5% 2em 5%;
  text-align: center;
  border-bottom: solid 1px #ccc;
}

}
  
