﻿@charset "UTF-8";

h3 {font-size:150%; font-weight:800; line-height:1.4;}



/*********************************
 * ～900
 *********************************/

@media screen and (max-width:900px){
 
  .area1 img {margin-top:1em !important;}
  .area2 .fleft {width:60%; max-width:350px;}
  
  iframe {width:100%; height:40em; border:0;}

}



/*********************************
 * 901～
 *********************************/

@media screen and (min-width:901px) {
 
  .area1 img {margin-top:2em !important;}
	.area2 {}
  .area2 .ptxt {}
  .area2 .fleft {width:30% !important; max-width:350px !important; padding-top:0 !important;}
  .area2 .fright {width:67% !important;}
  
  iframe {width:100%; height:40em; border:0;}
}


