﻿@charset "utf-8";

.sp_iframe_height{
　　width: 100%;
    margin: 0 auto !important;
    height: 4122px;
}

/* For iPhone Retina 4, 4S, 5, 5s, 5c, iPod touch 4, 5 */
@media only screen and (device-width: 320px){
  .sp_iframe_height {
    height: 3749px !important;
  }        
}

/* For iPhone 7/6*/
@media only screen and (device-width: 375px) {
  .sp_iframe_height {
 height: 3827px !important;
  }
}

/* For iPhone 7/6 Plus*/
@media only screen and (device-width: 414px){
　.sp_iframe_height {
                height: 4122px !important;
　}        
}