@charset "UTF-8";
 
table.fee {width:100%; margin:5px 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:#2d7f37; border-right:1px solid #EDFBEE; 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;}




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


@media screen and (max-width:900px){
  
	main {width:90%; margin:0 auto;}
	main h2 {margin:12% auto 0 auto; line-height:1.2;}
  
	h2 + .ptxt {margin:2em auto 0 auto; line-height:2; text-align:justify; text-justify:inter-ideograph;}

  .area2 {margin:2em auto 0 auto;}
  .area2 .ptxt {margin:2em 0 0 0;}
  .area2 .ptxt .fleft {width:60%;}
  .area2 .ptxt .fright {margin:1.5em 0 0 0; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}

  .area3 {margin:2em auto 0 auto;}
  .area3 .ptxt {margin:2em 0 0 0;}
  .area3 .ptxt .fleft {margin:1.5em 0 0 0; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  .area3 .ptxt .fright {width:60%;}

}



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

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

	main {width:96%; max-width:1200px; margin:0 auto;}
	main h2 {margin:8% auto 0 auto; line-height:1.2;}
  
	h2 + .ptxt {margin:2em auto 0 auto; line-height:2; text-align:justify; text-justify:inter-ideograph;}
	
  .area2 {margin:2em auto 0 auto;}
  .area2 .ptxt {display:flex; justify-content:space-between; width:100%; margin:2.5em 0 0 0;}
  .area2 .ptxt .fleft {width:30%;}
  .area2 .ptxt .fright {width:63%; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
	
  .area3 {margin:2em auto 0 auto;}
  .area3 .ptxt {display:flex; flex-direction:row-reverse; justify-content:space-between; width:100%; margin:2.5em 0 0 0;}
  .area3 .ptxt .fleft {width:63%; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  .area3 .ptxt .fright {width:30%;}
  
  table.w70 {width:80%;}
  ul.w70 {width:80%; margin-left:auto; margin-right:auto;}

}

