/*====================================================================================
1. START Visual Formatting Model
====================================================================================*/
.d-flex {
  display: flex !important;
}

/*---------- START FLEX FLOW ----------*/
.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

/*---------- START JUSTIFY-CONTENT ----------*/
.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

/*---------- START ALIGN-ITEMS ----------*/
.align-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.align-center {
  align-items: center !important;
}

.align-baseline {
  align-items: baseline !important;
}

.align-stretch {
  align-items: stretch !important;
}

/*---------- START IMAGE OBJECT FIT  ----------*/
.img-ofi {
  width: 100%;
  height: 100%;
}
.img-ofi--center {
  object-fit: cover;
  object-position: center;
}
.img-ofi--top {
  object-fit: cover;
  object-position: center top;
}
.img-ofi--bottom {
  object-fit: cover;
  object-position: center bottom;
}
.img-ofi--left {
  object-fit: cover;
  object-position: left center;
}
.img-ofi--right {
  object-fit: cover;
  object-position: right center;
}

/* ---------- START FLOAT ----------*/
.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

/* ---------- START BASE CLEAR FLOAT ----------*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0rem;
  visibility: hidden;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*====================================================================================
2. START Box Model
====================================================================================*/
/*---------- START WIDTH ----------*/
.w05p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

/*---------- START MARGIN ----------*/
.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin: 0 auto !important;
}

.my-auto {
  margin: auto 0 !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.m00 {
  margin: 0rem !important;
}

/* ---------- START MARGIN TOP ---------- */
.mt00 {
  margin-top: 0rem !important;
}

.mt05 {
  margin-top: 0.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt15 {
  margin-top: 0.7rem !important;
}
@media only screen and (min-width: 768px) {
  .mt15 {
    margin-top: 1.5rem !important;
  }
}

.mt20 {
  margin-top: 1rem !important;
}
@media only screen and (min-width: 768px) {
  .mt20 {
    margin-top: 2rem !important;
  }
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mt30 {
  margin-top: 1.5rem !important;
}
@media only screen and (min-width: 768px) {
  .mt30 {
    margin-top: 3rem !important;
  }
}

.mt35 {
  margin-top: 1.7rem !important;
}
@media only screen and (min-width: 768px) {
  .mt35 {
    margin-top: 3.5rem !important;
  }
}

.mt40 {
  margin-top: 4rem !important;
}
@media only screen and (max-width: 767px) {
  .mt40 {
    margin-top: 2rem !important;
  }
}

.mt45 {
  margin-top: 4.5rem !important;
}

.mt50 {
  margin-top: 2.5rem !important;
}
@media only screen and (min-width: 768px) {
  .mt50 {
    margin-top: 5rem !important;
  }
}

.mt55 {
  margin-top: 5.5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mt65 {
  margin-top: 6.5rem !important;
}

.mt70 {
  margin-top: 3.5rem !important;
}
@media only screen and (min-width: 768px) {
  .mt70 {
    margin-top: 7rem !important;
  }
}

.mt75 {
  margin-top: 7.5rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mt85 {
  margin-top: 8.5rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mt95 {
  margin-top: 9.5rem !important;
}

.mt100 {
  margin-top: 5rem !important;
}
@media only screen and (min-width: 768px) {
  .mt100 {
    margin-top: 10rem !important;
  }
}

/* ---------- START MARGIN RIGHT ---------- */
.mr00 {
  margin-right: 0rem !important;
}

.mr05 {
  margin-right: 0.5rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.mr15 {
  margin-right: 1.5rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

.mr25 {
  margin-right: 2.5rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.mr35 {
  margin-right: 3.5rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.mr45 {
  margin-right: 4.5rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

.mr55 {
  margin-right: 5.5rem !important;
}

.mr60 {
  margin-right: 6rem !important;
}

.mr65 {
  margin-right: 6.5rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.mr75 {
  margin-right: 7.5rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.mr85 {
  margin-right: 8.5rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.mr95 {
  margin-right: 9.5rem !important;
}

.mr100 {
  margin-right: 10rem !important;
}

/* ---------- START MARGIN BOTTOM ---------- */
.mb00 {
  margin-bottom: 0rem !important;
}

.mb05 {
  margin-bottom: 0.5rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.mb30 {
  margin-bottom: 1.5rem !important;
}
@media only screen and (min-width: 768px) {
  .mb30 {
    margin-bottom: 3rem !important;
  }
}

.mb35 {
  margin-bottom: 3.5rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb45 {
  margin-bottom: 4.5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mb55 {
  margin-bottom: 5.5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mb65 {
  margin-bottom: 6.5rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.mb75 {
  margin-bottom: 7.5rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.mb85 {
  margin-bottom: 8.5rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.mb95 {
  margin-bottom: 9.5rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

/* ---------- START MARGIN LEFT ---------- */
.ml00 {
  margin-left: 0rem !important;
}

.ml05 {
  margin-left: 0.5rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.ml15 {
  margin-left: 1.5rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.ml25 {
  margin-left: 2.5rem !important;
}

.ml30 {
  margin-left: 3rem !important;
}

.ml35 {
  margin-left: 3.5rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.ml45 {
  margin-left: 4.5rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.ml55 {
  margin-left: 5.5rem !important;
}

.ml60 {
  margin-left: 6rem !important;
}

.ml65 {
  margin-left: 6.5rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.ml75 {
  margin-left: 7.5rem !important;
}

.ml80 {
  margin-left: 8rem !important;
}

.ml85 {
  margin-left: 8.5rem !important;
}

.ml90 {
  margin-left: 9rem !important;
}

.ml95 {
  margin-left: 9.5rem !important;
}

.ml100 {
  margin-left: 10rem !important;
}

/* ---------- START PADDING ----------*/
.p00 {
  padding: 0rem !important;
}

.p05 {
  padding: 0.5rem !important;
}

.p10 {
  padding: 1rem !important;
}

.p15 {
  padding: 1.5rem !important;
}

.p20 {
  padding: 2rem !important;
}

.p25 {
  padding: 2.5rem !important;
}

.p30 {
  padding: 3rem !important;
}

.p35 {
  padding: 3.5rem !important;
}

.p40 {
  padding: 4rem !important;
}

.p45 {
  padding: 4.5rem !important;
}

.p50 {
  padding: 5rem !important;
}

.p55 {
  padding: 5.5rem !important;
}

.p60 {
  padding: 6rem !important;
}

.p65 {
  padding: 6.5rem !important;
}

.p70 {
  padding: 7rem !important;
}

.p75 {
  padding: 7.5rem !important;
}

.p80 {
  padding: 8rem !important;
}

.p85 {
  padding: 8.5rem !important;
}

.p90 {
  padding: 9rem !important;
}

.p100 {
  padding: 10rem !important;
}

/* ---------- START PADDING TOP ---------- */
.pt00 {
  padding-top: 0rem !important;
}

.pt05 {
  padding-top: 0.5rem !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pt15 {
  padding-top: 1.5rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pt25 {
  padding-top: 2.5rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pt35 {
  padding-top: 3.5rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pt45 {
  padding-top: 4.5rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pt55 {
  padding-top: 5.5rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pt65 {
  padding-top: 6.5rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pt75 {
  padding-top: 7.5rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pt85 {
  padding-top: 8.5rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pt95 {
  padding-top: 9.5rem !important;
}

.pt100 {
  padding-top: 10rem !important;
}

/* ---------- START PADDING RIGHT ---------- */
.pr00 {
  padding-right: 0rem !important;
}

.pr05 {
  padding-right: 0.5rem !important;
}

.pr10 {
  padding-right: 1rem !important;
}

.pr15 {
  padding-right: 1.5rem !important;
}

.pr20 {
  padding-right: 2rem !important;
}

.pr25 {
  padding-right: 2.5rem !important;
}

.pr30 {
  padding-right: 3rem !important;
}

.pr35 {
  padding-right: 3.5rem !important;
}

.pr40 {
  padding-right: 4rem !important;
}

.pr45 {
  padding-right: 4.5rem !important;
}

.pr50 {
  padding-right: 5rem !important;
}

.pr55 {
  padding-right: 5.5rem !important;
}

.pr60 {
  padding-right: 6rem !important;
}

.pr65 {
  padding-right: 6.5rem !important;
}

.pr70 {
  padding-right: 7rem !important;
}

.pr75 {
  padding-right: 7.5rem !important;
}

.pr80 {
  padding-right: 8rem !important;
}

.pr85 {
  padding-right: 8.5rem !important;
}

.pr90 {
  padding-right: 9rem !important;
}

.pr95 {
  padding-right: 9.5rem !important;
}

.pr100 {
  padding-right: 10rem !important;
}

/* ----- START PADDING BOTTOM ----- */
.pb00 {
  padding-bottom: 0rem !important;
}

.pb05 {
  padding-bottom: 0.5rem !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pb25 {
  padding-bottom: 2.5rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pb35 {
  padding-bottom: 3.5rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pb45 {
  padding-bottom: 4.5rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

.pb55 {
  padding-bottom: 5.5rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pb65 {
  padding-bottom: 6.5rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pb75 {
  padding-bottom: 7.5rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pb85 {
  padding-bottom: 8.5rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pb95 {
  padding-bottom: 9.5rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}

/* ---------- START PADDING LEFT ---------- */
.pl00 {
  padding-left: 0rem !important;
}

.pl05 {
  padding-left: 0.5rem !important;
}

.pl10 {
  padding-left: 1rem !important;
}

.pl15 {
  padding-left: 1.5rem !important;
}

.pl20 {
  padding-left: 2rem !important;
}

.pl25 {
  padding-left: 2.5rem !important;
}

.pl30 {
  padding-left: 3rem !important;
}

.pl35 {
  padding-left: 3.5rem !important;
}

.pl40 {
  padding-left: 4rem !important;
}

.pl45 {
  padding-left: 4.5rem !important;
}

.pl50 {
  padding-left: 5rem !important;
}

.pl55 {
  padding-left: 5.5rem !important;
}

.pl60 {
  padding-left: 6rem !important;
}

.pl65 {
  padding-left: 6.5rem !important;
}

.pl70 {
  padding-left: 7rem !important;
}

.pl75 {
  padding-left: 7.5rem !important;
}

.pl80 {
  padding-left: 8rem !important;
}

.pl85 {
  padding-left: 8.5rem !important;
}

.pl90 {
  padding-left: 9rem !important;
}

.pl95 {
  padding-left: 9.5rem !important;
}

.pl100 {
  padding-left: 10rem !important;
}

/* ---------- START OVERFLOW ----------*/
.overflow-hidden {
  overflow: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-auto {
  overflow: auto;
}

/* ---------- START BASE BORDER ----------*/
.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

/*====================================================================================
3. START BACKGROUND
====================================================================================*/
.bg-gray {
  background: #f7f7f7 !important;
}

.bg-green {
  background: #14aa3b !important;
}

.bg-mint {
  background: #f8faf9 !important;
}

.bg-mint_dark {
  background: #f2f9f4 !important;
}

/*====================================================================================
4. START COLOR
====================================================================================*/
.co-white {
  color: #fff !important;
}

.co-black {
  color: #000 !important;
}

.co-green {
  color: #14aa3b !important;
}

/*====================================================================================
5. START FONT TEXT
====================================================================================*/
/* ---------- START FONT WEIGHT ---------- */
.font-normal {
  font-weight: normal !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-bold,
.bold {
  font-weight: bold !important;
}

/* ---------- START FONT SIZE----------*/
.f10 {
  font-size: 1rem !important;
}

.f11 {
  font-size: 1.1rem !important;
}

.f12 {
  font-size: 1.2rem !important;
}

.f13 {
  font-size: 1.3rem !important;
}

.f14 {
  font-size: 1.4rem !important;
}

.f15 {
  font-size: 1.5rem !important;
}

.f16 {
  font-size: 1.6rem !important;
}

.f17 {
  font-size: 1.7rem !important;
}

.f18 {
  font-size: 1.8rem !important;
}

.f19 {
  font-size: 1.9rem !important;
}

.f20 {
  font-size: 2rem !important;
}

.f21 {
  font-size: 2.1rem !important;
}

.f22 {
  font-size: 2.2rem !important;
}

.f23 {
  font-size: 2.3rem !important;
}

.f24 {
  font-size: 2.4rem !important;
}

.f25 {
  font-size: 2.5rem !important;
}

.f26 {
  font-size: 2.6rem !important;
}

.f27 {
  font-size: 2.7rem !important;
}

.f28 {
  font-size: 2.8rem !important;
}

.f29 {
  font-size: 2.9rem !important;
}

.f30 {
  font-size: 3rem !important;
}

/* ---------- START LINE HEIGHT ---------- */
.lh00 {
  line-height: 0 !important;
}

.lh10 {
  line-height: 1 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
}

/* ---------- START TEXT ALIGN ---------- */
.text-left {
  text-align: left !important;
}

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

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

@media only screen and (max-width: 767px) {
  .text-center-sp {
    text-align: center !important;
  }
  .text-left-sp {
    text-align: left !important;
  }
}
/* ---------- START TEXT TRANSFORM ---------- */
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-none-underline {
  text-decoration: none !important;
}

/* ---------- START  RWD layout settings ---------- */
.show-sp,
.show-pc {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .show-pc {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .show-sp {
    display: block !important;
  }
}