@charset "utf-8";

/* modal */
.modal_profile {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}
.modal-btn {
  display: none;
}
.modal-noscript {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (max-width:640px) {
  .modal_profile {
    margin-bottom: 40px;
  }
  .modal-img {
    display: none;
  }
}
@media (min-width:641px) {
  .modal_profile {
    margin-bottom: 60px;
  }
}
