@charset "UTF-8";

/* news list */

.news-list>li {
  background-image: linear-gradient(to right, #c5c5c5 0px, #c5c5c5 5px, transparent 5px, transparent 10px);
  background-size: 10px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.news-list>li>a {
  display: block;
}

.news-list>li>a>dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news-list>li>a>dl>dt {
  color: #003b89;
  font-weight: 700;
}

.news-list>li>a>dl .-icon>span {
  border: 1px solid #247ac0;
  color: #247ac0;
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.news-list>li>a>dl .-icon>span._news02,
.news-list>li>a>dl .-icon>span._campaign {
  border-color: #f1af00;
  color: #f1af00;
}

.news-list>li>a>dl .-icon>span._news03,
.news-list>li>a>dl .-icon>span._seminar {
  border-color: #8ab73c;
  color: #8ab73c;
}

.news-list>li>a>dl .-icon>span._news04,
.news-list>li>a>dl .-icon>span._event {
  border-color: #f37e9b;
  color: #f37e9b;
}

/* お荷物運搬サービスCSS
========================================*/

#main .l-mvheader {
  flex-direction: column;
}

#main .l-mvheader p {
  color: #fff;
  font-weight: 700;
}

#main .flow-list>li {
  background-color: #fff;
  border: 1px solid #247ac0;
  position: relative;
}

#main .flow-list>li:after {
  border-left: 4px dotted #247ac0;
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 2px);
}

#main .flow-list>li:last-of-type:after {
  display: none;
}

#main .flow-list>li figure {
  overflow: hidden;
}

#main .flow-list>li .-num {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #247ac0;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05em;
  padding-bottom: .1em;
  position: absolute;
}

#main .flow-list>li>dl>dt {
  color: #247ac0;
  font-weight: 700;
  line-height: 1.4;
}

#main .flow-list>li>dl>dd {
  line-height: 1.6;
}

#main .flow-list>li>dl>dd p {
  margin-bottom: 1em;
}

#main .flow-list>li>dl>dd a {
  color: #003b89;
  display: inline;
  text-decoration: underline;
}

#main .flow-list>li .-note>li {
  color: #ef7f1c;
  padding-left: 1em;
  text-indent: -1em;
}

#main .transport-tbl {
  display: block;
}

#main .transport-tbl thead,
#main .transport-tbl tbody,
#main .transport-tbl th,
#main .transport-tbl td {
  display: block;
}

#main .transport-tbl tr {
  display: flex;
  flex-wrap: wrap;
}

#main .transport-tbl thead th {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

#main .transport-tbl thead th._rentora {
  background-color: #3b92d9;
}

#main .transport-tbl thead th._sakai {
  background-color: #f1af00;
}

#main .transport-tbl thead th._raku {
  background-color: #8ab73c;
}

#main .transport-tbl thead th._fresh {
  background-color: #f37e9b;
}

#main .transport-tbl thead td {
  text-align: center;
}

#main .transport-tbl thead td._rentora {
  border-left: 2px solid #3b92d9;
  border-right: 2px solid #3b92d9;
}

#main .transport-tbl thead td._sakai {
  border-left: 2px solid #f1af00;
  border-right: 2px solid #f1af00;
}

#main .transport-tbl thead td._raku {
  border-left: 2px solid #8ab73c;
  border-right: 2px solid #8ab73c;
}

#main .transport-tbl thead td._fresh {
  border-left: 2px solid #f37e9b;
  border-right: 2px solid #f37e9b;
}

#main .transport-tbl tbody th {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #003b89;
  border-radius: 5px;
  color: #fff;
  flex-direction: column;
  font-weight: 700;
  text-align: center;
}

#main .transport-tbl tbody th .-note {
  display: inline-block;
  font-weight: 500;
  line-height: 1.6;
  margin-top: .5em;
}

#main .transport-tbl tbody td {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.3;
  position: relative;
  text-align: center;
}

#main .transport-tbl tbody td:after {
  border-bottom: 1px dashed #ccc;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 6%;
  width: 88%;
}

#main .transport-tbl tbody td .-note {
  color: #999;
  line-height: 1.4;
}

#main .transport-tbl tbody td p {
  margin-bottom: .5em;
}

#main .transport-tbl tbody td p strong {
  color: #fa9134;
  letter-spacing: .05em;
}

#main .transport-tbl tbody td .-off {
  background-color: #fa9134;
  border-radius: 5px;
  color: #fff;
  line-height: 1.1;
  margin: .5em auto 0;
}

#main .transport-tbl tbody td._rentora {
  border-left: 2px solid #3b92d9;
  border-right: 2px solid #3b92d9;
}

#main .transport-tbl tbody td._sakai {
  border-left: 2px solid #f1af00;
  border-right: 2px solid #f1af00;
}

#main .transport-tbl tbody td._raku {
  border-left: 2px solid #8ab73c;
  border-right: 2px solid #8ab73c;
}

#main .transport-tbl tbody td._fresh {
  border-left: 2px solid #f37e9b;
  border-right: 2px solid #f37e9b;
}

#main .transport-tbl tbody tr:last-of-type td {
  border-radius: 0 0 10px 10px;
}

#main .transport-tbl tbody tr:last-of-type td:after {
  display: none;
}

#main .transport-tbl tbody tr:last-of-type td._rentora {
  border-bottom: 2px solid #3b92d9;
}

#main .transport-tbl tbody tr:last-of-type td._sakai {
  border-bottom: 2px solid #f1af00;
}

#main .transport-tbl tbody tr:last-of-type td._raku {
  border-bottom: 2px solid #8ab73c;
}

#main .transport-tbl tbody tr:last-of-type td._fresh {
  border-bottom: 2px solid #f37e9b;
}

#main .rental-box {
  background-color: #fff;
}

#main .rental-box a {
  color: #003b89;
  display: inline;
  text-decoration: underline;
}

#main .rental-box .-note {
  padding-left: 1em;
  text-indent: -1em;
}

@media print, screen and (min-width: 768px) {
  .news-list {
    padding: 0 35px 0 20px;
  }

  .news-list>li>a {
    padding: 16px 0;
  }

  .news-list>li>a>dl>dt {
    margin-right: 20px;
  }

  .news-list>li>a>dl .-icon {
    margin-right: 20px;
    width: 140px;
  }

  .news-list>li>a>dl .-icon>span {
    border-radius: 20px;
    font-size: .8rem;
    padding: 3px;
    width: 140px;
  }

  .news-list>li>a>dl .-text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .2s ease;
  }

  .news-list>li>a:hover .-text {
    color: #ef7f1c;
  }

  #main .l-mvheader {
    height: 340px;
  }

  #main .l-mvheader p {
    margin-top: 35px;
    text-align: center;
  }

  #main .c-title {
    margin-bottom: 40px;
  }

  #main .flow {
    padding: 70px 0 80px;
  }

  #main .flow-list>li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    margin-bottom: 45px;
    padding: 30px;
  }

  #main .flow-list>li:after {
    bottom: -59px;
    height: 56px;
  }

  #main .flow-list>li:last-of-type {
    margin-bottom: 0;
  }

  #main .flow-list>li figure {
    border-radius: 20px;
  }

  #main .flow-list>li .-num {
    font-size: 2rem;
    top: -15px;
    left: -15px;
    height: 68px;
    width: 68px;
  }

  #main .flow-list>li>dl {
    width: 700px;
  }

  #main .flow-list>li>dl>dt {
    font-size: 1.3rem;
    letter-spacing: .05em;
    margin-bottom: 20px;
  }

  #main .flow-list>li>dl>dd a:hover {
    text-decoration: none;
  }

  #main .flow-list>li .-note {
    font-size: .9rem;
  }

  #main .transport {
    margin-top: -115px;
    padding-top: 155px;
  }

  #main .transport-tbl {
    margin-bottom: 30px;
  }

  #main .transport-tbl tr {
    gap: 0 17px;
  }

  #main .transport-tbl thead th,
  #main .transport-tbl thead td {
    width: 230px;
  }

  #main .transport-tbl thead th._blank,
  #main .transport-tbl thead td._blank {
    width: 210px;
  }

  #main .transport-tbl thead th {
    height: 90px;
  }

  #main .transport-tbl thead td {
    padding: 20px 10px 10px;
  }

  #main .transport-tbl thead td img {
    width: 150px;
  }

  #main .transport-tbl tbody {
    font-size: .95rem;
  }

  #main .transport-tbl tbody th {
    margin: 3px 0;
    min-height: 60px;
    width: 210px;
  }

  #main .transport-tbl tbody th .-note {
    font-size: .8rem;
  }

  #main .transport-tbl tbody td {
    padding: 10px 5px;
    min-height: 60px;
    width: 230px;
  }

  #main .transport-tbl tbody td .-note {
    font-size: .8rem;
  }

  #main .transport-tbl tbody td p strong span {
    font-size: 1.4rem;
  }

  #main .transport-tbl tbody td .-off {
    padding: 8px;
    width: 160px;
  }

  #main .transport-tbl tbody td .-off span {
    font-size: 1.4rem;
  }

  #main .rental-box {
    border-radius: 30px;
    padding: 40px 50px;
  }

  #main .rental-box a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .news-list {
    padding: 0 2.6666666667vw 0 2.6666666667vw;
  }

  .news-list>li {
    margin-bottom: 3.2vw;
    padding-bottom: 4vw;
  }

  .news-list>li>a>dl>dt {
    margin-right: 2.6666666667vw;
  }

  .news-list>li>a>dl .-icon>span {
    border-radius: 15px;
    font-size: 3.4666666667vw;
    margin-left: 1.0666666667vw;
    padding: .5333333333vw;
    width: 25.0666666667vw;
  }

  .news-list>li>a>dl .-text {
    display: -webkit-box;
    line-height: 1.5;
    margin-top: 1.8666666667vw;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  #main .l-mvheader p {
    line-height: 1.6;
    margin-top: 6.6666666667vw;
    padding: 0 5.3333333333vw;
  }

  #main .l-section.l-section-inr {
    padding: 8vw 5.3333333333vw 13.3333333333vw;
  }

  #main .flow-list>li {
    border-radius: 15px;
    margin-bottom: 8vw;
    padding: 4vw;
  }

  #main .flow-list>li:after {
    border-left-width: .8vw;
    bottom: -7.4666666667vw;
    height: 6.6666666667vw;
  }

  #main .flow-list>li:last-of-type {
    margin-bottom: 0;
  }

  #main .flow-list>li figure {
    border-radius: 3.2vw;
    margin: 0 auto 2.6666666667vw;
    width: 50.6666666667vw;
  }

  #main .flow-list>li .-num {
    font-size: 5.8666666667vw;
    top: -2.6666666667vw;
    left: -2.6666666667vw;
    height: 10.6666666667vw;
    width: 10.6666666667vw;
  }

  #main .flow-list>li>dl>dt {
    font-size: 4.8vw;
    margin-bottom: 1.8666666667vw;
    text-align: center;
  }

  #main .flow-list>li>dl>dd {
    font-size: 4vw;
  }

  #main .flow-list>li>dl>dd p:last-child {
    margin-bottom: 0;
  }

  #main .flow-list>li .-note {
    font-size: 3.7333333333vw;
  }

  #main .transport-wrap {
    overflow-x: scroll;
    position: relative;
    margin: 0 -5.3333333333vw;
    padding: 0 5.3333333333vw;
  }

  #main .transport-wrap:after {
    background-image: url(../img/common/img_onscroll.svg);
    background-size: contain;
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 21.3333333333vw);
    left: calc(50% - 29.3333333333vw);
    height: 42.6666666667vw;
    width: 58.6666666667vw;
    z-index: 10;
    transition: .3s ease;
  }

  #main .transport-wrap.is-touch:after {
    opacity: 0;
  }

  #main .transport-tbl {
    margin-bottom: 5.3333333333vw;
    width: 213.3333333333vw;
  }

  #main .transport-tbl tr {
    gap: 0 2.6666666667vw;
  }

  #main .transport-tbl thead th,
  #main .transport-tbl thead td {
    width: 41.3333333333vw;
  }

  #main .transport-tbl thead th._blank,
  #main .transport-tbl thead td._blank {
    width: 37.3333333333vw;
  }

  #main .transport-tbl thead th {
    height: 18.6666666667vw;
  }

  #main .transport-tbl thead td {
    padding: 4vw 1.8666666667vw 1.8666666667vw;
  }

  #main .transport-tbl thead td img {
    width: 29.3333333333vw;
  }

  #main .transport-tbl tbody {
    font-size: 4vw;
  }

  #main .transport-tbl tbody th {
    margin: .5333333333vw 0;
    min-height: 13.3333333333vw;
    width: 37.3333333333vw;
  }

  #main .transport-tbl tbody th .-note {
    font-size: 3.2vw;
  }

  #main .transport-tbl tbody td {
    padding: 1.8666666667vw .8vw;
    min-height: 13.3333333333vw;
    width: 41.3333333333vw;
  }

  #main .transport-tbl tbody td .-note {
    font-size: 3.4666666667vw;
  }

  #main .transport-tbl tbody td p strong span {
    font-size: 5.6vw;
  }

  #main .transport-tbl tbody td .-off {
    padding: 1.3333333333vw;
    width: 32vw;
  }

  #main .transport-tbl tbody td .-off span {
    font-size: 5.6vw;
  }

  #main .rental-box {
    border-radius: 5.3333333333vw;
    padding: 4vw 5.3333333333vw;
  }
}
/*# sourceMappingURL=../../_sourcemap/assets/css/teikei-unpan.css.map */