$(window).on('load', function(){ if(location.href === "https://www.rikisha-easyrez.jp/campaign/campaign_07.php" || location.href === "https://www.rikisha-easyrez.jp//campaign/campaign_07.php"){ var d = document; var b = d.getElementById('rikisha_frame'); b.style.cssText = 'height: 454px; width: 100%;'; b.innerHTML = ''; var o = d.createElement('iframe'); o.setAttribute('frameBorder', '1'); o.setAttribute('id', 'rikisha_iframe') var s = o.style; s.position = 'relative'; s.width = '100%'; s.height = '454px'; o.src = 'https://www.rikisha-easyrez.jp/search_frame_inner'; b.appendChild(o); $('#rikisha_iframe').on('load', function(){ $('#rikisha_iframe').contents().find('section').css('width','100%') }); }else{ var d = document; var b = d.getElementById('rikisha_frame'); b.style.cssText = 'height: 454px; width: 920px;'; b.innerHTML = ''; var o = d.createElement('iframe'); o.setAttribute('frameBorder', '1'); o.setAttribute('id', 'rikisha_iframe') var s = o.style; s.position = 'relative'; s.width = '920px'; s.height = '454px'; o.src = 'https://www.rikisha-easyrez.jp/search_frame_inner'; b.appendChild(o); } });