/* KV */
#kvWrap {
    position: relative;
}
#kvWrap h1 img {
    display: block;
    width: 100%;
}
/* ------------------------------------------------------ */
/* readtxt */
/* ------------------------------------------------------ */
#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-haneda-fukuoka/img/img_left.png),url(/ja/campaign/tokyo-haneda-fukuoka/img/img_right.png) ;
  background-position: -1%, 101%;
    background-repeat: no-repeat;
    background-size: 58px, 68px;
    max-width: 360px;
    margin: 0 auto 20px;
}
.rsvBlock {
  background-color: #E8F5FF;
  margin-bottom: 60px;
}
.rsvBlock h2 {
  text-align: center;
  color: #001871;
  span {
    font-size: 2rem;
    padding: 0 0 0 40px;
}
}
/* ------------------------------------------------------ */
/* common */
/* ------------------------------------------------------ */
#container {
  color: #000;
}
h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
h2::before {
  content: "";
  display: block;
  width: 73px;
  height: 30px;
  margin: 0 auto 3px;
  background-color: #333;
  -webkit-mask-image: url('/ja/campaign/tokyo-haneda-fukuoka/img/dot.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url('/ja/campaign/tokyo-haneda-fukuoka/img/dot.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.sectionWrap {
  margin-top: 60px;
  text-align: center;
  padding: 0 20px;
}
h2.color-orange::before {
    background-color: #FF8008;
}
h2.color-blue::before {
    background-color: #08B1FF;
}
h2.color-pink::before {
    background-color: #FF4081;
}
/* ------------------------------------------------------ */
/* Pagelink */
/* ------------------------------------------------------ */
.pagelink ul {
  background: #FFFEEF;
  padding: 20px 0;
}
.pagelink ul li:first-child {
  border: 3px solid #FF8008;
}
.pagelink ul li:last-child {
  border: 3px solid #FF4081;
}
.pagelink ul li {
  position: relative;
  padding: 8px 6px 20px;
  border: 3px solid #08B1FF;
  border-radius: 2vh;
  text-align: center;
  width: 49%;
  background-color: #fff;
}
.pagelink ul li:first-child::after {
  content: '';
  position: absolute;
  right: 48%;
  bottom: 10%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FF8008;
  border-right: 3px solid #FF8008;
  transform: translate(0, -50%) rotate(135deg);
}
.pagelink ul li:last-child::after {
  content: '';
  position: absolute;
  right: 48%;
  bottom: 10%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FF4081;
  border-right: 3px solid #FF4081;
  transform: translate(0, -50%) rotate(135deg);
}
.pagelink ul li::after {
  content: '';
  position: absolute;
  right: 48%;
  bottom: 10%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #08B1FF;
  border-right: 3px solid #08B1FF;
  transform: translate(0, -50%) rotate(135deg);
}
.pagelink ul li a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

/* innerWrap */
.innerWrap-1 {
    width: 96%;
    position: relative;
    margin: 0 auto 30px;
    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%;
}
/* ------------------------------------------------------ */
/* Table */
/* ------------------------------------------------------ */
.custom-table {
    border-collapse: collapse; /* cellspacing="0" と同等 */
    text-align: center; /* align="center" と同等 */
    font-weight: bold;
    font-size: 1.6rem;
    margin: 30px auto 40px;
    width: 100%;
}
.week {
  background-color: #F0F0F0;
}
.route {
  background-color: #FFF7F0;
  width: 22%;
}
.custom-table td {
    border: 1px solid #B9B9B9; /* border="1" と同等 */
    padding: 10px; /* cellpadding="10" と同等 */
    vertical-align: middle;
    
    span {
      font-size: 1.2rem;
    }
}
.conditionList {
  height: 80px;
}
.ampm {
  padding: 10px 10px 10px 0 !important;

  img {
    margin-right: 3px;
  }
}

  .typeA {
    background-color: #EFFAFF;
  }
  .typeB {
    background-color: #FFFEEA;
  }
  .typeC {
    background-color: #FFEEEF;
  }

  .typeA span::before {
    content: "";
    display: block;
    width: 15px;
    height: 35px;
    background: url('/ja/campaign/tokyo-haneda-fukuoka/img/typeA.svg') no-repeat center / contain;
    margin: 0 auto;
  }
  .typeB span::before {
    content: "";
    display: block;
    width: 23px;
    height: 35px;
    background: url('/ja/campaign/tokyo-haneda-fukuoka/img/typeB.svg') no-repeat center / contain;
    margin: 0 auto;
  }
  .typeC span::before {
    content: "";
    display: block;
    width: 32px;
    height: 35px;
    background: url('/ja/campaign/tokyo-haneda-fukuoka/img/typeC.svg') no-repeat center / contain;
    margin: 0 auto;
  }

.airport_fuk {
  margin-top: 40px;

  .bdBlockA03 p {
    text-align: left;
    color: rgb(186, 0, 0);
  }
}
h3 {
  font-weight: bold;
}
.attentionBlockA01 {
  text-align: left;
  margin-top: 30px;
}
/* ------------------------------------------------------ */
/* section_service */
/* ------------------------------------------------------ */
#section_service {
  & .heading ~ p {
    display: block;
    margin-bottom: 24px;
    color: var(--text-black);
    font-size: 1.8rem;
    font-weight: 700;
  }
}

.service_block {
  .service__list li {
    background: #EFF5FB;
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 20px;
    img {
      display: block;
      width: 110px;
      margin: 0 auto 15px;
    }
  }
  .service__sub {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #001871;
    text-align: center;
  }
  .service__txt  {
    text-align: left;

    span {
      font-weight: 700;
      color: #001871;
    }
  }
  .servise_bnr {
    margin: 30px auto;
    text-align: center;
    & img {
      border: 1px solid #e2e2e2;
    }
  }
}
.speechBubble {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 8px;
  background-color: #001871;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #001871 transparent transparent;
  translate: -50% 100%;
}
/* ------------------------------------------------------ */
/* Banner */
/* ------------------------------------------------------ */
.bnr_list {
  margin-top: 50px;

  li img{
    width: 100%;
  }
}

.rsvBlock h2:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(/ja/common/images/ico_airplane.png);
    background-size: contain;
    margin-right: 8px;
    top: 6px;
    position: absolute;
    mask-image: none;
    background-color: transparent;
}