@charset "UTF-8";
/*　-----------------------　共通部分　-----------------------　*/
main {
  background-color: #FFF;
  padding-top: 70px;
  margin-bottom: 60px;
}

.outline h2 {
  color: #4b4a4a;
  font-size: var(--font40);
  line-height: 1;
  width: auto;
  margin-bottom: 0.5em;
  padding: clamp(3rem, 5vw, 5rem) 0;
  text-align: center;
}

.inner {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}

.outline h3 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
  text-align: left;
}
.outline h3::before {
  content: "■";
}

p.date {
  text-align: right;
  margin-right: 5px;
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

table {
  font-size: 0.8rem;
  width: 100%;
  margin-bottom: clamp(3rem, 5vw, 5rem);
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-collapse: collapse;
}

th, td {
  text-align: justify;
  margin: 0;
  padding: 10px 10px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}

th {
  background: var(--Color4);
  color: var(--Color2);
  white-space: nowrap;
}

tr:not(:last-of-type) th {
  border-bottom: 1px solid #666;
}

td {
  background: var(--Color2);
}

/* ----------------------- */
/* 1000*/
/* ----------------------- */
@media screen and (max-width: 1000px) {
  .sec_main {
    width: 95%;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
/* ----------------------- */
/* sp */
/* ----------------------- */
@media screen and (max-width: 767px) {
  .outline h2 {
    font-size: var(--font32);
  }
  .outline h3 {
    font-size: 1em;
  }
  p.date {
    font-size: 2.5vw;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  table {
    font-size: 2.5vw;
    margin-bottom: 2em;
    letter-spacing: 0;
  }
  th {
    width: 25%;
    padding: 0.3em;
    white-space: normal;
  }
  td {
    padding: 0.3em;
  }
}/*# sourceMappingURL=outline.css.map */