@charset "UTF-8";
#calendar {
  padding-top: 10rem;
  padding-bottom: 14rem;
  margin: 0 auto;
}
#calendar .backnumber {
  padding-bottom: 2.5rem;
}
#calendar .backnumber a {
  margin-left: auto;
  color: #fff;
  background-color: #00A0A2;
  width: 20.2rem;
  height: 4.4rem;
  padding-left: 1.7rem;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#calendar .backnumber a:after {
  content: "";
  width: 0.95rem;
  height: 0.95rem;
  background: url(../images/common/arrow-white.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.7rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#calendar .backnumber a:hover {
  background-color: #007D80;
}
#calendar table {
  width: 100%;
  border: 1px solid #CAD6D6;
  border-top: none;
}
#calendar table th {
  background-color: #D6E3E3;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 1.45rem 1rem;
  border-right: 1px solid #fff;
}
#calendar table th:nth-of-type(1) {
  width: 13.5%;
}
#calendar table th:nth-of-type(2) {
  width: 36%;
}
#calendar table th:nth-of-type(3) {
  width: auto;
}
#calendar table th:last-of-type {
  width: 100px;
  border-right: none;
}
#calendar table tr:nth-of-type(2n+1) td {
  background-color: #F7FAFA;
}
#calendar table td {
  border-right: 1px solid #CAD6D6;
  line-height: 1.8;
  font-size: 1.5rem;
  padding: 1.75rem 2rem;
  vertical-align: top;
}
#calendar table td:first-of-type {
  padding-right: 1.4rem;
  white-space: nowrap;
  font-weight: 600;
}
#calendar table td:last-of-type {
  border-right: none;
  text-align: right;
  white-space: nowrap;
}
#calendar table td .en {
  font-weight: 500;
  font-size: 100%;
}
#calendar table td a {
  color: #14629B;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 100%;
}
#calendar table td a:hover {
  color: #7C8C98;
}

@media screen and (max-width: 767px) {
  .eyecatch .eyecatch_txt .jp {
    letter-spacing: 0.05em;
  }
  #calendar {
    padding-top: 7rem;
    padding-bottom: 9rem;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #calendar .backnumber {
    padding-bottom: 0.4rem;
  }
  #calendar .backnumber a:after {
    right: 1.6rem;
  }
  #calendar table {
    border: none;
  }
  #calendar table th {
    display: none;
  }
  #calendar table tr {
    border-bottom: 1px solid #CAD6D6;
  }
  #calendar table tr:first-of-type {
    border: none;
  }
  #calendar table tr:nth-of-type(2n+1) td {
    background-color: transparent;
  }
  #calendar table td {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
  }
  #calendar table td a {
    font-weight: 700;
  }
  #calendar table td:nth-of-type(1) {
    padding: 0;
    padding-top: 2rem;
  }
  #calendar table td:nth-of-type(1) .en {
    font-weight: 700;
  }
  #calendar table td:nth-of-type(2) {
    padding-bottom: 0.6rem;
  }
  #calendar table td:nth-of-type(3) {
    padding-bottom: 1rem;
    position: relative;
    min-height: 4.2rem;
    padding-left: 7.5rem;
  }
  #calendar table td:nth-of-type(3):before {
    content: "会場　　：";
    position: absolute;
    left: 0;
    top: 0;
  }
  #calendar table td:last-of-type {
    position: relative;
    padding-left: 7.5rem;
    padding-bottom: 2rem;
    text-align: left;
    min-height: 5.2rem;
  }
  #calendar table td:last-of-type:before {
    content: "参加人数：";
    position: absolute;
    left: 0;
    top: 0;
  }
}