/* section.end-event */
section.end-event {
  padding: 0 0 30px;
}
@media (max-width:640px) {
  section.end-event {
  padding: 0 0 30px;
  }
}

section.end-event .caution {
  width: 1254px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.72;
  color: red;
  margin: 0 auto;
}
@media (max-width:640px) {
  section.end-event .caution {
    width: 94.6%;
    font-size: 14px;
    line-height: 1.67;
    margin: 0 auto;
  }
}

section.end-event .caution a{
  color: red;
}
@media (max-width:640px) {
  section.end-event .caution a{
  color: red;
  }
}
