/* section.end-event */
section.end-event {
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: calc(infinity);
}
@media (max-width:640px) {
  section.end-event {
  padding-top: 0px;
  padding-bottom: 20px;
  }
}

section.end-event .caution {
  width: 1254px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.72;
  color: red;
  background: #ffffff;
  border: 4px dashed #ff0000;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
 margin: 0 auto;
 padding: 20px;
}
@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;
  }
}
