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

疑似クラス

*********************/
.sub_main {
  background-image: url(../img/delivery_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 .three_columns {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px 3%;
}
@media screen and (min-width: 769px) {
  .sub_main .three_columns {
    gap: 0 3%;
    margin-top: 0;
    width: 330px;
  }
}
.sub_main .three_columns li {
  border: 1px solid #FFF;
  border-radius: 50px;
  color: #FFF;
  padding: 5px 15px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  margin-bottom: 0;
}
.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=delivery.css.map */