@charset "UTF-8";

#ienomi {
  margin-bottom: 90px;
}
#ienomi .LeadWrap {
  margin: 20px auto 0;
}
#ienomi .LeadWrap .LeadText {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2em;
}
#ienomi .orderInfo__item {
  background-color: #37498e;
  padding: 10px;
}

#ienomi .orderInfo__row {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0;
  white-space: nowrap;
}

#ienomi .orderInfo__label {
  border: 1px solid #fff;
  color: #fff;
  padding: 1px 10px;
  line-height: 2;
}

#ienomi .orderInfo__date {
  color: #fff;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: 1.4;
}

#ienomi .orderInfo__num {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}


#ienomi .tbOn{
  display: none;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #ienomi .tbOn{
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #ienomi .tbOn{
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #ienomi {
    margin-bottom: 26px;
  }
  #ienomi .LeadWrap .LeadText {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.9em;
  }
  #ienomi .orderInfo__label {
    padding: 1px 8px;
    line-height: 1.6;
  }
  #ienomi .orderInfo__date {
    font-size: 14px;
  }

  #ienomi .orderInfo__num {
    font-size: 20px;
  }
}

@media screen and (max-width: 390px) {
  #ienomi .orderInfo__label {
    padding: 1px 6px;
    font-size: 13px;
  }
  #ienomi .orderInfo__date {
    font-size: 13px;
  }

  #ienomi .orderInfo__num {
    font-size: 18px;
  }
}