@charset "UTF-8";




































.ANA-3009 .asw-container--top-be-module{
  transform: translateY(-20px);
}

.be-accordion__label {
  background-color: transparent;
  border: none;
  color: #333;
  cursor: pointer;
  padding: 0;
}

.be-accordion__label::after {
  content: "";
  font-family: "asw-icon";
  margin-left: 6px;
}

.be-accordion__label[aria-expanded="true"]::after {
  content: "";
}

.be-accordion__control {
  -webkit-transition-property: all;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  overflow: hidden;
  position: relative;
          transition-delay: 0s;
          transition-duration: 300ms;
  transition-property: all;
          transition-timing-function: ease;
}

.be-accordion__control[aria-hidden="true"] {
  display: none;
  height: 0;
}

.be-checkbox-list {
  padding: 20px 50px;
}

.be-checkbox-list__group-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-checkbox-list__group-label:not(:first-child) {
  margin-top: 48px;
}

.be-checkbox-list__group-item {
  margin: 16px 0;
}

.be-checkbox-list__item-list {
  display: block;
  margin-right: 24px;
}

.be-checkbox-list__item--disabled {
  pointer-events: none;
}

.be-checkbox-list__item--disabled .be-checkbox-list__label {
  opacity: 0.3;
}

.be-checkbox-list__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-wrap: wrap;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  gap: 16px;
}

.be-checkbox-list input[type="checkbox"] {
  display: none;
}

.be-checkbox-list__checkbox {
  border-color: #949499;
  border-radius: 3px;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
  width: 1em;
}

.be-checkbox-list__checkbox[aria-checked="true"] {
  background-color: #00146E;
  border-color: #00146E;
}

.be-checkbox-list__checkbox[aria-checked="true"]::after {
  -webkit-transform: rotate(45deg);
  border-bottom: 0.14em solid #fff;
  border-right: 0.14em solid #fff;
  content: '';
  display: block;
  height: 0.6em;
  left: 0.2em;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 0.4em;
}

.be-checkbox-list__checkbox--large {
  font-size: 2rem;
}

.be-checkbox-list__label {
  cursor: pointer;
  font-weight: 600;
  padding-left: 0.4em;
}

.be-checkbox-list__label--large {
  font-size: 2rem;
}

.be-checkbox-list__body {
  position: relative;
}

.be-checkbox input[type="checkbox"] {
  display: none;
}

.be-checkbox__checkbox {
  border-color: #949499;
  border-radius: 3px;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
  width: 1em;
}

.be-checkbox__checkbox[aria-checked="true"] {
  background-color: #00146E;
  border-color: #00146E;
}

.be-checkbox__checkbox[aria-checked="true"]:after {
  -webkit-transform: rotate(45deg);
  border-bottom: 0.14em solid #fff;
  border-right: 0.14em solid #fff;
  content: '';
  display: block;
  height: 0.6em;
  left: 0.2em;
  position: absolute;
  top: 0;
          transform: rotate(45deg);
  width: 0.4em;
}

.be-checkbox__label {
  cursor: pointer;
  padding-left: 0.2em;
}


.be-dialog {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-transition-property: all;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  position: absolute;
          transition-delay: 0s;
          transition-duration: 300ms;
  transition-property: all;
          transition-timing-function: ease;
}

.be-dialog-container {
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 9999;
}

.be-dialog-background {
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}

.be-dialog__header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  position: relative;
}

.be-dialog__header::before {
  content: '';
  display: block;
  width: 14px;
}

.be-dialog__body {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  overflow: hidden;
  position: relative;
}

.be-dialog__footer {
  border-top: 1px solid #949499;
}

.be-dialog__footer:empty {
  border-top: none;
}

.be-dialog__footer-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row-reverse;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
}

.be-dialog__footer-inner:empty {
  border-top: none;
  height: 24px;
  padding-left: 0px;
  padding-right: 0px;
}

.be-dialog__footer-notification {
  margin: 0;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
}

.be-dialog__footer-notification:empty {
  padding: 0px;
}

.be-dialog__title {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.7rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.be-dialog__close-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
          justify-content: center;
  padding: 0;
  width: 14px;
}

.be-dialog__close-button::after {
  content: "";
  font-family: "asw-icon";
  font-size: 1.2rem;
}

.be-dialog__message {
  color: #D91829;
  font-size: 1.2rem;
  margin-top: 8px;
  width: 100%;
}

.be-dialog__message:empty {
  margin-top: 0;
}

.be-dialog__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  border-radius: 22.5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 45px;
          justify-content: center;
  min-width: 136px;
  padding-left: 40px;
  padding-right: 40px;
}

.be-dialog__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-dialog__button:hover:not(:disabled), .be-dialog__button:focus:not(:disabled) {
  text-decoration: underline;
}

.be-dialog__button + .be-dialog__button {
  margin-right: 15px;
}

.be-dialog__button--positive {
  background-color: #00146E;
  border-style: none;
  color: #fff;
}

.be-dialog__button--negative {
  background-color: #fff;
  border-color: #00146E;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
}

.be-ui-describe-label {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.be-nav {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-nav__item {
  display: block;
  margin-right: 24px;
  margin-top: 16px;
  padding: 2px;
}

.be-nav__item:last-child {
  margin-right: 0;
}

.be-nav__item a:hover {
  text-decoration: underline;
}

.be-nav__item a::after {
  content: "";
  display: inline-block;
  font-family: "asw-icon";
  margin-left: 6px;
  text-decoration: none;
}

.be-nav__item a[target="_blank"]::after {
  content: "";
}

.be-radio {
  display: inline;
  position: relative;
}

.be-radio input[type="radio"] {
  display: none;
}

.be-radio__label {
  cursor: pointer;
  font-weight: 400;
}

.be-radio__label:before {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  content: '';
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  margin-right: 0.3em;
  vertical-align: middle;
  width: 1em;
}

input[type="radio"]:checked + .be-radio__label:before {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

input[type="radio"]:disabled + .be-radio__label {
  color: #B2B2B2;
}

input[type="radio"]:disabled + .be-radio__label:before {
  border-color: #B2B2B2;
}

input[type="radio"]:checked:disabled + .be-radio__label:before {
  background-color: #B2B2B2;
}

.be-radio + .be-radio {
  margin-left: 24px;
}


.ps {
  -ms-overflow-style: none;
  -ms-touch-action: auto;
  overflow: hidden !important;
  overflow-anchor: none;
  touch-action: auto;
}


.ps__rail-x {
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  
  bottom: 0px;
  display: none;
  height: 4px;
  opacity: 0;
  
  position: absolute;
  transition: background-color .2s linear, opacity .2s linear;
  z-index: 2;
}

.ps__rail-y {
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  opacity: 0;
  
  position: absolute;
  
  right: 0;
  transition: background-color .2s linear, opacity .2s linear;
  width: 12px;
  z-index: 2;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  background-color: transparent;
  display: block;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}


.ps__thumb-x {
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  background-color: #949499;
  border-radius: 2px;
  
  bottom: 0;
  height: 4px;
  
  position: absolute;
  transition: background-color .2s linear, height .2s ease-in-out;
}

.ps__thumb-y {
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  background-color: #949499;
  border-radius: 2px;
  
  
  position: absolute;
  transition: background-color .2s linear, width .2s ease-in-out;
  width: 12px;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 4px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 12px;
}


@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

.be-primary-tab {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-primary-tab__tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-primary-tab__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
          justify-content: center;
}

.be-primary-tab__item::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "asw-icon";
  font-weight: 400;
          justify-content: center;
  line-height: 0;
}

.be-primary-tab__item--domestic::before {
  content: "";
}

.be-primary-tab__item--overseas::before {
  content: "";
}

.be-primary-tab__item[aria-selected="true"] {
  background-color: #fff;
  color: #00146E;
}

.be-primary-tab__item[aria-selected="false"] {
  background-color: #767677;
  color: #FFFFFF;
}

.be-primary-tab__item span {
  position: relative;
}

.be-primary-tab__panel {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -4px 5px 8px -5px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
          box-shadow: rgba(0, 0, 0, 0.2) -4px 5px 8px -5px;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  overflow: hidden;
  padding-bottom: 32px;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 24px;
}

.be-secondary-tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.be-secondary-tab__scroll {
  overflow: hidden;
  padding: 4px;
  position: relative;
}

.be-secondary-tab__tablist {
  display: flex;
  padding: 0 2px;
}

.be-secondary-tab-nav__prev, .be-secondary-tab-nav__next,
.be-tertiary-tab-nav__prev, .be-tertiary-tab-nav__next {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 36px;
  background: transparent;
  border: none;
  color: inherit;
  padding: 0 0 4px;
}

.be-secondary-tab-nav__prev::after, .be-secondary-tab-nav__next::after,
.be-tertiary-tab-nav__prev::after, .be-tertiary-tab-nav__next::after {
  content: "";
  display: flex;
  font-family: "asw-icon";
  font-size: 18px;
  height: 20px;
  width: 20px;
  justify-content: center;
  align-items: center;
}

.be-tertiary-tab-nav__next, .be-tertiary-tab-nav__prev {
  margin-top: -8px;
}

.be-secondary-tab-nav__prev::after,
.be-tertiary-tab-nav__prev::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.be-secondary-tab-nav {
  overflow: hidden;
  padding-bottom: 8px;
  padding-top: 8px;
  position: relative;
  z-index: 1;
}

.be-secondary-tab__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-secondary-tab__item {
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

.be-secondary-tab__item[aria-selected="true"] {
  background-color: #CCD4EA;
  border: 1px solid #00146E;
  color: #00146E;
}

.be-secondary-tab__item[aria-selected="false"] {
  background-color: #fff;
  border: 1px solid #B2B2B2;
  color: #333;
}

.be-secondary-tab__item span {
  position: relative;
}

.be-secondary-tab__item + .be-secondary-tab__item {
  margin-left: 16px;
}

.be-tertiary-tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.be-tertiary-tab__scroll {
  margin-bottom: -1px;
  overflow: hidden;
  position: relative;
  padding: 4px 4px 0px;
}

.be-tertiary-tab__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-tertiary-tab__tablist,
.be-wws-secondary-tab__tablist {
  border-bottom: 1px solid #949499;
  display: flex;
  padding: 0 2px;
}

.be-tertiary-tab__tablist {
  padding-top: 10px;
}

.be-tertiary-tab__item {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -1px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  white-space: nowrap;
}

.be-tertiary-tab__item[aria-selected="true"] {
  border-bottom: 4px solid #00146E;
  color: #00146E;
}

.be-tertiary-tab__item[aria-selected="false"] {
  border-bottom: 4px solid transparent;
  color: #333;
}

.be-tertiary-tab__item span {
  position: relative;
}

.be-tertiary-tab__item + .be-tertiary-tab__item {
  margin-left: 32px;
}

.be-tertiary-tab__panel {
  padding-top: 24px;
}

.be-tertiary-tab--loggedin [data-loggedin-hidden="true"] {
  display: none;
}

.be-quaternary-tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.be-quaternary-tab__scroll {
  margin-bottom: -1px;
  overflow: hidden;
  position: relative;
}

.be-quaternary-tab__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}

.be-quaternary-tab__tablist {
  border-bottom: 1px solid #949499;
}

.be-quaternary-tab__item {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: -1px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  white-space: normal;
}

.be-quaternary-tab__item[aria-selected="true"] {
  border-bottom: 4px solid #00146E;
  color: #00146E;
}

.be-quaternary-tab__item[aria-selected="false"] {
  border-bottom: 4px solid transparent;
  color: #333;
}

.be-quaternary-tab__item span {
  position: relative;
}

.be-quaternary-tab__item + .be-quaternary-tab__item {
  margin-left: 32px;
}

.be-quaternary-tab__panel {
  padding-top: 24px;
}

.be-quaternary-tab--loggedin [data-loggedin-hidden="true"] {
  display: none;
}

.be-temporary-reserve-car__body {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: 600;
          justify-content: center;
  text-align: center;
  white-space: pre-wrap;
}

.be-temporary-reserve-car-submit {
  height: 50px;
}

.be-temporary-reserve-car-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  max-width: 276px;
  padding-left: 27px;
  padding-right: 21px;
  width: 100%;
}

.be-temporary-reserve-car-submit__button > span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  text-align: center;
}

.be-temporary-reserve-car-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-temporary-reserve-car-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-temporary-reserve-car-submit__button span {
  position: relative;
}

.be-temporary-reserve-car-submit__button:hover:not(:disabled) span,
.be-temporary-reserve-car-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-biz-domestic-confirm {
  overflow: hidden;
}

.be-biz-domestic-confirm__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.be-biz-domestic-confirm__item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  font-size: 1.4rem;
  font-weight: 600;
  height: 54px;
          justify-content: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  width: 33.33333333%;
}

.be-biz-domestic-confirm__item::before {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  content: '';
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-biz-domestic-confirm__item::after {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-bottom: 1px solid #949499;
  content: '';
  display: block;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-biz-domestic-confirm a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
}

.be-biz-domestic-confirm a::after {
  content: "";
  font-family: "asw-icon";
  justify-self: flex-end;
  margin-left: 6px;
}

.be-biz-domestic-confirm a[target="_blank"]::after {
  content: "";
}

.be-biz-domestic-confirm a:hover > span {
  text-decoration: underline;
}

.be-biz-domestic-confirm__list + .be-accordion {
  margin-top: 32px;
}

.be-biz-domestic-confirm .be-nav a {
  display: inline-block;
  width: auto;
}

.be-biz-domestic-reserve-ticket__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.be-biz-domestic-reserve-ticket__row + .be-biz-domestic-reserve-ticket__row {
  margin-top: 24px;
}

.be-biz-domestic-reserve-ticket__column--departure-airport {
  padding-left: 5px;
  padding-right: 5px;
  width: calc(50% - 25px);
}

.be-biz-domestic-reserve-ticket__column--swap-airport {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  width: 50px;
}

.be-biz-domestic-reserve-ticket__column--arrival-airport {
  padding-left: 5px;
  padding-right: 5px;
  width: calc(50% - 25px);
}

.be-biz-domestic-reserve-ticket__column--boarding-date {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.be-biz-domestic-reserve-ticket__column--passenger {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.be-biz-domestic-reserve-ticket__column--compartment-class {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-biz-domestic-reserve-ticket__column--search-mode {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-biz-domestic-reserve-ticket__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-biz-domestic-reserve-ticket__column p {
  margin: 0;
}

.be-biz-domestic-reserve-ticket-departure-airport {
  width: 100%;
}

.be-biz-domestic-reserve-ticket-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-reserve-ticket-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-biz-domestic-reserve-ticket-departure-airport__button span::before {
  content: "\e900";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-biz-domestic-reserve-ticket-departure-airport--empty .be-biz-domestic-reserve-ticket-departure-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-biz-domestic-reserve-ticket-departure-airport--open .be-biz-domestic-reserve-ticket-departure-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-reserve-ticket-swap-airport__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 40px;
          justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}

.be-biz-domestic-reserve-ticket-swap-airport__button::before {
  content: "";
  font-family: "asw-icon";
  font-size: 2rem;
}

.be-biz-domestic-reserve-ticket-arrival-airport {
  width: 100%;
}

.be-biz-domestic-reserve-ticket-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-reserve-ticket-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-biz-domestic-reserve-ticket-arrival-airport__button span::before {
  content: "\e901";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-biz-domestic-reserve-ticket-arrival-airport--empty .be-biz-domestic-reserve-ticket-arrival-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-biz-domestic-reserve-ticket-arrival-airport--open .be-biz-domestic-reserve-ticket-arrival-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-reserve-ticket-boarding-date {
  width: 100%;
}

.be-biz-domestic-reserve-ticket-boarding-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-reserve-ticket-boarding-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-biz-domestic-reserve-ticket-boarding-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-biz-domestic-reserve-ticket-boarding-date--empty .be-biz-domestic-reserve-ticket-boarding-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-biz-domestic-reserve-ticket-boarding-date--open .be-biz-domestic-reserve-ticket-boarding-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-reserve-ticket-passenger {
  width: 100%;
}

.be-biz-domestic-reserve-ticket-passenger__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-reserve-ticket-passenger__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-biz-domestic-reserve-ticket-passenger__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-biz-domestic-reserve-ticket-passenger--empty .be-biz-domestic-reserve-ticket-passenger__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-biz-domestic-reserve-ticket-passenger--open .be-biz-domestic-reserve-ticket-passenger__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-reserve-ticket-compartment-class {
  width: 100%;
}

.be-biz-domestic-reserve-ticket-compartment-class__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 25px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-reserve-ticket-compartment-class__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-biz-domestic-reserve-ticket-compartment-class--empty .be-biz-domestic-reserve-ticket-compartment-class__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-biz-domestic-reserve-ticket-compartment-class--open .be-biz-domestic-reserve-ticket-compartment-class__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-reserve-ticket-search-mode {
  width: 100%;
}

.be-biz-domestic-reserve-ticket-search-mode__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 25px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-reserve-ticket-search-mode__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-biz-domestic-reserve-ticket-search-mode--empty .be-biz-domestic-reserve-ticket-search-mode__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-biz-domestic-reserve-ticket-search-mode--open .be-biz-domestic-reserve-ticket-search-mode__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-reserve-ticket-submit {
  height: 50px;
}

.be-biz-domestic-reserve-ticket-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-biz-domestic-reserve-ticket-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-biz-domestic-reserve-ticket-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-biz-domestic-reserve-ticket-submit__button span {
  position: relative;
}

.be-biz-domestic-reserve-ticket-submit__button:hover:not(:disabled) span,
.be-biz-domestic-reserve-ticket-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-biz-domestic-reserve-ticket__note {
  margin-top: 32px;
}

.be-biz-domestic-status-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-biz-domestic-status-number__row + .be-biz-domestic-status-number__row {
  margin-top: 24px;
}

.be-biz-domestic-status-number__column--flight-number {
  padding-right: 5px;
  width: 50%;
}

.be-biz-domestic-status-number__column--request-date {
  padding-left: 5px;
  width: 50%;
}

.be-biz-domestic-status-number__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
}

.be-biz-domestic-status-number__column p {
  margin: 0;
}

.be-biz-domestic-status-number-flight-number {
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
}

.be-biz-domestic-status-number-flight-number__label {
  -ms-flex-negative: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #333;
          flex-grow: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.be-biz-domestic-status-number-flight-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  padding: 0;
}

.be-biz-domestic-status-number-flight-number__input:focus {
  outline-style: none !important;
}

.be-biz-domestic-status-number-flight-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-biz-domestic-status-number-flight-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-biz-domestic-status-number-flight-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-biz-domestic-status-number-flight-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-biz-domestic-status-number-flight-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-biz-domestic-status-number-flight-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-biz-domestic-status-number-flight-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-status-number-request-date {
  width: 100%;
}

.be-biz-domestic-status-number-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-status-number-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-biz-domestic-status-number-request-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-biz-domestic-status-number-request-date--empty .be-biz-domestic-status-number-request-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-biz-domestic-status-number-request-date--open .be-biz-domestic-status-number-request-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-status-number-submit {
  height: 50px;
}

.be-biz-domestic-status-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-biz-domestic-status-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-biz-domestic-status-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-biz-domestic-status-number-submit__button span {
  position: relative;
}

.be-biz-domestic-status-number-submit__button:hover:not(:disabled) span,
.be-biz-domestic-status-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-biz-domestic-status-number__note {
  margin-top: 16px;
}

.be-biz-domestic-status-number__note .be-nav__item--bold {
  font-weight: 600;
}

.be-biz-domestic-status-route__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-biz-domestic-status-route__row + .be-biz-domestic-status-route__row {
  margin-top: 24px;
}

.be-biz-domestic-status-route__column--departure-airport {
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-biz-domestic-status-route__column--swap-airport {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
}

.be-biz-domestic-status-route__column--arrival-airport {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-biz-domestic-status-route__column--request-date {
  margin-left: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-biz-domestic-status-route__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
}

.be-biz-domestic-status-route__column p {
  margin: 0;
}

.be-biz-domestic-status-route-departure-airport {
  width: 100%;
}

.be-biz-domestic-status-route-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-status-route-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-biz-domestic-status-route-departure-airport__button span::before {
  content: "\e900";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-biz-domestic-status-route-departure-airport--empty .be-biz-domestic-status-route-departure-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-biz-domestic-status-route-departure-airport--open .be-biz-domestic-status-route-departure-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-status-route-swap-airport__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 40px;
          justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}

.be-biz-domestic-status-route-swap-airport__button::before {
  content: "";
  font-family: "asw-icon";
  font-size: 2rem;
}

.be-biz-domestic-status-route-arrival-airport {
  width: 100%;
}

.be-biz-domestic-status-route-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-status-route-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-biz-domestic-status-route-arrival-airport__button span::before {
  content: "\e901";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-biz-domestic-status-route-arrival-airport--empty .be-biz-domestic-status-route-arrival-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-biz-domestic-status-route-arrival-airport--open .be-biz-domestic-status-route-arrival-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-status-route-request-date {
  width: 100%;
}

.be-biz-domestic-status-route-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-biz-domestic-status-route-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-biz-domestic-status-route-request-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-biz-domestic-status-route-request-date--empty .be-biz-domestic-status-route-request-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-biz-domestic-status-route-request-date--open .be-biz-domestic-status-route-request-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-biz-domestic-status-route-submit {
  height: 50px;
}

.be-biz-domestic-status-route-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-biz-domestic-status-route-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-biz-domestic-status-route-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-biz-domestic-status-route-submit__button span {
  position: relative;
}

.be-biz-domestic-status-route-submit__button:hover:not(:disabled) span,
.be-biz-domestic-status-route-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-biz-domestic-status-route__note {
  margin-top: 16px;
}

.be-biz-domestic-status-route__note {
  margin-top: 16px;
}

.be-biz-domestic-status-route__note .be-nav__item--bold {
  font-weight: 600;
}

.be-domestic-confirm-flight {
  overflow: hidden;
}

.be-domestic-confirm-flight__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.be-domestic-confirm-flight__item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  font-size: 1.4rem;
  font-weight: 600;
  height: 54px;
          justify-content: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  width: 33.33333333%;
}

.be-domestic-confirm-flight__item::before {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  content: '';
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-domestic-confirm-flight__item::after {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-bottom: 1px solid #949499;
  content: '';
  display: block;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-domestic-confirm-flight__item--accordion {
  height: auto !important;
  min-height: 54px;
}

.be-domestic-confirm-flight__item--accordion::before {
  content: none;
}

.be-domestic-confirm-flight__item--accordion::after {
  content: none;
}

.be-domestic-confirm-flight a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
}

.be-domestic-confirm-flight a::after {
  content: "";
  font-family: "asw-icon";
  justify-self: flex-end;
  margin-left: 6px;
}

.be-domestic-confirm-flight a[target="_blank"]::after {
  content: "";
}

.be-domestic-confirm-flight a:hover > span {
  text-decoration: underline;
}

.be-domestic-confirm-flight .be-accordion {
  height: 100%;
}

.be-domestic-confirm-flight .be-accordion__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          align-items: center;
  border-bottom: 1px solid #949499;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  height: 54px;
          justify-content: space-between;
  padding-bottom: 16px;
  padding-top: 16px;
  width: 100%;
}

.be-domestic-confirm-flight .be-accordion__control {
  padding-left: 24px;
}

.be-domestic-confirm-flight__accordion-list-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #949499;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
}

.be-domestic-confirm-tour {
  overflow: hidden;
}

.be-domestic-confirm-tour__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.be-domestic-confirm-tour__item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  font-size: 1.4rem;
  font-weight: 600;
          justify-content: flex-start;
  min-height: 54px;
  padding-left: 24px;
  padding-right: 24px;
  width: 33.33333333%;
}

.be-domestic-confirm-tour__item::before {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  content: '';
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-domestic-confirm-tour__item::after {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-bottom: 1px solid #949499;
  content: '';
  display: block;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-domestic-confirm-tour__item--accordion {
  height: auto !important;
  min-height: 54px;
}

.be-domestic-confirm-tour__item--accordion::before {
  content: none;
}

.be-domestic-confirm-tour__item--accordion::after {
  content: none;
}

.be-domestic-confirm-tour a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
}

.be-domestic-confirm-tour a::after {
  content: "";
  font-family: "asw-icon";
  justify-self: flex-end;
  margin-left: 6px;
}

.be-domestic-confirm-tour a[target="_blank"]::after {
  content: "";
}

.be-domestic-confirm-tour a:hover > span {
  text-decoration: underline;
}

.be-domestic-confirm-tour .be-accordion {
  height: 100%;
}

.be-domestic-confirm-tour .be-accordion__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          align-items: center;
  border-bottom: 1px solid #949499;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  height: 54px;
          justify-content: space-between;
  padding-bottom: 16px;
  padding-top: 16px;
  width: 100%;
}

.be-domestic-confirm-tour .be-accordion__control {
  padding-left: 24px;
}

.be-domestic-confirm-tour__accordion-list-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #949499;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
}

.be-domestic-reserve-award {
  overflow: hidden;
}

.be-domestic-reserve-award__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.be-domestic-reserve-award__item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  font-weight: 600;
          justify-content: center;
  padding-left: 26px;
  padding-right: 26px;
  width: 33.33333333%;
}

.be-domestic-reserve-award__item::before {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  content: '';
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-domestic-reserve-award__item::after {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-bottom: 1px solid #949499;
  content: '';
  display: block;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-domestic-reserve-award__item--empty::before {
  content: none;
}

.be-domestic-reserve-award__item--empty::after {
  content: none;
}

.be-domestic-reserve-award a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-bottom: 16px;
  margin-top: 16px;
  width: 100%;
}

.be-domestic-reserve-award a::after {
  content: "";
  font-family: "asw-icon";
  justify-self: flex-end;
  margin-left: 6px;
}

.be-domestic-reserve-award a[target="_blank"]::after {
  content: "";
}

.be-domestic-reserve-award a:hover > span {
  text-decoration: underline;
}

.be-domestic-reserve-award__note {
  margin-top: 16px;
}

.be-domestic-reserve-award__note  a {
  margin: 0px;
  justify-content: start;
}

.be-domestic-reserve-car__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-domestic-reserve-car__row--mt1 {
  margin-top: 24px;
}
.be-domestic-reserve-car__row--border {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #949499;
}

.be-domestic-reserve-car__row--mt2 {
  margin-top: 8px;
}

.be-domestic-reserve-car__column {
  width: 100%;
}

.be-domestic-reserve-car__column--left {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-car__column--right {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-car__column--title {
  font-size: 1.6rem;
  font-weight: 600;
}

.be-domestic-reserve-car__column--from-date {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-car__column--from-time {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-car__column--to-date {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-car__column--to-time {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-car__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 24px;
  padding-left: 5px;
  padding-right: 5px;
}

.be-domestic-reserve-car-from-date {
  width: 100%;
}

.be-domestic-reserve-car-from-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-from-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-from-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-car-from-date--empty .be-domestic-reserve-car-from-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-car-from-date--open .be-domestic-reserve-car-from-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.be-domestic-reserve-car__row--with_title {
  gap: 8px;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .be-domestic-reserve-car__row--with_title .be-domestic-reserve-car__column--content {
    flex: 1;
  }
  .be-domestic-reserve-car__row--with_title .be-domestic-reserve-car__column--title {
    width: auto;
  }
}

.be-domestic-reserve-car__row--with_title .be-domestic-reserve-car__column--content .be-nav__item {
  margin-top: 0;
}

.be-domestic-reserve-car-from-time {
  width: 100%;
}

.be-domestic-reserve-car-from-time__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-from-time__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-from-time__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-car-from-time--empty .be-domestic-reserve-car-from-time__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-car-from-time--open .be-domestic-reserve-car-from-time__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-from-where input[type="radio"] {
  display: none;
}

@media screen and (min-width: 768px) {
  .be-domestic-reserve-car-from-where{
    display: flex;
  }
}

.be-domestic-reserve-car-from-where__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-car-from-where__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-domestic-reserve-car-from-where__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-car-from-where__item {
  line-height: 1.714;
  margin-top: 0;
}

.be-domestic-reserve-car-from-airport {
  width: 100%;
}

.be-domestic-reserve-car-from-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-from-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-from-airport__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin: 1px 3px 1px 1px;
  display: inline-block;
  width: 14px;
  line-height: 14px;
}

.be-domestic-reserve-car-from-airport--empty .be-domestic-reserve-car-from-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-car-from-airport--open .be-domestic-reserve-car-from-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-from-line {
  width: 100%;
}

.be-domestic-reserve-car-from-line__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-from-line__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-from-line__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin: 1px 3px 1px 1px;
  display: inline-block;
  width: 14px;
  line-height: 14px;
}

.be-domestic-reserve-car-from-line--empty .be-domestic-reserve-car-from-line__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-car-from-line--open .be-domestic-reserve-car-from-line__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-from-pref-city {
  width: 100%;
}

.be-domestic-reserve-car-from-pref-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-from-pref-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-from-pref-city__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin: 1px 3px 1px 1px;
  display: inline-block;
  width: 14px;
  line-height: 14px;
}

.be-domestic-reserve-car-from-pref-city--empty .be-domestic-reserve-car-from-pref-city__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-car-from-pref-city--open .be-domestic-reserve-car-from-pref-city__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-to-date {
  width: 100%;
}

.be-domestic-reserve-car-to-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-to-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-to-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-car-to-date--empty .be-domestic-reserve-car-to-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-car-to-date--open .be-domestic-reserve-car-to-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-to-time {
  width: 100%;
}

.be-domestic-reserve-car-to-time__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-to-time__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-to-time__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-car-to-time--empty .be-domestic-reserve-car-to-time__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-car-to-time--open .be-domestic-reserve-car-to-time__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-to-where input[type="radio"] {
  display: none;
}

.be-domestic-reserve-car-to-where__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-car-to-where__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-domestic-reserve-car-to-where__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-car-to-where__item {
  line-height: 1.714;
  margin-top: 0;
}

.be-domestic-reserve-car-to-airport {
  width: 100%;
}

.be-domestic-reserve-car-to-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-to-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-to-airport__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin: 1px 3px 1px 1px;
  display: inline-block;
  width: 14px;
  line-height: 14px;
}

.be-domestic-reserve-car-to-airport--empty .be-domestic-reserve-car-to-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-car-to-airport--open .be-domestic-reserve-car-to-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-to-line {
  width: 100%;
}

.be-domestic-reserve-car-to-line__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-to-line__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-to-line__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin: 1px 3px 1px 1px;
  display: inline-block;
  width: 14px;
  line-height: 14px;
}

.be-domestic-reserve-car-to-line--empty .be-domestic-reserve-car-to-line__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-car-to-line--open .be-domestic-reserve-car-to-line__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-to-pref-city {
  width: 100%;
}

.be-domestic-reserve-car-to-pref-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-to-pref-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-to-pref-city__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin: 1px 3px 1px 1px;
  display: inline-block;
  width: 14px;
  line-height: 14px;
}

.be-domestic-reserve-car-to-pref-city--empty .be-domestic-reserve-car-to-pref-city__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-car-to-pref-city--open .be-domestic-reserve-car-to-pref-city__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-car-category input[type="checkbox"] {
  display: none;
}

.be-domestic-reserve-car-car-category__checkbox {
  border-color: #949499;
  border-radius: 3px;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-car-car-category__checkbox[aria-checked="true"] {
  background-color: #00146E;
  border-color: #00146E;
}

.be-domestic-reserve-car-car-category__checkbox[aria-checked="true"]:after {
  -webkit-transform: rotate(45deg);
  border-bottom: 0.14em solid #fff;
  border-right: 0.14em solid #fff;
  content: '';
  display: block;
  height: 0.6em;
  left: 0.2em;
  position: absolute;
  top: 0;
          transform: rotate(45deg);
  width: 0.4em;
}

.be-domestic-reserve-car-car-category__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-car-car-category__item {
  margin-top: 8px;
}

.be-domestic-reserve-car-smoke input[type="radio"] {
  display: none;
}

.be-domestic-reserve-car-smoke__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-car-smoke__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-domestic-reserve-car-smoke__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-car-smoke__item {
  margin-top: 8px;
}

.be-domestic-reserve-car-atmt input[type="radio"] {
  display: none;
}

.be-domestic-reserve-car-atmt__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-car-atmt__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-domestic-reserve-car-atmt__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-car-atmt__item {
  margin-top: 8px;
}

.be-domestic-reserve-car-submit {
  height: 50px;
}

.be-domestic-reserve-car-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 276px;
  padding-left: 27px;
  padding-right: 21px;
  width: 100%;
}

.be-domestic-reserve-car-submit__button > span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  text-align: center;
}

.be-domestic-reserve-car-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-domestic-reserve-car-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-domestic-reserve-car-submit__button span {
  position: relative;
}

.be-domestic-reserve-car-submit__button:hover:not(:disabled) span,
.be-domestic-reserve-car-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-domestic-reserve-car__accordion{
  margin-top: 24px;
}

.be-domestic-reserve-car__accordion .be-accordion__label{
  font-weight: 600;
  margin: auto;
  display: inherit;
}
.be-vehicle_dialog,
.be-vehicle_dialog::backdrop {
  transition: 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.be-vehicle_dialog.show-from,
.be-vehicle_dialog.hide-to {
  transform: translate(0, 100%);
}

.be-vehicle_dialog.show-from::backdrop,
.be-vehicle_dialog.hide-to::backdrop {
  opacity: 0;
}

.be-vehicle_dialog {
  overscroll-behavior: none;
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  overflow-y: auto;
  border: none;
  scrollbar-width: none;
}

.be-vehicle_dialog::backdrop {
  background: rgba(51, 51, 51, 0.5);
}

.be-vehicle_dialog_wrapper {
  width: 100%;
  height: calc(100% + 1px);
  padding: 56px 0 0;
}

.be-vehicle_dialog_content {
  height: 100%;
}

.be-vehicle_dialog_inner {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px 20px 0 0;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  border: none;
  position: relative;
}

.be-vehicle_dialog_close_button {
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 768px) {

  .be-vehicle_dialog.show-from,
  .be-vehicle_dialog.hide-to {
    transform: translate(0, 0);
  }

  .be-vehicle_dialog_content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .be-vehicle_dialog_inner {
    width: 576px;
    border-radius: 20px;
  }

  #vehicle-dialog .be-dialog__body {
    height: 500px;
  }

  .be-vehicle_dialog_close_button {
    position: absolute;
    right: calc(100% / 2 - 576px / 2);
    top: 0;
  }

  .be-vehicle_dialog_close_button:focus {
    outline-offset: -1px;
    outline-style: solid;
    outline-width: 1px;
  }
}

.be-vehicle__list {
  padding: 0 3.6rem;
}

.be-vehicle__item {
  display: grid;
  grid-template-columns: 13.2rem 1fr;
  gap: 0 2rem;
  padding: 0.5rem 0;
  align-items: center;
}

@media (min-width: 768px) {
  .be-vehicle__item {
    align-items: top;
  }
}

.be-vehicle__item:not(:last-child) {
  border-bottom: 1px solid rgb(229, 229, 229);
}

.be-vehicle__img {
  grid-row: 1 / 3;
  text-align: center;
}

.be-vehicle__title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: calc(24 / 16);
  color: rgb(0, 20, 110);
}

.be-vehicle__description {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: calc(24 / 16);
  color: rgb(82, 82, 82);
}

.be-vehicle_dialog_button {
  font-size: 1.4rem;
  padding: 1rem;
  border-radius: 2.5rem;
  width: 100%;
  margin: 1.6rem auto 3.2rem;
}

.be-domestic-reserve-golf__row {
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-domestic-reserve-golf__row--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.be-domestic-reserve-golf__row--mt1 {
  margin-top: 48px;
}

.be-domestic-reserve-golf__row--mt2 {
  margin-top: 8px;
}

.be-domestic-reserve-golf__row--course-name {
  max-width: 500px;
}

.be-domestic-reserve-golf__column {
  width: 100%;
}

.be-domestic-reserve-golf__column--left {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-golf__column--right {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-golf__column--title {
  font-size: 1.6rem;
  font-weight: 600;
}

.be-domestic-reserve-golf__column--start-date {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-golf__column--start-date-from-and-days {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.be-domestic-reserve-golf__column--start-date-from {
  margin: 0px 8px;
  word-break: keep-all;
}

.be-domestic-reserve-golf__column--number-of-playing-days {
  padding-left: 5px;
}

.be-domestic-reserve-golf__column--to-date {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-golf__column--to-days {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-golf__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 24px;
  padding-left: 5px;
  padding-right: 5px;
}

.be-domestic-reserve-golf-start-date {
  width: 100%;
}

.be-domestic-reserve-golf-start-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-golf-start-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-golf-start-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-golf-start-date--empty .be-domestic-reserve-golf-start-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-golf-start-date--open .be-domestic-reserve-golf-start-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-golf-number-of-playing-days {
  width: 100%;
}

.be-domestic-reserve-golf-number-of-playing-days__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-golf-number-of-playing-days__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-golf-number-of-playing-days__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-golf-number-of-playing-days--empty .be-domestic-reserve-golf-number-of-playing-days__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-golf-number-of-playing-days--open .be-domestic-reserve-golf-number-of-playing-days__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-golf-week-day-type .be-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  margin-top: 16px;
}

.be-domestic-reserve-golf-week-day-type .be-nav__item {
  margin-top: 0px;
}

.be-domestic-reserve-golf-week-day-type input[type="radio"] {
  display: none;
}

.be-domestic-reserve-golf-week-day-type__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-golf-week-day-type__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-domestic-reserve-golf-week-day-type__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-golf-pref-city {
  width: 100%;
}

.be-domestic-reserve-golf-pref-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-golf-pref-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-golf-pref-city__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-golf-pref-city--empty .be-domestic-reserve-golf-pref-city__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-golf-pref-city--open .be-domestic-reserve-golf-pref-city__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-golf-play-style .be-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  margin-top: 8px;
}

.be-domestic-reserve-golf-play-style .be-nav__item {
  margin-top: 0px;
}

.be-domestic-reserve-golf-play-style input[type="checkbox"] {
  display: none;
}

.be-domestic-reserve-golf-play-style__checkbox {
  border-color: #949499;
  border-radius: 3px;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-golf-play-style__checkbox[aria-checked="true"] {
  background-color: #00146E;
  border-color: #00146E;
}

.be-domestic-reserve-golf-play-style__checkbox[aria-checked="true"]:after {
  -webkit-transform: rotate(45deg);
  border-bottom: 0.14em solid #fff;
  border-right: 0.14em solid #fff;
  content: '';
  display: block;
  height: 0.6em;
  left: 0.2em;
  position: absolute;
  top: 0;
          transform: rotate(45deg);
  width: 0.4em;
}

.be-domestic-reserve-golf-play-style__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-golf-play-style__item {
  margin-top: 8px;
}

.be-domestic-reserve-golf-course-name {
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-domestic-reserve-golf-course-name__label {
  -ms-flex-negative: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #333;
          flex-grow: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.be-domestic-reserve-golf-course-name__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  padding: 0;
}

.be-domestic-reserve-golf-course-name__input:focus {
  outline-style: none !important;
}

.be-domestic-reserve-golf-course-name__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-golf-course-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-golf-course-name__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-golf-course-name__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-golf-course-name__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-golf-course-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-domestic-reserve-golf-course-name--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-golf-submit {
  height: 50px;
}

.be-domestic-reserve-golf-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-domestic-reserve-golf-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-domestic-reserve-golf-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-domestic-reserve-golf-submit__button span {
  position: relative;
}

.be-domestic-reserve-golf-submit__button:hover:not(:disabled) span,
.be-domestic-reserve-golf-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-domestic-reserve-golf-dialog__notification {
  color: #ED2F4F;
  font-weight: bold;
  margin: 0;
  text-align: right;
}

.be-domestic-reserve-hotel__row {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: end;
  margin-left: -5px;
  margin-right: -5px;
}

.be-domestic-reserve-hotel__row + .be-domestic-reserve-hotel__row {
  margin-top: 24px;
}

.be-domestic-reserve-hotel__column {
  width: 100%;
}

.be-domestic-reserve-hotel__column--checkin-checkout {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-domestic-reserve-hotel__column--place {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-domestic-reserve-hotel__column--passenger {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-domestic-reserve-hotel__column--condition {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
}

.be-domestic-reserve-hotel__column--submit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
}

.be-domestic-reserve-hotel__column p {
  margin: 0;
}

.be-domestic-reserve-hotel-checkin-checkout {
  width: 100%;
}

.be-domestic-reserve-hotel-checkin-checkout__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-hotel-checkin-checkout__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-hotel-checkin-checkout__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-hotel-checkin-checkout--empty .be-domestic-reserve-hotel-checkin-checkout__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-hotel-checkin-checkout--open .be-domestic-reserve-hotel-checkin-checkout__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-hotel-place {
  width: 100%;
}

.be-domestic-reserve-hotel-place__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-hotel-place__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-hotel-place__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin: 1px 3px 1px 1px;
  display: inline-block;
  width: 14px;
  line-height: 14px;
}

.be-domestic-reserve-hotel-place--empty .be-domestic-reserve-hotel-place__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-hotel-place--open .be-domestic-reserve-hotel-place__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-hotel-passenger {
  width: 100%;
}

.be-domestic-reserve-hotel-passenger__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-hotel-passenger__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-hotel-passenger__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-hotel-passenger--empty .be-domestic-reserve-hotel-passenger__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-hotel-passenger--open .be-domestic-reserve-hotel-passenger__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-hotel-criteria-cond-id input[type="checkbox"] {
  display: none;
}

.be-domestic-reserve-hotel-criteria-cond-id__checkbox {
  border-color: #949499;
  border-radius: 3px;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-hotel-criteria-cond-id__checkbox[aria-checked="true"] {
  background-color: #00146E;
  border-color: #00146E;
}

.be-domestic-reserve-hotel-criteria-cond-id__checkbox[aria-checked="true"]:after {
  -webkit-transform: rotate(45deg);
  border-bottom: 0.14em solid #fff;
  border-right: 0.14em solid #fff;
  content: '';
  display: block;
  height: 0.6em;
  left: 0.2em;
  position: absolute;
  top: 0;
          transform: rotate(45deg);
  width: 0.4em;
}

.be-domestic-reserve-hotel-criteria-cond-id__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-hotel-submit {
  height: 50px;
}

.be-domestic-reserve-hotel-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-domestic-reserve-hotel-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-domestic-reserve-hotel-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-domestic-reserve-hotel-submit__button span {
  position: relative;
}

.be-domestic-reserve-hotel-submit__button:hover:not(:disabled) span,
.be-domestic-reserve-hotel-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-domestic-reserve-hotel__note {
  margin-top: 24px;
}

.be-domestic-reserve-hotel__note .be-nav__item {
  margin-top: 8px;
}

.be-domestic-reserve-international-hotel__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-domestic-reserve-international-hotel__row + .be-domestic-reserve-international-hotel__row {
  margin-top: 24px;
}

.be-domestic-reserve-international-hotel__column {
  width: 100%;
}

.be-domestic-reserve-international-hotel__column--left {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-international-hotel__column--right {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-international-hotel-loyalty-search-type input[type="radio"] {
  display: none;
}

.be-domestic-reserve-international-hotel-loyalty-search-type__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-international-hotel-loyalty-search-type__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-domestic-reserve-international-hotel-loyalty-search-type__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-international-hotel-loyalty-search-type__item {
  margin-top: 0;
}

.be-domestic-reserve-international-hotel-city {
  width: 100%;
}

.be-domestic-reserve-international-hotel-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-international-hotel-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-international-hotel-city__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-international-hotel-city--empty .be-domestic-reserve-international-hotel-city__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-international-hotel-city--open .be-domestic-reserve-international-hotel-city__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-international-hotel-checkin-checkout {
  width: 100%;
}

.be-domestic-reserve-international-hotel-checkin-checkout__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-international-hotel-checkin-checkout__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-international-hotel-checkin-checkout__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-international-hotel-checkin-checkout--empty .be-domestic-reserve-international-hotel-checkin-checkout__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-international-hotel-checkin-checkout--open .be-domestic-reserve-international-hotel-checkin-checkout__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-international-hotel-occupancy {
  width: 100%;
}

.be-domestic-reserve-international-hotel-occupancy__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-international-hotel-occupancy__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-international-hotel-occupancy__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-international-hotel-occupancy--empty .be-domestic-reserve-international-hotel-occupancy__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-international-hotel-occupancy--open .be-domestic-reserve-international-hotel-occupancy__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-international-hotel-submit {
  height: 50px;
}

.be-domestic-reserve-international-hotel-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  margin-left: auto;
  padding-left: 27px;
  padding-right: 21px;
}

.be-domestic-reserve-international-hotel-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-domestic-reserve-international-hotel-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-domestic-reserve-international-hotel-submit__button span {
  position: relative;
}

.be-domestic-reserve-international-hotel-submit__button:hover:not(:disabled) span,
.be-domestic-reserve-international-hotel-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-domestic-reserve-international-hotel__note {
  margin-top: 24px;
}

.be-domestic-reserve-international-hotel__note .be-nav__item {
  margin-top: 8px;
}

.be-domestic-reserve-international-hotel__note .be-nav__item--bold {
  font-weight: 600;
}

.be-domestic-reserve-ticket-and-stay__stay {
  margin-top: 32px;
}

.be-domestic-reserve-ticket-and-stay__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-domestic-reserve-ticket-and-stay__row + .be-domestic-reserve-ticket-and-stay__row {
  margin-top: 24px;
}

.be-domestic-reserve-ticket-and-stay__row--optional {
  -webkit-transition-property: height, margin-top;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  margin-top: 0;
          transition-delay: 0s;
          transition-duration: 300ms;
  transition-property: height, margin-top;
          transition-timing-function: ease;
}

.be-domestic-reserve-ticket-and-stay__row--placeholder {
  display: none;
}

.be-domestic-reserve-ticket-and-stay__stay .be-domestic-reserve-ticket-and-stay__row--optional {
  margin-top: 0;
}

.be-domestic-reserve-ticket-and-stay__label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 10%;
}

.be-domestic-reserve-ticket-and-stay__column {
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay__column--way-there-departure-airport {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column--way-there-arrival-airport {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column--way-back-departure-airport {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column--way-back-arrival-airport {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column--boarding-date {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column--passenger {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column--place {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column--checkin-checkout {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column--optional {
  -webkit-transition-property: height, margin-top;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  margin-top: 24px;
  padding-right: 5px;
          transition-delay: 0s;
          transition-duration: 300ms;
  transition-property: height, margin-top;
          transition-timing-function: ease;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 24px;
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket-and-stay__column p {
  margin: 0;
}

.be-domestic-reserve-ticket-and-stay__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.be-domestic-reserve-ticket-and-stay-way-there-departure-airport {
  position: relative;
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-way-there-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-way-there-departure-airport__button ~ .after-element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  pointer-events: none;
}
.be-domestic-reserve-ticket-and-stay-way-there-departure-airport__button ~ .after-element::after {
  color: #949499;
  content: "";
  cursor: pointer;
  font-family: "asw-icon";
  font-size: 2rem;
}
.be-domestic-reserve-ticket-and-stay-way-there-departure-airport__button ~ .after-element-enter {
  opacity: 1;
  pointer-events: all;
}

.be-domestic-reserve-ticket-and-stay-way-there-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-domestic-reserve-ticket-and-stay-way-there-departure-airport__button span::before {
  content: "\e900";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-domestic-reserve-ticket-and-stay-way-there-departure-airport--empty .be-domestic-reserve-ticket-and-stay-way-there-departure-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-ticket-and-stay-way-there-departure-airport--open .be-domestic-reserve-ticket-and-stay-way-there-departure-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-and-stay-way-there-arrival-airport {
  position: relative;
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-way-there-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-way-there-arrival-airport__button ~ .after-element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  pointer-events: none;
}
.be-domestic-reserve-ticket-and-stay-way-there-arrival-airport__button ~ .after-element::after {
  color: #949499;
  content: "";
  cursor: pointer;
  font-family: "asw-icon";
  font-size: 2rem;
}
.be-domestic-reserve-ticket-and-stay-way-there-arrival-airport__button ~ .after-element-enter {
  opacity: 1;
  pointer-events: all;
}

.be-domestic-reserve-ticket-and-stay-way-there-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-domestic-reserve-ticket-and-stay-way-there-arrival-airport__button span::before {
  content: "\e901";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-domestic-reserve-ticket-and-stay-way-there-arrival-airport--empty .be-domestic-reserve-ticket-and-stay-way-there-arrival-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-ticket-and-stay-way-there-arrival-airport--open .be-domestic-reserve-ticket-and-stay-way-there-arrival-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-and-stay-way-back-departure-airport {
  position: relative;
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-way-back-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-way-back-departure-airport__button ~ .after-element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  pointer-events: none;
}
.be-domestic-reserve-ticket-and-stay-way-back-departure-airport__button ~ .after-element::after {
  color: #949499;
  content: "";
  cursor: pointer;
  font-family: "asw-icon";
  font-size: 2rem;
}
.be-domestic-reserve-ticket-and-stay-way-back-departure-airport__button ~ .after-element-enter {
  opacity: 1;
  pointer-events: all;
}

.be-domestic-reserve-ticket-and-stay-way-back-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-domestic-reserve-ticket-and-stay-way-back-departure-airport__button span::before {
  content: "\e900";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-domestic-reserve-ticket-and-stay-way-back-departure-airport--empty .be-domestic-reserve-ticket-and-stay-way-back-departure-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-ticket-and-stay-way-back-departure-airport--open .be-domestic-reserve-ticket-and-stay-way-back-departure-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-and-stay-way-back-arrival-airport {
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-way-back-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-way-back-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-domestic-reserve-ticket-and-stay-way-back-arrival-airport__button span::before {
  content: "\e901";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-domestic-reserve-ticket-and-stay-way-back-arrival-airport--empty .be-domestic-reserve-ticket-and-stay-way-back-arrival-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-ticket-and-stay-way-back-arrival-airport--open .be-domestic-reserve-ticket-and-stay-way-back-arrival-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-and-stay-boarding-date {
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-boarding-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-boarding-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-ticket-and-stay-boarding-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-ticket-and-stay-boarding-date--empty .be-domestic-reserve-ticket-and-stay-boarding-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-ticket-and-stay-boarding-date--open .be-domestic-reserve-ticket-and-stay-boarding-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-and-stay-passenger {
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-passenger__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-passenger__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-ticket-and-stay-passenger__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-ticket-and-stay-passenger--empty .be-domestic-reserve-ticket-and-stay-passenger__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-ticket-and-stay-passenger--open .be-domestic-reserve-ticket-and-stay-passenger__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-and-stay-place {
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-place__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-place__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-ticket-and-stay-place__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-ticket-and-stay-place--empty .be-domestic-reserve-ticket-and-stay-place__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-ticket-and-stay-place--open .be-domestic-reserve-ticket-and-stay-place__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-and-stay-checkin-checkout {
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-checkin-checkout__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-and-stay-checkin-checkout__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-ticket-and-stay-checkin-checkout__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-ticket-and-stay-checkin-checkout--empty .be-domestic-reserve-ticket-and-stay-checkin-checkout__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-ticket-and-stay-checkin-checkout--open .be-domestic-reserve-ticket-and-stay-checkin-checkout__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-and-stay-rc-plan-disp-flg__checkbox {
  border-color: #949499;
  border-radius: 3px;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-ticket-and-stay-rc-plan-disp-flg__checkbox[aria-checked="true"] {
  background-color: #00146E;
  border-color: #00146E;
}

.be-domestic-reserve-ticket-and-stay-rc-plan-disp-flg__checkbox[aria-checked="true"]:after {
  -webkit-transform: rotate(45deg);
  border-bottom: 0.14em solid #fff;
  border-right: 0.14em solid #fff;
  content: '';
  display: block;
  height: 0.6em;
  left: 0.2em;
  position: absolute;
  top: 0;
          transform: rotate(45deg);
  width: 0.4em;
}

.be-domestic-reserve-ticket-and-stay-rc-plan-disp-flg__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-ticket-and-stay-submit {
  height: 50px;
}

.be-domestic-reserve-ticket-and-stay-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-domestic-reserve-ticket-and-stay-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-domestic-reserve-ticket-and-stay-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-domestic-reserve-ticket-and-stay-submit__button span {
  position: relative;
}

.be-domestic-reserve-ticket-and-stay-submit__button:hover:not(:disabled) span,
.be-domestic-reserve-ticket-and-stay-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-domestic-reserve-ticket-and-stay__form--collapse .be-domestic-reserve-ticket-and-stay__row--optional {
  height: 0;
  margin-top: 0;
  overflow: hidden;
}

.be-domestic-reserve-ticket-and-stay__form--collapse .be-domestic-reserve-ticket-and-stay__row--placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-domestic-reserve-ticket-and-stay__form--collapse .be-domestic-reserve-ticket-and-stay__column--optional {
  height: 0;
  margin-top: 0;
  overflow: hidden;
}

.be-domestic-reserve-ticket-and-stay__note {
  margin-top: 16px;
}

.be-domestic-reserve-ticket__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.be-domestic-reserve-ticket__row + .be-domestic-reserve-ticket__row {
  margin-top: 24px;
}

.be-domestic-reserve-ticket__row + .be-domestic-reserve-ticket__row--optional {
  margin-top: 0;
}

.be-domestic-reserve-ticket__column--departure-airport {
  padding-left: 5px;
  padding-right: 5px;
  width: calc(50% - 25px);
}

.be-domestic-reserve-ticket__column--swap-airport {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  width: 50px;
}

.be-domestic-reserve-ticket__column--arrival-airport {
  padding-left: 5px;
  padding-right: 5px;
  width: calc(50% - 25px);
}

.be-domestic-reserve-ticket__column--boarding-date {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket__column--passenger {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-ticket__column--compartment-class {
  -webkit-transition-property: height, margin-top;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  margin-top: 24px;
  padding-left: 5px;
  padding-right: 5px;
          transition-delay: 0s;
          transition-duration: 300ms;
  transition-property: height, margin-top;
          transition-timing-function: ease;
  width: 33.33333333%;
}

.be-domestic-reserve-ticket__column--search-mode {
  -webkit-transition-property: height, margin-top;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  margin-top: 24px;
  padding-left: 5px;
  padding-right: 5px;
          transition-delay: 0s;
          transition-duration: 300ms;
  transition-property: height, margin-top;
          transition-timing-function: ease;
  width: 33.33333333%;
}

.be-domestic-reserve-ticket__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 24px;
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-domestic-reserve-ticket__column p {
  margin: 0;
}

.be-domestic-reserve-ticket__notification {
  position: absolute;
}
.be-domestic-reserve-car__notification {
  position: absolute;
}
.be-overseas-reserve-car__notification {
  position: absolute;
}

.be-domestic-reserve-ticket-departure-airport {
  position: relative;
  width: 100%;
}

.be-domestic-reserve-ticket-departure-airport__button {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 60px;
          justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-departure-airport__button ~ .after-element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  pointer-events: none;
}
.be-domestic-reserve-ticket-departure-airport__button ~ .after-element::after {
  color: #949499;
  content: "";
  cursor: pointer;
  font-family: "asw-icon";
  font-size: 2rem;
}
.be-domestic-reserve-ticket-departure-airport__button ~ .after-element-enter {
  opacity: 1;
  pointer-events: all;
}

.ECM_CheckboxInput {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.ECM_CheckboxInput:hover{
  background: rgba(0,0,0,.05) !important;
}
.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput{
  border: dashed 2px #333333;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  background: #333333;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}
.ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  border: solid 2px transparent;
  background: rgba(0,0,0, .1);
  border-radius: 4px;
}
.ECM_CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

.be-domestic-reserve-ticket-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-domestic-reserve-ticket-departure-airport__button span::before {
  content: "\e900";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-domestic-reserve-ticket-departure-airport--empty .be-domestic-reserve-ticket-departure-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-ticket-departure-airport--open .be-domestic-reserve-ticket-departure-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-swap-airport__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 40px;
          justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}

.be-domestic-reserve-ticket-swap-airport__button::before {
  content: "";
  font-family: "asw-icon";
  font-size: 2rem;
}

.be-domestic-reserve-ticket-arrival-airport {
  position: relative;
  width: 100%;
}

.be-domestic-reserve-ticket-arrival-airport__button {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 60px;
          justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-arrival-airport__button ~ .after-element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  pointer-events: none;
}
.be-domestic-reserve-ticket-arrival-airport__button ~ .after-element::after {
  color: #949499;
  content: "";
  cursor: pointer;
  font-family: "asw-icon";
  font-size: 2rem;
}
.be-domestic-reserve-ticket-arrival-airport__button ~ .after-element-enter {
  opacity: 1;
  pointer-events: all;
}

.be-domestic-reserve-ticket-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-domestic-reserve-ticket-arrival-airport__button span::before {
  content: "\e901";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-domestic-reserve-ticket-arrival-airport--empty .be-domestic-reserve-ticket-arrival-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-ticket-arrival-airport--open .be-domestic-reserve-ticket-arrival-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-boarding-date {
  width: 100%;
}

.be-domestic-reserve-ticket-boarding-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-boarding-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-ticket-boarding-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-ticket-boarding-date--empty .be-domestic-reserve-ticket-boarding-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-ticket-boarding-date--open .be-domestic-reserve-ticket-boarding-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-passenger {
  width: 100%;
}

.be-domestic-reserve-ticket-passenger__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-passenger__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-ticket-passenger__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-ticket-passenger--empty .be-domestic-reserve-ticket-passenger__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-ticket-passenger--open .be-domestic-reserve-ticket-passenger__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-compartment-class {
  width: 100%;
}

.be-domestic-reserve-ticket-compartment-class__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 25px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-compartment-class__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-ticket-compartment-class--empty .be-domestic-reserve-ticket-compartment-class__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-ticket-compartment-class--open .be-domestic-reserve-ticket-compartment-class__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-search-mode {
  width: 100%;
}

.be-domestic-reserve-ticket-search-mode__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 25px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-ticket-search-mode__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-ticket-search-mode--empty .be-domestic-reserve-ticket-search-mode__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-ticket-search-mode--open .be-domestic-reserve-ticket-search-mode__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-ticket-submit {
  height: 50px;
}

.be-domestic-reserve-ticket-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-domestic-reserve-ticket-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-domestic-reserve-ticket-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-domestic-reserve-ticket-submit__button span {
  position: relative;
}

.be-domestic-reserve-ticket-submit__button:hover:not(:disabled) span,
.be-domestic-reserve-ticket-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-domestic-reserve-ticket__note {
  margin-top: 32px;
}

.be-domestic-reserve-ticket__form--collapse .be-domestic-reserve-ticket__column--compartment-class {
  height: 0;
  margin-top: 0;
  overflow: hidden;
}

.be-domestic-reserve-ticket__form--collapse .be-domestic-reserve-ticket__column--search-mode {
  height: 0;
  margin-top: 0;
  overflow: hidden;
}

.be-domestic-reserve-traffic__row {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: end;
  margin-left: -5px;
  margin-right: -5px;
}

.be-domestic-reserve-traffic__row + .be-domestic-reserve-traffic__row {
  margin-top: 24px;
}

.be-domestic-reserve-traffic__column {
  width: 100%;
}

.be-domestic-reserve-traffic__column--use-date {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-domestic-reserve-traffic__column--place {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-domestic-reserve-traffic__column--purpose {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-domestic-reserve-traffic__column--submit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  padding-left: 5px;
  padding-right: 5px;
}

.be-domestic-reserve-traffic__column p {
  margin: 0;
}

.be-domestic-reserve-traffic__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.be-domestic-tertiary-tab__title {
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.be-domestic-reserve-traffic-use-date {
  width: 100%;
}

.be-domestic-reserve-traffic-use-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-traffic-use-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-traffic-use-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-traffic-use-date--empty .be-domestic-reserve-traffic-use-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-traffic-use-date--open .be-domestic-reserve-traffic-use-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-traffic-place {
  width: 100%;
}

.be-domestic-reserve-traffic-place__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-traffic-place__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-traffic-place__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin: 1px 3px 1px 1px;
  display: inline-block;
  width: 14px;
  line-height: 14px;
}

.be-domestic-reserve-traffic-place--empty .be-domestic-reserve-traffic-place__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-traffic-place--open .be-domestic-reserve-traffic-place__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-traffic-purpose {
  width: 100%;
}

.be-domestic-reserve-traffic-purpose__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-traffic-purpose__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-traffic-purpose__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-traffic-purpose--empty .be-domestic-reserve-traffic-purpose__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-traffic-purpose--open .be-domestic-reserve-traffic-purpose__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-traffic-submit {
  height: 50px;
}

.be-domestic-reserve-traffic-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-domestic-reserve-traffic-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-domestic-reserve-traffic-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-domestic-reserve-traffic-submit__button span {
  position: relative;
}

.be-domestic-reserve-traffic-submit__button:hover:not(:disabled) span,
.be-domestic-reserve-traffic-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-domestic-reserve-traffic__form[target="_blank"] .be-domestic-reserve-traffic-submit {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row-reverse;
}

.be-domestic-reserve-traffic__form[target="_blank"] .be-domestic-reserve-traffic-submit::before {
  content: "";
  font-family: "asw-icon";
}

.be-domestic-reserve-traffic__note {
  margin-top: 24px;
}

.be-domestic-reserve-traffic__note .be-nav__item {
  margin-top: 8px;
}

.be-domestic-reserve-traffic__note .be-nav__item--bold {
  font-weight: 600;
}

.be-domestic-status-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-domestic-status-number__row + .be-domestic-status-number__row {
  margin-top: 24px;
}

.be-domestic-status-number__column--flight-number {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-status-number__column--request-date {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-status-number__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
}

.be-domestic-status-number__column p {
  margin: 0;
}

.be-domestic-status-number-flight-number {
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
}

.be-domestic-status-number-flight-number__label {
  -ms-flex-negative: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #333;
          flex-grow: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.be-domestic-status-number-flight-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  padding: 0;
}

.be-domestic-status-number-flight-number__input:focus {
  outline-style: none !important;
}

.be-domestic-status-number-flight-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-status-number-flight-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-status-number-flight-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-status-number-flight-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-status-number-flight-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-status-number-flight-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-domestic-status-number-flight-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-status-number-request-date {
  width: 100%;
}

.be-domestic-status-number-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-status-number-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-status-number-request-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-status-number-request-date--empty .be-domestic-status-number-request-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-status-number-request-date--open .be-domestic-status-number-request-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-status-number-submit {
  height: 50px;
}

.be-domestic-status-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-domestic-status-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-domestic-status-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-domestic-status-number-submit__button span {
  position: relative;
}

.be-domestic-status-number-submit__button:hover:not(:disabled) span,
.be-domestic-status-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-domestic-status-number__note {
  margin-top: 16px;
}

.be-domestic-status-number__note .be-nav__item--bold {
  font-weight: 600;
}

.be-domestic-status-route__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-domestic-status-route__row + .be-domestic-status-route__row {
  margin-top: 24px;
}

.be-domestic-status-route__column--departure-airport {
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-domestic-status-route__column--swap-airport {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
}

.be-domestic-status-route__column--arrival-airport {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-domestic-status-route__column--request-date {
  margin-left: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-domestic-status-route__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
}

.be-domestic-status-route__column p {
  margin: 0;
}

.be-domestic-status-route-departure-airport {
  position: relative;
  width: 100%;
}

.be-domestic-status-route-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-status-route-departure-airport__button ~ .after-element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  pointer-events: none;
}
.be-domestic-status-route-departure-airport__button ~ .after-element::after {
  color: #949499;
  content: "";
  cursor: pointer;
  font-family: "asw-icon";
  font-size: 2rem;
}
.be-domestic-status-route-departure-airport__button ~ .after-element-enter {
  opacity: 1;
  pointer-events: all;
}

.be-domestic-status-route-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-domestic-status-route-departure-airport__button span::before {
  content: "\e900";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-domestic-status-route-departure-airport--empty .be-domestic-status-route-departure-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-status-route-departure-airport--open .be-domestic-status-route-departure-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-status-route-swap-airport__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 40px;
          justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}

.be-domestic-status-route-swap-airport__button::before {
  content: "";
  font-family: "asw-icon";
  font-size: 2rem;
}

.be-domestic-status-route-arrival-airport {
  position: relative;
  width: 100%;
}

.be-domestic-status-route-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-status-route-arrival-airport__button ~ .after-element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  pointer-events: none;
}
.be-domestic-status-route-arrival-airport__button ~ .after-element::after {
  color: #949499;
  content: "";
  cursor: pointer;
  font-family: "asw-icon";
  font-size: 2rem;
}
.be-domestic-status-route-arrival-airport__button ~ .after-element-enter {
  opacity: 1;
  pointer-events: all;
}

.be-domestic-status-route-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-domestic-status-route-arrival-airport__button span::before {
  content: "\e901";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-domestic-status-route-arrival-airport--empty .be-domestic-status-route-arrival-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-status-route-arrival-airport--open .be-domestic-status-route-arrival-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-status-route-request-date {
  width: 100%;
}

.be-domestic-status-route-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-status-route-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-status-route-request-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-status-route-request-date--empty .be-domestic-status-route-request-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-status-route-request-date--open .be-domestic-status-route-request-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-status-route-submit {
  height: 50px;
}

.be-domestic-status-route-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-domestic-status-route-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-domestic-status-route-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-domestic-status-route-submit__button span {
  position: relative;
}

.be-domestic-status-route-submit__button:hover:not(:disabled) span,
.be-domestic-status-route-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-domestic-status-route__note {
  margin-top: 16px;
}

.be-domestic-status-route__note {
  margin-top: 16px;
}

.be-domestic-status-route__note .be-nav__item--bold {
  font-weight: 600;
}

.be-overseas-tour {
  overflow: hidden;
}

.be-overseas-tour__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.be-overseas-tour__item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  font-size: 1.4rem;
  font-weight: 600;
  height: 54px;
          justify-content: flex-start;
  padding-left: 26px;
  padding-right: 26px;
  width: 33.33333333%;
}

.be-overseas-tour__item::before {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  content: '';
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-overseas-tour__item::after {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-bottom: 1px solid #949499;
  content: '';
  display: block;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-overseas-tour a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
}

.be-overseas-tour a::after {
  content: "";
  font-family: "asw-icon";
  justify-self: flex-end;
  margin-left: 6px;
}

.be-overseas-tour a[target="_blank"]::after {
  content: "";
}

.be-overseas-tour a:hover > span {
  text-decoration: underline;
}

.be-overseas-tour__list + .be-accordion {
  margin-top: 32px;
}

.be-overseas-tour .be-nav a {
  display: inline-block;
  width: auto;
}

.be-overseas-checkin-membership-number__content--link {
  border-bottom: 1px solid #949499;
  padding-bottom: 32px;
}

.be-overseas-checkin-membership-number__content--link .be-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.be-overseas-checkin-membership-number__content--link .be-nav__item:first-child {
  margin-right: 0;
  margin-top: 0;
}

.be-overseas-checkin-membership-number__content--form {
  padding-top: 32px;
}

.be-overseas-checkin-membership-number__form {
  position: relative;
  width: 100%;
}

.be-overseas-checkin-membership-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-overseas-checkin-membership-number__row--action {
  margin-top: 8px;
}

.be-overseas-checkin-membership-number__column {
  width: 100%;
}

.be-overseas-checkin-membership-number__column--membership-number {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-checkin-membership-number__column--password {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-checkin-membership-number__column--message {
  color: #D91829;
}

.be-overseas-checkin-membership-number__column--message li {
  margin-top: 8px;
}

.be-overseas-checkin-membership-number__column--message li::before {
  content: '*';
}

.be-overseas-checkin-membership-number__column--note {
  padding-top: 8px;
}

.be-overseas-checkin-membership-number__column--note .be-nav__item {
  margin-top: 8px;
}

.be-overseas-checkin-membership-number__column--lasting {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-checkin-membership-number__column--lasting .be-nav__item {
  margin-top: 0;
}

.be-overseas-checkin-membership-number__column--submit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  padding-left: 5px;
  width: 50%;
}

.be-overseas-checkin-membership-number__column p {
  margin: 0;
}

.be-overseas-checkin-membership-number-membership-number {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-checkin-membership-number-membership-number__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-overseas-checkin-membership-number-membership-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-checkin-membership-number-membership-number__input:focus {
  outline-style: none !important;
}

.be-overseas-checkin-membership-number-membership-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-membership-number-membership-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-membership-number-membership-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-membership-number-membership-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-membership-number-membership-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-membership-number-membership-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-overseas-checkin-membership-number-membership-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-overseas-checkin-membership-number-membership-number--invalid {
  border-color: #D91829;
  z-index: 1;
}

.be-overseas-checkin-membership-number-membership-number--invalid .be-overseas-checkin-membership-number-membership-number__label {
  color: #D91829;
}

.be-overseas-checkin-membership-number-membership-number--invalid .be-overseas-checkin-membership-number-membership-number__input {
  color: #D91829;
}

.be-overseas-checkin-membership-number-password {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-checkin-membership-number-password__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-overseas-checkin-membership-number-password__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-checkin-membership-number-password__input:focus {
  outline-style: none !important;
}

.be-overseas-checkin-membership-number-password__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-membership-number-password__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-membership-number-password__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-membership-number-password__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-membership-number-password__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-membership-number-password__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-overseas-checkin-membership-number-password--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-overseas-checkin-membership-number-password--invalid {
  border-color: #D91829;
}

.be-overseas-checkin-membership-number-password--invalid .be-overseas-checkin-membership-number-password__label {
  color: #D91829;
}

.be-overseas-checkin-membership-number-password--invalid .be-overseas-checkin-membership-number-password__input {
  color: #D91829;
}

.be-overseas-checkin-membership-number-submit {
  height: 50px;
}

.be-overseas-checkin-membership-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-checkin-membership-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-overseas-checkin-membership-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-overseas-checkin-membership-number-submit__button span {
  position: relative;
}

.be-overseas-checkin-membership-number-submit__button:hover:not(:disabled) span,
.be-overseas-checkin-membership-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-overseas-checkin-membership-number__amc {
  margin-top: 16px;
  text-align: center;
  padding: 0 0 5px;
}

.be-overseas-checkin-membership-number__amc a {
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: underline;
}

.be-overseas-checkin-membership-number__link-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-checkin-membership-number__link-button:hover {
  color: #fff;
  opacity: 0.5;
}

.be-overseas-checkin-membership-number__link-button::after {
  content: "";
  font-family: "asw-icon";
  justify-self: flex-end;
  margin-left: 8px;
}

.be-overseas-checkin-membership-number__note {
  padding-top: 8px;
}

.be-overseas-checkin-membership-number__note .be-accordion {
  margin-top: 24px;
}

.be-overseas-checkin-reservation-number__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.be-overseas-checkin-reservation-number__content--link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #949499;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding-bottom: 32px;
}

.be-overseas-checkin-reservation-number__content--link .be-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.be-overseas-checkin-reservation-number__content--link .be-nav__item:first-child {
  margin-right: 0;
  margin-top: 0;
}

.be-overseas-checkin-reservation-number__content--form {
  padding-top: 32px;
}

.be-overseas-checkin-reservation-number__form {
  position: relative;
  width: 100%;
}

.be-overseas-checkin-reservation-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-overseas-checkin-reservation-number__row + .be-overseas-checkin-reservation-number__row {
  margin-top: 24px;
}

.be-overseas-checkin-reservation-number__column {
  width: 100%;
}

.be-overseas-checkin-reservation-number__column--given-name {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-checkin-reservation-number__column--family-name {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-checkin-reservation-number__column--message {
  color: #D91829;
}

.be-overseas-checkin-reservation-number__column--message li {
  margin-top: 8px;
}

.be-overseas-checkin-reservation-number__column--message li::before {
  content: '*';
}

.be-overseas-checkin-reservation-number__column--note .be-nav__item {
  margin-top: 0;
}

.be-overseas-checkin-reservation-number__column--submit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  padding-left: 5px;
  width: 50%;
}

.be-overseas-checkin-reservation-number__column p {
  margin: 0;
}

.be-overseas-checkin-reservation-number-reservation-number {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-checkin-reservation-number-reservation-number__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-overseas-checkin-reservation-number-reservation-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-checkin-reservation-number-reservation-number__input:focus {
  outline-style: none !important;
}

.be-overseas-checkin-reservation-number-reservation-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-reservation-number-reservation-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-reservation-number-reservation-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-reservation-number-reservation-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-reservation-number-reservation-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-reservation-number-reservation-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-overseas-checkin-reservation-number-reservation-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-overseas-checkin-reservation-number-reservation-number--invalid {
  border-color: #D91829;
}

.be-overseas-checkin-reservation-number-reservation-number--invalid .be-overseas-checkin-reservation-number-reservation-number__label {
  color: #D91829;
}

.be-overseas-checkin-reservation-number-reservation-number--invalid .be-overseas-checkin-reservation-number-reservation-number__input {
  color: #D91829;
}

.be-overseas-checkin-reservation-number-given-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-checkin-reservation-number-given-name__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-overseas-checkin-reservation-number-given-name__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-checkin-reservation-number-given-name__input:focus {
  outline-style: none !important;
}

.be-overseas-checkin-reservation-number-given-name__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-reservation-number-given-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-reservation-number-given-name__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-reservation-number-given-name__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-reservation-number-given-name__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-reservation-number-given-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-overseas-checkin-reservation-number-given-name--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-overseas-checkin-reservation-number-given-name--invalid {
  border-color: #D91829;
}

.be-overseas-checkin-reservation-number-given-name--invalid .be-overseas-checkin-reservation-number-given-name__label {
  color: #D91829;
}

.be-overseas-checkin-reservation-number-given-name--invalid .be-overseas-checkin-reservation-number-given-name__input {
  color: #D91829;
}

.be-overseas-checkin-reservation-number-family-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-checkin-reservation-number-family-name__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-overseas-checkin-reservation-number-family-name__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-checkin-reservation-number-family-name__input:focus {
  outline-style: none !important;
}

.be-overseas-checkin-reservation-number-family-name__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-reservation-number-family-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-reservation-number-family-name__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-reservation-number-family-name__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-reservation-number-family-name__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-reservation-number-family-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-overseas-checkin-reservation-number-family-name--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-overseas-checkin-reservation-number-family-name--invalid {
  border-color: #D91829;
}

.be-overseas-checkin-reservation-number-family-name--invalid .be-overseas-checkin-reservation-number-family-name__label {
  color: #D91829;
}

.be-overseas-checkin-reservation-number-family-name--invalid .be-overseas-checkin-reservation-number-family-name__input {
  color: #D91829;
}

.be-overseas-checkin-reservation-number-submit {
  height: 50px;
}

.be-overseas-checkin-reservation-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-checkin-reservation-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-overseas-checkin-reservation-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-overseas-checkin-reservation-number-submit__button span {
  position: relative;
}

.be-overseas-checkin-reservation-number-submit__button:hover:not(:disabled) span,
.be-overseas-checkin-reservation-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-overseas-checkin-reservation-number__link-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  display: none;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  margin-top: 24px;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-checkin-reservation-number__link-button:hover {
  color: #fff;
  opacity: 0.5;
}

.be-overseas-checkin-reservation-number__link-button::after {
  content: "";
  font-family: "asw-icon";
  justify-self: flex-end;
  margin-left: 8px;
}

.be-overseas-checkin-reservation-number--loggedin .be-overseas-checkin-reservation-number__link-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.be-overseas-checkin-ticket-number__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.be-overseas-checkin-ticket-number__content--link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #949499;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding-bottom: 32px;
}

.be-overseas-checkin-ticket-number__content--link .be-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.be-overseas-checkin-ticket-number__content--link .be-nav__item:first-child {
  margin-right: 0;
  margin-top: 0;
}

.be-overseas-checkin-ticket-number__content--form {
  padding-top: 32px;
}

.be-overseas-checkin-ticket-number__form {
  position: relative;
  width: 100%;
}

.be-overseas-checkin-ticket-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-overseas-checkin-ticket-number__row + .be-overseas-checkin-ticket-number__row {
  margin-top: 24px;
}

.be-overseas-checkin-ticket-number__column {
  width: 100%;
}

.be-overseas-checkin-ticket-number__column--given-name {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-checkin-ticket-number__column--family-name {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-checkin-ticket-number__column--message {
  color: #D91829;
}

.be-overseas-checkin-ticket-number__column--message li {
  margin-top: 8px;
}

.be-overseas-checkin-ticket-number__column--message li::before {
  content: '*';
}

.be-overseas-checkin-ticket-number__column--note {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-checkin-ticket-number__column--note .be-nav__item {
  margin-top: 0;
}

.be-overseas-checkin-ticket-number__column--submit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  padding-left: 5px;
  width: 50%;
}

.be-overseas-checkin-ticket-number__column p {
  margin: 0;
}

.be-overseas-checkin-ticket-number-ticket-number {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-checkin-ticket-number-ticket-number__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-overseas-checkin-ticket-number-ticket-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-checkin-ticket-number-ticket-number__input:focus {
  outline-style: none !important;
}

.be-overseas-checkin-ticket-number-ticket-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-ticket-number-ticket-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-ticket-number-ticket-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-ticket-number-ticket-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-ticket-number-ticket-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-ticket-number-ticket-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-overseas-checkin-ticket-number-ticket-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-overseas-checkin-ticket-number-ticket-number--invalid {
  border-color: #D91829;
}

.be-overseas-checkin-ticket-number-ticket-number--invalid .be-overseas-checkin-ticket-number-ticket-number__label {
  color: #D91829;
}

.be-overseas-checkin-ticket-number-ticket-number--invalid .be-overseas-checkin-ticket-number-ticket-number__input {
  color: #D91829;
}

.be-overseas-checkin-ticket-number-given-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-checkin-ticket-number-given-name__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-overseas-checkin-ticket-number-given-name__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-checkin-ticket-number-given-name__input:focus {
  outline-style: none !important;
}

.be-overseas-checkin-ticket-number-given-name__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-ticket-number-given-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-ticket-number-given-name__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-ticket-number-given-name__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-ticket-number-given-name__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-ticket-number-given-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-overseas-checkin-ticket-number-given-name--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-overseas-checkin-ticket-number-given-name--invalid {
  border-color: #D91829;
}

.be-overseas-checkin-ticket-number-given-name--invalid .be-overseas-checkin-ticket-number-given-name__label {
  color: #D91829;
}

.be-overseas-checkin-ticket-number-given-name--invalid .be-overseas-checkin-ticket-number-given-name__input {
  color: #D91829;
}

.be-overseas-checkin-ticket-number-family-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-checkin-ticket-number-family-name__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-overseas-checkin-ticket-number-family-name__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-checkin-ticket-number-family-name__input:focus {
  outline-style: none !important;
}

.be-overseas-checkin-ticket-number-family-name__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-ticket-number-family-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-ticket-number-family-name__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-ticket-number-family-name__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-ticket-number-family-name__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-checkin-ticket-number-family-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-overseas-checkin-ticket-number-family-name--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-overseas-checkin-ticket-number-family-name--invalid {
  border-color: #D91829;
}

.be-overseas-checkin-ticket-number-family-name--invalid .be-overseas-checkin-ticket-number-family-name__label {
  color: #D91829;
}

.be-overseas-checkin-ticket-number-family-name--invalid .be-overseas-checkin-ticket-number-family-name__input {
  color: #D91829;
}

.be-overseas-checkin-ticket-number-submit {
  height: 50px;
}

.be-overseas-checkin-ticket-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-checkin-ticket-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-overseas-checkin-ticket-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-overseas-checkin-ticket-number-submit__button span {
  position: relative;
}

.be-overseas-checkin-ticket-number-submit__button:hover:not(:disabled) span,
.be-overseas-checkin-ticket-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-overseas-checkin-ticket-number__note {
  margin-top: 16px;
}

.be-overseas-checkin-ticket-number__note .be-accordion {
  margin-top: 24px;
}

.be-overseas-checkin-ticket-number__link-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  display: none;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  margin-top: 24px;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-checkin-ticket-number__link-button:hover {
  color: #fff;
  opacity: 0.5;
}

.be-overseas-checkin-ticket-number__link-button::after {
  content: "";
  font-family: "asw-icon";
  justify-self: flex-end;
  margin-left: 8px;
}

.be-overseas-checkin-ticket-number--loggedin .be-overseas-checkin-ticket-number__link-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.be-overseas-confirm-membership-number__form {
  position: relative;
  width: 100%;
}

.be-overseas-confirm-membership-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-overseas-confirm-membership-number__row--note {
  margin-top: 8px;
}

.be-overseas-confirm-membership-number__row--action {
  margin-top: 8px;
}

.be-overseas-confirm-membership-number__column {
  width: 100%;
}

.be-overseas-confirm-membership-number__column--membership-number {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-confirm-membership-number__column--password {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-confirm-membership-number__column--message {
  color: #D91829;
}

.be-overseas-confirm-membership-number__column--message li {
  margin-top: 8px;
}

.be-overseas-confirm-membership-number__column--message li::before {
  content: '*';
}

.be-overseas-confirm-membership-number__column--note {
  padding-top: 8px;
}

.be-overseas-confirm-membership-number__column--note .be-nav__item {
  margin-top: 8px;
}

.be-overseas-confirm-membership-number__column--lasting {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-confirm-membership-number__column--lasting .be-nav__item {
  margin-top: 0;
}

.be-overseas-confirm-membership-number__column--submit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  padding-left: 5px;
  width: 50%;
}

.be-overseas-confirm-membership-number__column p {
  margin: 0;
}

.be-overseas-confirm-membership-number-membership-number {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-confirm-membership-number-membership-number__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-overseas-confirm-membership-number-membership-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-confirm-membership-number-membership-number__input:focus {
  outline-style: none !important;
}

.be-overseas-confirm-membership-number-membership-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-membership-number-membership-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-membership-number-membership-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-membership-number-membership-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-membership-number-membership-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-membership-number-membership-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-overseas-confirm-membership-number-membership-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-overseas-confirm-membership-number-membership-number--invalid {
  border-color: #D91829;
  z-index: 1;
}

.be-overseas-confirm-membership-number-membership-number--invalid .be-overseas-confirm-membership-number-membership-number__label {
  color: #D91829;
}

.be-overseas-confirm-membership-number-membership-number--invalid .be-overseas-confirm-membership-number-membership-number__input {
  color: #D91829;
}

.be-overseas-confirm-membership-number-password {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-confirm-membership-number-password__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-overseas-confirm-membership-number-password__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-confirm-membership-number-password__input:focus {
  outline-style: none !important;
}

.be-overseas-confirm-membership-number-password__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-membership-number-password__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-membership-number-password__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-membership-number-password__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-membership-number-password__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-membership-number-password__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-overseas-confirm-membership-number-password--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-overseas-confirm-membership-number-password--invalid {
  border-color: #D91829;
}

.be-overseas-confirm-membership-number-password--invalid .be-overseas-confirm-membership-number-password__label {
  color: #D91829;
}

.be-overseas-confirm-membership-number-password--invalid .be-overseas-confirm-membership-number-password__input {
  color: #D91829;
}

.be-overseas-confirm-membership-number-submit {
  height: 50px;
}

.be-overseas-confirm-membership-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-confirm-membership-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-overseas-confirm-membership-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-overseas-confirm-membership-number-submit__button span {
  position: relative;
}

.be-overseas-confirm-membership-number-submit__button:hover:not(:disabled) span,
.be-overseas-confirm-membership-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-overseas-confirm-membership-number__amc {
  margin-top: 16px;
  text-align: center;
}

.be-overseas-confirm-membership-number__amc a {
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: underline;
}

.be-overseas-confirm-membership-number__link-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-confirm-membership-number__link-button:hover {
  color: #fff;
  opacity: 0.5;
}

.be-overseas-confirm-membership-number__link-button::after {
  content: "";
  font-family: "asw-icon";
  justify-self: flex-end;
  margin-left: 8px;
}

.be-overseas-confirm-membership-number__note {
  margin-top: 16px;
}

.be-overseas-confirm-membership-number__note .be-accordion {
  margin-top: 24px;
}

.be-overseas-confirm-reservation-number__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.be-overseas-confirm-reservation-number__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-overseas-confirm-reservation-number__content--link {
  display: none;
}

.be-overseas-confirm-reservation-number__form {
  position: relative;
  width: 100%;
}

.be-overseas-confirm-reservation-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.be-overseas-confirm-reservation-number__row + .be-overseas-confirm-reservation-number__row {
  margin-top: 24px;
}

.be-overseas-confirm-reservation-number__column {
  width: 100%;
}

.be-overseas-confirm-reservation-number__column--reservation-number {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-overseas-confirm-reservation-number__column--given-name {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-overseas-confirm-reservation-number__column--family-name {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-overseas-confirm-reservation-number__column--message {
  color: #D91829;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}

.be-overseas-confirm-reservation-number__column--message li {
  margin-top: 8px;
}

.be-overseas-confirm-reservation-number__column--message li::before {
  content: '*';
}

.be-overseas-confirm-reservation-number__column--note {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.be-overseas-confirm-reservation-number__column--note .be-nav__item {
  margin-top: 0;
}

.be-overseas-confirm-reservation-number__column--submit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.be-overseas-confirm-reservation-number__column p {
  margin: 0;
}

.be-overseas-confirm-reservation-number-reservation-number {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-confirm-reservation-number-reservation-number__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-overseas-confirm-reservation-number-reservation-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-confirm-reservation-number-reservation-number__notice,
.be-overseas-checkin-ticket-number__notice,
.be-overseas-checkin-membership-number__notice {
  display: inline-block;
  padding: 10px 10px 0;
}

.be-overseas-confirm-reservation-number-reservation-number__input:focus {
  outline-style: none !important;
}

.be-overseas-confirm-reservation-number-reservation-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-reservation-number-reservation-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-reservation-number-reservation-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-reservation-number-reservation-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-reservation-number-reservation-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-reservation-number-reservation-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-overseas-confirm-reservation-number-reservation-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-overseas-confirm-reservation-number-reservation-number--invalid {
  border-color: #D91829;
}

.be-overseas-confirm-reservation-number-reservation-number--invalid .be-overseas-confirm-reservation-number-reservation-number__label {
  color: #D91829;
}

.be-overseas-confirm-reservation-number-reservation-number--invalid .be-overseas-confirm-reservation-number-reservation-number__input {
  color: #D91829;
}

.be-overseas-confirm-reservation-number-given-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-confirm-reservation-number-given-name__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-overseas-confirm-reservation-number-given-name__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-confirm-reservation-number-given-name__input:focus {
  outline-style: none !important;
}

.be-overseas-confirm-reservation-number-given-name__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-reservation-number-given-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-reservation-number-given-name__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-reservation-number-given-name__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-reservation-number-given-name__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-reservation-number-given-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-overseas-confirm-reservation-number-given-name--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-overseas-confirm-reservation-number-given-name--invalid {
  border-color: #D91829;
}

.be-overseas-confirm-reservation-number-given-name--invalid .be-overseas-confirm-reservation-number-given-name__label {
  color: #D91829;
}

.be-overseas-confirm-reservation-number-given-name--invalid .be-overseas-confirm-reservation-number-given-name__input {
  color: #D91829;
}

.be-overseas-confirm-reservation-number-family-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-confirm-reservation-number-family-name__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-overseas-confirm-reservation-number-family-name__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-confirm-reservation-number-family-name__input:focus {
  outline-style: none !important;
}

.be-overseas-confirm-reservation-number-family-name__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-reservation-number-family-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-reservation-number-family-name__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-reservation-number-family-name__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-reservation-number-family-name__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-reservation-number-family-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-overseas-confirm-reservation-number-family-name--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-overseas-confirm-reservation-number-family-name--invalid {
  border-color: #D91829;
}

.be-overseas-confirm-reservation-number-family-name--invalid .be-overseas-confirm-reservation-number-family-name__label {
  color: #D91829;
}

.be-overseas-confirm-reservation-number-family-name--invalid .be-overseas-confirm-reservation-number-family-name__input {
  color: #D91829;
}

.be-overseas-confirm-reservation-number-submit {
  height: 50px;
}

.be-overseas-confirm-reservation-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-confirm-reservation-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-overseas-confirm-reservation-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-overseas-confirm-reservation-number-submit__button span {
  position: relative;
}

.be-overseas-confirm-reservation-number-submit__button:hover:not(:disabled) span,
.be-overseas-confirm-reservation-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-overseas-confirm-reservation-number__note {
  margin-top: 16px;
}

.be-overseas-confirm-reservation-number__note .be-accordion {
  margin-top: 24px;
}

.be-overseas-confirm-reservation-number__link-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-confirm-reservation-number__link-button:hover {
  color: #fff;
  opacity: 0.5;
}

.be-overseas-confirm-reservation-number__link-button::after {
  content: "";
  font-family: "asw-icon";
  justify-self: flex-end;
  margin-left: 8px;
}

.be-overseas-confirm-reservation-number--loggedin .be-overseas-confirm-reservation-number__content--link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  border-bottom: 1px solid #949499;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  padding-bottom: 32px;
}

.be-overseas-confirm-reservation-number--loggedin .be-overseas-confirm-reservation-number__content--form {
  padding-top: 32px;
}

.be-overseas-confirm-ticket-number__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.be-overseas-confirm-ticket-number__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-overseas-confirm-ticket-number__content--link {
  display: none;
}

.be-overseas-confirm-ticket-number__form {
  position: relative;
  width: 100%;
}

.be-overseas-confirm-ticket-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.be-overseas-confirm-ticket-number__row + .be-overseas-confirm-ticket-number__row {
  margin-top: 24px;
}

.be-overseas-confirm-ticket-number__column {
  width: 100%;
}

.be-overseas-confirm-ticket-number__column--ticket-number {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-overseas-confirm-ticket-number__column--given-name {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-overseas-confirm-ticket-number__column--family-name {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-overseas-confirm-ticket-number__column--message {
  color: #D91829;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}

.be-overseas-confirm-ticket-number__column--message li {
  margin-top: 8px;
}

.be-overseas-confirm-ticket-number__column--message li::before {
  content: '*';
}

.be-overseas-confirm-ticket-number__column--note {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.be-overseas-confirm-ticket-number__column--note .be-nav__item {
  margin-top: 0;
}

.be-overseas-confirm-ticket-number__column--submit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.be-overseas-confirm-ticket-number__column p {
  margin: 0;
}

.be-overseas-confirm-ticket-number-ticket-number {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-confirm-ticket-number-ticket-number__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-overseas-confirm-ticket-number-ticket-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-confirm-ticket-number-ticket-number__input:focus {
  outline-style: none !important;
}

.be-overseas-confirm-ticket-number-ticket-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-ticket-number-ticket-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-ticket-number-ticket-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-ticket-number-ticket-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-ticket-number-ticket-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-ticket-number-ticket-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-overseas-confirm-ticket-number-ticket-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-overseas-confirm-ticket-number-ticket-number--invalid {
  border-color: #D91829;
}

.be-overseas-confirm-ticket-number-ticket-number--invalid .be-overseas-confirm-ticket-number-ticket-number__label {
  color: #D91829;
}

.be-overseas-confirm-ticket-number-ticket-number--invalid .be-overseas-confirm-ticket-number-ticket-number__input {
  color: #D91829;
}

.be-overseas-confirm-ticket-number-given-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-confirm-ticket-number-given-name__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-overseas-confirm-ticket-number-given-name__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-confirm-ticket-number-given-name__input:focus {
  outline-style: none !important;
}

.be-overseas-confirm-ticket-number-given-name__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-ticket-number-given-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-ticket-number-given-name__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-ticket-number-given-name__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-ticket-number-given-name__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-ticket-number-given-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-overseas-confirm-ticket-number-given-name--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-overseas-confirm-ticket-number-given-name--invalid {
  border-color: #D91829;
}

.be-overseas-confirm-ticket-number-given-name--invalid .be-overseas-confirm-ticket-number-given-name__label {
  color: #D91829;
}

.be-overseas-confirm-ticket-number-given-name--invalid .be-overseas-confirm-ticket-number-given-name__input {
  color: #D91829;
}

.be-overseas-confirm-ticket-number-family-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-overseas-confirm-ticket-number-family-name__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-overseas-confirm-ticket-number-family-name__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-overseas-confirm-ticket-number-family-name__input:focus {
  outline-style: none !important;
}

.be-overseas-confirm-ticket-number-family-name__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-ticket-number-family-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-ticket-number-family-name__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-ticket-number-family-name__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-ticket-number-family-name__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-confirm-ticket-number-family-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-overseas-confirm-ticket-number-family-name--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-overseas-confirm-ticket-number-family-name--invalid {
  border-color: #D91829;
}

.be-overseas-confirm-ticket-number-family-name--invalid .be-overseas-confirm-ticket-number-family-name__label {
  color: #D91829;
}

.be-overseas-confirm-ticket-number-family-name--invalid .be-overseas-confirm-ticket-number-family-name__input {
  color: #D91829;
}

.be-overseas-confirm-ticket-number-submit {
  height: 50px;
}

.be-overseas-confirm-ticket-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-confirm-ticket-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-overseas-confirm-ticket-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-overseas-confirm-ticket-number-submit__button span {
  position: relative;
}

.be-overseas-confirm-ticket-number-submit__button:hover:not(:disabled) span,
.be-overseas-confirm-ticket-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-overseas-confirm-ticket-number__note {
  margin-top: 16px;
}

.be-overseas-confirm-ticket-number__note .be-accordion {
  margin-top: 24px;
}

.be-overseas-confirm-ticket-number__link-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-confirm-ticket-number__link-button:hover {
  color: #fff;
  opacity: 0.5;
}

.be-overseas-confirm-ticket-number__link-button::after {
  content: "";
  font-family: "asw-icon";
  justify-self: flex-end;
  margin-left: 8px;
}

.be-overseas-confirm-ticket-number--loggedin .be-overseas-confirm-ticket-number__content--link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  border-bottom: 1px solid #949499;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  padding-bottom: 32px;
}

.be-overseas-confirm-ticket-number--loggedin .be-overseas-confirm-ticket-number__content--form {
  padding-top: 32px;
}

.be-overseas-reserve-award {
  overflow: hidden;
}

.be-overseas-reserve-award__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.be-overseas-reserve-award__item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  font-weight: 600;
          justify-content: center;
  padding-left: 26px;
  padding-right: 26px;
  width: 33.33333333%;
}

.be-overseas-reserve-award__item::before {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  content: '';
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-overseas-reserve-award__item::after {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-bottom: 1px solid #949499;
  content: '';
  display: block;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-overseas-reserve-award__item--empty::before {
  content: none;
}

.be-overseas-reserve-award__item--empty::after {
  content: none;
}

.be-overseas-reserve-award a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-bottom: 16px;
  margin-top: 16px;
  width: 100%;
}

.be-overseas-reserve-award a::after {
  content: "";
  font-family: "asw-icon";
  justify-self: flex-end;
  margin-left: 6px;
}

.be-overseas-reserve-award a[target="_blank"]::after {
  content: "";
}

.be-overseas-reserve-award a:hover > span {
  text-decoration: underline;
}

.be-overseas-reserve-award__note {
  margin-top: 16px;
}

.be-overseas-reserve-award__note  a {
  margin: 0px;
  justify-content: start;
}

.be-overseas-reserve-car__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.be-overseas-reserve-car__row:first-child{
  align-items: flex-end;
}

.be-overseas-reserve-car__row--mt1 {
  margin-top: 24px;
}

.be-overseas-reserve-car__row--mt2 {
  margin-top: 8px;
}

.be-overseas-reserve-car__column {
  width: 100%;
}

.be-overseas-reserve-car__column--left {
  margin-top: auto;
  padding-right: 5px;
  width: 50%;
}

.be-overseas-reserve-car__column--right {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-reserve-car__column--title {
  font-size: 1.6rem;
  font-weight: 600;
}

.be-overseas-reserve-car__column--from-date {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-reserve-car__column--from-time {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-reserve-car__column--to-date {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-reserve-car__column--to-time {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-reserve-car__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 24px;
  padding-left: 5px;
  padding-right: 5px;
}

.be-overseas-reserve-car-from-date {
  width: 100%;
}

.be-overseas-reserve-car-from-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-car-from-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-car-from-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-reserve-car-from-date--empty .be-overseas-reserve-car-from-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-car-from-date--open .be-overseas-reserve-car-from-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-car-from-time {
  width: 100%;
}

.be-overseas-reserve-car-from-time__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-car-from-time__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-car-from-time__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-reserve-car-from-time--empty .be-overseas-reserve-car-from-time__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-car-from-time--open .be-overseas-reserve-car-from-time__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-car-from-where input[type="radio"] {
  display: none;
}

.be-overseas-reserve-car-from-where__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-overseas-reserve-car-from-where__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-overseas-reserve-car-from-where__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-overseas-reserve-car-from-where__item {
  line-height: 1.714;
  margin-top: 0;
}

.be-overseas-reserve-car-from-city {
  width: 100%;
}

.be-overseas-reserve-car-from-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-car-from-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-car-from-city__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin: 1px 3px 1px 1px;
  display: inline-block;
  width: 14px;
  line-height: 14px;
}

.be-overseas-reserve-car-from-city--empty .be-overseas-reserve-car-from-city__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-car-from-city--open .be-overseas-reserve-car-from-city__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-car-from-pref-city {
  width: 100%;
}

.be-overseas-reserve-car-from-pref-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-car-from-pref-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-car-from-pref-city__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-reserve-car-from-pref-city--empty .be-overseas-reserve-car-from-pref-city__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-car-from-pref-city--open .be-overseas-reserve-car-from-pref-city__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-car-to-date {
  width: 100%;
}

.be-overseas-reserve-car-to-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-car-to-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-car-to-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-reserve-car-to-date--empty .be-overseas-reserve-car-to-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-car-to-date--open .be-overseas-reserve-car-to-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-car-to-time {
  width: 100%;
}

.be-overseas-reserve-car-to-time__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-car-to-time__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-car-to-time__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-reserve-car-to-time--empty .be-overseas-reserve-car-to-time__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-car-to-time--open .be-overseas-reserve-car-to-time__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-car-age__row{
  margin-top: 50px;
  width: 50%;
}

.be-overseas-reserve-car-age {
  width: 100%;
}

.be-overseas-reserve-car-age__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-car-age__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-car-age__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-reserve-car-age--empty .be-overseas-reserve-car-age__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-car-age--open .be-overseas-reserve-car-age__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-car-to-where input[type="radio"] {
  display: none;
}

.be-overseas-reserve-car-to-where__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-overseas-reserve-car-to-where__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-overseas-reserve-car-to-where__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-overseas-reserve-car-to-where__item {
  line-height: 1.714;
  margin-top: 0;
}

.be-overseas-reserve-car-to-city {
  width: 100%;
}

.be-overseas-reserve-car-to-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-car-to-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-car-to-city__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin: 1px 3px 1px 1px;
  display: inline-block;
  width: 14px;
  line-height: 14px;
}

.be-overseas-reserve-car-to-city--empty .be-overseas-reserve-car-to-city__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-car-to-city--open .be-overseas-reserve-car-to-city__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-car-to-pref-city {
  width: 100%;
}

.be-overseas-reserve-car-to-pref-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-car-to-pref-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-car-to-pref-city__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-reserve-car-to-pref-city--empty .be-overseas-reserve-car-to-pref-city__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-car-to-pref-city--open .be-overseas-reserve-car-to-pref-city__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-car-car-category input[type="checkbox"] {
  display: none;
}

.be-overseas-reserve-car-car-category__checkbox {
  border-color: #949499;
  border-radius: 3px;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
  width: 1em;
}

.be-overseas-reserve-car-car-category__checkbox[aria-checked="true"] {
  background-color: #00146E;
  border-color: #00146E;
}

.be-overseas-reserve-car-car-category__checkbox[aria-checked="true"]:after {
  -webkit-transform: rotate(45deg);
  border-bottom: 0.14em solid #fff;
  border-right: 0.14em solid #fff;
  content: '';
  display: block;
  height: 0.6em;
  left: 0.2em;
  position: absolute;
  top: 0;
          transform: rotate(45deg);
  width: 0.4em;
}

.be-overseas-reserve-car-car-category__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-overseas-reserve-car-car-category__item {
  margin-top: 8px;
}

.be-overseas-reserve-car-smoke input[type="radio"] {
  display: none;
}

.be-overseas-reserve-car-smoke__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-overseas-reserve-car-smoke__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-overseas-reserve-car-smoke__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-overseas-reserve-car-smoke__item {
  margin-top: 8px;
}

.be-overseas-reserve-car-atmt input[type="radio"] {
  display: none;
}

.be-overseas-reserve-car-atmt__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-overseas-reserve-car-atmt__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-overseas-reserve-car-atmt__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-overseas-reserve-car-atmt__item {
  margin-top: 8px;
}

.be-overseas-reserve-car-submit {
  height: 50px;
}

.be-overseas-reserve-car-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 276px;
  padding-left: 27px;
  padding-right: 21px;
  width: 100%;
}

.be-overseas-reserve-car-submit__button > span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  text-align: center;
}

.be-overseas-reserve-car-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-overseas-reserve-car-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-overseas-reserve-car-submit__button span {
  position: relative;
}

.be-overseas-reserve-car-submit__button:hover:not(:disabled) span,
.be-overseas-reserve-car-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-wws-reserve-car__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.be-wws-reserve-car__row:first-child{
  align-items: flex-end;
}

.be-wws-reserve-car__row--mt1 {
  margin-top: 24px;
}

.be-wws-reserve-car__row--mt2 {
  margin-top: 8px;
}

.be-wws-reserve-car__column {
  width: 100%;
}

.be-wws-reserve-car__column--left {
  margin-top: auto;
  padding-right: 5px;
  width: 50%;
}

.be-wws-reserve-car__column--right {
  padding-left: 5px;
  width: 50%;
}

.be-wws-reserve-car__column--title {
  font-size: 1.6rem;
  font-weight: 600;
}

.be-wws-reserve-car__column--from-date {
  padding-right: 5px;
  width: 50%;
}

.be-wws-reserve-car__column--from-time {
  padding-left: 5px;
  width: 50%;
}

.be-wws-reserve-car__column--to-date {
  padding-right: 5px;
  width: 50%;
}

.be-wws-reserve-car__column--to-time {
  padding-left: 5px;
  width: 50%;
}

.be-wws-reserve-car__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 24px;
  padding-left: 5px;
  padding-right: 5px;
}

.be-wws-reserve-car-from-date {
  width: 100%;
}

.be-wws-reserve-car-from-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-car-from-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-car-from-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-wws-reserve-car-from-date--empty .be-wws-reserve-car-from-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-car-from-date--open .be-wws-reserve-car-from-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-car-from-time {
  width: 100%;
}

.be-wws-reserve-car-from-time__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-car-from-time__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-car-from-time__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-wws-reserve-car-from-time--empty .be-wws-reserve-car-from-time__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-car-from-time--open .be-wws-reserve-car-from-time__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-car-from-where input[type="radio"] {
  display: none;
}

.be-wws-reserve-car-from-where__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-wws-reserve-car-from-where__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-wws-reserve-car-from-where__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-wws-reserve-car-from-where__item {
  line-height: 1.714;
  margin-top: 0;
}

.be-wws-reserve-car-from-city {
  width: 100%;
}

.be-wws-reserve-car-from-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-car-from-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-car-from-city__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin: 1px 3px 1px 1px;
  display: inline-block;
  width: 14px;
  line-height: 14px;
}

.be-wws-reserve-car-from-city--empty .be-wws-reserve-car-from-city__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-car-from-city--open .be-wws-reserve-car-from-city__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-car-from-pref-city {
  width: 100%;
}

.be-wws-reserve-car-from-pref-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-car-from-pref-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-car-from-pref-city__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-wws-reserve-car-from-pref-city--empty .be-wws-reserve-car-from-pref-city__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-car-from-pref-city--open .be-wws-reserve-car-from-pref-city__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-car-to-date {
  width: 100%;
}

.be-wws-reserve-car-to-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-car-to-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-car-to-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-wws-reserve-car-to-date--empty .be-wws-reserve-car-to-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-car-to-date--open .be-wws-reserve-car-to-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-car-to-time {
  width: 100%;
}

.be-wws-reserve-car-to-time__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-car-to-time__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-car-to-time__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-wws-reserve-car-to-time--empty .be-wws-reserve-car-to-time__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-car-to-time--open .be-wws-reserve-car-to-time__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-car-age__row{
  margin-top: 50px;
  width: 50%;
}

.be-wws-reserve-car-age {
  width: 100%;
}

.be-wws-reserve-car-age__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-car-age__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-car-age__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-wws-reserve-car-age--empty .be-wws-reserve-car-age__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-car-age--open .be-wws-reserve-car-age__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-car-to-where input[type="radio"] {
  display: none;
}

.be-wws-reserve-car-to-where__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-wws-reserve-car-to-where__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-wws-reserve-car-to-where__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-wws-reserve-car-to-where__item {
  line-height: 1.714;
  margin-top: 0;
}

.be-wws-reserve-car-to-city {
  width: 100%;
}

.be-wws-reserve-car-to-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-car-to-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-car-to-city__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin: 1px 3px 1px 1px;
  display: inline-block;
  width: 14px;
  line-height: 14px;
}

.be-wws-reserve-car-to-city--empty .be-wws-reserve-car-to-city__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-car-to-city--open .be-wws-reserve-car-to-city__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-car-to-pref-city {
  width: 100%;
}

.be-wws-reserve-car-to-pref-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-car-to-pref-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-car-to-pref-city__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-wws-reserve-car-to-pref-city--empty .be-wws-reserve-car-to-pref-city__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-car-to-pref-city--open .be-wws-reserve-car-to-pref-city__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-car-car-category input[type="checkbox"] {
  display: none;
}

.be-wws-reserve-car-car-category__checkbox {
  border-color: #949499;
  border-radius: 3px;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
  width: 1em;
}

.be-wws-reserve-car-car-category__checkbox[aria-checked="true"] {
  background-color: #00146E;
  border-color: #00146E;
}

.be-wws-reserve-car-car-category__checkbox[aria-checked="true"]:after {
  -webkit-transform: rotate(45deg);
  border-bottom: 0.14em solid #fff;
  border-right: 0.14em solid #fff;
  content: '';
  display: block;
  height: 0.6em;
  left: 0.2em;
  position: absolute;
  top: 0;
          transform: rotate(45deg);
  width: 0.4em;
}

.be-wws-reserve-car-car-category__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-wws-reserve-car-car-category__item {
  margin-top: 8px;
}

.be-wws-reserve-car-smoke input[type="radio"] {
  display: none;
}

.be-wws-reserve-car-smoke__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-wws-reserve-car-smoke__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-wws-reserve-car-smoke__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-wws-reserve-car-smoke__item {
  margin-top: 8px;
}

.be-wws-reserve-car-atmt input[type="radio"] {
  display: none;
}

.be-wws-reserve-car-atmt__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-wws-reserve-car-atmt__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-wws-reserve-car-atmt__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-wws-reserve-car-atmt__item {
  margin-top: 8px;
}

.be-wws-reserve-car-submit {
  height: 50px;
}

.be-wws-reserve-car-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 276px;
  padding-left: 27px;
  padding-right: 21px;
  width: 100%;
}

.be-wws-reserve-car-submit__button > span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  text-align: center;
}

.be-wws-reserve-car-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-wws-reserve-car-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-wws-reserve-car-submit__button span {
  position: relative;
}

.be-wws-reserve-car-submit__button:hover:not(:disabled) span,
.be-wws-reserve-car-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-domestic-reserve-car-rental__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.be-domestic-reserve-car-rental__row:first-child{
  align-items: flex-end;
}

.be-domestic-reserve-car-rental__row--mt1 {
  margin-top: 24px;
}

.be-domestic-reserve-car-rental__row--mt2 {
  margin-top: 8px;
}

.be-domestic-reserve-car-rental__column {
  width: 100%;
}

.be-domestic-reserve-car-rental__column--left {
  margin-top: auto;
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-car-rental__column--right {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-car-rental__column--title {
  font-size: 1.6rem;
  font-weight: 600;
}

.be-domestic-reserve-car-rental__column--from-date {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-car-rental__column--from-time {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-car-rental__column--to-date {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-reserve-car-rental__column--to-time {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-reserve-car-rental__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 24px;
  padding-left: 5px;
  padding-right: 5px;
}

.be-domestic-reserve-car-rental-from-date {
  width: 100%;
}

.be-domestic-reserve-car-rental-from-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-rental-from-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-rental-from-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-car-rental-from-date--empty .be-domestic-reserve-car-rental-from-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-car-rental-from-date--open .be-domestic-reserve-car-rental-from-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-rental-from-time {
  width: 100%;
}

.be-domestic-reserve-car-rental-from-time__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-rental-from-time__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-rental-from-time__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-car-rental-from-time--empty .be-domestic-reserve-car-rental-from-time__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-car-rental-from-time--open .be-domestic-reserve-car-rental-from-time__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-rental-from-where input[type="radio"] {
  display: none;
}

.be-domestic-reserve-car-rental-from-where__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-car-rental-from-where__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-domestic-reserve-car-rental-from-where__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-car-rental-from-where__item {
  line-height: 1.714;
  margin-top: 0;
}

.be-domestic-reserve-car-rental-from-city {
  width: 100%;
}

.be-domestic-reserve-car-rental-from-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-rental-from-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-rental-from-city__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin: 1px 3px 1px 1px;
  display: inline-block;
  width: 14px;
  line-height: 14px;
}

.be-domestic-reserve-car-rental-from-city--empty .be-domestic-reserve-car-rental-from-city__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-car-rental-from-city--open .be-domestic-reserve-car-rental-from-city__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-rental-from-pref-city {
  width: 100%;
}

.be-domestic-reserve-car-rental-from-pref-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-rental-from-pref-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-rental-from-pref-city__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-car-rental-from-pref-city--empty .be-domestic-reserve-car-rental-from-pref-city__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-car-rental-from-pref-city--open .be-domestic-reserve-car-rental-from-pref-city__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-rental-to-date {
  width: 100%;
}

.be-domestic-reserve-car-rental-to-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-rental-to-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-rental-to-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-car-rental-to-date--empty .be-domestic-reserve-car-rental-to-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-car-rental-to-date--open .be-domestic-reserve-car-rental-to-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-rental-to-time {
  width: 100%;
}

.be-domestic-reserve-car-rental-to-time__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-rental-to-time__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-rental-to-time__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-car-rental-to-time--empty .be-domestic-reserve-car-rental-to-time__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-car-rental-to-time--open .be-domestic-reserve-car-rental-to-time__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-rental-age__row{
  margin-top: 50px;
  width: 50%;
}

.be-domestic-reserve-car-rental-age {
  width: 100%;
}

.be-domestic-reserve-car-rental-age__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-rental-age__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-rental-age__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-car-rental-age--empty .be-domestic-reserve-car-rental-age__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-car-rental-age--open .be-domestic-reserve-car-rental-age__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-rental-to-where input[type="radio"] {
  display: none;
}

.be-domestic-reserve-car-rental-to-where__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-car-rental-to-where__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-domestic-reserve-car-rental-to-where__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-car-rental-to-where__item {
  line-height: 1.714;
  margin-top: 0;
}

.be-domestic-reserve-car-rental-to-city {
  width: 100%;
}

.be-domestic-reserve-car-rental-to-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-rental-to-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-rental-to-city__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-car-rental-to-city--empty .be-domestic-reserve-car-rental-to-city__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-car-rental-to-city--open .be-domestic-reserve-car-rental-to-city__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-rental-to-pref-city {
  width: 100%;
}

.be-domestic-reserve-car-rental-to-pref-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-reserve-car-rental-to-pref-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-reserve-car-rental-to-pref-city__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-reserve-car-rental-to-pref-city--empty .be-domestic-reserve-car-rental-to-pref-city__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-reserve-car-rental-to-pref-city--open .be-domestic-reserve-car-rental-to-pref-city__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-reserve-car-rental-car-category input[type="checkbox"] {
  display: none;
}

.be-domestic-reserve-car-rental-car-category__checkbox {
  border-color: #949499;
  border-radius: 3px;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-car-rental-car-category__checkbox[aria-checked="true"] {
  background-color: #00146E;
  border-color: #00146E;
}

.be-domestic-reserve-car-rental-car-category__checkbox[aria-checked="true"]:after {
  -webkit-transform: rotate(45deg);
  border-bottom: 0.14em solid #fff;
  border-right: 0.14em solid #fff;
  content: '';
  display: block;
  height: 0.6em;
  left: 0.2em;
  position: absolute;
  top: 0;
          transform: rotate(45deg);
  width: 0.4em;
}

.be-domestic-reserve-car-rental-car-category__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-car-rental-car-category__item {
  margin-top: 8px;
}

.be-domestic-reserve-car-rental-smoke input[type="radio"] {
  display: none;
}

.be-domestic-reserve-car-rental-smoke__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-car-rental-smoke__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-domestic-reserve-car-rental-smoke__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-car-rental-smoke__item {
  margin-top: 8px;
}

.be-domestic-reserve-car-rental-atmt input[type="radio"] {
  display: none;
}

.be-domestic-reserve-car-rental-atmt__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-domestic-reserve-car-rental-atmt__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-domestic-reserve-car-rental-atmt__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-domestic-reserve-car-rental-atmt__item {
  margin-top: 8px;
}

.be-domestic-reserve-car-rental-submit {
  height: 50px;
}

.be-domestic-reserve-car-rental-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 276px;
  padding-left: 27px;
  padding-right: 21px;
  width: 100%;
}

.be-domestic-reserve-car-rental-submit__button > span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  text-align: center;
}

.be-domestic-reserve-car-rental-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-domestic-reserve-car-rental-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-domestic-reserve-car-rental-submit__button span {
  position: relative;
}

.be-domestic-reserve-car-rental-submit__button:hover:not(:disabled) span,
.be-domestic-reserve-car-rental-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-overseas-reserve-hotel-and-option__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.be-overseas-reserve-hotel-and-option__row + .be-overseas-reserve-hotel-and-option__row {
  margin-top: 24px;
}

.be-overseas-reserve-hotel-and-option__column {
  width: 100%;
}

.be-overseas-reserve-hotel-and-option__column--destination {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-overseas-reserve-hotel-and-option__column--plan {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-overseas-reserve-hotel-and-option__column--use-date {
  padding-left: 5px;
  padding-right: 5px;
  width: 33.33333333%;
}

.be-overseas-reserve-hotel-and-option__column--submit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  padding-left: 5px;
  padding-right: 5px;
}

.be-overseas-reserve-hotel-and-option__column p {
  margin: 0;
}

.be-overseas-reserve-hotel-and-option__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.be-overseas-reserve-hotel-and-option-destination {
  width: 100%;
}

.be-overseas-reserve-hotel-and-option-destination__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-hotel-and-option-destination__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-hotel-and-option-destination__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin: 1px 3px 1px 1px;
  display: inline-block;
  width: 14px;
  line-height: 14px;
}

.be-overseas-reserve-hotel-and-option-destination--empty .be-overseas-reserve-hotel-and-option-destination__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-hotel-and-option-destination--open .be-overseas-reserve-hotel-and-option-destination__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-hotel-and-option-plan {
  width: 100%;
}

.be-overseas-reserve-hotel-and-option-plan__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-hotel-and-option-plan__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-hotel-and-option-plan__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-reserve-hotel-and-option-plan--empty .be-overseas-reserve-hotel-and-option-plan__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-hotel-and-option-plan--open .be-overseas-reserve-hotel-and-option-plan__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-hotel-and-option-use-date {
  width: 100%;
}

.be-overseas-reserve-hotel-and-option-use-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-hotel-and-option-use-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-hotel-and-option-use-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-reserve-hotel-and-option-use-date--empty .be-overseas-reserve-hotel-and-option-use-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-hotel-and-option-use-date--open .be-overseas-reserve-hotel-and-option-use-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-hotel-and-option-submit {
  height: 50px;
}

.be-overseas-reserve-hotel-and-option-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-reserve-hotel-and-option-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-overseas-reserve-hotel-and-option-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-overseas-reserve-hotel-and-option-submit__button span {
  position: relative;
}

.be-overseas-reserve-hotel-and-option-submit__button:hover:not(:disabled) span,
.be-overseas-reserve-hotel-and-option-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-overseas-reserve-hotel-and-option__form[target="_blank"] .be-overseas-reserve-hotel-and-option-submit {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row-reverse;
}

.be-overseas-reserve-hotel-and-option__form[target="_blank"] .be-overseas-reserve-hotel-and-option-submit::before {
  content: "";
  font-family: "asw-icon";
}

.be-overseas-reserve-hotel-and-option__note {
  margin-top: 16px;
}

.be-overseas-reserve-hotel-and-option__note .be-nav__item {
  margin-top: 8px;
}

.be-overseas-reserve-hotel__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-overseas-reserve-hotel__row + .be-overseas-reserve-hotel__row {
  margin-top: 24px;
}

.be-overseas-reserve-hotel__column {
  width: 100%;
}

.be-overseas-reserve-hotel__column--left {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-reserve-hotel__column--right {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-reserve-hotel-loyalty-search-type input[type="radio"] {
  display: none;
}

.be-overseas-reserve-hotel-loyalty-search-type__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-overseas-reserve-hotel-loyalty-search-type__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-overseas-reserve-hotel-loyalty-search-type__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-overseas-reserve-hotel-loyalty-search-type__item {
  margin-top: 0;
}

.be-overseas-reserve-hotel-city {
  width: 100%;
}

.be-overseas-reserve-hotel-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-hotel-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-hotel-city__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin: 1px 3px 1px 1px;
  display: inline-block;
  width: 14px;
  line-height: 14px;
}

.be-overseas-reserve-hotel-city--empty .be-overseas-reserve-hotel-city__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-hotel-city--open .be-overseas-reserve-hotel-city__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-hotel-checkin-checkout {
  width: 100%;
}

.be-overseas-reserve-hotel-checkin-checkout__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-hotel-checkin-checkout__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-hotel-checkin-checkout__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-reserve-hotel-checkin-checkout--empty .be-overseas-reserve-hotel-checkin-checkout__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-hotel-checkin-checkout--open .be-overseas-reserve-hotel-checkin-checkout__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-hotel-occupancy {
  width: 100%;
}

.be-overseas-reserve-hotel-occupancy__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-hotel-occupancy__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-hotel-occupancy__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-reserve-hotel-occupancy--empty .be-overseas-reserve-hotel-occupancy__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-hotel-occupancy--open .be-overseas-reserve-hotel-occupancy__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-hotel-submit {
  height: 50px;
}

.be-overseas-reserve-hotel-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  margin-left: auto;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-reserve-hotel-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-overseas-reserve-hotel-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-overseas-reserve-hotel-submit__button span {
  position: relative;
}

.be-overseas-reserve-hotel-submit__button:hover:not(:disabled) span,
.be-overseas-reserve-hotel-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-overseas-reserve-hotel__note {
  margin-top: 24px;
}

.be-overseas-reserve-hotel__note .be-nav__item {
  margin-top: 8px;
}

.be-overseas-reserve-hotel__note .be-nav__item--bold {
  font-weight: 600;
}

.be-overseas-reserve-ticket-and-stay__stay {
  margin-top: 32px;
}

.be-overseas-reserve-ticket-and-stay__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-overseas-reserve-ticket-and-stay__row + .be-overseas-reserve-ticket-and-stay__row {
  margin-top: 24px;
}

.be-overseas-reserve-ticket-and-stay__row--optional {
  -webkit-transition-property: height, margin-top;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  margin-top: 0;
          transition-delay: 0s;
          transition-duration: 300ms;
  transition-property: height, margin-top;
          transition-timing-function: ease;
}

.be-overseas-reserve-ticket-and-stay__row--placeholder {
  display: none;
}

.be-overseas-reserve-ticket-and-stay__stay + .be-overseas-reserve-ticket-and-stay__row {
  margin-top: 24px;
}

.be-overseas-reserve-ticket-and-stay__stay .be-overseas-reserve-ticket-and-stay__row--optional {
  margin-top: 0;
}
/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after__row + .be-overseas-reserve-ticket-and-stay-after__row {
  margin-top: 24px;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after__row--optional {
  -webkit-transition-property: height, margin-top;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  margin-top: 0;
          transition-delay: 0s;
          transition-duration: 300ms;
  transition-property: height, margin-top;
          transition-timing-function: ease;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after__row--placeholder {
  display: none;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after__stay + .be-overseas-reserve-ticket-and-stay-after__row {
  margin-top: 24px;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after__stay .be-overseas-reserve-ticket-and-stay-after__row--optional {
  margin-top: 0;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after__column {
  width: 100%;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after__column--departure-airport {
  padding-right: 5px;
  width: 50%;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after__column--arrival-airport {
  padding-left: 5px;
  width: 50%;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: right;
  padding-left: 5px;
}

.be-overseas-reserve-ticket-and-stay-after-dialog__notification {
  color: #ED2F4F;
  text-align: right;
  margin: 0%;
  font-weight: 600;
  display: block;
}

#overseasTicketAndStayAfterSubTitle1 {
  padding-top: 10px;
}

#overseasTicketAndStayAfterSubTitle2 {
  padding-top: 10px;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after__column p {
  margin: 0;
}

/* 10月以降タブで使用 */
#overseasTicketAndStayAfterArrAreaContainer .overseasTicketAndStayAfterArrAreaSelects {
  display: none;
}
#overseasTicketAndStayAfterArrAreaContainer .overseasTicketAndStayAfterArrAreaSelects.show {
  display: flex;
  position: absolute;
}
#overseasTicketAndStayAfterArrAreaContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
#overseasTicketAndStayAfterArrAreaContainer > button.overseasTicketAndStayAfterBtn {
  background-color: #fff;
  text-align: left;
  width: 84%;
  border-radius:20px; 
  border:1px solid  #6E6E6E;
  margin:10px;
  padding: 7px;
  padding-left: 24px;
  padding-right: 24px;
  color: #6E6E6E;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#overseasTicketAndStayAfterArrAreaContainer > button.overseasTicketAndStayAfterBtn:not([value='']) {
  color: #00146E;
  font-weight: 600;
}
#overseasTicketAndStayAfterArrAreaContainer > button.overseasTicketAndStayAfterBtn[value='']::after {
  color: #6E6E6E;
  content: "";
  transform: rotate(90deg);
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}
#overseasTicketAndStayAfterArrAreaContainer > button.overseasTicketAndStayAfterBtn:not([value=''])::after {
  color: rgba(0, 0, 0, 0);
  content: "";
  transform: rotate(90deg);
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

#overseasTicketAndStayAfterArrAreaContainer .overseasTicketAndStayAfterBtn {
  width: auto;
  flex: 1;
  margin-right: 10%;
  margin-left: 10%;
}
#overseasTicketAndStayAfterArrAreaContainer .overseasTicketAndStayAfterArrAreaSelects button {
  color: grey;
  height: 0px;
  display: none;
}
#overseasTicketAndStayAfterArrAreaContainer .overseasTicketAndStayAfterArrAreaSelects button.selected {
  background-color: blue;
  display: unset;
  height: unset;
}
#overseasTicketAndStayAfterArrAreaContainer .overseasTicketAndStayAfterArrAreaSelects button.show {
  color: red;
  display: unset;
  height: unset;
}

.be-overseas-reserve-ticket-and-stay__column {
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay__column--departure-airport {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-reserve-ticket-and-stay__column--arrival-airport {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-reserve-ticket-and-stay__column--number-of-rooms {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-reserve-ticket-and-stay__column--passenger {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-reserve-ticket-and-stay__column--passenger-message {
  color: #D91829;
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay__column--passenger-message li {
  margin-top: 8px;
}

.be-overseas-reserve-ticket-and-stay__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  padding-left: 5px;
}

.be-overseas-reserve-ticket-and-stay__column p {
  margin: 0;
}

.be-overseas-reserve-ticket-and-stay__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 8px;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 8px;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-departure-airport {
  width: 100%;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-departure-airport__button span::before {
  content: "\e900";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-departure-airport--empty .be-overseas-reserve-ticket-and-stay-after-departure-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-departure-airport--open .be-overseas-reserve-ticket-and-stay-after-departure-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-and-stay-departure-airport {
  position: relative;
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-departure-airport__button ~ .after-element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  pointer-events: none;
}
.be-overseas-reserve-ticket-and-stay-departure-airport__button ~ .after-element::after {
  color: #949499;
  content: "";
  cursor: pointer;
  font-family: "asw-icon";
  font-size: 2rem;
}
.be-overseas-reserve-ticket-and-stay-departure-airport__button ~ .after-element-enter {
  opacity: 1;
  pointer-events: all;
}

.be-overseas-reserve-ticket-and-stay-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-overseas-reserve-ticket-and-stay-departure-airport__button span::before {
  content: "\e900";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-overseas-reserve-ticket-and-stay-departure-airport--empty .be-overseas-reserve-ticket-and-stay-departure-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-ticket-and-stay-departure-airport--open .be-overseas-reserve-ticket-and-stay-departure-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-and-stay-arrival-airport {
  position: relative;
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-arrival-airport__button ~ .after-element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  pointer-events: none;
}
.be-overseas-reserve-ticket-and-stay-arrival-airport__button ~ .after-element::after {
  color: #949499;
  content: "";
  cursor: pointer;
  font-family: "asw-icon";
  font-size: 2rem;
}
.be-overseas-reserve-ticket-and-stay-arrival-airport__button ~ .after-element-enter {
  opacity: 1;
  pointer-events: all;
}

.be-overseas-reserve-ticket-and-stay-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-overseas-reserve-ticket-and-stay-arrival-airport__button span::before {
  content: "\e901";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-overseas-reserve-ticket-and-stay-arrival-airport--empty .be-overseas-reserve-ticket-and-stay-arrival-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-ticket-and-stay-arrival-airport--open .be-overseas-reserve-ticket-and-stay-arrival-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-arrival-airport {
  width: 100%;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-arrival-airport__button span::before {
  content: "\e901";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-arrival-airport--empty .be-overseas-reserve-ticket-and-stay-after-arrival-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-arrival-airport--open .be-overseas-reserve-ticket-and-stay-after-arrival-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

#overseasTicketAndStayAfterArrAreaForm {
   flex-direction: column;
   text-align: center;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-boarding-date {
  width: 100%;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-boarding-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-boarding-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-boarding-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-boarding-date--empty .be-overseas-reserve-ticket-and-stay-after-boarding-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-boarding-date--open .be-overseas-reserve-ticket-and-stay-after-boarding-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-and-stay-boarding-date {
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-boarding-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-boarding-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-ticket-and-stay-boarding-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-reserve-ticket-and-stay-boarding-date--empty .be-overseas-reserve-ticket-and-stay-boarding-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-ticket-and-stay-boarding-date--open .be-overseas-reserve-ticket-and-stay-boarding-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-and-stay-cabin-class {
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-cabin-class__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-cabin-class__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-ticket-and-stay-cabin-class--empty .be-overseas-reserve-ticket-and-stay-cabin-class__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-ticket-and-stay-cabin-class--open .be-overseas-reserve-ticket-and-stay-cabin-class__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-cabin-class {
  width: 100%;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-cabin-class__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-cabin-class__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-cabin-class--empty .be-overseas-reserve-ticket-and-stay-after-cabin-class__button {
  color: #6E6E6E;
  font-weight: 400;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-cabin-class--open .be-overseas-reserve-ticket-and-stay-after-cabin-class__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-and-stay-number-of-rooms {
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-number-of-rooms__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-number-of-rooms__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-ticket-and-stay-number-of-rooms--empty .be-overseas-reserve-ticket-and-stay-number-of-rooms__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-ticket-and-stay-number-of-rooms--open .be-overseas-reserve-ticket-and-stay-number-of-rooms__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-and-stay-passenger {
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-passenger__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-and-stay-passenger__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-ticket-and-stay-passenger__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-reserve-ticket-and-stay-passenger--empty .be-overseas-reserve-ticket-and-stay-passenger__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-ticket-and-stay-passenger--open .be-overseas-reserve-ticket-and-stay-passenger__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-and-stay-submit {
  height: 50px;
}

.be-overseas-reserve-ticket-and-stay-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-reserve-ticket-and-stay-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-overseas-reserve-ticket-and-stay-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-overseas-reserve-ticket-and-stay-submit__button span {
  position: relative;
}

.be-overseas-reserve-ticket-and-stay-submit__button:hover:not(:disabled) span,
.be-overseas-reserve-ticket-and-stay-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-submit {
  height: 50px;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  margin-top: 15px;
  padding-left: 27px;
  padding-right: 21px;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-submit__button span {
  position: relative;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after-submit__button:hover:not(:disabled) span,
.be-overseas-reserve-ticket-and-stay-after-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-overseas-reserve-ticket-and-stay__form--collapse .be-overseas-reserve-ticket-and-stay__row--optional {
  height: 0;
  margin-top: 0;
  overflow: hidden;
}

.be-overseas-reserve-ticket-and-stay__form--collapse .be-overseas-reserve-ticket-and-stay__row--placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after__form--collapse .be-overseas-reserve-ticket-and-stay-after__row--optional {
  height: 0;
  margin-top: 0;
  overflow: hidden;
}

/* 10月以降タブで使用 */
.be-overseas-reserve-ticket-and-stay-after__form--collapse .be-overseas-reserve-ticket-and-stay-after__row--placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-overseas-reserve-ticket-and-stay__note {
  margin-top: 16px;
}

.be-overseas-reserve-ticket__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-overseas-reserve-ticket__row + .be-overseas-reserve-ticket__row {
  margin-top: 24px;
}

.be-overseas-reserve-ticket__row--optional {
  -webkit-transition-property: height, margin-top;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  margin-top: 0;
          transition-delay: 0s;
          transition-duration: 300ms;
  transition-property: height, margin-top;
          transition-timing-function: ease;
}

.be-overseas-reserve-ticket__row--optional + .be-overseas-reserve-ticket__row {
  margin-top: 0;
}

.be-overseas-reserve-ticket__column {
  width: 50%;
}

.be-overseas-reserve-ticket__column--departure-airport {
  padding-right: 5px;
}

.be-overseas-reserve-ticket__column--arrival-airport {
  padding-left: 5px;
}

.be-overseas-reserve-ticket__column--boarding-date {
  padding-right: 5px;
}

.be-overseas-reserve-ticket__column--passenger {
  padding-left: 5px;
}

.be-overseas-reserve-ticket__column--boarding-class {
  padding-right: 5px;
}

.be-overseas-reserve-ticket__column--boarding-class-option {
  padding-left: 5px;
}

.be-overseas-reserve-ticket__column--comparison-search-type {
  -webkit-transition-property: height, margin-top;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  margin-top: 24px;
  overflow: hidden;
  padding-right: 5px;
          transition-delay: 0s;
          transition-duration: 300ms;
  transition-property: height, margin-top;
          transition-timing-function: ease;
}

.be-overseas-reserve-ticket__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 24px;
  padding-left: 5px;
}

.be-overseas-reserve-ticket__column p {
  margin: 0;
}

.be-overseas-reserve-ticket-departure-airport {
  position: relative;
  width: 100%;
}

.be-overseas-reserve-ticket-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-departure-airport__button ~ .after-element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  pointer-events: none;
}
.be-overseas-reserve-ticket-departure-airport__button ~ .after-element::after {
  color: #949499;
  content: "";
  cursor: pointer;
  font-family: "asw-icon";
  font-size: 2rem;
}
.be-overseas-reserve-ticket-departure-airport__button ~ .after-element-enter {
  opacity: 1;
  pointer-events: all;
}

.be-overseas-reserve-ticket-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-overseas-reserve-ticket-departure-airport__button span::before {
  content: "\e900";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-overseas-reserve-ticket-departure-airport--empty .be-overseas-reserve-ticket-departure-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-ticket-departure-airport--open .be-overseas-reserve-ticket-departure-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-arrival-airport {
  position: relative;
  width: 100%;
}

.be-overseas-reserve-ticket-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-arrival-airport__button ~ .after-element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  pointer-events: none;
}
.be-overseas-reserve-ticket-arrival-airport__button ~ .after-element::after {
  color: #949499;
  content: "";
  cursor: pointer;
  font-family: "asw-icon";
  font-size: 2rem;
}
.be-overseas-reserve-ticket-arrival-airport__button ~ .after-element-enter {
  opacity: 1;
  pointer-events: all;
}

.be-overseas-reserve-ticket-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-overseas-reserve-ticket-arrival-airport__button span::before {
  content: "\e901";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-overseas-reserve-ticket-arrival-airport--empty .be-overseas-reserve-ticket-arrival-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-ticket-arrival-airport--open .be-overseas-reserve-ticket-arrival-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-boarding-date {
  width: 100%;
}

.be-overseas-reserve-ticket-boarding-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-boarding-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-ticket-boarding-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-reserve-ticket-boarding-date--empty .be-overseas-reserve-ticket-boarding-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-ticket-boarding-date--open .be-overseas-reserve-ticket-boarding-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-passenger {
  width: 100%;
}

.be-overseas-reserve-ticket-passenger__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-passenger__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-ticket-passenger__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-reserve-ticket-passenger--empty .be-overseas-reserve-ticket-passenger__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-ticket-passenger--open .be-overseas-reserve-ticket-passenger__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-boarding-class {
  width: 100%;
}

.be-overseas-reserve-ticket-boarding-class__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-boarding-class__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-ticket-boarding-class--empty .be-overseas-reserve-ticket-boarding-class__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-ticket-boarding-class--open .be-overseas-reserve-ticket-boarding-class__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-boarding-class-option {
  width: 100%;
}

.be-overseas-reserve-ticket-boarding-class-option__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-reserve-ticket-boarding-class-option__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-reserve-ticket-boarding-class-option--empty .be-overseas-reserve-ticket-boarding-class-option__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-reserve-ticket-boarding-class-option--open .be-overseas-reserve-ticket-boarding-class-option__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-reserve-ticket-submit {
  height: 50px;
}

.be-overseas-reserve-ticket-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-reserve-ticket-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-overseas-reserve-ticket-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-overseas-reserve-ticket-submit__button span {
  position: relative;
}

.be-overseas-reserve-ticket-submit__button:hover:not(:disabled) span,
.be-overseas-reserve-ticket-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-overseas-reserve-ticket__form--collapse .be-overseas-reserve-ticket__row--optional {
  height: 0;
  margin-top: 0;
  overflow: hidden;
}

.be-overseas-reserve-ticket__form--collapse .be-overseas-reserve-ticket__column--comparison-search-type {
  height: 0;
  margin-top: 0;
}

.be-overseas-reserve-ticket__multiple-cities {
  font-weight: 600;
}

.be-overseas-reserve-ticket__note {
  margin-top: 32px;
  text-align: center;
}

.be-overseas-reserve-ticket__note .be-nav__item {
  margin-top: 24px;
}

.be-overseas-reserve-tour {
  overflow: hidden;
}

.be-overseas-reserve-tour__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.be-overseas-reserve-tour__item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  font-weight: 600;
          justify-content: center;
  padding-left: 26px;
  padding-right: 26px;
  width: 33.33333333%;
}

.be-overseas-reserve-tour__item::before {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  content: '';
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-overseas-reserve-tour__item::after {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-bottom: 1px solid #949499;
  content: '';
  display: block;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-overseas-reserve-tour__item--empty::before {
  content: none;
}

.be-overseas-reserve-tour__item--empty::after {
  content: none;
}

.be-overseas-reserve-tour__item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-bottom: 16px;
  margin-top: 16px;
  width: 100%;
}

.be-overseas-reserve-tour__item a::after {
  content: "";
  font-family: "asw-icon";
  justify-self: flex-end;
  margin-left: 6px;
}

.be-overseas-reserve-tour__item a[target="_blank"]::after {
  content: "";
}

.be-overseas-reserve-tour__item a:hover > span {
  text-decoration: underline;
}

.be-overseas-reserve-tour__note {
  margin-top: 32px;
  text-align: center;
}

.be-overseas-reserve-tour__note .be-nav__item {
  margin-top: 24px;
}

.be-overseas-status-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-overseas-status-number__row + .be-overseas-status-number__row {
  margin-top: 24px;
}

.be-overseas-status-number__column--flight-number {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-status-number__column--request-date {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-status-number__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
}

.be-overseas-status-number__column p {
  margin: 0;
}

.be-overseas-status-number-flight-number {
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
}

.be-overseas-status-number-flight-number__label {
  -ms-flex-negative: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #333;
          flex-grow: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.be-overseas-status-number-flight-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  padding: 0;
}

.be-overseas-status-number-flight-number__input:focus {
  outline-style: none !important;
}

.be-overseas-status-number-flight-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-status-number-flight-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-status-number-flight-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-status-number-flight-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-status-number-flight-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-status-number-flight-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-overseas-status-number-flight-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-status-number-request-date {
  width: 100%;
}

.be-overseas-status-number-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-status-number-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-status-number-request-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-status-number-request-date--empty .be-overseas-status-number-request-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-status-number-request-date--open .be-overseas-status-number-request-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-status-number-submit {
  height: 50px;
}

.be-overseas-status-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-status-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-overseas-status-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-overseas-status-number-submit__button span {
  position: relative;
}

.be-overseas-status-number-submit__button:hover:not(:disabled) span,
.be-overseas-status-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-overseas-status-number__note {
  margin-top: 16px;
}

.be-overseas-status-number__note .be-nav__item--bold {
  font-weight: 600;
}

.be-overseas-status-route__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-overseas-status-route__row + .be-overseas-status-route__row {
  margin-top: 24px;
}

.be-overseas-status-route__column--departure-airport {
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-overseas-status-route__column--swap-airport {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
}

.be-overseas-status-route__column--arrival-airport {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-overseas-status-route__column--request-date {
  margin-left: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-overseas-status-route__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
}

.be-overseas-status-route__column p {
  margin: 0;
}

.be-overseas-status-route-departure-airport {
  position: relative;
  width: 100%;
}

.be-overseas-status-route-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-status-route-departure-airport__button ~ .after-element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  pointer-events: none;
}
.be-overseas-status-route-departure-airport__button ~ .after-element::after {
  color: #949499;
  content: "";
  cursor: pointer;
  font-family: "asw-icon";
  font-size: 2rem;
}
.be-overseas-status-route-departure-airport__button ~ .after-element-enter {
  opacity: 1;
  pointer-events: all;
}

.be-overseas-status-route-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-overseas-status-route-departure-airport__button span::before {
  content: "\e900";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-overseas-status-route-departure-airport--empty .be-overseas-status-route-departure-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-status-route-departure-airport--open .be-overseas-status-route-departure-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-status-route-swap-airport__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 40px;
          justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}

.be-overseas-status-route-swap-airport__button::before {
  content: "";
  font-family: "asw-icon";
  font-size: 2rem;
}

.be-overseas-status-route-arrival-airport {
  position: relative;
  width: 100%;
}

.be-overseas-status-route-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-status-route-arrival-airport__button ~ .after-element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  pointer-events: none;
}
.be-overseas-status-route-arrival-airport__button ~ .after-element::after {
  color: #949499;
  content: "";
  cursor: pointer;
  font-family: "asw-icon";
  font-size: 2rem;
}
.be-overseas-status-route-arrival-airport__button ~ .after-element-enter {
  opacity: 1;
  pointer-events: all;
}

.be-overseas-status-route-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-overseas-status-route-arrival-airport__button span::before {
  content: "\e901";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-overseas-status-route-arrival-airport--empty .be-overseas-status-route-arrival-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-status-route-arrival-airport--open .be-overseas-status-route-arrival-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-status-route-request-date {
  width: 100%;
}

.be-overseas-status-route-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-status-route-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-status-route-request-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-status-route-request-date--empty .be-overseas-status-route-request-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-status-route-request-date--open .be-overseas-status-route-request-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-status-route-submit {
  height: 50px;
}

.be-overseas-status-route-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-status-route-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-overseas-status-route-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-overseas-status-route-submit__button span {
  position: relative;
}

.be-overseas-status-route-submit__button:hover:not(:disabled) span,
.be-overseas-status-route-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-overseas-status-route__note {
  margin-top: 16px;
}

.be-overseas-status-route__note .be-nav__item--bold {
  font-weight: 600;
}

.be-biz-primary-tab {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-biz-primary-tab__tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-biz-primary-tab__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
          justify-content: center;
}

.be-biz-primary-tab__item::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "asw-icon";
  font-weight: 400;
          justify-content: center;
  line-height: 0;
}

.be-biz-primary-tab__item--domestic::before {
  content: "";
}

.be-biz-primary-tab__item--overseas::before {
  content: "";
}

.be-biz-primary-tab__item[aria-selected="true"] {
  background-color: #fff;
  color: #00146E;
}

.be-biz-primary-tab__item[aria-selected="false"] {
  background-color: #767677;
  color: #FFFFFF;
}

.be-biz-primary-tab__item span {
  position: relative;
}

.be-biz-primary-tab__panel {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -4px 5px 8px -5px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
          box-shadow: rgba(0, 0, 0, 0.2) -4px 5px 8px -5px;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  overflow: hidden;
  padding-bottom: 32px;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 24px;
}

.be-biz-secondary-tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.be-biz-secondary-tab__scroll {
  overflow: hidden;
  padding-bottom: 4px;
  position: relative;
}

.be-biz-secondary-tab__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-biz-secondary-tab__item {
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

.be-biz-secondary-tab__item[aria-selected="true"] {
  background-color: #CCD4EA;
  border: 1px solid #00146E;
  color: #00146E;
}

.be-biz-secondary-tab__item[aria-selected="false"] {
  background-color: #fff;
  border: 1px solid #B2B2B2;
  color: #333;
}

.be-biz-secondary-tab__item span {
  position: relative;
}

.be-biz-secondary-tab__item + .be-biz-secondary-tab__item {
  margin-left: 16px;
}

a.be-biz-secondary-tab__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #B2B2B2;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}

.be-biz-tertiary-tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.be-biz-tertiary-tab__scroll {
  margin-bottom: -1px;
  overflow: hidden;
  position: relative;
}

.be-biz-tertiary-tab__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-biz-tertiary-tab__tablist {
  border-bottom: 1px solid #E5E5E5;
}

.be-biz-tertiary-tab__item {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -1px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  white-space: nowrap;
}

.be-biz-tertiary-tab__item[aria-selected="true"] {
  border-bottom: 4px solid #00146E;
  color: #00146E;
}

.be-biz-tertiary-tab__item[aria-selected="false"] {
  border-bottom: 4px solid transparent;
  color: #333;
}

.be-biz-tertiary-tab__item span {
  position: relative;
}

.be-biz-tertiary-tab__item + .be-biz-tertiary-tab__item {
  margin-left: 32px;
}

.be-biz-tertiary-tab__panel {
  padding-top: 24px;
}

.be-tertiary-tab--loggedin [data-loggedin-hidden="true"] {
  display: none;
}

.be-calendar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
}

.be-calendar__body {
  font-weight: 600;
}

.be-calendar__title {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-weight: 600;
  text-align: center;
}

.be-calendar__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: transparent;
  border-style: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
          justify-content: center;
  padding: 0;
  width: 16px;
}

.be-calendar__button--prev > span {
  font-size: 0;
}

.be-calendar__button--prev::before {
  -webkit-transform: scale(-1, 1);
  content: "";
  font-family: "asw-icon";
          transform: scale(-1, 1);
}

.be-calendar__button--next > span {
  font-size: 0;
}

.be-calendar__button--next::after {
  content: "";
  font-family: "asw-icon";
}

.be-calendar__button--hide {
  cursor: auto;
  visibility: hidden;
}

.be-calendar-month__week-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  padding-top: 14px;
}

.be-calendar-month__week-cell {
  -ms-flex-negative: 2;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
  -ms-flex-preferred-size: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-basis: 45px;
          flex-grow: 2;
      flex-shrink: 2;
          justify-content: center;
}

.be-calendar-month__week-cell:first-child {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          flex-grow: 1;
      flex-shrink: 1;
          justify-content: left;
}

.be-calendar-month__week-cell:first-child .be-calendar-month__week-cell-button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.be-calendar-month__week-cell:last-child {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          flex-grow: 1;
      flex-shrink: 1;
          justify-content: right;
}

.be-calendar-month__week-cell:last-child .be-calendar-month__week-cell-button {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.be-calendar-month__week-cell-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  position: relative;
  width: 45px;
}

.be-calendar-month__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-calendar-month__row + .be-calendar-month__row {
  margin-top: 1px;
}

.be-calendar-month__cell {
  -ms-flex-negative: 2;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
  -ms-flex-preferred-size: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-basis: 45px;
          flex-grow: 2;
      flex-shrink: 2;
          justify-content: center;
}

.be-calendar-month__cell:first-child {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          flex-grow: 1;
      flex-shrink: 1;
          justify-content: left;
}

.be-calendar-month__cell:first-child .be-calendar-month__cell-button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.be-calendar-month__cell:last-child {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          flex-grow: 1;
      flex-shrink: 1;
          justify-content: right;
}

.be-calendar-month__cell:last-child .be-calendar-month__cell-button {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.be-calendar-month__cell--start.be-calendar-month__cell--interval {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(50%, transparent), color-stop(50%, #EDEDED));
  background: linear-gradient(to right, transparent 0, transparent 50%, #EDEDED 50%);
  background-color: transparent;
}

.be-calendar-month__cell--end.be-calendar-month__cell--interval {
  background: -webkit-gradient(linear, right top, left top, color-stop(0, transparent), color-stop(50%, transparent), color-stop(50%, #EDEDED));
  background: linear-gradient(to left, transparent 0, transparent 50%, #EDEDED 50%);
  background-color: transparent;
}

.be-calendar-month__cell--interval {
  background-color: #EDEDED;
}

.be-calendar-month__cell--start.be-calendar-month__cell--end {
  background: none;
}

.be-calendar-month__cell--start.be-calendar-month__cell--end:first-child {
  background: none !important;
}

.be-calendar-month__cell--start.be-calendar-month__cell--end:last-child {
  background: none !important;
}

.be-calendar-month__cell--sunday .be-calendar-month__cell-button span {
  color: #D91829;
}

.be-calendar-month__cell--sunday .be-calendar-month__cell-button:disabled span {
  color: #B2B2B2;
}

.be-calendar-month__cell--saturday .be-calendar-month__cell-button span {
  color: #00146E;
}

.be-calendar-month__cell--saturday .be-calendar-month__cell-button:disabled span {
  color: #B2B2B2;
}

.be-calendar-month__cell--holiday .be-calendar-month__cell-button span {
  color: #D91829;
  text-decoration: underline;
}

.be-calendar-month__cell--holiday .be-calendar-month__cell-button:disabled span {
  color: #B2B2B2;
  text-decoration: none;
}

.be-calendar-month__cell-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: transparent;
  border-style: none;
  color: #000000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 100%;
          justify-content: center;
  padding: 0;
  width: 100%;
}

.be-calendar-month__cell-button:disabled {
  color: #B2B2B2;
  pointer-events: none;
}

.be-calendar-month__cell-button:focus {
  outline-offset: -2px;
}

.be-calendar-month__cell-button span {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
          justify-content: center;
  position: relative;
  width: 45px;
}

.be-calendar-month__cell--selected .be-calendar-month__cell-button span, .be-calendar-month__cell--start .be-calendar-month__cell-button span, .be-calendar-month__cell--end .be-calendar-month__cell-button span, .be-calendar-month__cell--start .be-calendar-month__cell-button:hover:disabled span {
  background-color: #333;
  color: #fff;
}

.be-calendar-month__cell-button:hover span {
  border: 2px solid #949499;
}

.be-calendar--small .be-calendar-month__week-cell {
  -ms-flex-preferred-size: 35px;
      flex-basis: 35px;
}

.be-calendar--small .be-calendar-month__week-cell-item {
  width: 35px;
}

.be-calendar--small .be-calendar-month__cell {
  -ms-flex-preferred-size: 35px;
      flex-basis: 35px;
}

.be-calendar--small .be-calendar-month__cell-button span {
  height: 35px;
  width: 35px;
}

.be-date-select {
  padding-left: 20px;
  padding-right: 20px;
}

.be-date-select__header {
  padding-bottom: 16px;
  padding-top: 16px;
}

.be-date-select__header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-date-select__header-row-item {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
          justify-content: flex-start;
}

.be-date-select__header-row::after {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  content: '';
  display: block;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-date-select__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

.be-date-select__values {
  border: 1px solid #333;
  border-radius: 10px;
  display: none;
  margin-bottom: 24px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
}

.be-date-select__date {
  margin-top: 4px;
}

.be-date-select__date--selected {
  color: #00146E;
}

.be-date-select__current-month {
  text-decoration: underline;
}

.be-date-select__week-row {
  display: none;
  padding-bottom: 16px;
  padding-top: 16px;
}

.be-date-select__week-cell {
  -ms-flex-negative: 2;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
  -ms-flex-preferred-size: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-basis: 45px;
          flex-grow: 2;
      flex-shrink: 2;
          justify-content: center;
}

.be-date-select__week-cell:first-child {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          flex-grow: 1;
      flex-shrink: 1;
          justify-content: left;
}

.be-date-select__week-cell:first-child .be-date-select__week-cell-button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.be-date-select__week-cell:last-child {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          flex-grow: 1;
      flex-shrink: 1;
          justify-content: right;
}

.be-date-select__week-cell:last-child .be-date-select__week-cell-button {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.be-date-select__week-cell-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  position: relative;
  width: 45px;
}

.be-list-accordion__header {
  background-color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .be-list-accordion__header:hover {
    background-color: #F1F1F1;
  }
}

.be-list-accordion__body {
  -webkit-transition-property: all;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  overflow: hidden;
  position: relative;
          transition-delay: 0s;
          transition-duration: 300ms;
  transition-property: all;
          transition-timing-function: ease;
}

.be-list-accordion__body[aria-hidden="true"] {
  height: 0;
}

.be-list-accordion__title {
  -webkit-box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E5E5E5;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  padding-bottom: 16px;
  padding-top: 16px;
  position: relative;
  text-align: left;
  width: 100%;
}

.be-list-accordion__title::after {
  content: "";
  font-family: "asw-icon";
  font-size: 1.6rem;
  color: #000;
}

.be-list-accordion__header[aria-expanded="false"] .be-list-accordion__title::after {
  content: "";
}

.be-list-accordion__label {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  color: #000;
}

.be-list .be-list {
  padding-bottom: 0;
}

.be-list__item {
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (min-width: 768px) {
  .be-list__item:hover {
    background-color: #F1F1F1;
  }
}

.bem-list-accordion .be-list__item {
  padding-left: 48px;
}

.be-list__item--selected {
  background-color: #F1F1F1;
  font-weight: 600;
}

.be-list__item:focus {
  outline-offset: -2px;
  outline-width: 1px;
}

.be-list__item-container {
  border-bottom: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  padding-top: 16px;
  width: 100%;
}

.be-list__label + .be-list__label {
  margin-left: auto;
  white-space: nowrap;
}

.be-list__item:last-child .be-list__item-container {
  border-bottom: none;
}

.be-list-accordion .be-list__item {
  padding-left: 40px;
}

.be-list--sticky > .be-list__group > .be-list-accordion > .be-list-accordion__header {
  display: block;
  left: 0;
  position: sticky;
  top: 0;
  z-index: 1;
}

.be-list--sticky > .be-list__group > .be-list-accordion > .be-list-accordion__header > .be-list-accordion__title {
  border-bottom: 1px solid #00146E;
  color: #00146E;
}

.be-list-with-search {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100%;
}

.be-list-with-search__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  position: relative;
}

.be-list-with-search__searchbox {
  height: 38px;
  margin-bottom: 16px;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 16px;
  position: relative;
}

.be-list-with-search__searchbox-input {
  border: 1px solid #949499;
  border-radius: 19px;
  height: 38px;
  padding-left: 16px;
  padding-right: 40px;
  width: 100%;
}

.be-list-with-search__searchbox-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
          justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute !important;
  right: 8px;
  top: 4px;
  width: 30px;
  z-index: 2;
}

.be-list-with-search__searchbox-button::after {
  color: #333;
  content: "";
  cursor: pointer;
  font-family: "asw-icon";
  font-size: 1.4rem;
}

.be-list-with-search__searchbox-input:-moz-placeholder-shown + .be-list-with-search__searchbox-button::after {
  content: "";
}

.be-list-with-search__searchbox-input:-ms-input-placeholder + .be-list-with-search__searchbox-button::after {
  content: "";
}

.be-list-with-search__searchbox-input:placeholder-shown + .be-list-with-search__searchbox-button::after {
  content: "";
}

.be-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
}

.be-number__header {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-number__body {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-number__label {
  font-size: 1.4rem;
  font-weight: 600;
}

.be-number__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: transparent;
  border-radius: 50%;
  border-style: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  padding: 0;
  width: 48px;
}

.be-number__button:disabled {
  color: #B2B2B2;
  pointer-events: none;
}

.be-number__button:focus {
  outline: none !important;
}

.be-number__button:focus span {
  border: 2px solid #333;
}

.be-number__button--minus span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.8rem;
}

.be-number__button--plus span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.8rem;
}

.be-number__button span {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
          justify-content: center;
  width: 24px;
}

.be-number__button span p {
  font-size: 0;
}

.be-number__value-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
          justify-content: center;
  width: 1rem;
}

.be-number[aria-disabled="true"] {
  color: #B2B2B2;
}

.be-occupancy {
  padding-bottom: 6px;
  padding-top: 7px;
}

.be-occupancy__title {
  color: #00146E;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 24px;
}

.be-occupancy__group {
  padding-left: 24px;
  padding-right: 24px;
}

.be-occupancy__group + .be-occupancy__group {
  border-top: 1px solid #949499;
}

.be-occupancy__group[aria-hidden="true"] {
  display: none;
}

.be-occupancy__group .be-number + .be-number {
  border-top: 1px solid #949499;
}

.be-occupancy__group .be-select + .be-select {
  border-top: 1px solid #949499;
}

.be-occupancy__description {
  padding-bottom: 9px;
  padding-top: 18px;
  text-align: center;
}

.be-occupancy .be-number__value-text {
  word-break: normal;
}

.be-passenger {
  padding-bottom: 6px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 7px;
}

.be-passenger--overseas-ticket-and-stay {
  padding-bottom: 0;
  padding-top: 0;
}

.be-passenger--overseas-ticket-and-stay + .be-passenger--overseas-ticket-and-stay .be-passenger__header {
  border-top: 1px solid #E5E5E5;
}

.be-passenger__title {
  color: #00146E;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 24px;
}

.be-passenger__annotation {
  color: #6E6E6E;
  font-size: 1.2rem;
  margin-top: 24px;
  text-align: center;
}
.be-passenger__annotation:first-child {
  margin-top: 24px;
}

.be-passenger__note {
  padding-bottom: 12px;
  padding-top: 12px;
}

.be-passenger__note a[target="_blank"]::after {
  content: "";
  font-family: "asw-icon";
  margin-left: 6px;
}

.be-passenger--overseas-ticket-and-stay .be-passenger__note {
  margin-top: 16px;
  padding-bottom: 0;
  padding-top: 0;
}

.be-passenger__group-header {
  border-bottom: 1px solid #00146E;
  color: #00146E;
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 16px;
  padding-top: 24px;
}

.be-passenger__group .be-number {
  height: 48px;
}

.be-passenger__group + .be-passenger__group {
  border-top: 1px solid #949499;
}

.be-passenger__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  padding-bottom: 12px;
  padding-top: 12px;
}

.be-passenger__row + .be-passenger__row {
  border-top: 1px solid #949499;
}

.be-passenger__column--header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 48px;
  width: 74px;
}

.be-passenger__column--header[aria-disabled="true"] {
  color: #B2B2B2;
}

.be-passenger__column--body {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-passenger__group + .be-passenger__row {
  border-top: 1px solid #949499;
}

.be-passenger__row + .be-passenger__group {
  border-top: 1px solid #949499;
}

.be-select {
  position: relative;
}

.be-select__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  padding-bottom: 16px;
  padding-top: 16px;
}

.be-select__header::after {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "asw-icon";
  font-size: 1.4rem;
          justify-content: center;
  width: 48px;
}

.be-select__body {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.be-select__select {
  border: none;
  cursor: pointer;
  height: 100%;
  opacity: 0;
  width: 100%;
}

.be-select__focus {
  border: 2px solid #333;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.be-select__select:focus ~ .be-select__focus {
  display: block;
}

.be-select__label {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-select__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.be-switch {
  background-color: #F1F1F1;
  border-radius: 16.5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 162px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 2px;
}

html:lang(en) .be-switch,
html:lang(sv) .be-switch,
html:lang(es) .be-switch,
html:lang(it) .be-switch,
html:lang(fr) .be-switch,
html:lang(de) .be-switch,
html:lang(ru) .be-switch,
html:lang(tr) .be-switch,
html:lang(th) .be-switch,
html:lang(vi) .be-switch,
html:lang(ko) .be-switch,
html:lang(id) .be-switch,
html:lang(zh-HK) .be-switch,
html:lang(zh-TW) .be-switch {
  min-width: 260px;
}

.be-switch__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: 0%;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 14.5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-weight: 600;
          justify-content: center;
  line-height: 1.1;
  padding-bottom: 3px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
}

.be-switch__item[aria-pressed="true"] {
  background-color: #CCD4EA;
  border: 1px solid #00146E;
  color: #00146E;
}

.be-tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  height: 100%;
}

.be-tab__body {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  overflow: hidden;
  position: relative;
}

.be-tab__tablist {
  background-color: #F1F1F1;
  border-color: #949499;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  display: none;
  width: 100%;
}

.be-tab__button {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  background-color: transparent;
  border-color: transparent;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: block;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  margin-bottom: -1px;
  margin-top: -1px;
  overflow: hidden;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  text-align: left;
}

.be-tab__button:first-child {
  margin-left: -1px;
}

.be-tab__button:last-child {
  margin-right: -1px;
}

.be-tab__button[aria-selected="true"] {
  -ms-flex-preferred-size: 37.5px;
  background-color: #fff;
  border-color: #333;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
      flex-basis: 37.5px;
}

.be-list ~ .be-tab__panel {
  display: none;
}

.be-list:empty ~ .be-tab__panel {
  display: block;
}

.be-list:empty ~ .be-tab__panel[hidden] {
  display: none;
}

.be-airport {
  height: 100%;
  width: 500px;
}

.be-airport__body {
  height: 100%;
}

.be-airport__title {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
}

.be-airport__value {
  color: #00146E;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-value-selected="false"] .be-airport__value {
  color: #6E6E6E;
  font-weight: 400;
}

[aria-selected="true"] .be-airport__value {
  color: #333;
  font-weight: 600;
}

[data-value-selected="true"] .be-airport__value {
  color: #00146E;
}

.be-airport__searchbox {
  height: 38px;
  margin-bottom: 16px;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 16px;
  position: relative;
}

.be-airport__searchbox-input {
  border: 1px solid #949499;
  border-radius: 19px;
  height: 38px;
  padding-left: 16px;
  padding-right: 40px;
  width: 100%;
}

.be-airport__searchbox-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
          justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute !important;
  right: 8px;
  top: 4px;
  width: 30px;
  z-index: 2;
}

.be-airport__searchbox-button::after {
  color: #333;
  content: "";
  cursor: pointer;
  font-family: "asw-icon";
  font-size: 1.4rem;
}

.be-airport__searchbox-input:-moz-placeholder-shown + .be-airport__searchbox-button::after {
  content: "";
}

.be-airport__searchbox-input:-ms-input-placeholder + .be-airport__searchbox-button::after {
  content: "";
}

.be-airport__searchbox-input:placeholder-shown + .be-airport__searchbox-button::after {
  content: "";
}

.be-boarding-date {
  padding-left: 20px;
  padding-right: 20px;
}

.be-boarding-date__header {
  padding-bottom: 16px;
  padding-top: 16px;
}

.be-boarding-date__header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-boarding-date__header-row-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-start;
}

.be-boarding-date__header-row-item--left {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-boarding-date__header-row-item--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.be-boarding-date__header-row::after {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  content: '';
  display: block;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-boarding-date__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

.be-boarding-date__values {
  border: 1px solid #333;
  border-radius: 10px;
  display: none;
  font-weight: 600;
  margin-bottom: 24px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
}

.be-boarding-date__date {
  margin-top: 4px;
}

.be-boarding-date__date--selected {
  color: #00146E;
}

.be-boarding-date__current-month {
  text-decoration: underline;
}

.be-boarding-date__week-row {
  display: none;
  padding-bottom: 16px;
  padding-top: 16px;
}

.be-boarding-date__week-cell {
  -ms-flex-negative: 2;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
  -ms-flex-preferred-size: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-basis: 45px;
          flex-grow: 2;
      flex-shrink: 2;
          justify-content: center;
}

.be-boarding-date__week-cell:first-child {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          flex-grow: 1;
      flex-shrink: 1;
          justify-content: left;
}

.be-boarding-date__week-cell:first-child .be-boarding-date__week-cell-button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.be-boarding-date__week-cell:last-child {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          flex-grow: 1;
      flex-shrink: 1;
          justify-content: right;
}

.be-boarding-date__week-cell:last-child .be-boarding-date__week-cell-button {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.be-boarding-date__week-cell-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  position: relative;
  width: 45px;
}

.be-wws-primary-tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding-bottom: 32px;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 24px;
}

.be-wws-primary-tab__tablist {
  display: flex;
}

.be-wws-primary-tab__scroll {
  overflow: hidden;
  padding-bottom: 4px;
  position: relative;
}

.be-wws-primary-tab__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-wws-primary-tab__item {
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

.be-wws-primary-tab__item[aria-selected="true"] {
  background-color: #CCD4EA;
  border: 1px solid #00146E;
  color: #00146E;
}

.be-wws-primary-tab__item[aria-selected="false"] {
  background-color: #fff;
  border: 1px solid #B2B2B2;
  color: #333;
}

.be-wws-primary-tab__item span {
  position: relative;
}

.be-wws-primary-tab__item + .be-wws-primary-tab__item {
  margin-left: 16px;
}

.be-wws-secondary-tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.be-wws-secondary-tab__scroll {
  margin-bottom: -1px;
  overflow: hidden;
  position: relative;
}

.be-wws-secondary-tab__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-wws-secondary-tab__tablist {
  border-bottom: 1px solid #949499;
}

.be-wws-secondary-tab__item {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: -1px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  white-space: nowrap;
}

.be-wws-secondary-tab__item[aria-selected="true"] {
  border-bottom: 4px solid #00146E;
  color: #00146E;
}

.be-wws-secondary-tab__item[aria-selected="false"] {
  border-bottom: 4px solid transparent;
  color: #333;
}

.be-wws-secondary-tab__item span {
  position: relative;
}

.be-wws-secondary-tab__item + .be-wws-secondary-tab__item {
  margin-left: 32px;
}

.be-wws-secondary-tab__panel {
  padding-top: 24px;
}

.be-wws-secondary-tab--loggedin [data-loggedin-hidden="true"] {
  display: none;
}

.be-wws-checkin-membership-number__content--link {
  border-bottom: 1px solid #949499;
  padding-bottom: 32px;
}

.be-wws-checkin-membership-number__content--link .be-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.be-wws-checkin-membership-number__content--link .be-nav__item:first-child {
  margin-right: 0;
  margin-top: 0;
}

.be-wws-checkin-membership-number__content--form {
  padding-top: 32px;
}

.be-wws-checkin-membership-number__form {
  position: relative;
  width: 100%;
}

.be-wws-checkin-membership-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-wws-checkin-membership-number__column {
  width: 100%;
}

.be-wws-checkin-membership-number__column--membership-number {
  padding-right: 5px;
  width: 50%;
}

.be-wws-checkin-membership-number__column--password {
  padding-left: 5px;
  width: 50%;
}

.be-wws-checkin-membership-number__column--message {
  color: #D91829;
}

.be-wws-checkin-membership-number__column--message li {
  margin-top: 8px;
}

.be-wws-checkin-membership-number__column--message li::before {
  content: '*';
}

.be-wws-checkin-membership-number__column--lasting {
  padding-right: 5px;
  width: 50%;
}

.be-wws-checkin-membership-number__column--submit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  padding-left: 5px;
  width: 50%;
}

.be-wws-checkin-membership-number__column p {
  margin: 0;
}

.be-wws-checkin-membership-number-membership-number {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-checkin-membership-number-membership-number__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-wws-checkin-membership-number-membership-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-checkin-membership-number-membership-number__input:focus {
  outline-style: none !important;
}

.be-wws-checkin-membership-number-membership-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-membership-number-membership-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-membership-number-membership-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-membership-number-membership-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-membership-number-membership-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-membership-number-membership-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-wws-checkin-membership-number-membership-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-wws-checkin-membership-number-membership-number--invalid {
  border-color: #D91829;
  z-index: 1;
}

.be-wws-checkin-membership-number-membership-number--invalid .be-wws-checkin-membership-number-membership-number__label {
  color: #D91829;
}

.be-wws-checkin-membership-number-membership-number--invalid .be-wws-checkin-membership-number-membership-number__input {
  color: #D91829;
}

.be-wws-checkin-membership-number-password {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-checkin-membership-number-password__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-wws-checkin-membership-number-password__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-checkin-membership-number-password__input:focus {
  outline-style: none !important;
}

.be-wws-checkin-membership-number-password__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-membership-number-password__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-membership-number-password__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-membership-number-password__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-membership-number-password__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-membership-number-password__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-wws-checkin-membership-number-password--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-wws-checkin-membership-number-password--invalid {
  border-color: #D91829;
}

.be-wws-checkin-membership-number-password--invalid .be-wws-checkin-membership-number-password__label {
  color: #D91829;
}

.be-wws-checkin-membership-number-password--invalid .be-wws-checkin-membership-number-password__input {
  color: #D91829;
}

.be-wws-checkin-membership-number-submit {
  height: 50px;
}

.be-wws-checkin-membership-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-wws-checkin-membership-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-wws-checkin-membership-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-wws-checkin-membership-number-submit__button span {
  position: relative;
}

.be-wws-checkin-membership-number-submit__button:hover:not(:disabled) span,
.be-wws-checkin-membership-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-wws-checkin-membership-number__amc {
  margin-top: 16px;
  text-align: center;
}

.be-wws-checkin-membership-number__amc a {
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: underline;
}

.be-wws-checkin-membership-number__link-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-wws-checkin-membership-number__link-button:hover {
  color: #fff;
  opacity: 0.5;
}

.be-wws-checkin-membership-number__link-button::after {
  content: "";
  font-family: "asw-icon";
  justify-self: flex-end;
  margin-left: 8px;
}

.be-wws-checkin-membership-number__note {
  padding-top: 8px;
}

.be-wws-checkin-membership-number__note .be-accordion {
  margin-top: 24px;
}

.be-wws-checkin-reservation-number__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.be-wws-checkin-reservation-number__content--link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #949499;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding-bottom: 32px;
}

.be-wws-checkin-reservation-number__content--link .be-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.be-wws-checkin-reservation-number__content--link .be-nav__item:first-child {
  margin-right: 0;
  margin-top: 0;
}

.be-wws-checkin-reservation-number__content--form {
  padding-top: 32px;
}

.be-wws-checkin-reservation-number__form {
  position: relative;
  width: 100%;
}

.be-wws-checkin-reservation-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-wws-checkin-reservation-number__row + .be-wws-checkin-reservation-number__row {
  margin-top: 24px;
}

.be-wws-checkin-reservation-number__column {
  width: 100%;
}

.be-wws-checkin-reservation-number__column--given-name {
  padding-right: 5px;
  width: 50%;
}

.be-wws-checkin-reservation-number__column--family-name {
  padding-left: 5px;
  width: 50%;
}

.be-wws-checkin-reservation-number__column--message {
  color: #D91829;
}

.be-wws-checkin-reservation-number__column--message li {
  margin-top: 8px;
}

.be-wws-checkin-reservation-number__column--message li::before {
  content: '*';
}

.be-wws-checkin-reservation-number__column--note .be-nav__item {
  margin-top: 0;
}

.be-wws-checkin-reservation-number__column--submit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  padding-left: 5px;
  width: 50%;
}

.be-wws-checkin-reservation-number__column p {
  margin: 0;
}

.be-wws-checkin-reservation-number-reservation-number {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-checkin-reservation-number-reservation-number__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-wws-checkin-reservation-number-reservation-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-checkin-reservation-number-reservation-number__input:focus {
  outline-style: none !important;
}

.be-wws-checkin-reservation-number-reservation-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-reservation-number-reservation-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-reservation-number-reservation-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-reservation-number-reservation-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-reservation-number-reservation-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-reservation-number-reservation-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-wws-checkin-reservation-number-reservation-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-wws-checkin-reservation-number-reservation-number--invalid {
  border-color: #D91829;
}

.be-wws-checkin-reservation-number-reservation-number--invalid .be-wws-checkin-reservation-number-reservation-number__label {
  color: #D91829;
}

.be-wws-checkin-reservation-number-reservation-number--invalid .be-wws-checkin-reservation-number-reservation-number__input {
  color: #D91829;
}

.be-wws-checkin-reservation-number-given-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-checkin-reservation-number-given-name__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-wws-checkin-reservation-number-given-name__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-checkin-reservation-number-given-name__input:focus {
  outline-style: none !important;
}

.be-wws-checkin-reservation-number-given-name__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-reservation-number-given-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-reservation-number-given-name__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-reservation-number-given-name__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-reservation-number-given-name__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-reservation-number-given-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-wws-checkin-reservation-number-given-name--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-wws-checkin-reservation-number-given-name--invalid {
  border-color: #D91829;
}

.be-wws-checkin-reservation-number-given-name--invalid .be-wws-checkin-reservation-number-given-name__label {
  color: #D91829;
}

.be-wws-checkin-reservation-number-given-name--invalid .be-wws-checkin-reservation-number-given-name__input {
  color: #D91829;
}

.be-wws-checkin-reservation-number-family-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-checkin-reservation-number-family-name__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-wws-checkin-reservation-number-family-name__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-checkin-reservation-number-family-name__input:focus {
  outline-style: none !important;
}

.be-wws-checkin-reservation-number-family-name__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-reservation-number-family-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-reservation-number-family-name__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-reservation-number-family-name__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-reservation-number-family-name__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-reservation-number-family-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-wws-checkin-reservation-number-family-name--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-wws-checkin-reservation-number-family-name--invalid {
  border-color: #D91829;
}

.be-wws-checkin-reservation-number-family-name--invalid .be-wws-checkin-reservation-number-family-name__label {
  color: #D91829;
}

.be-wws-checkin-reservation-number-family-name--invalid .be-wws-checkin-reservation-number-family-name__input {
  color: #D91829;
}

.be-wws-checkin-reservation-number-submit {
  height: 50px;
}

.be-wws-checkin-reservation-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-wws-checkin-reservation-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-wws-checkin-reservation-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-wws-checkin-reservation-number-submit__button span {
  position: relative;
}

.be-wws-checkin-reservation-number-submit__button:hover:not(:disabled) span,
.be-wws-checkin-reservation-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-wws-checkin-reservation-number__link-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  display: none;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  margin-top: 24px;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-wws-checkin-reservation-number__link-button:hover {
  color: #fff;
  opacity: 0.5;
}

.be-wws-checkin-reservation-number__link-button::after {
  content: "";
  font-family: "asw-icon";
  justify-self: flex-end;
  margin-left: 8px;
}

.be-wws-checkin-reservation-number--loggedin .be-wws-checkin-reservation-number__link-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.be-wws-checkin-ticket-number__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.be-wws-checkin-ticket-number__content--link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #949499;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding-bottom: 32px;
}

.be-wws-checkin-ticket-number__content--link .be-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.be-wws-checkin-ticket-number__content--link .be-nav__item:first-child {
  margin-right: 0;
  margin-top: 0;
}

.be-wws-checkin-ticket-number__content--form {
  padding-top: 32px;
}

.be-wws-checkin-ticket-number__form {
  position: relative;
  width: 100%;
}

.be-wws-checkin-ticket-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-wws-checkin-ticket-number__row + .be-wws-checkin-ticket-number__row {
  margin-top: 24px;
}

.be-wws-checkin-ticket-number__column {
  width: 100%;
}

.be-wws-checkin-ticket-number__column--given-name {
  padding-right: 5px;
  width: 50%;
}

.be-wws-checkin-ticket-number__column--family-name {
  padding-left: 5px;
  width: 50%;
}

.be-wws-checkin-ticket-number__column--message {
  color: #D91829;
}

.be-wws-checkin-ticket-number__column--message li {
  margin-top: 8px;
}

.be-wws-checkin-ticket-number__column--message li::before {
  content: '*';
}

.be-wws-checkin-ticket-number__column--note {
  padding-right: 5px;
  width: 50%;
}

.be-wws-checkin-ticket-number__column--note .be-nav__item {
  margin-top: 0;
}

.be-wws-checkin-ticket-number__column--submit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  padding-left: 5px;
  width: 50%;
}

.be-wws-checkin-ticket-number__column p {
  margin: 0;
}

.be-wws-checkin-ticket-number-ticket-number {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-checkin-ticket-number-ticket-number__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-wws-checkin-ticket-number-ticket-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-checkin-ticket-number-ticket-number__input:focus {
  outline-style: none !important;
}

.be-wws-checkin-ticket-number-ticket-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-ticket-number-ticket-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-ticket-number-ticket-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-ticket-number-ticket-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-ticket-number-ticket-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-ticket-number-ticket-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-wws-checkin-ticket-number-ticket-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-wws-checkin-ticket-number-ticket-number--invalid {
  border-color: #D91829;
}

.be-wws-checkin-ticket-number-ticket-number--invalid .be-wws-checkin-ticket-number-ticket-number__label {
  color: #D91829;
}

.be-wws-checkin-ticket-number-ticket-number--invalid .be-wws-checkin-ticket-number-ticket-number__input {
  color: #D91829;
}

.be-wws-checkin-ticket-number-given-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-checkin-ticket-number-given-name__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-wws-checkin-ticket-number-given-name__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-checkin-ticket-number-given-name__input:focus {
  outline-style: none !important;
}

.be-wws-checkin-ticket-number-given-name__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-ticket-number-given-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-ticket-number-given-name__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-ticket-number-given-name__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-ticket-number-given-name__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-ticket-number-given-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-wws-checkin-ticket-number-given-name--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-wws-checkin-ticket-number-given-name--invalid {
  border-color: #D91829;
}

.be-wws-checkin-ticket-number-given-name--invalid .be-wws-checkin-ticket-number-given-name__label {
  color: #D91829;
}

.be-wws-checkin-ticket-number-given-name--invalid .be-wws-checkin-ticket-number-given-name__input {
  color: #D91829;
}

.be-wws-checkin-ticket-number-family-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-checkin-ticket-number-family-name__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-wws-checkin-ticket-number-family-name__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-checkin-ticket-number-family-name__input:focus {
  outline-style: none !important;
}

.be-wws-checkin-ticket-number-family-name__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-ticket-number-family-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-ticket-number-family-name__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-ticket-number-family-name__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-ticket-number-family-name__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-checkin-ticket-number-family-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-wws-checkin-ticket-number-family-name--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-wws-checkin-ticket-number-family-name--invalid {
  border-color: #D91829;
}

.be-wws-checkin-ticket-number-family-name--invalid .be-wws-checkin-ticket-number-family-name__label {
  color: #D91829;
}

.be-wws-checkin-ticket-number-family-name--invalid .be-wws-checkin-ticket-number-family-name__input {
  color: #D91829;
}

.be-wws-checkin-ticket-number-submit {
  height: 50px;
}

.be-wws-checkin-ticket-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-wws-checkin-ticket-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-wws-checkin-ticket-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-wws-checkin-ticket-number-submit__button span {
  position: relative;
}

.be-wws-checkin-ticket-number-submit__button:hover:not(:disabled) span,
.be-wws-checkin-ticket-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-wws-checkin-ticket-number__note {
  margin-top: 16px;
}

.be-wws-checkin-ticket-number__note .be-accordion {
  margin-top: 24px;
}

.be-wws-checkin-ticket-number__link-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  display: none;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  margin-top: 24px;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-wws-checkin-ticket-number__link-button:hover {
  color: #fff;
  opacity: 0.5;
}

.be-wws-checkin-ticket-number__link-button::after {
  content: "";
  font-family: "asw-icon";
  justify-self: flex-end;
  margin-left: 8px;
}

.be-wws-checkin-ticket-number--loggedin .be-wws-checkin-ticket-number__link-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.be-wws-confirm-membership-number__form {
  position: relative;
  width: 100%;
}

.be-wws-confirm-membership-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-wws-confirm-membership-number__row--note {
  margin-top: 8px;
}

.be-wws-confirm-membership-number__column {
  width: 100%;
}

.be-wws-confirm-membership-number__column--membership-number {
  padding-right: 5px;
  width: 50%;
}

.be-wws-confirm-membership-number__column--password {
  padding-left: 5px;
  width: 50%;
}

.be-wws-confirm-membership-number__column--message {
  color: #D91829;
}

.be-wws-confirm-membership-number__column--message li {
  margin-top: 8px;
}

.be-wws-confirm-membership-number__column--message li::before {
  content: '*';
}

.be-wws-confirm-membership-number__column--lasting {
  padding-right: 5px;
  width: 50%;
}

.be-wws-confirm-membership-number__column--submit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  padding-left: 5px;
  padding-top: 16px;
  width: 50%;
}

.be-wws-confirm-membership-number__column p {
  margin: 0;
}

.be-wws-confirm-membership-number-membership-number {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-confirm-membership-number-membership-number__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-wws-confirm-membership-number-membership-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-confirm-membership-number-membership-number__input:focus {
  outline-style: none !important;
}

.be-wws-confirm-membership-number-membership-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-membership-number-membership-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-membership-number-membership-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-membership-number-membership-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-membership-number-membership-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-membership-number-membership-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-wws-confirm-membership-number-membership-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-wws-confirm-membership-number-membership-number--invalid {
  border-color: #D91829;
  z-index: 1;
}

.be-wws-confirm-membership-number-membership-number--invalid .be-wws-confirm-membership-number-membership-number__label {
  color: #D91829;
}

.be-wws-confirm-membership-number-membership-number--invalid .be-wws-confirm-membership-number-membership-number__input {
  color: #D91829;
}

.be-wws-confirm-membership-number-password {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-confirm-membership-number-password__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-wws-confirm-membership-number-password__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-confirm-membership-number-password__input:focus {
  outline-style: none !important;
}

.be-wws-confirm-membership-number-password__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-membership-number-password__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-membership-number-password__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-membership-number-password__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-membership-number-password__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-membership-number-password__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-wws-confirm-membership-number-password--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-wws-confirm-membership-number-password--invalid {
  border-color: #D91829;
}

.be-wws-confirm-membership-number-password--invalid .be-wws-confirm-membership-number-password__label {
  color: #D91829;
}

.be-wws-confirm-membership-number-password--invalid .be-wws-confirm-membership-number-password__input {
  color: #D91829;
}

.be-wws-confirm-membership-number-submit {
  height: 50px;
}

.be-wws-confirm-membership-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-wws-confirm-membership-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-wws-confirm-membership-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-wws-confirm-membership-number-submit__button span {
  position: relative;
}

.be-wws-confirm-membership-number-submit__button:hover:not(:disabled) span,
.be-wws-confirm-membership-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-wws-confirm-reservation-number__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.be-wws-confirm-reservation-number__content--link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #949499;
  display: none;
          flex-direction: column;
  padding-bottom: 32px;
}

.be-wws-confirm-reservation-number__content--link .be-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.be-wws-confirm-reservation-number__content--link .be-nav__item:first-child {
  margin-right: 0;
  margin-top: 0;
}

.be-wws-confirm-reservation-number__form {
  position: relative;
  width: 100%;
}

.be-wws-confirm-reservation-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-wws-confirm-reservation-number__row + .be-wws-confirm-reservation-number__row {
  margin-top: 24px;
}

.be-wws-confirm-reservation-number__column {
  width: 100%;
}

.be-wws-confirm-reservation-number__column--given-name {
  padding-right: 5px;
  padding-top: 24px;
  width: 50%;
}

.be-wws-confirm-reservation-number__column--family-name {
  padding-left: 5px;
  padding-top: 24px;
  width: 50%;
}

.be-wws-confirm-reservation-number__column--message {
  color: #D91829;
}

.be-wws-confirm-reservation-number__column--message li {
  margin-top: 8px;
}

.be-wws-confirm-reservation-number__column--message li::before {
  content: '*';
}

.be-wws-confirm-reservation-number__column--submit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
}

.be-wws-confirm-reservation-number__column p {
  margin: 0;
}

.be-wws-confirm-reservation-number-reservation-number {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-confirm-reservation-number-reservation-number__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-wws-confirm-reservation-number-reservation-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-confirm-reservation-number-reservation-number__input:focus {
  outline-style: none !important;
}

.be-wws-confirm-reservation-number-reservation-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-reservation-number-reservation-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-reservation-number-reservation-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-reservation-number-reservation-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-reservation-number-reservation-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-reservation-number-reservation-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-wws-confirm-reservation-number-reservation-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-wws-confirm-reservation-number-reservation-number--invalid {
  border-color: #D91829;
}

.be-wws-confirm-reservation-number-reservation-number--invalid .be-wws-confirm-reservation-number-reservation-number__label {
  color: #D91829;
}

.be-wws-confirm-reservation-number-reservation-number--invalid .be-wws-confirm-reservation-number-reservation-number__input {
  color: #D91829;
}

.be-wws-confirm-reservation-number-given-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-confirm-reservation-number-given-name__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-wws-confirm-reservation-number-given-name__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-confirm-reservation-number-given-name__input:focus {
  outline-style: none !important;
}

.be-wws-confirm-reservation-number-given-name__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-reservation-number-given-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-reservation-number-given-name__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-reservation-number-given-name__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-reservation-number-given-name__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-reservation-number-given-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-wws-confirm-reservation-number-given-name--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-wws-confirm-reservation-number-given-name--invalid {
  border-color: #D91829;
}

.be-wws-confirm-reservation-number-given-name--invalid .be-wws-confirm-reservation-number-given-name__label {
  color: #D91829;
}

.be-wws-confirm-reservation-number-given-name--invalid .be-wws-confirm-reservation-number-given-name__input {
  color: #D91829;
}

.be-wws-confirm-reservation-number-family-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-confirm-reservation-number-family-name__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-wws-confirm-reservation-number-family-name__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-confirm-reservation-number-family-name__input:focus {
  outline-style: none !important;
}

.be-wws-confirm-reservation-number-family-name__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-reservation-number-family-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-reservation-number-family-name__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-reservation-number-family-name__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-reservation-number-family-name__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-reservation-number-family-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-wws-confirm-reservation-number-family-name--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-wws-confirm-reservation-number-family-name--invalid {
  border-color: #D91829;
}

.be-wws-confirm-reservation-number-family-name--invalid .be-wws-confirm-reservation-number-family-name__label {
  color: #D91829;
}

.be-wws-confirm-reservation-number-family-name--invalid .be-wws-confirm-reservation-number-family-name__input {
  color: #D91829;
}

.be-wws-confirm-reservation-number-submit {
  height: 50px;
}

.be-wws-confirm-reservation-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-wws-confirm-reservation-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-wws-confirm-reservation-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-wws-confirm-reservation-number-submit__button span {
  position: relative;
}

.be-wws-confirm-reservation-number-submit__button:hover:not(:disabled) span,
.be-wws-confirm-reservation-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-wws-confirm-reservation-number__link-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  margin-top: 24px;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-wws-confirm-reservation-number__link-button:hover {
  color: #fff;
  opacity: 0.5;
}

.be-wws-confirm-reservation-number__link-button::after {
  content: "";
  font-family: "asw-icon";
  justify-self: flex-end;
  margin-left: 8px;
}

.be-wws-confirm-reservation-number__note {
  padding-top: 16px;
}

.be-wws-confirm-reservation-number--loggedin .be-wws-confirm-reservation-number__content--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-wws-confirm-reservation-number--loggedin .be-wws-confirm-reservation-number__content--form {
  padding-top: 32px;
}

.be-wws-confirm-ticket-number__contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
}

.be-wws-confirm-ticket-number__content--link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #949499;
  display: none;
          flex-direction: column;
  padding-bottom: 32px;
}

.be-wws-confirm-ticket-number__content--link .be-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.be-wws-confirm-ticket-number__content--link .be-nav__item:first-child {
  margin-right: 0;
  margin-top: 0;
}

.be-wws-confirm-ticket-number__form {
  position: relative;
  width: 100%;
}

.be-wws-confirm-ticket-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-wws-confirm-ticket-number__row + .be-wws-confirm-ticket-number__row {
  margin-top: 24px;
}

.be-wws-confirm-ticket-number__column {
  width: 100%;
}

.be-wws-confirm-ticket-number__column--given-name {
  padding-right: 5px;
  padding-top: 24px;
  width: 50%;
}

.be-wws-confirm-ticket-number__column--family-name {
  padding-left: 5px;
  padding-top: 24px;
  width: 50%;
}

.be-wws-confirm-ticket-number__column--message {
  color: #D91829;
}

.be-wws-confirm-ticket-number__column--message li {
  margin-top: 8px;
}

.be-wws-confirm-ticket-number__column--message li::before {
  content: '*';
}

.be-wws-confirm-ticket-number__column--submit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
}

.be-wws-confirm-ticket-number__column p {
  margin: 0;
}

.be-wws-confirm-ticket-number-ticket-number {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-confirm-ticket-number-ticket-number__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-wws-confirm-ticket-number-ticket-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-confirm-ticket-number-ticket-number__input:focus {
  outline-style: none !important;
}

.be-wws-confirm-ticket-number-ticket-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-ticket-number-ticket-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-ticket-number-ticket-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-ticket-number-ticket-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-ticket-number-ticket-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-ticket-number-ticket-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-wws-confirm-ticket-number-ticket-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-wws-confirm-ticket-number-ticket-number--invalid {
  border-color: #D91829;
}

.be-wws-confirm-ticket-number-ticket-number--invalid .be-wws-confirm-ticket-number-ticket-number__label {
  color: #D91829;
}

.be-wws-confirm-ticket-number-ticket-number--invalid .be-wws-confirm-ticket-number-ticket-number__input {
  color: #D91829;
}

.be-wws-confirm-ticket-number-given-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-confirm-ticket-number-given-name__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-wws-confirm-ticket-number-given-name__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-confirm-ticket-number-given-name__input:focus {
  outline-style: none !important;
}

.be-wws-confirm-ticket-number-given-name__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-ticket-number-given-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-ticket-number-given-name__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-ticket-number-given-name__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-ticket-number-given-name__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-ticket-number-given-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-wws-confirm-ticket-number-given-name--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-wws-confirm-ticket-number-given-name--invalid {
  border-color: #D91829;
}

.be-wws-confirm-ticket-number-given-name--invalid .be-wws-confirm-ticket-number-given-name__label {
  color: #D91829;
}

.be-wws-confirm-ticket-number-given-name--invalid .be-wws-confirm-ticket-number-given-name__input {
  color: #D91829;
}

.be-wws-confirm-ticket-number-family-name {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.be-wws-confirm-ticket-number-family-name__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.be-wws-confirm-ticket-number-family-name__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  min-width: 0;
  padding: 0;
}

.be-wws-confirm-ticket-number-family-name__input:focus {
  outline-style: none !important;
}

.be-wws-confirm-ticket-number-family-name__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-ticket-number-family-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-ticket-number-family-name__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-ticket-number-family-name__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-ticket-number-family-name__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-confirm-ticket-number-family-name__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-wws-confirm-ticket-number-family-name--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-wws-confirm-ticket-number-family-name--invalid {
  border-color: #D91829;
}

.be-wws-confirm-ticket-number-family-name--invalid .be-wws-confirm-ticket-number-family-name__label {
  color: #D91829;
}

.be-wws-confirm-ticket-number-family-name--invalid .be-wws-confirm-ticket-number-family-name__input {
  color: #D91829;
}

.be-wws-confirm-ticket-number-submit {
  height: 50px;
}

.be-wws-confirm-ticket-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-wws-confirm-ticket-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-wws-confirm-ticket-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-wws-confirm-ticket-number-submit__button span {
  position: relative;
}

.be-wws-confirm-ticket-number-submit__button:hover:not(:disabled) span,
.be-wws-confirm-ticket-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-wws-confirm-ticket-number__link-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  margin-top: 24px;
  overflow: hidden;
  padding-left: 27px;
  padding-right: 21px;
}

.be-wws-confirm-ticket-number__link-button:hover {
  color: #fff;
  opacity: 0.5;
}

.be-wws-confirm-ticket-number__link-button::after {
  content: "";
  font-family: "asw-icon";
  justify-self: flex-end;
  margin-left: 8px;
}

.be-wws-confirm-ticket-number__note {
  padding-top: 16px;
}

.be-wws-confirm-ticket-number--loggedin .be-wws-confirm-ticket-number__content--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.be-wws-confirm-ticket-number--loggedin .be-wws-confirm-ticket-number__content--form {
  padding-top: 32px;
}

.be-wws-reserve-award {
  overflow: hidden;
}

.be-wws-reserve-award__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}

.be-wws-reserve-award__item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
  width: 50%;
}

.be-wws-reserve-award__item::before {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  content: '';
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-wws-reserve-award__item::after {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-bottom: 1px solid #949499;
  content: '';
  display: block;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
}

.be-wws-reserve-award__item--empty::before {
  content: none;
}

.be-wws-reserve-award__item--empty::after {
  content: none;
}

.be-wws-reserve-award a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-bottom: 16px;
  margin-top: 16px;
  width: 100%;
}

.be-wws-reserve-award a::after {
  content: "";
  font-family: "asw-icon";
  justify-self: flex-end;
  margin-left: 6px;
}

.be-wws-reserve-award a[target="_blank"]::after {
  content: "";
}

.be-wws-reserve-award a:hover > span {
  text-decoration: underline;
}

.be-wws-reserve-hotel__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-wws-reserve-hotel__row + .be-wws-reserve-hotel__row {
  margin-top: 24px;
}

.be-wws-reserve-hotel__column {
  width: 100%;
}

.be-wws-reserve-hotel__column--left {
  padding-right: 5px;
  width: 50%;
}

.be-wws-reserve-hotel__column--right {
  padding-left: 5px;
  width: 50%;
}

.be-wws-reserve-hotel-loyalty-search-type input[type="radio"] {
  display: none;
}

.be-wws-reserve-hotel-loyalty-search-type__radio {
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin-bottom: 0.2em;
  vertical-align: middle;
  width: 1em;
}

.be-wws-reserve-hotel-loyalty-search-type__radio[aria-checked="true"] {
  -webkit-box-shadow: inset 0 0 0 0.12em #fff;
  background-color: #00146E;
  border-color: #00146E;
          box-shadow: inset 0 0 0 0.12em #fff;
}

.be-wws-reserve-hotel-loyalty-search-type__label {
  cursor: pointer;
  padding-left: 0.2em;
}

.be-wws-reserve-hotel-loyalty-search-type__item {
  margin-top: 0;
}

.be-wws-reserve-hotel-city {
  width: 100%;
}

.be-wws-reserve-hotel-city__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-hotel-city__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-hotel-city__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin: 1px 3px 1px 1px;
  display: inline-block;
  width: 14px;
  line-height: 14px;
}

.be-wws-reserve-hotel-city--empty .be-wws-reserve-hotel-city__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-hotel-city--open .be-wws-reserve-hotel-city__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-hotel-checkin-checkout {
  width: 100%;
}

.be-wws-reserve-hotel-checkin-checkout__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-hotel-checkin-checkout__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-hotel-checkin-checkout__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-wws-reserve-hotel-checkin-checkout--empty .be-wws-reserve-hotel-checkin-checkout__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-hotel-checkin-checkout--open .be-wws-reserve-hotel-checkin-checkout__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-hotel-occupancy {
  width: 100%;
}

.be-wws-reserve-hotel-occupancy__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-hotel-occupancy__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-hotel-occupancy__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-wws-reserve-hotel-occupancy--empty .be-wws-reserve-hotel-occupancy__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-hotel-occupancy--open .be-wws-reserve-hotel-occupancy__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-hotel-submit {
  height: 50px;
}

.be-wws-reserve-hotel-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  margin-left: auto;
  padding-left: 27px;
  padding-right: 21px;
}

.be-wws-reserve-hotel-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-wws-reserve-hotel-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-wws-reserve-hotel-submit__button span {
  position: relative;
}

.be-wws-reserve-hotel-submit__button:hover:not(:disabled) span,
.be-wws-reserve-hotel-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-wws-reserve-hotel__note {
  margin-top: 24px;
}

.be-wws-reserve-hotel__note .be-nav__item {
  margin-top: 8px;
}

.be-wws-reserve-hotel__note .be-nav__item--bold {
  font-weight: 600;
}

.be-wws-reserve-ticket__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-wws-reserve-ticket__row + .be-wws-reserve-ticket__row {
  margin-top: 24px;
}

.be-wws-reserve-ticket__column {
  width: 50%;
}

.be-wws-reserve-ticket__column--departure-airport {
  padding-right: 5px;
}

.be-wws-reserve-ticket__column--arrival-airport {
  padding-left: 5px;
}

.be-wws-reserve-ticket__column--boarding-date {
  padding-right: 5px;
}

.be-wws-reserve-ticket__column--passenger {
  padding-left: 5px;
}

.be-wws-reserve-ticket__column--boarding-class {
  padding-right: 5px;
}

.be-wws-reserve-ticket__column--boarding-class-option {
  padding-left: 5px;
}

.be-wws-reserve-ticket__column--promotion-code {
  width: 100%;
}

.be-wws-reserve-ticket__column--promotion-code-note {
  width: 100%;
}

.be-wws-reserve-ticket__column--promotion-code-note .be-nav__item {
  margin-top: 16px;
}

.be-wws-reserve-ticket__column--comparison-search-type {
  -webkit-transition-property: height;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  overflow: hidden;
  padding-right: 5px;
          transition-delay: 0s;
          transition-duration: 300ms;
  transition-property: height;
          transition-timing-function: ease;
}

.be-wws-reserve-ticket__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  padding-left: 5px;
}

.be-wws-reserve-ticket__column p {
  margin: 0;
}

.be-wws-reserve-ticket-departure-airport {
  width: 100%;
}

.be-wws-reserve-ticket-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-ticket-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-wws-reserve-ticket-departure-airport__button span::before {
  content: "\e900";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-wws-reserve-ticket-departure-airport--empty .be-wws-reserve-ticket-departure-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-ticket-departure-airport--open .be-wws-reserve-ticket-departure-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-ticket-arrival-airport {
  width: 100%;
}

.be-wws-reserve-ticket-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-ticket-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-wws-reserve-ticket-arrival-airport__button span::before {
  content: "\e901";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-wws-reserve-ticket-arrival-airport--empty .be-wws-reserve-ticket-arrival-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-ticket-arrival-airport--open .be-wws-reserve-ticket-arrival-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-ticket-boarding-date {
  width: 100%;
}

.be-wws-reserve-ticket-boarding-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-ticket-boarding-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-ticket-boarding-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-wws-reserve-ticket-boarding-date--empty .be-wws-reserve-ticket-boarding-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-ticket-boarding-date--open .be-wws-reserve-ticket-boarding-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-ticket-passenger {
  width: 100%;
}

.be-wws-reserve-ticket-passenger__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-ticket-passenger__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-ticket-passenger__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-wws-reserve-ticket-passenger--empty .be-wws-reserve-ticket-passenger__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-ticket-passenger--open .be-wws-reserve-ticket-passenger__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-ticket-boarding-class {
  width: 100%;
}

.be-wws-reserve-ticket-boarding-class__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-ticket-boarding-class__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-ticket-boarding-class--empty .be-wws-reserve-ticket-boarding-class__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-ticket-boarding-class--open .be-wws-reserve-ticket-boarding-class__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-ticket-boarding-class-option {
  width: 100%;
}

.be-wws-reserve-ticket-boarding-class-option--hide {
  display: none;
}

.be-wws-reserve-ticket-boarding-class-option__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-reserve-ticket-boarding-class-option__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-reserve-ticket-boarding-class-option--empty .be-wws-reserve-ticket-boarding-class-option__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-ticket-boarding-class-option--open .be-wws-reserve-ticket-boarding-class-option__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-reserve-ticket-promotion-code {
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
}

.be-wws-reserve-ticket-promotion-code__label {
  -ms-flex-negative: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #333;
          flex-grow: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.be-wws-reserve-ticket-promotion-code__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0;
}

.be-wws-reserve-ticket-promotion-code__input:focus {
  outline-style: none !important;
}

.be-wws-reserve-ticket-promotion-code__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-ticket-promotion-code__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-ticket-promotion-code__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-ticket-promotion-code__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-ticket-promotion-code__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-reserve-ticket-promotion-code__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-wws-reserve-ticket-promotion-code--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.be-wws-reserve-ticket-promotion-code--invalid {
  border-color: #D91829;
}

.be-wws-reserve-ticket-promotion-code--invalid .be-wws-reserve-ticket-promotion-code__label {
  color: #D91829;
}

.be-wws-reserve-ticket-promotion-code--invalid .be-wws-reserve-ticket-promotion-code__input {
  color: #D91829;
}

.be-wws-reserve-ticket-submit {
  height: 50px;
}

.be-wws-reserve-ticket-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-wws-reserve-ticket-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-wws-reserve-ticket-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-wws-reserve-ticket-submit__button span {
  position: relative;
}

.be-wws-reserve-ticket-submit__button:hover:not(:disabled) span,
.be-wws-reserve-ticket-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-wws-reserve-ticket__multiple-cities {
  text-decoration: underline;
}

.be-wws-reserve-ticket__note {
  margin-top: 32px;
  text-align: center;
}

.be-wws-reserve-ticket__note .be-nav__item {
  margin-top: 24px;
}

.be-wws-status-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-wws-status-number__row + .be-wws-status-number__row {
  margin-top: 24px;
}

.be-wws-status-number__column--flight-number {
  margin-right: 5px;
  width: calc(50% - 5px);
}

.be-wws-status-number__column--request-date {
  margin-left: 5px;
  width: calc(50% - 5px);
}

.be-wws-status-number__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
}

.be-wws-status-number__column p {
  margin: 0;
}

.be-wws-status-number-flight-number {
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
}

.be-wws-status-number-flight-number__label {
  -ms-flex-negative: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #333;
          flex-grow: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.be-wws-status-number-flight-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  padding: 0;
}

.be-wws-status-number-flight-number__input:focus {
  outline-style: none !important;
}

.be-wws-status-number-flight-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-status-number-flight-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-status-number-flight-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-status-number-flight-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-status-number-flight-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-status-number-flight-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-wws-status-number-flight-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-status-number-request-date {
  width: 100%;
}

.be-wws-status-number-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-status-number-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-status-number-request-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-wws-status-number-request-date--empty .be-wws-status-number-request-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-status-number-request-date--open .be-wws-status-number-request-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-status-number-submit {
  height: 50px;
}

.be-wws-status-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-wws-status-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-wws-status-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-wws-status-number-submit__button span {
  position: relative;
}

.be-wws-status-number-submit__button:hover:not(:disabled) span,
.be-wws-status-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-wws-status-number__note {
  margin-top: 16px;
}

.be-wws-status-number__note .be-nav__item--bold {
  font-weight: 600;
}

.be-wws-status-route__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-wws-status-route__row + .be-wws-status-route__row {
  margin-top: 24px;
}

.be-wws-status-route__column--departure-airport {
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-wws-status-route__column--swap-airport {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
}

.be-wws-status-route__column--arrival-airport {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-wws-status-route__column--request-date {
  margin-left: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-wws-status-route__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
}

.be-wws-status-route__column p {
  margin: 0;
}

.be-wws-status-route-departure-airport {
  width: 100%;
}

.be-wws-status-route-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-status-route-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-wws-status-route-departure-airport__button span::before {
  content: "\e900";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-wws-status-route-departure-airport--empty .be-wws-status-route-departure-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-status-route-departure-airport--open .be-wws-status-route-departure-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-status-route-swap-airport__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 40px;
          justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}

.be-wws-status-route-swap-airport__button::before {
  content: "";
  font-family: "asw-icon";
  font-size: 2rem;
}

.be-wws-status-route-arrival-airport {
  width: 100%;
}

.be-wws-status-route-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-status-route-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;

  display: flex;
  align-items: center;
}

.be-wws-status-route-arrival-airport__button span::before {
  content: "\e901";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-wws-status-route-arrival-airport--empty .be-wws-status-route-arrival-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-status-route-arrival-airport--open .be-wws-status-route-arrival-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-status-route-request-date {
  width: 100%;
}

.be-wws-status-route-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-wws-status-route-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-wws-status-route-request-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-wws-status-route-request-date--empty .be-wws-status-route-request-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-wws-status-route-request-date--open .be-wws-status-route-request-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-wws-status-route-submit {
  height: 50px;
}

.be-wws-status-route-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-wws-status-route-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-wws-status-route-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-wws-status-route-submit__button span {
  position: relative;
}

.be-wws-status-route-submit__button:hover:not(:disabled) span,
.be-wws-status-route-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-wws-status-route__note {
  margin-top: 16px;
}

.be-wws-status-route__note .be-nav__item--bold {
  font-weight: 600;
}



.booking-modal {
  display: none;
}

.booking-modal.editmode-disable {
  display: block;
}

.booking-modal:focus {
  z-index: 10000;
}

.booking-modal--fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

.booking-modal--active {
  display: block;
}

.booking-modal--active .booking-modal__container {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  min-height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.booking-modal--scroll {
  overflow-y: auto !important;
}

.booking-modal__fix-safari-scroll-bug {
  border-radius: 20px;
}

.booking-modal__container {
  display: none;
  position: relative;
}

.booking-modal.editmode-disable .booking-modal__container {
  display: block;
}

.booking-modal__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
          justify-content: center;
  position: relative;
}

.booking-modal__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-flow: column;
          justify-content: flex-end;
}

.booking-modal__content--default {
  height: 100%;
  max-width: 1104px;
  width: 100%;
}

.booking-modal__content--default .booking-modal__window {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-flow: column;
  height: auto;
  max-height: calc(100% - 48px);
  width: 100%;
}

.booking-modal__content--default .booking-modal__window:first-child:last-child {
  margin-top: 48px;
}

@-webkit-keyframes SlideIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes SlideIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.booking-modal__window--bgTransparent {
  background-color: transparent !important;
}

.booking-modal__window:focus {
  outline: none !important;
}

.booking-modal__headline {
  padding-left: 4%;
  padding-right: 4%;
}

.booking-modal__headline > .asw-headline {
  margin-bottom: 0;
  margin-top: 0;
}

.booking-modal__body {
  overflow-y: auto;
  padding-left: 4%;
  padding-right: 4%;
}

.booking-modal__body::after {
  content: '';
  display: block;
}

.booking-modal__body [class^="ANA-"]:first-of-type > *:not([class*="asw-top-margin"]):first-of-type {
  margin-top: 0;
}

.booking-modal__body [class^="ANA-"]:first-of-type > *:not([class*="asw-top-margin"]):first-of-type > .asw-image,
.booking-modal__body [class^="ANA-"]:first-of-type > *:not([class*="asw-top-margin"]):first-of-type > .asw-see-more {
  margin-top: 0;
}

.booking-modal__body [class^="ANA-"]:last-of-type > *:not([class*="asw-bottom-margin"]):last-of-type {
  margin-bottom: 0;
}

.booking-modal__body [class^="ANA-"]:last-of-type > *:not([class*="asw-bottom-margin"]):last-of-type > .asw-image {
  margin-bottom: 0;
}

.booking-modal__closeEl--icon {
  display: block;
  font-size: 0;
  height: 48px;
  margin: 8px 0 8px auto;
  padding-top: 48px;
  position: relative;
  width: 48px;
}

.booking-modal__closeEl--icon:hover {
  cursor: pointer;
}

.booking-modal__closeEl--icon::before, .booking-modal__closeEl--icon::after {
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: -20% 50%;
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  left: 20%;
  position: absolute;
  top: 0;
          transform: rotate(45deg);
          transform-origin: -20% 50%;
  width: 100%;
}

.booking-modal__closeEl--icon::after {
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 120% 50%;
  left: auto;
  right: 20%;
          transform: rotate(-45deg);
          transform-origin: 120% 50%;
}

.booking-modal .asw-button--sm {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 225px;
}

.booking-fixed-bottomnav {
  bottom: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .be-checkbox-list {
    padding-left: 24px;
    padding-right: 24px;
  }
  .be-primary-tab__panel {
    padding-left: 31px;
    padding-right: 31px;
  }
  .be-biz-domestic-confirm__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .be-biz-domestic-confirm__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .be-domestic-confirm-flight__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .be-domestic-confirm-flight__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .be-domestic-confirm-flight .be-accordion__control {
    padding-left: 16px;
  }
  .be-domestic-confirm-tour__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .be-domestic-confirm-tour__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .be-domestic-confirm-tour .be-accordion__control {
    padding-left: 16px;
  }
  .be-domestic-reserve-award__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .be-domestic-reserve-award__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .be-domestic-reserve-car__column--right {
    padding-top: 24px;
  }
  .be-domestic-reserve-golf__column--right {
    padding-top: 48px;
  }
  .be-domestic-reserve-hotel__column--place {
    padding-top: 24px;
  }
  .be-domestic-reserve-hotel__column--passenger {
    padding-top: 24px;
  }
  .be-domestic-reserve-international-hotel__column--right {
    padding-top: 24px;
  }
  /* .be-domestic-reserve-ticket-and-stay__column--checkin-checkout {
    padding-top: 24px;
  } */
  /* .be-domestic-reserve-traffic__column--place {
    padding-top: 24px;
  } */
  /* .be-domestic-reserve-traffic__column--purpose {
    padding-top: 24px;
  } */
  .be-overseas-tour__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .be-overseas-tour__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .be-overseas-checkin-membership-number__amc a {
    font-size: 2rem;
  }
  .be-overseas-confirm-membership-number__amc a {
    font-size: 2rem;
  }
  .be-overseas-confirm-reservation-number__column--given-name {
    padding-top: 24px;
  }
  .be-overseas-confirm-reservation-number__column--family-name {
    padding-top: 24px;
  }
  .be-overseas-confirm-ticket-number__column--given-name {
    padding-top: 24px;
  }
  .be-overseas-confirm-ticket-number__column--family-name {
    padding-top: 24px;
  }
  .be-overseas-reserve-award__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .be-overseas-reserve-award__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .be-overseas-reserve-car__column--right {
    padding-top: 24px;
  }
  .be-wws-reserve-car__column--right {
    padding-top: 24px;
  }
  .be-domestic-reserve-car-rental__column--right {
    padding-top: 24px;
  }
  .be-overseas-reserve-hotel-and-option__column--plan {
    padding-top: 24px;
  }
  .be-overseas-reserve-hotel-and-option__column--use-date {
    padding-top: 24px;
  }
  .be-overseas-reserve-hotel__column--right {
    padding-top: 24px;
  }
  .be-overseas-reserve-tour__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .be-overseas-reserve-tour__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .be-biz-primary-tab__panel {
    padding-left: 31px;
    padding-right: 31px;
  }
  .be-date-select {
    padding-left: 24px;
    padding-right: 24px;
  }
  .be-date-select__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .be-boarding-date {
    padding-left: 24px;
    padding-right: 24px;
  }
  .be-boarding-date__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .be-wws-primary-tab {
    padding-left: 31px;
    padding-right: 31px;
  }
  .be-wws-checkin-membership-number__amc a {
    font-size: 2rem;
  }
  .be-wws-reserve-award__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .be-wws-reserve-award__item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .be-wws-reserve-hotel__column--right {
    padding-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  /* .be-secondary-tab-nav__prev, .be-secondary-tab-nav__next {
    display: none;
  } */
  .be-dialog {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    max-height: 500px;
    opacity: 0;
  }
  .be-dialog--show {
    opacity: 1;
  }
  .be-dialog__header {
    border-bottom: 1px solid #949499;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
  }
  .be-primary-tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-primary-tab__tablist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .be-primary-tab__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.2rem;
    height: 96px;
    width: 97px;
  }
  .be-primary-tab__item:first-child {
    border-top-left-radius: 10px;
  }
  .be-primary-tab__item:last-child {
    border-bottom-left-radius: 10px;
  }
  .be-primary-tab__item::before {
    height: 36px;
    margin-bottom: 3px;
    width: 36px;
  }
  .be-primary-tab__item--domestic::before {
    font-size: 3.2rem;
  }
  .be-primary-tab__item--overseas::before {
    font-size: 2.6rem;
  }
  .be-primary-tab__item[aria-selected="true"] {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 5px 7px 7px -7px, rgba(0, 0, 0, 0.2) -7px 7px 7px -7px;
    background: linear-gradient(90deg, #00146E 7px, #fff 0);
            box-shadow: rgba(0, 0, 0, 0.2) 5px 7px 7px -7px, rgba(0, 0, 0, 0.2) -7px 7px 7px -7px;
    position: relative;
    width: 75px;
  }
  .be-primary-tab__item[aria-selected="true"]::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 10px;
  }
  .be-primary-tab__item[aria-selected="false"] {
    margin-left: auto;
    width: 60px;
  }
  .be-secondary-tab__panel {
    padding-top: 18px;
  }
  .be-secondary-tab__panel-bottom {
    padding-bottom: 28px;
  }
  .be-biz-primary-tab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-biz-primary-tab__tablist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .be-biz-primary-tab__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.2rem;
    height: 96px;
    width: 97px;
  }
  .be-biz-primary-tab__item:first-child {
    border-top-left-radius: 10px;
  }
  .be-biz-primary-tab__item:last-child {
    border-bottom-left-radius: 10px;
  }
  .be-biz-primary-tab__item::before {
    height: 36px;
    margin-bottom: 3px;
    width: 36px;
  }
  .be-biz-primary-tab__item--domestic::before {
    font-size: 3.2rem;
  }
  .be-biz-primary-tab__item--overseas::before {
    font-size: 2.6rem;
  }
  .be-biz-primary-tab__item[aria-selected="true"] {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 5px 7px 7px -7px, rgba(0, 0, 0, 0.2) -7px 7px 7px -7px;
    background: linear-gradient(90deg, #00146E 7px, #fff 0);
            box-shadow: rgba(0, 0, 0, 0.2) 5px 7px 7px -7px, rgba(0, 0, 0, 0.2) -7px 7px 7px -7px;
    position: relative;
    width: 75px;
  }
  .be-biz-primary-tab__item[aria-selected="true"]::after {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 10px;
  }
  .be-biz-primary-tab__item[aria-selected="false"] {
    margin-left: auto;
    width: 60px;
  }
  .be-biz-secondary-tab__panel {
    padding-top: 28px;
  }
  .be-calendar-month__cell--start.be-calendar-month__cell--interval:first-child {
    background: linear-gradient(to right, transparent 0, transparent 22.5px, #EDEDED 22.5px);
  }
  .be-calendar-month__cell--start.be-calendar-month__cell--interval:last-child {
    background: linear-gradient(to left, #EDEDED 0, #EDEDED 22.5px, transparent 22.5px);
  }
  .be-calendar-month__cell--end.be-calendar-month__cell--interval:first-child {
    background: linear-gradient(to right, #EDEDED 0, #EDEDED 22.5px, transparent 22.5px);
  }
  .be-calendar-month__cell--end.be-calendar-month__cell--interval:last-child {
    background: linear-gradient(to left, transparent 0, transparent 22.5px, #EDEDED 22.5px);
  }
  .be-calendar--small .be-calendar-month__cell--start.be-calendar--small .be-calendar-month__cell--interval:first-child {
    background: linear-gradient(to right, transparent 0, transparent 17.5px, #EDEDED 17.5px);
  }
  .be-calendar--small .be-calendar-month__cell--start.be-calendar--small .be-calendar-month__cell--interval:last-child {
    background: linear-gradient(to left, #EDEDED 0, #EDEDED 17.5px, transparent 17.5px);
  }
  .be-calendar--small .be-calendar-month__cell--start.be-calendar--small .be-calendar-month__cell--interval--end.be-calendar--small .be-calendar-month__cell--start.be-calendar--small .be-calendar-month__cell--interval--interval:first-child {
    background: linear-gradient(to right, #EDEDED 0, #EDEDED 17.5px, transparent 17.5px);
  }
  .be-calendar--small .be-calendar-month__cell--start.be-calendar--small .be-calendar-month__cell--interval--end.be-calendar--small .be-calendar-month__cell--start.be-calendar--small .be-calendar-month__cell--interval--interval:last-child {
    background: linear-gradient(to left, transparent 0, transparent 17.5px, #EDEDED 17.5px);
  }
  .be-wws-primary-tab__panel {
    padding-top: 28px;
  }
  .booking-modal--active.booking-modal--scrollable-body .booking-modal__container {
    position: absolute;
  }
  .booking-modal--active.booking-modal--scrollable-body .booking-modal__container .booking-modal__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-bottom: 0;
  }
  .booking-modal__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 64px;
    padding-top: 24px;
  }
  .booking-modal__content--medium {
    max-width: 576px;
    width: 100%;
  }
  .booking-modal__content--small {
    max-width: 432px;
    width: 100%;
  }
  .booking-modal__content--fixed-top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-top: 0;
  }
  .booking-modal__window--hasMaxWidth {
    margin-left: 4vw;
    margin-right: 4vw;
    max-width: 92vw;
  }
  .booking-modal__headline {
    padding-top: 48px;
  }
  .booking-modal__body::after {
    padding-bottom: 48px;
  }
  .booking-modal__body:first-child {
    margin-top: 48px;
  }
  .booking-modal__body:not(:first-child) {
    margin-top: 32px;
  }
  .booking-modal__body [class^="ANA-"]:first-of-type > .asw-text-link--horizontal:not([class*="asw-top-margin"]) {
    margin-top: -16px;
  }
  .booking-modal .asw-button--sm {
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 0;
    max-width: 240px;
  }
  .booking-modal .asw-button--sm > .asw-button__inner > .asw-button__item > .asw-button__link {
    padding-bottom: 14px;
    padding-top: 14px;
  }
  .be-overseas-confirm-reservation-number-reservation-number__notice,
  .be-overseas-checkin-ticket-number__notice,
  .be-overseas-checkin-membership-number__notice{
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .be-biz-domestic-reserve-ticket__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-biz-domestic-status-number__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-biz-domestic-status-route__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-domestic-reserve-car__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-domestic-reserve-golf__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-domestic-reserve-ticket-and-stay__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-domestic-reserve-ticket__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-domestic-status-number__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-domestic-status-route__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-overseas-checkin-membership-number__amc {
    text-align: right;
  }
  .be-overseas-checkin-reservation-number__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-overseas-checkin-reservation-number__content--link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: none;
    border-right: 1px solid #949499;
    padding-bottom: 0;
    padding-right: 24px;
  }
  .be-overseas-checkin-reservation-number__content--form {
    -ms-flex-negative: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
            flex-grow: 1;
        flex-shrink: 1;
    padding-left: 24px;
    padding-top: 0;
  }
  .be-overseas-checkin-reservation-number__column--note {
    width: 50%;
  }
  .be-overseas-checkin-ticket-number__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-overseas-checkin-ticket-number__content--link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: none;
    border-right: 1px solid #949499;
    padding-bottom: 0;
    padding-right: 24px;
  }
  .be-overseas-checkin-ticket-number__content--form {
    -ms-flex-negative: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
            flex-grow: 1;
        flex-shrink: 1;
    padding-left: 24px;
    padding-top: 0;
  }
  .be-overseas-checkin-ticket-number--loggedin .be-overseas-checkin-ticket-number__column--ticket-number {
    width: 100%;
  }
  .be-overseas-checkin-ticket-number--loggedin .be-overseas-checkin-ticket-number__column--given-name {
    width: 50%;
  }
  .be-overseas-checkin-ticket-number--loggedin .be-overseas-checkin-ticket-number__column--family-name {
    width: 50%;
  }
  .be-overseas-confirm-membership-number__amc {
    text-align: right;
  }
  .be-overseas-confirm-reservation-number__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-overseas-confirm-reservation-number__content--form {
    -ms-flex-negative: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
            flex-grow: 1;
        flex-shrink: 1;
  }
  .be-overseas-confirm-reservation-number--loggedin .be-overseas-confirm-reservation-number__column--reservation-number {
    width: 100%;
  }
  .be-overseas-confirm-reservation-number--loggedin .be-overseas-confirm-reservation-number__column--given-name {
    padding-top: 24px;
    width: 50%;
  }
  .be-overseas-confirm-reservation-number--loggedin .be-overseas-confirm-reservation-number__column--family-name {
    padding-top: 24px;
    width: 50%;
  }
  .be-overseas-confirm-reservation-number--loggedin .be-overseas-confirm-reservation-number__content--link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    border-bottom: none;
    border-right: 1px solid #949499;
            justify-content: flex-start;
    padding-bottom: 0;
    padding-right: 24px;
  }
  .be-overseas-confirm-reservation-number--loggedin .be-overseas-confirm-reservation-number__content--form {
    padding-left: 24px;
    padding-top: 0;
  }
  .be-overseas-confirm-ticket-number__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-overseas-confirm-ticket-number__content--form {
    -ms-flex-negative: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
            flex-grow: 1;
        flex-shrink: 1;
  }
  .be-overseas-confirm-ticket-number--loggedin .be-overseas-confirm-ticket-number__column--ticket-number {
    width: 100%;
  }
  .be-overseas-confirm-ticket-number--loggedin .be-overseas-confirm-ticket-number__column--given-name {
    padding-top: 24px;
    width: 50%;
  }
  .be-overseas-confirm-ticket-number--loggedin .be-overseas-confirm-ticket-number__column--family-name {
    padding-top: 24px;
    width: 50%;
  }
  .be-overseas-confirm-ticket-number--loggedin .be-overseas-confirm-ticket-number__content--link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    border-bottom: none;
    border-right: 1px solid #949499;
            justify-content: flex-start;
    padding-bottom: 0;
    padding-right: 24px;
  }
  .be-overseas-confirm-ticket-number--loggedin .be-overseas-confirm-ticket-number__content--form {
    padding-left: 24px;
    padding-top: 0;
  }
  .be-overseas-reserve-ticket-and-stay__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-overseas-reserve-ticket__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-overseas-reserve-ticket__note {
    text-align: left;
  }
  .be-overseas-reserve-tour__note {
    text-align: left;
  }
  .be-overseas-reserve-car__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-wws-reserve-car__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-domestic-reserve-car-rental__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-overseas-status-number__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-overseas-status-route__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-calendar {
    width: 356px;
  }
  .be-calendar--small {
    width: 265px;
  }
  .be-date-select__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .be-boarding-date__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .be-wws-checkin-membership-number__column--note {
    padding-top: 8px;
  }
  .be-wws-checkin-membership-number__amc {
    text-align: right;
  }
  .be-wws-checkin-reservation-number__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-wws-checkin-reservation-number__content--link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: none;
    border-right: 1px solid #949499;
    padding-bottom: 0;
    padding-right: 24px;
  }
  .be-wws-checkin-reservation-number__content--form {
    -ms-flex-negative: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
            flex-grow: 1;
        flex-shrink: 1;
    padding-left: 24px;
    padding-top: 0;
  }
  .be-wws-checkin-reservation-number__column--note {
    width: 50%;
  }
  .be-wws-checkin-ticket-number__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-wws-checkin-ticket-number__content--link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: none;
    border-right: 1px solid #949499;
    padding-bottom: 0;
    padding-right: 24px;
  }
  .be-wws-checkin-ticket-number__content--form {
    -ms-flex-negative: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
            flex-grow: 1;
        flex-shrink: 1;
    padding-left: 24px;
    padding-top: 0;
  }
  .be-wws-checkin-ticket-number--loggedin .be-wws-checkin-ticket-number__column--ticket-number {
    width: 100%;
  }
  .be-wws-checkin-ticket-number--loggedin .be-wws-checkin-ticket-number__column--given-name {
    width: 50%;
  }
  .be-wws-checkin-ticket-number--loggedin .be-wws-checkin-ticket-number__column--family-name {
    width: 50%;
  }
  .be-wws-confirm-membership-number__column--note {
    padding-top: 8px;
  }
  .be-wws-confirm-reservation-number__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-wws-confirm-reservation-number__content--link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: none;
    border-right: 1px solid #949499;
    padding-bottom: 0;
    padding-right: 24px;
  }
  .be-wws-confirm-reservation-number__content--form {
    -ms-flex-negative: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
            flex-grow: 1;
        flex-shrink: 1;
  }
  .be-wws-confirm-reservation-number__row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .be-wws-confirm-reservation-number__column--reservation-number {
    padding-left: 5px;
    padding-right: 5px;
    width: 33.33333333%;
  }
  .be-wws-confirm-reservation-number__column--given-name {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    width: 33.33333333%;
  }
  .be-wws-confirm-reservation-number__column--family-name {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    width: 33.33333333%;
  }
  .be-wws-confirm-reservation-number__column--submit {
    padding-left: 5px;
    padding-right: 5px;
  }
  .be-wws-confirm-reservation-number--loggedin .be-wws-confirm-reservation-number__content--form {
    padding-left: 24px;
    padding-top: 0;
  }
  .be-wws-confirm-reservation-number--loggedin .be-wws-confirm-reservation-number__column--reservation-number {
    width: 100%;
  }
  .be-wws-confirm-reservation-number--loggedin .be-wws-confirm-reservation-number__column--given-name {
    padding-top: 24px;
    width: 50%;
  }
  .be-wws-confirm-reservation-number--loggedin .be-wws-confirm-reservation-number__column--family-name {
    padding-top: 24px;
    width: 50%;
  }
  .be-wws-confirm-ticket-number__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-wws-confirm-ticket-number__content--link {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: none;
    border-right: 1px solid #949499;
    padding-bottom: 0;
    padding-right: 24px;
  }
  .be-wws-confirm-ticket-number__content--form {
    -ms-flex-negative: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
            flex-grow: 1;
        flex-shrink: 1;
  }
  .be-wws-confirm-ticket-number__row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .be-wws-confirm-ticket-number__column--ticket-number {
    padding-left: 5px;
    padding-right: 5px;
    width: 33.33333333%;
  }
  .be-wws-confirm-ticket-number__column--given-name {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    width: 33.33333333%;
  }
  .be-wws-confirm-ticket-number__column--family-name {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    width: 33.33333333%;
  }
  .be-wws-confirm-ticket-number__column--submit {
    padding-left: 5px;
    padding-right: 5px;
  }
  .be-wws-confirm-ticket-number--loggedin .be-wws-confirm-ticket-number__content--form {
    padding-left: 24px;
    padding-top: 0;
  }
  .be-wws-confirm-ticket-number--loggedin .be-wws-confirm-ticket-number__column--ticket-number {
    width: 100%;
  }
  .be-wws-confirm-ticket-number--loggedin .be-wws-confirm-ticket-number__column--given-name {
    padding-top: 24px;
    width: 50%;
  }
  .be-wws-confirm-ticket-number--loggedin .be-wws-confirm-ticket-number__column--family-name {
    padding-top: 24px;
    width: 50%;
  }
  .be-wws-reserve-ticket__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-wws-reserve-ticket__note {
    text-align: left;
  }
  .be-wws-status-number__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-wws-status-route__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .ana2-container:has(#booking-modal-xf > #modal-reservation[area-hidden="false"]) ~ .be-dialog-container{
    z-index: 10001;
  }
  .pf-main:has(#booking-modal-xf > #modal-reservation[area-hidden="false"]) ~ .be-dialog-container{
    z-index: 10001;
  }
  .ana2-container:has(#booking-module_modal-guide > #be-modal-btn[area-hidden="false"]) ~ .be-dialog-container{
    z-index: 10001;
  }
}

@media screen and (max-width: 767px) {
  .ANA-3009 .asw-container--top-be-module{
    transform: translateY(0px);
  }
  .be-checkbox-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    height: 100%;
    padding: 0;
    width: 100%;
  }
  .be-checkbox-list__body {
    -ms-flex-negative: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-basis: 0%;
            flex-direction: column;
            flex-grow: 1;
        flex-shrink: 1;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
  }
  .be-dialog {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    bottom: -100%;
    height: calc(100% - 46px);
    left: 0;
    width: 100%;
  }
  .be-dialog--show {
    bottom: 0;
  }
  .be-dialog-container {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  .be-dialog-background {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
  }
  .be-dialog__header {
    padding-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 24px;
  }
  .be-dialog__body {
    -ms-flex-negative: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
            flex-grow: 1;
        flex-shrink: 1;
  }
  .be-dialog__footer {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-top: none;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
  .be-dialog__footer-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .be-dialog__footer-inner:empty {
    height: 0;
    padding: 0px;
  }
  .be-dialog__footer-notification {
    padding-left: 15px;
    padding-right: 15px;
  }
  .be-dialog__title {
    font-size: 2.0rem;
  }
  .be-dialog__close-button {
    height: 30px;
    position: absolute !important;
    right: 8px;
    top: -38px;
    width: 30px;
  }
  .be-dialog__close-button::after {
    color: #fff;
    font-size: 2.5rem;
  }
  .be-dialog__button {
    border-radius: 18.5px;
    height: 37px;
  }
  .be-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .be-nav__item {
    margin-right: 0;
  }
  .be-primary-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .be-primary-tab__tablist {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .be-primary-tab__item {
    -ms-flex-negative: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-basis: 0%;
            flex-direction: row;
            flex-grow: 1;
        flex-shrink: 1;
    font-size: 1.6rem;
    height: 58px;
  }
  .be-primary-tab__item:first-child {
    border-top-left-radius: 10px;
  }
  .be-primary-tab__item:last-child {
    border-top-right-radius: 10px;
  }
  .be-primary-tab__item::before {
    height: 24px;
    margin-right: 4px;
    width: 24px;
  }
  .be-primary-tab__item--domestic::before {
    font-size: 2.1rem;
  }
  .be-primary-tab__item--overseas::before {
    font-size: 1.7rem;
  }
  .be-primary-tab__item[aria-selected="true"] {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) -3px -3px 7px -3px;
    background: linear-gradient(180deg, #00146E 5px, #fff 0);
            box-shadow: rgba(0, 0, 0, 0.3) -3px -3px 7px -3px;
  }
  .be-primary-tab__item[aria-selected="false"] {
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0px -6px 7px -6px;
            box-shadow: inset rgba(0, 0, 0, 0.3) 0px -6px 7px -6px;
    height: 42px;
    margin-top: auto;
  }
  .be-primary-tab__panel {
    -webkit-box-shadow: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-right-radius: 0;
            box-shadow: none;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-secondary-tab__content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .be-secondary-tab__content::after {
    content: "";
    display: block;
    padding-right: 15px;
  }
  .be-secondary-tab__panel {
    padding-top: 10px;
  }
  .be-tertiary-tab__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4px;
  }
  .be-tertiary-tab__content::after {
    content: "";
    display: block;
    padding-right: 20px;
  }
  .be-tertiary-tab__item + .be-tertiary-tab__item {
    margin-left: 24px;
  }
  .be-tertiary-tab__panel {
    padding-left: 15px;
    padding-right: 15px;
  }
  .be-biz-domestic-confirm {
    margin-left: 15px;
    margin-right: 15px;
  }
  .be-biz-domestic-confirm__list {
    margin-left: 0;
    margin-right: 0;
  }
  .be-biz-domestic-confirm__item {
    font-size: 1.6rem;
    height: 57px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-biz-domestic-confirm__list + .be-accordion {
    margin-top: 16px;
  }
  .be-biz-domestic-confirm .be-nav__item {
    margin-top: 8px;
  }
  .be-biz-domestic-confirm .be-nav__item:first-child {
    margin-top: 16px;
  }
  .be-biz-domestic-reserve-ticket__row + .be-biz-domestic-reserve-ticket__row {
    margin-top: 16px;
  }
  .be-biz-domestic-reserve-ticket__column--departure-airport {
    width: calc(50% - 23px);
  }
  .be-biz-domestic-reserve-ticket__column--swap-airport {
    width: 46px;
  }
  .be-biz-domestic-reserve-ticket__column--arrival-airport {
    width: calc(50% - 23px);
  }
  .be-biz-domestic-reserve-ticket-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-reserve-ticket-swap-airport__button {
    height: 36px;
    width: 36px;
  }
  .be-biz-domestic-reserve-ticket-swap-airport__button::before {
    font-size: 1.8rem;
  }
  .be-biz-domestic-reserve-ticket-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-reserve-ticket-boarding-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-reserve-ticket-passenger__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-reserve-ticket-compartment-class__button {
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-reserve-ticket-compartment-class__button::after {
    color: #333;
    content: "";
    font-family: "asw-icon";
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-biz-domestic-reserve-ticket-search-mode__button {
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-reserve-ticket-search-mode__button::after {
    color: #333;
    content: "";
    font-family: "asw-icon";
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-biz-domestic-status-number__row + .be-biz-domestic-status-number__row {
    margin-top: 16px;
  }
  .be-biz-domestic-status-number-flight-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-status-number-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-status-number__note {
    margin-top: 24px;
  }
  .be-biz-domestic-status-number__note .be-nav__item {
    margin-top: 8px;
  }
  .be-biz-domestic-status-route__row + .be-biz-domestic-status-route__row {
    margin-top: 16px;
  }
  .be-biz-domestic-status-route__column--departure-airport {
    width: calc(50% - 28px);
  }
  .be-biz-domestic-status-route__column--swap-airport {
    width: 36px;
  }
  .be-biz-domestic-status-route__column--arrival-airport {
    width: calc(50% - 28px);
  }
  .be-biz-domestic-status-route-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-status-route-swap-airport__button {
    height: 36px;
    width: 36px;
  }
  .be-biz-domestic-status-route-swap-airport__button::before {
    font-size: 1.8rem;
  }
  .be-biz-domestic-status-route-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-status-route-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-biz-domestic-status-route__note {
    margin-top: 24px;
  }
  .be-biz-domestic-status-route__note .be-nav__item {
    margin-top: 8px;
  }
  .be-biz-domestic-status-route__note {
    margin-top: 24px;
  }
  .be-biz-domestic-status-route__note .be-nav__item {
    margin-top: 8px;
  }
  .be-domestic-confirm-flight__list {
    margin-left: 0;
    margin-right: 0;
  }
  .be-domestic-confirm-flight__item {
    font-size: 1.6rem;
    height: 57px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-confirm-flight__item--accordion {
    min-height: 57px;
  }
  .be-domestic-confirm-flight .be-accordion__label {
    font-size: 1.6rem;
    height: 57px;
  }
  .be-domestic-confirm-flight .be-accordion__control {
    padding-left: 15px;
  }
  .be-domestic-confirm-flight__accordion-list-item {
    font-size: 1.4rem;
    font-weight: 400;
    height: 57px;
  }
  .be-domestic-confirm-tour__list {
    margin-left: 0;
    margin-right: 0;
  }
  .be-domestic-confirm-tour__item {
    font-size: 1.6rem;
    min-height: 57px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-confirm-tour__item--accordion {
    min-height: 57px;
  }
  .be-domestic-confirm-tour .be-accordion__label {
    font-size: 1.6rem;
    height: 57px;
  }
  .be-domestic-confirm-tour .be-accordion__control {
    padding-left: 15px;
  }
  .be-domestic-confirm-tour__accordion-list-item {
    font-size: 1.4rem;
    font-weight: 400;
    height: 57px;
  }
  .be-domestic-reserve-award__list {
    margin-left: 0;
    margin-right: 0;
  }
  .be-domestic-reserve-award__item {
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
  }
  .be-domestic-reserve-car__row--mt1 {
    margin-top: 16px;
  }
  .be-domestic-reserve-car__column--right {
    padding-top: 16px;
  }
  .be-domestic-reserve-car-from-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-from-time__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-from-where .be-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-domestic-reserve-car-from-where .be-nav__item {
    margin-right: 24px;
  }
  .be-domestic-reserve-car-from-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-from-line__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-from-pref-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-to-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-to-time__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-to-where .be-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-domestic-reserve-car-to-where .be-nav__item {
    margin-right: 24px;
  }
  .be-domestic-reserve-car-to-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-to-line__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-to-pref-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-golf__row--mt1 {
    margin-top: 32px;
  }
  .be-domestic-reserve-golf__column--right {
    padding-top: 32px;
  }
  .be-domestic-reserve-golf__column--start-date-from {
    margin: 0px 4px;
  }
  .be-domestic-reserve-golf-start-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-golf-number-of-playing-days__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-golf-pref-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-golf-course-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-hotel__row + .be-domestic-reserve-hotel__row {
    margin-top: 16px;
  }
  .be-domestic-reserve-hotel__column--place {
    padding-top: 16px;
  }
  .be-domestic-reserve-hotel__column--passenger {
    padding-top: 16px;
  }
  .be-domestic-reserve-hotel__column--condition .be-nav {
    margin-top: 8px;
  }
  .be-domestic-reserve-hotel__column--condition .be-nav__item {
    margin-top: 8px;
  }
  .be-domestic-reserve-hotel-checkin-checkout__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-hotel-place__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-hotel-passenger__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-international-hotel__row + .be-domestic-reserve-international-hotel__row {
    margin-top: 16px;
  }
  .be-domestic-reserve-international-hotel__column--right {
    padding-top: 16px;
  }
  .be-domestic-reserve-international-hotel-loyalty-search-type .be-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-domestic-reserve-international-hotel-loyalty-search-type .be-nav__item {
    margin-right: 24px;
  }
  .be-domestic-reserve-international-hotel-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-international-hotel-checkin-checkout__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-international-hotel-occupancy__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-and-stay__stay {
    margin-top: 24px;
  }
  .be-domestic-reserve-ticket-and-stay__row + .be-domestic-reserve-ticket-and-stay__row {
    margin-top: 16px;
  }
  .be-domestic-reserve-ticket-and-stay__column--boarding-date {
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-reserve-ticket-and-stay__column--passenger {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-domestic-reserve-ticket-and-stay__column--place{
    padding-right: 0;
  }
  .be-domestic-reserve-ticket-and-stay__column--checkin-checkout {
    padding-top: 16px;
    padding-left: 0;
  }
  .be-domestic-reserve-ticket-and-stay-way-there-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-and-stay-way-there-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-and-stay-way-back-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-and-stay-way-back-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-and-stay-boarding-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-and-stay-passenger__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-and-stay-place__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-and-stay-checkin-checkout__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-and-stay__form--collapse .be-domestic-reserve-ticket-and-stay__row--optional {
    margin-top: 0;
  }
  .be-domestic-reserve-ticket__row + .be-domestic-reserve-ticket__row {
    margin-top: 16px;
  }
  .be-domestic-reserve-ticket__row + .be-domestic-reserve-ticket__row--optional {
    margin-top: 0;
  }
  .be-domestic-reserve-ticket__column--departure-airport {
    width: calc(50% - 23px);
  }
  .be-domestic-reserve-ticket__column--swap-airport {
    width: 46px;
  }
  .be-domestic-reserve-ticket__column--arrival-airport {
    width: calc(50% - 23px);
  }
  .be-domestic-reserve-ticket__column--compartment-class {
    margin-top: 16px;
  }
  .be-domestic-reserve-ticket-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-swap-airport__button {
    height: 36px;
    width: 36px;
  }
  .be-domestic-reserve-ticket-swap-airport__button::before {
    font-size: 1.8rem;
  }
  .be-domestic-reserve-ticket-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-boarding-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-passenger__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-compartment-class__button {
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-compartment-class__button::after {
    color: #333;
    content: "";
    font-family: "asw-icon";
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-domestic-reserve-ticket-search-mode__button {
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-ticket-search-mode__button::after {
    color: #333;
    content: "";
    font-family: "asw-icon";
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-domestic-reserve-traffic__row + .be-domestic-reserve-traffic__row {
    margin-top: 16px;
  }
  .be-domestic-reserve-traffic__column--place {
    padding-top: 16px;
  }
  .be-domestic-reserve-traffic__column--purpose {
    padding-top: 16px;
  }
  .be-domestic-reserve-traffic-use-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-traffic-place__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-traffic-purpose__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-status-number__row + .be-domestic-status-number__row {
    margin-top: 16px;
  }
  .be-domestic-status-number-flight-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-status-number-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-status-number__note {
    margin-top: 24px;
  }
  .be-domestic-status-number__note .be-nav__item {
    margin-top: 8px;
  }
  .be-domestic-status-route__row + .be-domestic-status-route__row {
    margin-top: 16px;
  }
  .be-domestic-status-route__column--departure-airport {
    width: calc(50% - 28px);
  }
  .be-domestic-status-route__column--swap-airport {
    width: 36px;
  }
  .be-domestic-status-route__column--arrival-airport {
    width: calc(50% - 28px);
  }
  .be-domestic-status-route-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-status-route-swap-airport__button {
    height: 36px;
    width: 36px;
  }
  .be-domestic-status-route-swap-airport__button::before {
    font-size: 1.8rem;
  }
  .be-domestic-status-route-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-status-route-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-status-route__note {
    margin-top: 24px;
  }
  .be-domestic-status-route__note .be-nav__item {
    margin-top: 8px;
  }
  .be-domestic-status-route__note {
    margin-top: 24px;
  }
  .be-domestic-status-route__note .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-tour {
    margin-left: 15px;
    margin-right: 15px;
  }
  .be-overseas-tour__list {
    margin-left: 0;
    margin-right: 0;
  }
  .be-overseas-tour__item {
    font-size: 1.6rem;
    height: 57px;
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
  }
  .be-overseas-tour__list + .be-accordion {
    margin-top: 16px;
  }
  .be-overseas-tour .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-tour .be-nav__item:first-child {
    margin-top: 16px;
  }
  .be-overseas-checkin-membership-number__content--link .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-checkin-membership-number__row--action {
    margin-top: 24px;
  }
  .be-overseas-checkin-membership-number__column--membership-number {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-checkin-membership-number__column--password {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-overseas-checkin-membership-number-membership-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-checkin-membership-number-password {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-checkin-membership-number__note {
    padding-top: 16px;
  }
  .be-overseas-checkin-membership-number__note .be-accordion .be-nav__item + .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-checkin-reservation-number__content--link .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-checkin-reservation-number__row + .be-overseas-checkin-reservation-number__row {
    margin-top: 16px;
  }
  .be-overseas-checkin-reservation-number__column--given-name {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-checkin-reservation-number__column--family-name {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-overseas-checkin-reservation-number-reservation-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-checkin-reservation-number-given-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-checkin-reservation-number-family-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-checkin-ticket-number__content--link .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-checkin-ticket-number__row + .be-overseas-checkin-ticket-number__row {
    margin-top: 16px;
  }
  .be-overseas-checkin-ticket-number__column--given-name {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-checkin-ticket-number__column--family-name {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-overseas-checkin-ticket-number-ticket-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-checkin-ticket-number-given-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-checkin-ticket-number-family-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-checkin-ticket-number__note {
    padding-top: 16px;
  }
  .be-overseas-checkin-ticket-number__note .be-accordion .be-nav__item + .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-confirm-membership-number__row--note {
    margin-top: 0;
  }
  .be-overseas-confirm-membership-number__row--action {
    margin-top: 8px;
  }
  .be-overseas-confirm-membership-number__column--membership-number {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-confirm-membership-number__column--password {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-overseas-confirm-membership-number-membership-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-confirm-membership-number-password {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-confirm-membership-number__note {
    padding-top: 16px;
  }
  .be-overseas-confirm-membership-number__note .be-accordion .be-nav__item + .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-confirm-reservation-number__row + .be-overseas-confirm-reservation-number__row {
    margin-top: 16px;
  }
  .be-overseas-confirm-reservation-number__column--given-name {
    padding-top: 16px;
  }
  .be-overseas-confirm-reservation-number__column--family-name {
    padding-top: 16px;
  }
  .be-overseas-confirm-reservation-number-reservation-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-confirm-reservation-number-given-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-confirm-reservation-number-family-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-confirm-reservation-number__note {
    padding-top: 16px;
  }
  .be-overseas-confirm-reservation-number__note .be-accordion .be-nav__item + .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-confirm-ticket-number__row + .be-overseas-confirm-ticket-number__row {
    margin-top: 16px;
  }
  .be-overseas-confirm-ticket-number__column--given-name {
    padding-top: 16px;
  }
  .be-overseas-confirm-ticket-number__column--family-name {
    padding-top: 16px;
  }
  .be-overseas-confirm-ticket-number-ticket-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-confirm-ticket-number-given-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-confirm-ticket-number-family-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-confirm-ticket-number__note {
    padding-top: 16px;
  }
  .be-overseas-confirm-ticket-number__note .be-accordion .be-nav__item + .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-reserve-award__list {
    margin-left: 0;
    margin-right: 0;
  }
  .be-overseas-reserve-award__item {
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
  }
  .be-overseas-reserve-car__row--mt1 {
    margin-top: 16px;
  }
  .be-overseas-reserve-car__column--right {
    padding-top: 16px;
  }
  .be-overseas-reserve-car-from-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-car-from-time__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-car-from-where .be-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-overseas-reserve-car-from-where .be-nav__item {
    margin-right: 24px;
  }
  .be-overseas-reserve-car-from-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-car-from-pref-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-car-to-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-car-to-time__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-car-age__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-car-to-where .be-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-overseas-reserve-car-to-where .be-nav__item {
    margin-right: 24px;
  }
  .be-overseas-reserve-car-to-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-car-to-pref-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-car__row--mt1 {
    margin-top: 16px;
  }
  .be-wws-reserve-car__column--right {
    padding-top: 16px;
  }
  .be-wws-reserve-car-from-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-car-from-time__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-car-from-where .be-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-wws-reserve-car-from-where .be-nav__item {
    margin-right: 24px;
  }
  .be-wws-reserve-car-from-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-car-from-pref-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-car-to-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-car-to-time__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-car-age__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-car-to-where .be-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-wws-reserve-car-to-where .be-nav__item {
    margin-right: 24px;
  }
  .be-wws-reserve-car-to-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-car-to-pref-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-rental__row--mt1 {
    margin-top: 16px;
  }
  .be-domestic-reserve-car-rental__column--right {
    padding-top: 16px;
  }
  .be-domestic-reserve-car-rental-from-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-rental-from-time__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-rental-from-where .be-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-domestic-reserve-car-rental-from-where .be-nav__item {
    margin-right: 24px;
  }
  .be-domestic-reserve-car-rental-from-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-rental-from-pref-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-rental-to-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-rental-to-time__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-rental-age__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-rental-to-where .be-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-domestic-reserve-car-rental-to-where .be-nav__item {
    margin-right: 24px;
  }
  .be-domestic-reserve-car-rental-to-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-reserve-car-rental-to-pref-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-hotel-and-option__row + .be-overseas-reserve-hotel-and-option__row {
    margin-top: 16px;
  }
  .be-overseas-reserve-hotel-and-option__column--plan {
    padding-top: 16px;
  }
  .be-overseas-reserve-hotel-and-option__column--use-date {
    padding-top: 16px;
  }
  .be-overseas-reserve-hotel-and-option-destination__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-hotel-and-option-plan__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-hotel-and-option-use-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-hotel-and-option__note {
    margin-top: 24px;
  }
  .be-overseas-reserve-hotel__row + .be-overseas-reserve-hotel__row {
    margin-top: 16px;
  }
  .be-overseas-reserve-hotel__column--right {
    padding-top: 16px;
  }
  .be-overseas-reserve-hotel-loyalty-search-type .be-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-overseas-reserve-hotel-loyalty-search-type .be-nav__item {
    margin-right: 24px;
  }
  .be-overseas-reserve-hotel-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-hotel-checkin-checkout__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-hotel-occupancy__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-and-stay__stay {
    margin-top: 24px;
  }
  .be-overseas-reserve-ticket-and-stay__row + .be-overseas-reserve-ticket-and-stay__row {
    margin-top: 16px;
  }
  .be-overseas-reserve-ticket-and-stay__stay + .be-overseas-reserve-ticket-and-stay__row {
    margin-top: 16px;
  }
  .be-overseas-reserve-ticket-and-stay__column--number-of-rooms {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-reserve-ticket-and-stay__column--passenger {
    margin-top: 16px;
    padding-left: 0;
    width: 100%;
  }
  .be-overseas-reserve-ticket-and-stay-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-and-stay-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-and-stay-boarding-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-and-stay-cabin-class__button {
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-and-stay-cabin-class__button::after {
    color: #333;
    content: "";
    font-family: "asw-icon";
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-overseas-reserve-ticket-and-stay-number-of-rooms__button {
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-and-stay-number-of-rooms__button::after {
    color: #333;
    content: "";
    font-family: "asw-icon";
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-overseas-reserve-ticket-and-stay-passenger__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-and-stay__form--collapse .be-overseas-reserve-ticket-and-stay__row--optional {
    margin-top: 0;
  }
  /* 10月以降タブで使用 */
  .be-overseas-reserve-ticket-and-stay__form-after--collapse .be-overseas-reserve-ticket-and-stay-after__row--optional {
    margin-top: 0;
  }
  .be-overseas-reserve-ticket__row + .be-overseas-reserve-ticket__row {
    margin-top: 16px;
  }
  .be-overseas-reserve-ticket__row--optional + .be-overseas-reserve-ticket__row {
    margin-top: 0;
  }
  .be-overseas-reserve-ticket__column--comparison-search-type {
    margin-top: 16px;
  }
  .be-overseas-reserve-ticket-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-boarding-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-passenger__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-boarding-class__button {
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-boarding-class__button::after {
    color: #333;
    content: "";
    font-family: "asw-icon";
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-overseas-reserve-ticket-boarding-class-option__button {
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-reserve-ticket-boarding-class-option__button::after {
    color: #333;
    content: "";
    font-family: "asw-icon";
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-overseas-reserve-ticket__form--collapse .be-overseas-reserve-ticket__row--optional {
    margin-top: 0;
  }
  .be-overseas-reserve-ticket__note {
    margin-top: 16px;
  }
  .be-overseas-reserve-ticket__note .be-nav {
    margin-top: 24px;
    text-align: left;
  }
  .be-overseas-reserve-ticket__note .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-reserve-tour__list {
    margin-left: 0;
    margin-right: 0;
  }
  .be-overseas-reserve-tour__item {
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
  }
  .be-overseas-reserve-tour__note {
    margin-top: 16px;
  }
  .be-overseas-reserve-tour__note .be-nav {
    margin-top: 24px;
    text-align: left;
  }
  .be-overseas-reserve-tour__note .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-status-number__row + .be-overseas-status-number__row {
    margin-top: 16px;
  }
  .be-overseas-status-number-flight-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-status-number-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-status-number__note {
    margin-top: 24px;
  }
  .be-overseas-status-number__note .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-status-route__row + .be-overseas-status-route__row {
    margin-top: 16px;
  }
  .be-overseas-status-route__column--departure-airport {
    width: calc(50% - 28px);
  }
  .be-overseas-status-route__column--swap-airport {
    width: 36px;
  }
  .be-overseas-status-route__column--arrival-airport {
    width: calc(50% - 28px);
  }
  .be-overseas-status-route-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-status-route-swap-airport__button {
    height: 36px;
    width: 36px;
  }
  .be-overseas-status-route-swap-airport__button::before {
    font-size: 1.8rem;
  }
  .be-overseas-status-route-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-status-route-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-status-route__note {
    margin-top: 24px;
  }
  .be-overseas-status-route__note .be-nav__item {
    margin-top: 8px;
  }
  .be-biz-primary-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .be-biz-primary-tab__tablist {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
  .be-biz-primary-tab__item {
    -ms-flex-negative: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-basis: 0%;
            flex-direction: row;
            flex-grow: 1;
        flex-shrink: 1;
    font-size: 1.6rem;
    height: 58px;
  }
  .be-biz-primary-tab__item:first-child {
    border-top-left-radius: 10px;
  }
  .be-biz-primary-tab__item:last-child {
    border-top-right-radius: 10px;
  }
  .be-biz-primary-tab__item::before {
    height: 24px;
    margin-right: 4px;
    width: 24px;
  }
  .be-biz-primary-tab__item--domestic::before {
    font-size: 2.1rem;
  }
  .be-biz-primary-tab__item--overseas::before {
    font-size: 1.7rem;
  }
  .be-biz-primary-tab__item[aria-selected="true"] {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) -3px -3px 7px -3px;
    background: linear-gradient(180deg, #00146E 5px, #fff 0);
            box-shadow: rgba(0, 0, 0, 0.3) -3px -3px 7px -3px;
  }
  .be-biz-primary-tab__item[aria-selected="false"] {
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0px -6px 7px -6px;
            box-shadow: inset rgba(0, 0, 0, 0.3) 0px -6px 7px -6px;
    height: 42px;
    margin-top: auto;
  }
  .be-biz-primary-tab__panel {
    -webkit-box-shadow: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-right-radius: 0;
            box-shadow: none;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-biz-secondary-tab__content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .be-biz-secondary-tab__content::after {
    content: "";
    display: block;
    padding-right: 15px;
  }
  .be-biz-secondary-tab__panel {
    padding-top: 20px;
  }
  .be-biz-tertiary-tab__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .be-biz-tertiary-tab__content::after {
    content: "";
    display: block;
    padding-right: 20px;
  }
  .be-biz-tertiary-tab__item + .be-biz-tertiary-tab__item {
    margin-left: 24px;
  }
  .be-biz-tertiary-tab__panel {
    padding-left: 15px;
    padding-right: 15px;
  }
  .be-calendar ~ .be-calendar {
    margin-top: 32px;
  }
  .be-calendar-month__week-row {
    display: none;
  }
  .be-calendar-month__week-cell-item {
    width: 37px;
  }
  .be-calendar-month__cell {
    -ms-flex-preferred-size: 37px;
        flex-basis: 37px;
  }
  .be-calendar-month__cell--start.be-calendar-month__cell--interval:first-child {
    background: linear-gradient(to right, transparent 0, transparent 18.5px, #EDEDED 18.5px);
  }
  .be-calendar-month__cell--start.be-calendar-month__cell--interval:last-child {
    background: linear-gradient(to left, #EDEDED 0, #EDEDED 18.5px, transparent 18.5px);
  }
  .be-calendar-month__cell--end.be-calendar-month__cell--interval:first-child {
    background: linear-gradient(to right, #EDEDED 0, #EDEDED 18.5px, transparent 18.5px);
  }
  .be-calendar-month__cell--end.be-calendar-month__cell--interval:last-child {
    background: linear-gradient(to left, transparent 0, transparent 18.5px, #EDEDED 18.5px);
  }
  .be-calendar-month__cell-button span {
    height: 37px;
    width: 37px;
  }
  .be-date-select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-date-select__header {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
  .be-date-select__body {
    -ms-flex-negative: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-basis: 0%;
            flex-direction: column;
            flex-grow: 1;
        flex-shrink: 1;
    padding-left: 15px;
    padding-right: 15px;
  }
  .be-date-select__values {
    display: block;
  }
  .be-date-select__week-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .be-date-select__week-cell-item {
    width: 37px;
  }
  .be-list-with-search__searchbox {
    margin-bottom: 24px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
  }
  .be-passenger--overseas-ticket-and-stay .be-passenger__note {
    margin-top: 24px;
  }
  .be-tab__header {
    padding-bottom: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .be-tab__tablist {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .be-airport {
    width: 100%;
  }
  .be-airport__searchbox {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px;
  }
  .be-boarding-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-boarding-date__header {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
  .be-boarding-date__body {
    -ms-flex-negative: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-basis: 0%;
            flex-direction: column;
            flex-grow: 1;
        flex-shrink: 1;
    padding-left: 15px;
    padding-right: 15px;
  }
  .be-boarding-date__values {
    display: block;
  }
  .be-boarding-date__week-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .be-boarding-date__week-cell-item {
    width: 37px;
  }
  .be-wws-primary-tab {
    padding-left: 0;
    padding-right: 0;
  }
  /* .be-wws-primary-tab__content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .be-wws-primary-tab__content::after {
    content: "";
    display: block;
    padding-right: 15px;
  } */
  .be-wws-primary-tab__panel {
    padding-top: 20px;
  }
  .be-wws-secondary-tab__item + .be-wws-secondary-tab__item {
    margin-left: 24px;
  }
  .be-wws-secondary-tab__panel {
    padding-left: 15px;
    padding-right: 15px;
  }
  .be-wws-checkin-membership-number__content--link .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-checkin-membership-number__column--membership-number {
    padding-right: 0;
    width: 100%;
  }
  .be-wws-checkin-membership-number__column--password {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-wws-checkin-membership-number__column--note {
    padding-top: 8px;
  }
  .be-wws-checkin-membership-number__column--note .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-checkin-membership-number__column--lasting {
    padding-top: 0;
  }
  .be-wws-checkin-membership-number__column--lasting .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-checkin-membership-number-membership-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-checkin-membership-number-password {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-checkin-membership-number__note {
    padding-top: 16px;
  }
  .be-wws-checkin-membership-number__note .be-accordion .be-nav__item + .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-checkin-reservation-number__content--link .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-checkin-reservation-number__row + .be-wws-checkin-reservation-number__row {
    margin-top: 16px;
  }
  .be-wws-checkin-reservation-number__column--given-name {
    padding-right: 0;
    width: 100%;
  }
  .be-wws-checkin-reservation-number__column--family-name {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-wws-checkin-reservation-number-reservation-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-checkin-reservation-number-given-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-checkin-reservation-number-family-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-checkin-ticket-number__content--link .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-checkin-ticket-number__row + .be-wws-checkin-ticket-number__row {
    margin-top: 16px;
  }
  .be-wws-checkin-ticket-number__column--given-name {
    padding-right: 0;
    width: 100%;
  }
  .be-wws-checkin-ticket-number__column--family-name {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-wws-checkin-ticket-number-ticket-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-checkin-ticket-number-given-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-checkin-ticket-number-family-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-checkin-ticket-number__note {
    padding-top: 16px;
  }
  .be-wws-checkin-ticket-number__note .be-accordion .be-nav__item + .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-confirm-membership-number__row--note {
    margin-top: 0;
  }
  .be-wws-confirm-membership-number__column--membership-number {
    padding-right: 0;
    width: 100%;
  }
  .be-wws-confirm-membership-number__column--password {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-wws-confirm-membership-number__column--note {
    padding-top: 8px;
  }
  .be-wws-confirm-membership-number__column--note .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-confirm-membership-number__column--lasting {
    padding-top: 0;
  }
  .be-wws-confirm-membership-number__column--lasting .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-confirm-membership-number-membership-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-confirm-membership-number-password {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-confirm-reservation-number__content--link .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-confirm-reservation-number__row + .be-wws-confirm-reservation-number__row {
    margin-top: 16px;
  }
  .be-wws-confirm-reservation-number__column--given-name {
    padding-right: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-wws-confirm-reservation-number__column--family-name {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-wws-confirm-reservation-number-reservation-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-confirm-reservation-number-given-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-confirm-reservation-number-family-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-confirm-ticket-number__content--link .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-confirm-ticket-number__row + .be-wws-confirm-ticket-number__row {
    margin-top: 16px;
  }
  .be-wws-confirm-ticket-number__column--given-name {
    padding-right: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-wws-confirm-ticket-number__column--family-name {
    padding-left: 0;
    padding-top: 16px;
    width: 100%;
  }
  .be-wws-confirm-ticket-number-ticket-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-confirm-ticket-number-given-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-confirm-ticket-number-family-name {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-award__list {
    margin-left: 0;
    margin-right: 0;
  }
  .be-wws-reserve-award__item {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-wws-reserve-hotel__row + .be-wws-reserve-hotel__row {
    margin-top: 16px;
  }
  .be-wws-reserve-hotel__column--right {
    padding-top: 16px;
  }
  .be-wws-reserve-hotel-loyalty-search-type .be-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .be-wws-reserve-hotel-loyalty-search-type .be-nav__item {
    margin-right: 24px;
  }
  .be-wws-reserve-hotel-city__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-hotel-checkin-checkout__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-hotel-occupancy__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-ticket__row + .be-wws-reserve-ticket__row {
    margin-top: 16px;
  }
  .be-wws-reserve-ticket__column--boarding-class {
    padding-right: 0;
    width: 100%;
  }
  .be-wws-reserve-ticket__column--boarding-class-option {
    padding-left: 0;
    width: 100%;
  }
  .be-wws-reserve-ticket-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-ticket-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-ticket-boarding-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-ticket-passenger__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-ticket-boarding-class__button {
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-ticket-boarding-class__button::after {
    color: #333;
    content: "";
    font-family: "asw-icon";
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-wws-reserve-ticket-boarding-class-option {
    margin-top: 8px;
  }
  .be-wws-reserve-ticket-boarding-class-option__button {
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-ticket-boarding-class-option__button::after {
    color: #333;
    content: "";
    font-family: "asw-icon";
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: auto;
    width: 16px;
  }
  .be-wws-reserve-ticket-promotion-code {
    border-radius: 19px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-reserve-ticket__note {
    margin-top: 16px;
  }
  .be-wws-reserve-ticket__note .be-nav {
    margin-top: 24px;
    text-align: left;
  }
  .be-wws-reserve-ticket__note .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-status-number__row + .be-wws-status-number__row {
    margin-top: 16px;
  }
  .be-wws-status-number-flight-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-status-number-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-status-number__note {
    margin-top: 24px;
  }
  .be-wws-status-number__note .be-nav__item {
    margin-top: 8px;
  }
  .be-wws-status-route__row + .be-wws-status-route__row {
    margin-top: 16px;
  }
  .be-wws-status-route__column--departure-airport {
    width: calc(50% - 28px);
  }
  .be-wws-status-route__column--swap-airport {
    width: 36px;
  }
  .be-wws-status-route__column--arrival-airport {
    width: calc(50% - 28px);
  }
  .be-wws-status-route-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-status-route-swap-airport__button {
    height: 36px;
    width: 36px;
  }
  .be-wws-status-route-swap-airport__button::before {
    font-size: 1.8rem;
  }
  .be-wws-status-route-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-status-route-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-wws-status-route__note {
    margin-top: 24px;
  }
  .be-wws-status-route__note .be-nav__item {
    margin-top: 8px;
  }
  .be-dialog-container {
    z-index: 11100;
  }
  .booking-modal__content--default .booking-modal__window {
    border-radius: 20px 20px 0 0;
    min-height: 50%;
  }
  .booking-modal__content--default {
    -webkit-animation: SlideIn 0.3s ease-in-out;
            animation: SlideIn 0.3s ease-in-out;
    height: 100%;
  }
  .booking-modal__window--fullWindow {
    height: 100% !important;
  }
  .booking-modal__window--fullWindow .be-primary-tab {
    height: calc(100% - 57px);
  }
  .booking-modal__window--fullWindow .be-secondary-tab__panel,
  .booking-modal__window--fullWindow .be-tertiary-tab {
    height: calc(100% - 20px);
    overflow: scroll;
  }
  .booking-modal__window--fullWindow .be-primary-tab__panel {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .booking-modal__window--fullWindow .be-secondary-tab {
    height: 100%;
    width: 100%;
  }
  .booking-modal__window--fullWindow .be-tertiary-tab__panel {
    height: 100%;
    overflow-y: auto;
  }
  .booking-modal__headline {
    padding-top: 32px;
  }
  .booking-modal__body {
    max-height: 100vh;
  }
  .booking-modal__body::after {
    padding-bottom: 64px;
  }
  .booking-modal__body:first-child {
    margin-top: 32px;
  }
  .booking-modal__body:not(:first-child) {
    margin-top: 24px;
  }
  .booking-modal__closeEl--icon {
    height: 32px;
    margin: 8px 8px 8px auto;
    padding-top: 32px;
    width: 32px;
  }
}

@media all and (-ms-high-contrast: none) {
  .be-dialog {
    height: 500px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (max-width: 1024px) {
  .be-biz-domestic-reserve-ticket__column--compartment-class {
    width: 100%;
  }
  .be-biz-domestic-reserve-ticket__column--search-mode {
    padding-top: 8px;
    width: 100%;
  }
  .be-biz-domestic-reserve-ticket__column--submit {
    padding-left: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-biz-domestic-status-number__column--flight-number {
    padding-right: 0;
    width: 100%;
  }
  .be-biz-domestic-status-number__column--request-date {
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
  }
  .be-biz-domestic-status-route__column--departure-airport {
    width: calc(50% - 30px);
  }
  .be-biz-domestic-status-route__column--arrival-airport {
    margin-right: 0;
    width: calc(50% - 30px);
  }
  .be-biz-domestic-status-route__column--request-date {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .be-domestic-reserve-car__column--left {
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-reserve-car__column--right {
    padding-left: 0;
    width: 100%;
  }
  .be-domestic-reserve-car__column--submit {
    padding-left: 0;
    width: 100%;
  }
  .be-domestic-reserve-golf__column--left {
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-reserve-golf__column--right {
    padding-left: 0;
    width: 100%;
  }
  .be-domestic-reserve-golf__column--submit {
    padding-left: 0;
    width: 100%;
  }
  .be-domestic-reserve-hotel__row {
    margin-left: 0;
    margin-right: 0;
  }
  .be-domestic-reserve-hotel__column--checkin-checkout {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-reserve-hotel__column--place {
    padding-left: 0;
    width: 50%;
  }
  .be-domestic-reserve-hotel__column--passenger {
    padding-right: 0;
    width: 50%;
  }
  .be-domestic-reserve-hotel__column--condition {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-reserve-hotel__column--submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-domestic-reserve-international-hotel__column--left {
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-reserve-international-hotel__column--right {
    padding-left: 0;
    width: 100%;
  }
  .be-domestic-reserve-international-hotel-submit__button {
    margin-right: auto;
  }
  .be-domestic-reserve-ticket-and-stay__column--place {
    /* padding-right: 0; */
    width: 100%;
  }
  .be-domestic-reserve-ticket-and-stay__column--checkin-checkout {
    /* padding-left: 0; */
    width: 100%;
  }
  .be-domestic-reserve-ticket-and-stay__column--optional {
    margin-top: 16px;
    padding-left: 0;
    width: 100%;
  }
  .be-domestic-reserve-ticket-and-stay__column--submit {
    padding-left: 0;
    width: 100%;
  }
  .be-domestic-reserve-ticket__column--compartment-class {
    width: 100%;
  }
  .be-domestic-reserve-ticket__column--search-mode {
    margin-top: 8px;
    width: 100%;
  }
  .be-domestic-reserve-ticket__column--submit {
    padding-left: 0;
    width: 100%;
  }
  .be-domestic-reserve-traffic__row {
    margin-left: 0;
    margin-right: 0;
  }
  .be-domestic-reserve-traffic__column--use-date {
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-reserve-traffic__column--place {
    padding-left: 0;
    width: 50%;
  }
  .be-domestic-reserve-traffic__column--purpose {
    padding-right: 0;
    width: 50%;
  }
  .be-domestic-reserve-traffic__column--submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-status-number__column--flight-number {
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-status-number__column--request-date {
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
  }
  .be-domestic-status-route__column--departure-airport {
    width: calc(50% - 30px);
  }
  .be-domestic-status-route__column--arrival-airport {
    margin-right: 0;
    width: calc(50% - 30px);
  }
  .be-domestic-status-route__column--request-date {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .be-overseas-checkin-membership-number__column--lasting {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-checkin-membership-number__column--submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-overseas-checkin-reservation-number__column--submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-overseas-checkin-ticket-number__column--message {
    padding-left: 0;
    padding-right: 0;
  }
  .be-overseas-checkin-ticket-number__column--note {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-checkin-ticket-number__column--submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-overseas-confirm-membership-number__column--lasting {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-confirm-membership-number__column--submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-overseas-confirm-reservation-number__row {
    margin-left: 0;
    margin-right: 0;
  }
  .be-overseas-confirm-reservation-number__column--reservation-number {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-confirm-reservation-number__column--given-name {
    padding-left: 0;
    padding-right: 5px;
    width: 100%;
  }
  .be-overseas-confirm-reservation-number__column--family-name {
    width: 100%;
  }
  .be-overseas-confirm-reservation-number__column--message {
    padding-left: 0;
    padding-right: 0;
  }
  .be-overseas-confirm-reservation-number__column--note {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-confirm-reservation-number__column--submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-overseas-confirm-ticket-number__row {
    margin-left: 0;
    margin-right: 0;
  }
  .be-overseas-confirm-ticket-number__column--ticket-number {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-confirm-ticket-number__column--given-name {
    padding-left: 0;
    padding-right: 5px;
    width: 100%;
  }
  .be-overseas-confirm-ticket-number__column--family-name {
    width: 100%;
  }
  .be-overseas-confirm-ticket-number__column--message {
    padding-left: 0;
    padding-right: 0;
  }
  .be-overseas-confirm-ticket-number__column--note {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-confirm-ticket-number__column--submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-overseas-reserve-hotel-and-option__row {
    margin-left: 0;
    margin-right: 0;
  }
  .be-overseas-reserve-hotel-and-option__column--destination {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-reserve-hotel-and-option__column--plan {
    padding-left: 0;
    width: 50%;
  }
  .be-overseas-reserve-hotel-and-option__column--use-date {
    padding-right: 0;
    width: 50%;
  }
  .be-overseas-reserve-hotel-and-option__column--submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-reserve-hotel__column--left {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-reserve-hotel__column--right {
    padding-left: 0;
    width: 100%;
  }
  .be-overseas-reserve-hotel-submit__button {
    margin-right: auto;
  }
  .be-overseas-reserve-ticket-and-stay__column--submit {
    padding-left: 0;
    width: 100%;
  }
  .be-overseas-reserve-ticket__column--boarding-class {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-reserve-ticket__column--boarding-class-option {
    padding-left: 0;
    padding-top: 8px;
    width: 100%;
  }
  .be-overseas-reserve-ticket__column--comparison-search-type {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-reserve-ticket__column--submit {
    padding-left: 0;
    width: 100%;
  }
  .be-overseas-reserve-car__column--left {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-reserve-car__column--right {
    padding-left: 0;
    width: 100%;
  }
  .be-overseas-reserve-car__column--submit {
    padding-left: 0;
    width: 100%;
  }
  .be-wws-reserve-car__column--left {
    padding-right: 0;
    width: 100%;
  }
  .be-wws-reserve-car__column--right {
    padding-left: 0;
    width: 100%;
  }
  .be-wws-reserve-car__column--submit {
    padding-left: 0;
    width: 100%;
  }
  .be-domestic-reserve-car-rental__column--left {
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-reserve-car-rental__column--right {
    padding-left: 0;
    width: 100%;
  }
  .be-domestic-reserve-car-rental__column--submit {
    padding-left: 0;
    width: 100%;
  }
  .be-overseas-status-number__column--flight-number {
    padding-right: 0;
    width: 100%;
  }
  .be-overseas-status-number__column--request-date {
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
  }
  .be-overseas-status-route__column--departure-airport {
    width: calc(50% - 30px);
  }
  .be-overseas-status-route__column--arrival-airport {
    margin-right: 0;
    width: calc(50% - 30px);
  }
  .be-overseas-status-route__column--request-date {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .be-boarding-date__header-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .be-boarding-date__header-row-item--left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            justify-content: center;
    margin-top: 16px;
            order: 1;
  }
  .be-boarding-date__header-row::after {
    display: none;
  }
  .be-wws-checkin-membership-number__column--lasting {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-wws-checkin-membership-number__column--submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-wws-checkin-reservation-number__column--submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-wws-checkin-ticket-number__column--message {
    padding-left: 0;
    padding-right: 0;
  }
  .be-wws-checkin-ticket-number__column--note {
    padding-right: 0;
    width: 100%;
  }
  .be-wws-checkin-ticket-number__column--submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-wws-confirm-membership-number__column--lasting {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .be-wws-confirm-membership-number__column--submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-wws-confirm-reservation-number__column--submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .be-wws-confirm-ticket-number__column--submit {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .be-wws-reserve-hotel__column--left {
    padding-right: 0;
    width: 100%;
  }
  .be-wws-reserve-hotel__column--right {
    padding-left: 0;
    width: 100%;
  }
  .be-wws-reserve-hotel-submit__button {
    margin-right: auto;
  }
  .be-wws-reserve-ticket__column--comparison-search-type {
    padding-right: 0;
    width: 100%;
  }
  .be-wws-reserve-ticket__column--submit {
    padding-left: 0;
    padding-top: 24px;
    width: 100%;
  }
  .be-wws-status-number__column--flight-number {
    margin-right: 0;
    width: 100%;
  }
  .be-wws-status-number__column--request-date {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .be-wws-status-route__column--departure-airport {
    width: calc(50% - 30px);
  }
  .be-wws-status-route__column--arrival-airport {
    margin-right: 0;
    width: calc(50% - 30px);
  }
  .be-wws-status-route__column--request-date {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .be-domestic-reserve-ticket-and-stay-way-there-departure-airport__button ~ .after-element,
  .be-domestic-reserve-ticket-and-stay-way-there-arrival-airport__button ~ .after-element,
  .be-domestic-reserve-ticket-and-stay-way-back-departure-airport__button ~ .after-element,
  .be-domestic-reserve-ticket-departure-airport__button ~ .after-element,
  .be-domestic-reserve-ticket-arrival-airport__button ~ .after-element,
  .be-domestic-status-route-departure-airport__button ~ .after-element,
  .be-domestic-status-route-arrival-airport__button ~ .after-element,
  .be-overseas-reserve-ticket-and-stay-departure-airport__button ~ .after-element,
  .be-overseas-reserve-ticket-and-stay-arrival-airport__button ~ .after-element,
  .be-overseas-reserve-ticket-departure-airport__button ~ .after-element,
  .be-overseas-reserve-ticket-arrival-airport__button ~ .after-element,
  .be-overseas-status-route-departure-airport__button ~ .after-element,
  .be-overseas-status-route-arrival-airport__button ~ .after-element{
    display: none;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .be-boarding-date__values {
    display: none;
  }
}

/* 2023/02/19 追加分 */
.be-primary-tab > .be-primary-tab__panel-off:first-child{
    width:100%
}
.be-switch:empty {
    display: none;
}

.be-domestic-certificate-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-domestic-certificate-number__row + .be-domestic-certificate-number__row {
  margin-top: 24px;
}

.be-domestic-certificate-number__column--flight-number {
  padding-right: 5px;
  width: 50%;
}

.be-domestic-certificate-number__column--request-date {
  padding-left: 5px;
  width: 50%;
}

.be-domestic-certificate-number__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
}

.be-domestic-certificate-number__column p {
  margin: 0;
}

.be-domestic-certificate-number-flight-number {
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
}

.be-domestic-certificate-number-flight-number__label {
  -ms-flex-negative: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #333;
          flex-grow: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.be-domestic-certificate-number-flight-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  padding: 0;
}

.be-domestic-certificate-number-flight-number__input:focus {
  outline-style: none !important;
}

.be-domestic-certificate-number-flight-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-certificate-number-flight-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-certificate-number-flight-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-certificate-number-flight-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-certificate-number-flight-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-certificate-number-flight-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-domestic-certificate-number-flight-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-certificate-number-request-date {
  width: 100%;
}

.be-domestic-certificate-number-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-certificate-number-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-certificate-number-request-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-certificate-number-request-date--empty .be-domestic-certificate-number-request-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-certificate-number-request-date--open .be-domestic-certificate-number-request-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-certificate-number-submit {
  height: 50px;
}

.be-domestic-certificate-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-domestic-certificate-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-domestic-certificate-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-domestic-certificate-number-submit__button span {
  position: relative;
}

.be-domestic-certificate-number-submit__button:hover:not(:disabled) span,
.be-domestic-certificate-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-domestic-certificate-number__note {
  margin-top: 16px;
}

.be-domestic-certificate-number__note .be-nav__item--bold {
  font-weight: 600;
}

.be-domestic-certificate-route__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-domestic-certificate-route__row + .be-domestic-certificate-route__row {
  margin-top: 24px;
}

.be-domestic-certificate-route__column--departure-airport {
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-domestic-certificate-route__column--swap-airport {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
}

.be-domestic-certificate-route__column--arrival-airport {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-domestic-certificate-route__column--request-date {
  margin-left: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-domestic-certificate-route__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
}

.be-domestic-certificate-route__column p {
  margin: 0;
}

.be-domestic-certificate-route-departure-airport {
  width: 100%;
}

.be-domestic-certificate-route-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-certificate-route-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.be-domestic-certificate-route-departure-airport__button span::before {
  content: "\e900";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-domestic-certificate-route-departure-airport--empty .be-domestic-certificate-route-departure-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-certificate-route-departure-airport--open .be-domestic-certificate-route-departure-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-certificate-route-swap-airport__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 40px;
          justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}

.be-domestic-certificate-route-swap-airport__button::before {
  content: "";
  font-family: "asw-icon";
  font-size: 2rem;
}

.be-domestic-certificate-route-arrival-airport {
  width: 100%;
}

.be-domestic-certificate-route-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-certificate-route-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.be-domestic-certificate-route-arrival-airport__button span::before {
  content: "\e901";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-domestic-certificate-route-arrival-airport--empty .be-domestic-certificate-route-arrival-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-certificate-route-arrival-airport--open .be-domestic-certificate-route-arrival-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-certificate-route-request-date {
  width: 100%;
}

.be-domestic-certificate-route-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-domestic-certificate-route-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-domestic-certificate-route-request-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-domestic-certificate-route-request-date--empty .be-domestic-certificate-route-request-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-domestic-certificate-route-request-date--open .be-domestic-certificate-route-request-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-domestic-certificate-route-submit {
  height: 50px;
}

.be-domestic-certificate-route-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-domestic-certificate-route-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-domestic-certificate-route-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-domestic-certificate-route-submit__button span {
  position: relative;
}

.be-domestic-certificate-route-submit__button:hover:not(:disabled) span,
.be-domestic-certificate-route-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-domestic-certificate-route__note {
  margin-top: 16px;
}

.be-domestic-certificate-route__note {
  margin-top: 16px;
}

.be-domestic-certificate-route__note .be-nav__item--bold {
  font-weight: 600;
}



@media screen and (min-width: 1025px) {
  .be-domestic-certificate-number__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .be-domestic-certificate-route__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
  
  
@media screen and (max-width: 767px) {
  .be-domestic-reserve-ticket-and-stay__row--wrap {
    flex-wrap: wrap;
  } 

  .be-domestic-certificate-number__row + .be-domestic-certificate-number__row {
    margin-top: 16px;
  }
  .be-domestic-certificate-number-flight-number {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-certificate-number-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-certificate-number__note {
    margin-top: 24px;
  }
  .be-domestic-certificate-number__note .be-nav__item {
    margin-top: 8px;
  }
  .be-domestic-certificate-route__row + .be-domestic-certificate-route__row {
    margin-top: 16px;
  }
  .be-domestic-certificate-route__column--departure-airport {
    width: calc(50% - 28px);
  }
  .be-domestic-certificate-route__column--swap-airport {
    width: 36px;
  }
  .be-domestic-certificate-route__column--arrival-airport {
    width: calc(50% - 28px);
  }
  .be-domestic-certificate-route-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-certificate-route-swap-airport__button {
    height: 36px;
    width: 36px;
  }
  .be-domestic-certificate-route-swap-airport__button::before {
    font-size: 1.8rem;
  }
  .be-domestic-certificate-route-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-certificate-route-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-domestic-certificate-route__note {
    margin-top: 24px;
  }
  .be-domestic-certificate-route__note .be-nav__item {
    margin-top: 8px;
  }
  .be-domestic-certificate-route__note {
    margin-top: 24px;
  }
  .be-domestic-certificate-route__note .be-nav__item {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .be-domestic-certificate-number__column--flight-number {
    padding-right: 0;
    width: 100%;
  }
  .be-domestic-certificate-number__column--request-date {
    padding-left: 0;
    padding-top: 10px;
    width: 100%;
  }
  .be-domestic-certificate-route__column--departure-airport {
    width: calc(50% - 30px);
  }
  .be-domestic-certificate-route__column--arrival-airport {
    margin-right: 0;
    width: calc(50% - 30px);
  }
  .be-domestic-certificate-route__column--request-date {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

.be-overseas-certificate-route__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-overseas-certificate-route__row + .be-overseas-certificate-route__row {
  margin-top: 24px;
}

.be-overseas-certificate-route__column--departure-airport {
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-overseas-certificate-route__column--swap-airport {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 40px;
}

.be-overseas-certificate-route__column--arrival-airport {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-overseas-certificate-route__column--request-date {
  margin-left: 5px;
  width: calc(33.3333333333% - 23.3333333333px);
}

.be-overseas-certificate-route__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
}

.be-overseas-certificate-route__column p {
  margin: 0;
}

.be-overseas-certificate-route-departure-airport {
  width: 100%;
}

.be-overseas-certificate-route-departure-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-certificate-route-departure-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.be-overseas-certificate-route-departure-airport__button span::before {
  content: "\e900";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-overseas-certificate-route-departure-airport--empty .be-overseas-certificate-route-departure-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-certificate-route-departure-airport--open .be-overseas-certificate-route-departure-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-certificate-route-swap-airport__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #fff;
  border-color: #949499;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 40px;
          justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}

.be-overseas-certificate-route-swap-airport__button::before {
  content: "";
  font-family: "asw-icon";
  font-size: 2rem;
}

.be-overseas-certificate-route-arrival-airport {
  width: 100%;
}

.be-overseas-certificate-route-arrival-airport__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-certificate-route-arrival-airport__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.be-overseas-certificate-route-arrival-airport__button span::before {
  content: "\e901";
  font-family: "asw-icon";
  font-size: 22px;
  font-weight: normal;
  margin-right: 3px;
}

.be-overseas-certificate-route-arrival-airport--empty .be-overseas-certificate-route-arrival-airport__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-certificate-route-arrival-airport--open .be-overseas-certificate-route-arrival-airport__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-certificate-route-request-date {
  width: 100%;
}

.be-overseas-certificate-route-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-certificate-route-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-certificate-route-request-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-certificate-route-request-date--empty .be-overseas-certificate-route-request-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-certificate-route-request-date--open .be-overseas-certificate-route-request-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-certificate-route-submit {
  height: 50px;
}

.be-overseas-certificate-route-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-certificate-route-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-overseas-certificate-route-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-overseas-certificate-route-submit__button span {
  position: relative;
}

.be-overseas-certificate-route-submit__button:hover:not(:disabled) span,
.be-overseas-certificate-route-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-overseas-certificate-route__note {
  margin-top: 16px;
}

.be-overseas-certificate-route__note {
  margin-top: 16px;
}

.be-overseas-certificate-route__note .be-nav__item--bold {
  font-weight: 600;
}

@media screen and (min-width: 1025px) {
  .be-overseas-certificate-route__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .be-overseas-certificate-route__row + .be-overseas-certificate-route__row {
    margin-top: 16px;
  }
  .be-overseas-certificate-route__column--departure-airport {
    width: calc(50% - 28px);
  }
  .be-overseas-certificate-route__column--swap-airport {
    width: 36px;
  }
  .be-overseas-certificate-route__column--arrival-airport {
    width: calc(50% - 28px);
  }
  .be-overseas-certificate-route-departure-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-certificate-route-swap-airport__button {
    height: 36px;
    width: 36px;
  }
  .be-overseas-certificate-route-swap-airport__button::before {
    font-size: 1.8rem;
  }
  .be-overseas-certificate-route-arrival-airport__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-certificate-route-request-date__button {
    border-radius: 27px;
    height: 54px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .be-overseas-certificate-route__note {
    margin-top: 24px;
  }
  .be-overseas-certificate-route__note .be-nav__item {
    margin-top: 8px;
  }
  .be-overseas-certificate-route__note {
    margin-top: 24px;
  }
  .be-overseas-certificate-route__note .be-nav__item {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .be-overseas-certificate-route__column--departure-airport {
    width: calc(50% - 30px);
  }
  .be-overseas-certificate-route__column--arrival-airport {
    margin-right: 0;
    width: calc(50% - 30px);
  }
  .be-overseas-certificate-route__column--request-date {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .be-domestic-reserve-ticket__notification {
    position: inherit;
  }
  .be-domestic-reserve-car__notification {
    position: inherit;
  }
  .be-overseas-reserve-car__notification {
    position: inherit;
  }
}

.be-overseas-certificate-number__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.be-overseas-certificate-number__row + .be-overseas-certificate-number__row {
  margin-top: 24px;
}

.be-overseas-certificate-number__column--flight-number {
  padding-right: 5px;
  width: 50%;
}

.be-overseas-certificate-number__column--request-date {
  padding-left: 5px;
  width: 50%;
}

.be-overseas-certificate-number__column--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
}

.be-overseas-certificate-number__column p {
  margin: 0;
}

.be-overseas-certificate-number-flight-number {
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 24px;
}

.be-overseas-certificate-number-flight-number__label {
  -ms-flex-negative: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #333;
          flex-grow: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.be-overseas-certificate-number-flight-number__input {
  -ms-flex-negative: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0%;
  border-style: none;
  color: #00146E;
      flex-basis: 0%;
          flex-grow: 1;
      flex-shrink: 1;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 4px;
  padding: 0;
}

.be-overseas-certificate-number-flight-number__input:focus {
  outline-style: none !important;
}

.be-overseas-certificate-number-flight-number__input::-webkit-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-certificate-number-flight-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-certificate-number-flight-number__input:-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-certificate-number-flight-number__input::-ms-input-placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-certificate-number-flight-number__input::placeholder {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-certificate-number-flight-number__input::-moz-placeholder {
  color: #6E6E6E;
  font-weight: 400;
  opacity: 1;
}

.be-overseas-certificate-number-flight-number--open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-certificate-number-request-date {
  width: 100%;
}

.be-overseas-certificate-number-request-date__button {
  background-color: #fff;
  border-color: #949499;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  color: #00146E;
  cursor: pointer;
  font-weight: 600;
  height: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
  width: 100%;
}

.be-overseas-certificate-number-request-date__button span {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.be-overseas-certificate-number-request-date__button span::before {
  content: "";
  font-family: "asw-icon";
  font-size: 1.4rem;
  margin-right: 3px;
}

.be-overseas-certificate-number-request-date--empty .be-overseas-certificate-number-request-date__button {
  color: #6E6E6E;
  font-weight: 400;
}

.be-overseas-certificate-number-request-date--open .be-overseas-certificate-number-request-date__button {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-color: #333;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.be-overseas-certificate-number-submit {
  height: 50px;
}

.be-overseas-certificate-number-submit__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background-color: #00146E;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 50px;
          justify-content: center;
  padding-left: 27px;
  padding-right: 21px;
}

.be-overseas-certificate-number-submit__button::after {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-shrink: 0;
  font-family: "asw-icon";
  font-size: 2rem;
  height: 24px;
          justify-content: center;
  margin-left: 8px;
  width: 24px;
}

.be-overseas-certificate-number-submit__button:disabled {
  background-color: #C7C7C7;
  color: #525252;
  cursor: default;
}

.be-overseas-certificate-number-submit__button span {
  position: relative;
}

.be-overseas-certificate-number-submit__button:hover:not(:disabled) span,
.be-overseas-certificate-number-submit__button:focus:not(:disabled) span {
  text-decoration: underline;
}

.be-overseas-certificate-number__note {
  margin-top: 16px;
}

.be-overseas-certificate-number__note .be-nav__item--bold {
  font-weight: 600;
}

@media screen and (min-width: 1025px) {
  .be-overseas-certificate-number__column--submit {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* 運行状況ページ 矢印を非表示 */
#fs-index-gray-container .be-secondary-tab-nav__prev,
#fs-index-gray-container .be-tertiary-tab-nav__prev,
#fs-index-gray-container .be-secondary-tab-nav__next,
#fs-index-gray-container .be-tertiary-tab-nav__next {
  display: none;
}
