@charset "UTF-8";



.browsing__history--title {
  border-image: linear-gradient(to right, #ff3200 0%, #fea100 100%) 1/0 0 2px 0;
  border-style: solid;
  font-weight: normal;
}
  .browsing__history--title span {
    font-size: 14px;
  }
  /*.reservation__history--title {
    position: relative;
  }*/
  .reservation__history--title:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(https://assets.pandabus.com/assets/user/image/svg/newspaper.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
  }
/* 970px- */
@media screen and (min-width:971px){
  .browsing__history {
    width: 900px;
  }
  .history__area {
    display: flex;
    margin: 0 auto;
    padding: 25px 10px;
    width: 1200px;
  }
  .browsing__history--title {
    font-size: 26px;
    padding-bottom: 6px;
    margin-bottom: 15px;
  }
  .browsing__history--title span {
    margin-left: 11px;
  }
  .reservation__history {
    margin-left: 18px;
  }
}

/* -970px */
@media screen and (min-width: 801px) and (max-width:970px){
  .browsing__history {
    padding: 15px 10px 35px;
  }
  .browsing__history--title {
    font-size: 20px;
    padding-bottom: 9px;
  }
  .browsing__history--title span {
    margin-left: 17px;
  }
  .reservation__history {
  }
}

/* -800px */
@media screen and (max-width:800px){
  .browsing__history {
    padding: 15px 10px 35px;
  }
  .browsing__history--title {
    font-size: 20px;
    padding-bottom: 9px;
  }
  .browsing__history--title span {
    margin-left: 17px;
  }
  .reservation__history {
  }
  .reservation__history--title.c-sidebar__title {
    display: block;
  }
}