@charset "UTF-8";
/* CSS Document */
.sec_member{
  margin-bottom: 50px;
}

.sec_member .fee{
  font-size: 15px;
  font-weight: 400;
}

@media only screen and (max-width: 768px){

.sec_member .fee{
  font-size: 13px;
  font-weight: 400;
}  
  

}

