@charset "UTF-8";

.mainPhoto {
    background: url("../image/create/main.jpg") no-repeat 0 60%;
    background-size: 100%;
}

.underPage .wrap {
    margin-bottom: 120px;
}

.underPage .wrap p,.underPage .wrap dd,.underPage .wrap li {
    line-height: 1.6;
}

.createList {
	justify-content: flex-start;
}

.createList li {
	width:22%;
	margin-bottom: 4%;
	margin-right: 4%;
}

.createList li:nth-child(4n) {
	margin-right: 0;
}

.createList li p {
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 10px;
}





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

	.underPage .wrap p, .underPage .wrap dd, .underPage .wrap li {
		font-size: 14px;
	}	
	
	.underPage .wrap {
		margin-bottom: 60px;
	}
	
	.createList li {
		width: 48%;
		margin-bottom: 6%;
	}	

	.createList li:nth-child(2n) {
		margin-right: 0;
	}	


}

@media screen and (min-width:769px) and (max-width:1024px) { 


	

}
