@charset "UTF-8";

main h3 {margin-top:1.5em; color:#00348b; font-family:'Noto Sans JP', serif; font-size:120%; font-weight:700; line-height:1.3;}
main h3 span {padding:0 0 0.2em 0; border-bottom:2px solid #00348b;}


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

@media screen and (max-width:900px){
 
 main h2 {width:90%; margin:3em auto 0 auto;}
 
 .ptxt {width:90%; margin:1em auto 0 auto; font-weight:500; line-height:2;}
  
 .area1 {width:90%; max-width:700px; margin:3em auto 0 auto;}
 main h2 + .area1 {margin:1em auto 0 auto;}

 .area2 {width:90%; margin:2em auto 0 auto;}
 .area2 .fleft {width:70%;}
 .area2 .fleft img {border-right:2em solid #fff !important; border-bottom:2em solid #fff !important;}
 .area2 .fright {width:90%; margin:-3em 0 0 10%; padding:3em 2.5em 2em 2.5em; border:3px solid #8b253a; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  
 main > .ptxt:nth-child(1) {width:90%; margin:2em auto 0 auto; padding:1em 1.5em 1.5em 1.5em; border:2px solid #00348b; border-radius:0.6em; text-align:center;}
 main > .ptxt:nth-child(1) p {maring:0; text-align:center;}
 main > .ptxt:nth-child(1) span {display:block; color:#00348b; font-size:120%; font-weight:700;}
  
 ul.graph {margin:0 auto;}
 ul.graph li {margin-top:1em;}

}



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

@media screen and (min-width:901px) {
 
 main h2 {width:94%; max-width:1200px; margin:3em auto 0 auto;}
 main .area2 + h2 {margin:5em auto 0 auto;}
 
 .ptxt {width:94%; max-width:1200px; margin:1em auto 0 auto; font-weight:500; line-height:2;}
 
 .area1 {width:94%; max-width:700px; margin:3em auto 0 auto;}
 main h2 + .area1 {width:94%; max-width:1000px; margin:1em auto 0 auto;}
	
 .area2 .ptxt {display:flex; position:relative; justify-content:space-between; width:94%; max-width:1200px; margin:2em auto 0 auto;}
 .area2 .fleft {width:42%; max-width:500px; border-right:3rem solid #fff; font-size:0;}
 .area2 .fright {position:absolute; width:68%; bottom:-3em; right:0; padding:3em 3.5em 3em 10%; border:4px solid #8b253a; border-left:0; line-height:2; text-align:justify; text-justify:inter-ideograph; z-index:-1;}
  
 main > .ptxt:nth-child(1) {width:94%; max-width:1200px; margin:2em auto 0 auto; padding:1em 1.5em 1.5em 1.5em; border:2px solid #00348b; border-radius:0.6em; text-align:center;}
 main > .ptxt:nth-child(1) p {maring:0; padding:0; text-align:center;}
 main > .ptxt:nth-child(1) span {display:block; color:#00348b; font-size:120%; font-weight:700;}

 ul.graph {display:flex; justify-content:space-between; width:100%; margin:2em auto 0 auto;}
 ul.graph li {width:33%;}
  
}


