/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
#jubilo {
  padding-top: 30px;
  padding-bottom: 43px;
}

#jubilo .boxOuter {
  background-color: #FFF;
  padding: 30px;
  font-size: 16px;
}

#jubilo .boxOuter .firstRow {
  margin-bottom: 50px;
}

#jubilo .boxOuter .firstRow .firstImg {
  margin-bottom: 15px;
}

#jubilo .boxOuter .firstRow .headline {
  margin-bottom: 15px;
}

#jubilo .boxOuter .firstRow .headline h2 {
  color: #0069b7;
  font-weight: bold;
  font-size: 18px;
}

#jubilo .boxOuter .firstRow .headline h2 br {
  display: none;
}

@media screen and (max-width: 480px) {
  #jubilo .boxOuter .firstRow .headline h2 br {
    display: block;
  }
}

#jubilo .boxOuter .firstRow .banner {
  text-align: center;
  margin-top: 30px;
}

#jubilo .boxOuter .secondRow {
  margin-bottom: 50px;
}

#jubilo .boxOuter .secondRow .title {
  color: #0069b7;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

#jubilo .boxOuter .secondRow .title .litleText {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

#jubilo .boxOuter .secondRow .title br {
  display: none;
}

@media screen and (max-width: 480px) {
  #jubilo .boxOuter .secondRow .title br {
    display: block;
  }
}

#jubilo .boxOuter .secondRow .flexButton {
  display: flex;
  justify-content: space-between;
}

#jubilo .boxOuter .secondRow .flexButton .boxBtn {
  position: relative;
  bottom: 5px;
}

@media screen and (max-width: 900px) {
  #jubilo .boxOuter .secondRow .flexButton .boxBtn {
    bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  #jubilo .boxOuter .secondRow .flexButton .boxBtn {
    position: unset;
    margin-top: 19px;
  }
}

#jubilo .boxOuter .secondRow .flexButton .boxBtn a {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 180px;
  height: 40px;
  font-weight: bold;
  font-size: 12px;
  background-color: #F0A618;
  text-align: center;
  border-radius: 6px;
  letter-spacing: 1px;
}

@media screen and (max-width: 900px) {
  #jubilo .boxOuter .secondRow .flexButton .boxBtn a {
    width: 130px;
  }
}

@media screen and (max-width: 320px) {
  #jubilo .boxOuter .secondRow .flexButton .boxBtn a {
    font-size: 14px;
  }
}

#jubilo .boxOuter .secondRow .flexButton .boxBtn a.blog {
  background-color: #000000;
  margin-left: 20px;
  width: 125px;
  height: 40px;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}

#jubilo .boxOuter .secondRow .table {
  overflow-x: auto;
}

#jubilo .boxOuter .secondRow .table .schedule {
  width: 100%;
  font-size: 16px;
}

#jubilo .boxOuter .secondRow .table .schedule tbody tr th {
  font-weight: bold;
  padding: 15px;
  background-color: #0069B7;
  color: #FFF;
}

#jubilo .boxOuter .secondRow .table .schedule tbody tr td {
  border: 1px solid #CCC;
  border-left: 0;
  border-right: 0;
  padding: 8px 15px;
}

#jubilo .boxOuter .secondRow .table .schedule tbody tr span.red {
  color: #f00;
}

#jubilo .boxOuter .secondRow .table .schedule tbody tr span.blue {
  color: #1100ff;
}

#jubilo .boxOuter .secondRow .table .schedule tbody tr.blue {
  background-color: #e3f3ff;
}

@media screen and (max-width: 767px) {
  #jubilo .boxOuter .secondRow .table .schedule {
    width: 677px;
  }
  #jubilo .boxOuter .secondRow .table .schedule tbody tr th:first-child {
    width: 59px;
  }
  #jubilo .boxOuter .secondRow .table .schedule tbody tr th:nth-child(2) {
    width: 166px;
  }
  #jubilo .boxOuter .secondRow .table .schedule tbody tr th:nth-child(3) {
    width: 108px;
  }
  #jubilo .boxOuter .secondRow .table .schedule tbody tr th:nth-child(4) {
    width: 236px;
  }
  #jubilo .boxOuter .secondRow .table .schedule tbody tr th:last-child {
    width: 109px;
  }
  #jubilo .boxOuter .secondRow .table .schedule tbody tr td:first-child {
    width: 59px;
  }
  #jubilo .boxOuter .secondRow .table .schedule tbody tr td:nth-child(2) {
    width: 166px;
  }
  #jubilo .boxOuter .secondRow .table .schedule tbody tr td:nth-child(3) {
    width: 108px;
  }
  #jubilo .boxOuter .secondRow .table .schedule tbody tr td:nth-child(4) {
    width: 236px;
  }
  #jubilo .boxOuter .secondRow .table .schedule tbody tr td:last-child {
    width: 109px;
  }
}

@media screen and (max-width: 767px) {
  #jubilo .boxOuter .secondRow .notice .PC {
    display: none;
  }
}

#jubilo .boxOuter .secondRow .notice .SP {
  display: none;
}

@media screen and (max-width: 767px) {
  #jubilo .boxOuter .secondRow .notice .SP {
    display: block;
  }
}

#jubilo .boxOuter .description .heading {
  margin-top: 15px;
  margin-bottom: 30px;
}

#jubilo .boxOuter .thirdRow .heading {
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  #jubilo .boxOuter {
    padding: 30px 15px;
  }
}

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