/* KV */
#kvWrap {
    position: relative;
}
#kvWrap h1 img {
    display: block;
    width: 100%;
}
/* ------------------------------------------------------ */
/* readtxt */
/* ------------------------------------------------------ */
#section_point .readtxt {
  text-align: center;
}
#section_point .readtxt p span,
#section_point .head_txt {
  color: #FF8008;
  font-weight: bold;
}
#section_point .head_txt {
  font-size: 1.4em;
}
#section_point .head_txt {
  background-image: url(/ja/campaign/tokyo-airplane/img/img_left.png),url(/ja/campaign/tokyo-airplane/img/img_right.png) ;
  background-position: -1%, 101%;
    background-repeat: no-repeat;
    background-size: 58px, 68px;
    max-width: 360px;
    margin: 0 auto 20px;
}
/* ------------------------------------------------------ */
/* Pagelink */
/* ------------------------------------------------------ */
.pagelink ul li:first-child {
  background-color: #FFE6E6;
}
.pagelink ul li:last-child {
  background-color: #D4EFFF;
}
.pagelink ul li {
  /* font-size: 1.1em; */
  position: relative;
  padding: 10px 10px 25px;
  border: 1px solid #4c4c4c;
  border-radius: 1vh;
  text-align: center;
  width: 49%;
  filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.25));
}
.pagelink ul li::after {
  content: '';
  position: absolute;
  right: 48%;
  bottom: 10%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #4c4c4c;
  border-right: 2px solid #4c4c4c;
  transform: translate(0, -50%) rotate(135deg);
}
.pagelink ul li a {
  color: #4c4c4c;
  text-decoration: none;
  font-weight: bold;
}
.pagelink ul li:hover {
  opacity: 0.5;
  transition: all .3s;
}

/* innerWrap */
.innerWrap-1 {
    width: 96%;
    position: relative;
    margin: 0 auto 45px;
    padding: 0;
}
.innerWrap-2 {
    width: 100%;
    position: relative;
    margin: 0;
}
.innerWrap-3 {
    padding: 60px 0;
    background-color: white;
}
.inner_block {	
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
}
.head_txt img {
    width: 60%;
}
.heading_h2 {
    text-align: center;
    width: 98%;
    margin: 0 auto 30px;
}
.heading_h2 img {
    width: 100%;
}

/* flight_block */
.flight_block .fare_exp {
    width: 100%;
}
.fare_exp.imatoku {
    background-color: #dff2ff;
    margin-bottom: 30px;
}
.fare_exp.tasutoku {
    background-color: #edfad4;
    margin-bottom: 30px;
}
.airport span.ico_connect {
    background: #027fe9;
    margin-right: 10px;
    padding: 2px 4px;
}
span.topics{
    position: absolute;
    top: -18px;
    left: -6px;
    width: 60px;
    background-color: yellow;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
}
span.depart{
    font-size: 1.3em;
}
img.label{
    width: 80%;
}

.bnr_list {
  margin-top: 50px;

  li img{
    width: 100%;
  }
}