/* ======== utility style ======== */
/* ----- media display ----- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

/* ----- margin ----- */
/* margin-top */
.mgTLL {
  margin-top: 50px !important;
}

.mgTL {
  margin-top: 25px !important;
}

.mgTM {
  margin-top: 20px !important;
}

.mgTS {
  margin-top: 15px !important;
}

.mgTSS {
  margin-top: 10px !important;
}

.mgT0 {
  margin-top: 0 !important;
}

/* margin-bottom */
.mgBLL {
  margin-bottom: 50px !important;
}

.mgBL {
  margin-bottom: 25px !important;
}

.mgBM {
  margin-bottom: 20px !important;
}

.mgBS {
  margin-bottom: 15px !important;
}

.mgBSS {
  margin-bottom: 10px !important;
}

.mgB0 {
  margin-bottom: 0 !important;
}

/* ----- padding ----- */
/* padding-top */
.pdTLL {
  padding-top: 50px !important;
}

.pdTL {
  padding-top: 25px !important;
}

.pdTM {
  padding-top: 20px !important;
}

.pdTS {
  padding-top: 15px !important;
}

.pdTSS {
  padding-top: 10px !important;
}

/* padding-bottom */
.pdBLL {
  padding-bottom: 50px !important;
}

.pdBL {
  padding-bottom: 25px !important;
}

.pdBM {
  padding-bottom: 20px !important;
}

.pdBS {
  padding-bottom: 15px !important;
}

.pdBSS {
  padding-bottom: 10px !important;
}

/* ======== header ======== */
/* ======== footer ======== */
