@charset "UTF-8";

/**==============================================**/
/*
/*			共通
/*
/**==============================================**/

div.content-wrap {
	width: auto;
	max-width: none;
}

/* fase-01 */
div.fase-01 {}
.fase-01 ul.day-list {}
.day-list li {
	position: relative;
}
.day-list div.time {}
.time img {
	display: block;
	max-width: 100%;
	height: auto;
}

.day-list div.img-wrap {}
.img-wrap img {
	display: block;
	max-width: 100%;
	height: auto;
}

.day-list div.txt {}
.txt div.headd {
	width: 100%;
	background: url(../img/day/headd-04-bg.svg) 50% 50% / contain no-repeat;
}
.txt .headd h2 {
	text-align: center;
}
.txt dl {}
.txt dl dt {
	color: #e47419;
	text-align: center;
}
.txt dl dd {}



/**==============================================**/
/*
/*			SP
/*
/**==============================================**/

@media screen and (max-width:736px) {

	/* main-img */
	div.sub.main-img-wrap {}
	.sub.main-img-wrap div.sub-cap-wrap {}



	/* fase-01 */
	div.fase-01 {}
	.fase-01 ul.day-list {
		padding-top: 17%;
	}
	.day-list li:nth-child(n+2) {
	}
	.day-list li {
		margin-bottom: 13%;
	}
	.day-list div.time {
		width: 24.8%;
		float: left;
	}
	.time img {}
	.day-list li {
	}

	.day-list div.img-wrap {
		width: 75.2%;
		float: right;
		margin-top: -3.6%;
	}
	.img-wrap img {
		margin: auto auto 2%;
	}
	.day-list li:nth-child(1) .img-wrap img {
		width: 55.1%;
	}
	.day-list li:nth-child(2) .img-wrap img {
		width: 77.6%;
	}
	.day-list li:nth-child(3) .img-wrap img {
		width: 79.2%;
	}
	.day-list li:nth-child(4) .img-wrap img {
		width: 64.9%;
	}
	.day-list li:nth-child(5) .img-wrap img {
		width: 94%;
		margin: auto auto 2% 6%;
	}
	.day-list li:nth-child(6) .img-wrap img {
		width: 68.1%;
	}
	.day-list li:nth-child(7) .img-wrap img {
		width: 66.2%;
	}
	.day-list li:nth-child(8) .img-wrap img {
		width: 94%;
		margin: auto auto 2% 6%;
	}
	.day-list li:nth-child(9) .img-wrap img {
		width: 54.8%;
	}

	.day-list div.txt {}
	.txt div.headd {
/*		background-size: 410px auto;*/
	}
	.txt .headd h2 {
		font-size: 2rem;
		padding: 30px 0 5px;
	}
	.txt dl {
		margin: 2.8% auto 0;
	}
	.txt dl dt {
		font-size: 1.8rem;
		margin-bottom: 2.4%;
		line-height: 1.4;
	}
	.txt dl dt span {
		display: inline-block;
	}
	.txt dl dd {
		line-height: 1.66;
	}




}





/**==============================================**/
/*
/*			sp-l ～ tab
/*
/**==============================================**/

@media screen and (min-width: 737px) and (max-width: 959px) {

	/* main-img */
	div.sub.main-img-wrap {}
	.sub-cap-wrap img {
		width: 71%;
	}


	div.fase-01 .inner-wrap {
		background: url(../img/day/day-line.svg) 50% -4% / auto repeat-y;
		padding-bottom: 178px;
	}

	.fase-01 ul.day-list {
		padding-top: 90px;
	}
	.day-list li:nth-child(n+2) {
		margin-top: 218px;
	}
	.day-list li {
		height: 218px;
		max-height: 218px;
	}
	.day-list div.time {
		position: absolute;
		width: 20.4%;
	}
	.time img {}
	.day-list li {
		width: 46.5%;
	}
	.day-list li:nth-child(odd) {
		float:left;
	}
	.day-list li:nth-child(odd) .time {
		right: 0;
	} 

	.day-list li:nth-child(even) {
		float:right;
	}
	.day-list li:nth-child(even) .time {
		left: 0;
	}	

	.day-list div.img-wrap {}
	.img-wrap img {
		margin: auto auto 2%;
	}
	.day-list li:nth-child(1) .img-wrap img {
		width: 36.5%;
	}
	.day-list li:nth-child(2) .img-wrap img {
		width: 50.7%;
	}
	.day-list li:nth-child(3) .img-wrap img {
		width: 52.4%;
	}
	.day-list li:nth-child(4) .img-wrap img {
		width: 43.0%;
	}
	.day-list li:nth-child(5) .img-wrap img {
		width: 68.8%;
		margin: auto 23.6% 2% 7.6%;
	}
	.day-list li:nth-child(6) .img-wrap img {
		width: 45.1%;
	}
	.day-list li:nth-child(7) .img-wrap img {
		width: 43.8%;
	}
	.day-list li:nth-child(8) .img-wrap img {
		width: 78.7%;
		margin: auto 4.6% 2% 16.7%;
	}
	.day-list li:nth-child(9) .img-wrap img {
		width: 38.7%;
	}

	.day-list div.txt {}
	.txt div.headd {}
	.txt .headd h2 {
		font-size: 18px;
		padding: 30px 0 5px;
	}
	.txt dl {
		margin: 2.8% auto 0;
	}
	.txt dl dt {
		font-size: 16px;
		margin-bottom: 2.4%;
	}
	.txt dl dd {
		line-height: 1.66;
	}






}





/**==============================================**/
/*
/*			sp tab 共通
/*
/**==============================================**/

@media screen and (max-width:959px) {

	/* fase-01 */
	.fase-01 ul.day-list {}







}





/**==============================================**/
/*
/*			PC
/*
/**==============================================**/

@media print, screen and (min-width:960px){

	/* fase-01 */
	div.fase-01 {}
	div.fase-01 .inner-wrap {
		background: url(../img/day/day-line.svg) 50% -4% / auto repeat-y;
		padding-bottom: 178px;
	}
	
	.fase-01 ul.day-list {
		padding-top: 90px;
	}
	.day-list li:nth-child(n+2) {
		margin-top: 218px;
	}
	.day-list li {
		height: 218px;
		max-height: 218px;
	}
	.day-list div.time {
		position: absolute;
		width: 20.4%;
	}
	.time img {}
	.day-list li {
		width: 46.5%;
	}
	.day-list li:nth-child(odd) {
		float:left;
	}
	.day-list li:nth-child(odd) .time {
		right: 0;
	} 
	
	.day-list li:nth-child(even) {
		float:right;
	}
	.day-list li:nth-child(even) .time {
		left: 0;
	}	
	
	.day-list div.img-wrap {}
	.img-wrap img {
		margin: auto auto 2%;
	}
	.day-list li:nth-child(1) .img-wrap img {
		width: 36.5%;
	}
	.day-list li:nth-child(2) .img-wrap img {
		width: 50.7%;
	}
	.day-list li:nth-child(3) .img-wrap img {
		width: 52.4%;
	}
	.day-list li:nth-child(4) .img-wrap img {
		width: 43.0%;
	}
	.day-list li:nth-child(5) .img-wrap img {
		width: 68.8%;
		margin: auto 23.6% 2% 7.6%;
	}
	.day-list li:nth-child(6) .img-wrap img {
		width: 45.1%;
	}
	.day-list li:nth-child(7) .img-wrap img {
		width: 43.8%;
	}
	.day-list li:nth-child(8) .img-wrap img {
		width: 78.7%;
		margin: auto 4.6% 2% 16.7%;
	}
	.day-list li:nth-child(9) .img-wrap img {
		width: 38.7%;
	}

	.day-list div.txt {}
	.txt div.headd {}
	.txt .headd h2 {
		font-size: 23px;
		padding: 30px 0 5px;
	}
	.txt dl {
		margin: 2.8% auto 0;
	}
	.txt dl dt {
		font-size: 20px;
		margin-bottom: 2.4%;
	}
	.txt dl dd {
		line-height: 1.66;
	}




}





/**==============================================**/
/*
/*			print
/*
/**==============================================**/

@media print {}








