@charset "utf-8";

@media (min-width: 769px){
p.ttl{margin-bottom:5px !important; clear:both;}
figure.img{float:right; width:130px; margin-left:15px !important; position:relative; top:-20px;}
figure.img.w{width:186px;}
figure.img img{margin-bottom:10px !important;}
}

@media (min-width: 641px) and (max-width: 768px){
p.ttl{margin-bottom:5px !important; clear:both;}
figure.img{float:right; width:130px; margin-left:15px !important; position:relative; top:-20px;}
figure.img.w{width:186px;}
figure.img img{margin-bottom:10px !important;}
}

@media (max-width:640px){
p.ttl{margin-bottom:5px !important; clear:both;}
figure.img{float:right; width:100px; margin-left:15px !important;}
figure.img.w{width:100%;}
figure.img img{margin-bottom:10px !important; width:100px; height:auto;}
figure.img.w{margin-bottom:0 !important;}
figure.img.w img{margin-bottom:10px !important; width:100%; height:auto; float:none !important; margin:0 auto;  }
figure.img.w img:last-child{float:right;}
}


