@charset "utf-8";

.popup-content {
  padding-top: 40px;
}

.btn_popup_close {
  max-width: 265px;
  height: 50px;
  margin: 0 auto;
  background: url("../images/btn_close_popup.png") no-repeat center;
  background-size: contain;
}

.app-store-heading {
  margin-bottom: .3em;
  font-weight: bold;
}

.app-store-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2em;
}

.app-store-list > li {
  margin-left: 2em;
  margin-bottom: 1em;
}

.img-area {
  line-height: 0;
}

.side-area {
  display: flex;
  justify-content: center;
}

.post_content {
  padding-top: 40px;
}

@media screen and (max-width: 767.999px) {
  .iframe-wrap-popup {
    padding: 0 0 56.25%;
    line-height: 1;
    position: relative;
    overflow: hidden;
  }

  .iframe-wrap-popup iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .app-store-heading {
    font-size: 16px;
  }

  .app-store-list > li {
    margin-bottom: .5em;
  }
  
}

@media screen and (min-width: 768px) {
  .iframe-wrap-popup {
    text-align: center;
  }

  .app-store-heading {
    font-size: 22px;
  }
  
  
}
