/* 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 5px;
  border: solid 1px #000;
  text-align: center;
}

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




/* Custam */

p.info {
  margin: 10px 0;
  line-height: 1.5em;
}

div.supporterbox {
  width: 80%;
  margin: 20px auto;
  padding: 20px;
  border: solid 1px #000;
}

div.supporterbox h4{
  text-align: center;
  margin-bottom: 0px !important;
}


/* submit1 */
div.submit1 {
  padding: 20px 0 5px;
  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;
}

ul.infolist {
  margin-left: 10px;
}
ul.infolist li {
  margin: 10px 0;
  list-style-type: disc;
}