body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.6;
  font-size: 16px;
}

header{
  border-bottom: 3px solid #a40000;
  font-weight:bold;
  font-size:2rem;
  text-align:center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#logo img{
  max-width:100%;
  height:70px;
}

.footerLogo img {
  max-width: 345px;
}

footer{
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 4px solid #a40000;
  background-color: #f9f9f9;
}

#content{
  padding:40px 0px;
}

.table-contact{
  border-top:1px solid #aaa;
  border-left:1px solid #aaa;
  width:100%;
border-collapse: inherit;
border-collapse: initial;
  border-spacing:0px;
}

.table-contact tr th{
  position:relative;
  background:#f6f6f6;
  vertical-align:middle;
  border-right:1px solid #aaa;
  border-bottom:1px solid #aaa;
  padding:10px;
  width:30%;
}

.table-contact tr td{
  padding:10px;
  border-right:1px solid #aaa;
  border-bottom:1px solid #aaa;
}

.required{
  position:absolute;
  right:10px;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  color: rgb(255, 255, 255);
  background-color: rgb(198, 29, 32);
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 5px;
}

.error-message {
  position: relative;
  padding: 0.5rem 0.5rem;
  margin-top: 1rem;
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  border-radius: .25rem;
}


@media (max-width: 991px) {
}
@media (max-width: 576px) {
}
