/* BR */

@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}

/* base */
main#topics a {
  text-decoration: underline;
  color: #0066ff;
}
.center { text-align: center;}
.bold {font-weight: bold;}
.red {color: #da0000;}
.end {margin: 40px auto; text-align: center; color: #ff0000; font-weight: 900;}


/* Subbox */
.subbox {
  margin: 20px;
  padding: 20px;
  border: solid 1px #000;
}

.subbox h4 {
  padding: 20px 0;
  font-size:1.3em;
  font-weight: bold;

  line-height: 1.3em;
}

.button {
  max-width: 300px;
  border-radius: 20px;
  margin: 30px auto 50px;
  background: #e73c64;
  text-align: center;
  padding: 20px;
  color:#fff;
  font-weight: bold;
}




/* --------------- Custam --------------- */



div.DateBox {
  width: 93.75%;
  max-width: 760px;
  margin: 0 auto 50px;
  padding: 0;
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: 0.05em;
  border-radius: 15px;
  border: solid 1px #000;
}
div.DateBox h4 {
  padding: 20px 0 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  border-bottom: solid 1px #000;
  border-radius: 13px 13px 0 0;
}

div.DateBox h4.fri {  background-color: #faee90;}
div.DateBox h4.sat {  background-color: #90e4fa;}
div.DateBox h4.sun {  background-color: #fa90a9;}
div.DateBox h4.weekday {  background-color: #90faae;}

div.DateBox p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: 0.05em;
}

div.event {
}

div.DateBox .event:nth-child(n+2) {
  border-bottom: solid 1px #000;
  padding: 10px 0;
  margin: 10px;
}

div.DateBox .event:last-of-type {
  border-bottom: none;

}

p.StartTime {
  width: 150px;
  margin: 10px auto 30px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em !important;
  background: #0864a1;
  color: #fff;
  border-radius: 10px;
}

div.event h5 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.6em;
}


div.event .EventImg {
  max-width: 400px;
  display: block;
  margin: 20px auto;
}

div.proginfo {
  margin: 30px 0;
}
div.proginfo a {
  text-decoration: none !important;
  color: #000 !important;
}
div.proginfo dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
div.proginfo dl dt {
  width: 30%;
  padding: 0 20px;
}
div.proginfo dl dd {
}
div.proginfo dl dd h6 {
  margin: 20px 0;
  font-size: 1.5em;
  font-weight: bold;

}



/* SMART PHONE STYLE */
@media screen and (max-width: 680px){
  div.proginfo dl dt {
    width: 50%;
    padding: 0 20px;
  }
  div.proginfo dl dd {
    width: 80%;
    margin: 20px;
    text-align: center;
  }
  div.proginfo dl dd h6 {
    margin: 15px 0;
  }


}