@charset "UTF-8";
/* ========================================================================
sora_user.css - ご利用中のお客様（輸送状況）用スタイル -
======================================================================== */
.userIndexTitleText {
  font-size: 0.18rem;
  text-align: center;
}

.userIndexTitleText + .btnBox {
  margin-top: 0.4rem;
}

/* PC設定 */
@media screen and (min-width: 768px), print {
  .userIndex .h3Design01 {
    font-size: 0.28rem;
    line-height: 1.6;
    padding: 0.09rem 0.1rem 0.1rem;
  }
  .userIndexInner {
    padding: 0.96rem 1.83rem 1.28rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px), print {
  .userIndexInner {
    margin-left: auto;
    margin-right: auto;
    max-width: 13.66rem;
  }
}

@media screen and (min-width: 768px), print {
  * + .userIndexSec {
    margin-top: 0.85rem;
  }
  .userIndexSec:not(:first-of-type) {
    margin-top: 1.1rem;
  }
  .userIndexSubSec {
    margin-top: 0.6rem;
  }
}

/* SP設定 */
@media screen and (max-width: 767px) {
  .userIndexInner {
    padding-bottom: 0.55rem;
  }
  .userIndexSec {
    margin-top: 0.395rem;
  }
  .userIndexSec:not(:first-of-type) {
    margin-top: 0.69rem;
  }
  .userIndexSecInner {
    padding: 0 0.2rem;
  }
  .userIndexSubSec {
    margin-top: 0.35rem;
  }
}
