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

.linered{background:linear-gradient(transparent 65%, #ffadad 60%); font-weight: bold;}
.lineblue{background:linear-gradient(transparent 65%, #c1e0ff 60%);font-weight: bold;}
.lineyellow{background:linear-gradient(transparent 65%, #fff799 60%);font-weight: bold;}

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

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

.button {
  max-width: 300px;
  border-radius: 20px;
  margin: 30px auto 50px;
  background: #ffcc33;
  text-align: center;
  padding: 20px;
}



/* Custam */

p.info {margin: 30px 0;}

div.subbox {
  width: 80%;
  margin: 50px auto;
  text-align: left;
  background: #fff;
  border:  solid 2px #000;
  border-radius: 5px;
  color: #000;
  font-size: 1em;
}
#topics .lead .subbox p {
  padding: 10px 0 5px;
  margin-bottom: 0;
}

div.subbox  h4 {text-align: center;}
div.subbox dl {margin: 10px 5px;}
div.subbox dl dt {margin: 20px 0 5px; font-weight:bold;}
div.subbox dl dd {line-height: 1.6em;}


div.certificate {
  margin: 30px auto;
  text-align: center;
}

div.certificate img {
  max-width: 500px;
  margin: 0 auto;
}
