.shopify-policy__container h4{
  margin-top: 20px;
}

.tokushoho_contact_title{
  font-weight: bold;
}

.slidein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.slidein.animated {
  opacity: 1;
  transform: translateY(0);
}