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

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


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


/*　BUTTON */

div.button {
  background: #000; /* 背景色 */
  color: #f8c153; /* 文字色 */
  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: #fde1b0; /* 背景色（マウスオーバー時） */
  color: #000; /* 文字色（マウスオーバー時） */
}


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




/* base */
h5 {
  font-size:1.3em;
  font-weight: bold;
  padding: 20px 0;
  line-height: 1.3em;
}
main#topics a {
  text-decoration: underline;
  color: #0066ff;
}
.center {
 text-align: center;
}
.bold {font-weight: bold;}




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

/* submit2 */
div.submit2 {
  padding: 0 0 100px;
  text-align: center;
}

/* BNR */

div.bnr {
    max-width: 700px;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div.bnr img {
    width: 300px;
    margin: 0 20px 10px;;
}

