/* 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 */

main#topics a {
  text-decoration: underline;
  color: #0066ff;
}

  /* div.ssoutline */

div.ssoutline {
  width: 93.75%;
  max-width: 760px;
  margin: 0 auto 50px;
  padding: 20px 0;
  background: #0868a1;
  border-radius: 20px;
}

div.ssoutline figure {
  text-align: center;
}

div.ssoutline figure img {
  max-width: 600px;
  padding: 10px;
}

div.ssoutline div.outline {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
}

div.ssoutline div.outline p.outlinettl {
  margin: 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}

div.ssoutline div.outline dl {
  display: flex;
  flex-flow: row wrap;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: 0.05em;
}

div.ssoutline div.outline dl dt {
  width: 130px;

}

div.ssoutline div.outline dl dd a {
  color: #fff !important;
}


  /* div.progbox */

.backsat {
  border-bottom: 0px !important;
  background-color: #0066ff;
  color: #fff;

}

.backsun {
  border-bottom: 0px !important;
  background-color: #da0000;
  color: #fff;
}

.progbox {
  margin: 0 auto 60px !important;
  background: #f9f9f9;
  padding:20px 20px !important;
  box-sizing: border-box;
}

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

#topics .event_info h5 {
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.3em;
}


.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;
}

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

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




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;
}



/* SP STYLE */

@media screen and (max-width: 680px){   

  div.ssoutline figure img {
    width: 90%;
  }



}