<script type="text/javascript">
$(function() {
$(window).on('load resize', function(){
$windowWidth = window.innerWidth;
$breakPoint_sp = 768;
$breakPoint_tb = 1024;
isMobileSize = ($windowWidth < $breakPoint_sp);
isTabletSize = ($windowWidth <= $breakPoint_tb) && ($windowWidth > $breakPoint_sp);
isPcSize = ($windowWidth > $breakPoint_tb);
if(isMobileSize){
$('#sw_port2 > iframe').css('height','3500px');
}
if(isTabletSize){
$('#sw_port2 > iframe').css('height','1700px');
}
if(isPcSize){
$('#sw_port2 > iframe').css('height','1700px');
}
});
});
</script>
<div id="sw_port2" align="center" style="margin-top:40px; ">
<iframe src="https://d2w.stockweather.co.jp/contents/data2web.aspx?exec=r&kcode=17n7e&service=Premium&page=JP_A01" width="100%" height="1700px" frameborder="0" allowfullscreen="" style="scroll-y:auto;"></iframe>
</div>