#news_detail .bt_schedule a, #news_detail .bt_anchor a {
	color: #fff;
	display: inline-block;
	padding: 10px;
}

.streaming .monthBox .dayBox>div:first-of-type {
    width: 25% !important
}
.streaming .monthBox .dayBox>div:last-of-type {
    width: 70% !important
}

@media only screen and (max-width: 768px) {
	.streaming .monthBox .dayBox>div:first-of-type {
        width: 100% !important;
	}
	.streaming .monthBox .dayBox>div:last-of-type {
        width: 100% !important;
	}

}

.streaming .monthBox .dayBox .day {
    margin-top: 10px !important;
}

.dayBox:hover {
  opacity: 0.7;
  cursor: pointer;
}

.open-campus__title {
  background: #78a9e7;
  color: #fff;
  font-size: 1.4rem;
  padding: 1.0666666667vw 2.6666666667vw;
  margin-right: 5px;
}
@media screen and (min-width: 1024px) {
  .open-campus__title {
    padding: 4px 15px;
  }
}


.open-campus__button {
  width: 37.0666666667vw;
  padding: 1rem;
  margin-top: 4.2666666667vw;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 13.3333333333vw;
  background-image: linear-gradient(44deg, rgb(255, 147, 77) 0%, rgb(252, 104, 111) 100%);
          box-shadow: 0px 0.2rem 0.2rem 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 50;
  color: #fff !important;
  text-decoration: none !important;
}
@media screen and (min-width: 1024px) {
  .open-campus__button {
    width: 220px;
    margin-top: 24px;
    font-size: 16px;
  }
}
