@charset "UTF-8";



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

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

	.mimg {background:url(../../images/bg_mimg.jpg) center center no-repeat; background-size:cover;}
	.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:#0347a3; font-size:130%; font-weight:800;}

  table.fee {width:100%; border-top:1px solid #7f7f7f;}
  table.fee th {width:30%; 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) {

	.mimg {background:url(../../images/bg_mimg.jpg) center center no-repeat; background-size:cover;}
	.mimg .inner {position:relative; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; height:13em;}
  .mimg .inner .ttl {width:100%; font-size:110%; font-weight:700; text-align:center;}
  .mimg .inner .ttl span {display:inline-block; padding:0 0 0.3em 0; color:#0347a3; font-size:130%; font-weight:800;}

  table.fee {width:100%; border-top:1px solid #7f7f7f;}
  table.fee th {width:30%; 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;}

}


