/* ユーティリティ
=============================================================*/

/* clearfix */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* 文字詰めを自動調整する */
.palt {
  font-feature-settings: "palt";
}

/* margin-top */
.util-mt-xxl {
  margin-top: 140px !important;
}

.util-mt-xl {
  margin-top: 120px !important;
}

.util-mt-lg {
  margin-top: 100px !important;
}

.util-mt-md {
  margin-top: 80px !important;
}

.util-mt-sm {
  margin-top: 40px !important;
}

.util-mt-xs {
  margin-top: 20px !important;
}

.util-mt-xxs {
  margin-top: 10px !important;
}

.util-mt-none {
  margin-top: 0 !important;
}

/* margin-bottom */
.util-mb-xxl {
  margin-bottom: 140px !important;
}

.util-mb-xl {
  margin-bottom: 120px !important;
}

.util-mb-lg {
  margin-bottom: 100px !important;
}

.util-mb-md {
  margin-bottom: 80px !important;
}

.util-mb-sm {
  margin-bottom: 40px !important;
}

.util-mb-xs {
  margin-bottom: 20px !important;
}

.util-mb-xxs {
  margin-bottom: 10px !important;
}

.util-mb-none {
  margin-bottom: 0 !important;
}
