@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;}
table.fee tbody td + td {text-align:center;}
table.fee tbody tr:nth-child(even) th,
table.fee tbody tr:nth-child(even) td {background:#fafafa;}

h3 + p {margin-top:0.5em;}


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


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

  .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;}
  
	main .btn {width:80%; max-width:300px; margin:1.5em auto 0 auto; font-size:90%; text-align:center;}
	main .btn a {position:relative; display:block; padding:0.3em 0; background:#3a7a46; color:#fff; text-decoration:none;}
	main .btn a::after {position:absolute; display:block; content:''; width:0.4em; height:0.4em; right:1.5em; top:40%; border-top:2px solid #fff; border-right:2px solid #fff; transform:rotate(45deg);}

}



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

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

	main {width:96%; max-width:1200px; margin:0 auto;}
	main h2 {margin:3em auto 0 auto; line-height:1.2;}
  
	h2 + .ptxt {margin:2em auto 0 auto; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  
 main .btn {width:60%; max-width:300px; margin:1.5em auto 0 auto; font-size:90%;}
 main .btn a {position:relative; display:block; padding:0.3em 0; background:#3a7a46; color:#fff; text-align:center; transition:0.3s;}
 main .btn a:hover {opacity:0.8;}
 main .btn a::after {position:absolute; display:block; content:''; width:0.4em; height:0.4em; right:1.5em; top:40%; border-top:2px solid #fff; border-right:2px solid #fff; transform:rotate(45deg);}
  
	.area1 {margin:3em auto 0 auto;}
	
  .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%;}

}

