body#momoschool .section .lead p {
  margin-bottom: 0;
  color: #d4ad74;
  font-size: 125%;
  font-weight: 700;
}
body#momoschool .section .best3 {
  display: flex;
  justify-content: space-between;
}
body#momoschool .section .best3 .block {
  flex-basis: 31%;
}
body#momoschool .section .best3 table {
  width: 100%;
  margin-bottom: 2.5em;
  border-collapse: collapse;
  border-spacing: 0;
}
body#momoschool .section .best3 table thead tr th {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.625em 1em;
  color: #ffffff;
  font-weight: 700;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #333333;
}
body#momoschool .section .best3 table thead tr th + th {
  border-left: solid 1px #ffffff;
}
body#momoschool .section .best3 table thead tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.625em 1em;
  font-weight: 400;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #333333;
}
body#momoschool .section .best3 table thead tr td + td {
  border-left: solid 1px #ffffff;
}
body#momoschool .section .best3 table tbody tr.miyazaki th, body#momoschool .section .best3 table tbody tr.miyazaki td {
  color: #ffffff;
  font-weight: 700;
  background-color: #b38847;
}
body#momoschool .section .best3 table tbody tr th, body#momoschool .section .best3 table tbody tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0.9375em 1.25em;
  border-bottom: solid 1px #ffffff;
  line-height: 1.875;
}
body#momoschool .section .best3 table tbody tr th {
  position: relative;
  width: 25%;
  white-space: nowrap;
  color: #ffffff;
}
body#momoschool .section .best3 table tbody tr td ul {
  margin-bottom: 0;
}
body#momoschool .section .rule {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#momoschool .section .rule li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-basis: 50%;
  font-size: 125%;
}
body#momoschool .section .rule figure {
  flex-basis: 48%;
  position: relative;
}
body#momoschool .section .rule figure figcaption {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0.625em;
  left: 50%;
  width: 90%;
  padding: 0.3125em;
  border: solid 1px rgba(255, 255, 255, 0.4);
  font-size: 87.5%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body#momoschool .section .flow {
  text-align: center;
}
body#momoschool .section .trace {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body#momoschool .section .trace .info, body#momoschool .section .trace figure {
  flex-basis: 48%;
}
body#momoschool .section .monument {
  text-align: center;
}
body#momoschool .section .itadakimasu, body#momoschool .section .gochisousama {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#momoschool .section .itadakimasu li, body#momoschool .section .gochisousama li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-basis: 50%;
  font-size: 125%;
}
body#momoschool .section .arrow {
  margin-bottom: 1.25em;
  text-align: center;
}
body#momoschool .section .voice {
  font-size: 150%;
  font-weight: 700;
  text-align: center;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#momoschool .section .lead p {
    font-size: 100%;
  }
  body#momoschool .section .best3 {
    display: block;
  }
  body#momoschool .section .best3 .block + .blcok {
    margin-top: 1.25em;
  }
  body#momoschool .section .rule {
    display: block;
  }
  body#momoschool .section .rule li {
    font-size: 100%;
  }
  body#momoschool .section .rule figure + figure {
    margin-top: 1.25em;
  }
  body#momoschool .section .trace {
    display: block;
  }
  body#momoschool .section .trace figure {
    margin-top: 1.25em;
  }
  body#momoschool .section .itadakimasu, body#momoschool .section .gochisousama {
    display: block;
  }
  body#momoschool .section .itadakimasu li, body#momoschool .section .gochisousama li {
    font-size: 100%;
  }
}
