@charset "UTF-8";

.contents {width:100%; max-width:none;}

.area1 {margin-top:2em; text-align:center;}
.area1 img {max-width:618px !important;}

main h3 {margin-top:2em; color:#69b973; font-size:120%; font-weight:700;}
main h4 {color:#333; font-size:110%; font-weight:700;}
main h3 + h4 {margin-top:0.5em;}
main h3 + ul.l_1em {margin-top:0.5em;}


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

@media screen and (max-width:900px){
  
  .contents > .ptxt:first-child {width:100%; max-width:none !important; margin-top:0; padding:1em; background:#e1f1e3; color:#69b973; font-size:80%; text-align:center;}
  .contents > .ptxt:first-child span {display:block; padding-bottom:0.5em; font-size:110%; font-weight:600;}

  main h2 {width:90%; margin-left:auto; margin-right:auto;}
  main .area1,
  main .area2,
  main .area3 {width:90%; margin-right:auto; margin-left:auto;}
  main .ptxt {width:90%;}
  main .area2 .ptxt,
  main .area3 .ptxt  {width:100%;}
  
  .area1 {margin-top:1em;}

  table.fee {width:100%; margin-top:0.5em; 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:#69b973; 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:first-child {width:100%; max-width:none !important; margin-top:0; padding:1.5em 1em; background:#e1f1e3; color:#69b973; text-align:center;}
  .contents > .ptxt:first-child span {display:block; padding-bottom:0.5em; font-size:115%; font-weight:600;}
  
  main h2 {width:90%; max-width:980px; margin-left:auto; margin-right:auto;}
  main .area1,
  main .area2,
  main .area3 {width:90%; max-width:980px; margin-right:auto; margin-left:auto;}
  main .ptxt {width:90%; max-width:980px;}
  main .area2 .ptxt,
  main .area3 .ptxt  {width:100%;}

  table.fee {width:100%; margin-top:0.5em; 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:#69b973; color:#fff;}
  table.fee tbody tr:nth-child(even) th,
	table.fee tbody  tr:nth-child(even) td {background:#fafafa;}

}

