﻿@charset "UTF-8";

main ol {padding-left:1.5em;}

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

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

	h2 {padding-bottom:0.4em; border-bottom:1px solid #ccc; color:#444 !important;}
	h2 span {display:block; padding-bottom:5px; color:#ed6c00 !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:block; padding-bottom:5px; color:#ed6c00 !important; font-size:70%;}
  
  .area3 .ptxt {align-items:flex-end;}
  .area3 .ptxt .fleft {width:75%;}
  .area3 .ptxt .fright {width:20%;} 
}


