@charset "UTF-8";
*, ::after, ::before {
  box-sizing: border-box !important;
}
body {
  overflow: auto !important;
}
#order-stop, #site-header-cart, .grecaptcha-badge {
  display: none;
}
#form {
  border: solid 1px #ccc;
  padding: 30px 15px;
  border-radius: 8px;
}


@media(min-width:768px){
  
}
@media(max-width:767px){
  .btn-contact2 {
    display: none;
  }
  .control-sp .menu-back {
    display: block;
  }
}