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

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

.subbox h5 {
  max-width: 500px;
  margin: 0 auto 20px;
  text-align: center;
  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;
}

/* 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 */
.subbox dl {
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.6em;
}
.subbox dl dt {
  margin-bottom: 7px;
  padding-left: 12px;
  font-weight: bold;
  position: relative;

}
.subbox dl dt::before {
  content: "";
  width: 5px;
  height: 16px;
  background: #000;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.subbox dl dd {
  margin-bottom: 20px;
}

div.player {
  
}

/* BUTTON */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
.btn--orange,
a.btn--orange {
  color: #fff !important;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
a.btn--radius {
   border-radius: 100vh;
}

a.comingsoon {
  pointer-events: none;
  background: #707070;
}

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