@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:#7f1b31; border-right:1px solid #CDE1F1; 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; text-align:center;}
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;}
table.fee.txt_l tbody th:first-child {text-align:left;}

.ptxt .uline {border-bottom:1px solid #7f1b31;}




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


@media screen and (max-width:900px){
  
  main > .ptxt:first-child {width:100%; max-width:none !important; margin-top:0; padding:1em; background:#fff5f5; color:#7f1b31; font-size:80%; text-align:center;}
  main > .ptxt:first-child p {margin:0; padding:0.5em 0; font-size:110%; font-weight:600;}
  
	main h2 {width:90%; margin-left:auto; margin-right:auto;}
  main h2 + .ptxt {width:90%; margin:2em auto 0 auto;}
  main h2:first-child {margin:12% auto 0 auto;}
  
	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%;}
  
  table.fee tbody th {text-align:left;}
 
 .ptxt {width:90%; margin:2em auto 0 auto;}

}



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

@media screen and (min-width:901px) {
  
  main > .ptxt:first-child {width:100%; max-width:none !important; margin-top:0; padding:1.5em 1em; background:#fff5f5; color:#7f1b31; text-align:center;}
  main > .ptxt:first-child p {margin:0; padding:0.5em 0; font-size:115%; font-weight:600; text-align:center;}

	main h2 {width:94%; max-width:1200px; margin-left:auto; margin-right:auto;}
 main h2 + .ptxt {width:94%; max-width:1200px; margin:2em auto 0 auto;}
 main h2:first-child {margin:8% auto 0 auto;}
  
	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;}
 
 .ptxt {width:94%; max-width:1200px; margin:2em auto 0 auto;}

}

