@charset "UTF-8";

h3 + p {margin-top:0.5em;}

table.fee tbody th.ttl {background:#EAEFF7 !important;}

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

@media screen and (max-width:900px){
  
  .contents > .ptxt:nth-child(1) {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; padding:2em 1em; background:url(../../common/images/bg_mimg.jpg) center center no-repeat; background-size:cover;}
  .contents > .ptxt:nth-child(1) p {margin-top:0; font-size:90%;}
  .contents > .ptxt:nth-child(1) span {display:block; padding-bottom:0.4em; color:#0347a3; font-size:120%; 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:#0347a3; color:#fff;}
  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) {
 
  .contents > .ptxt:nth-child(1) {display:flex; flex-wrap:wrap; align-items:center; justify-content:center; padding:3em 1.5em; background:url(../../common/images/bg_mimg.jpg) center center no-repeat; background-size:cover;}
  .contents > .ptxt:nth-child(1) p {margin-top:0; text-align:center;}
  .contents > .ptxt:nth-child(1) span {display:block; padding-bottom:0.4em; color:#0347a3; font-size:130%; 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:#0347a3; color:#fff;}
  table.fee tbody tr:nth-child(even) th,
	table.fee tbody  tr:nth-child(even) td {background:#fafafa;}

}


