
.flyer_wrap_ew {
  width: 100%;
  margin: 10px auto 0;
  font-size: 13.5px;
  overflow: hidden;
}
.btn_container{
  padding: 4%;
}

.flyer_wrap_ew * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: bottom;
  box-sizing: border-box;
  list-style-type: none;
}

.w-img_ew img {
  width: 100%;
  text-align: center;
}

.mt10_ew {
  margin-top: 10px;
}

/* Tabs styling */

.nav_tabs_ew li {
  flex: 0 0 auto;
  min-width: 110px;
  cursor: pointer;
  transition: all 0.25s ease-out;
  height: 85px;
  border-collapse: collapse;
  border-radius: 15px 15px 0 0;
}

.nav_tabs_ew li.active {
  background: #000000 !important;
  border-radius: 15px 15px 0 0;
  height: 100px;
}

.itemtab_ew p {
  color: #fff;
  text-align: center;
  /* font-weight: 700; */
}

.itemtab_ew p {
  color: gray;
  text-align: center;
  /* font-weight: 700; */
}

.footbanner_ew {
  margin-top: 10px;
}

.ttl_ew {
  font-size: 1.3em;
  color: #f10000;
  font-weight: 900;
  text-align: center;
}

.note_ew {
  background: #fff;
  margin: 10px;
  padding: 10px;
  color: #000;
  font-size: 0.7rem;
}

.tab-pane_ew {
  background-color: #fff;
  padding-bottom: 5px;
  display: none;
}

.tab-pane_ew.active {
  display: block;
}
.tab-list-item{
  background: #fff;
}

.flyer_wrap_ew.w-img_ew {
  max-width: 620px;
}
.nav_tabs_ew {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  z-index: 999;
  white-space: nowrap;
}


.btn {
  background: #074597;
  width: 90%;
  margin: auto;
  padding: 5px;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  font-size: 18px;
  border-radius: 10px;
}



.upper {
  position: fixed;
  max-width: 620px;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 999;
}

.c_td {
  display: table;
}

.c_tc {
  
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
} 