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


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

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

/* Button */
div.buttonbox {
    margin: 30px auto;
    text-align: center;
}

div.button {
  background: #000;
  color: #f8c153;
  font-size: 17px;
  line-height: 1.5;
  padding: 20px 55px;
  border-radius: 32.5px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
div.button:hover {
  background: #fde1b0; 
  color: #000; 
}
div.button p {
  padding: 20px auto;
  font-weight: bold;
  font-size: 14px;
}

/* CUSTOMIZE */

div.winner {
  margin: 50px auto;
  padding: 10px 10px 30px;
  background: #fff7e4;
}

div.winner div.crown{
    text-align: center;
}
div.winner div.crown img {
    width: 50px;
}

div.winner h4 {
  margin: 0 0 20px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3em;
}

div.winner img {
  margin: 20px 0 10px;
  text-align: center;
}
div.winner p.title {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}

div.winner dl.winner_info {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.05em;
    margin-bottom: 1.5em;
}
div.winner dl.winner_info dt.headline {
  margin-top: 10px;
  font-weight: bold;
}


div.candidate {
    margin-bottom: 50px;
}
main#topics div.candidate a {
    text-decoration: none;
    color: #000;
}

div.candidate h4 {
  margin: 20px 0 20px;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.3em;
}

div.candidate div.list{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

div.candidate div.list dl {
  width: 230px;
  margin: 5px;
  padding: 5px;
  text-align: center;
  background: #eaeaea;
}

div.candidate div.list dt {
    margin: 10px 0;
}

div.ssffinfo {
  margin: 60px 0 20px;
  text-align: center;
}

div.ssffinfo h4 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3em;
}

div.ssffinfo img {
  max-width: 400px;
  margin: 0 auto;
}


/* ProgramBox */
div.progbox {
    max-width: 600px;
    margin: 40px auto 20px;
}

div.progbox dl {
    max-width: 480px;
    margin: 0 auto;
}

#topics .event_info div.progbox h4 {
    margin: 15px 0 0;
}
#topics .event_info div.progbox .lead {
    padding-bottom: 30px;
}
div.progbox img {
    max-width: 480px;
}

/* Width 1024px- */
@media screen and (min-width: 1024px) {
}

/* Width -560px */
@media screen and (max-width: 560px) {

}
