/* 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;}
.underline {background:linear-gradient(transparent 60%, #ff6 60%);}

/* Subbox */
.subbox {
  margin: 40px 20px 0;
  padding: 20px;
  background: #000;
  color: #fff;
}

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

.subbox p {
  text-align: center;
}

/* Button */
div.buttonbox {
  margin: 30px auto;
  text-align: center;
}

div.button {
  background: #00a29a;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  padding: 20px 55px;
  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: #008780; 
  color: #fff; 
}
div.button p {
  padding: 20px auto;
  font-weight: bold;
  font-size: 14px;
}

div.button img {
  width: 40%;
}

/* CUSTOMIZE */

div.submit1 {
  margin: 50px auto;
  text-align: center;
}

div.pushclose p {
  text-align: center;
  font-size: 1.3em !important;
  line-height: 28px !important;
}


/* NAVI box */
.navibox {
  margin: 40px 20px 0;
  padding: 20px;
  border:solid 1px #000;
  text-align: center;
}

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

.navibox p {
  text-align: left;
}

.navibox img {
  max-width: 70%;
  margin: 0 auto 20px;
}




/* Width 1024px- */
@media screen and (min-width: 1024px) {
}

/* Width -560px */
@media screen and (max-width: 560px) {

}
