@charset "utf-8";

.inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

@media all and (max-width:1400px) {
	.inner {
		width: 93.75%;
	}
}


.programCon_custom01 {
	padding: 72px 0;
}