#event-outline{
  margin: 0 auto 40px;
  font-size: 1.4rem;
}
#event-outline .event-lead{
  width: 98%;
  margin: 20px auto;
  font-size: 1.4rem;
}
#event-outline h3{
  margin-bottom: 10px;
  padding: 0;
}
#event-outline ul{
  width: 93%;
  margin: 10px auto 10px 5%;
  list-style: disc;
}
#event-outline li{
  text-align: left;
}

.notice{
  width: 93%;
  margin: 10px auto 10px 5%;
}
.notice ul{
  list-style: disc;
}

#contbox02 table.form_shiryo th span.caption{
  font-size: 11px;
  color: #000;
}
#contbox02 table.form_shiryo td{
  display: flex;
}


/* PC --------------------------------------- */
@media only screen and (min-width:961px){
  .smp{
    display: none;
  }
  #event-outline{
    width: 60%;
    margin-bottom: 50px;
  }
  #event-outline .event-photos{
    width: 60%;
    margin: 50px auto;
  }
  /* #event-outline .event-photos p{
    width: 100%;
    margin: 0;
  } */

  #event-outline h3{
    margin: 50px auto 10px;
  }
  
  .notice{
    width: 60%;
    margin: 10px auto;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  #contbox02 table.form_shiryo td{
    display: table-cell;
  }
}