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

/* YouTube */
.youtube {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* submit1 */
div.submit1 {
  padding: 20px 0;
  text-align: center;
}

/*　BUTTON */

div.button {
  background: #fece0d; /* 背景色 */
  color: #000; /* 文字色 */
  font-size: 17px; /* 文字サイズ */
  line-height: 1.5; /* 行の高さ */
  padding: 20px 65px; /* 余白（上下、左右） */
  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: #000; /* 背景色（マウスオーバー時） */
  color: #fff; /* 文字色（マウスオーバー時） */
}


div.button p {
  padding: 20px auto;
  font-weight: bold;
  font-size: 14px;
}
