@charset "UTF-8";
.summary dl {
  margin: 60px 50px 100px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #ccc;
}
.summary dl dt {
  width: 15%;
  border-bottom: 1px solid #ccc;
  padding: 30px 0 30px 0;
  box-sizing: border-box;
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.summary dl dd {
  width: 85%;
  border-bottom: 1px solid #ccc;
  padding: 30px 0 30px 30px;
  box-sizing: border-box;
}

.organization p {
  margin-top: 60px;
  margin-bottom: 2em;
  text-align: center;
}
.organization p img {

  width: 1000px;
  height: auto;
}

div.single .board section {
  width: 1000px;
  margin: 40px 50px 80px;
}
div.single .board section section {
  width: auto;
  margin: 0 auto 50px;
}
div.single .board section table {
  width: 100%;
  font-size: 16px;
}
.board section h4 {
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 24px;
}

.board section section {
  margin: 0;
}

.board section section h5 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 30px;
}

.board section table th,
.board section table td {
  width: 29%;
  text-align: center;
  padding: 25px 0;
}
.board section table th {
  background-color: #e5e5e5;
  color: #333;
  padding: 15px 0;
  /* border-top: none; */
}
.board section table tr th:last-child,
.board section table tr td:last-child {
  border-right: none;
}
.board section table tr th:first-child,
.board section table tr td:first-child {
  border-left: none;
}
.board section table th.kenmei,
.board section table td.kenmei{
  width: 13%;
  vertical-align: top;
}
.board section.representative table th.last,
.board section.representative table td.last {
  width: 80px;
}

div.single section.organization {
  margin-bottom: 100px;
}
div.single .board section.umpire {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) and (max-width: 1160px) {
  .organization p img {
    width: 92%;
    height: auto;
  }
  div.single .board section {
    width: 92%;
    margin: 40px auto 80px;
  }
}

@media screen and (max-width: 768px) {
  div.single .board section {
    width: 100%;
    margin: 8vw 0 15vw;
  }

  .board section h4 {
    font-size: 3.8vw;
    line-height: 1em;
    margin-bottom: 6vw;
  }
  .organization p {
    margin-top: 8vw;
    margin-bottom: 15vw;
    text-align: center;
  }
  .organization p img {
    width: 100%;
    height: auto;
  }
  .summary dl {
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    margin: 7vw auto 16vw;
    font-size: 3.2vw;
  }
  .summary dl dt {
    width: 18%;
    border-bottom: 1px solid #ccc;
    padding: 4vw 0;
    box-sizing: border-box;
  }
  .summary dl dd {
    width: 82%;
    border-bottom: 1px solid #ccc;
    padding: 4vw 0 4vw 3vw;
  }
  .board section table th, .board section table td {
    width: auto;
    text-align: center;
  }
  .board section table th {
    background-color: #e5e5e5;
    color: #333;
    padding: 2.4vw 0;
  }
  .board section table th.kenmei, .board section table td.kenmei {
    width: 15%;
    vertical-align: top;
  }
  .board section table td {
    padding: 4vw 0;
  }
  .board section.representative table td.last {
    width: 30vw;
  }
  div.single section.organization {
    margin-bottom: 20vw;
  }
  div.single section.organization p.smt {
    width: 100%;
    margin: 8vw auto 0;
  }
}