@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;}
  
  .area2 {width:90%; margin:0 auto;}
  .area2 .ptxt {margin:0;}
  .area2 .ptxt .fleft {width:60%;}
  .area2 .ptxt .fright {font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  
  .area3 {width:90%; margin:0 auto;}
  .area3 .ptxt {margin:0;}
  .area3 .ptxt .fleft {margin:1em 0 0 0; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  .area3 .ptxt .fright {width:60%;}
  
	main .btn {width:12em; margin:1.5em auto 0 auto; font-size:90%; text-align:center;}
	main .btn a {position:relative; display:block; padding:0.3em 0; background:#327eae; 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 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:2em auto 0 auto;}

  .area2 {width:94%; max-width:1200px; 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:35%;}
  .area2 .ptxt .fright {width:60%; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  
  .area3 {width:94%; max-width:1200px; margin:2em auto 0 auto;}
  .area3 .ptxt {display:flex; justify-content:space-between; width:100%; margin:2.5em 0 0 0;}
  .area3 .ptxt .fleft {width:60%; font-weight:500; line-height:2; text-align:justify; text-justify:inter-ideograph;}
  .area3 .ptxt .fright {width:35%;}
  
  .ptxt + h2,
  .area2 + h2,
  .area3 + h2 {margin:5em auto 0 auto;}
  
  main .btn {width:12em; margin:1.5em 0 0 0; font-size:90%;}
  main .btn a {position:relative; display:block; padding:0.3em 0; background:#327eae; 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);}
  
}


