@charset "UTF-8";

main h3 {color:#39901b;}


/*********************************
 * ～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:#39901b; 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:#39901b; 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 {padding:2em 0 0 0;}
	.mimg .inner {position:relative; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; width:91%; max-width:980px; margin:0 auto; background:#f2f9f6; padding:2em; border-radius:0.8em;}
  .mimg .inner .ttl {width:100%; margin:0; font-size:90%; font-weight:600; text-align:center; line-height:2;}
  .mimg .inner .ttl span {display:inline-block; color:#39901b;}

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

}


