﻿@charset "UTF-8";


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

@media screen and (max-width:900px){

	h2 {padding-bottom:0.4em; border-bottom:1px solid #ccc; color:#444 !important;}
	h2 span {display:inline-block; padding-bottom:8px; color:#0a365c !important; font-size:70%;}

}



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

@media screen and (min-width:901px) {

	h2 {padding-bottom:0.4em; border-bottom:1px solid #ccc; color:#444 !important;}
	h2 span {display:inline-block; padding-bottom:8px; color:#0a365c !important; font-size:70%;}
  
  .area3 .ptxt {align-items:flex-end;}
  .area3 .ptxt .fleft {width:75%;}
  .area3 .ptxt .fright {width:20%;} 
}


