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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* max-width */

 .mw-xxl {
  max-width:1400px !important;
 }

 .mw-xl {
  max-width:1200px !important;
 }

 .mw-lg {
  max-width:992px !important;
 }

 .mw-md {
  max-width:768px !important;
 }

 .mw-sm {
  max-width:576px !important;
 }