@charset "UTF-8";
.font-min {
  font-family: "Noto Serif JP", serif;
}

.font-en {
  font-family: "EB Garamond", serif;
}

/* ====================================================================================================
   メインタイトル
==================================================================================================== */
@media screen and (max-width: 750px) {
  .mainttl-sec {
    margin-bottom: 2.5%;
  }
}
.mainttl-sec .mainttl-box {
  max-width: 655px;
}
.mainttl-sec .mainttl-en {
  font-size: 3rem;
}
@media screen and (max-width: 750px) {
  .mainttl-sec .mainttl-en {
    font-size: 1.6153846154rem;
  }
}

.or-txt {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px;
  font-size: 1.1428571429rem;
}
@media screen and (max-width: 750px) {
  .or-txt {
    margin-bottom: 4.4117647059%;
    font-size: 0.8846153846rem;
  }
}

.or-table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .or-table {
    margin-bottom: 5.8823529412%;
  }
}
.or-table table {
  width: 100%;
  border-top: 1px solid #308255;
}
.or-table table tr {
  border-bottom: 1px solid #308255;
}
.or-table table tr th {
  width: 10em;
  font-size: 1.2857142857rem;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (max-width: 750px) {
  .or-table table tr th {
    width: 4em;
    font-size: 1rem;
  }
}
.or-table table tr td {
  padding: 20px;
  font-size: 1.2857142857rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .or-table table tr td {
    font-size: 1rem;
  }
}/*# sourceMappingURL=organization.css.map */