
/* helper
----------------------- */
.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.ta-c {
  text-align: center !important;
}

.va-t {
  vertical-align: top;
}

.va-m {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-xxs {
  margin-bottom: 5px;
}

.mb-xs {
  margin-bottom: 10px;
}

.mb-s {
  margin-bottom: 15px;
}

.mb-m {
  margin-bottom: 20px;
}
.mt-xxs-sp {
  margin-top: 4px;
}
.mt-xs {
  margin-top: 10px;
}
.mt-m {
  margin-top: 20px;
}
.mr-xxs {
  margin-right: 5px;
}
.mr-xs {
  margin-right: 10px;
}

.ml-xs {
  margin-left: 10px;
}
.ml-m {
  margin-left: 20px;
}

.mh-xxs {
  margin-left: 5px;
  margin-right: 5px;
}
.mh-xs {
  margin-left: 10px;
  margin-right: 10px;
}

.pl-xxs-sp {
  padding-left: 3px;
}
.pl-xs {
  padding-left: 10px;
}
.pv-none {
  padding-top: 0;
  padding-bottom: 0;
}

.fz-s {
  font-size: 10px;
}

.fz-l {
  font-size: 14px;
}

.fz-xl{
	font-size: 16px;
}

.fz-xxl{
  font-size: 20px;
}

.fz-xxxl{
  font-size: 25px;
}

.fl-l {
  float: left !important;
}

.fl-r {
  float: right !important;
}

.fl-n {
  float: none !important;
}

.fc-red {
  color: #d90000;
}
.fc-gray{
  color: #aaaaaa;
}
.fw-b {
  font-weight: bold !important;
}

.dpl-ib {
  display: inline-block;
}
.dpl-b {
  display: block;
}
/* section */
.section {
  margin: 0 0 30px 0;
}

.section--large {
  margin: 0 0 40px 0;
}

.section--middle {
  margin: 0 0 20px 0;
}

.section--small {
  margin: 0 0 10px 0;
}
.chrome_adjust {
  display: inline-block;
  -webkit-text-size-adjust: none;
  -webkit-transform: scale(0.834);
  -webkit-transform-origin: top left;
}

