<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title01, .title02 {
  background: #cc0000;
  color: #FFF;
  text-align: center;
  padding: 1em;
  font-size: 136%;
  font-weight: bold;
  text-shadow: 1px 1px 2px #333;
                             /*
border-radius: 10px 10px;*/
}

.title02 {
  background: #006666;
}

.calenderWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .calenderWrap {
    margin-bottom: 20px;
    padding: 0;
  }
}
.calenderWrap .calenderTitle {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
.calenderWrap .calenderTable01 {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .calenderWrap .calenderTable01 {
    width: 100%;
  }
  .calenderWrap .calenderTable01 + .calenderTable01 {
    margin-top: 20px;
  }
}
.calenderWrap .calenderTable01 table {
  width: 100%;
}
.calenderWrap .calenderTable01 table thead tr th {
  border: 1px solid #939393;
  text-align: center;
  color: #000000;
  font-size: 11px;
  background: #434343;
  color: #fff;
}
.calenderWrap .calenderTable01 table tbody tr td {
  font-size: 14px;
  border: 1px solid #939393;
  color: #000000;
  text-align: center;
}
.calenderWrap .calenderTable01 table tbody tr .holiday {
  background: #FF8591;
  color: #D5D5D5;
}

.noteList01 {
  margin-bottom: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
}
.noteList01 li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3;
}
.noteList01 li span {
  font-family: 'Liberation Serif', 'Noto Sans CJK JP', 'TakaoGothic', 'VL Gothic', 'Yu Gothic', 'MS Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Osaka-Mono', 'Noto Sans JP', Monospace;
}
</pre></body></html>