@media screen and (max-width: 750px) {
  .mfp-container {
    padding: 0;
  }
}
.mfp-content {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .mfp-content {
    width: 100%;
  }
}

.modal-sns-wrapper {
  position: relative;
  padding-right: 60px;
  display: inline-block;
  background: none;
}
@media screen and (max-width: 750px) {
  .modal-sns-wrapper {
    padding-top: 20px;
    padding-right: 0;
    display: block;
    width: 100%;
  }
}

.modal-sns-content {
  position: relative;
  display: inline-block;
  padding: 20px 0 40px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .modal-sns-content {
    display: block;
    padding: 20px 0 30px;
  }
  .modal-sns-content img {
    width: 100%;
    height: auto;
  }
}

.modal-close__btn {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .modal-close__btn {
    right: 5px;
  }
  .modal-close__btn img {
    width: 25px;
  }
}

.modal-sns-image-content {
  display: inline-block;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .modal-sns-image-content {
    display: block;
    padding: 0;
  }
}

.modal-sns-image {
  margin-top: 10px;
}

.modal-sns-type {
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .modal-sns-type {
    margin: 0 auto;
    width: 90.625%;
    font-size: 12px;
  }
}
.modal-sns-type span {
  font-weight: bold;
}

.modal-sns__btn {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .modal-sns__btn {
    margin: 30px auto 0;
    width: 90.625%;
  }
}
/*# sourceMappingURL=../../../_development/maps/top/css/sns.css.map */
