body,
p,
input,
select {
  font-family: sans-serif;
}
p,
input,
select,
option {
  font-size: 14px;
}
.xx-large {
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  margin: 50px 0px;
}
.x-large {
  font-size: 50px;
  font-weight: 600;
  line-height: 55px;
  margin: 30px 0px;
}
.large {
  font-size: 48px;
  font-weight: 600;
  line-height: 55px;
  margin: 30px 0px;
}
.huge {
  font-size: 25px;
}
.huge-spc {
	font-size: 20px;
  line-height: 35px;
}
.huge-2 {
  font-size: 25px;
  font-weight: 600;
}
.huge-3 {
  font-size: 30px;
  font-weight: 600;
}
.large {
  font-size: 20px;
  font-weight: 600;
}
.x-big {
  font-size: 16px;
  font-weight: 600;
}
.big {
  font-size: 14px;
  font-weight: 600;
}
.small {
  font-size: 13px;
}
.x-small {
  font-size: 10px;
}
.xx-small {
  font-size: 8px;
}

@media only screen and (min-width: 1000px) {
  .xx-large {
    font-size: 80px;
    font-weight: 600;
    line-height: 80px;
    margin: 50px 0px;
  }
  .huge-spc {
	font-size: 25px;
}
}
