@charset "UTF-8";

@media screen and (max-width: 364px){
  .c5-schedule {
    font-size: 12px;
  }
}

.c5-schedule dt {
	clear: left;
  float: left;
  width: 230px;
  text-align: left;
}

@media screen and (max-width: 364px){
  .c5-schedule dt {
    width: 55vw;
  }
}

.c5-infoCaution {
  margin: 20px 0 20px;
  padding: 18px 20px;
  border: 1px solid #2f353d;
}

.c5-pro p + p {
 font-weight: normal;
}

.s5-list li .s5-p1 {
 font-size: 16px;
 font-size: 1rem;
}

@media screen and (max-width: 639px){
  .s5-list li .s5-p1 {
    font-size: 100%;
  }
}
