.st_annual_schedule {
  --event-bg-color-01: var(--main-color);
  --event-bg-color-02: #DFEFFB;
  width: 100%;
  max-width: 1380px;
  min-width: 960px;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed; }
  .st_annual_schedule th,
  .st_annual_schedule td {
    box-sizing: border-box;
    padding: 8px;
    text-align: center; }
  .st_annual_schedule td {
    font-size: 0.9375rem; }
  .st_annual_schedule thead tr th {
    font-size: 1.25rem;
    font-weight: normal;
    border-right: 1px solid var(--gray-color, #999); }
    .st_annual_schedule thead tr th:last-child {
      border-right: none; }
  .st_annual_schedule thead tr:first-child th {
    background-color: var(--main-color);
    color: #fff;
    border-right: 1px solid #fff; }
    .st_annual_schedule thead tr:first-child th:first-child {
      border-radius: 0.5rem 0rem 0rem 0.5rem; }
    .st_annual_schedule thead tr:first-child th:last-child {
      border-right: none;
      border-radius: 0rem 0.5rem 0.5rem 0rem; }
  .st_annual_schedule * > .event01,
  .st_annual_schedule * > .event02 {
    display: block;
    padding: 0.5rem;
    line-height: 1.4;
    border-radius: 4px; }
  .st_annual_schedule * > .event01 {
    background: var(--event-bg-color-01);
    color: #fff; }
  .st_annual_schedule * > .event02 {
    background: var(--event-bg-color-02); }

.st_scrollbox {
  margin-bottom: 0; }

.st_calendar_reports {
  margin: 0.5em 1em 0; }
  .st_calendar_reports > li > div {
    padding: 1.5rem 0rem;
    display: grid;
    grid-template-columns: 8rem 1fr;
    grid-gap: 1.5rem;
    align-content: start;
    border-bottom-style: solid;
    border-bottom-width: 0.0625rem;
    border-bottom-color: var(--gray-color, #999);
    text-decoration: none; }
    .st_calendar_reports > li > div > .date {
      display: block;
      padding: 0.25rem;
      height: -moz-fit-content;
      height: fit-content;
      background-color: var(--focus-color, #e0f7ff);
      border-radius: 0.5rem;
      text-align: center;
      font-size: 1rem;
      font-family: "BIZ UDPGothic", sans-serif;
      font-weight: 700;
      color: var(--text-color, #333);
      background: linear-gradient(90deg, #E0F3FF 0%, #CCE6FF 50%, #DBF5FF 100%); }
    .st_calendar_reports > li > div > .text {
      display: block;
      position: relative;
      padding: 0.25rem 0rem;
      font-size: 1.125rem;
      line-height: 1.5em;
      font-weight: 400;
      font-family: "BIZ UDPGothic", sans-serif;
      color: var(--text-color, #333);
      transition: 0.4s; }
  .st_calendar_reports > li:only-child > div {
    border-bottom: none; }

.st_section_body > .st_calendar_reports > li:first-child > div { padding-top: 0;}

@media only screen and (max-width: 640px) {
      body:not(.noRes) .st_annual_schedule td {
        font-size: 0.846rem; }
      body:not(.noRes) .st_annual_schedule * > .event01, body:not(.noRes)
      .st_annual_schedule * > .event02 {
        padding: 0.5rem 0.4rem; }
      body:not(.noRes) .st_calendar_reports > li > div {
        display: block; }
        body:not(.noRes) .st_calendar_reports > li > div > .date {
          display: inline-block;
          padding: 0.25rem 15px;
          margin-bottom: 10px; } }
