@charset "UTF-8";

.contents {padding-top:1em;}
.contents > .ptxt:nth-child(1) {padding:1.5em; background:#eef6fb; border-radius:0.5em; font-family:'Noto Sans JP', sans-serif; font-weight:400; text-align:center;}
.contents > .ptxt:nth-child(1) span {display:inline-block; color:#1f583b; font-family:'Noto Serif JP', serif; font-size:130%; font-weight:700;}
.contents > .ptxt:nth-child(1) p {text-align:center;}

main h3 {color:#1f583b;}


/*********************************
 * ～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:#1f583b; 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 #ddd; text-align:center; vertical-align:middle;}
  table.fee td {padding:0.5em 0.8em; border:1px solid #ddd; text-align:center;}
  table.fee thead th {background:#1f583b; color:#fff;}
  table.fee tbody tr:nth-child(even) th,
	table.fee tbody  tr:nth-child(even) td {background:#fafafa;}
  table.fee tbody th p {margin-top:0.2em; font-size:90%; font-weight:400;}

}



/*********************************
 * 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:#1f583b;}

  table.fee {width:100%; border-top:1px solid #7f7f7f;}
  table.fee th {padding:0.5em 0.8em; border:1px solid #ddd; text-align:center; vertical-align:middle;}
  table.fee td {padding:0.5em 0.8em; border:1px solid #ddd; text-align:center;}
  table.fee thead th {background:#1f583b; color:#fff;}
  table.fee tbody tr:nth-child(even) th,
	table.fee tbody  tr:nth-child(even) td {background:#fafafa;}
  table.fee tbody th p {margin-top:0.2em; font-size:90%; font-weight:400;}

}


