/* 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: #ffcc33;
  text-align: center;
  padding: 20px;
}


/* Custam */

h4 span.navi {
  padding-top: 20px;
  font-size: 0.8em;
  display: block;
}

.youtube {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.subbox {
  margin: 20px;
  padding: 20px;
  border: solid 1px #000;
}
main#topics a {
  text-decoration: underline;
  color: #0066ff;
}
.progbox {
  margin: 0 auto 60px !important;
  background: #f9f9f9;
  padding:20px 20px !important;
  box-sizing: border-box;
}

.prg-ttl {
  margin: 20px 0 0;
  padding: 20px;
  text-align: center;
  background: #fff;
  border: solid 1px #000;
  font-weight: bold;
}

.prg-ttl p {
  font-size: 1.6rem !important;
  line-height: 1.5em !important;
}

@media screen and (max-width: 680px){
  .prg-ttl {
    padding: 10px;
  }
}



#topics .lead.progbox {
    width: 100%;
}

#topics .lead h3 {
    font-size: 2.2rem;
}

#topics .event_info h4 {
    text-align: center;
    font-size: 1.9rem;
}



ul.jme_share li:nth-child(2) img, ul.jme_share li:nth-child(3) img, ul.jme_share li:nth-child(4) img{
    height:40px;
}


div.comment {
  margin: 20px 0;
}
div.comment dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
div.comment dl dt {
  max-width: 180px;
  padding: 10px;
}
div.comment dl dd {
  max-width: 490px;
  padding: 20px 10px;
}
