@charset "UTF-8";
.top-flex .left {
  margin: 0 auto;
}

.main {
  text-align: center;
}
.main h2 {
  display: inline-block;
  background: #07308b;
  color: white;
  padding: 7.5px 50px;
  border-radius: 9999px;
  margin-bottom: 30px;
  font-size: 20px;
}
.main p {
  line-height: 170%;
  margin-bottom: 70px;
}
.main p.b {
  font-size: 18px;
  font-weight: 600;
}
.main .content {
  border: solid 2px #f0aa3e;
  margin: 100px auto;
  width: 1000px;
  max-width: 90%;
  position: relative;
  padding: 50px 5% 30px 5%;
  border-radius: 20px;
}
.main .content h2 {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%, 0);
}
.main .content-flex {
  display: flex;
  text-align: left;
}
.main .content-flex .flex {
  width: 25%;
}
.main .content-flex .flex li {
  list-style: "・";
  margin-bottom: 20px;
}
.main table {
  text-align: left;
  width: 900px;
  max-width: 90%;
  margin: 50px auto 150px auto;
}
.main table th,
.main table td {
  border-bottom: solid 1px #c6c5c5;
  padding: 30px 0 20px 0;
}
.main table th {
  width: 200px;
  padding-left: 5%;
  color: #f0aa3e;
  font-weight: 600;
}
.main table a {
  border: solid 1px #07308b;
  color: #07308b;
  padding: 5px 15px;
  margin-left: 10px;
  border-radius: 5px;
}
.main table b {
  display: block;
  font-weight: 600;
}

.ambassador {
  width: 700px;
  max-width: 90%;
  margin: 50px auto 150px auto;
}

@media screen and (max-width: 900px) {
  .top {
    margin-top: 50px;
  }
}
@media screen and (max-width: 700px) {
  .main h2 {
    padding: 7.5px 20px;
  }
  .main .content-flex {
    flex-direction: column;
  }
  .main .content-flex .flex {
    width: 100%;
  }
  .main table {
    margin-top: 0;
    margin-bottom: 100px;
    width: 100%;
    max-width: 100%;
  }
  .main table tr,
  .main table th,
  .main table td {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .main table th {
    border: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .main table td {
    padding-top: 15px;
    line-height: 170%;
  }
}/*# sourceMappingURL=company.css.map */