.mw640 {
  max-width: 640px;
}

.bg_brightening_01 {
  background: url('../images/bg_brightening_01.jpg') no-repeat center center/ cover !important;
}

.bg_brightening_02 {
  background: url('../images/bg_brightening_02.jpg') no-repeat center bottom/ cover !important;
}

.bg_TRP {
  background-color: transparent;
}

.bg_brightening_01 .cmd-visual_txt {
  padding-bottom: 30px !important;
}

.mwn {
  max-width: none !important;
}

.custom-number-wrap {
  display: -wekit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFF;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #FFF;
  margin: auto;
  height: 200px;
  width: 200px;
}

.custom-number {
  font-size: 4.5rem;
}

.custom-number-s {
  font-size: 3.5rem;
}

.item-info_msg.custom-info {
  color: #000;
  border: 1px solid #000;
  background: transparent;
}

@media print,
screen and (max-width: 767px) {
  .cmd-visual_txtarea.custom-visual_txtarea {
    position: absolute;
    top: 14%;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .t0SP {
    margin-top: 0 !important;
  }

  .custom-box_pb .box:last-child .cmd-visual_card {
    padding-bottom: 0;
  }
}

@media print,
screen and (max-width: 992px) {
  .custom-number-wrap {
    height: 150px;
    width: 150px;
  }

  .custom-number {
    font-size: 4rem;
  }

  .custom-number-s {
    font-size: 3rem;
  }
}

@media print,
screen and (min-width: 993px) {
  .h100 {
    height: calc(100% + 1px);
  }

  .custom-box_pb .box .cmd-visual_card {
    padding-bottom: 0;
  }
}

@media print,
screen and (min-width: 768px) {
  .mw640_PC {
    max-width: 640px;
  }
}
