/* 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: 40px 20px 20px;
  padding: 30px;
  border: solid 1px #000;
}

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

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

.subbox img {
  width: 30%;
  margin: 20px auto 0;
  display: block;
}

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

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


/* Custam */

dd.target ul li{
  list-style-type: disc;
  margin-left: 20px;
}

dd.audition_line {}

dd.audition_line dl{
  margin-left: 10px;
  border-bottom: 0px solid #ccc !important;
}
dd.audition_line dl dt{
  line-height: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 0px !important;
  margin-bottom: 14px;
}
#topics .table dl dd.audition_line dl dt:before {
  content: "";
  width: 0px;
  height: 16px;
  background: #000;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
dd.audition_line dl dd{
  margin-bottom: 20px;
}

/* Custam_SP Style */
@media screen and (max-width: 680px){   
}


