/*
.eventCalendar
---------------------------*/
.eventCalendar .CalendarTitle {
  text-align: center;
  font-size: 21px;
  padding-bottom: 20px;
}
.eventCalendar .CalendarTitle span {
  line-height: 1;
  font-family: "Outfit", sans-serif;
  font-size: 31px;
  padding-right: 5px;
}
@media (min-width: 1000px) {
  .eventCalendar .CalendarTitle {
    font-size: 31px;
  }
  .eventCalendar .CalendarTitle span {
    font-size: 61px;
  }
}

/*
contentTitle
---------------------------*/
.contentTitle span {
  line-height: 1;
}
.contentTitle .year {
  font-size: 31px;
  font-family: "Outfit", sans-serif;
}
@media (min-width: 1000px) {
  .contentTitle .year {
    font-size: 61px;
  }
}

/*
table
---------------------------*/
.table.type03 thead th {
  text-align: center;
}
.table th a,
.table td a {
  text-decoration: underline;
  color: #036EB8;
}
.table tbody td:nth-of-type(3) {
  text-align: left;
}
.table tbody td:first-of-type, .table tbody td:nth-of-type(2), .table tbody td:nth-of-type(4) {
  white-space: nowrap;
}

/*
tableStyle
---------------------------*/
.tableStyle dl {
  display: flex;
  flex-wrap: wrap;
}
.tableStyle dl + dl {
  margin-top: 20px;
}
.tableStyle dl.thStyle {
  display: none;
}
.tableStyle dl dt, .tableStyle dl dd {
  display: flex;
  align-items: center;
  width: 100%;
}
.tableStyle dl dt {
  justify-content: center;
  font-weight: 600;
  background-color: #ddd;
  padding: 5px 10px;
}
.tableStyle dl dd {
  padding-top: 10px;
}
.tableStyle dl dd > div {
  display: flex;
  align-items: center;
}
.tableStyle dl dd .spTh {
  display: inline-block;
  min-width: 6em;
  text-align: center;
  padding: 0 5px;
  border: 1px solid #ccc;
  margin-right: 10px;
}
.tableStyle dl dd a {
  text-decoration: underline;
  color: #036EB8;
}
@media (min-width: 1000px) {
  .tableStyle {
    border: 1px solid #ccc;
  }
  .tableStyle dl {
    flex-wrap: nowrap;
  }
  .tableStyle dl + dl {
    margin-top: 0;
  }
  .tableStyle dl + dl {
    border-top: 1px solid #ccc;
  }
  .tableStyle dl.thStyle {
    display: flex;
  }
  .tableStyle dl.thStyle dt, .tableStyle dl.thStyle dd {
    justify-content: center;
    font-weight: 600;
    background-color: #ddd;
  }
  .tableStyle dl dt, .tableStyle dl dd {
    border-right: 1px solid #ccc;
    padding: 10px;
    width: calc((100% - 600px) / 4);
  }
  .tableStyle dl dt {
    justify-content: center;
    font-weight: 400;
    background-color: transparent;
    padding: 10px;
  }
  .tableStyle dl dd:last-of-type {
    border-right: none;
  }
  .tableStyle dl dd:nth-of-type(2) {
    min-width: 600px;
  }
  .tableStyle dl dd:nth-of-type(3) {
    justify-content: center;
  }
  .tableStyle dl dd .spTh {
    display: none;
  }
}

/*
lectureDetailContent
---------------------------*/
.lectureDetailContent .lectureimageWrap {
  width: 80%;
  margin: auto;
}
.lectureDetailContent .lectureimage {
  text-align: center;
}
.lectureDetailContent .lectureimage + .lectureimage {
  margin-top: 10px;
}
.lectureDetailContent .lectureDetail dt {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
}
.lectureDetailContent .lectureDetail dl + dl {
  padding-top: 20px;
}
.lectureDetailContent .lectureDetail a {
  text-decoration: underline;
}
@media (min-width: 1000px) {
  .lectureDetailContent {
    display: flex;
    justify-content: space-between;
  }
  .lectureDetailContent .lectureimageWrap,
  .lectureDetailContent .lectureDetail {
    width: calc((100% - 30px) / 2);
    margin: inherit;
  }
  .lectureDetailContent .lectureDetail dt {
    font-size: 18px;
  }
  .lectureDetailContent .lectureDetail dl + dl {
    padding-top: 30px;
  }
}

/*# sourceMappingURL=events.css.map */