<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ========================================================================
sora_flow.css - ご利用条件・主な制限貨物用スタイル -
======================================================================== */
/* PC設定 */
@media screen and (min-width: 768px), print {
  .flowIndexLeadBtnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* SP設定 */
@media screen and (max-width: 767px) {
  .flowIndexLeadBtnBox .flowIndexBtn {
    text-align: right;
  }
}

/* secFlow - ご利用の流れ -
============================================================= */
@media screen and (min-width: 768px), print {
  .secFlow .flow {
    margin-top: 0.4rem;
  }
  .secFlow .flowLabel {
    min-width: 2.64rem;
  }
}

@media screen and (max-width: 767px) {
  .secFlow .flow {
    margin-top: 0.2rem;
  }
}
</pre></body></html>