.bg0105 {
  --clKm: #b5e5cf;
  background: #b5e5cf;
}

.bg0510 {
  --clKm: #ffff9a;
  background: #ffff9a;
}

.bg1015 {
  --clKm: #fce6a2;
  background: #fce6a2;
}

.bg1520 {
  --clKm: #ffa7a5;
  background: #ffa7a5;
}

.bg-over20 {
  --clKm: #dd5a5a;
  background: #dd5a5a;
}

.bgwhite {
  background: #fff;
}

.p-prediction {
  padding: 4rem 0 0;
}
@media (min-width: 768px) {
  .p-prediction {
    padding: 8rem 0 0;
  }
}
.p-prediction__des {
  padding: 2.5rem 0;
  margin-bottom: 4rem;
  border: 1rem solid #efefef;
}
@media (min-width: 768px) {
  .p-prediction__des {
    padding: 5rem 0;
    margin-bottom: 8rem;
    border: 1.5rem solid #efefef;
  }
}
.p-prediction__des span {
  display: inline-block;
  position: relative;
}
.p-prediction__des span:after {
  width: 100%;
  height: 1rem;
  background: #edd320;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0.2rem;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-prediction__des span:after {
    height: 1.6rem;
  }
}
.p-prediction__sub {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-prediction__sub {
    margin-bottom: 7rem;
  }
}
.p-prediction__wrap {
  background: #efefef;
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .p-prediction__wrap {
    padding: 8rem 0;
  }
}
.p-prediction__legend {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 4rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .p-prediction__legend {
    flex-direction: row;
    align-items: center;
    gap: 3.2rem;
    margin-bottom: 7.3rem;
    padding: 1.2rem 4.7rem;
  }
}
.p-prediction__legend label {
  background: #efefef;
  font-size: 1.3rem;
  line-height: 1;
  width: 13rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  flex-shrink: 0;
}
.p-prediction__legend ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-prediction__legend ul {
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 1rem;
  }
}
.p-prediction__legend ul li {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  width: 45%;
}
@media (min-width: 768px) {
  .p-prediction__legend ul li {
    width: auto;
    font-size: 2.2rem;
    line-height: 1.0909090909;
  }
}
.p-prediction__legend ul li span {
  flex-shrink: 0;
  margin-right: 1rem;
  font-weight: 500;
}
.p-prediction__legend ul li span.boxcolor {
  width: 2rem;
  height: 2rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-prediction__legend ul li span.boxcolor {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.p-prediction__legend.--lemodal {
  margin-bottom: 3rem;
  padding: 1.2rem;
  text-align: left;
}
.p-prediction__legend.--lemodal ul {
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-prediction__legend.--lemodal ul {
    gap: 2.5rem;
  }
}
.p-prediction__legend.--lemodal ul li {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-prediction__legend.--lemodal ul li {
    font-size: 1.8rem;
  }
}
.p-prediction__legend.--lemodal label {
  font-size: 1.1rem;
  width: 11.5rem;
}
.p-prediction__section {
  position: relative;
  z-index: 1;
}
.p-prediction__jam {
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  min-height: 4rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media (max-width: 767px) {
  .p-prediction__jam {
    height: 4rem;
  }
}
@media (min-width: 768px) {
  .p-prediction__jam {
    font-size: 1.8rem;
    min-height: 4.8rem;
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767px) {
  .p-prediction__jam .inline {
    display: block;
  }
}
.p-prediction__jam .jam-content {
  width: 100%;
  background: #fff;
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 768px) {
  .p-prediction__jam .jam-content {
    gap: 1.5rem;
  }
}
.p-prediction__jam .jam-ttl {
  background: #2e2e2e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 100%;
  clip-path: polygon(0 0, 92% 0%, 100% 50%, 92% 100%, 0 100%, 0% 50%);
}
@media (min-width: 768px) {
  .p-prediction__jam .jam-ttl {
    width: 24rem;
    height: 4.8rem;
    margin-right: 3.2rem;
  }
}
.p-prediction__jam > p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}
.p-prediction__small {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .p-prediction__small {
    font-size: 2.4rem;
  }
}
.p-prediction__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
  text-align: left;
}
@media (min-width: 768px) {
  .p-prediction__ttl {
    justify-content: center;
    margin-bottom: 4rem;
    font-size: 4.8rem;
    text-align: center;
  }
}
.p-prediction__ttl.--cuszmodal {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .p-prediction__ttl.--cuszmodal {
    padding-top: 2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .p-prediction__ttl.--cuszmodal {
    flex-wrap: wrap;
    margin-top: 0;
    font-size: 1.5rem;
  }
  .p-prediction__ttl.--cuszmodal p {
    width: 100%;
    text-align: center;
    margin-top: 0.7rem;
    font-size: 2rem;
  }
  .p-prediction__ttl.--cuszmodal span {
    font-size: 1.6rem;
    border-radius: 0.2rem;
    margin-right: 1.5rem;
  }
  .p-prediction__ttl.--cuszmodal .p-prediction__small {
    font-size: 1.3rem;
  }
}
.p-prediction__ttl span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #008765;
  border-radius: 0.4rem;
  color: #fff;
  aspect-ratio: 64/48;
  width: 4rem;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.4;
  margin-right: 1.7rem;
}
@media (min-width: 768px) {
  .p-prediction__ttl span {
    font-size: 2.4rem;
    width: 6rem;
  }
}
@media (min-width: 1025px) {
  .p-prediction__ttl span {
    font-size: 3.2rem;
    width: 6.4rem;
  }
}
.p-prediction__ttl label {
  display: inline-block;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .p-prediction__ttl label {
    font-size: 4rem;
    margin-right: 2rem;
  }
}
.p-prediction__box {
  background: #fff;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-prediction__box {
    margin-bottom: 8rem;
  }
}
.p-prediction__box.--last {
  margin-bottom: 0;
}
.p-prediction__box .box-ttl {
  color: #fff;
  background: var(--keycolor);
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  font-feature-settings: normal;
}
@media (min-width: 768px) {
  .p-prediction__box .box-ttl {
    padding-left: 2rem;
    font-size: 2.8rem;
    height: 9rem;
  }
}
.p-prediction__box .box-ttl.is-active:after {
  transform: translateY(-50%) rotate(90deg);
}
.p-prediction__box .box-ttl:after {
  position: absolute;
  content: "";
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: url(../images/common/ic_right_2.png) no-repeat top center;
  background-size: contain;
  width: 3.5rem;
  height: 3.5rem;
}
@media (min-width: 768px) {
  .p-prediction__box .box-ttl:after {
    width: 6.4rem;
    height: 6.4rem;
    right: 4rem;
  }
}
.p-prediction__box .box-content {
  padding: 2rem 2rem 2rem;
  display: grid;
  gap: 3.2rem;
}
@media (min-width: 768px) {
  .p-prediction__box .box-content {
    grid-template-columns: repeat(2, 1fr);
    padding: 5.1rem 3.2rem 7.3rem;
  }
}
@media (min-width: 1025px) {
  .p-prediction__box .box-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-prediction__box .box-content .sun {
  color: #ff0000;
}
.p-prediction__box .box-content .sat {
  color: #0000ff;
}
.p-prediction__box .box-content .traffic-calendar .calendar-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-prediction__box .box-content .traffic-calendar table {
  background: #efefef;
  width: 100%;
  padding: 0 0.6rem;
  padding-bottom: 0.6rem;
}
.p-prediction__box .box-content .traffic-calendar table tr th {
  font-size: 1.6rem;
  font-weight: 600;
  height: 4rem;
  text-align: center;
}
.p-prediction__box .box-content .traffic-calendar table tr td {
  text-align: center;
  height: 4rem;
  width: 3.6rem;
  border: 0.2rem solid #efefef;
}
@media (max-width: 767px) {
  .p-prediction__box .box-content .traffic-calendar table tr td {
    font-size: 1.4rem;
  }
}
.p-prediction__box .box-content .traffic-calendar table tr td .color-white {
  text-decoration: underline;
}
.p-prediction__date {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .p-prediction__date {
    font-size: 3.6rem;
    padding: 3rem 0;
  }
}
@media (min-width: 1025px) {
  .p-prediction__date {
    font-size: 4rem;
  }
}

.traffic-modal-bg {
  background: #efefef;
  margin: 0 -1.5rem 2rem;
  padding: 0 1.5rem 1.5rem;
  position: relative;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .traffic-modal-bg {
    margin: 0 -1.5rem 4rem;
    padding: 0 3rem 4rem;
  }
}
@media (min-width: 1025px) {
  .traffic-modal-bg {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
.traffic-modal-bg:last-child {
  margin-bottom: 0;
}

.traffic-modal-pager .btn {
  font-weight: 500;
  height: 5.7rem;
}
.traffic-modal-pager .btn.last {
  display: none;
}
.traffic-modal-pager .btn span {
  background: #fff;
  border: 0.2rem solid var(--keycolor);
  border-radius: 50%;
  display: block;
  width: 3.2rem;
  position: relative;
}
@media (min-width: 768px) {
  .traffic-modal-pager .btn span {
    border-width: 0.3rem;
    width: 4rem;
  }
}
@media (min-width: 1025px) {
  .traffic-modal-pager .btn span {
    width: 6.4rem;
  }
}
@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(../images/common/ic_right_3.png) no-repeat bottom center;
  background-size: contain;
  aspect-ratio: 8/13;
  width: 0.8rem;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .traffic-modal-pager .btn span:before {
    width: 1rem;
  }
}
@media (min-width: 1025px) {
  .traffic-modal-pager .btn span:before {
    width: 1.5rem;
  }
}/*# sourceMappingURL=prediction.css.map */