@charset "UTF-8";
/* Scss Document */
/*********************

疑似クラス

*********************/
.sub_main {
  background-image: url(../img/trip_bg.jpg);
}
.sub_main div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .sub_main div {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.sub_main .title {
  margin-bottom: 15px;
}
.sub_main .point_lists {
  position: relative;
  z-index: 2;
  gap: 15px 3%;
}
@media screen and (min-width: 769px) {
  .sub_main .point_lists {
    gap: 0 3%;
    margin-top: 0;
    width: 240px;
  }
}
.sub_main .point_lists li {
  color: #FFF;
  font-size: 14px;
  margin-bottom: 5px;
  text-shadow: 1px 1px 1px rgba(55, 55, 55, 0.4);
}
.sub_main .point_lists li:before {
  background-image: url(../img/icon/check02.svg);
}
.sub_main + p {
  margin-bottom: 30px;
}

.box_wrap {
  background: #FFF;
}

.text_box .text {
  padding: 25px 25px 0;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .text_box .text {
    padding: 25px 25px 25px 0;
  }
}
.text_box .title {
  color: #053559;
}

#sec01 .title01 + div {
  margin-top: 0;
}/*# sourceMappingURL=trip.css.map */