.information.event#index .wrapper {
  background-color: #F8F8F8;
  padding: 60px 0;
}

.information.event#index .wrapper .tabContents__tabs {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .information.event#index .wrapper .tabContents__tabs {
    margin-bottom: 20px;
  }
}

.information.event#index .wrapper .tabContents__tabs__list__item {
  width: 50%;
  float: left;
}

.information.event#index .wrapper .tabContents__tabs__list__item__anchor {
  display: block;
  padding: 20px;
  text-align: center;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #CBCBCB;
  border-left: 1px solid transparent;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .information.event#index .wrapper .tabContents__tabs__list__item__anchor {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.information.event#index .wrapper .tabContents__tabs__list__item__anchor.is-current {
  background-color: #fff;
  border-top: 1px solid #CBCBCB;
  border-right: 1px solid #CBCBCB;
  border-bottom: transparent;
  border-left: 1px solid #CBCBCB;
  color: #404040;
  text-decoration: none;
}

.information.event#index .wrapper .tabContents__contents__eachContent__scheduleBtn {
  display: block;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  text-decoration: underline;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .information.event#index .wrapper .tabContents__contents__eachContent__scheduleBtn {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px;
  }
}

.information.event#index .wrapper .tabContents__contents__eachContent__scheduleBtn:hover {
  text-decoration: none;
}

.information.event#index .wrapper .tabContents__contents__eachContent__corona {
  border: 1px solid #CBCBCB;
  padding: 50px;
  background-color: #fff;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .information.event#index .wrapper .tabContents__contents__eachContent__corona {
    padding: 20px;
    margin-bottom: 50px;
  }
}

.information.event#index .wrapper .tabContents__contents__eachContent__corona__head {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .information.event#index .wrapper .tabContents__contents__eachContent__corona__head {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.information.event#index .wrapper .tabContents__contents__eachContent__corona__rt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
}

@media only screen and (max-width: 767px) {
  .information.event#index .wrapper .tabContents__contents__eachContent__corona__rt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
