@charset "UTF-8";

table.fee {width:100%; margin:1.5em auto 0 auto;}
table.fee th, table.fee td {padding:0.5em 1em; vertical-align:middle;}
table.fee thead th {padding:0.7em 1em; background:#1a3c83; border-right:1px solid #d6d6d1; color:#fff; font-weight:600; text-align:center}
table.fee thead th:last-child {border:0;}
table.fee tbody th {font-weight:500; border:1px solid #d6d6d1;}
table.fee tbody td {border:1px solid #d6d6d1; text-align:center;}
table.fee tbody tr:nth-child(even) th,
table.fee tbody tr:nth-child(even) td {background:#fafafa;}

main h3 {margin-top:2.5em; padding:0.1em 0 0.1em 1em; border-left:3px solid #327eae; font-size:130%; font-weight:700; line-height:1.3;}
main h4 {margin-top:1.5em; padding:0.3em 1em; background:#dfe6f3; color:#327eae; font-size:130%; font-weight:700; line-height:1.3;}


/*********************************
 * ～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;}
  
 ul.graph {margin:0 auto;}
 ul.graph li {margin-top:1em;}
  
.area2,
.area3 {width:90%; margin-left:auto; margin-right: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:-5em 0 0 10%; padding:3em 2.5em 2em 2.5em !important; border:3px solid #327eae; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}

}



/*********************************
 * 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;}

 ul.graph {display:flex; justify-content:space-between; width:100%; margin:2em auto 0 auto;}
 ul.graph li {width:33%;}
  
 .area2,
  .area3 {width:94%; max-width:1200px; margin-left:auto; margin-right: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%; border-right:3rem solid #fff; font-size:0;}
 .area2 .fright {position:absolute; width:68% !important; bottom:-3em; right:0; padding:3em 3.5em 3em 15%; border:4px solid #327eae; border-left:0; line-height:2; text-align:justify; text-justify:inter-ideograph; z-index:-1;}
  
}


