@charset "utf-8";
#postponeWrap {
    padding: 5% 0 3%;
}

#postponeWrap p {
    line-height: 2em;
    width: 95%;
    margin: 0 auto;
}

.infoTxt {
    text-indent: 1em;
}

#scheduleBox {
    color: #db5f53;
    background: #fcf1ef;
    font-weight: 500;
    padding: 2% 3%;
    margin: 3% auto;
}

#scheduleBox dl {
    display: flex;
    margin: 0 auto;
}

#rightTxt {
    text-align: right;
}

/*sp------------------------------------*/	
@media screen and (max-width: 750px) {

	}




/*pc-----------------------------------------------------*/

@media screen and (min-width: 1060px) and (max-width: 1141px) {

}


@media screen and (min-width: 1060px) {
.maintitle {margin-bottom: 35px;}
}

@media screen and (min-width: 1025px) {
#scheduleBox { width: 60%;}
}


@media screen and (min-width: 751px) {
	#scheduleBox { font-size: 1.3em; }
	#scheduleBox dl { width: 60%; }

}