@charset "UTF-8";
 
table.fee {width:100%; margin:0 auto;}
table.fee th, table.fee td {padding:0.5em; text-align:center; vertical-align:middle;}
table.fee thead th {padding:0.7em 1em; background:#1a3c83; border:1px solid #d6d6d1; color:#fff; font-weight:600; text-align:center}
table.fee thead th.green {background:#009c98;}
table.fee tbody th {font-weight:500; border:1px solid #d6d6d1;}
table.fee tbody td {border:1px solid #d6d6d1;}
table.fee tbody tr:nth-child(even) th,
table.fee tbody tr:nth-child(even) td {background:#fafafa;}
table.fee tbody tr.b_none th,
table.fee tbody tr.b_none td {border-top:0; border-bottom:0;}
table.fee.th_txt_l tbody th {text-align:left !important;}

main h3 {margin-top:2.5em; padding:0.1em 0 0.1em 1em; border-left:3px solid #00348b; font-size:130%; font-weight:700; line-height:1.3;}
main h4 {margin-top:1.5em; padding:0.3em 1em; background:#dfe6f3; color:#00348b; font-size:130%; font-weight:700; line-height:1.3;}

.mT0 {margin-top:0 !important;}


/*********************************
 * ～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;}
  .area3 .ptxt .fright {width:60%;}
	
	.srv .lead {margin:1.8em 0 0 0; padding:0 0 0 1.8em; font-weight:700; line-height:1.8; text-align:justify; text-justify:inter-ideograph;}
  .srv ul {display:flex; flex-wrap:wrap; justify-content:space-between; width:100%; padding:4% 0 0 0;}
  .srv ul li {width:48.5%; margin:4% 0 0 0; border:4px solid #1a3c83;}
	.srv ul li a {color:#010101;}
  .srv ul li dl {width:100%;}
  .srv ul li dl dt {width:100%; line-height:1;}
  .srv ul li dl dd {width:76%; margin:0 auto; padding:1.5em 0; border-top:3px solid #1a3c83; font-size:90%; font-weight:500; line-height:1.7; text-align:justify; text-justify:inter-ideograph;}
  .srv ul li dl dd span {display:block; color:#1a3c83; font-size:135%; font-weight:700; text-align:center;}

}



/*********************************
 * 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;}
  
	.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%;}
	
	.srv {margin:2em auto 0 auto;}
  .srv .lead {margin:1.8em 0 0 0; padding:0 0 0 2em; font-weight:700; line-height:1.8;}
  .srv ul {display:flex; justify-content:space-between; width:100%; margin:4% 0 0 0;}
  .srv ul li {/*width:23.5%;*/ width:31%; border:4px solid #1a3c83;}
	.srv ul li a {color:#010101; transition:0.3s;}
	.srv ul li a:hover {opacity:0.8;}
  .srv ul li dl {width:100%;}
  .srv ul li dl dt {width:100%; line-height:1;}
  .srv ul li dl dd {width:76%; margin:0 auto; padding:1.5em 0; border-top:3px solid #1a3c83; font-size:90%; font-weight:500; line-height:1.7; text-align:justify; text-justify:inter-ideograph;}
  .srv ul li dl dd span {display:block; color:#1a3c83 !important; font-size:140%; font-weight:700; text-align:center;}
  
  table.fee.w70 {width:70%; margin-right:0; margin-left:0;}
  p.w70 {width:70%;}
}

