@charset "utf-8";

  footer{position: relative;}

@media print,screen and (min-width:768px){
  /**/
  .fixedRegister{font-family: 'Noto Sans JP', sans-serif;}
  .fixedRegister p{color:#fff;text-align:center;font-size:1rem;font-weight:bold;margin-bottom: 5px;}
  .campaignBtn.red{display:block;width:350px;height:auto; background:#008833;line-height:47px;border-radius:30px;color:#fff;font-weight: bold;font-size:1.3rem;text-align: center;border:#008833 solid 2px;transition:all 0.2s ease;}
  .campaignBtn.red:hover{background:#fff;color:#008833;text-decoration: none;}
  .fixedRegister a::before,
  .fixedRegister a::after{display:none;}
  #wrapper {padding-bottom: 104px;}
  
}
@media only screen and (max-width:767px){

  /**/
  .fixedRegister{font-family: 'Noto Sans JP', sans-serif;}
  .fixedRegister p{color:#fff;text-align:center;font-size:1rem;font-weight:bold;margin-bottom: 5px;}
  .campaignBtn.red{display:block;width:90%;height:auto;margin:0 auto;background:#008833;line-height:27px;border-radius:30px;color:#fff;font-weight: bold;font-size:1.3rem;text-align: center;border:#008833 solid 2px;}
  .campaignBtn.red:hover{text-decoration: none;}
  .fixedRegister{box-sizing: border-box;}
  .fixedRegister a::before,
  .fixedRegister a::after{display:none;}
  #wrapper {padding-bottom: 104px;}
  
}