/* 授業料 */
table {
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  padding: 10px;
  border: 1px solid #999;
  background:#18601e;
}
table th {
  background-color: #eee;
  text-align: center;
  width: 30%;
}
table td {
    color:#eee;
    font-weight:bold;
}
@media screen and (max-width: 400px) {
  table {
    border-top: 1px solid #999;
  }
  table td {
    display: block;
    text-align: center;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid #999;
    width: 100%;
  }
  tr.userhide{
  display:none;
  }
}
#monthlyquestion{
	text-align:center;
	font-weight:bold;
}
#monthlyquestion .fw-icon-question{
color:white;
}
#monthlyquestion p{
font-size:18px;
}
#engquesetion{
color:red;
}

.fa{
color:#fff;
font-size: 25px;
}
.far{
color: #fff;
font-size: 25px;
}
.icon i{
color: #2d6e84;
font-size: 35px;
}
.strong{
border-bottom:1px solid #333;
font-weight:bold;
}
.freeExamSchool{
min-height:500px;
clear:both;
}
#sumCamp{display:none ;}
#pricing td a{color:#fff;}
body{
font-family:"Yu Mincho","YuMincho","Hiragino Mincho Pro","MS PMincho",serif;
}