@charset "UTF-8";

.gm {margin-top:1em;}

.full_box {padding:1em 1.5em 1.5em 1.5em; background:#eefbf4; border-radius:0.5em;}
.full_box h3 {display:block; border-bottom:1px solid #58de8e; color:#58de8e;}
.sp_box {padding:1em 1.5em 1.5em 1.5em; background:#fcedfb; border-radius:0.5em;}
.sp_box h3 {display:block; border-bottom:1px solid #ec83de; color:#ec83de;}
.gs_box {padding:1em 1.5em 1.5em 1.5em; background:#e8f5fe; border-radius:0.5em;}
.gs_box h3 {display:block; border-bottom:1px solid #469edb; color:#469edb;}
.op_box {padding:1em 1.5em 1.5em 1.5em; background:#f5f5f5; border-radius:0.5em;}
.op_box h3 {display:block; border-bottom:1px solid #888; color:#888;}


table.fee.bg_pink thead th {background:#ec83de; color:#fff;}
table.fee.bg_blue thead th {background:#469edb; color:#fff;}
table.fee.bg_grey thead th {background:#888; color:#fff;}

h3.pttl {padding:0.5em 1em; background:#022d51; color:#fff; font-size:120%;}

main ul.l_1em li {padding-top:0.3em !important; padding-bottom:0.3em !important; font-size:80%; line-height:1.4;}



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

@media screen and (max-width:900px){
 
  .area1 img {margin-top:1em !important;}
  .ptxt + h2 + .area2 .fleft {width:230px;}

  table.profile {width:100%; border-top:1px solid #7f7f7f;}
  table.profile th {width:40%; padding:0.5em 1em; border:1px solid #ddd; vertical-align:top;}
  table.profile td {padding:0.5em 1em; border:1px solid #ddd;}
  table.profile tr:nth-child(even) th,
  table.profile tr:nth-child(even) td {background:#fafafa;}

  table.fee {width:100%; background:#fff; 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:#022d51; color:#fff;}
  table.fee thead th span {font-size:50%; font-weight:400;}
  table.fee tbody tr:nth-child(even) th,
	table.fee tbody tr:nth-child(even) td {background:#fafafa;}
  table.fee tbody th span {display:block; font-size:50%; font-weight:400; line-height:1.3;}
  table.fee tbody th {font-size:95%;}
  table.fee tbody td {font-size:85%;}
  table.fee tbody td span {font-size:50%;}

}



/*********************************
 * 901～
 *********************************/

@media screen and (min-width:901px) {
 
  .area1 img {margin-top:2em !important;}
 .ptxt + h2 + .area2 .fleft {width:230px;}
 .ptxt + h2 + .area2 .fright {width:calc(100% - 280px);}

  table.profile {width:100%; border-top:1px solid #7f7f7f;}
  table.profile th {width:32%; padding:0.5em 0.5em 0.5em 1.5em; border:1px solid #ddd; vertical-align:top;}
  table.profile td {padding:0.5em 1.5em 0.5em 1.5em; border:1px solid #ddd;}
  table.profile tr:nth-child(even) th,
  table.profile tr:nth-child(even) td {background:#fafafa;}

  table.fee {width:100%; background:#fff; 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 {padding:0.5em 0; background:#022d51; color:#fff; line-height:1.6;}
  table.fee thead th span {font-size:50%; font-weight:400;}
  table.fee tbody tr:nth-child(even) th,
	table.fee tbody tr:nth-child(even) td {background:#fafafa;}
  table.fee tbody th span {display:block; font-size:50%; font-weight:400; line-height:1.3;}
  table.fee tbody th {font-size:95%;}
  table.fee tbody td {font-size:85%;}
  table.fee tbody td span {font-size:50%;}

}


