.c-bgLine {
  background: #edd320;
  padding: 0 2px;
}
@media (min-width: 768px) {
  .c-bgLine {
    background: linear-gradient(to bottom, transparent calc(100% - 16px), #edd320 16px);
  }
}

.c-desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .c-desc {
    font-size: 24px;
    line-height: 1.667;
    letter-spacing: 0.08em;
  }
}

.bg0105 {
  --clKm: #b5e5cf;
}

.bg0510 {
  --clKm: #ffff9a;
}

.bg1015 {
  --clKm: #fce6a2;
}

.bg1520 {
  --clKm: #f4aba8;
}

.bg-over20 {
  --clKm: #dd5a5a;
}

.bgwhite {
  background: #fff;
}

@media (max-width: 767px) {
  .tab-content .c-desc {
    font-feature-settings: "palt";
  }
}

.tab-box {
  display: none;
  background-color: #efefef;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .tab-box {
    padding: 80px 0;
  }
}
.tab-box.nodata {
  margin-bottom: 3px;
}

.p-trafficMes {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-trafficMes {
    margin-top: 80px;
  }
}
.p-trafficMes__inner {
  border: 8px solid #efefef;
  margin-bottom: 40px;
  padding: 30px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-trafficMes__inner {
    border-width: 16px;
    margin-bottom: 80px;
    padding: 54px 60px;
  }
}

.p-traffic-tab {
  border-bottom: 2px solid var(--keycolor);
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-traffic-tab {
    border-bottom-width: 4px;
    margin-top: 80px;
  }
}

.traffic-wrap {
  background-color: #fff;
  padding: 32px 20px;
}
@media (min-width: 768px) {
  .traffic-wrap {
    padding: 56px 32px;
  }
}

.traffic-row {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .traffic-row {
    margin-bottom: 40px;
  }
}
.traffic-row:last-child {
  margin-bottom: 0;
}
.traffic-row .hline01 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .traffic-row .hline01 {
    margin-bottom: 40px;
  }
}

.traffic-legend {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
  padding: 15px;
}
@media (min-width: 768px) {
  .traffic-legend {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin-bottom: 56px;
    padding: 16px 40px;
  }
}
.traffic-legend label {
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
  line-height: 1;
  width: 130px;
  height: 32px;
}
.traffic-legend ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 768px) {
  .traffic-legend ul {
    flex-wrap: nowrap;
  }
}
.traffic-legend ul li {
  font-size: 13px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .traffic-legend ul li {
    font-size: 18px;
    line-height: 1.0909090909;
  }
}
@media (max-width: 767px) {
  .traffic-legend ul li {
    min-width: 115px;
  }
}
.traffic-legend ul li span {
  flex-shrink: 0;
  margin-right: 10px;
  font-weight: 500;
}
.traffic-legend ul li span.boxcolor {
  background-color: var(--clKm);
  width: 20px;
  height: 20px;
  display: inline-block;
}
@media (min-width: 768px) {
  .traffic-legend ul li span.boxcolor {
    width: 32px;
    height: 32px;
  }
}

.traffic-item {
  height: auto;
  width: 290px;
}

@media (min-width: 768px) {
  .traffic-top {
    display: none;
  }
}
.traffic-top__head {
  color: var(--keycolor);
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-bottom: 8px;
}

.traffic-labels {
  margin-bottom: 20px;
  display: flex;
}
.traffic-labels span {
  background-color: #fff;
  border: 2px solid var(--keycolor);
  border-radius: 4px;
  color: var(--keycolor);
  flex-shrink: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  height: 28px;
  width: 60px;
  margin-right: 10px;
}
.traffic-labels span.slick-current {
  background-color: var(--keycolor);
  color: #fff;
}

.traffic-list-slider .slick-track {
  display: flex;
}
.traffic-list-slider .traffic-item {
  margin-right: 16px;
}

.traffic-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.traffic-controls .button-pagination .slick-dots {
  display: flex;
  justify-content: center;
  gap: 16px;
  width: auto;
}
.traffic-controls .button-pagination .slick-active button {
  background-color: var(--keycolor);
}
.traffic-controls .button-pagination button {
  appearance: none;
  background-color: transparent;
  border: 2px solid var(--keycolor);
  border-radius: 50%;
  color: transparent;
  padding: 0;
  margin: 0;
  font-size: 0;
  height: 16px;
  width: 16px;
  opacity: 1;
}
.traffic-controls .button-prev,
.traffic-controls .button-next {
  border: 2px solid var(--keycolor);
  border-radius: 4px;
  color: var(--keycolor);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 56px;
  margin: 0;
}
.traffic-controls .button-prev:not(.slick-disabled),
.traffic-controls .button-next:not(.slick-disabled) {
  cursor: pointer;
}
.traffic-controls .button-prev:not(.slick-disabled):hover,
.traffic-controls .button-next:not(.slick-disabled):hover {
  background-color: var(--keycolor);
  color: #fff;
}
.traffic-controls .button-prev.slick-disabled,
.traffic-controls .button-next.slick-disabled {
  opacity: 0.5;
}
.traffic-controls .button-prev i {
  transform: scaleX(-1);
}

.p-prediction {
  background: #efefef url(../img/top/bg-prediction.jpg) no-repeat bottom center;
  padding-top: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .p-prediction {
    padding-top: 80px;
  }
}
.p-prediction .p-road {
  background: none;
}
.p-prediction__jam {
  background: #fff;
  margin-bottom: 15px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  text-align: left;
}
@media (min-width: 768px) {
  .p-prediction__jam {
    font-size: 18px;
    margin-bottom: 32px;
    height: 48px;
  }
}
.p-prediction__jam .jam-ttl {
  background: #2e2e2e;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 75px;
  margin-right: 10px;
  clip-path: polygon(0 0, 92% 0%, 100% 50%, 92% 100%, 0 100%, 0% 50%);
}
@media (min-width: 768px) {
  .p-prediction__jam .jam-ttl {
    min-width: 240px;
    margin-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-prediction__jam .jam-ttl {
    min-width: 130px;
  }
}
.p-prediction__jam .inline {
  display: inline-block;
}
.p-prediction__date {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .p-prediction__date {
    font-size: 36px;
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .p-prediction__date {
    font-size: 40px;
  }
}
.p-prediction__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: left;
}
@media (min-width: 768px) {
  .p-prediction__ttl {
    justify-content: center;
    margin-bottom: 40px;
    font-size: 48px;
    text-align: center;
  }
}
.p-prediction__ttl.--cuszmodal {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .p-prediction__ttl.--cuszmodal {
    padding-top: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .p-prediction__ttl.--cuszmodal {
    flex-wrap: wrap;
    margin-top: 0;
    font-size: 15px;
  }
  .p-prediction__ttl.--cuszmodal p {
    width: 100%;
    text-align: center;
    margin-top: 7px;
    font-size: 20px;
  }
  .p-prediction__ttl.--cuszmodal span {
    font-size: 16px;
    border-radius: 2px;
    margin-right: 15px;
  }
  .p-prediction__ttl.--cuszmodal .p-prediction__small {
    font-size: 13px;
  }
}
.p-prediction__ttl span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #008765;
  border-radius: 4px;
  color: #fff;
  aspect-ratio: 64/48;
  width: 40px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  margin-right: 17px;
}
@media (min-width: 768px) {
  .p-prediction__ttl span {
    font-size: 24px;
    width: 60px;
  }
}
@media (min-width: 1024px) {
  .p-prediction__ttl span {
    font-size: 32px;
    width: 64px;
  }
}
.p-prediction__ttl label {
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .p-prediction__ttl label {
    font-size: 40px;
    margin-right: 20px;
  }
}
.p-prediction__section {
  position: relative;
  z-index: 1;
}
.p-prediction__small {
  font-size: 13px;
  font-weight: normal;
  margin-top: 2px;
}
@media (min-width: 768px) {
  .p-prediction__small {
    font-size: 20px;
    margin-top: 13px;
  }
}
.p-prediction__box {
  background: #fff;
  margin-bottom: 60px;
}
.p-prediction__box.--last {
  margin-bottom: 0;
}
.p-prediction__box .box-ttl {
  color: #fff;
  background: #2e2e2e;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  pointer-events: none;
}
@media (min-width: 768px) {
  .p-prediction__box .box-ttl {
    padding-left: 20px;
    font-size: 28px;
    height: 90px;
    justify-content: center;
  }
}
.p-prediction__box .box-content {
  padding: 20px 20px 20px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .p-prediction__box .box-content {
    padding: 51px 32px 73px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .p-prediction__box .box-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-prediction__box .box-content .c-calendar {
  background: #efefef;
}
.p-prediction .p-section.--price {
  background: none !important;
}

.traffic-modal-bg {
  background: #efefef;
  margin: 0 -15px 20px;
  padding: 0 15px 15px;
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .traffic-modal-bg {
    margin: 0 -15px 40px;
    padding: 0 30px 40px;
  }
}
@media (min-width: 1024px) {
  .traffic-modal-bg {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.traffic-modal-bg:last-child {
  margin-bottom: 0;
}

.traffic-modal-pager .btn {
  font-weight: 500;
}
@media (min-width: 768px) {
  .traffic-modal-pager .btn {
    height: 57px;
  }
}
.traffic-modal-pager .btn.last {
  display: none;
}
.traffic-modal-pager .btn span {
  background: #fff;
  border: 2px solid var(--keycolor);
  border-radius: 50%;
  display: block;
  width: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .traffic-modal-pager .btn span {
    border-width: 3px;
    width: 40px;
  }
}
@media (min-width: 1024px) {
  .traffic-modal-pager .btn span {
    width: 64px;
  }
}
@media (max-width: 767px) {
  .traffic-modal-pager .btn span {
    flex-shrink: 0;
  }
}
.traffic-modal-pager .btn span.--left:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.traffic-modal-pager .btn span:before {
  background: url(../img/common/ic_right_3.png) no-repeat bottom center;
  background-size: contain;
  aspect-ratio: 8/13;
  width: 8px;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .traffic-modal-pager .btn span:before {
    width: 10px;
  }
}
@media (min-width: 1024px) {
  .traffic-modal-pager .btn span:before {
    width: 15px;
  }
}/*# sourceMappingURL=prediction.css.map */