@charset "UTF-8";
/* CSS Document */

#day01 .inner650 {
  background-color: #FFF;
  padding: 30px 0 0 0;
}

#day02 .inner650 {
	background-color: #FFFCDB;
	padding: 50px 90px 0 90px;
}

#day02 dl {
	text-align: center;
	color: #2AA738;
	font-weight: 600;
	font-size: 32px;
}

#day02 h3 + dl {
	border-bottom: 3px dashed #EB614B;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#day02 ul {
	padding: 0;
	text-align: center;
	color: #2AA738;
	font-weight: 600;
	font-size: 32px;
	list-style: none;
}

#day03 {}

#day03::after {
  content: "";
  top: 0;
  position: absolute;
  background-image:url("../images/bg-grn01.png");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

#day03 .inner650 {
	background-color: #FFFCDB;
	padding: 50px 90px 100px 90px;
}

#day03 dl {
	margin: 30px 0;
	text-align: center;
	font-weight: 600;
}

#day03 dl dt {
	font-size: 32px;
}

#day03 dl dd {
	font-size: 28px;
	border-bottom: 3px dashed #EB614B;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.txt-blu { color: #3DA7BA; }
.txt-yel { color: #FABE00; }
.txt-red { color: #EC6D56; }
.txt-grn { color: #2AA738; }
.txt-pnk { color: #EB6EA5; }
.txt-orn { color: #F39800; }
.txt-ppl { color: #A660A3; }

#day03 dl + p {
	margin-bottom: 5px;
}

#day03 ul {
	margin: 30px 0;
	padding: 0;
}

#day03 ul li {
	list-style-type: none;
	margin-bottom: 20px;
}






@media (max-width: 768px) {
	
	#day01 .inner650 {
		padding: 0 5% 50px !important;
	}
	
	#day02 .inner650 {
		padding: 50px 5% 30px !important;
	}
	
}






@media (max-width: 480px) {
	
	/* ---------------------------------
		mainContents(max-width: 480px)
	----------------------------------*/
	
	
	#day01 .inner650 {
		padding-top: 0 !important;
	}
	
	#day02 .inner650 {
		padding: 40px 5% 20px !important;
	}
	
	#day02 dl {
		font-size: 150%;
	}
	
	#day02 ul {
		font-size: 150%;
		margin-bottom: 0;
	}
	
	#day03 dl {
		margin: 30px 0 20px;
	}
	
	#day03 dl dt {
		font-size: 150%;
	}
	
	#day03 dl dd {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	#day03 p {
		font-size: 90%;
	}
	
	#day03 dl + p {
		margin-bottom: 0;
	}
	
	
	
}