h3 {
  font-size: 1.4em;
}

.fa-square {
  margin-right: 0.25em;
}

.c_box {
  row-gap: 2em;
  max-width: 1200px;
  margin: 20px auto;
}

table tr {
  line-height: 1em;
}
table th {
  width: 10em;
}
table td {
  padding: 0.5em 0;
}
table td p {
  padding: 0;
}

#callender ul {
  padding: 0.5em 0;
}
#callender ul li {
  margin-left: 1em;
  text-indent: -1.3em;
  line-height: 1.25em;
  font-size: 1.4em;
  margin-bottom: 1em;
}

.contents4 {
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-top: 60px;
}
.contents4 .t_left {
  text-align: left;
}

.contents3 {
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-top: 60px;
}

.period2 {
  position: relative;
  border: solid 3px #ff6060;
  border-radius: 8px;
  padding: 2em 2em 1em 2em;
  max-width: 800px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
}
.period2 .period2-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1.2;
  font-size: 22px;
  background: #fff;
  color: #ff6060;
  font-weight: bold;
}/*# sourceMappingURL=calendar.css.map */