.information-box {
  padding: 20px;
  font-size: 16px;
  background-color: #F5F5F5;
}
.information-box__text {
  font-size: 16px;
}
.information-box__text + .information-box__text {
  margin-top: 10px;
}
.information-box__text .link {
  font-size: 16px;
}
.information-box__heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.information-box__heading__label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 62px;
  background-color: #333;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
.information-box__heading__text {
  margin-left: 10px;
  font-size: 18px;
}
.information-box .information-dl div {
  display: flex;
  margin-bottom: 40px;
}
.information-box .information-dl div:last-child {
  margin-bottom: 0;
}
.information-box .information-dl div dt span {
  background-color: #333333;
  font-weight: normal;
  color: #FFF;
  padding: 4px 10px;
  font-size: 16px;
  margin-right: 10px;
}
.information-box .information-dl div dd p {
  padding-bottom: 10px;
}

.info {
  font-size: 12px;
}

.kubun h2 {
  color: #B59B08;
  font-size: 24px;
}
.kubun table {
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
  width: 100%;
  max-width: 552px;
  margin: 30px 0;
}
.kubun table tr {
  height: 64px;
}
.kubun table tr:nth-child(2) {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.kubun table th {
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  background-color: #F8F2D1;
}
.kubun table td {
  font-size: 16px;
  vertical-align: middle;
  padding-left: 16px;
}