@charset "utf-8";

h1 {
  margin: 5px 0px 5px 0px;
  color: #bd0005;
  font-size: 20px;
  font-weight: bold;
  font-family: sans-serif;
  padding: 1px 1px 1px 10px;
}

h2 {
  margin: 10px 0px 0px 0px;
  color: #6c3524;
  font-size: 18px;
  font-weight: bold;
  font-family: sans-serif;
}

h3 {
  margin: 0px 0px 0px 10px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
}

h4 {
  margin: 10px 10px 10px 10px;
  color: #333;
  font-size: 12px;
  font-weight: normal;
  font-family: sans-serif;
  line-height: 20px;
}

h6 {
  margin: 0;
  color: #333;
  font-size: 11.5px;
  font-weight: normal;
  font-family: sans-serif;
}

a {
  color: #ff4dc4;
  text-decoration: none;
  font-weight: bold;
}

img {
  border-radius: 10px;
}

hr {
  width: 80%;
  border-top: 3px solid #808080;
  margin-top: 30px;
  margin-bottom: 30px;
}

.dashed {
  width: 50%;
  border-top: 1px dashed #808080;
  margin-top: 30px;
  margin-bottom: 30px;
}

td.sidebar-line-weight {
  width: 3px;
  background-color: #999999;
}

td.sidebar-line-length {
  width: 15px;
}

td.v-align-top {
  vertical-align: top;
}

a.v-align-top {
  vertical-align: top;
}

p.v-align-top {
  vertical-align: top;
}

.top-menu {
  display: flex;
  flex-wrap: wrap;
}
.top-menu ul {
  list-style: none;
}
.top-menu li {
  list-style: none;
  width: calc(100% / 7); /*←画像を横に4つ並べる場合*/
  padding: 0 5px; /*←画像の左右に5pxの余白を入れる場合*/
  box-sizing: border-box;
}
.top-menu li img {
  max-width: 100%; /*画像のはみだしを防ぐ*/
  height: auto; /*画像の縦横比を維持 */
}
.top-menu td {
  text-align: center;
}

ul {
  margin: 10px 10px 10px 10px;
  color: #530000;
  font-size: 12px;
  font-weight: normal;
  font-family: sans-serif;
  line-height: 20px;
}
