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

.contents:last-of-type {
	margin-bottom: 80px;
}
.contents .inBox .text {
	
}
@media screen and (max-width:768px){
	.contents:last-of-type {
		margin-bottom: 50px;
	}
	.contents .inBox .text {
		margin: 0 0 0 0;
	}
}

/*----------------------------------------
	.page-desc
----------------------------------------*/
@media print, screen and (min-width: 769px){
	.page-desc {
		margin: 0 0 40px 0;
	}

}
@media screen and (max-width:768px){
	.page-desc {
		margin-bottom: 20px;
	}
}
