@charset "UTF-8";

main h3 {color:#3baaff;}

/*.contents {padding-top:2em;}
.contents > .ptxt:nth-child(1) {padding:1em 1.5em 1.5em 1.5em; background:#fff; border:2px solid #3baaff; border-radius:0.6em; line-height:1.8;}
.contents > .ptxt:nth-child(1) .blue2 {font-family:'Noto Serif JP', serif;}
.contents > .ptxt:nth-child(1) p {margin-top:0.5em; font-size:90%; line-height:1.8;}*/

main h2 {line-height:1.6;}
main .pL_fee1 {padding-left:4.3em;}


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

@media screen and (max-width:900px){

	.mimg {background:#f2f9f6;}
	.mimg .inner {position:relative; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; height:13em;}
  .mimg .inner .ttl {width:100%; font-size:90%; font-weight:700; text-align:center;}
  .mimg .inner .ttl span {display:inline-block; padding:0 0 0.3em 0; color:#3baaff; font-size:130%; font-weight:800;}

  table.fee {width:100%; border-top:1px solid #7f7f7f;}
  table.fee th {padding:0.5em 0.8em; border:1px solid #cacaca; text-align:left; vertical-align:middle;}
  table.fee td + td {text-align:left;}
  table.fee td {padding:0.5em 0.8em; border:1px solid #cacaca; text-align:center;}
  table.fee thead th {background:#1d557f; color:#fff;}
  table.fee tbody tr:nth-child(even) th,
	table.fee tbody  tr:nth-child(even) td {background:#fafafa;}
  
  table.fee.txt_l td {text-align:left;}
  
  .table_scroll {overflow-x:auto;}
  .table_scroll table {width:100%; min-width:700px; margin-top:0;}

}



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

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

	.contents > .ptxt:nth-child(1) {text-align:center;}
  .contents > .ptxt:nth-child(1) p {text-align:center;}

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

}


