<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all and (min-width: 520px) {
  .delivery-box .pc {
    display: block!important;
  }
  .delivery-box .sp {
    display: none;
  }
}
.delivery-box .pagePath {
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 519px) {
  .delivery-box .pagePath li:last-of-type {
    flex-shrink: 0;
  }
}
.delivery-box {
  overflow: hidden;
}
.delivery-box .kv_area {
  background: linear-gradient(#98E6ED, #FFFEED);
  padding: 11rem 0 3.5rem;
  position: relative;
}
.delivery-box .kv_area:before,
.delivery-box .-yellow:before {
  content: "";
  position: absolute;
  display: block;
  height: 3.5rem;
  width: 100%;
  background: url(../images/bg_tape.png) repeat-x bottom left / contain;
  top: 0;
  left: 0;
}
.delivery-box .kv_area:after {
  content: "";
  position: absolute;
  background: url(../images/img_kv_bottom.png) no-repeat center / 100%;
  display: block;
  height: 21rem;
  width: 30rem;
  bottom: -4.5rem;
  left: 33.3%;
  z-index: 2;
}
.delivery-box .kv_area .lead {
  font-size: 2rem;
  line-height: 1.6;
  position: relative;
  z-index: 3;
}
.delivery-box .kv_area .-img {
  width: 40.5%;
  margin-top: 1rem;
}
@media all and (max-width: 1200px) {
  .delivery-box .kv_area .lead {
    font-size: 1.5vw;
  }
}
@media all and (min-width: 520px) {
  .delivery-box .kv_area .content_block {
    display: flex;
    justify-content: space-between;
    max-width: 119rem;
  }
  .delivery-box .kv_area .txt_area {
    width: 55%;
    padding-left: 4rem;
  }
  .delivery-box .kv_area .-title {
    width: 85%;
  }
  .delivery-box .kv_area .lead {
    margin-top: 1rem;
  }
}
@media all and (max-width: 519px) {
  .delivery-box .kv_area {
    padding: 6rem 0 18rem;
  }
  .delivery-box .kv_area:after {
    height: 19rem;
    width: 26rem;
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .delivery-box .kv_area .-img {
    width: 80%;
    margin: 3rem auto 0;
  }
  .delivery-box .kv_area .lead {
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
    margin-top: 2rem;
  }
}
.delivery-box .-gray {
  background: url(../images/bg_gray.png) repeat top center / contain;
  padding: 12rem 0 11rem;
}
.delivery-box .-gray .intro {
  background: #FFEF74;
  border: 8px solid #FF9E02;
  border-radius: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  padding: 7rem 8rem 6rem 4rem;
  position: relative;
}
.delivery-box .-gray .intro:before,
.delivery-box .-gray .intro:after {
  content: "";
  position: absolute;
  background: url(../images/bg_intro.png) no-repeat center / 100%;
  display: block;
  height: 15rem;
  width: 30rem;
}
.delivery-box .-gray .intro:before {
  top: -5rem;
  left: -6rem;
}
.delivery-box .-gray .intro:after {
  bottom: -4rem;
  right: -4rem;
}
.delivery-box .-gray .content_block.about {
  background: rgba(255, 255, 255, .4);
  border: 1px solid #fff;
  margin-top: 8rem;
  padding: 4rem 3rem;
  font-family: "Noto Sans JP", sans-serif;
}
.delivery-box .-gray .content_block.about .-title {
  font-size: 1.8rem;
}
.delivery-box .-gray .content_block.about .indent_list {
  font-weight: 400;
  line-height: 1.4;
  margin-top: 2.7rem;
}
.delivery-box .-gray .content_block.about .note {
  color: rgba(0, 0, 0, .7);
  font-size: 1.2rem;
  margin-top: 1.2rem;
}
.delivery-box .-gray .txt_box li {
  background: #fff;
  border-radius: 8px;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 3rem 0 2rem;
}
.delivery-box .-gray .txt_box .-img {
  max-height: 100%;
}
.delivery-box .-gray .txt_box .-txt {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 5rem;
  position: relative;
}
.delivery-box .-gray .txt_box .-txt:before {
  content: "";
  position: absolute;
  background: url(../images/num1.png) no-repeat center / 100%;
  top: .2rem;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
}
.delivery-box .-gray .txt_box li:nth-of-type(2) .-txt:before {
  background-image: url(../images/num2.png);
}
.delivery-box .-gray .txt_box li:nth-of-type(3) .-txt:before {
  background-image: url(../images/num3.png);
}
.delivery-box .-gray .txt_box li:nth-of-type(4) .-txt:before {
  background-image: url(../images/num4.png);
}
.delivery-box .-gray .txt_box li:nth-of-type(5) .-txt:before {
  background-image: url(../images/num5.png);
}
.delivery-box .-gray .txt_box li:nth-of-type(1) .-img {
  width: 20rem;
}
.delivery-box .-gray .txt_box li:nth-of-type(2) .-img {
  width: 25rem;
}
.delivery-box .-gray .txt_box li:nth-of-type(3) .-img {
  width: 9rem;
}
.delivery-box .-gray .txt_box li:nth-of-type(4) .-img {
  width: 11rem;
  margin-right: 2rem;
}
.delivery-box .-gray .txt_box li:nth-of-type(5) .-img {
  width: 25rem;
}
@media all and (min-width: 520px) {
  .delivery-box .-gray .intro {
    display: flex;
  }
  .delivery-box .-gray .intro:after {
    transform: rotate(5deg);
  }
  .delivery-box .-gray .intro .wrap {
    width: 47%;
    padding-right: 4rem;
  }
  .delivery-box .-gray .intro .-title {
    width: 33rem;
    margin-left: 5rem;
  }
  .delivery-box .-gray .txt_box {
    width: 53%;
  }
  .delivery-box .-gray .txt_box li {
    height: 9rem;
  }
  .delivery-box .-gray .txt_box li:nth-child(even) {
    margin-left: 3rem;
  }
  .delivery-box .-gray .txt_box .-txt:before {
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
  }
}
@media all and (max-width: 519px) {
  .delivery-box .-gray {
    padding: 7rem 0 5.5rem;
    background-image: url(../images/bg_gray_sp.png);
  }
  .delivery-box .-gray .intro {
    border-color: #F9AC2F;
    border-radius: 20px;
    padding: 3rem 1rem 6rem;
  }
  .delivery-box .-gray .intro:before,
  .delivery-box .-gray .intro:after {
    background-image: url(../images/bg_intro_sp.png);
    height: 8rem;
    width: 13rem;
  }
  .delivery-box .-gray .intro:before {
    top: -3.5rem;
    left: -2.5rem;
  }
  .delivery-box .-gray .intro:after {
    bottom: -2rem;
    right: -2.5rem;
  }
  .delivery-box .-gray .intro .-title {
    width: 83%;
    margin-left: 4.5%;
  }
  .delivery-box .-gray .intro .wrap .-img {
    width: 94%;
    margin: auto;
  }
  .delivery-box .-gray .txt_box .-txt {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-left: 3rem;
    width: 100%;
  }
  .delivery-box .-gray .txt_box li {
    padding: 1.4rem 1.4rem 1rem;
    margin-top: .4rem;
  }
  .delivery-box .-gray .txt_box li:nth-of-type(1),
  .delivery-box .-gray .txt_box li:nth-of-type(2),
  .delivery-box .-gray .txt_box li:nth-of-type(5) {
    flex-direction: column;
  }
  .delivery-box .-gray .txt_box li:nth-of-type(1) .-img {
    margin-top: .6rem;
  }
  .delivery-box .-gray .txt_box li:nth-of-type(2) .-img {
    margin-top: 1.5rem;
  }
  .delivery-box .-gray .txt_box li:nth-of-type(2) {
    padding-bottom: 1.5rem;
  }
  .delivery-box .-gray .txt_box li:nth-of-type(3) .-img {
    width: 17rem;
    margin-right: 1rem;
  }
  .delivery-box .-gray .txt_box li:nth-of-type(3) {
    padding-bottom: 1.8rem;
  }
  .delivery-box .-gray .txt_box li:nth-of-type(4) {
    align-items: flex-start;
  }
  .delivery-box .-gray .txt_box li:nth-of-type(4) .-img {
    width: 27rem;
    margin: -.5rem 1.5rem 0 0;
  }
  .delivery-box .-gray .txt_box li:nth-of-type(5) .-img {
    width: 25.5rem;
  }
  .delivery-box .-gray .content_block.about {
    margin-top: 3rem;
    padding: 2.7rem 2rem 5rem;
  }
  .delivery-box .-gray .content_block.about .indent_list {
    margin-top: 2.4rem;
  }
  .delivery-box .-gray .content_block.about .note {
    line-height: 1.4;
    margin-top: .8rem;
  }
}
.delivery-box .-yellow {
  background: linear-gradient(#FFF3B1, #FFE267);
  position: relative;
  padding: 9rem 0 8.5rem;
  text-align: center;
}
.delivery-box .-yellow .-title {
  width: 61rem;
  margin: auto;
}
.delivery-box .-yellow .-txt {
  font-size: 1.7rem;
  margin-top: 2rem;
}
.delivery-box .-yellow .btn_area {
  margin-top: 3.5rem;
}
.delivery-box .-yellow .btn_area .btn {
  background: #FF524B;
  font-family: "Noto Sans JP", sans-serif;
}
.delivery-box .-yellow .btn_area .btn:hover {
  background: #ff2e26;
}
@media all and (max-width: 519px) {
  .delivery-box .kv_area:before,
  .delivery-box .-yellow:before {
    background-size: calc(100% / 3) 100%;
  }
  .delivery-box .-yellow .-title {
    width: 83%;
  }
  .delivery-box .-yellow {
    padding: 6.5rem 0 5rem;
  }
  .delivery-box .-yellow .-txt {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}</pre></body></html>