@charset "utf-8";

/* lp02 only */
.cntLp22 .h2t3 {
    background-image: url("/lp/lp02/img/no1.png");
}
.cntLp23 .h2t3 {
    background-image: url("/lp/lp02/img/no2.png");
}
.cntLp25 .h2t3 {
    background-image: url("/lp/lp02/img/no3.png");
}
.cntLp26 .h2t3 {
    background-image: url("/lp/lp02/img/no4.png");
}

.schedW2 {
  max-width: 1000px;
}
.schedW2 li:nth-child(1) p span {
  letter-spacing: -0.1em;
}
.schedW2 li {
  width: 20%;
}

@media screen and (max-width: 1000px){
  .schedW2 {
    max-width: 400px;
  }
  .cnt .schedW2 li {
		display: block;
		width: 100%;
		margin-bottom: 40px !important;
	}
	.cnt .schedW2 li:last-child{
		margin-bottom: 30px !important;
	}
  .schedW2 li > p{
		width: auto;
		text-align: left;
		line-height: 160px;
		margin-left: 160px;
		padding-left: 3%;
	}
	.schedW2 li > p >span{
		display: inline-block;
		line-height: 1.4;
		vertical-align: middle;
	}
  .schedW2 li:nth-child(1) p span {
    letter-spacing: 0;
  }
	.schedW2 li > p > span br{
		display: none;
	}
  .schedW2 .time {
    float: left;
  }
  .schedW2 .time::before {
    border-width: 25px 17.5px 0 17.5px;
    border-color: #ffffff transparent transparent transparent;
    left: 0;
    top: auto;
    bottom: -25px;
    right: 0;
  }
}
