@charset "UTF-8";


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

@media screen and (max-width:900px){
  
  main h3 {margin:2em 0 0 0;}
  main h3 + p {margin-top:0.5em;}

	.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:#255b04; font-size:130%; font-weight:800;}

  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:#255b04; 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) {
  
  main h3 {margin:2em 0 0 0;}
  main h3 + p {margin-top:0.5em;}

	.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:110%; font-weight:400; text-align:center;}
  .mimg .inner .ttl span {display:inline-block; padding:0 0 0.3em 0; color:#255b04; font-size:130%; font-weight:800;}

  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:#255b04; color:#fff;}
  table.fee tbody tr:nth-child(even) th,
	table.fee tbody  tr:nth-child(even) td {background:#fafafa;}

}


