@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 150%;
}

.info table {
  width: 1200px;
  margin: 100px auto;
  max-width: 90%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  border-collapse: separate;
  border-spacing: 0px 20px;
}
.info table th {
  background: #5a9dd8;
  padding: 20px;
  width: 20%;
  text-align: left;
  color: white;
  font-weight: 600;
}
.info table td {
  width: calc(100% - 200px);
  background: white;
  padding: 20px 40px;
  color: #333333;
}
.info table td b {
  font-weight: 800;
}
.info table td li {
  list-style: "・";
  margin-bottom: 20px;
}
.info table td li:last-child {
  margin-bottom: 0;
}
.info table td a {
  display: block;
}

.name_flex {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 700px) {
  .info table {
    margin: 0px auto;
    margin-bottom: 100px;
    display: block;
  }
  .info table tr {
    display: block;
  }
  .info table td,
  .info table th {
    display: block;
    width: 100%;
    padding: 15px 20px;
  }
  .info table td {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=info.css.map */