@charset "UTF-8";
.banner_no-bg {
  background: none;
  padding-top: 20px;
}
@media only screen and (max-width: 812px) {
  .banner_no-bg {
    padding-top: 0;
    padding-bottom: 12vw;
  }
}
.banner_no-bg .banner_ul {
  display: block;
}
.banner_no-bg .banner_ul li {
  width: 100%;
  max-width: 996px;
  height: auto;
  text-indent: 0;
  margin: 0 auto;
}
.banner_no-bg .banner_ul li + li {
  margin-top: 20px;
}
@media only screen and (max-width: 812px) {
  .banner_no-bg .banner_ul li + li {
    margin-top: 4vw;
  }
}
.banner_no-bg .banner_ul li a {
  text-indent: 0;
  background: none;
  padding: 0;
}
.banner_no-bg .banner_ul .btn1,
.banner_no-bg .banner_ul .btn2 {
  background: none;
}

.exitRamp {
  padding: 20px 25px 25px;
  background-color: #fff;
  max-width: 90vw;
  font-size: 20px;
  line-height: 1.75;
}
@media only screen and (max-width: 812px) {
  .exitRamp {
    font-size: 15px;
  }
}
.exitRamp＿btnBox {
  padding-top: 20px;
}
@media only screen and (min-width: 813px) {
  .exitRamp＿btnBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.exitRamp＿btnBox__btn {
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 813px) {
  .exitRamp＿btnBox__btn {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 812px) {
  .exitRamp＿btnBox__btn + p {
    margin-top: 20px;
  }
}
.exitRamp＿btnBox__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2cd5c4;
  border-radius: 100vh;
  padding: 0 1em;
  color: #fff;
  text-decoration: none;
  border: 1px solid #2cd5c4;
  line-height: 2;
}
@media only screen and (min-width: 813px) {
  .exitRamp＿btnBox__btn a {
    min-width: 12em;
  }
  .exitRamp＿btnBox__btn a:hover {
    background-color: #fff;
    color: #2cd5c4;
  }
}
.exitRamp＿btnBox__btn + .exitRamp＿btnBox__btn a {
  background-color: #f0b323;
  border: 1px solid #f0b323;
}
@media only screen and (min-width: 813px) {
  .exitRamp＿btnBox__btn + .exitRamp＿btnBox__btn a:hover {
    background-color: #fff;
    color: #f0b323;
  }
}

.lity-close {
  display: none;
}

.lity {
  background: rgba(0, 0, 0, 0.85);
}/*# sourceMappingURL=banner.css.map */