#main article {
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}

#main article * {
  box-sizing: border-box;
}

#main article #congestion * {
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  #main article {
    overflow: initial;
  }
}

#main .topicpath,
#main article>.container:first-child {
  display: none;
}

#main .mainvisual {
  background: url(/information/extra-flight/images/main.webp) no-repeat center center;
  background-size: cover;
  height: 0;
  padding-bottom: 40.278%;
  width: 100%;
}

#main .mainvisual .mv-inner {
  margin: 0 auto;
  max-width: 1440px;
  padding-bottom: 40.278%;
  position: relative;
  width: 100%;
}

.conf-lead {
  text-align: center;
  padding: 80px 0;
}
.conf-lead p {
  color: #036DB7;
  font-size: 24px;
  font-weight: 700;
}
.conf-lead h2 {
  color: #F05F08;
  font-weight: 700 !important;
  margin-top: 0;
}

.extra-flight-content {
  background-color: #FFE749;
  position: relative;
  padding: 60px 0;
}
.extra-flight-content:after {
  background-color: #26BEF7;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.extra-flight-inner .container {
  z-index: 1;
}
.extra-flight-inner .container::before,
.extra-flight-inner .container::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  height: 100%;
}
.extra-flight-inner .container::before {
  background: url(/information/extra-flight/images/sun.webp) left top repeat-y;
  background-size: auto 653px;
  left: -150px;
  width: 109px;
  opacity: .6;
}
.extra-flight-inner .container::after {
  background: url(/information/extra-flight/images/star.webp) right top repeat-y;
  background-size: auto 653px;
  right: -150px;
  width: 99px;
  z-index: 1;
}
.extra-flight-content .check {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 24px;
}
.check h2 {
  font-weight: 700 !important;
}
.check .table-line.table-line-mg-sm th,
.check .table-line.table-line-mg-sm td {
  padding: 6px 0;
}
.check .bear {
  background-color: #FFFCB0;
  position: relative;
}
.check .bear td:last-child {
  position: relative;
}
.check .bear td:last-child::before {
  background: url(/information/extra-flight/images/icon.webp) center center no-repeat;
  background-size: 20px auto;
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 12px;
  height: 13px;
  width: 20px;
}
.check .sun,
.check .moon {
  font-weight: bold;
  position: relative;
}
.check .sun td:first-child,
.check .moon td:first-child {
  position: relative;
}
.check .sun td {
  color: #F05F08;
}
.check .moon td {
  color: #036EB8;
}
.check .sun td:first-child::after,
.check .moon td:first-child::after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 8px;
  height: 20px;
  width: 20px;
}
.check .sun td:first-child::after {
  background: url(/information/extra-flight/images/icon-sun.webp) center center no-repeat;
  background-size: 20px auto;
}
.check .moon td:first-child::after {
  background: url(/information/extra-flight/images/icon-moon.webp) center center no-repeat;
  background-size: 20px auto;
}

.info {
  border-radius: 20px;
  padding: 24px;
}
.info.fighters {
  background-color: #C8EDFD;
  margin-bottom: 24px;
}
.info.early-morning_and_midnight {
  background-color: #FAECF3;
}
.info div {
  margin-bottom: 0 !important;
}
.info a {
  color: #1A1A1A !important;
  position: relative;
}
.info a:hover {
  opacity: .6;
}
.info a::before {
  background: url(/information/extra-flight/images/icon-arrow.webp) center center no-repeat;
  background-size: 48px auto;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 48px;
  width: 48px;
}
.info a h2 {
  font-weight: 700 !important;
}
.info a p {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  #main .mainvisual {
    background: url(/information/extra-flight/images/main-sp.webp) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding-bottom: 0;
  }

  #main .mainvisual .mv-inner {
    height: 100vw;
    max-width: none;
    padding-bottom: 0;
  }

  .extra-flight-inner .container::before,
  .extra-flight-inner .container::after {
    content: none;
  }

  .conf-lead {
    padding: 24.35px;
  }
  .conf-lead p {
    font-size: 16px;
  }
  .conf-lead h2 {
    font-size: 20px;
  }
  .extra-flight-content {
    padding: 24px 16px 16px;
  }
  .extra-flight-content .check {
    padding: 20px 14px;
    margin-bottom: 16px;
  }
  .check h2 {
    font-size: 20px;
  }
  .check > p img {
    width: 24px;
  }
  .flight h3 {
    font-size: 20px;
  }
  .check .sun td:first-child::after,
  .check .moon td:first-child::after {
    left: 30%;
  }
  .check .bear td:last-child::before {
    right: 30%;
  }
  .info {
    padding: 20px;
  }
  .info.fighters {
    margin-bottom: 16px;
  }
  .info a {
    display: block;
    padding-bottom: 43px;
  }
  .info a h2 {
    margin-bottom: 4px;
  }
  .info a p {
    font-size: 14px;
  }
  .info a::before {
    background-size: 42px auto;
    height: 42px;
    width: 42px;
  }
}

main .main-footer {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  main .main-footer {
    margin: 30px 0;
  }
}