.be_area {
  background-color: #fff;
  border: 4px solid #00146d;
}
.be_area .v1-itineraryGet__icon{
  opacity: 1;
}
.be_area .v1-itineraryDomesticFlights__detail {
  display: block;
  flex-grow: unset;
  box-shadow: none;
}

.be_area>.v1-itineraryDomesticFlights__list {
  margin-left: 44px;
  margin-right: 44px;
}

.be_area .v1-itineraryDomesticFlights__item{
  justify-content: center;
  align-items: center;
}

.be_area .v1-itineraryDomesticFlights__item:last-child {
  box-shadow: none;
}

.be_area .v1-itineraryDomesticFlights__flight {
  align-items: center;
}

@media print, screen and (min-width: 23.4375em){
  .be_area .v1-itineraryDomesticFlights__link {
    width: 10.875rem;
    min-width: 10.875rem;
  }
}

.be_note-link a:not(:disabled):not(.-disabled):hover{
  text-decoration: underline;
  color: #B34200;
}
.be_note-link a:not(:disabled):not(.-disabled):hover:after{
  border-color:#B34200;
}

.be_note {
  padding: 30px 40px 25px;
  background-color: #e8f5fd;
}

.be_note-title>span {
  font-weight: bold;
  font-size: 1.375rem;
  color: #00146d;
}
.be_note-title>h3 {
    font-weight: bold;
    font-size: 1.375rem;
    color: #00146d;
}

.be_note-title+.be_note-desc,
.be_note-title+.be_note-link {
  margin-top: 20px;
}

.be_note-desc>span {
  font-size: 1rem;
  line-height: normal;
}
.be_note-desc>p {
    font-size: 1rem;
    line-height: normal;
}

.be_note-link a {
  color: #006ac3;
  vertical-align: middle;
  font-size: 1rem;
  line-height: normal;
}

.be_note-link a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #006ac3;
  transform: rotate(-45deg);
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .be_area>.v1-itineraryDomesticFlights__list {
    margin-left: 20px;
    margin-right: 20px;
  }

  .be_area .v1-itineraryDomesticFlights__link {
    min-width: unset;
    width: 100%;
    max-width: 141px;
  }

  .be_area .v1-itineraryDomesticFlights__linkarea {
    justify-content: center;
    display: flex;
    padding-top: 0;
  }

  .be_area .v1-itineraryDomesticFlights__flight {
    box-shadow: none;
    padding-bottom: 10px;
  }

  .be_area .v1-itineraryDomesticFlights__detail {
    padding-bottom: 32px;
  }

  .be_note {
    padding: 25px 20px;
  }

  .be_note-title>span {
    font-size: 1.0625rem;
  }

  .be_note-title>h3 {
    font-size: 1.0625rem;
  }

  .be_note-desc>span {
    font-size: 0.875rem;
  }

  .be_note-desc>p {
    font-size: 0.875rem;
  }

  .be_note-link a {
    font-size: 0.875rem;
  }

  .be_note-link a:after {
    width: 5px;
    height: 5px;
  }

  .be_note-title+.be_note-desc,
  .be_note-title+.be_note-link {
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 64em){
  .v1-destinationsHeader__inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00146e;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px){
  .be_area .v1-itineraryDomesticFlights__item{
    display: flex;
  }  
}
.heading2 h2 {
  color: #00146d;
  font-size: 2rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px){
  .heading2 h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 64em){
  .v1-destinationsHeader__imageArea {
    height: 66.66666666666667vw;
  }
}
@media print, screen and (min-width: 31.25em){
  .v1-destinationsHeader__imageArea {
    height: 66.66666666666667vw;
  }
}
.v1-destinationsHeader__image {
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.v1-custom__textarea{
  position: relative;
  padding: 2rem .9375rem 4rem;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width:767px) {
  .v1-custom__textarea {
    padding-bottom: 3rem;
  }
}

.v1-custom__h1 h1{
  color: #fff;
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

@media (max-width:767px) {
  .v1-custom__h1 h1 {
    font-size: 2rem;
  }
}

.v1-custom__p{
  margin-top: 1.25rem;
}
.v1-custom__p p{
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  text-align-last: center;
  line-height: 1.5;
}

@media (max-width:767px) {
  .v1-custom__p p {
    font-size: 1.4rem;
  }
}

.v1-destinationsHeader__inner{
  background-color: #00146e;
}

.v1-destinationsHeader__imageArea::after{
  content: none;
}

@media print, screen and (min-width: 64em) {
  .v1-destinationsHeader__inner {
    margin: 0 -5rem;
  }
}
.v1-custom__h1 {
  position: relative;
  padding: 40px 0;
}