@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
.main_titl {
  text-align: center;
  font-size: clamp(3.2rem, 1.459rem + 2.353vw, 4rem);
  margin: 100px 0 60px;
}
@media (max-width: 740px) {
  .main_titl {
    margin: 80px 0 50px;
  }
}

#outline {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(1rem, 0.129rem + 1.176vw, 1.4rem);
}
#outline .ttl {
  margin-bottom: 20px;
}
#outline .txt {
  margin-bottom: 20px;
}
#outline table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
#outline table th,
#outline table td {
  font-weight: 400;
  text-align: justify;
  border: 1px solid #ccc;
  padding: 15px;
  text-align: left;
}
#outline table th {
  background-color: #f2f0eb;
  width: 30%;
}/*# sourceMappingURL=outline.css.map */