/* style for non-japanese pages */

#hhb_schedule .area {
  text-align: left;
}

#hhb_schedule .area span {
    font-size: 1.5rem;
}

#hhb_schedule .triangle {
    padding-top: 8px;
    text-align: center;
}

#hhb_schedule .spot_titles span {
    display: block;
    margin: 0;
}

.flow_step-num-title {
  letter-spacing: 0rem;
}

.promo ul li {
    text-indent: 0;
    list-style: circle;
}

/* large size */
@media only screen and (min-width: 64.063em) {
    .header_ct-en-top {
      height: 75px;
  }
}

/* medium size */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .header_ct-en-top {
      height: 87px;
  }
}