<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! Writen  by SCSS */
div.container {
  margin-top: 60px; }
  @media screen and (max-width: 480px) {
    div.container {
      margin-top: 40px; } }

.sec_out {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 40px); }
  .sec_out .sec_ttl {
    font-size: clamp(32px, 5.45vw, 72px);
    padding: 60px 0 40px;
    line-height: 1; }
    @media screen and (max-width: 480px) {
      .sec_out .sec_ttl {
        padding: 40px 0 40px;
        font-size: 26px; } }

@media screen and (max-width: 768px) {
  .caption_area {
    padding: 20px 0; } }

.items {
  display: flex;
  flex-direction: column;
  grid-gap: 40px 0; }
  .items .day dl {
    display: flex; }
    .items .day dl dt {
      width: 8em;
      margin-right: 0.5em;
      text-align: justify-all; }
  .items .table_ttl {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 0.5em; }
    @media screen and (max-width: 768px) {
      .items .table_ttl {
        font-size: 17px; } }
  .items .yokoku_box {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    @media screen and (max-width: 768px) {
      .items .yokoku_box {
        display: block; } }
    .items .yokoku_box .ttl {
      font-size: 16px;
      width: 160px;
      border: 1px solid #000;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .items .yokoku_box .ttl {
          width: 100%;
          margin-bottom: 10px; } }
    .items .yokoku_box .txt {
      font-size: 12px;
      line-height: 1.4;
      width: calc(100% - 180px); }
      @media screen and (max-width: 768px) {
        .items .yokoku_box .txt {
          width: 100%; } }
  .items table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #555;
    border-bottom: 0; }
    @media screen and (max-width: 768px) {
      .items table {
        display: block; } }
    @media screen and (max-width: 768px) {
      .items table tbody {
        display: block; } }
    @media screen and (max-width: 768px) {
      .items table tr {
        display: block;
        width: 100%; } }
    .items table th, .items table td {
      font-size: 14px;
      padding: 0.4em 1em;
      text-align: left;
      font-weight: normal;
      border-bottom: 1px solid #555; }
      @media screen and (max-width: 768px) {
        .items table th, .items table td {
          display: block;
          font-size: 13px;
          padding: 0.4em; } }
    .items table th {
      width: 220px;
      background: rgba(204, 204, 204, 0.4); }
      @media screen and (max-width: 768px) {
        .items table th {
          width: 100%; } }
    .items table td {
      width: calc(100% - 220px); }
      @media screen and (max-width: 768px) {
        .items table td {
          width: 100%; } }

.cap_box p {
  font-size: 12px;
  line-height: 1.4; }

/*# sourceMappingURL=outline.css.map */
</pre></body></html>