@charset "UTF-8";

main h3 {color:#1d557f; line-height:1.4;}
main h3 span {
  display: inline-block;
  width: 12em;
  margin-bottom: 0.3em;
  padding: 0.2em 0;
  background:#DF511A;
  border-radius: 3em;
  color: #fff;
  text-align: center;
}

.s_box {
  margin: 0.5em 0 0 0;
  padding: 1em 1.5em;
  background: #f5f0ec;
  border-radius: 0.5em;
}


/*********************************
 * ～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:#1d557f; font-size:130%; font-weight:800;}

  table.fee {width:100%; min-width:750px; 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:#1d557f; color:#fff; line-height:1.3;}
  table.fee tbody tr:nth-child(even) th,
	table.fee tbody  tr:nth-child(even) td {background:#fafafa;}
  
  table.fee.txt_l td {text-align:left;}
  
  .table_scroll {
    overflow-x: scroll;
    width: 100%;
    margin-top: 1em;
  }

}



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

  table.fee {width:100%; margin-top: 1em; 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:#1d557f; color:#fff; line-height:1.3;}
  table.fee tbody tr:nth-child(even) th,
	table.fee tbody  tr:nth-child(even) td {background:#fafafa;}
  
  table.fee.txt_l td {text-align:left;}
  
  .table_scroll {
    margin-top: 1em;
  }

}


