﻿@charset "UTF-8";

.contents {width:100%; max-width:none; margin:0 auto;}
table.fee th,
table.fee td {line-height:1.5;}
table.fee td span {font-size:80%;}

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

@media screen and (max-width:900px){
  
  h3 {font-size:130%; font-weight:800; line-height:1.4;}
  
  main .ptxt,
  main h2,
  main .area1,
  main .area2,
  main .area3 {width:90%; margin-right:auto; margin-left:auto;}
  main .area2 .ptxt,
  main .area3 .ptxt {width:100%;}
  
  main .ptxt,
  main h2,
  main .area1,
  main .area2,
  main .area3 {width:90%; margin-right:auto; margin-left:auto;}
  main .area2 .ptxt,
  main .area3 .ptxt {width:100%; margin-right:0; margin-left:0;}

	.contents > .ptxt:nth-child(1) {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; width:100%; margin-top:0; padding:2em 1.5em; background:#003093; color:#fff; font-size:95%;}
	.contents > .ptxt:nth-child(1) p {margin:0;}
	.contents > .ptxt:nth-child(1) p span {font-size:110%; font-weight:700;}

  table.fee {width:100%; border-top:1px solid #7f7f7f;}
  table.fee th {padding:0.5em; border:1px solid #ddd; text-align:center; vertical-align:middle;}
  table.fee td {padding:0.5em; border:1px solid #ddd; text-align:center;}
  table.fee thead th {background:#003093; color:#fff;}
  table.fee tbody th {text-align:left;}
  table.fee tbody tr:nth-child(even) th,
	table.fee tbody tr:nth-child(even) td {background:#fafafa;}

}



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

@media screen and (min-width:901px) {
  
  h3 {font-size:150%; font-weight:800; line-height:1.4;}
  
  .area2 .fleft {width:30% !important; max-width:350px !important;}
  .area2 .fright {width:65% !important;}
  .area3 .fleft {width:65% !important;}
  .area3 .fright {width:30% !important; max-width:350px !important;}
  
  main .ptxt,
  main h2,
  main .area1,
  main .area2,
  main .area3 {}
  main .area2 .ptxt,
  main .area3 .ptxt {}

	.contents > .ptxt:nth-child(1) {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; width:100%; max-width:none; margin:0; padding:2em 0; background:#003093; color:#fff; font-size:105%;}
	.contents > .ptxt:nth-child(1) p {width:91%; max-width:980px; margin:0 auto; text-align:center;}
	.contents > .ptxt:nth-child(1) p span {font-size:110%; font-weight:700;}

  table.fee {width:100%; border-top:1px solid #7f7f7f;}
  table.fee th {padding:0.5em; border:1px solid #ddd; text-align:center; vertical-align:middle;}
  table.fee td {padding:0.5em; border:1px solid #ddd; text-align:center;}
  table.fee thead th {background:#003093; color:#fff;}
  table.fee tbody th {}
  table.fee tbody tr:nth-child(even) th,
	table.fee tbody  tr:nth-child(even) td {background:#fafafa;}
}
