@import url(common.css);

.content section {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 991px) {
  .content section {
    padding-top: 16px;
  }
}

.content h2 {
  padding-bottom: 38px;
}
@media screen and (max-width: 991px) {
  .content h2 {
    padding-bottom: unset;
  }
}

/* .content img {
  margin-left: 10%;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .content img {
    max-width: 80%;
  }
} */

.content table {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 34px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .content table {
    font-size: 18px;
    line-height: 30px;
  }
}

.content table thead {
  background-color: #8ac6d1;
  border: 1px solid #3d3d3d;
  border-bottom: 2px solid #3d3d3d;
}

.content table th {
  font-weight: bold;
  border-left: 1px solid #3d3d3d;
}

.content table tbody {
  background-color: #fff;
}

.content table td {
  border: 1px solid #3d3d3d;
  vertical-align: middle;
  font-size: 16px;
}

.side {
  margin-bottom: 330px;
}
@media screen and (max-width: 1139px) {
  .side {
    margin-bottom: 16px;
  }
}
