@charset "UTF-8";

/**
 * Original
 */
/* ------------------------------
 グリッドシステム
------------------------------- */
.acms-container {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}

.acms-grid,
.acms-grid-r {
	margin-right: -10px;
	margin-left: -10px;
}

.acms-grid:before,
.acms-grid:after,
.acms-grid-r:before,
.acms-grid-r:after {
	display: table;
	content: " ";
}

.acms-grid:after,
.acms-grid-r:after {
	clear: both;
}

.acms-grid-negative {
	margin-right: 0;
	margin-left: 0;
}

[class*="acms-col"] {
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

@media (min-width: 768px) {

	.acms-grid,
	.acms-grid-r {
		margin-right: -10px;
		margin-left: -10px;
	}

	[class*="acms-col"] {
		padding-right: 10px;
		padding-left: 10px;
	}
}

[class*="acms-col"],
[class*="acms-col"]:before,
[class*="acms-col"]:after {
	box-sizing: border-box;
}

.acms-col-1 {
	float: left;
	width: 8.33333%;
}

.acms-col-2 {
	float: left;
	width: 16.66667%;
}

.acms-col-3 {
	float: left;
	width: 25%;
}

.acms-col-4 {
	float: left;
	width: 33.33333%;
}

.acms-col-5 {
	float: left;
	width: 41.66667%;
}

.acms-col-6 {
	float: left;
	width: 50%;
}

.acms-col-7 {
	float: left;
	width: 58.33333%;
}

.acms-col-8 {
	float: left;
	width: 66.66667%;
}

.acms-col-9 {
	float: left;
	width: 75%;
}

.acms-col-10 {
	float: left;
	width: 83.33333%;
}

.acms-col-11 {
	float: left;
	width: 91.66667%;
}

.acms-col-12 {
	float: none;
	width: 100%;
}

[class*="acms-push"],
[class*="acms-pull"] {
	position: relative;
}

.acms-push-1 {
	left: 8.33333%;
}

.acms-push-2 {
	left: 16.66667%;
}

.acms-push-3 {
	left: 25%;
}

.acms-push-4 {
	left: 33.33333%;
}

.acms-push-5 {
	left: 41.66667%;
}

.acms-push-6 {
	left: 50%;
}

.acms-push-7 {
	left: 58.33333%;
}

.acms-push-8 {
	left: 66.66667%;
}

.acms-push-9 {
	left: 75%;
}

.acms-push-10 {
	left: 83.33333%;
}

.acms-push-11 {
	left: 91.66667%;
}

.acms-pull-1 {
	right: 8.33333%;
}

.acms-pull-2 {
	right: 16.66667%;
}

.acms-pull-3 {
	right: 25%;
}

.acms-pull-4 {
	right: 33.33333%;
}

.acms-pull-5 {
	right: 41.66667%;
}

.acms-pull-6 {
	right: 50%;
}

.acms-pull-7 {
	right: 58.33333%;
}

.acms-pull-8 {
	right: 66.66667%;
}

.acms-pull-9 {
	right: 75%;
}

.acms-pull-10 {
	right: 83.33333%;
}

.acms-pull-11 {
	right: 91.66667%;
}

@media (min-width: 576px) {
	.acms-col-sm-1 {
		float: left;
		width: 8.33333%;
	}

	.acms-col-sm-2 {
		float: left;
		width: 16.66667%;
	}

	.acms-col-sm-3 {
		float: left;
		width: 25%;
	}

	.acms-col-sm-4 {
		float: left;
		width: 33.33333%;
	}

	.acms-col-sm-5 {
		float: left;
		width: 41.66667%;
	}

	.acms-col-sm-6 {
		float: left;
		width: 50%;
	}

	.acms-col-sm-7 {
		float: left;
		width: 58.33333%;
	}

	.acms-col-sm-8 {
		float: left;
		width: 66.66667%;
	}

	.acms-col-sm-9 {
		float: left;
		width: 75%;
	}

	.acms-col-sm-10 {
		float: left;
		width: 83.33333%;
	}

	.acms-col-sm-11 {
		float: left;
		width: 91.66667%;
	}

	.acms-col-sm-12 {
		float: none;
		width: 100%;
	}

	[class*="acms-push-sm"] {
		position: relative;
		right: auto;
	}

	.acms-push-sm-auto {
		left: auto;
	}

	.acms-push-sm-1 {
		left: 8.33333%;
	}

	.acms-push-sm-2 {
		left: 16.66667%;
	}

	.acms-push-sm-3 {
		left: 25%;
	}

	.acms-push-sm-4 {
		left: 33.33333%;
	}

	.acms-push-sm-5 {
		left: 41.66667%;
	}

	.acms-push-sm-6 {
		left: 50%;
	}

	.acms-push-sm-7 {
		left: 58.33333%;
	}

	.acms-push-sm-8 {
		left: 66.66667%;
	}

	.acms-push-sm-9 {
		left: 75%;
	}

	.acms-push-sm-10 {
		left: 83.33333%;
	}

	.acms-push-sm-11 {
		left: 91.66667%;
	}

	[class*="acms-pull-sm"] {
		position: relative;
		left: auto;
	}

	.acms-pull-sm-auto {
		right: auto;
	}

	.acms-pull-sm-1 {
		right: 8.33333%;
	}

	.acms-pull-sm-2 {
		right: 16.66667%;
	}

	.acms-pull-sm-3 {
		right: 25%;
	}

	.acms-pull-sm-4 {
		right: 33.33333%;
	}

	.acms-pull-sm-5 {
		right: 41.66667%;
	}

	.acms-pull-sm-6 {
		right: 50%;
	}

	.acms-pull-sm-7 {
		right: 58.33333%;
	}

	.acms-pull-sm-8 {
		right: 66.66667%;
	}

	.acms-pull-sm-9 {
		right: 75%;
	}

	.acms-pull-sm-10 {
		right: 83.33333%;
	}

	.acms-pull-sm-11 {
		right: 91.66667%;
	}
}

@media (min-width: 768px) {
	.acms-col-md-1 {
		float: left;
		width: 8.33333%;
	}

	.acms-col-md-2 {
		float: left;
		width: 16.66667%;
	}

	.acms-col-md-3 {
		float: left;
		width: 25%;
	}

	.acms-col-md-4 {
		float: left;
		width: 33.33333%;
	}

	.acms-col-md-5 {
		float: left;
		width: 41.66667%;
	}

	.acms-col-md-6 {
		float: left;
		width: 50%;
	}

	.acms-col-md-7 {
		float: left;
		width: 58.33333%;
	}

	.acms-col-md-8 {
		float: left;
		width: 66.66667%;
	}

	.acms-col-md-9 {
		float: left;
		width: 75%;
	}

	.acms-col-md-10 {
		float: left;
		width: 83.33333%;
	}

	.acms-col-md-11 {
		float: left;
		width: 91.66667%;
	}

	.acms-col-md-12 {
		float: none;
		width: 100%;
	}

	[class*="acms-push-md"] {
		position: relative;
		right: auto;
	}

	.acms-push-md-auto {
		left: auto;
	}

	.acms-push-md-1 {
		left: 8.33333%;
	}

	.acms-push-md-2 {
		left: 16.66667%;
	}

	.acms-push-md-3 {
		left: 25%;
	}

	.acms-push-md-4 {
		left: 33.33333%;
	}

	.acms-push-md-5 {
		left: 41.66667%;
	}

	.acms-push-md-6 {
		left: 50%;
	}

	.acms-push-md-7 {
		left: 58.33333%;
	}

	.acms-push-md-8 {
		left: 66.66667%;
	}

	.acms-push-md-9 {
		left: 75%;
	}

	.acms-push-md-10 {
		left: 83.33333%;
	}

	.acms-push-md-11 {
		left: 91.66667%;
	}

	[class*="acms-pull-md"] {
		position: relative;
		left: auto;
	}

	.acms-pull-md-auto {
		right: auto;
	}

	.acms-pull-md-1 {
		right: 8.33333%;
	}

	.acms-pull-md-2 {
		right: 16.66667%;
	}

	.acms-pull-md-3 {
		right: 25%;
	}

	.acms-pull-md-4 {
		right: 33.33333%;
	}

	.acms-pull-md-5 {
		right: 41.66667%;
	}

	.acms-pull-md-6 {
		right: 50%;
	}

	.acms-pull-md-7 {
		right: 58.33333%;
	}

	.acms-pull-md-8 {
		right: 66.66667%;
	}

	.acms-pull-md-9 {
		right: 75%;
	}

	.acms-pull-md-10 {
		right: 83.33333%;
	}

	.acms-pull-md-11 {
		right: 91.66667%;
	}
}

@media (min-width: 992px) {
	.acms-col-lg-1 {
		float: left;
		width: 8.33333%;
	}

	.acms-col-lg-2 {
		float: left;
		width: 16.66667%;
	}

	.acms-col-lg-3 {
		float: left;
		width: 25%;
	}

	.acms-col-lg-4 {
		float: left;
		width: 33.33333%;
	}

	.acms-col-lg-5 {
		float: left;
		width: 41.66667%;
	}

	.acms-col-lg-6 {
		float: left;
		width: 50%;
	}

	.acms-col-lg-7 {
		float: left;
		width: 58.33333%;
	}

	.acms-col-lg-8 {
		float: left;
		width: 66.66667%;
	}

	.acms-col-lg-9 {
		float: left;
		width: 75%;
	}

	.acms-col-lg-10 {
		float: left;
		width: 83.33333%;
	}

	.acms-col-lg-11 {
		float: left;
		width: 91.66667%;
	}

	.acms-col-lg-12 {
		float: none;
		width: 100%;
	}

	[class*="acms-push-lg"] {
		position: relative;
		right: auto;
	}

	.acms-push-lg-auto {
		left: auto;
	}

	.acms-push-lg-1 {
		left: 8.33333%;
	}

	.acms-push-lg-2 {
		left: 16.66667%;
	}

	.acms-push-lg-3 {
		left: 25%;
	}

	.acms-push-lg-4 {
		left: 33.33333%;
	}

	.acms-push-lg-5 {
		left: 41.66667%;
	}

	.acms-push-lg-6 {
		left: 50%;
	}

	.acms-push-lg-7 {
		left: 58.33333%;
	}

	.acms-push-lg-8 {
		left: 66.66667%;
	}

	.acms-push-lg-9 {
		left: 75%;
	}

	.acms-push-lg-10 {
		left: 83.33333%;
	}

	.acms-push-lg-11 {
		left: 91.66667%;
	}

	[class*="acms-pull-lg"] {
		position: relative;
		left: auto;
	}

	.acms-pull-lg-auto {
		right: auto;
	}

	.acms-pull-lg-1 {
		right: 8.33333%;
	}

	.acms-pull-lg-2 {
		right: 16.66667%;
	}

	.acms-pull-lg-3 {
		right: 25%;
	}

	.acms-pull-lg-4 {
		right: 33.33333%;
	}

	.acms-pull-lg-5 {
		right: 41.66667%;
	}

	.acms-pull-lg-6 {
		right: 50%;
	}

	.acms-pull-lg-7 {
		right: 58.33333%;
	}

	.acms-pull-lg-8 {
		right: 66.66667%;
	}

	.acms-pull-lg-9 {
		right: 75%;
	}

	.acms-pull-lg-10 {
		right: 83.33333%;
	}

	.acms-pull-lg-11 {
		right: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.acms-col-xl-1 {
		float: left;
		width: 8.33333%;
	}

	.acms-col-xl-2 {
		float: left;
		width: 16.66667%;
	}

	.acms-col-xl-3 {
		float: left;
		width: 25%;
	}

	.acms-col-xl-4 {
		float: left;
		width: 33.33333%;
	}

	.acms-col-xl-5 {
		float: left;
		width: 41.66667%;
	}

	.acms-col-xl-6 {
		float: left;
		width: 50%;
	}

	.acms-col-xl-7 {
		float: left;
		width: 58.33333%;
	}

	.acms-col-xl-8 {
		float: left;
		width: 66.66667%;
	}

	.acms-col-xl-9 {
		float: left;
		width: 75%;
	}

	.acms-col-xl-10 {
		float: left;
		width: 83.33333%;
	}

	.acms-col-xl-11 {
		float: left;
		width: 91.66667%;
	}

	.acms-col-xl-12 {
		float: none;
		width: 100%;
	}

	[class*="acms-push-xl"] {
		position: relative;
		right: auto;
	}

	.acms-push-xl-auto {
		left: auto;
	}

	.acms-push-xl-1 {
		left: 8.33333%;
	}

	.acms-push-xl-2 {
		left: 16.66667%;
	}

	.acms-push-xl-3 {
		left: 25%;
	}

	.acms-push-xl-4 {
		left: 33.33333%;
	}

	.acms-push-xl-5 {
		left: 41.66667%;
	}

	.acms-push-xl-6 {
		left: 50%;
	}

	.acms-push-xl-7 {
		left: 58.33333%;
	}

	.acms-push-xl-8 {
		left: 66.66667%;
	}

	.acms-push-xl-9 {
		left: 75%;
	}

	.acms-push-xl-10 {
		left: 83.33333%;
	}

	.acms-push-xl-11 {
		left: 91.66667%;
	}

	[class*="acms-pull-xl"] {
		position: relative;
		left: auto;
	}

	.acms-pull-xl-auto {
		right: auto;
	}

	.acms-pull-xl-1 {
		right: 8.33333%;
	}

	.acms-pull-xl-2 {
		right: 16.66667%;
	}

	.acms-pull-xl-3 {
		right: 25%;
	}

	.acms-pull-xl-4 {
		right: 33.33333%;
	}

	.acms-pull-xl-5 {
		right: 41.66667%;
	}

	.acms-pull-xl-6 {
		right: 50%;
	}

	.acms-pull-xl-7 {
		right: 58.33333%;
	}

	.acms-pull-xl-8 {
		right: 66.66667%;
	}

	.acms-pull-xl-9 {
		right: 75%;
	}

	.acms-pull-xl-10 {
		right: 83.33333%;
	}

	.acms-pull-xl-11 {
		right: 91.66667%;
	}
}

.acms-entry .acms-col-12 {
	clear: both;
}

/* ------------------------------
 ボタン デフォルト
------------------------------- */
.acms-btn {
	display: inline-block;
	padding: 8px 10px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 3px;
	transition: background-color .2s, border-color .2s;
	font-size: 14px;
	color: #333;
	background-color: #F7F7F7;
	border: 1px solid rgba(0, 0, 0, .2);
	transition: background-color .2s;
}

.acms-btn:link,
.acms-btn:hover,
.acms-btn:active,
.acms-btn:visited {
	color: #333;
}

.acms-btn:hover {
	text-decoration: none;
	background-color: #F1F1F1;
	border-color: rgba(0, 0, 0, .3);
}

.acms-btn:active,
.acms-btn-active {
	color: #333;
	text-decoration: none;
	background-color: #E1E1E1;
	border-color: rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
}

.acms-btn:active[disabled],
.acms-btn-active[disabled] {
	opacity: 1;
	filter: alpha(opacity=1);
}

.acms-btn:focus {
	background-color: #F7F7F7;
	border-color: #137AF3;
	outline: none;
	box-shadow: 0 0 0 2px rgba(19, 122, 243, .4);
}

@media (min-width: 768px) {
	.acms-btn {
		display: inline-block;
		padding: 6px 8px;
		line-height: 1;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		border-radius: 3px;
		transition: background-color .2s, border-color .2s;
		font-size: 12px;
	}
}

.acms-btn.acms-btn-primary {
	color: #FFF;
	background-color: #005CEE;
	border: 1px solid rgba(0, 0, 0, .1);
	transition: background-color .2s;
}

.acms-btn.acms-btn-primary:link,
.acms-btn.acms-btn-primary:hover,
.acms-btn.acms-btn-primary:active,
.acms-btn.acms-btn-primary:visited {
	color: #FFF;
}

.acms-btn.acms-btn-primary:hover {
	text-decoration: none;
	background-color: #004CC5;
	border-color: rgba(0, 0, 0, .3);
}

.acms-btn.acms-btn-primary:active,
.acms-btn.acms-btn-primary-active {
	color: #FFF;
	text-decoration: none;
	background-color: #005CEE;
	border-color: #003A97;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
}

.acms-btn.acms-btn-primary:active[disabled],
.acms-btn.acms-btn-primary-active[disabled] {
	opacity: 1;
	filter: alpha(opacity=1);
}

.acms-btn.acms-btn-primary:focus {
	background-color: #005CEE;
	border-color: #003A97;
	outline: none;
	box-shadow: 0 0 0 2px rgba(19, 122, 243, .4);
}

.acms-btn.acms-btn-info {
	color: #FFF;
	background-color: #4B4B4B;
	border: 1px solid rgba(0, 0, 0, .1);
	transition: background-color .2s;
}

.acms-btn.acms-btn-info:link,
.acms-btn.acms-btn-info:hover,
.acms-btn.acms-btn-info:active,
.acms-btn.acms-btn-info:visited {
	color: #FFF;
}

.acms-btn.acms-btn-info:hover {
	text-decoration: none;
	background-color: #373737;
	border-color: rgba(0, 0, 0, .3);
}

.acms-btn.acms-btn-info:active,
.acms-btn.acms-btn-info-active {
	color: #FFF;
	text-decoration: none;
	background-color: #4B4B4B;
	border-color: rgba(0, 0, 0, .3);
}

.acms-btn.acms-btn-info:active[disabled],
.acms-btn.acms-btn-info-active[disabled] {
	opacity: 1;
	filter: alpha(opacity=1);
}

.acms-btn.acms-btn-info:focus {
	background-color: #4B4B4B;
	border-color: #202020;
	outline: none;
	box-shadow: 0 0 0 2px rgba(19, 122, 243, .4);
}

.acms-btn.acms-btn-success {
	color: #FFF;
	background-color: #009812;
	border: 1px solid rgba(0, 0, 0, .1);
	transition: background-color .2s;
}

.acms-btn.acms-btn-success:link,
.acms-btn.acms-btn-success:hover,
.acms-btn.acms-btn-success:active,
.acms-btn.acms-btn-success:visited {
	color: #FFF;
}

.acms-btn.acms-btn-success:hover {
	text-decoration: none;
	background-color: #007F0F;
	border-color: rgba(0, 0, 0, .3);
}

.acms-btn.acms-btn-success:active,
.acms-btn.acms-btn-success-active {
	color: #FFF;
	text-decoration: none;
	background-color: #009812;
	border-color: rgba(0, 0, 0, .3);
}

.acms-btn.acms-btn-success:active[disabled],
.acms-btn.acms-btn-success-active[disabled] {
	opacity: 1;
	filter: alpha(opacity=1);
}

.acms-btn.acms-btn-success:focus {
	background-color: #009812;
	border-color: #004108;
	outline: none;
	box-shadow: 0 0 0 2px rgba(19, 122, 243, .4);
}

.acms-btn.acms-btn-warning {
	color: #FFF;
	background-color: #F9B433;
	border: 1px solid rgba(0, 0, 0, .1);
	transition: background-color .2s;
}

.acms-btn.acms-btn-warning:link,
.acms-btn.acms-btn-warning:hover,
.acms-btn.acms-btn-warning:active,
.acms-btn.acms-btn-warning:visited {
	color: #FFF;
}

.acms-btn.acms-btn-warning:hover {
	text-decoration: none;
	background-color: #F8A50B;
	border-color: #CF8906;
}

.acms-btn.acms-btn-warning:active,
.acms-btn.acms-btn-warning-active {
	color: #FFF;
	text-decoration: none;
	background-color: #F9B433;
	border-color: #CF8906;
}

.acms-btn.acms-btn-warning:active[disabled],
.acms-btn.acms-btn-warning-active[disabled] {
	opacity: 1;
	filter: alpha(opacity=1);
}

.acms-btn.acms-btn-warning:focus {
	background-color: #F9B433;
	border-color: #CF8906;
	outline: none;
	box-shadow: 0 0 0 2px rgba(19, 122, 243, .4);
}

.acms-btn.acms-btn-danger {
	color: #FFF;
	background-color: #C5001D;
	border: 1px solid rgba(0, 0, 0, .1);
	transition: background-color .2s;
}

.acms-btn.acms-btn-danger:link,
.acms-btn.acms-btn-danger:hover,
.acms-btn.acms-btn-danger:active,
.acms-btn.acms-btn-danger:visited {
	color: #FFF;
}

.acms-btn.acms-btn-danger:hover {
	text-decoration: none;
	background-color: #AC0019;
	border-color: #6E0010;
}

.acms-btn.acms-btn-danger:active,
.acms-btn.acms-btn-danger-active {
	color: #FFF;
	text-decoration: none;
	background-color: #C5001D;
	border-color: #6E0010;
}

.acms-btn.acms-btn-danger:active[disabled],
.acms-btn.acms-btn-danger-active[disabled] {
	opacity: 1;
	filter: alpha(opacity=1);
}

.acms-btn.acms-btn-danger:focus {
	background-color: #C5001D;
	border-color: #6E0010;
	outline: none;
	box-shadow: 0 0 0 2px rgba(19, 122, 243, .4);
}

.acms-btn.acms-btn-link,
.acms-btn .acms-btn-link:hover,
.acms-btn .acms-btn-link:active,
.acms-btn .acms-btn-link:visited {
	color: #428BCA;
	text-decoration: underline;
	background: none;
	border-color: transparent !important;
	border-radius: 0;
}

.acms-btn.acms-btn-link:hover {
	color: #2E67A5;
}

.acms-btn.acms-btn-link:active {
	box-shadow: none;
}

/* ---------------------------
   セレクトメニュー風ボタン
  --------------------------- */
.acms-select-btn {
	display: inline-block;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: button;
	position: relative;
	display: inline-block;
	max-width: 100%;
	padding: 6px 30px 6px 10px;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	background: url("../images/marker/arrow_black03.png") right center, linear-gradient(to bottom, #F7F7F7 0%, #F7F7F7 100%);
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTggNSI+PGc+PGc+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxOHY1SDB6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTQuMjIgMGg0LjIyTDYuMzMgMi41IDQuMjIgNSAyLjExIDIuNSAwIDBoNC4yMnoiLz48L2c+PC9nPjwvc3ZnPg==") right center, linear-gradient(to bottom, #F7F7F7 0%, #F7F7F7 100%);
	background-repeat: no-repeat;
	border: 1px solid #CCC;
	border-radius: 3px;
	transition: border-color .2s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
}

.acms-select-btn:hover {
	border-color: 1px solid #AAA;
}

@media (min-width: 768px) {
	.acms-select-btn {
		min-height: 26px;
		padding: 5px 30px 4px 8px;
		font-size: 12px;
	}
}

/* ---------------------------
   ボタン フラット
  --------------------------- */
.acms-btn-flat {
	display: inline-block;
	padding: 8px 20px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 4px;
	transition: background-color .2s, border-color .2s;
	font-size: 14px;
	color: #666;
	background-color: #EEE;
	border: 1px solid rgba(0, 0, 0, .1);
	transition: background-color .2s;
	font-weight: bold;
	line-height: 1.2;
	cursor: pointer;
}

.acms-btn-flat:link,
.acms-btn-flat:hover,
.acms-btn-flat:active,
.acms-btn-flat:visited {
	color: #666;
}

.acms-btn-flat:hover {
	text-decoration: none;
	background-color: #D6D6D6;
	border-color: rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.acms-btn-flat:active,
.acms-btn-flat-active {
	color: #666;
	text-decoration: none;
	background-color: rgba(0, 0, 0, .3);
	border-color: #A6A6A6;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}

.acms-btn-flat:active[disabled],
.acms-btn-flat-active[disabled] {
	opacity: 1;
	filter: alpha(opacity=1);
}

.acms-btn-flat:focus {
	background-color: #D6D6D6;
	border-color: #137AF3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}

@media (min-width: 768px) {
	.acms-btn-flat {
		display: inline-block;
		padding: 6px 8px;
		line-height: 1;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		border-radius: 3px;
		transition: background-color .2s, border-color .2s;
		font-size: 12px;
	}
}

.acms-btn-flat-primary {
	color: #FFF;
	background-color: #1871FF;
	border: 1px solid rgba(0, 0, 0, .1);
	transition: background-color .2s;
}

.acms-btn-flat-primary:link,
.acms-btn-flat-primary:hover,
.acms-btn-flat-primary:active,
.acms-btn-flat-primary:visited {
	color: #FFF;
}

.acms-btn-flat-primary:hover {
	text-decoration: none;
	background-color: #2C7EFF;
	border-color: rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.acms-btn-flat-primary:active,
.acms-btn-flat-primary-active {
	color: #FFF;
	text-decoration: none;
	background-color: #005CEE;
	border-color: rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}

.acms-btn-flat-primary:active[disabled],
.acms-btn-flat-primary-active[disabled] {
	opacity: 1;
	filter: alpha(opacity=1);
}

.acms-btn-flat-primary:focus {
	background-color: #005CEE;
	border-color: #137AF3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}

.acms-btn-flat-info {
	color: #FFF;
	background-color: #5F5F5F;
	border: 1px solid rgba(0, 0, 0, .1);
	transition: background-color .2s;
}

.acms-btn-flat-info:link,
.acms-btn-flat-info:hover,
.acms-btn-flat-info:active,
.acms-btn-flat-info:visited {
	color: #FFF;
}

.acms-btn-flat-info:hover {
	text-decoration: none;
	background-color: #6A6A6A;
	border-color: rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.acms-btn-flat-info:active,
.acms-btn-flat-info-active {
	color: #FFF;
	text-decoration: none;
	background-color: #4B4B4B;
	border-color: rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}

.acms-btn-flat-info:active[disabled],
.acms-btn-flat-info-active[disabled] {
	opacity: 1;
	filter: alpha(opacity=1);
}

.acms-btn-flat-info:focus {
	background-color: #4B4B4B;
	border-color: #137AF3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}

.acms-btn-flat-success {
	color: #FFF;
	background-color: #00C117;
	border: 1px solid rgba(0, 0, 0, .1);
	transition: background-color .2s;
}

.acms-btn-flat-success:link,
.acms-btn-flat-success:hover,
.acms-btn-flat-success:active,
.acms-btn-flat-success:visited {
	color: #FFF;
}

.acms-btn-flat-success:hover {
	text-decoration: none;
	background-color: #00D519;
	border-color: rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.acms-btn-flat-success:active,
.acms-btn-flat-success-active {
	color: #FFF;
	text-decoration: none;
	background-color: #009812;
	border-color: rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}

.acms-btn-flat-success:active[disabled],
.acms-btn-flat-success-active[disabled] {
	opacity: 1;
	filter: alpha(opacity=1);
}

.acms-btn-flat-success:focus {
	background-color: #009812;
	border-color: #137AF3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}

.acms-btn-flat-warning {
	color: #FFF;
	background-color: #FAC35B;
	border: 1px solid rgba(0, 0, 0, .1);
	transition: background-color .2s;
}

.acms-btn-flat-warning:link,
.acms-btn-flat-warning:hover,
.acms-btn-flat-warning:active,
.acms-btn-flat-warning:visited {
	color: #FFF;
}

.acms-btn-flat-warning:hover {
	text-decoration: none;
	background-color: #FBCA6E;
	border-color: rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.acms-btn-flat-warning:active,
.acms-btn-flat-warning-active {
	color: #FFF;
	text-decoration: none;
	background-color: #F9B433;
	border-color: rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}

.acms-btn-flat-warning:active[disabled],
.acms-btn-flat-warning-active[disabled] {
	opacity: 1;
	filter: alpha(opacity=1);
}

.acms-btn-flat-warning:focus {
	background-color: #F9B433;
	border-color: #137AF3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}

.acms-btn-flat-danger {
	color: #FFF;
	background-color: #EE0023;
	border: 1px solid rgba(0, 0, 0, .1);
	transition: background-color .2s;
}

.acms-btn-flat-danger:link,
.acms-btn-flat-danger:hover,
.acms-btn-flat-danger:active,
.acms-btn-flat-danger:visited {
	color: #FFF;
}

.acms-btn-flat-danger:hover {
	text-decoration: none;
	background-color: #FF0328;
	border-color: rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.acms-btn-flat-danger:active,
.acms-btn-flat-danger-active {
	color: #FFF;
	text-decoration: none;
	background-color: #C5001D;
	border-color: rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}

.acms-btn-flat-danger:active[disabled],
.acms-btn-flat-danger-active[disabled] {
	opacity: 1;
	filter: alpha(opacity=1);
}

.acms-btn-flat-danger:focus {
	background-color: #C5001D;
	border-color: #137AF3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}

.acms-btn-disabled,
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="image"][disabled],
input[type="button"][disabled],
fieldset[disabled] .acms-btn {
	opacity: .65;
	filter: alpha(opacity=65);
	pointer-events: none;
}

.acms-btn-disabled:not(.acms-btn-active),
button[disabled]:not(.acms-btn-active),
input[type="submit"][disabled]:not(.acms-btn-active),
input[type="reset"][disabled]:not(.acms-btn-active),
input[type="image"][disabled]:not(.acms-btn-active),
input[type="button"][disabled]:not(.acms-btn-active),
fieldset[disabled] .acms-btn:not(.acms-btn-active) {
	box-shadow: none;
}

.acms-btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	box-sizing: border-box;
}

.acms-inline-btn {
	display: inline-block;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

.acms-btn-small {
	padding: 7px 6px;
	font-size: 10px;
}

@media screen and (min-width: 768px) {
	.acms-btn-small {
		padding: 5px 6px;
	}
}

.acms-btn-large {
	padding: 13px 16px;
	font-size: 16px;
	border-radius: 4px;
}

@media screen and (min-width: 768px) {
	.acms-btn-large {
		padding: 10px 16px;
	}
}

.acms-btn-icon {
	padding: 2px 5px;
	font-size: 18px;
}

.acms-btn-unstyled {
	padding: 0;
	background: 0;
	border: 0;
}

.acms-btn-unstyled:focus {
	outline: 0;
}

/* ------------------------------
 タイポグラフィ
------------------------------- */
/* ---------------
 見出し
--------------- */
.acms-h1,
.acms-style h1 {
	font-size: 30px;
}

.acms-h2,
.acms-style h2 {
	font-size: 24px;
}

.acms-h3,
.acms-style h3 {
	font-size: 18px;
}

.acms-h4,
.acms-style h4 {
	font-size: 16px;
}

.acms-h5,
.acms-style h5 {
	font-size: 14px;
}

.acms-h6,
.acms-style h6 {
	font-size: 12px;
}

.acms-h1,
.acms-h2,
.acms-h3,
.acms-h4,
.acms-h5,
.acms-h6 {
	margin: 0 0 20px;
}

*+.acms-h1,
*+.acms-h2,
*+.acms-h3,
*+.acms-h4,
*+.acms-h5,
*+.acms-h6 {
	margin-top: 35px;
}

.acms-p,
.acms-style p {
	margin: 0 0 15px;
}

*+.acms-p,
*+.acms-style p {
	margin-top: 15px;
}

.acms-ul,
.acms-ol,
.acms-dl,
.acms-style ul,
.acms-style ol,
.acms-style dl {
	margin-top: 0;
}

.acms-list-nostyle {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.acms-list-inline {
	padding-left: 0;
}

.acms-list-inline li {
	display: inline-block;
	margin-bottom: 5px;
	padding-right: 20px;
}

.acms-dl dt,
.acms-style dl dt {
	font-weight: bold;
}

.acms-dl dd,
.acms-style dl dd {
	margin-bottom: 10px;
	margin-left: 0;
}

.acms-dl-horizontal dt,
.acms-dl-line dt {
	float: left;
	clear: left;
	width: 160px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-overflow: ellipsis;
}

.acms-dl-horizontal dd,
.acms-dl-line dd {
	margin: 0;
	padding-left: 0;
}

.acms-dl-horizontal dd:before,
.acms-dl-horizontal dd:after,
.acms-dl-line dd:before,
.acms-dl-line dd:after {
	display: table;
	content: " ";
}

.acms-dl-horizontal dd:after,
.acms-dl-line dd:after {
	clear: both;
}

.acms-dl-line dt {
	padding-top: 10px;
}

.acms-dl-line dd {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #CCC;
}

@media (min-width: 768px) {

	.acms-dl-horizontal dt,
	.acms-dl-line dt {
		float: left;
		text-align: right;
	}

	.acms-dl-horizontal dd,
	.acms-dl-line dd {
		padding-left: 180px;
	}
}

.acms-blockquote,
.acms-style blockquote {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left: solid 5px #CCC;
}

.acms-icon {
	padding-right: 10px;
}

[class*="acms-icon-"] {
	display: inline-block;
	font-weight: normal;
	font-family: "acms-fonts";
	font-style: normal;
	line-height: 1;
	text-transform: none;
	text-decoration: inherit;
	vertical-align: middle;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ------------------------------
 コード pre code
------------------------------- */
.acms-pre,
.acms-style pre {
	padding: 10px;
	white-space: pre-wrap;
	word-wrap: break-word;
	background-color: #FAFAFA;
	border: solid 1px #DFDFDF;
	border-radius: 5px;
}

.acms-pre code,
.acms-style code,
.acms-code {
	margin: 0 5px;
	padding: 2px 5px;
	color: #DA0909;
	background-color: #FFF3F3;
	border: 1px solid #FFABAB;
	border-radius: 3px;
}

.acms-pre,
.acms-pre code,
.acms-pre kbd,
.acms-pre samp,
.acms-style pre,
.acms-style code,
.acms-style kbd,
.acms-style samp,
.acms-code {
	font-family: Menlo, Monaco, "Courier New", monospace;
}

/* ------------------------------
 フォーム
------------------------------- */
/* ---------------
 フォーム 基本設定
--------------- */
button,
input,
select,
textarea {
	margin: 0;
	box-sizing: border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"],
select {
	cursor: pointer;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

label {
	display: inline-block;
}

.acms-form input[type="text"],
.acms-form input[type="password"],
.acms-form input[type="datetime"],
.acms-form input[type="datetime-local"],
.acms-form input[type="date"],
.acms-form input[type="month"],
.acms-form input[type="time"],
.acms-form input[type="week"],
.acms-form input[type="number"],
.acms-form input[type="email"],
.acms-form input[type="url"],
.acms-form input[type="search"],
.acms-form input[type="tel"] {
	min-height: 32px;
	padding-right: 8px;
	padding-left: 8px;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	vertical-align: middle;
	background: #FBFBFB;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
	transition: background-color .2s;
	-webkit-appearance: none;
}

.acms-form input[type="text"]:hover,
.acms-form input[type="password"]:hover,
.acms-form input[type="datetime"]:hover,
.acms-form input[type="datetime-local"]:hover,
.acms-form input[type="date"]:hover,
.acms-form input[type="month"]:hover,
.acms-form input[type="time"]:hover,
.acms-form input[type="week"]:hover,
.acms-form input[type="number"]:hover,
.acms-form input[type="email"]:hover,
.acms-form input[type="url"]:hover,
.acms-form input[type="search"]:hover,
.acms-form input[type="tel"]:hover {
	background: #FFF;
	border-color: rgba(0, 0, 0, .3);
}

.acms-form input[type="text"]:focus,
.acms-form input[type="password"]:focus,
.acms-form input[type="datetime"]:focus,
.acms-form input[type="datetime-local"]:focus,
.acms-form input[type="date"]:focus,
.acms-form input[type="month"]:focus,
.acms-form input[type="time"]:focus,
.acms-form input[type="week"]:focus,
.acms-form input[type="number"]:focus,
.acms-form input[type="email"]:focus,
.acms-form input[type="url"]:focus,
.acms-form input[type="search"]:focus,
.acms-form input[type="tel"]:focus {
	background: #FFF;
	border-color: #137AF3;
	outline: none;
	box-shadow: 0 0 0 2px rgba(19, 122, 243, .4), 0 1px 1px rgba(0, 0, 0, .1) inset;
}

.acms-form input[type="text"]:disabled,
.acms-form input[type="password"]:disabled,
.acms-form input[type="datetime"]:disabled,
.acms-form input[type="datetime-local"]:disabled,
.acms-form input[type="date"]:disabled,
.acms-form input[type="month"]:disabled,
.acms-form input[type="time"]:disabled,
.acms-form input[type="week"]:disabled,
.acms-form input[type="number"]:disabled,
.acms-form input[type="email"]:disabled,
.acms-form input[type="url"]:disabled,
.acms-form input[type="search"]:disabled,
.acms-form input[type="tel"]:disabled {
	color: #999;
	background-color: #F5F5F5;
	border-color: #DDD;
	cursor: not-allowed;
}

.acms-form input[type="text"].acms-form-large,
.acms-form input[type="password"].acms-form-large,
.acms-form input[type="datetime"].acms-form-large,
.acms-form input[type="datetime-local"].acms-form-large,
.acms-form input[type="date"].acms-form-large,
.acms-form input[type="month"].acms-form-large,
.acms-form input[type="time"].acms-form-large,
.acms-form input[type="week"].acms-form-large,
.acms-form input[type="number"].acms-form-large,
.acms-form input[type="email"].acms-form-large,
.acms-form input[type="url"].acms-form-large,
.acms-form input[type="search"].acms-form-large,
.acms-form input[type="tel"].acms-form-large {
	min-height: 44px;
	font-size: 20px;
}

.acms-form input[type="text"].acms-form-small,
.acms-form input[type="password"].acms-form-small,
.acms-form input[type="datetime"].acms-form-small,
.acms-form input[type="datetime-local"].acms-form-small,
.acms-form input[type="date"].acms-form-small,
.acms-form input[type="month"].acms-form-small,
.acms-form input[type="time"].acms-form-small,
.acms-form input[type="week"].acms-form-small,
.acms-form input[type="number"].acms-form-small,
.acms-form input[type="email"].acms-form-small,
.acms-form input[type="url"].acms-form-small,
.acms-form input[type="search"].acms-form-small,
.acms-form input[type="tel"].acms-form-small {
	min-height: 26px;
	font-size: 16px;
}

.acms-form input[type="search"] {
	-webkit-appearance: none;
}

.acms-form textarea,
.acms-form .entryFormLiteEditor {
	font-size: 16px;
	padding: 5px 5px 4px;
	overflow: auto;
	color: #333;
	line-height: 1.7;
	background: #FBFBFB;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
	transition: background-color .2s;
	resize: vertical;
}

.acms-form textarea:hover,
.acms-form .entryFormLiteEditor:hover {
	background: #FFF;
	border-color: rgba(0, 0, 0, .3);
}

.acms-form textarea:focus,
.acms-form .entryFormLiteEditor:focus {
	background: #FFF;
	border-color: #137AF3;
	outline: none;
	box-shadow: 0 0 0 2px rgba(19, 122, 243, .4), 0 1px 1px rgba(0, 0, 0, .1) inset;
}

.acms-form textarea:disabled,
.acms-form .entryFormLiteEditor:disabled {
	color: #999;
	background-color: #F5F5F5;
	border-color: #DDD;
	cursor: not-allowed;
}

.acms-form textarea.acms-form-large,
.acms-form .entryFormLiteEditor.acms-form-large {
	font-size: 20px;
	vertical-align: middle;
}

.acms-form textarea.acms-form-small,
.acms-form .entryFormLiteEditor.acms-form-small {
	font-size: 10px;
}

.acms-form .entryFormLiteEditor img {
	max-width: 100%;
}

.acms-form input[type="text"]:-moz-input-placeholder,
.acms-form input[type="password"]:-moz-input-placeholder,
.acms-form input[type="search"]:-moz-input-placeholder,
.acms-form input[type="url"]:-moz-input-placeholder,
.acms-form input[type="tel"]:-moz-input-placeholder,
.acms-form input[type="email"]:-moz-input-placeholder,
.acms-form textarea:-moz-input-placeholder {
	color: #AAA;
}

.acms-form input[type="text"]:-ms-input-placeholder,
.acms-form input[type="password"]:-ms-input-placeholder,
.acms-form input[type="search"]:-ms-input-placeholder,
.acms-form input[type="url"]:-ms-input-placeholder,
.acms-form input[type="tel"]:-ms-input-placeholder,
.acms-form input[type="email"]:-ms-input-placeholder,
.acms-form textarea:-ms-input-placeholder {
	color: #AAA;
}

.acms-form input[type="text"]::-webkit-input-placeholder,
.acms-form input[type="password"]::-webkit-input-placeholder,
.acms-form input[type="search"]::-webkit-input-placeholder,
.acms-form input[type="url"]::-webkit-input-placeholder,
.acms-form input[type="tel"]::-webkit-input-placeholder,
.acms-form input[type="email"]::-webkit-input-placeholder,
.acms-form textarea::-webkit-input-placeholder {
	color: #AAA;
}

.acms-form select,
.acms-form .acms-form-select {
	position: relative;
	display: inline-block;
	max-width: 100%;
	padding: 6px 30px 6px 10px;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	background: url("../images/marker/arrow_black03.png") right center, linear-gradient(to bottom, #F7F7F7 0%, #F7F7F7 100%);
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTggNSI+PGc+PGc+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxOHY1SDB6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTQuMjIgMGg0LjIyTDYuMzMgMi41IDQuMjIgNSAyLjExIDIuNSAwIDBoNC4yMnoiLz48L2c+PC9nPjwvc3ZnPg==") right center, linear-gradient(to bottom, #F7F7F7 0%, #F7F7F7 100%);
	background-repeat: no-repeat;
	border: 1px solid #CCC;
	border-radius: 3px;
	transition: border-color .2s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	text-align: left;
}

.acms-form select:hover,
.acms-form .acms-form-select:hover {
	border-color: 1px solid #AAA;
}

.acms-form select:focus,
.acms-form .acms-form-select:focus {
	border-color: #137AF3;
	outline: none;
}

.acms-form select:disabled,
.acms-form .acms-form-select:disabled {
	color: #999;
	background-color: #F5F5F5;
	border-color: #DDD;
	cursor: not-allowed;
}

.acms-form select::-ms-expand {
	display: none;
}

.acms-form select[multiple="multiple"] {
	padding: 7px 10px;
	background: #FFF;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
	-webkit-appearance: none;
}

.acms-form select[multiple="multiple"]:focus {
	border-color: #137AF3;
	outline: none;
	box-shadow: 0 0 0 2px rgba(19, 122, 243, .4);
}

.acms-form select[multiple="multiple"]:disabled {
	color: #999;
	background-color: #F5F5F5;
	border-color: #DDD;
	cursor: not-allowed;
}

@media (min-width: 768px) {

	.acms-form input[type="text"],
	.acms-form input[type="password"],
	.acms-form input[type="datetime"],
	.acms-form input[type="datetime-local"],
	.acms-form input[type="date"],
	.acms-form input[type="month"],
	.acms-form input[type="time"],
	.acms-form input[type="week"],
	.acms-form input[type="number"],
	.acms-form input[type="email"],
	.acms-form input[type="url"],
	.acms-form input[type="search"],
	.acms-form input[type="tel"] {
		min-height: 26px;
		padding-right: 4px;
		padding-left: 4px;
		font-size: 12px;
	}

	.acms-form input[type="text"].acms-form-small,
	.acms-form input[type="password"].acms-form-small,
	.acms-form input[type="datetime"].acms-form-small,
	.acms-form input[type="datetime-local"].acms-form-small,
	.acms-form input[type="date"].acms-form-small,
	.acms-form input[type="month"].acms-form-small,
	.acms-form input[type="time"].acms-form-small,
	.acms-form input[type="week"].acms-form-small,
	.acms-form input[type="number"].acms-form-small,
	.acms-form input[type="email"].acms-form-small,
	.acms-form input[type="url"].acms-form-small,
	.acms-form input[type="search"].acms-form-small,
	.acms-form input[type="tel"].acms-form-small {
		min-height: 22px;
		font-size: 12px;
	}

	.acms-form input[type="text"].acms-form-large,
	.acms-form input[type="password"].acms-form-large,
	.acms-form input[type="datetime"].acms-form-large,
	.acms-form input[type="datetime-local"].acms-form-large,
	.acms-form input[type="date"].acms-form-large,
	.acms-form input[type="month"].acms-form-large,
	.acms-form input[type="time"].acms-form-large,
	.acms-form input[type="week"].acms-form-large,
	.acms-form input[type="number"].acms-form-large,
	.acms-form input[type="email"].acms-form-large,
	.acms-form input[type="url"].acms-form-large,
	.acms-form input[type="search"].acms-form-large,
	.acms-form input[type="tel"].acms-form-large {
		min-height: 38px;
		font-size: 16px;
	}

	.acms-form textarea,
	.acms-form .entryFormLiteEditor {
		font-size: 12px;
	}

	.acms-form select {
		min-height: 26px;
		padding: 5px 30px 4px 8px;
		font-size: 12px;
	}
}

@media all and (-ms-high-contrast: none) {
	.acms-form select {
		padding-right: 30px;
	}
}

.acms-form-block {
	display: block;
}

.acms-form-inline,
.acms-form-inline label {
	display: inline;
}

.acms-form-group {
	margin-bottom: 10px;
}

.acms-form-group:before,
.acms-form-group:after {
	display: table;
	content: " ";
}

.acms-form-group:after {
	clear: both;
}

.acms-form-action {
	display: table;
	border-collapse: separate;
	border-spacing: 0;
}

.acms-form-action .acms-form-side,
.acms-form-action .acms-form-side-btn,
.acms-form-action input {
	display: table-cell;
}

.acms-form-action .acms-form-side {
	width: 1%;
	padding: 0 6px;
	color: #333;
	line-height: 1;
	font-size: 14px;
	vertical-align: middle;
	background: #ECECEC;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 3px;
}

.acms-form-action .acms-form-side:link,
.acms-form-action .acms-form-side:hover,
.acms-form-action .acms-form-side:visited,
.acms-form-action .acms-form-side:active,
.acms-form-action .acms-form-side:focus {
	color: #333;
}

.acms-form-action a.acms-form-side {
	text-decoration: none;
}

.acms-form-action a.acms-form-side:hover {
	text-decoration: none;
	background: #F1F1F1;
	border-color: rgba(0, 0, 0, .3);
}

.acms-form-action .acms-form-side:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.acms-form-action .acms-form-side:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.acms-form-action .acms-form-side-btn {
	position: relative;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.acms-form-action .acms-form-side-btn:first-child>.acms-btn,
.acms-form-action .acms-form-side-btn:first-child>.acms-btn-admin {
	vertical-align: top;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.acms-form-action .acms-form-side-btn:last-child>.acms-btn,
.acms-form-action .acms-form-side-btn:last-child>.acms-btn-admin {
	vertical-align: top;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.acms-form-action .acms-form-side .acms-form-checkbox,
.acms-form-action .acms-form-side .acms-form-radio {
	padding: 0;
}

.acms-form-action .acms-form-side .acms-ico-radio,
.acms-form-action .acms-form-side .acms-ico-checkbox {
	margin-right: 0;
}

.acms-form-action input[type="text"],
.acms-form-action input[type="search"],
.acms-form-action input[type="email"],
.acms-form-action input[type="password"],
.acms-form-action input[type="url"] {
	width: 100%;
	height: 32px;
}

@media (min-width: 768px) {

	.acms-form-action input[type="text"],
	.acms-form-action input[type="search"],
	.acms-form-action input[type="email"],
	.acms-form-action input[type="password"],
	.acms-form-action input[type="url"] {
		height: 26px;
	}
}

.acms-form-action:not(.acms-form-action-separate) input[type="text"]:first-child,
.acms-form-action:not(.acms-form-action-separate) input[type="search"]:first-child,
.acms-form-action:not(.acms-form-action-separate) input[type="email"]:first-child,
.acms-form-action:not(.acms-form-action-separate) input[type="password"]:first-child,
.acms-form-action:not(.acms-form-action-separate) input[type="url"]:first-child {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.acms-form-action:not(.acms-form-action-separate) input[type="text"]:last-child,
.acms-form-action:not(.acms-form-action-separate) input[type="search"]:last-child,
.acms-form-action:not(.acms-form-action-separate) input[type="email"]:last-child,
.acms-form-action:not(.acms-form-action-separate) input[type="password"]:last-child,
.acms-form-action:not(.acms-form-action-separate) input[type="url"]:last-child {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.acms-form-action.acms-form-action-separate .acms-form-side-btn:first-child {
	padding: 0 10px 0 0;
}

.acms-form-action.acms-form-action-separate .acms-form-side-btn:first-child>.acms-btn,
.acms-form-action.acms-form-action-separate .acms-form-side-btn:first-child>.acms-btn-admin {
	vertical-align: top;
	border-radius: 3px;
}

.acms-form-action.acms-form-action-separate .acms-form-side-btn:last-child {
	padding: 0 0 0 10px;
}

.acms-form-action.acms-form-action-separate .acms-form-side-btn:last-child>.acms-btn,
.acms-form-action.acms-form-action-separate .acms-form-side-btn:last-child>.acms-btn-admin {
	vertical-align: top;
	border-radius: 3px;
}

.acms-form-error {
	color: #C91032;
	background: #FFF8F8;
	border-color: #DC8D99;
}

.acms-text-error {
	display: block;
	color: #F00;
}

.acms-form-width-full {
	width: 100%;
}

.acms-form-width-3quarters {
	width: 75%;
}

.acms-form-width-half {
	width: 50%;
}

.acms-form-width-quarter {
	width: 25%;
}

.acms-form-width-large {
	width: 100%;
	max-width: 540px;
}

.acms-form-width-medium {
	width: 100%;
	max-width: 380px;
}

.acms-form-width-small {
	width: 100%;
	max-width: 220px;
}

.acms-form-width-mini {
	width: 100%;
	max-width: 140px;
}

.acms-ico-checkbox,
.acms-ico-radio {
	display: inline-block;
	width: 20px;
	*width: auto;
	_width: auto;
	height: 20px;
	*height: auto;
	_height: auto;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.acms-ico-checkbox {
	background: url("../images/marker/ico_input.png") no-repeat left top;
	*background-image: none;
	_background-image: none;
	background-size: 40px 80px;
}

.acms-form-checkbox input {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 100%;
	opacity: 0;
}

.acms-form-checkbox input:focus+label .acms-ico-checkbox,
.acms-form-checkbox input:focus+.acms-ico-checkbox {
	background: url("../images/marker/ico_input.png") no-repeat left -60px;
	background-size: 40px 80px;
}

.acms-form-checkbox input:checked+label .acms-ico-checkbox,
.acms-form-checkbox input:checked+.acms-ico-checkbox {
	background: url("../images/marker/ico_input.png") no-repeat left -20px;
	background-size: 40px 80px;
}

.acms-form-checkbox input:disabled+label .acms-ico-checkbox,
.acms-form-checkbox input:disabled+.acms-ico-checkbox {
	background: url("../images/marker/ico_input.png") no-repeat left -40px;
	background-size: 40px 80px;
	cursor: not-allowed;
}

.acms-form-checkbox input:disabled+label {
	opacity: .6;
}

.acms-form-checkbox input:disabled+label:hover {
	cursor: not-allowed;
}

.acms-form-checkbox label:hover {
	cursor: pointer;
}

.acms-ico-radio {
	background: url("../images/marker/ico_input.png") no-repeat -20px top;
	background-size: 40px 80px;
}

.acms-form-radio input {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 100%;
	opacity: 0;
}

.acms-form-radio input:focus+label .acms-ico-radio,
.acms-form-radio input:focus+.acms-ico-radio {
	background: url("../images/marker/ico_input.png") no-repeat -20px -60px;
	background-size: 40px 80px;
}

.acms-form-radio input:checked+label .acms-ico-radio,
.acms-form-radio input:checked+.acms-ico-radio {
	background: url("../images/marker/ico_input.png") no-repeat -20px -20px;
	background-size: 40px 80px;
}

.acms-form-radio input:disabled+label .acms-ico-radio,
.acms-form-radio input:disabled+.acms-ico-radio {
	background: url("../images/marker/ico_input.png") no-repeat -20px -40px;
	background-size: 40px 80px;
	cursor: not-allowed;
}

.acms-form-radio input:disabled+label {
	opacity: .6;
}

.acms-form-radio input:disabled+label:hover {
	cursor: not-allowed;
}

.acms-form-radio label:hover {
	cursor: pointer;
}

.acms-form-checkbox,
.acms-form-radio {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
}

.acms-form-radio:before,
.acms-form-radio::before {
	width: 16px;
	height: 16px;
	border-radius: 10px;
}

.acms-btn-checkbox label,
.acms-btn-radio label {
	width: auto;
}

.acms-btn-checkbox {
	display: none;
}

.acms-btn-checkbox+label {
	position: relative;
	display: inline-block;
	padding: 9px;
	background-color: #FAFAFA;
	border: 1px solid #CACECE;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
}

.acms-btn-checkbox+label:active,
.acms-btn-checkbox:checked+label:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
}

.acms-btn-checkbox:checked+label {
	color: #FFF;
	background-color: #BBB;
	border: 1px solid #ADB8C0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1);
}

.acms-btn-checkbox:checked+label:after {
	position: absolute;
	top: 0;
	left: 3px;
	color: #99A1A7;
	content: "";
	font-size: 14px;
	font-size: 14px;
}

.acms-btn-radio {
	display: none;
}

.acms-btn-radio+label {
	position: relative;
	display: inline-block;
	padding: 9px;
	background-color: #FAFAFA;
	border: 1px solid #CACECE;
	border-radius: 50px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
	-webkit-appearance: none;
}

.acms-btn-radio:checked+label:after {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	text-shadow: 0;
	content: "";
	font-size: 32px;
}

.acms-btn-radio:checked+label {
	color: #FFF;
	background-color: #BBB;
	border: 1px solid #ADB8C0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05), inset 15px 10px -12px rgba(255, 255, 255, .1), inset 0 0 10px rgba(0, 0, 0, .1);
}

.acms-btn-radio+label:active,
.acms-btn-radio .acms-btn-radio:checked+label:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* ------------------------------
 テーブル
------------------------------- */
.acms-table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDD;
}

.acms-table th,
.acms-table td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #DDD;
}

.acms-table th {
	text-align: left;
	vertical-align: top;
}

.acms-table.acms-table-none {
	border-top: 0;
}

.acms-table.acms-table-none th,
.acms-table.acms-table-none td {
	border-bottom: 0;
}

.panel-body .acms-table th,
.panel-body .acms-table td {
	padding: 5px;
}

.panel-body .acms-table .acms-table-container {
	padding: 10px 5px;
}

.acms-table,
.acms-table:before,
.acms-table:after,
.acms-table-admin-edit,
.acms-table-admin-edit th,
.acms-table-admin-edit td,
.acms-table-heading,
.acms-table-heading th,
.acms-table-heading td {
	box-sizing: border-box;
}

.acms-table-heading th,
.acms-table-heading td {
	border-bottom: 1px solid #CCC;
}

.acms-table-heading th {
	color: #404040;
	background: #F5F5F5;
}

.acms-table-bordered {
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

.acms-table-bordered th,
.acms-table-bordered td {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.acms-table-striped tr:nth-of-type(odd),
.acms-table-striped tr.odd {
	background: #FFF;
}

.acms-table-striped tr:nth-of-type(even),
.acms-table-striped tr.even {
	background: #F5F5F5;
}

.acms-table-hover td,
.acms-table-hover-line tr {
	transition: .2s background-color;
}

.acms-table-hover tr:hover td,
.acms-table-hover tr:focus-within td,
.acms-table-hover tr.hover td {
	background: #E8F2FF;
	cursor: pointer;
}

.acms-table-hover-line tr:hover,
.acms-table-hover-line tr:focus-within,
.acms-table-hover tr.hover {
	background: #E8F2FF;
}

.acms-table-edit {
	border-top: none;
}

.acms-table-edit th,
.acms-table-edit td {
	vertical-align: middle;
}

.acms-table-edit th {
	text-align: right;
}

.acms-table-sortable-active th,
.acms-table-sortable-active td,
.acms-table-sortable-active tr:nth-of-type(even) th,
.acms-table-sortable-active tr:nth-of-type(even) td,
.acms-table-sortable-active tr.even th,
.acms-table-sortable-active tr.even td {
	background-color: #FFF;
}

[class*="acms-table-scroll-"],
.acms-table-responsive {
	border: 1px solid #DDD;
}

@media (max-width: 575px) {
	.acms-table-scroll-xs {
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.acms-table-scroll-xs th:not([style*="max-width"]),
	.acms-table-scroll-xs td:not([style*="max-width"]) {
		white-space: nowrap;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.acms-table-scroll-sm {
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.acms-table-scroll-sm th:not([style*="max-width"]),
	.acms-table-scroll-sm td:not([style*="max-width"]) {
		white-space: nowrap;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.acms-table-scroll-md {
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.acms-table-scroll-md th:not([style*="max-width"]),
	.acms-table-scroll-md td:not([style*="max-width"]) {
		white-space: nowrap;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.acms-table-scroll-lg {
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.acms-table-scroll-lg th:not([style*="max-width"]),
	.acms-table-scroll-lg td:not([style*="max-width"]) {
		white-space: nowrap;
	}
}

@media (min-width: 1200px) {
	.acms-table-scroll-xl {
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.acms-table-scroll-xl th:not([style*="max-width"]),
	.acms-table-scroll-xl td:not([style*="max-width"]) {
		white-space: nowrap;
	}
}

@media (max-width: 767px) {
	.acms-table-responsive {
		margin-bottom: 15px;
		overflow-x: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.acms-table-responsive th,
	.acms-table-responsive td {
		white-space: nowrap;
	}

	.acms-table-scrollable th,
	.acms-table-scrollable td,
	.js-table-unit-scroll-hint th,
	.js-table-unit-scroll-hint td {
		display: table-cell !important;
		white-space: nowrap;
	}

	.acms-table-entry th,
	.acms-table-entry td {
		display: block;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		box-sizing: border-box;
	}

	.acms-table-entry th {
		padding-bottom: 0;
		text-align: left;
	}

	.acms-table-entry td {
		padding-top: 3px;
	}

	.acms-table-entry .detail-fade-body th,
	.acms-table-entry .detail-fade-body td {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.acms-table-info th,
.acms-table-info td,
.acms-table-info,
.acms-table-hover .acms-table-info:hover th,
.acms-table-hover .acms-table-info:hover td,
.acms-table-hover .acms-table-info:hover {
	background: #BCCCE2;
}

.acms-table-success th,
.acms-table-success td,
.acms-table-success,
.acms-table-hover .acms-table-success:hover th,
.acms-table-hover .acms-table-success:hover td,
.acms-table-hover .acms-table-success:hover {
	background: #AAD9CD;
}

.acms-table-warning th,
.acms-table-warning td,
.acms-table-warning,
.acms-table-hover .acms-table-warning:hover th,
.acms-table-hover .acms-table-warning:hover td,
.acms-table-hover .acms-table-warning:hover {
	background: #E1D7BB;
}

.acms-table-danger th,
.acms-table-danger td,
.acms-table-danger,
.acms-table-hover .acms-table-danger:hover th,
.acms-table-hover .acms-table-danger:hover td,
.acms-table-hover .acms-table-danger:hover {
	background: #E1BCC4;
}

.acms-table-center {
	text-align: center;
}

.acms-table-admin-edit .acms-table-center,
.acms-table-admin-edit-bordered .acms-table-center,
.acms-table-admin .acms-table-center {
	text-align: center;
}

.acms-table-left {
	text-align: left;
}

.acms-table-admin-edit .acms-table-left,
.acms-table-admin-edit-bordered .acms-table-left,
.acms-table-admin .acms-table-left {
	text-align: left;
}

.acms-table-nowrap {
	width: 1%;
	white-space: nowrap;
}

.acms-table-break-word {
	word-break: break-word;
}

/* ------------------------------
 タイトル
------------------------------- */
.acms-heading {
	margin-bottom: 10px;
	padding: 5px 0;
	color: #333;
	font-size: 18px;
	border-bottom: 2px solid #333;
}

.acms-heading a {
	color: inherit;
	text-decoration: none;
}

.acms-page-header {
	margin-top: 45px;
	margin-bottom: 10px;
	border-bottom: 2px solid #333;
}

.acms-page-header a {
	color: inherit;
	text-decoration: none;
}

.acms-page-header .acms-page-heading {
	font-size: 28px;
}

/* ------------------------------
 リスト
------------------------------- */
.acms-list-group-heading {
	margin-bottom: 0;
	padding: 5px 0;
	color: #333;
	border-bottom: 2px solid #333;
}

.acms-list-group-heading a {
	color: inherit;
	text-decoration: none;
}

.acms-list-group {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #E5E5E5;
}

.acms-list-group-heading+.acms-list-group {
	border-top: 0;
}

.acms-list-group+.acms-list-group {
	margin: 0 0 10px 0;
}

.acms-list-group-item {
	display: block;
	padding: 10px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #E5E5E5;
}

.acms-list-group-item:hover {
	background: #EEE;
}

.acms-list-group-item:hover,
.acms-list-group-item:visited,
.acms-list-group-item:active,
.acms-list-group-item:focus {
	color: #333;
	text-decoration: none;
}

/* ラベルを内包しているとき */
.acms-list-group-label-parent {
	position: relative;
	padding: 10px 30px 10px 10px;
}

.acms-list-group-label {
	position: absolute;
	top: 10px;
	right: 10px;
}

.acms-list-group-title-link {
	position: relative;
	margin: 0 10px;
	text-decoration: none;
}

.acms-list-group-title-link:hover,
.acms-list-group-title-link:visited,
.acms-list-group-title-link:active,
.acms-list-group-title-link:focus {
	text-decoration: underline;
}

/* ------------------------------
 ラベル
------------------------------- */
.acms-label {
	display: inline-block;
	padding: 2px 5px;
	color: #333;
	line-height: 1.3;
	vertical-align: middle;
	background-color: #CACACA;
	border-radius: 3px;
	font-size: 11px;
}

a.acms-label:link,
a.acms-label:visited,
a.acms-label:active,
a.acms-label:focus {
	color: #333;
}

a.acms-label:hover {
	color: #333;
	text-decoration: underline;
	cursor: pointer;
}

.acms-label-large {
	padding: 4px 7px;
	font-size: 16px;
}

.acms-label-group .acms-label:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.acms-label-group .acms-label:last-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.acms-label-group .acms-label-side:first-child {
	border-right: 1px solid rgba(0, 0, 0, .2);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.acms-label-group .acms-label-side:last-child {
	border-left: 1px solid rgba(0, 0, 0, .2);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.acms-label-success {
	color: #0C6B26;
	background-color: #B7F7A5;
}

a.acms-label-success:link,
a.acms-label-success:visited,
a.acms-label-success:active,
a.acms-label-success:focus {
	color: #0C6B26;
}

.acms-label-info {
	color: #044BB1;
	background-color: #BFD7F9;
}

a.acms-label-info:link,
a.acms-label-info:visited,
a.acms-label-info:active,
a.acms-label-info:focus {
	color: #044BB1;
}

.acms-label-warning {
	color: #715E1A;
	background-color: #FFDA6C;
}

a.acms-label-warning:link,
a.acms-label-warning:visited,
a.acms-label-warning:active,
a.acms-label-warning:focus {
	color: #715E1A;
}

.acms-label-danger {
	color: #9C0808;
	background-color: #F9C6C6;
}

a.acms-label-danger:link,
a.acms-label-danger:visited,
a.acms-label-danger:active,
a.acms-label-danger:focus {
	color: #9C0808;
}

.acms-admin-labelbox {
	min-width: 55px;
}

/* ------------------------------
 バッジ
------------------------------- */
.acms-badge {
	padding: 3px 7px;
	color: #333;
	font-weight: bold;
	background-color: #CACACA;
	border-radius: 10px;
	font-size: 10px;
}

.acms-badge-success {
	color: #0C6B26;
	background-color: #B7F7A5;
}

.acms-badge-info {
	color: #044BB1;
	background-color: #BFD7F9;
}

.acms-badge-warning {
	color: #715E1A;
	background-color: #FFDA6C;
}

.acms-badge-danger {
	color: #9C0808;
	background-color: #F9C6C6;
}

/* 承認機能用バッジ */
.acms-badge-approval {
	color: #FFF;
	background-color: #E20020;
}

/* ------------------------------
 パネル
------------------------------- */
.acms-panel {
	margin-bottom: 10px;
	border: 1px solid #9898A2;
}

.acms-panel-header {
	margin: 0;
	padding: 10px;
	background-color: #9898A2;
	border-bottom: 1px solid #9898A2;
}

.acms-panel-header,
.acms-panel-header a {
	color: #FFF;
}

.acms-panel-body+.acms-panel-header {
	border-top: 1px solid #9898A2;
}

.acms-panel-header [class*="acms-icon"] {
	font-size: 20px;
}

.acms-panel-title {
	margin: 0;
	font-size: 15px;
}

.acms-panel-title>a {
	color: inherit;
}

.acms-panel-title>a:hover {
	color: inherit;
	opacity: .6;
}

.acms-panel-body {
	margin: 0;
	padding: 10px;
}

.acms-panel-footer {
	padding: 10px;
	border-top: 1px solid #DDD;
}

.acms-panel-info.acms-panel {
	border-color: #009BE6;
}

.acms-panel-info .acms-panel-header,
.acms-panel-info .acms-panel-header a {
	color: #FFF;
	background-color: #009BE6;
	border-color: #009BE6;
}

.acms-panel-info .acms-panel-footer {
	border-color: #009BE6;
}

.acms-panel-danger.acms-panel {
	border-color: #FF5A3C;
}

.acms-panel-danger .acms-panel-header,
.acms-panel-danger .acms-panel-header a {
	color: #FFF;
	background-color: #FF5A3C;
	border-color: #FF5A3C;
}

.acms-panel-danger .acms-panel-footer {
	border-color: #FF5A3C;
}

/* ------------------------------
 ユニットグループ
------------------------------- */
.clearHidden {
	display: block;
	clear: both;
	height: 0;
	margin: 0;
	border: none;
	visibility: hidden;
}

/* ---------------
 動的フォーム
--------------- */
/* ---------------
 エントリー内 主な要素
--------------- */
.acms-entry {
	/* ユニットの要素の位置調整 */
}

.acms-entry [class*=acms-col-] {
	padding: 0;
}

.acms-entry h2,
.acms-entry h3,
.acms-entry h4,
.acms-entry h5,
.acms-entry h6,
.acms-entry dl {
	margin-right: 10px;
	margin-left: 10px;
}

.acms-entry p {
	margin-right: 10px;
	margin-left: 10px;
}

.acms-entry .entry-container {
	margin-right: 10px;
	margin-left: 10px;
}

.acms-entry blockquote {
	margin: 0 0 15px 0;
	padding: 10px 20px;
	border-left: solid 5px #CCC;
}

/* ---------------
 各コンテンツ(画像、地図、動画など)表示設定
--------------- */
/* 添付画像配置（おまかせ） */
/* PDFプレビュー */
.column-media-pdf-image {
	width: 100%;
	border: solid 1px #AAA;
}

/* 添付画像配置（左） */
.column-image-left,
.column-media-left {
	display: inline;
	float: left;
	margin-bottom: 20px;
}

.column-media-left {
	text-align: left;
}

.column-media-left :not([href*="media-download"])+.caption {
	text-align: center;
}

/* 添付画像配置（右） */
.column-image-right,
.column-media-right {
	display: inline;
	float: right;
	margin-bottom: 20px;
}

.column-media-right {
	text-align: right;
}

.column-media-right :not([href*="media-download"])+.caption {
	text-align: center;
}

/* 添付画像配置（中央） */
.column-image-center,
.column-media-center {
	float: none;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}

/* ファイル配置（おまかせ） */
.column-file-auto {
	margin-left: 10px;
}

.column-file-auto+.caption {
	margin-left: 10px;
}

/* ファイル配置（左） */
.column-file-left {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.column-file-left+.caption {
	text-align: left;
}

/* ファイル配置（右） */
.column-file-right {
	display: inline;
	float: right;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align: right;
}

.column-file-right+.caption {
	text-align: right;
}

/* ファイル配置（中央） */
.column-file-center {
	float: none;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}

.column-file-center+.caption {
	text-align: center;
}

/* 地図配置（おまかせ） */
.column-map-auto {
	margin-bottom: 20px;
}

/* 地図配置（左） */
.column-map-left {
	float: left;
	margin-bottom: 20px;
}

/* 地図配置（右） */
.column-map-right {
	float: right;
	margin-bottom: 20px;
}

/* 地図配置（中央） */
.column-map-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/*ストリートビュー表示*/
/* 地図配置（おまかせ） */
.column-street-view-auto {
	margin-bottom: 20px;
}

/* 地図配置（左） */
.column-street-view-left {
	float: left;
	margin-bottom: 20px;
}

/* 地図配置（右） */
.column-street-view-right {
	float: right;
	margin-bottom: 20px;
}

/* 地図配置（中央） */
.column-street-view-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.column-street-view-inner {
	width: 100%;
	padding-bottom: 100%;
}

/* yahoo地図配置（おまかせ） */
.column-yolp-auto {
	margin-bottom: 20px;
}

/* yahoo地図配置（左） */
.column-yolp-left {
	float: left;
	margin-bottom: 20px;
}

/* yahoo地図配置（右） */
.column-yolp-right {
	float: right;
	margin-bottom: 20px;
}

/* yahoo地図配置（中央） */
.column-yolp-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/* YouTube配置 (おまかせ) */
/* YouTube配置 (左) */
.column-youtube-left,
.column-video-left {
	display: inline;
	float: left;
}

/* YouTube配置 (右) */
.column-youtube-right,
.column-video-right {
	display: inline;
	float: right;
}

/* YouTube配置 (中央) */
.column-youtube-center,
.column-video-center {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

/* 画像URL配置（おまかせ） */
/* 画像URL配置（左） */
.column-eximage-left {
	display: inline;
	float: left;
}

/* 画像URL配置（右） */
.column-eximage-right {
	display: inline;
	float: right;
}

/* 画像URL配置（中央） */
.column-eximage-center {
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/* 引用配置（おまかせ） */
/* 引用配置（左） */
.column-quote-left {
	float: left;
}

/* 引用配置（右） */
.column-quote-right {
	float: right;
}

.column-quote-center {
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

[class*="column-quote-"] {
	margin-right: 10px;
	margin-left: 10px;
	/* 引用ユニット画像 */
	/* 引用ユニットテキスト */
}

[class*="column-quote-"] blockquote {
	padding: 20px 10px 20px 20px;
}

[class*="column-quote-"] .quoteImageContainer {
	position: relative;
	float: left;
	max-width: 154px;
	margin-right: 25px;
}

[class*="column-quote-"] .quoteImage {
	display: block;
	max-width: 100%;
	height: auto;
}

[class*="column-quote-"] .quoteTitle {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4;
	font-size: 18px;
}

[class*="column-quote-"] .quoteTitleLink {
	color: #006CD8;
}

[class*="column-quote-"] .quoteSiteName {
	margin: 0 0 10px 0;
	padding: 0;
	color: #666;
	font-size: 11px;
}

[class*="column-quote-"] .quoteDescription {
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.6;
	font-size: 12px;
}

/* 画像の最大幅 */
[class*="column-image-"],
[class*="column-media-"] {
	max-width: 100%;
}

/* メディア リンク */
[class*="column-media-"] a {
	display: block;
	text-align: center;
}

[class*="column-media-"] a[href*="media-download"] {
	display: inline-block;
}

/* ユニットのガターの間隔 */
.acms-entry [class*="column-image-"],
.acms-entry [class*="column-media-"],
.acms-entry [class*="column-yolp-"],
.acms-entry [class*="column-youtube-"],
.acms-entry [class*="column-video-"],
.acms-entry [class*="column-eximage-"] {
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}

.acms-entry [class*="column-map-"] {
	padding-right: 10px;
	padding-left: 10px;
}

.acms-entry [class*="column-map-"]>div {
	max-width: 100%;
}

.acms-entry [class*="column-street-view-"]:not(.column-street-view-inner) {
	padding-right: 10px;
	padding-left: 10px;
}

.acms-entry [class*="column-image-"],
.acms-entry [class*="column-media-"],
.acms-entry [class*="column-eximage-"] {
	display: block;
	margin-bottom: 20px;
}

.acms-entry [class*="column-image-"] a,
.acms-entry [class*="column-media-"] a,
.acms-entry [class*="column-eximage-"] a {
	display: block;
}

.acms-entry [class*="column-image-"] .caption,
.acms-entry [class*="column-media-"] .caption,
.acms-entry [class*="column-eximage-"] .caption {
	margin-top: 5px;
	padding: 0;
}

.acms-entry [class*="column-media-"] a[href*="media-download"] {
	display: inline-block;
}

.acms-entry [class*="column-image-"].nocaption,
.acms-entry [class*="column-media-"].nocaption,
.acms-entry [class*="column-eximage-"].nocaption,
.acms-entry [class*="column-yolp-"],
.acms-entry [class*="column-youtube-"],
.acms-entry [class*="column-video-"] {
	margin-bottom: 25px;
}

.acms-entry .column-image-auto,
.acms-entry .column-media-auto,
.acms-entry .column-eximage-auto,
.acms-entry .column-yolp-auto,
.acms-entry .column-youtube-auto,
.acms-entry .column-video-auto {
	float: none;
}

.acms-entry .column-media-auto {
	text-align: center;
}

.acms-entry .column-media-left {
	text-align: left;
}

.acms-entry .column-media-right {
	text-align: right;
}

.columnImage,
.columnImageCenter {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.columnImageCenter {
	max-width: 320px;
}

/* 画像左寄せ */
.column-image-left,
.column-media-left,
.column-eximage-left {
	float: left;
}

/* スマートフォンのときのエントリー内スタイル */
@media (max-width: 575px) {

	/* エントリー内画像サイズ */
	.acms-entry [class*="column-image-"],
	.acms-entry [class*="column-media-"],
	.acms-entry [class*="column-eximage-"] {
		padding-right: 10px;
		padding-left: 10px;
	}

	.acms-entry [class*="column-image-"]:not(.js_notStyle),
	.acms-entry [class*="column-media-"]:not(.js_notStyle),
	.acms-entry [class*="column-eximage-"]:not(.js_notStyle) {
		float: none;
		width: auto !important;
	}

	.acms-entry [class*="column-image-"] img,
	.acms-entry [class*="column-media-"] img,
	.acms-entry [class*="column-eximage-"] img {
		padding: 0;
		box-sizing: border-box;
	}

	[class*="column-map-"],
	[class*="column-yolp-"] {
		width: auto !important;
		max-width: 100%;
	}

	[class*="column-map-"]>div,
	[class*="column-yolp-"]>div {
		max-width: 100%;
	}

	[class*="column-yolp-"]>div {
		width: 100% !important;
	}

	[class*="column-eximage-"] {
		width: auto !important;
	}

	[class*="column-youtube-"],
	[class*="column-video-"] {
		display: block;
		width: 100% !important;
		max-width: 100%;
	}
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-image-"],
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-media-"],
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-map-"],
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-yolp-"],
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-eximage-"] {
	width: auto !important;
	max-width: 100%;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-youtube-"],
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-video-"] {
	width: 100% !important;
}

/* YouTube動画をレスポンシブ対応させるための記述 */
.column-youtube,
.column-iframe {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.column-youtube iframe,
.column-youtube object,
.column-youtube embed,
.column-iframe iframe,
.column-iframe object,
.column-iframe embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

[class*="column-map-"]>img,
[class*="column-yolp-"]>img {
	max-width: 100%;
}

/* 地図ユニットのアイコンの調整 */
[class*="column-map-"] img,
[class*="column-yolp-"] img {
	width: auto;
	height: auto;
}

/* Yahoo地図 */
[class*="column-yolp-"] {
	width: auto !important;
}

/* ---------------
 検索
--------------- */
/* 検索結果のハイライト
---------------*/
.highlight1 {
	color: #000;
	background-color: #FF6;
}

.highlight2 {
	color: #000;
	background-color: #A0FFFF;
}

.highlight3 {
	color: #000;
	background-color: #9F9;
}

.highlight4 {
	color: #000;
	background-color: #F99;
}

.highlight5 {
	color: #000;
	background-color: #F6F;
}

.highlight6 {
	color: #000;
	background-color: #800;
}

/* ------------------------------
 オフキャンバス
------------------------------- */
.js-acms-offcanvas-active {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100019;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}

.js-acms-offcanvas-open {
	display: block;
}

.js-acms-offcanvas-body {
	left: 0;
	width: 100%;
	transition: left .3s ease-in-out;
}

.js-acms-offcanvas-body-moving {
	position: fixed;
}

.js-acms-offcanvas-body-right {
	position: fixed;
	left: -70%;
	overflow-y: hidden;
}

.js-acms-offcanvas-body-left {
	position: fixed;
	left: 70%;
	overflow-y: hidden;
}

.js-acms-offcanvas-body-moving {
	position: fixed;
	left: 0;
}

.js-acms-offcanvas-active .js-acms-offcanvas-sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 100018;
	display: block;
	box-sizing: border-box;
	width: 70%;
	max-width: 100%;
	overflow-y: scroll;
	background-color: #FFF;
	-webkit-overflow-scrolling: touch;
}

.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-right {
	right: 0;
	left: auto;
	margin-right: -70%;
	transition: margin-right .3s ease-in-out;
}

.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-left {
	right: auto;
	left: 0;
	margin-left: -70%;
	transition: margin-left .3s ease-in-out;
}

.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-right.active {
	margin-right: 0;
	transition: margin-right .3s ease-in-out;
}

.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-left.active {
	margin-left: 0;
	transition: margin-left .3s ease-in-out;
}

.js-acms-header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: margin-left .3s ease-in-out;
}

.js-acms-offcanvas-body-right,
.js-acms-offcanvas-body-left {
	overflow: hidden;
}

.js-acms-offcanvas-body-right .js-acms-header-fixed {
	margin-left: -70%;
}

.js-acms-offcanvas-body-left .js-acms-header-fixed {
	margin-left: 70%;
}

/* ------------------------------
 アニメーション
------------------------------ */
/*フェードイン*/
.acms-fade-in-strong {
	opacity: .3;
	transition: opacity 500ms;
}

.acms-fade-in-strong:hover {
	opacity: 1;
	will-change: opacity;
}

.acms-fade-in {
	opacity: .5;
	transition: opacity 500ms;
}

.acms-fade-in:hover {
	opacity: 1;
	will-change: opacity;
}

.acms-fade-in-light {
	opacity: .7;
	transition: opacity 500ms;
}

.acms-fade-in-light:hover {
	opacity: 1;
	will-change: opacity;
}

/*フェードアウト*/
.acms-fade-out-strong {
	opacity: 1;
	transition: opacity 500ms;
}

.acms-fade-out-strong:hover {
	opacity: .3;
	will-change: opacity;
}

.acms-fade-out {
	opacity: 1;
	transition: opacity 500ms;
}

.acms-fade-out:hover {
	opacity: .5;
	will-change: opacity;
}

.acms-fade-out-light {
	opacity: 1;
	transition: opacity 500ms;
}

.acms-fade-out-light:hover {
	opacity: .7;
	will-change: opacity;
}

/* JSが読み込めない環境のとき */
.no-js .acms-slide-top,
.no-js .acms-slide-left,
.no-js .acms-slide-bottom,
.no-js .acms-slide-right {
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
	opacity: 1;
}

/* スライド */
/* 上からスライド */
.acms-slide-top {
	-ms-transform: translateX(0px) translateY(-20px);
	transform: translateX(0px) translateY(-20px);
	opacity: 0;
	transition: opacity 500ms, transform 1200ms cubic-bezier(.165, .84, .44, 1);
}

.active .acms-slide-top {
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
	opacity: 1;
	will-change: opacity, transform;
}

/* 下からスライド */
.acms-slide-bottom {
	-ms-transform: translateX(0px) translateY(20px);
	transform: translateX(0px) translateY(20px);
	opacity: 0;
	transition: opacity 500ms, transform 1200ms cubic-bezier(.165, .84, .44, 1);
}

.active .acms-slide-bottom {
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
	opacity: 1;
	will-change: opacity, transform;
}

/* 左からスライド */
.acms-slide-left {
	-ms-transform: translateX(-20px) translateY(0px);
	transform: translateX(-20px) translateY(0px);
	opacity: 0;
	transition: opacity 500ms, transform 1200ms cubic-bezier(.165, .84, .44, 1);
}

.active .acms-slide-left {
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
	opacity: 1;
	will-change: opacity, transform;
}

/* 右からスライド */
.acms-slide-right {
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	opacity: 0;
	transition: opacity 500ms, transform 1200ms cubic-bezier(.165, .84, .44, 1);
}

.active .acms-slide-right {
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
	will-change: opacity, transform;
}

/* ズーム */
.acms-zoom-in {
	-ms-transform: scale(1);
	transform: scale(1);
	transition: transform 500ms;
}

.acms-zoom-in:hover {
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	will-change: opacity, transform;
}

.acms-zoom-in-show {
	-ms-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
	transition: opacity 500ms, transform 500ms;
}

.active .acms-zoom-in-show,
.acms-zoom-in-show.active {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	will-change: opacity, transform;
}

.acms-zoom-out {
	-ms-transform: scale(1);
	transform: scale(1);
	transition: transform 500ms;
}

.acms-zoom-out:hover {
	-ms-transform: scale(.8);
	transform: scale(.8);
	will-change: opacity, transform;
}

.acms-zoom-out-show {
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0;
	transition: opacity 500ms, transform 500ms;
}

.active .acms-zoom-out-show,
.acms-zoom-out-show.active {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	will-change: opacity, transform;
}

/* JSが読み込めない環境のとき */
.no-js .acms-zoom-in-show,
.no-js .acms-zoom-out-show {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* ポップアップ */
.acms-popup-top-child .acms-popup-child {
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
	transition: transform 500ms;
}

.acms-popup-top-child:hover .acms-popup-child {
	-ms-transform: translateX(0px) translateY(-5px);
	transform: translateX(0px) translateY(-5px);
	transition: transform 300ms;
	will-change: transform;
}

.acms-popup-top {
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
	transition: transform 500ms;
}

.acms-popup-top:hover {
	-ms-transform: translateX(0px) translateY(-5px);
	transform: translateX(0px) translateY(-5px);
	transition: transform 300ms;
	will-change: transform;
}

.acms-popup-right-child .acms-popup-child {
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
	transition: transform 500ms;
}

.acms-popup-right-child:hover .acms-popup-child {
	-ms-transform: translateX(5px) translateY(0px);
	transform: translateX(5px) translateY(0px);
	transition: transform 300ms;
	will-change: transform;
}

.acms-popup-right {
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
	transition: transform 500ms;
}

.acms-popup-right:hover {
	-ms-transform: translateX(5px) translateY(0px);
	transform: translateX(5px) translateY(0px);
	transition: transform 300ms;
	will-change: transform;
}

.acms-popup-bottom-child .acms-popup-child {
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
	transition: transform 500ms;
}

.acms-popup-bottom-child:hover .acms-popup-child {
	-ms-transform: translateX(0px) translateY(5px);
	transform: translateX(0px) translateY(5px);
	transition: transform 300ms;
	will-change: transform;
}

.acms-popup-bottom {
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
	transition: transform 500ms;
}

.acms-popup-bottom:hover {
	-ms-transform: translateX(0px) translateY(5px);
	transform: translateX(0px) translateY(5px);
	transition: transform 300ms;
	will-change: transform;
}

.acms-popup-left-child .acms-popup-child {
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
	transition: transform 500ms;
}

.acms-popup-left-child:hover .acms-popup-child {
	-ms-transform: translateX(-5px) translateY(0px);
	transform: translateX(-5px) translateY(0px);
	transition: transform 300ms;
	will-change: transform;
}

.acms-popup-left {
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
	transition: transform 500ms;
}

.acms-popup-left:hover {
	-ms-transform: translateX(-5px) translateY(0px);
	transform: translateX(-5px) translateY(0px);
	transition: transform 300ms;
	will-change: transform;
}

/* 左から */
.acms-delay:nth-child(1),
.acms-delay-first {
	transition-delay: .1s;
}

.acms-delay:nth-child(2),
.acms-delay-second {
	transition-delay: .25s;
}

.acms-delay:nth-child(3),
.acms-delay-third {
	transition-delay: .3s;
}

.acms-delay:nth-child(4),
.acms-delay-fourth {
	transition-delay: .45s;
}

/* 右（反対方向）から */
.acms-delay-reverse:nth-child(4),
.acms-delay-reverse-fourth {
	transition-delay: .1s;
}

.acms-delay-reverse:nth-child(3),
.acms-delay-reverse-third {
	transition-delay: .25s;
}

.acms-delay-reverse:nth-child(2),
.acms-delay-reverse-second {
	transition-delay: .3s;
}

.acms-delay-reverse:nth-child(1),
.acms-delay-reverse-first {
	transition-delay: .45s;
}

/* JSが読み込めない環境のとき */
.no-js .acms-slide-top,
.no-js .acms-slide-left,
.no-js .acms-slide-bottom,
.no-js .acms-slide-right {
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
	opacity: 1;
}

.no-js .acms-zoom-in-show,
.no-js .acms-zoom-out-show {
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* ------------------------------
 ユーティリティ
------------------------------- */
.clearHidden {
	display: block;
	clear: both;
	height: 0;
	margin: 0;
	border: none;
	visibility: hidden;
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.clearfix {
	_display: inline-table;
	zoom: 1;
}

.acms-float-right {
	float: right;
}

.acms-float-left {
	float: left;
}

.acms-clear {
	clear: both;
}

.acms-text-center {
	text-align: center;
}

.acms-text-right {
	text-align: right;
}

.acms-text-left {
	text-align: left;
}

.acms-text-nowrap {
	white-space: nowrap;
}

.acms-align-top {
	vertical-align: top;
}

.acms-align-middle {
	vertical-align: middle;
}

.acms-align-bottom {
	vertical-align: bottom;
}

.acms-text-primary {
	color: #004CC5;
}

.acms-text-info {
	color: #4B4B4B;
}

.acms-text-success {
	color: #618E00;
}

.acms-text-warning {
	color: #C57300;
}

.acms-text-danger {
	color: #C5001D;
}

.acms-cell-text-center {
	text-align: center !important;
}

.acms-cell-text-right {
	text-align: right !important;
}

.acms-cell-text-left {
	text-align: left !important;
}

.acms-cell-text-nowrap {
	white-space: nowrap !important;
}

.acms-cell-text-bold {
	font-weight: bold !important;
}

.acms-cell-text-top {
	vertical-align: top !important;
}

.acms-cell-text-middle {
	vertical-align: middle !important;
}

.acms-cell-text-bottom {
	vertical-align: bottom !important;
}

.acms-round {
	border-radius: 10%;
}

.acms-circle {
	border-radius: 50%;
}

.acms-icon-bg {
	padding: 8px;
	font-size: 18px;
	color: #FFF;
	background-color: #999;
}

.acms-icon-bg-info {
	background-color: #7096CD;
}

.acms-icon-bg-success {
	background-color: #4AC0A4;
}

.acms-icon-bg-warning {
	background-color: #CDB770;
}

.acms-icon-bg-danger {
	background-color: #CD7086;
}

.acms-icon-bg>[class*="acms-icon-"] {
	vertical-align: baseline;
}

.acms-padding-none {
	padding: 0 !important;
}

.acms-padding-mini {
	padding: 5px !important;
}

.acms-padding-small {
	padding: 10px !important;
}

.acms-padding-medium {
	padding: 15px !important;
}

.acms-padding-large {
	padding: 20px !important;
}

.acms-margin-none {
	margin: 0 !important;
}

.acms-margin-top-mini {
	margin-top: 5px !important;
}

.acms-margin-top-small {
	margin-top: 10px !important;
}

.acms-margin-top-medium {
	margin-top: 20px !important;
}

.acms-margin-top-large {
	margin-top: 30px !important;
}

.acms-margin-right-mini {
	margin-right: 5px !important;
}

.acms-margin-right-small {
	margin-right: 10px !important;
}

.acms-margin-right-medium {
	margin-right: 20px !important;
}

.acms-margin-right-large {
	margin-right: 30px !important;
}

.acms-margin-bottom-mini {
	margin-bottom: 5px !important;
}

.acms-margin-bottom-small {
	margin-bottom: 10px !important;
}

.acms-margin-bottom-medium {
	margin-bottom: 20px !important;
}

.acms-margin-bottom-large {
	margin-bottom: 30px !important;
}

.acms-margin-left-mini {
	margin-left: 5px !important;
}

.acms-margin-left-small {
	margin-left: 10px !important;
}

.acms-margin-left-medium {
	margin-left: 20px !important;
}

.acms-margin-left-large {
	margin-left: 30px !important;
}

.acms-inline-space {
	display: inline;
	margin-right: 10px;
}

.acms-inline-space-left {
	display: inline;
	margin-left: 10px;
}

@media (max-width: 767px) {
	.acms-clear-sp {
		clear: both;
	}

	.acms-float-none-sp {
		float: none;
	}

	.acms-width-sp {
		width: 100% !important;
	}

	.acms-width-auto-sp {
		width: auto !important;
	}

	.acms-margin-sp {
		margin-bottom: 10px !important;
		margin-left: 10px !important;
	}

	.acms-margin-top-bottom-sp {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.acms-margin-top-bottom-small-sp {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}

	.acms-margin-bottom-sp {
		margin-bottom: 10px !important;
	}

	.acms-border-top-sp {
		border-top: 1px solid #DDD !important;
	}

	.acms-border-bottom-sp {
		border-bottom: 1px solid #DDD !important;
	}

	.acms-table-admin-edit .acms-border-bottom-sp {
		border-bottom: 1px solid #DDD !important;
	}

	.acms-title-sp {
		font-size: 16px !important;
	}

	.acms-form textarea,
	.acms-form input[type="text"] {
		width: 100%;
	}
}

.acms-img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.acms-width-max {
	width: 100% !important;
}

.acms-height-max {
	height: 100% !important;
}

.acms-width-height-max,
.acms-width-height-max html,
.acms-width-height-max body {
	width: 100%;
	height: 100%;
}

.acms-block {
	display: block !important;
}

.acms-inline {
	display: inline !important;
}

.acms-inline-block {
	display: inline-block !important;
}

.acms-table-cell {
	display: table-cell !important;
}

.acms-hide {
	display: none !important;
}

@media (max-width: 767px) {
	.acms-show-sp {
		display: block !important;
	}

	.acms-show-inline-sp {
		display: inline !important;
	}

	.acms-hide-sp {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.acms-show-tablet {
		display: block !important;
	}

	.acms-hide-tablet {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.acms-show-pc {
		display: block !important;
	}

	.acms-hide-pc {
		display: none !important;
	}
}

@media (max-width: 575px) {
	.acms-block-xs {
		display: block !important;
	}

	.acms-inline-xs {
		display: inline !important;
	}

	.acms-inline-block-xs {
		display: inline-block !important;
	}

	.acms-table-cell-xs {
		display: table-cell !important;
	}

	.acms-hide-xs {
		display: none !important;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.acms-block-sm {
		display: block !important;
	}

	.acms-inline-sm {
		display: inline !important;
	}

	.acms-inline-block-sm {
		display: inline-block !important;
	}

	.acms-table-cell-sm {
		display: table-cell !important;
	}

	.acms-hide-sm {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.acms-block-md {
		display: block !important;
	}

	.acms-inline-md {
		display: inline !important;
	}

	.acms-inline-block-md {
		display: inline-block !important;
	}

	.acms-table-cell-md {
		display: table-cell !important;
	}

	.acms-hide-md {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.acms-block-lg {
		display: block !important;
	}

	.acms-inline-lg {
		display: inline !important;
	}

	.acms-inline-block-lg {
		display: inline-block !important;
	}

	.acms-table-cell-lg {
		display: table-cell !important;
	}

	.acms-hide-lg {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.acms-block-xl {
		display: block !important;
	}

	.acms-inline-xl {
		display: inline !important;
	}

	.acms-inline-block-xl {
		display: inline-block !important;
	}

	.acms-table-cell-xl {
		display: table-cell !important;
	}

	.acms-hide-xl {
		display: none !important;
	}
}

.acms-hide-visually {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

@media (max-width: 575px) {
	.acms-hide-visually-xs {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		border: 0;
		clip: rect(0 0 0 0);
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.acms-hide-visually-sm {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		border: 0;
		clip: rect(0 0 0 0);
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.acms-hide-visually-md {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		border: 0;
		clip: rect(0 0 0 0);
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.acms-hide-visually-lg {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		border: 0;
		clip: rect(0 0 0 0);
	}
}

@media (min-width: 1200px) {
	.acms-hide-visually-xl {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		border: 0;
		clip: rect(0 0 0 0);
	}
}

@media print {
	.acms-print-block {
		display: block !important;
	}

	.acms-print-inline {
		display: inline !important;
	}

	.acms-print-inline-block {
		display: inline-block !important;
	}

	.acms-print-hide {
		display: none !important;
	}
}

/**
 * Base
 */
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
	overflow: hidden;
}

.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
}

.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	transition: all .3s ease-in-out;
}

.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
	border: none;
	background: transparent;
	padding: 0;
	-webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}

.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top;
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1000px;
	border-radius: 0;
	background: #FFF;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
	cursor: auto;
}

.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
}

.modaal-close {
	position: fixed;
	right: 20px;
	top: 20px;
	color: #FFF;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border-radius: 100%;
	transition: all .2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
	background: #FFF;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #B93D0C;
}

.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #FFF;
	transition: background .2s ease-in-out;
}

.modaal-close:before {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-close:after {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
	background: #AFB7BC;
	right: 10px;
	top: 10px;
}

.modaal-content-container {
	padding: 30px;
}

.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent;
}

.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #FFF;
	background: #555;
	border-radius: 3px;
	transition: background .2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
	background: #2F2F2F;
}

.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2F2F2F;
}

@keyframes instaReveal {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}

.modaal-instagram .modaal-content-container>blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	box-shadow: none !important;
	animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px;
}

.modaal-image .modaal-container {
	width: auto;
	max-width: 100%;
}

.modaal-gallery-wrap {
	position: relative;
	color: #FFF;
}

.modaal-gallery-item {
	display: none;
}

.modaal-gallery-item img {
	display: block;
}

.modaal-gallery-item.is_active {
	display: block;
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #FFF;
}

.modaal-gallery-label:focus {
	outline: none;
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #FFF;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 100%;
	transition: all .2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
	outline: none;
	background: #FFF;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
	background: #AFB7BC;
}

.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #FFF;
	transition: background .2s ease-in-out;
}

.modaal-gallery-control:before {
	margin: -5px 0 0;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-control:after {
	margin: 5px 0 0;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-gallery-next-inner {
	left: 100%;
	margin-left: 40px;
}

.modaal-gallery-next-outer {
	right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
	left: 22px;
}

.modaal-gallery-prev:before {
	margin: 5px 0 0;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
	margin: -5px 0 0;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
	right: 100%;
	margin-right: 40px;
}

.modaal-gallery-prev-outer {
	left: 45px;
}

.modaal-video-wrap {
	margin: auto 50px;
	position: relative;
}

.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	background: #000;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modaal-iframe .modaal-content {
	width: 100%;
	height: 100%;
}

.modaal-iframe-elem {
	width: 100%;
	height: 100%;
	display: block;
}

@media only screen and (min-width: 1400px) {
	.modaal-video-container {
		padding-bottom: 0;
		height: 731px;
	}
}

@media only screen and (max-width: 1140px) {
	.modaal-image .modaal-inner-wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	.modaal-gallery-control {
		top: auto;
		bottom: 20px;
		-ms-transform: none;
		transform: none;
		background: rgba(0, 0, 0, .7);
	}

	.modaal-gallery-control:before,
	.modaal-gallery-control:after {
		background: #FFF;
	}

	.modaal-gallery-next {
		left: auto;
		right: 20px;
	}

	.modaal-gallery-prev {
		left: 20px;
		right: auto;
	}
}

@media screen and (max-width: 900px) {
	.modaal-instagram iframe {
		width: 500px !important;
	}
}

@media screen and (max-height: 1100px) {
	.modaal-instagram iframe {
		width: 700px !important;
	}
}

@media screen and (max-height: 1000px) {
	.modaal-inner-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.modaal-instagram iframe {
		width: 600px !important;
	}
}

@media screen and (max-height: 900px) {
	.modaal-instagram iframe {
		width: 500px !important;
	}

	.modaal-video-container {
		max-width: 900px;
		max-height: 510px;
	}
}

@media only screen and (max-width: 600px) {
	.modaal-instagram iframe {
		width: 280px !important;
	}
}

@media only screen and (max-height: 820px) {
	.modaal-gallery-label {
		display: none;
	}
}

.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	-ms-transform: scale(.25);
	transform: scale(.25);
}

@keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		transform: scale(1.5);
	}

	100% {
		opacity: .1;
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

.modaal-loading-spinner>div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
}

.modaal-loading-spinner>div>div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #FFF;
}

.modaal-loading-spinner>div:nth-of-type(1)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: 0s;
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(1) {
	-ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .12s;
}

.modaal-loading-spinner>div:nth-of-type(2) {
	-ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .25s;
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(3) {
	-ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .37s;
}

.modaal-loading-spinner>div:nth-of-type(4) {
	-ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .5s;
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(5) {
	-ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .62s;
}

.modaal-loading-spinner>div:nth-of-type(6) {
	-ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .75s;
}

.modaal-loading-spinner>div:nth-of-type(7) {
	-ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	animation-delay: .87s;
}

.modaal-loading-spinner>div:nth-of-type(8) {
	-ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.modaal-container {
	background-color: transparent;
	box-shadow: none;
}

.modaal-close {
	right: 0;
	top: 0;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .8) !important;
}

.modaal-close:hover {
	background-color: rgba(0, 0, 0, .9) !important;
}

.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #FFF;
}

.modaal-overlay {
	background: white !important;
	opacity: .6;
}

.modaal-noscroll>*:not([class*=modaal]) {
	filter: blur(5px);
}

.lookforward .c-list-event__wrap {
	background-color: rgba(245, 245, 245, .9);
}

.lookforward .js-change-bg[data-color=gray] .column-course {
	border: 10px solid transparent !important;
	background-clip: padding-box;
}

.lookforward .js-change-bg[data-color=gray] .column-white {
	border: 10px solid transparent !important;
	background-clip: padding-box;
}

.lookforward .js-change-bg[data-color=gray-light] .column-course {
	border: 10px solid transparent !important;
	background-clip: padding-box;
}

.lookforward .js-change-bg[data-color=gray-light] .column-white {
	border: 10px solid transparent !important;
	background-clip: padding-box;
}

.lookforward .p-entry-column .column-gray {
	border: 10px solid transparent !important;
	background-clip: padding-box;
}

.lookforward-close-btn {
	top: 0;
	right: 0;
	left: auto;
	width: 60px;
	height: 60px;
	background-color: #000;
	background-image: none !important;
	border-radius: 0;
	border: none;
}

.lookforward-close-btn:before,
.lookforward-close-btn:after {
	width: 25px;
	height: 1px;
	background-color: #FFF;
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 20px;
}

.lookforward-close-btn:before {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.lookforward-close-btn:after {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.lookforward-cooperation .lookforward-body {
	background-color: rgba(255, 255, 255, .7);
}

.lookforward-cooperation .p-entry-header {
	background-color: transparent;
}

.lookforward-footer {
	background-color: rgba(255, 255, 255, .7);
	padding: 50px;
	text-align: center;
}

.lookforward-footer-close-btn {
	background-color: #000;
	color: #FFF;
	padding: 10px 20px 10px 50px;
	line-height: 1;
	position: relative;
	font-size: 16px;
	border: none;
}

.lookforward-footer-close-btn:before,
.lookforward-footer-close-btn:after {
	width: 1px;
	height: 20px;
	background-color: #FFF;
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 20px;
}

.lookforward-footer-close-btn:before {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.lookforward-footer-close-btn:after {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.lookforward-noscroll>*:not([class*=lookforward]):not([id]) {
	filter: blur(5px);
}

.lookforward-noscroll .c-scrollup {
	opacity: 0 !important;
}

.lookforward .p-entry-popup-img {
	background-color: rgba(255, 255, 255, .8);
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: "FontAwesome";
	src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: .14286em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #EEE;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #FFF;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before,
.fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before,
.fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before,
.fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before,
.fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before,
.fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before,
.fa-users:before {
	content: "";
}

.fa-chain:before,
.fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before,
.fa-scissors:before {
	content: "";
}

.fa-copy:before,
.fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before,
.fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before,
.fa-sort:before {
	content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "";
}

.fa-legal:before,
.fa-gavel:before {
	content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before,
.fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before,
.fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before,
.fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before,
.fa-usd:before {
	content: "";
}

.fa-rupee:before,
.fa-inr:before {
	content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "";
}

.fa-won:before,
.fa-krw:before {
	content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before,
.fa-car:before {
	content: "";
}

.fa-cab:before,
.fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "";
}

.fa-ge:before,
.fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before,
.fa-weixin:before {
	content: "";
}

.fa-send:before,
.fa-paper-plane:before {
	content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before,
.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before,
.fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before,
.fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before,
.fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before,
.fa-address-card:before {
	content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?v=");
	src: url("../fonts/icomoon.eot?#iefix&v=") format("embedded-opentype"), url("../fonts/icomoon.woff?v=") format("woff"), url("../fonts/icomoon.ttf?v=") format("truetype"), url("../fonts/icomoon.svg?v=") format("svg");
	font-weight: normal;
	font-style: normal;
}

.ico {
	font-family: "icomoon";
	display: inline-block;
	font: normal normal normal 16px/1 icomoon;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.ico-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%;
}

.ico-2x {
	font-size: 2em;
}

.ico-3x {
	font-size: 3em;
}

.ico-4x {
	font-size: 4em;
}

.ico-5x {
	font-size: 5em;
}

.ico-fw {
	width: 1.28571em;
	text-align: center;
}

.ico-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}

.ico-ul>li {
	position: relative;
}

.ico-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: .14286em;
	text-align: center;
}

.ico-li.ico-lg {
	left: -1.85714em;
}

.ico-border {
	padding: .2em .25em .15em;
	border: solid .08em #EEE;
	border-radius: .1em;
}

.ico-pull-left {
	float: left;
}

.ico-pull-right {
	float: right;
}

.ico.ico-pull-left {
	margin-right: .3em;
}

.ico.ico-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.ico.pull-left {
	margin-right: .3em;
}

.ico.pull-right {
	margin-left: .3em;
}

.ico-spin {
	animation: icon-spin 2s infinite linear;
}

.ico-pulse {
	animation: icon-spin 1s infinite steps(8);
}

@keyframes icon-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(359deg);
	}
}

.ico-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.ico-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ico-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.ico-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.ico-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .ico-rotate-90,
:root .ico-rotate-180,
:root .ico-rotate-270,
:root .ico-flip-horizontal,
:root .ico-flip-vertical {
	filter: none;
}

.ico-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.ico-stack-1x,
.ico-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.ico-stack-1x {
	line-height: inherit;
}

.ico-stack-2x {
	font-size: 2em;
}

.ico-inverse {
	color: #FFF;
}

.ico-animation:before {
	content: "";
}

.ico-comic:before {
	content: "";
}

.ico-fashion:before {
	content: "";
}

.ico-gamecg:before {
	content: "";
}

.ico-interior:before {
	content: "";
}

.ico-illustration:before {
	content: "";
}

.ico-molding:before {
	content: "";
}

.ico-request:before {
	content: "";
}

.ico-tel:before {
	content: "";
}

.ico-trial:before {
	content: "";
}

.ico-graphic:before {
	content: "";
}

.ico-illustration:before {
	content: "";
}

.ico-arrow-right:before {
	content: "";
}

.ico-arrow-circle:before {
	content: "";
}

.ico-arrow-right-thin:before {
	content: "";
}

.ico-kenkyu:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

/* ------------------------------
　　ベース
------------------------------ */
html {
	height: 100%;
}

body {
	overflow-x: hidden;
	margin: 0;
	color: #535353;
	font-family: "NewRodinProN-M", "NewRodinPro-M", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
}

body.theme-black {
	background: #2E2E2E;
}

/* リンクの設定 */
a {
	border: none;
	color: #006DD9;
	text-decoration: none;
}

a:visited {
	color: #7F5AD7;
	text-decoration: none;
}

a:active {
	color: #006DD9;
	text-decoration: none;
}

a:hover {
	color: #006DD9;
	text-decoration: underline;
}

.js-change-bg {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 30px 0;
}

.js-change-bg[data-color=white] {
	background-color: #FFF;
}

.js-change-bg[data-color=gray] {
	background-color: #E4E4E4;
}

.js-change-bg[data-color=gray-light] {
	background-color: #FAFAFA;
}

.js-change-bg .acms-admin-clear {
	clear: none;
}

@media screen and (max-width: 767px) {
	.js-change-bg {
		padding: 20px 0;
	}
}

.lookforward {
	background-color: transparent !important;
}

.lookforward .js-change-bg[data-color=white] {
	background-color: rgba(255, 255, 255, .9);
}

.lookforward .js-change-bg[data-color=gray] {
	background-color: rgba(228, 228, 228, .9);
}

.lookforward .js-change-bg[data-color=gray-light] {
	background-color: rgba(250, 250, 250, .9);
}

/* コンテナー */
.c-container {
	max-width: 1040px;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}

​ .c-container-md {
	max-width: 960px;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}

​ .c-container-sm {
	max-width: 750px;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}

.c-narrow-container {
	margin: 0 auto;
	max-width: 960px;
	padding-left: 10px;
	padding-right: 10px;
}

.c-narrow-container-md {
	margin: 0 auto;
	max-width: 750px;
	padding-left: 10px;
	padding-right: 10px;
}

@media (max-width: 1170px) {
	.sp-container .sp-container {
		padding: 0;
	}

	.sp-container .acms-container .sp-container {
		padding: 0;
	}
}

.br::before {
	content: "\A";
	white-space: pre;
}

.br-sp {
	height: 0;
}

@media screen and (max-width: 767px) {
	.br-sp::before {
		content: "\A";
		white-space: pre;
	}
}

.font-load {
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/* ------------------------------
　　編集ページ
------------------------------ */
.field-title {
	padding: 0 10px;
}

.field-title:first-child {
	margin: 0 0 10px 0;
}

/* ------------------------------
　　アニメーション
------------------------------ */
/* 　フェードイン
------------------------------ */
@keyframes fade-in {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* 　ズーム
------------------------------ */
@keyframes scale-up {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.03);
	}

	100% {
		transform: scale(1);
	}
}

/* 　下に移動
------------------------------ */
@keyframes fade-in-down {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0;
		transform: translate(0, -10px);
	}

	100% {
		opacity: 1;
		transform: translate(0);
	}
}

/**
 * Layout
 */
/* ------------------------------
　　ヘッダー
------------------------------ */
.theme-black .p-header {
	background: none;
}

.p-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 10px;
	height: 60px;
	background: #F5F5F5;
}

.p-header-logo {
	position: fixed;
	z-index: 49;
	top: 0;
	left: 0;
	height: 60px;
}

.p-header-logo::before {
	position: absolute;
	z-index: -1;
	display: block;
	width: 52%;
	height: 60px;
	background: rgba(255, 255, 255, .85);
	/*-ms-transform: skewY(-45deg);
		transform: skewY(-45deg);*/
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	content: "";
}

.p-header-logo__title {
	padding: 5px 10px 0 5px;
	margin: 0 auto;
}

.p-header-logo__img {
	width: 52%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.p-header {
		margin-bottom: 40px;
		height: 100px;
	}

	.p-header-logo {
		height: 100px;
	}

	.p-header-logo::before {
		width: 82%;
		height: 100px;
	}

	.p-header-logo__title {
		margin: 0;
		padding: 5px;
	}

	.p-header-logo__img {
		width: 80%;
		margin: 0 auto;
	}
}

/*  ヘッダーナビゲーション
------------------------------ */
.p-header-nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 51;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0 -.5px;
	padding: 0;
}

.p-header-nav__wrap {
	position: fixed;
	z-index: 51;
	top: 0;
	right: 10px;
}

.p-header-nav__item {
	padding: 0 .5px;
}

.p-header-nav__link {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 60px;
	height: 60px;
	padding: 10px 6px;
	box-sizing: border-box;
	background: rgba(46, 46, 46, .8);
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}

.p-header-nav__link:hover,
.p-header-nav__link:visited,
.p-header-nav__link:focus,
.p-header-nav__link:active {
	color: #FFF;
	text-decoration: none;
}

.p-header-nav__link .ico {
	padding-bottom: 5px;
	font-size: 26px;
}

.p-header-nav__link::after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	content: "";
	border-top: 22px solid transparent;
	border-right: 22px solid #FFF;
	opacity: .2;
}

.p-header-nav__menu,
.p-header-nav__menu span {
	display: inline-block;
	box-sizing: border-box;
	transition: transform .2s ease-out, opacity .2s ease-out;
}

.p-header-nav__menu {
	position: relative;
	width: 20px;
	height: 16px;
	margin-top: 5px;
	margin-bottom: 8px;
}

.p-header-nav__menu span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;
}

.p-header-nav__menu span:nth-of-type(1) {
	top: 0;
}

.p-header-nav__menu span:nth-of-type(2) {
	top: 7px;
}

.p-header-nav__menu span:nth-of-type(3) {
	bottom: -5px;
}

@media screen and (min-width: 768px) {
	.p-header-nav {
		z-index: 2;
	}

	.p-header-nav__link {
		width: 100px;
		height: 100px;
		font-size: 18px;
	}

	.p-header-nav__link .ico {
		font-size: 40px;
	}

	.p-header-nav__menu {
		width: 36px;
		height: 29px;
	}

	.p-header-nav__menu span {
		height: 3px;
	}

	.p-header-nav__menu span:nth-of-type(2) {
		top: 13px;
	}

	.p-header-nav__menu span:nth-of-type(3) {
		bottom: 0;
	}
}

/* ------------------------------
　　フッター
------------------------------ */
.p-footer__body {
	padding: 20px 0 0;
	background: #535353;
	color: #FFF;
}

.p-footer__body-bottom {
	padding: 20px 0;
	background: #535353;
	color: #FFF;
}

.p-footer__body-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-footer__logo-wrap {
	-ms-flex-order: 2;
	order: 2;
	margin-bottom: 10px;
}

.p-footer__contact {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 20px;
	margin-left: -10px;
}

.p-footer__address {
	font-size: 12px;
}

.p-footer__tel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
	font-size: 24px;
}

.p-footer__tel span:first-child {
	font-size: 16px;
}

.p-footer__tel a {
	color: #FFF;
	text-decoration: none;
}

.p-footer__tel a:hover,
.p-footer__tel a:visited,
.p-footer__tel a:active,
.p-footer__tel a:focus {
	color: #FFF;
	text-decoration: none;
}

.p-footer__tel-icon {
	padding-right: 9px;
	font-size: 60px;
}

.p-footer__copyright {
	margin: 0;
	font-size: 10px;
	text-align: center;
}

.p-footer-nav {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.p-footer-nav__heading {
	margin: 0 0 15px;
	font-size: 16px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-footer-nav__item {
	padding-bottom: 10px;
	font-size: 14px;
}

.p-footer-nav__item::before {
	font-family: "icomoon";
	font: normal normal normal 16px/1 icomoon;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	padding-right: 6px;
	content: "";
}

.p-footer-nav__link {
	color: #FFF;
	text-decoration: none;
}

.p-footer-nav__link:visited,
.p-footer-nav__link:link {
	color: #FFF;
	text-decoration: none;
}

.p-footer-nav__link:hover {
	color: #FFF;
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.p-footer__body:first-child {
		border-bottom: 1px solid #FFF;
	}

	.p-footer__body-bottom {
		padding: 10px 0;
	}

	.p-footer__body-inner {
		-ms-flex-direction: inherit;
		flex-direction: inherit;
	}

	.p-footer__logo-wrap {
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 0;
	}

	.p-footer__contact {
		margin-top: -20px;
		margin-bottom: 0;
		margin-left: 0;
		-ms-flex-order: 2;
		order: 2;
	}

	.p-footer__tel {
		font-size: 30px;
	}

	.p-footer__tel span:first-child {
		font-size: 18px;
	}

	.p-footer__address {
		font-size: 16px;
	}

	.p-footer__copyright {
		font-size: 13px;
		text-align: left;
	}
}

/* Slider */
.slick-loading .slick-list {
	background: #FFF url("../images/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("../fonts/slick/slick.eot");
	src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	line-height: 1;
	opacity: 1;
	background-size: contain;
}

.slick-prev {
	left: 25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: 25px;
}

.slick-prev:before {
	background-image: url(../images/common/arrow-circle-left.svg);
}

.slick-next {
	right: 25px;
}

[dir="rtl"] .slick-next {
	left: 25px;
	right: auto;
}

.slick-next:before {
	background-image: url(../images/common/arrow-circle-right.svg);
}

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

	.slick-prev,
	.slick-next {
		height: 47px;
		width: 47px;
	}

	.slick-prev:before,
	.slick-next:before {
		width: 47px;
		height: 47px;
	}
}

.slick-prev-large,
.slick-next-large {
	width: 40px;
	height: 40px;
	margin: 0 10px;
	border-radius: 50%;
}

.slick-prev-large:before,
.slick-next-large:before {
	width: 20px;
	height: 40px;
	margin: auto;
	background: no-repeat;
	background-size: cover;
}

.slick-prev-large:hover,
.slick-prev-large:focus,
.slick-next-large:hover,
.slick-next-large:focus {
	background: none;
}

.slick-prev-large {
	left: 20px;
}

.slick-prev-large:before {
	background-image: url(../images/common/arrow-left.svg);
}

.slick-next-large {
	right: 20px;
}

.slick-next-large:before {
	background-image: url(../images/common/arrow-right.svg);
}

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

	.slick-prev-large,
	.slick-next-large {
		width: 70px;
		height: 100%;
		margin: 0;
		border-radius: 0;
	}

	.slick-prev-large:before,
	.slick-next-large:before {
		width: 34px;
		height: 68px;
	}
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
	.slick-dotted.slick-slider {
		margin-bottom: 50px;
	}
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 12px;
	width: 12px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 12px;
	width: 12px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 12px;
	height: 12px;
	font-family: "slick";
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: black;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 1;
}

/**
 * Component
 */
.c-splash-matteita {
	position: absolute;
	z-index: 502;
	top: 45%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
	-ms-transform: rotate -10deg;
	transform: rotate -10deg;
}

.c-splash-text {
	position: fixed;
	z-index: 504;
	bottom: 40%;
	right: 3%;
	width: 120px;
	height: auto;
	opacity: 0;
	transition: opacity 1s ease;
	z-index: 501;
}

.c-splash-text.active {
	opacity: 1;
}

.c-splash-matteita img {
	height: 40px;
	width: auto;
}

.c-splash-matteita img.active {
	opacity: 1;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition: opacity .3s ease;
}

.c-splash-matteita img:nth-child(1) {
	opacity: 0;
	transition: opacity .3s ease, transform .3s ease;
}

.c-splash-matteita img:nth-child(2) {
	opacity: 0;
	transition: opacity .3s ease .1s, transform .3s ease .1s;
}

.c-splash-matteita img:nth-child(3) {
	opacity: 0;
	transition: opacity .3s ease .25s, transform .3s ease .25s;
}

.c-splash-matteita img:nth-child(4) {
	opacity: 0;
	transition: opacity .3s ease .5s, transform .3s ease .35s;
}

.c-splash-matteita img:nth-child(5) {
	opacity: 0;
	transition: opacity .3s ease .65s, transform .3s ease .5s;
}

.c-splash-matteita img:nth-child(6) {
	opacity: 0;
	transition: opacity .3s ease .7s, transform .3s ease .65s;
}

.c-splash-matteita img:nth-child(7) {
	opacity: 0;
	transition: opacity .3s ease .85s, transform .3s ease .8s;
}

.c-splash-matteita img:nth-child(8) {
	opacity: 0;
	transition: opacity .3s ease 1s, transform .3s ease .95s;
}

.c-splash-matteita img:nth-child(9) {
	opacity: 0;
	transition: opacity .3s ease 1.15s, transform .3s ease 1.1s;
}

.c-splash-matteita img:nth-child(10) {
	opacity: 0;
	transition: opacity .3s ease 1.3s;
}

.c-splash-matteita img.active {
	opacity: 1;
}

.c-splash-matteita img.hide {
	transition: opacity 1s;
	opacity: 0;
}

.c-splash-matteita-wrap {
	overflow: hidden;
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: background-color 1s ease;
	background-color: #43A1FF;
}

.c-splash-matteita-bg-2 {
	position: absolute;
	z-index: 501;
	left: 0;
	bottom: -15%;
	width: 100%;
	height: 80%;
	background-image: url(/themes/ndg/include/top/background-sp.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom left;
	transition: background 1s ease;
}

.c-splash-matteita-wrap.hide {
	background-color: transparent;
}

.c-splash-matteita-bg-2.hide {
	background: none;
}

.c-splash-character {
	position: absolute;
	z-index: 503;
	bottom: 0;
	right: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: right 0 bottom 0;
	background-repeat: no-repeat;
	/* margin-left: -10%; */
	/* transform: translateY(30px); */
	transition: opacity 1s ease, transform 1s ease;
}

.c-splash-character-wrap {
	text-align: center;
}

.c-splash-character.active {
	opacity: 1;
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.c-splash-character.hide {
	opacity: 0;
}

@media screen and (min-width: 992px) {
	.c-splash-matteita-bg-2 {
		height: 70%;
		bottom: 0;
		left: 0;
		background-image: url(/themes/ndg/include/top/background.svg);
		right: inherit;
	}

	.c-splash-text {
		right: 3%;
		bottom: 40%;
		width: 130px;
	}

	.c-splash-matteita img {
		height: 60px;
	}

	.c-splash-character {
		background-size: 100vh;
		background-position: right 50% bottom 0;
	}
}

/* ------------------------------
　　バナー
------------------------------ */
.c-banner-list {
	list-style: none;
	margin: 0 -5px;
	padding: 0;
}

.c-banner-list.-bg .c-banner-list__link {
	background: #FFF;
}

.c-banner-list.-bg .c-banner-list__img {
	margin: 0 auto;
}

.c-banner-list__item {
	padding: 0 5px 10px;
}

.c-banner-list__link {
	display: block;
}

@media screen and (min-width: 768px) {
	.c-banner-list {
		margin: 0 -10px;
	}

	.c-banner-list__item {
		padding: 0 10px 15px;
	}
}

/* ------------------------------
　　ボタン
------------------------------ */
/* 　通常のボタン
------------------------------ */
.c-btn {
	display: block;
	padding: 10px 30px;
	color: #333;
	line-height: 1.2;
	font-size: 16px;
	text-align: center;
	border: 1px solid #333;
	background: #FFF;
	overflow: hidden;
	transition: background-color .3s;
}

.c-btn:hover,
.c-btn:visited,
.c-btn:active,
.c-btn:focus {
	color: #333;
	text-decoration: none;
}

.c-btn:hover {
	background: #EEE;
}

.c-btn-black {
	margin: 0;
	font-size: 16px;
	text-align: center;
}

.c-btn-black a {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 100%;
	margin: 0 10px 10px;
	padding: 10px 52px 10px 16px;
	background: #2C2C2C;
	color: #FFF;
	font-size: 16px;
	line-height: 1.2;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-align: left;
}

.c-btn-black a:hover,
.c-btn-black a:visited,
.c-btn-black a:active,
.c-btn-black a:focus {
	color: #FFF;
	text-decoration: none;
}

.c-btn-black a::before {
	padding-right: 40px;
	font-size: 18px;
	font-family: "icomoon";
	font: normal normal normal 16px/1 icomoon;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
}

/* ------------------------------
　　フォーム
------------------------------ */
/* ステップ
------------------------------ */
.c-form-step {
	display: table;
	list-style: none;
	width: 100%;
	margin: 10px 0;
	padding: 0 20px;
	box-sizing: border-box;
}

.c-form-step-item {
	position: relative;
	display: table-cell;
	width: 33.33333%;
	height: 50px;
	margin: 0 0 2px 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	color: #666;
	vertical-align: middle;
	background: #F2F0F0;
	box-sizing: border-box;
}

.c-form-step-item:before,
.c-form-step-item:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -28px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #FFF;
}

.c-form-step-item:before {
	margin-top: -28px;
	border-width: 28px 0 28px 18px;
	border-left-color: #FFF;
}

.c-form-step-item:after {
	margin-top: -25px;
	border-width: 25px 0 25px 15px;
	border-left-color: #F2F0F0;
}

.c-form-step-item:first-child {
	padding: 0 0 0 5px;
}

.c-form-step-item:first-child:before,
.c-form-step-item:first-child:after {
	display: none;
}

.c-form-step-item.-active {
	color: #FFF;
	background: #666;
}

.c-form-step-item.-active+.c-form-step-item:after {
	border-left-color: #666;
}

.c-form-step-num {
	margin: 0 10px 0 0;
	font-size: 18px;
	vertical-align: middle;
}

.c-form-step-inner {
	vertical-align: middle;
}

@media screen and (min-width: 576px) {
	.c-form-step {
		margin: 30px 0;
	}

	.c-form-step-item {
		margin: 0;
		padding: 0 0 0 35px;
		font-size: 16px;
	}

	.c-form-step-item:first-child {
		padding: 0 0 0 20px;
	}

	.c-form-step-num {
		margin: 0 20px 0 0;
		font-size: 24px;
	}
}

/* フォーム要素
------------------------------ */
.c-form input[type=date],
.c-form input[type=datetime-local],
.c-form input[type=datetime],
.c-form input[type=email],
.c-form input[type=month],
.c-form input[type=number],
.c-form input[type=password],
.c-form input[type=search],
.c-form input[type=tel],
.c-form input[type=text],
.c-form input[type=time],
.c-form input[type=url],
.c-form input[type=week],
.c-form textarea {
	padding: 7px 10px;
	font-size: 16px;
	/* IE */
	/* Edge */
}

.c-form input[type=date]:-ms-input-placeholder,
.c-form input[type=datetime-local]:-ms-input-placeholder,
.c-form input[type=datetime]:-ms-input-placeholder,
.c-form input[type=email]:-ms-input-placeholder,
.c-form input[type=month]:-ms-input-placeholder,
.c-form input[type=number]:-ms-input-placeholder,
.c-form input[type=password]:-ms-input-placeholder,
.c-form input[type=search]:-ms-input-placeholder,
.c-form input[type=tel]:-ms-input-placeholder,
.c-form input[type=text]:-ms-input-placeholder,
.c-form input[type=time]:-ms-input-placeholder,
.c-form input[type=url]:-ms-input-placeholder,
.c-form input[type=week]:-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder {
	color: #888;
}

.c-form input[type=date]::placeholder,
.c-form input[type=datetime-local]::placeholder,
.c-form input[type=datetime]::placeholder,
.c-form input[type=email]::placeholder,
.c-form input[type=month]::placeholder,
.c-form input[type=number]::placeholder,
.c-form input[type=password]::placeholder,
.c-form input[type=search]::placeholder,
.c-form input[type=tel]::placeholder,
.c-form input[type=text]::placeholder,
.c-form input[type=time]::placeholder,
.c-form input[type=url]::placeholder,
.c-form input[type=week]::placeholder,
.c-form textarea::placeholder {
	color: #888;
}

.c-form input[type=date]:-ms-input-placeholder,
.c-form input[type=datetime-local]:-ms-input-placeholder,
.c-form input[type=datetime]:-ms-input-placeholder,
.c-form input[type=email]:-ms-input-placeholder,
.c-form input[type=month]:-ms-input-placeholder,
.c-form input[type=number]:-ms-input-placeholder,
.c-form input[type=password]:-ms-input-placeholder,
.c-form input[type=search]:-ms-input-placeholder,
.c-form input[type=tel]:-ms-input-placeholder,
.c-form input[type=text]:-ms-input-placeholder,
.c-form input[type=time]:-ms-input-placeholder,
.c-form input[type=url]:-ms-input-placeholder,
.c-form input[type=week]:-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder {
	color: #888;
}

.c-form input[type=date]::-ms-input-placeholder,
.c-form input[type=datetime-local]::-ms-input-placeholder,
.c-form input[type=datetime]::-ms-input-placeholder,
.c-form input[type=email]::-ms-input-placeholder,
.c-form input[type=month]::-ms-input-placeholder,
.c-form input[type=number]::-ms-input-placeholder,
.c-form input[type=password]::-ms-input-placeholder,
.c-form input[type=search]::-ms-input-placeholder,
.c-form input[type=tel]::-ms-input-placeholder,
.c-form input[type=text]::-ms-input-placeholder,
.c-form input[type=time]::-ms-input-placeholder,
.c-form input[type=url]::-ms-input-placeholder,
.c-form input[type=week]::-ms-input-placeholder,
.c-form textarea::-ms-input-placeholder {
	color: #888;
}

.c-form select {
	padding: 7px 30px 7px 10px;
	font-size: 14px;
}

.c-form select[required]:required {
	border: 1px solid #C49511;
}

.c-form select.focused:invalid {
	border: 1px solid #C41134;
}

.c-form select[required]:valid {
	border: 1px solid #A7A7AA;
}

.c-form input[required]:required,
.c-form textarea[required]:required {
	background: #FFFDEB;
}

.c-form input.focused:invalid,
.c-form textarea.focused:invalid {
	background: #FFEBEE;
}

.c-form input[required]:valid,
.c-form textarea[required]:valid {
	background: #FFF;
}

/* バリデーター
------------------------------ */
.c-error-text {
	position: relative;
	display: inline-block;
	margin: 15px 0 0;
	padding: 10px 20px;
	background: #A1414D;
	color: #FFF;
}

.c-error-text:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 20px;
	border-style: solid;
	border-width: 0 8px 10px 7px;
	border-color: transparent;
	border-bottom-color: #A1414D;
}

.validator-result {
	opacity: 0;
	-ms-transform: translate(0, -10px);
	transform: translate(0, -10px);
}

.validator-result-0 {
	animation: fade-in-down .5s ease .3s;
	animation-fill-mode: forwards;
}

/* ラベル
------------------------------ */
.c-label-required {
	margin: 0 5px;
	padding: 2px 5px;
	color: #FFF;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 5px;
	background: #A1414D;
}

/* メッセージ
------------------------------ */
.c-form-message {
	margin: 0 0 15px 0;
}

/* 送信ボタン
------------------------------ */
.c-form-btn-box {
	margin: 0 20px 50px 20px;
	text-align: center;
}

.c-form-btn {
	display: inline-block;
}

.c-form-btn-return {
	float: left;
}

.c-form-btn-send {
	float: right;
}

@media screen and (min-width: 768px) {
	.c-form-btn-return {
		float: none;
		display: inline-block;
		padding: 0 15px;
		max-width: 150px;
		width: 100%;
	}

	.c-form-btn-return .c-form-btn {
		width: 100%;
		color: #333;
		background: #FFF;
		border-color: #333;
	}

	.c-form-btn-return .c-form-btn:hover {
		color: #333;
		background: #EEE;
	}

	.c-form-btn-send {
		float: none;
		display: inline-block;
		max-width: 300px;
		width: 100%;
		padding: 0 15px;
	}

	.c-form-btn-send .c-form-btn {
		width: 100%;
	}
}

.c-form-btn {
	display: block;
	height: 46px;
	padding: 3px 20px;
	color: #FFF;
	font-size: 20px;
	line-height: 1.2;
	border: 2px solid #333;
	border-radius: 5px;
	background: #333;
	transition: background .2s;
	box-sizing: border-box;
}

.c-form-btn:link,
.c-form-btn:visited,
.c-form-btn:active,
.c-form-btn:focus {
	color: #FFF;
	text-decoration: none;
}

.c-form-btn:hover {
	color: #FFF;
	text-decoration: none;
	background: #111;
}

.c-form-btn .fa {
	margin-right: 5px;
}

.c-form-btn-block-wrap {
	margin: 0 20px;
	text-align: center;
}

.c-form-btn-block {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

/* ------------------------------
　　ヘッドライン
------------------------------ */
.c-headline {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.c-headline__item {
	border-bottom: 1px dashed #2C2C2C;
}

.c-headline__inner {
	display: -ms-flexbox;
	display: flex;
}

.c-headline__link {
	display: block;
	padding: 10px 0;
	color: #535353;
	font-family: "FP-HiraMaruProN-W4", "NewRodinPro-M", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-decoration: none;
}

.c-headline__link:hover,
.c-headline__link:visited,
.c-headline__link:focus,
.c-headline__link:active,
.c-headline__link:link {
	color: #535353;
	text-decoration: none;
}

.c-headline__date {
	display: inline-block;
	margin: 0 0 10px;
	color: #888;
	font-size: 12px;
}

.c-headline__icon {
	padding-top: 26px;
	padding-right: 10px;
	font-size: 20px;
}

.c-headline__body {
	-ms-flex: 1;
	flex: 1;
	padding-right: 10px;
}

.c-headline__title {
	margin: 0;
	font-size: 14px;
}

.c-headline__img-wrap {
	max-width: 80px;
}

@media screen and (min-width: 768px) {
	.c-headline {
		margin: 0 0 30px;
	}

	.c-headline .c-headline__link {
		padding: 10px 20px 10px 15px;
	}

	.c-headline .c-headline__icon {
		padding-right: 15px;
	}

	.c-headline .c-headline__body {
		padding-right: 20px;
	}

	.c-headline__link {
		padding: 10px 20px 10px 30px;
	}

	.c-headline__date {
		font-size: 16px;
	}

	.c-headline__icon {
		padding-top: 15px;
		padding-right: 30px;
		font-size: 40px;
	}

	.c-headline__body {
		padding-right: 40px;
	}

	.c-headline__title {
		font-size: 18px;
	}

	.c-headline__img-wrap {
		max-width: 100px;
	}
}

/* ------------------------------
　　リスト
------------------------------ */
.theme-black .c-list-event__wrap {
	background: none;
}

.c-list-event {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px 20px;
	padding: 0;
}

.c-list-event__wrap {
	padding: 30px 10px 20px;
	background: #F5F5F5;
}

@media screen and (max-width: 767px) {
	.c-list-event__wrap {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.c-list-event__wrap--entrance {
	padding: 30px 20px;
}

.c-list-event__wrap--entrance .c-list-banner {
	margin-bottom: 0;
}

.c-list-event__caption {
	margin: 0 0 8px;
	font-size: 10px;
	text-align: center;
}

.c-list-event__item {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 33.33333%;
	margin: 0 5px 20px;
	padding: 14px 10px;
	box-sizing: border-box;
	border-radius: 10px !important;
}

.c-list-event__item.-trial {
	background-color: #F7D8DE;
}

.c-list-event__item.-visitor {
	background-color: #CEE9F7;
}

.c-list-event__item.-information {
	background-color: #F4E4C5;
}

.c-list-event__item.-hs1 {
	border: 2px solid #FF6482;
	position: relative;
}

.c-list-event__item.-hs1 .c-list-event__caption {
	color: #FF6482;
}

.c-list-event__item.-hs1 .c-list-event__description {
	display: none;
}

.c-list-event__item.-hs1:before {
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	display: block;
	width: 20px;
	height: 3px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #FF6482;
	content: "";
}

.c-list-event__item.-hs1:after {
	position: absolute;
	top: calc(50% + 6px);
	right: 10px;
	display: block;
	width: 20px;
	height: 3px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #FF6482;
	content: "";
}

@media screen and (max-width: 767px) {
	.c-list-event__item.-hs1 {
		padding-bottom: 40px;
	}

	.c-list-event__item.-hs1 .c-list-event__description {
		display: block;
	}

	.c-list-event__item.-hs1:before {
		bottom: 36px;
		top: auto;
		right: 50%;
		margin-right: -10px;
	}

	.c-list-event__item.-hs1:after {
		bottom: 24px;
		top: auto;
		right: 50%;
		margin-right: -10px;
	}
}

.c-list-event__item.-hs2 {
	border: 2px solid #2FB8FF;
	position: relative;
}

.c-list-event__item.-hs2 .c-list-event__caption {
	color: #2FB8FF;
}

.c-list-event__item.-hs2 .c-list-event__description {
	display: none;
}

.c-list-event__item.-hs2:before {
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	display: block;
	width: 20px;
	height: 3px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #2FB8FF;
	content: "";
}

.c-list-event__item.-hs2:after {
	position: absolute;
	top: calc(50% + 6px);
	right: 10px;
	display: block;
	width: 20px;
	height: 3px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #2FB8FF;
	content: "";
}

@media screen and (max-width: 767px) {
	.c-list-event__item.-hs2 {
		padding-bottom: 40px;
	}

	.c-list-event__item.-hs2 .c-list-event__description {
		display: block;
	}

	.c-list-event__item.-hs2:before {
		bottom: 36px;
		top: auto;
		right: 50%;
		margin-right: -10px;
	}

	.c-list-event__item.-hs2:after {
		bottom: 24px;
		top: auto;
		right: 50%;
		margin-right: -10px;
	}
}

.c-list-event__item.-hs3 {
	border: 2px solid #003b83;
	position: relative;
}

.c-list-event__item.-hs3 .c-list-event__caption {
	color: #003b83;
}

.c-list-event__item.-hs3 .c-list-event__description {
	display: none;
}

.c-list-event__item.-hs3:before {
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	display: block;
	width: 20px;
	height: 3px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #003b83;
	content: "";
}

.c-list-event__item.-hs3:after {
	position: absolute;
	top: calc(50% + 6px);
	right: 10px;
	display: block;
	width: 20px;
	height: 3px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #003b83;
	content: "";
}

@media screen and (max-width: 767px) {
	.c-list-event__item.-hs3 {
		padding-bottom: 40px;
	}

	.c-list-event__item.-hs3 .c-list-event__description {
		display: block;
	}

	.c-list-event__item.-hs3:before {
		bottom: 36px;
		top: auto;
		right: 50%;
		margin-right: -10px;
	}

	.c-list-event__item.-hs3:after {
		bottom: 24px;
		top: auto;
		right: 50%;
		margin-right: -10px;
	}
}

.c-list-event__item.-debut {
	border: 2px solid #08AF68;
	position: relative;
}

.c-list-event__item.-debut .c-list-event__caption {
	color: #08AF68;
}

.c-list-event__item.-debut .c-list-event__description {
	display: none;
}

.c-list-event__item.-debut:before {
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	display: block;
	width: 20px;
	height: 3px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #08AF68;
	content: "";
}

.c-list-event__item.-debut:after {
	position: absolute;
	top: calc(50% + 6px);
	right: 10px;
	display: block;
	width: 20px;
	height: 3px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #08AF68;
	content: "";
}

@media screen and (max-width: 767px) {
	.c-list-event__item.-debut {
		padding-bottom: 40px;
	}

	.c-list-event__item.-debut .c-list-event__description {
		display: block;
	}

	.c-list-event__item.-debut:before {
		bottom: 36px;
		top: auto;
		right: 50%;
		margin-right: -10px;
	}

	.c-list-event__item.-debut:after {
		bottom: 24px;
		top: auto;
		right: 50%;
		margin-right: -10px;
	}
}

.c-list-event__item.-international {
	border: 2px solid #FF7146;
	position: relative;
}

.c-list-event__item.-international .c-list-event__caption {
	color: #FF7146;
}

.c-list-event__item.-international .c-list-event__description {
	display: none;
}

.c-list-event__item.-international:before {
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	display: block;
	width: 20px;
	height: 3px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #FF7146;
	content: "";
}

.c-list-event__item.-international:after {
	position: absolute;
	top: calc(50% + 6px);
	right: 10px;
	display: block;
	width: 20px;
	height: 3px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #FF7146;
	content: "";
}

@media screen and (max-width: 767px) {
	.c-list-event__item.-international {
		padding-bottom: 40px;
	}

	.c-list-event__item.-international .c-list-event__description {
		display: block;
	}

	.c-list-event__item.-international:before {
		bottom: 36px;
		top: auto;
		right: 50%;
		margin-right: -10px;
	}

	.c-list-event__item.-international:after {
		bottom: 24px;
		top: auto;
		right: 50%;
		margin-right: -10px;
	}
}

.c-list-event__item.-parents {
	border: 2px solid #C77FC2;
	position: relative;
}

.c-list-event__item.-parents .c-list-event__caption {
	color: #C77FC2;
}

.c-list-event__item.-parents .c-list-event__description {
	display: none;
}

.c-list-event__item.-parents:before {
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	display: block;
	width: 20px;
	height: 3px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #C77FC2;
	content: "";
}

.c-list-event__item.-parents:after {
	position: absolute;
	top: calc(50% + 6px);
	right: 10px;
	display: block;
	width: 20px;
	height: 3px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #C77FC2;
	content: "";
}

@media screen and (max-width: 767px) {
	.c-list-event__item.-parents {
		padding-bottom: 40px;
	}

	.c-list-event__item.-parents .c-list-event__description {
		display: block;
	}

	.c-list-event__item.-parents:before {
		bottom: 36px;
		top: auto;
		right: 50%;
		margin-right: -10px;
	}

	.c-list-event__item.-parents:after {
		bottom: 24px;
		top: auto;
		right: 50%;
		margin-right: -10px;
	}
}

.c-list-event__item.-debut,
.c-list-event__item.-parents {
	background-color: #FFF;
}

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

	.c-list-event__item.-debut,
	.c-list-event__item.-parents {
		padding-bottom: 14px;
	}
}

.c-list-event__item.-debut:before,
.c-list-event__item.-debut:after,
.c-list-event__item.-parents:before,
.c-list-event__item.-parents:after {
	display: none;
}

.c-list-event+.c-list-event {
	margin-top: 0;
}

.c-list-event--parents {
	margin-bottom: 0 !important;
}

.c-list-event--parents .c-list-event__title {
	margin-bottom: 0;
}

.c-list-event--parents .c-list-event__item {
	padding-top: 20px;
	padding-bottom: 20px;
}

.c-list-event--parents .c-list-event__caption {
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	.c-list-event--parents {
		margin: 0 -15px 20px;
	}

	.c-list-event--parents .c-list-event__item {
		padding: 14px 2px;
	}
}

@media screen and (max-width: 767px) {
	.c-list-event {
		margin-bottom: 0;
	}

	.c-list-event__wrap--debut {
		padding-right: 0;
		padding-left: 0;
	}

	.c-list-event__wrap--debut .c-list-banner {
		margin-right: 0;
		margin-left: 0;
	}

	.c-list-event .c-list-event__title {
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.c-list-event--first {
		margin-right: -5px;
		margin-left: -5px;
	}

	.c-list-event--debut {
		display: block;
		margin-right: 0;
		margin-left: 0;
	}

	.c-list-event--debut .c-list-event__item {
		width: 100%;
		margin: 0 0 10px;
	}

	.c-list-event--debut .c-list-event__tel {
		line-height: 1;
		margin-bottom: 0;
	}

	.c-list-event--debut .c-list-event__caption {
		font-size: 14px;
	}

	.c-list-event--debut .c-list-event__description {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.c-list-event--debut .c-list-event__title {
		font-size: 20px;
	}

	.c-list-event--debut .c-list-event__btn {
		width: 100%;
		text-align: center;
		margin-top: 10px;
		font-size: 14px;
	}

	.c-list-event--debut .c-list-event__btn img {
		margin-right: 12px;
	}
}

.c-list-event__title {
	margin: 0 0 18px;
	font-size: 16px;
	text-align: center;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.-trial .c-list-event__title {
	color: #FF6482;
}

.-visitor .c-list-event__title {
	color: #2FB8FF;
}

.-information .c-list-event__title {
	color: #FF7146;
}

.-other .c-list-event__title {
	color: #F6FF08;
}

.-hs1 .c-list-event__title {
	color: #FF6482;
}

.-hs2 .c-list-event__title {
	color: #2FB8FF;
}

.-hs3 .c-list-event__title {
	color: #003b83;
}

.-debut .c-list-event__title {
	color: #08AF68;
}

.-international .c-list-event__title {
	color: #FF7146;
}

.-parents .c-list-event__title {
	color: #C77FC2;
}

.c-list-event__tel {
	text-align: center;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	margin-top: 0;
	font-size: 30px;
}

.-hs1 .c-list-event__tel {
	color: #FF6482;
}

.-hs1 .c-list-event__tel a,
.-hs1 .c-list-event__tel a:visited,
.-hs1 .c-list-event__tel a:link,
.-hs1 .c-list-event__tel a:hover,
.-hs1 .c-list-event__tel a:active,
.-hs1 .c-list-event__tel a:focus {
	color: #FF6482;
}

.-hs2 .c-list-event__tel {
	color: #2FB8FF;
}

.-hs2 .c-list-event__tel a,
.-hs2 .c-list-event__tel a:visited,
.-hs2 .c-list-event__tel a:link,
.-hs2 .c-list-event__tel a:hover,
.-hs2 .c-list-event__tel a:active,
.-hs2 .c-list-event__tel a:focus {
	color: #2FB8FF;
}

.-hs3 .c-list-event__tel {
	color: #003b83;
}

.-hs3 .c-list-event__tel a,
.-hs3 .c-list-event__tel a:visited,
.-hs3 .c-list-event__tel a:link,
.-hs3 .c-list-event__tel a:hover,
.-hs3 .c-list-event__tel a:active,
.-hs3 .c-list-event__tel a:focus {
	color: #003b83;
}

.-debut .c-list-event__tel {
	color: #08AF68;
}

.-debut .c-list-event__tel a,
.-debut .c-list-event__tel a:visited,
.-debut .c-list-event__tel a:link,
.-debut .c-list-event__tel a:hover,
.-debut .c-list-event__tel a:active,
.-debut .c-list-event__tel a:focus {
	color: #08AF68;
}

.-international .c-list-event__tel {
	color: #FF7146;
}

.-international .c-list-event__tel a,
.-international .c-list-event__tel a:visited,
.-international .c-list-event__tel a:link,
.-international .c-list-event__tel a:hover,
.-international .c-list-event__tel a:active,
.-international .c-list-event__tel a:focus {
	color: #FF7146;
}

.-parents .c-list-event__tel {
	color: #C77FC2;
}

.-parents .c-list-event__tel a,
.-parents .c-list-event__tel a:visited,
.-parents .c-list-event__tel a:link,
.-parents .c-list-event__tel a:hover,
.-parents .c-list-event__tel a:active,
.-parents .c-list-event__tel a:focus {
	color: #C77FC2;
}

.c-list-event__tel img {
	vertical-align: middle;
	margin-right: 5px;
	width: 45px;
	height: auto;
}

@media screen and (min-width: 768px) {
	.c-list-event__tel {
		font-size: 20px;
	}

	.c-list-event__tel img {
		width: 20px;
		width: auto;
	}
}

.c-list-event .-dashed {
	background-color: rgba(255, 255, 255, .65);
	border: 1px dashed #000;
}

@media screen and (max-width: 767px) {
	.c-list-event .-dashed {
		border-radius: 0 !important;
	}
}

.c-list-event__description {
	margin: 0 0 14px;
	font-size: 18px;
	line-height: 1.8;
}

.c-list-event__btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 0 0 7px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border-radius: 50%;
	color: #FFF;
	font-size: 16px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-decoration: none;
	transition: opacity .2s ease-out;
}

.c-list-event__btn:hover,
.c-list-event__btn:visited,
.c-list-event__btn:active,
.c-list-event__btn:focus {
	color: #FFF;
	text-decoration: none;
}

.c-list-event__btn:hover {
	opacity: .8;
}

.-trial .c-list-event__btn {
	background-color: #FF6482;
}

.-visitor .c-list-event__btn {
	background-color: #2FB8FF;
}

.-information .c-list-event__btn {
	background-color: #FF7146;
}

.-other .c-list-event__btn {
	background-color: #F6FF08;
}

.-hs1 .c-list-event__btn {
	background-color: #FF6482;
}

.-hs2 .c-list-event__btn {
	background-color: #2FB8FF;
}

.-hs3 .c-list-event__btn {
	background-color: #003b83;
}

.-debut .c-list-event__btn {
	background-color: #08AF68;
}

.-international .c-list-event__btn {
	background-color: #FF7146;
}

.-parents .c-list-event__btn {
	background-color: #C77FC2;
}

.c-list-event__btn--mail {
	font-size: 12px;
}

.c-list-event__btn--mail img {
	vertical-align: middle;
	margin-right: 5px;
}

.c-list-event__btn--debut {
	width: auto;
	height: auto;
	display: block;
	padding: 12px 12px 12px 20px;
	border-radius: 10px;
}

.c-list-event__btn--debut:after {
	display: none !important;
}

.c-list-event__btn::after {
	display: block;
	color: #FFF;
	font-size: 20px;
	content: "";
	font-family: "icomoon";
	font: normal normal normal 16px/1 icomoon;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
	.c-list-event {
		margin: 0 -10px 30px;
	}

	.c-list-event__wrap {
		padding: 30px 20px 20px;
	}

	.c-list-event__item {
		margin: 0 10px;
		padding: 26px 20px 22px;
		border-radius: 0;
	}

	.c-list-event__caption {
		margin: 0 0 14px;
		font-size: 14px;
	}

	.c-list-event__title {
		font-size: 30px;
	}

	.c-list-event__btn {
		margin-top: auto;
		width: auto;
		height: auto;
		padding: 12px 14px 12px 20px;
		border-radius: 10px;
	}
}

/* 　リンクボタン集
------------------------------ */
.c-list-event-trial {
	margin-bottom: 16px;
	padding: 15px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .4);
	border: 1px dashed #2C2C2C;
}

.c-list-event-trial__title {
	margin: 0 30px;
	font-size: 16px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.c-list-event-trial__date {
	display: block;
	font-size: 20px;
	text-align: center;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.-trial .c-list-event-trial__date {
	color: #FF6482;
}

.-visitor .c-list-event-trial__date {
	color: #2FB8FF;
}

.-information .c-list-event-trial__date {
	color: #003b83;
}

.-other .c-list-event-trial__date {
	color: #F6FF08;
}

.c-list-event-trial__date span {
	font-size: 30px;
}

/* 　バナーリスト
------------------------------ */
.c-list-banner {
	list-style: none;
	margin: 0 -10px 20px;
	padding: 0;
}

.c-list-banner__item {
	margin: 0;
	padding: 0 10px;
}

.c-list-banner__img {
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.c-list-banner {
		margin: 0 -10px 30px;
	}
}

/* 　リンクボタン集
------------------------------ */
.c-list-links {
	list-style: none;
	margin: 0 20px 26px;
	padding: 0;
}

.c-list-links__item {
	margin: 0 0 10px;
}

.c-list-links__url {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 12px;
	background: rgba(46, 46, 46, .8);
	box-sizing: border-box;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	transition: opacity .2s ease-out;
}

.c-list-links__url:hover,
.c-list-links__url:visited,
.c-list-links__url:active,
.c-list-links__url:focus {
	color: #FFF;
	text-decoration: none;
}

.c-list-links__url:hover {
	opacity: .8;
}

.c-list-links__url::after {
	display: block;
	padding-left: 10px;
	font-family: "icomoon";
	font: normal normal normal 16px/1 icomoon;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	content: "";
	transition: transform .2s ease-out;
	<br>-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.c-list-links__url.active::after {
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media screen and (min-width: 768px) {
	.c-list-links {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px 70px;
	}

	.c-list-links__item {
		margin: 0 10px 10px;
		width: calc((100%/2) - 20px);
	}

	.c-list-links__url {
		padding: 20px 30px;
		font-size: 24px;
	}

	.c-list-links__url::after {
		font-size: 40px;
	}
}

/* 　カテゴリーリスト
------------------------------ */
.c-list-category {
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-list-category__wrap {
	margin: 0 auto 44px;
}

.c-list-category__heading {
	margin: 0 0 10px;
	padding: 0 0 8px;
	border-bottom: 2px solid #2C2C2C;
	font-size: 18px;
}

.c-list-category__link {
	display: block;
	padding: 15px 10px;
	background: #F5F5F5;
	border-bottom: 1px dashed #2C2C2C;
	color: #535353;
	text-decoration: none;
	font-size: 14px;
}

.c-list-category__link:hover,
.c-list-category__link:visited,
.c-list-category__link:active,
.c-list-category__link:focus {
	color: #535353;
	text-decoration: none;
}

.c-list-category__link::before {
	padding-right: 10px;
	font-size: 16px;
	content: "";
	font-family: "icomoon";
	font: normal normal normal 16px/1 icomoon;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
	.c-list-category__wrap {
		max-width: 690px;
		margin: 0 auto 120px;
	}

	.c-list-category__heading {
		margin: 0 0 18px;
		font-size: 24px;
	}

	.c-list-category__link {
		padding: 20px;
		font-size: 16px;
	}

	.c-list-category__link::before {
		font-size: 20px;
	}
}

/* 　エントリーのカテゴリーリスト
------------------------------ */
.c-list-entry-category {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 10px -2px 0;
	padding: 0;
}

.c-list-entry-category.-pc {
	display: none;
}

.c-list-entry-category__item {
	margin: 0 2px 2px;
	padding: 3px 10px;
	border: 1px solid #888;
	color: #888;
	font-size: 10px;
}

@media screen and (min-width: 768px) {
	.c-list-entry-category {
		margin: 15px -2px 0;
	}

	.c-list-entry-category.-pc {
		display: -ms-flexbox;
		display: flex;
	}

	.c-list-entry-category.-sp {
		display: none;
	}

	.c-list-entry-category__item {
		padding: 3px 10px;
		font-size: 14px;
	}
}

/* 　リンクボタン集
------------------------------ */
.c-list-links-triangle {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 5px 50px;
	padding: 0;
}

.c-list-links-triangle__item {
	margin: 0;
	padding: 0 5px 10px;
	width: 33.33333%;
	background: none;
	box-sizing: border-box;
}

.c-list-links-triangle__url {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding: 15px 20px;
	background: #2C2C2C;
	box-sizing: border-box;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	transition: opacity .2s ease-out;
}

.c-list-links-triangle__url:hover,
.c-list-links-triangle__url:focus,
.c-list-links-triangle__url:active,
.c-list-links-triangle__url:link,
.c-list-links-triangle__url:visited {
	color: #FFF;
	text-decoration: none;
}

.c-list-links-triangle__url:hover {
	opacity: .8;
}

.c-list-links-triangle__url::after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	content: "";
	border-top: 30px solid transparent;
	border-right: 30px solid #FFF;
	opacity: .2;
}

.c-list-links-triangle__url span {
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.c-list-links-triangle {
		margin: 0 -10px 20px;
	}

	.c-list-links-triangle__item {
		padding: 0 10px 10px;
		width: 16.66667%;
	}

	.c-list-links-triangle__url {
		padding: 40px 14px;
		font-size: 16px;
	}

	.c-list-links-triangle__url::after {
		font-size: 40px !important;
	}
}

/* ------------------------------
　　ページャー
------------------------------ */
/* 　ページャー
------------------------------ */
.c-pager {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 23px -2.5px 50px;
	padding: 0;
	text-align: center;
}

.c-pager__container {
	text-align: center;
}

.c-pager li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 2.5px 10px;
	font-size: 14px;
	line-height: 1;
}

.c-pager li.cur {
	/* 現在いる位置 */
}

.c-pager li.cur span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #535353;
	color: #FFF;
}

.c-pager__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #888;
	color: #FFF;
	transition: background-color .2s ease-out;
}

.c-pager__link:visited,
.c-pager__link:focus,
.c-pager__link:active {
	color: #FFF;
}

.c-pager__link:hover {
	background: #535353;
	color: #FFF;
	text-decoration: none;
}

.c-pager__back,
.c-pager__forward {
	padding-left: 10px;
	color: #535353;
	font-size: 30px;
}

.c-pager__back:visited,
.c-pager__back:focus,
.c-pager__back:active,
.c-pager__back:hover,
.c-pager__forward:visited,
.c-pager__forward:focus,
.c-pager__forward:active,
.c-pager__forward:hover {
	color: #535353;
}

.c-pager__back {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
	.c-pager {
		margin: 23px -10px 50px;
	}

	.c-pager li {
		margin: 0 10px 10px;
		font-size: 18px;
	}

	.c-pager li.cur {
		/* 現在いる位置 */
	}

	.c-pager li.cur span {
		width: 45px;
		height: 45px;
	}

	.c-pager__link {
		width: 45px;
		height: 45px;
	}
}

/* 　前後リンク
------------------------------ */
.c-serial-nav {
	list-style: none;
	margin: 0 0 150px;
	padding: 0;
	border-bottom: 1px dashed #2C2C2C;
}

.c-serial-nav__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 15px 0 0;
	padding: 0;
}

.c-serial-nav__list a:hover {
	opacity: .7;
}

.c-serial-nav__list img {
	margin-bottom: -10px;
}

.c-serial-nav__link {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	box-sizing: border-box;
	color: #E3113A;
	transition: opacity .2s ease-out;
}

.c-serial-nav__link:hover,
.c-serial-nav__link:visited,
.c-serial-nav__link:focus,
.c-serial-nav__link:active {
	color: #E3113A;
	text-decoration: none;
}

.c-serial-nav__link:before {
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 10.6px;
	height: 15.5px;
	margin-top: -8px;
	background-size: cover;
}

.c-serial-nav__item {
	float: none;
	display: block;
	width: 100%;
	margin: 0 0 10px;
	font-family: "FP-HiraMaruProN-W4", "NewRodinPro-M", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.c-serial-nav__item.-index {
	text-align: center;
}

.c-serial-nav__item.-index a {
	display: inline-block;
}

.c-serial-nav__item.-prev {
	text-align: left;
}

.c-serial-nav__item.-prev .c-serial-nav__label .ico {
	padding-right: 10px;
}

.c-serial-nav__item.-prev .c-serial-nav__title {
	margin: 0 15px 0 0;
}

.c-serial-nav__item.-next {
	text-align: right;
}

.c-serial-nav__item.-next .c-serial-nav__label {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.c-serial-nav__item.-next .c-serial-nav__label .ico {
	padding-left: 10px;
}

.c-serial-nav__item.-next .c-serial-nav__title {
	margin: 0 0 0 15px;
}

.c-serial-nav__title {
	color: #535353;
	font-size: 14px;
	font-weight: 300;
	text-decoration: underline;
}

.c-serial-nav__inner {
	-ms-flex: 1;
	flex: 1;
}

.c-serial-nav__label {
	margin: 0 0 10px;
	color: #888;
	font-size: 16px;
}

.c-serial-nav__icon {
	padding-left: 18px;
	color: #2C2C2C;
	font-size: 40px;
}

.c-serial-nav__icon.-prev {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
	.c-serial-nav {
		margin: 0 40px 150px;
	}

	.c-serial-nav__list {
		-ms-flex-wrap: inherit;
		flex-wrap: inherit;
		margin: 15px -30px 0;
	}

	.c-serial-nav__btn .c-serial-nav__btn-link {
		width: 130px;
		height: 100px;
		padding: 0;
	}

	.c-serial-nav__item {
		margin: 0 30px;
	}

	.c-serial-nav__item.-next {
		-ms-flex-order: 2;
		order: 2;
	}

	.c-serial-nav__title {
		font-size: 18px;
	}
}

/* ------------------------------
　　ページタイトル
------------------------------ */
/* 　ページタイトル（背景画像つき）
------------------------------ */
.c-pagetitle {
	margin-bottom: 20px;
	padding: 20px 0 6px;
	border-bottom: 2px solid #535353;
	text-align: center;
}

.c-pagetitle__heading {
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
}

.c-pagetitle.-entry {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.c-pagetitle {
		margin-bottom: 43px;
		padding: 0 0 7px 200px;
		text-align: left;
	}

	.c-pagetitle__heading {
		font-size: 40px;
	}
}

@media screen and (min-width: 1350px) {
	.c-pagetitle {
		padding: 0 0 7px;
	}
}

/* ------------------------------
　　SNS
------------------------------ */
.c-sns {
	margin-bottom: 20px;
}

.c-sns__heading {
	position: relative;
	margin: 0 0 3px 0;
	padding: 20px 20px 10px 20px;
	box-sizing: border-box;
	background: #F6FF08;
	font-size: 18px;
	text-align: center;
	line-height: 1;
}

.c-sns__heading::after {
	display: block;
	position: absolute;
	right: 0;
	bottom: -4vw;
	left: 0;
	width: 100%;
	height: 4vw;
	background-image: url(/themes/ndg/images/projects/top/bg-sns-heading-sp.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
}

.c-sns-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 30px 5px 18px;
	box-sizing: border-box;
	background-image: url(/themes/ndg/images/projects/top/bg-sns-item-sp.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
}

.c-sns-list__item {
	padding: 0 11px;
	box-sizing: border-box;
}

.c-sns-list__img {
	width: 30px;
}

@media screen and (min-width: 768px) {
	.c-sns {
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 30px;
	}

	.c-sns__heading {
		margin: 0 7px 0 0;
		padding: 33px 30px 33px 40px;
		width: 350px;
		font-size: 24px;
		text-align: left;
	}

	.c-sns__heading::after {
		position: absolute;
		top: 0;
		right: -50px;
		left: inherit;
		width: 50px;
		height: 100%;
		background-image: url(/themes/ndg/images/projects/top/bg-sns-heading.svg);
		background-size: auto;
	}

	.c-sns-list {
		-ms-flex-pack: inherit;
		justify-content: inherit;
		padding: 0 0 0 70px;
		background-image: url(/themes/ndg/images/projects/top/bg-sns-item.svg);
		background-size: auto;
	}

	.c-sns-list__item {
		padding: 0 22.5px;
	}

	.c-sns-list__img {
		width: auto;
	}
}

@media screen and (min-width: 992px) {
	.c-sns__heading {
		padding: 33px 30px 33px 60px;
		width: 420px;
		font-size: 30px;
	}

	.c-sns-list {
		padding: 0 0 0 133px;
	}
}

.c-sns-twitter {
	position: relative;
	overflow: hidden;
	z-index: 1;
	border: 1px solid #292F33;
	border-radius: 15px;
}

@media screen and (max-width: 767px) {
	.c-sns-twitter {
		margin: 0 20px 20px;
	}
}

/* ------------------------------
　　トピックパス
------------------------------ */
.c-topicpath {
	margin-top: 30px;
	/*-80px*/
	margin-bottom: 40px;
	padding: 10px 0 10px 200px;
	font-size: 14px;
}

.c-topicpath__list {
	list-style: none;
	margin: 0 auto;
}

.c-topicpath__item {
	float: left;
	padding: 0 18px 0 23px;
	background: url(/themes/ndg/images/common/icon-arrow.png) no-repeat left center;
}

.c-topicpath__item:first-child {
	padding: 0 10px 0 0;
	background: 0;
}

.c-topicpath__link {
	color: #535353;
}

.c-topicpath__link:visited,
.c-topicpath__link:focus,
.c-topicpath__link:active {
	color: #535353;
}

@media screen and (min-width: 1350px) {
	.c-topicpath {
		padding: 10px 0;
	}
}

/* ------------------------------
　　タイポグラフィ
------------------------------ */
/*  見出し
------------------------------ */
.c-heading-large {
	margin: 0 -10px 20px;
	padding: 0 10px 10px;
	border-bottom: 2px solid #2C2C2C;
	font-size: 34px;
	text-align: center;
}

.c-heading-large__img {
	margin: 0 auto;
}

.c-heading-large.-white {
	border-bottom: 2px solid #FFF;
	color: #FFF;
}

.c-heading-large__after {
	text-align: center;
	margin-top: -45px;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.c-heading-large {
		font-size: 26px;
	}
}

.theme-black .c-heading-large {
	border-bottom-color: #FFF;
}

.c-heading-large-after {
	margin-top: -10px;
	margin-bottom: 20px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.c-heading-large-after {
		margin-top: -10px;
		margin-bottom: 10px;
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) {
	.c-heading-large {
		margin: 0 0 20px;
	}
}

.c-heading-medium {
	margin: 0 0 20px;
	padding: 0 0 9px;
	border-bottom: 2px solid #2C2C2C;
	font-size: 20px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	.c-heading-medium {
		margin: 0 0 30px;
		font-size: 24px;
	}
}

.c-heading-small {
	margin: 0 0 10px;
	padding: 0;
	font-size: 15px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	.c-heading-small {
		font-size: 22px;
	}
}

/*  テキスト
------------------------------ */
.c-text-phrase {
	display: inline-block;
}

.c-pickup {
	display: -ms-flexbox;
	display: flex;
	max-width: 1040px;
	margin: 0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-pickup__item {
	width: 25%;
	padding: 5px;
	box-sizing: border-box;
}

.c-pickup__item:nth-child(1) {
	width: 50%;
}

.c-pickup__item:nth-child(2),
.c-pickup__item:nth-child(3) {
	width: 50%;
}

@media screen and (max-width: 767px) {
	.js-change-bg .c-pickup {
		max-width: 240px;
		margin: 0 auto;
	}

	.js-change-bg .c-pickup__item {
		width: 50%;
	}

	.js-change-bg .c-pickup__item:nth-child(1) {
		width: 100% !important;
	}

	.js-change-bg .c-pickup__item:nth-child(2),
	.js-change-bg .c-pickup__item:nth-child(3) {
		width: 100% !important;
	}
}

.c-scrollup {
	z-index: 10;
	position: fixed;
	background-color: rgba(46, 46, 46, .8);
	width: 50px;
	height: 50px;
	display: block;
	bottom: 0;
	right: 10px;
}

.c-scrollup:before,
.c-scrollup:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	background-color: #FFF;
}

.c-scrollup:before {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: calc(50% - 3px);
}

.c-scrollup:after {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: calc(50% - 17px);
}

@media screen and (min-width: 768px) {
	.c-scrollup {
		right: 50px;
		width: 100px;
		height: 100px;
	}

	.c-scrollup:before,
	.c-scrollup:after {
		width: 30px;
	}

	.c-scrollup:after {
		left: calc(50% - 23px);
	}
}

.c-toggle-wrapper {
	margin-bottom: 30px;
}

.c-toggle-link {
	color: #FFF;
	padding: 13px 20px;
	display: block;
	color: #FFF;
	position: relative;
}

.c-toggle-link:link,
.c-toggle-link:hover,
.c-toggle-link:visited {
	text-decoration: none;
	color: #FFF !important;
}

.c-toggle-link__image {
	width: 50px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

.c-toggle-link:before {
	width: 30px;
	height: 2px;
	background-color: #FFF;
	position: absolute;
	top: 24px;
	right: 10px;
	content: "";
	display: block;
}

.c-toggle-link:after {
	width: 30px;
	height: 2px;
	background-color: #FFF;
	position: absolute;
	top: 24px;
	right: 10px;
	content: "";
	display: block;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 1;
	transition: opacity .3s;
}

.c-toggle-link.active:after {
	opacity: 0;
}

.c-toggle-link__readmore {
	position: absolute;
	top: 14px;
	right: 46px;
	content: "詳しく見る";
	display: block;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.c-toggle-link__readmore {
		display: none;
	}
}

.c-toggle-label {
	padding: 5px 10px;
	font-size: 14px;
	display: inline-block;
	background-color: #FFF;
	margin-left: 10px;
}

.c-toggle-title {
	border-bottom: none;
	font-size: 26px;
}

.c-toggle-contents {
	background-color: #FFF;
	padding: 15px 10px 0;
}

.c-toggle-contents__inner {
	display: -ms-flexbox;
	display: flex;
}

.c-toggle-contents__title {
	font-size: 26px;
}

.c-toggle-contents__subtitle {
	font-size: 20px;
}

.c-toggle-contents__main {
	-ms-flex: 3;
	flex: 3;
}

.c-toggle-contents__main p:first-child {
	margin-bottom: 10px;
}

.c-toggle-contents__sub {
	-ms-flex: 2;
	flex: 2;
}

.c-toggle-contents__list {
	margin-bottom: 40px;
	column-count: 2;
	font-size: 16px;
	padding: 0 20px 0 10px;
}

.c-toggle-contents__button {
	position: relative;
	color: #FFF;
	box-sizing: border-box;
	display: block;
	border-radius: 10px;
	font-size: 20px;
	max-width: 480px;
	padding: 40px;
	margin: 0 auto;
	text-align: left;
}

.c-toggle-contents__button span {
	font-size: 42px;
	display: block;
}

.c-toggle-contents__button:link,
.c-toggle-contents__button:hover,
.c-toggle-contents__button:visited {
	color: #FFF;
}

.c-toggle-contents__button:before {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #FFF;
}

.c-toggle-contents__button:after {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	position: absolute;
	top: calc(50% + 6px);
	right: 10px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #FFF;
}

.c-toggle-contents__button:hover {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.c-toggle-contents {
		padding: 35px 40px 0;
	}

	.c-toggle-contents__main p:first-child {
		margin-bottom: 30px;
	}
}

.c-toggle-link--01 {
	background-color: #FF7146 !important;
}

.c-toggle-link--01 .c-toggle-label {
	color: #FF7146 !important;
}

.c-toggle-contents__button--01 {
	background-color: #FF7146 !important;
}

.c-toggle-contents--01 {
	background-color: #FFE3DA;
}

.c-toggle-contents--01 h3 {
	color: #FF7146 !important;
}

.c-toggle-link--02 {
	background-color: #9F84E8 !important;
}

.c-toggle-link--02 .c-toggle-label {
	color: #9F84E8 !important;
}

.c-toggle-contents__button--02 {
	background-color: #9F84E8 !important;
}

.c-toggle-contents--02 {
	background-color: #ECE7FB;
}

.c-toggle-contents--02 h3 {
	color: #9F84E8 !important;
}

.c-toggle-link--03 {
	background-color: #42C6B7 !important;
}

.c-toggle-link--03 .c-toggle-label {
	color: #42C6B7 !important;
}

.c-toggle-contents__button--03 {
	background-color: #42C6B7 !important;
}

.c-toggle-contents--03 {
	background-color: #E6F4D8;
}

.c-toggle-contents--03 h3 {
	color: #42C6B7 !important;
}

.c-toggle-link--04 {
	background-color: #E36FD2 !important;
}

.c-toggle-link--04 .c-toggle-label {
	color: #E36FD2 !important;
}

.c-toggle-contents__button--04 {
	background-color: #E36FD2 !important;
}

.c-toggle-contents--04 {
	background-color: #ECE7FB;
}

.c-toggle-contents--04 h3 {
	color: #E36FD2 !important;
}

.c-toggle-link--05 {
	background-color: #003b83 !important;
}

.c-toggle-link--05 .c-toggle-label {
	color: #003b83 !important;
}

.c-toggle-contents__button--05 {
	background-color: #003b83 !important;
}

.c-toggle-contents--05 {
	background-color: #FCECCD;
}

.c-toggle-contents--05 h3 {
	color: #003b83 !important;
}

.c-toggle-link--06 {
	background-color: #2FB8FF !important;
}

.c-toggle-link--06 .c-toggle-label {
	color: #2FB8FF !important;
}

.c-toggle-contents__button--06 {
	background-color: #2FB8FF !important;
}

.c-toggle-contents--06 {
	background-color: #D6F1FF;
}

.c-toggle-contents--06 h3 {
	color: #2FB8FF !important;
}

/**
 * Project
 */
/* ------------------------------
　　お問い合わせ
------------------------------ */
.js-form-clear {
	display: none;
}

.p-contact {
	margin-bottom: 50px;
	padding: 20px;
	background: #F5F5F5;
	box-sizing: border-box;
}

.p-contact.-trial {
	margin-top: 40px;
	margin-bottom: 20px;
}

.p-contact__heading {
	margin: 0;
	padding: 0 0 20px;
	border-bottom: 1px dashed #2E2E2E;
	font-size: 20px;
}

.p-contact__selection {
	margin-bottom: 30px;
}

.p-contact__contact-tel {
	margin: 0 0 10px 0;
	font-size: 16px;
}

.p-contact__contact-tel-txt {
	display: block;
	margin: 0 15px 5px 0;
}

.p-contact__contact-tel-num {
	font-size: 30px;
	color: #D81720;
	vertical-align: middle;
}

.p-contact__contact-tel-num a {
	color: inherit;
}

.p-contact__contact-tel-time {
	display: inline-block;
}

.p-contact__error-text {
	/* エラー文 */
	margin: 5px 0 0 0;
	color: #E3113A;
}

.p-contact__action {
	text-align: center;
}

.p-contact__form-btn-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #FFF2D9;
}

.p-contact__form-privacy {
	margin: 0 0 10px 0;
}

.p-contact__btn-confirm {
	max-width: 320px;
	margin: 0 auto;
}

.p-contact__btn-confirm,
.p-contact__btn-submit {
	width: 100%;
	background: #D81720;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}

.p-contact__btn-return {
	background: #666;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}

.p-contact__caution {
	margin: 0 0 17px;
	color: #E3113A;
	font-size: 14px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (min-width: 576px) {
	.p-contact__form-btn-box {
		-ms-flex-align: center;
		align-items: center;
	}

	.p-contact .btn-attention-block-large,
	.p-contact .btn-block-large {
		max-width: 360px;
	}
}

@media screen and (min-width: 768px) {
	.p-contact {
		padding: 30px 20px;
	}

	.p-contact.-trial {
		margin-bottom: 50px;
	}

	.p-contact__heading {
		font-size: 30px;
	}

	.p-contact__selection {
		margin-bottom: 50px;
	}
}

.p-contact-course {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-contact-course__heading {
	margin: 0;
	padding: 10px 20px;
	color: #FFF;
	font-size: 16px;
}

.p-contact-course__heading.-comic {
	background: #FF6482;
}

.p-contact-course__heading.-animation {
	background: #FF7146;
}

.p-contact-course__heading.-gamecg {
	background: #2FB8FF;
}

.p-contact-course__heading.-graphic {
	background: #003b83;
}

.p-contact-course__heading.-fashion {
	background: #C77FC2;
}

.p-contact-course__heading.-illustration {
	background: #D36000;
}

.p-contact-course__heading.-interior {
	background: #81C63C;
}

.p-contact-course__heading.-molding {
	background: #08AF68;
}

.p-contact-course__heading.-kenkyu {
	background: #7C90AF;
}

.p-contact-course__control {
	padding: 17px 20px 10px;
}

.p-contact-course__control.-comic {
	background: rgba(255, 100, 130, .29);
}

.p-contact-course__control.-animation {
	background: rgba(255, 113, 70, .29);
}

.p-contact-course__control.-gamecg {
	background: rgba(47, 184, 255, .29);
}

.p-contact-course__control.-graphic {
	background: rgba(240, 157, 0, .29);
}

.p-contact-course__control.-fashion {
	background: rgba(199, 127, 194, .29);
}

.p-contact-course__control.-illustration {
	background: rgba(211, 96, 0, .29);
}

.p-contact-course__control.-interior {
	background: rgba(129, 198, 60, .29);
}

.p-contact-course__control.-molding {
	background: rgba(8, 175, 104, .29);
}

.p-contact-course__control.-kenkyu {
	background: rgba(124, 144, 175, .29);
}

@media screen and (min-width: 768px) {
	.p-contact-course__heading {
		padding: 12px 20px 10px;
		font-size: 18px;
	}

	.p-contact-course__control {
		margin-bottom: 16px;
		padding: 15px 20px 5px;
	}
}

.p-contact-form {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border-collapse: collapse;
}

.p-contact-form__group {
	margin: 0 0 10px;
	padding: 0;
	border-bottom: 1px dashed #2C2C2C;
}

.p-contact-form__group:first-child {
	padding-top: 10px;
}

.p-contact-form__label {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-contact-form__control {
	display: block;
	position: relative;
	padding: 0 0 5px;
}

.p-contact-form__control.-column {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-contact-form__title {
	margin: 0 0 10px 0;
	font-size: 14px;
}

.p-contact-form__check-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-contact-form__check-list-item {
	margin: 0 0 5px 0;
}

.p-contact-form__checkbox {
	position: relative;
	display: inline-block;
	min-width: 24px;
	width: 24px;
	height: 24px;
	margin: 0 10px 0 -10px;
	vertical-align: middle;
	font-size: 14px;
}

.p-contact-form .acms-form-checkbox {
	display: block;
}

input+label .p-contact-form__checkbox,
input+.p-contact-form__checkbox {
	background: url("/themes/ndg/images/projects/form/ico_input.svg") no-repeat left top;
	background-size: 24px 96px;
	background-image: none\9;
	*background-image: none;
	_background-image: none;
}

input:focus+label .p-contact-form__checkbox,
input:focus+.p-contact-form__checkbox {
	background: url("/themes/ndg/images/projects/form/ico_input.svg") no-repeat left -77px;
	background-size: 24px 106px;
}

input:checked+label .p-contact-form__checkbox,
input:checked+.p-contact-form__checkbox {
	background: url("/themes/ndg/images/projects/form/ico_input.svg") no-repeat left -29px;
	background-size: 24px 106px;
}

input:disabled+label .p-contact-form__checkbox,
input:disabled+.p-contact-form__checkbox {
	background: url("/themes/ndg/images/projects/form/ico_input.svg") no-repeat left -58px;
	background-size: 24px 116px;
	cursor: not-allowed;
}

.p-contact-form__radio {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 1px 10px 0 -10px;
	vertical-align: middle;
}

input+label .p-contact-form__radio,
input+.p-contact-form__radio {
	background: url("/themes/ndg/images/projects/form/ico_radio.svg") no-repeat left top;
	background-size: 24px 111px;
	background-image: none\9;
	*background-image: none;
	_background-image: none;
}

input:focus+label .p-contact-form__radio,
input:focus+.p-contact-form__radio {
	background: url("/themes/ndg/images/projects/form/ico_radio.svg") no-repeat left -77px;
	background-size: 24px 111px;
}

input:checked+label .p-contact-form__radio,
input:checked+.p-contact-form__radio {
	background: url("/themes/ndg/images/projects/form/ico_radio.svg") no-repeat left -29px;
	background-size: 24px 111px;
}

input:disabled+label .p-contact-form__radio,
input:disabled+.p-contact-form__radio {
	background: url("/themes/ndg/images/projects/form/ico_radio.svg") no-repeat left -58px;
	background-size: 24px 111px;
	cursor: not-allowed;
}

.p-contact-form__radio-item {
	display: inline-block;
	margin: 10px 0 8px 20px;
	font-size: 14px;
}

.p-contact-form__radio-item.-row {
	display: block;
	margin: 0 0 15px 10px;
}

.p-contact-form__radio-item input {
	position: absolute;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100%;
}

.p-contact-form__radio-item.js-no-space {
	margin: 0;
}

.p-contact-form__radio-label {
	display: -ms-flexbox;
	display: flex;
}

.p-contact-form__label {
	font-weight: bold;
}

.p-contact-form__grid {
	margin: 0 -5px;
}

.p-contact-form__col {
	margin: 0 0 10px 0;
	padding: 0 5px;
}

.p-contact-form__col:last-child {
	margin: 0;
}

.p-contact-form__privacy {
	margin: 0 0 10px;
	padding: 20px;
	background: #FCCBCB;
	font-size: 12px;
	text-align: center;
}

.p-contact-form__privacy a {
	color: #535353;
	text-decoration: underline;
}

.p-contact-form__privacy a:hover,
.p-contact-form__privacy a:visited,
.p-contact-form__privacy a:focus,
.p-contact-form__privacy a:active {
	color: #535353;
	text-decoration: underline;
}

.p-contact-form__alert {
	margin: 0 0 30px;
	padding: 20px;
	background: rgba(227, 17, 58, .2);
	text-align: left;
}

.p-contact-form__alert-description {
	margin: 0 0 10px 0;
	line-height: 1.3;
}

.p-contact-form__alert-btn-wrap {
	text-align: center;
}

.p-contact-form__alert-btn {
	min-width: 240px;
	margin: 0;
	padding: 8px 10px;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	white-space: inherit;
}

@media screen and (min-width: 768px) {
	.p-contact-form {
		width: 100%;
	}

	.p-contact-form__group {
		margin: 0 0 20px;
	}

	.p-contact-form__group:first-child {
		padding-top: 20px;
	}

	.p-contact-form__label {
		padding: 0 5px 10px 10px;
		vertical-align: top;
		font-size: 16px;
	}

	.p-contact-form__control {
		padding: 0 20px 15px;
	}

	.p-contact-form__checkbox {
		font-size: 16px;
	}

	.p-contact-form .acms-form-checkbox {
		display: inline;
	}

	.p-contact-form__radio-item {
		font-size: 16px;
	}

	.p-contact-form__col {
		margin: 0;
	}

	.p-contact-form__privacy {
		margin: 0 0 20px 0;
		padding: 20px;
		font-size: 16px;
	}
}

/* ステップ
------------------------------ */
.p-contact__step {
	z-index: 1;
	margin: 0;
	padding: 0;
}

.p-contact__step-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	height: 100vh;
	padding: 20px;
	box-sizing: border-box;
	background: #F5F5F5;
}

.p-contact__step-wrap::after {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(/themes/ndg/images/projects/form/bg_step.svg);
	content: "";
}

.p-contact__step-item {
	list-style: none;
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0 0 30px;
	padding: 15px 10px 10px;
	box-sizing: border-box;
	border: 1px solid #535353;
	background: #FFF;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.p-contact__step-item.current {
	border-color: #E3113A;
	background: #E3113A;
	color: #FFF;
}

.p-contact__step-item.current::before,
.p-contact__step-item.current::after {
	border-top-color: #E3113A;
}

.p-contact__step-item.disabled {
	border-color: #EBEBEB;
	background: #EBEBEB;
	color: #888;
}

.p-contact__step-item.disabled::before,
.p-contact__step-item.disabled::after {
	border-top-color: #EBEBEB;
}

.p-contact__step-item::before {
	content: "";
	position: absolute;
	top: 100%;
	left: calc(50% - 25px);
	border: 25px solid transparent;
	border-top: 25px solid #FFF;
}

.p-contact__step-item::after {
	position: absolute;
	z-index: -1;
	bottom: -53px;
	left: calc(50% - 26px);
	border: 26px solid transparent;
	border-top: 26px solid #535353;
	content: "";
}

.p-contact__step-item:last-child::before,
.p-contact__step-item:last-child::after {
	border: 0;
}

/* ボタン
------------------------------ */
.p-contact__btn-delete {
	width: 20px;
	height: 22px;
	padding: 0;
	background: none;
	border: none;
}

.p-contact__btn-add {
	position: relative;
	padding: 8px 31px 8px 73px;
	box-sizing: border-box;
	background: #FFF;
	border: 1px dashed #2C2C2C;
	font-size: 16px;
}

.p-contact__btn-add::before,
.p-contact__btn-add::after {
	display: block;
	position: absolute;
	top: 18px;
	left: 13px;
	width: 24px;
	height: 4px;
	background: #696969;
	content: "";
}

.p-contact__btn-add::after {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.p-contact__btn-group {
	margin: 0 -5px;
	text-align: center;
}

.p-contact__btn-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 5px 20px;
	padding: 5px;
	background: #2E2E2E;
}

.p-contact__btn-item::after {
	color: #FFF;
	font-family: "icomoon";
	font: normal normal normal 16px/1 icomoon;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 20px;
}

.p-contact__btn-item input {
	cursor: pointer;
	outline: none;
	min-width: 240px;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: #2E2E2E;
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}

.p-contact__btn-item.-submit {
	background: #E3113A;
}

.p-contact__btn-item.-submit input {
	background: #E3113A;
}

@media screen and (min-width: 768px) {
	.p-contact__btn-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -5px;
	}

	.p-contact__btn-item {
		margin: 0 5px 0;
	}
}

/* ラベル
------------------------------ */
.p-contact__label-required {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 19px;
	margin: 0 0 0 10px;
	padding: 4px 15px;
	box-sizing: border-box;
	background: #E3113A;
	border-radius: 5px;
	color: #FFF;
	font-size: 12px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-contact__valid-mark {
	position: absolute;
	z-index: 1;
	top: 15px;
	left: -10px;
}

.p-contact__valid-mark.valid span {
	display: block;
	width: 20px;
	height: 17px;
	background: url(/themes/ndg/images/projects/form/ico_mark.svg) no-repeat;
	content: "";
}

@media screen and (min-width: 768px) {
	.p-contact__valid-mark {
		top: 4px;
		left: 0;
	}

	.p-contact__valid-mark.valid span {
		width: 35px;
		height: 30px;
	}
}

/* フォーム要素
------------------------------ */
.p-contact select {
	margin: 5px 0;
}

.p-contact select[required]:required {
	border: 1px solid #C49511;
}

.p-contact select.focused:invalid {
	border: 1px solid #C41134;
}

.p-contact select[required]:valid {
	border: 1px solid #A7A7AA;
}

.p-contact input,
.p-contact textarea {
	margin: 5px 0;
}

.p-contact input[required]:required,
.p-contact textarea[required]:required {
	background: #FFFDEB;
}

.p-contact input.focused:invalid,
.p-contact textarea.focused:invalid {
	background: #FFEBEE;
}

.p-contact input[required]:valid,
.p-contact textarea[required]:valid {
	background: #FFF;
}

.p-contact input.validator-result-0,
.p-contact textarea.validator-result-0 {
	border: 1px solid #E3113A;
	background: #FCCBCB;
}

.p-contact input.validator-result-1,
.p-contact textarea.validator-result-1 {
	display: block;
}

.p-contact input[type="text"],
.p-contact input[type="password"],
.p-contact input[type="datetime"],
.p-contact input[type="datetime-local"],
.p-contact input[type="date"],
.p-contact input[type="month"],
.p-contact input[type="time"],
.p-contact input[type="week"],
.p-contact input[type="number"],
.p-contact input[type="email"],
.p-contact input[type="url"],
.p-contact input[type="search"],
.p-contact input[type="tel"] {
	font-size: 16px;
	padding: 10px;
	border: 1px solid #888;
	border-radius: 5px;
	box-shadow: none;
	line-height: 1.8;
	/* IE */
	/* Edge */
}

.p-contact input[type="text"].validator-result-0,
.p-contact input[type="password"].validator-result-0,
.p-contact input[type="datetime"].validator-result-0,
.p-contact input[type="datetime-local"].validator-result-0,
.p-contact input[type="date"].validator-result-0,
.p-contact input[type="month"].validator-result-0,
.p-contact input[type="time"].validator-result-0,
.p-contact input[type="week"].validator-result-0,
.p-contact input[type="number"].validator-result-0,
.p-contact input[type="email"].validator-result-0,
.p-contact input[type="url"].validator-result-0,
.p-contact input[type="search"].validator-result-0,
.p-contact input[type="tel"].validator-result-0 {
	border: 1px solid #E3113A;
	background: #FCCBCB;
}

.p-contact input[type="text"]:-ms-input-placeholder,
.p-contact input[type="password"]:-ms-input-placeholder,
.p-contact input[type="datetime"]:-ms-input-placeholder,
.p-contact input[type="datetime-local"]:-ms-input-placeholder,
.p-contact input[type="date"]:-ms-input-placeholder,
.p-contact input[type="month"]:-ms-input-placeholder,
.p-contact input[type="time"]:-ms-input-placeholder,
.p-contact input[type="week"]:-ms-input-placeholder,
.p-contact input[type="number"]:-ms-input-placeholder,
.p-contact input[type="email"]:-ms-input-placeholder,
.p-contact input[type="url"]:-ms-input-placeholder,
.p-contact input[type="search"]:-ms-input-placeholder,
.p-contact input[type="tel"]:-ms-input-placeholder {
	color: #888;
}

.p-contact input[type="text"]::placeholder,
.p-contact input[type="password"]::placeholder,
.p-contact input[type="datetime"]::placeholder,
.p-contact input[type="datetime-local"]::placeholder,
.p-contact input[type="date"]::placeholder,
.p-contact input[type="month"]::placeholder,
.p-contact input[type="time"]::placeholder,
.p-contact input[type="week"]::placeholder,
.p-contact input[type="number"]::placeholder,
.p-contact input[type="email"]::placeholder,
.p-contact input[type="url"]::placeholder,
.p-contact input[type="search"]::placeholder,
.p-contact input[type="tel"]::placeholder {
	color: #888;
}

.p-contact input[type="text"]:-ms-input-placeholder,
.p-contact input[type="password"]:-ms-input-placeholder,
.p-contact input[type="datetime"]:-ms-input-placeholder,
.p-contact input[type="datetime-local"]:-ms-input-placeholder,
.p-contact input[type="date"]:-ms-input-placeholder,
.p-contact input[type="month"]:-ms-input-placeholder,
.p-contact input[type="time"]:-ms-input-placeholder,
.p-contact input[type="week"]:-ms-input-placeholder,
.p-contact input[type="number"]:-ms-input-placeholder,
.p-contact input[type="email"]:-ms-input-placeholder,
.p-contact input[type="url"]:-ms-input-placeholder,
.p-contact input[type="search"]:-ms-input-placeholder,
.p-contact input[type="tel"]:-ms-input-placeholder {
	color: #888;
}

.p-contact input[type="text"]::-ms-input-placeholder,
.p-contact input[type="password"]::-ms-input-placeholder,
.p-contact input[type="datetime"]::-ms-input-placeholder,
.p-contact input[type="datetime-local"]::-ms-input-placeholder,
.p-contact input[type="date"]::-ms-input-placeholder,
.p-contact input[type="month"]::-ms-input-placeholder,
.p-contact input[type="time"]::-ms-input-placeholder,
.p-contact input[type="week"]::-ms-input-placeholder,
.p-contact input[type="number"]::-ms-input-placeholder,
.p-contact input[type="email"]::-ms-input-placeholder,
.p-contact input[type="url"]::-ms-input-placeholder,
.p-contact input[type="search"]::-ms-input-placeholder,
.p-contact input[type="tel"]::-ms-input-placeholder {
	color: #888;
}

.p-contact textarea {
	font-size: 16px;
	padding: 10px;
	line-height: 1.8;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 5px;
	box-shadow: none;
}

.p-contact textarea.validator-result-0 {
	border: 1px solid #E3113A;
	background: #FCCBCB;
}

.p-contact select {
	vertical-align: top;
	margin-right: 5px;
	padding: 14px 40px 14px 16px;
	border: 1px solid #888;
	background: url(/themes/ndg/images/common/icon_select.svg) right 10px top 50% no-repeat, #FFF;
	background-size: 8px 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
}

.p-contact select::-ms-expand {
	display: none;
}

.p-contact__tab {
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin: 40px 0 -40px;
	padding-left: 10px;
	border-bottom: 2px solid #535353;
}

.p-contact__tab__item {
	padding: 0 5px;
}

.p-contact__tab__link {
	display: block;
	margin-bottom: -2px;
	border-bottom: 2px solid #F5F5F5;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 10px 20px;
	background: #F5F5F5;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #535353;
	font-size: 10px;
	text-align: center;
}

.p-contact__tab__link.active {
	border-top: 2px solid #535353;
	border-right: 2px solid #535353;
	border-left: 2px solid #535353;
}

.p-contact__tab__link:link,
.p-contact__tab__link:hover,
.p-contact__tab__link:visited {
	color: #535353;
}

.p-contact__tab__link:not(.active) {
	background-color: #888;
	border-top: 2px solid #888;
	border-right: 2px solid #888;
	border-left: 2px solid #888;
	border-bottom: none;
	color: #FFF;
}

.p-contact__tab__link:not(.active):link,
.p-contact__tab__link:not(.active):hover,
.p-contact__tab__link:not(.active):visited {
	color: #FFF;
}

.p-contact__tab__link span {
	display: block;
}

@media screen and (min-width: 768px) {
	.p-contact__tab__link {
		font-size: 18px;
	}

	.p-contact__tab__link span {
		display: inline;
	}
}

/* バリデーター
------------------------------ */
.valid-mark {
	display: none;
}

.valid-mark.valid {
	display: inline;
	color: #5CB85C;
	float: right;
}

.invalid {
	background: #FFEBEE !important;
}

/* その他
------------------------------ */
.p-contact .acms-form-checkbox {
	display: -ms-flexbox;
	display: flex;
	margin: 0 10px 10px;
	font-size: 14px;
}

.p-contact .acms-form-checkbox+span {
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.p-contact .acms-form-checkbox {
		display: -ms-inline-flexbox;
		display: inline-flex;
		font-size: 16px;
	}

	.p-contact .acms-form-checkbox+span {
		font-size: 16px;
	}
}

/* グループ項目
------------------------------ */
.p-contact-form-sort {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 15px;
}

.p-contact-form-sort__body {
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	padding-right: 10px;
}

@media screen and (min-width: 768px) {
	.p-contact-form-sort__inner {
		display: -ms-flexbox;
		display: flex;
	}
}

/* ------------------------------
　　コース
------------------------------ */
.p-course-test {
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-course-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}

.p-course-list__item {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 0 0 10px;
	box-sizing: border-box;
	color: #FFF;
}

.p-course-list__inner {
	position: relative;
	padding: 20px 10px;
	height: 100%;
	box-sizing: border-box;
}

.p-course-list__inner.-comic {
	background-color: #FF6482;
}

.p-course-list__inner.-animation {
	background-color: #FF7146;
}

.p-course-list__inner.-gamecg {
	background-color: #2FB8FF;
}

.p-course-list__inner.-graphic {
	background-color: #003b83;
}

.p-course-list__inner.-fashion {
	background-color: #C77FC2;
}

.p-course-list__inner.-illustration {
	background-color: #D36000;
}

.p-course-list__inner.-interior {
	background-color: #81C63C;
}

.p-course-list__inner.-molding {
	background-color: #08AF68;
}

.p-course-list__inner.-kenkyu {
	background-color: #7C90AF;
}

.p-course-list__inner:before {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 60px;
	height: 60px;
	background: #FFF;
	opacity: .2;
	-ms-transform: skewY(-45deg);
	transform: skewY(-45deg);
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
	content: "";
}

.p-course-list__link {
	display: block;
	color: #FFF;
	text-decoration: none;
}

.p-course-list__link:hover,
.p-course-list__link:visited,
.p-course-list__link:active,
.p-course-list__link:focus {
	color: #FFF;
	text-decoration: none;
}

.p-course-list__link:hover {
	opacity: .8;
}

.p-course-list__heading {
	margin: 0 0 20px;
	font-size: 18px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-course-list__name-en {
	position: absolute;
	top: 0;
	left: 0;
	opacity: .4;
}

.p-course-list__icon {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 50px;
}

.p-course-list-jobs {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
}

.p-course-list-jobs__heading {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 18px;
	border: 1px solid #FFF;
	font-size: 10px;
	line-height: 1;
}

@media screen and (min-width: 768px) {
	.p-course-list {
		margin: 0 -10px;
	}

	.p-course-list__item {
		width: 50%;
		padding: 0 10px 20px;
	}

	.p-course-list__heading {
		font-size: 22px;
	}

	.p-course-list-jobs {
		font-size: 16px;
	}

	.p-course-list-jobs__heading {
		font-size: 14px;
	}
}

.p-course-visual {
	position: relative;
	top: -70px;
}

.p-course-visual__label {
	padding: 10px 0 20px;
	background: rgba(105, 105, 105, .8);
}

.theme-comic .p-course-visual__label {
	background: rgba(255, 100, 130, .8);
}

.theme-animation .p-course-visual__label {
	background: rgba(255, 113, 70, .8);
}

.theme-gamecg .p-course-visual__label {
	background: rgba(47, 184, 255, .8);
}

.theme-graphic .p-course-visual__label {
	/*background: rgba(240, 157, 0, .8);*/
	background: rgba(0, 59, 131, .8);
}

.theme-fashion .p-course-visual__label {
	background: rgba(199, 127, 194, .8);
}

.theme-illustration .p-course-visual__label {
	background: rgba(211, 96, 0, .8);
}

.theme-interior .p-course-visual__label {
	background: rgba(129, 198, 60, .8);
}

.theme-molding .p-course-visual__label {
	background: rgba(8, 175, 104, .8);
}

.theme-kenkyu .p-course-visual__label {
	background: rgba(124, 144, 175, .8);
}

.p-course-visual__name-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 20px;
}

.p-course-visual__name-wrap img {
	margin-right: auto;
	margin-left: auto;
}

.p-course-visual__icon {
	color: #FFF;
	font-size: 70px;
}

.p-course-visual__name-en {
	height: 34px;
}

.p-course-visual__name {
	height: 15px;
}

.p-course-visual-list {
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
	color: #FFF;
	font-size: 14px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-course-visual-list__item {
	margin: 0 10px 10px;
	padding: 10px;
	border: 1px solid #FFF;
	box-sizing: border-box;
	text-align: center;
}

.p-course-visual-list__item ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
	font-family: "NewRodinProN-M", "NewRodinPro-M", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

.p-course-visual-list__item li {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 10px;
}

.p-course-visual-list__item li:last-child {
	padding: 0;
}

.p-course-visual-list__item li::after {
	display: inline-block;
	content: "／";
}

.p-course-visual-list__item li:last-child::after {
	content: "";
}

@media screen and (min-width: 768px) {
	.p-course-visual {
		top: -140px;
	}

	.p-course-visual__label {
		position: absolute;
		right: 0;
		bottom: 40px;
		left: 0;
		padding: 23px 0 52px;
	}

	.p-course-visual__name-wrap {
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-direction: inherit;
		flex-direction: inherit;
	}

	.p-course-visual__name-wrap img {
		margin-left: 0;
	}

	.p-course-visual__icon {
		margin-right: 10px;
		font-size: 100px;
	}

	.p-course-visual__name-en {
		height: 70px;
	}

	.p-course-visual__name {
		height: 32px;
	}

	.p-course-visual-list {
		display: -ms-flexbox;
		display: flex;
		margin: 0 20px;
		padding: 0;
	}

	.p-course-visual-list__item {
		-ms-flex: auto;
		flex: auto;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.p-course-visual-list__item ul {
		margin: 6px 0 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.p-course-visual-list__item li {
		-ms-flex-direction: row;
		flex-direction: row;
		font-size: 14px;
	}
}

.p-course-visual-slider {
	position: relative;
	margin: 0;
	z-index: 0;
	white-space: nowrap;
	font-size: 0;
}

.p-course-visual-slider__item {
	margin: 0;
	display: inline-block;
}

.p-course-visual-slider__link {
	display: block;
	transition: opacity .2s;
}

.p-course-visual-slider__link:hover {
	opacity: .6;
}

.p-course-visual-slider__img {
	max-height: 951px;
}

.p-course-visual-slider .slick-slide {
	font-size: 0;
	max-width: 100vw;
}

.p-course-visual-slider .slick-next,
.p-course-visual-slider .slick-prev {
	margin: 0;
	width: 20px;
	height: 40px;
	border-radius: 0;
}

.p-course-visual-slider .slick-prev:before,
.p-course-visual-slider .slick-next:before {
	position: absolute;
	z-index: 2;
	top: 0;
}

.p-course-visual-slider .slick-next:before {
	left: 0;
}

.p-course-visual-slider .slick-prev:before {
	right: 0;
}

@media screen and (min-width: 768px) {
	.p-course-visual-slider {
		padding-bottom: 12px;
	}

	.p-course-visual-slider__item {
		margin: 0 5px;
	}

	.p-course-visual-slider .slick-prev:before,
	.p-course-visual-slider .slick-next:before {
		position: absolute;
		z-index: 2;
	}

	.p-course-visual-slider .slick-next,
	.p-course-visual-slider .slick-prev {
		margin: 0;
		width: 34px;
		height: 68px;
	}

	.p-course-visual-slider .slick-slide {
		max-width: 100%;
	}
}

.p-cooperation-entry-wrap .p-entry {
	margin-bottom: 0;
}

.p-cooperation-popup-header {
	padding-top: 50px;
}

.p-cooperation-container {
	background-color: #d0ebff;
	padding: 20px 10px;
}

.p-cooperation-container__heading {
	color: #003b83;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 10px;
}

.p-cooperation-container p {
	font-size: 12px;
}

.p-cooperation-filter {
	border: 1px dashed #2E2E2E;
	background-color: #E8E8E8;
	max-width: 1020px;
	margin: 0 auto;
	padding: 25px 40px;
}

.p-cooperation-filter-wrap {
	padding-top: 40px;
	padding-bottom: 100px;
}

.p-cooperation-filter__title {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 15px;
}

.p-cooperation-filter__list {
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	padding-left: 0;
}

.p-cooperation-filter__item {
	-ms-flex: 1;
	flex: 1;
	padding: 0 10px;
}

.p-cooperation-filter__btn {
	border: 1px dashed #2E2E2E;
	color: #535353;
	padding: 10px 50px;
	line-height: 1;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-cooperation-filter__btn-wrap {
	text-align: center;
}

.p-cooperation-filter__icon {
	font-size: 38px;
}

.p-cooperation-filter__name {
	margin: 0 auto;
	max-width: 90%;
}

.p-cooperation-filter__link {
	display: block;
	padding: 5px 0;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #FFF;
	text-align: center;
}

.p-cooperation-filter__link.-comic {
	border: 1px solid #FF6482;
	color: #FF6482;
}

.p-cooperation-filter__link.-comic:link,
.p-cooperation-filter__link.-comic:hover,
.p-cooperation-filter__link.-comic:visited {
	color: #FF6482;
}

.p-cooperation-filter__link.-animation {
	border: 1px solid #FF7146;
	color: #FF7146;
}

.p-cooperation-filter__link.-animation:link,
.p-cooperation-filter__link.-animation:hover,
.p-cooperation-filter__link.-animation:visited {
	color: #FF7146;
}

.p-cooperation-filter__link.-gamecg {
	border: 1px solid #2FB8FF;
	color: #2FB8FF;
}

.p-cooperation-filter__link.-gamecg:link,
.p-cooperation-filter__link.-gamecg:hover,
.p-cooperation-filter__link.-gamecg:visited {
	color: #2FB8FF;
}

.p-cooperation-filter__link.-graphic {
	border: 1px solid #003b83;
	color: #003b83;
}

.p-cooperation-filter__link.-graphic:link,
.p-cooperation-filter__link.-graphic:hover,
.p-cooperation-filter__link.-graphic:visited {
	color: #003b83;
}

.p-cooperation-filter__link.-fashion {
	border: 1px solid #C77FC2;
	color: #C77FC2;
}

.p-cooperation-filter__link.-fashion:link,
.p-cooperation-filter__link.-fashion:hover,
.p-cooperation-filter__link.-fashion:visited {
	color: #C77FC2;
}

.p-cooperation-filter__link.-illustration {
	border: 1px solid #D36000;
	color: #D36000;
}

.p-cooperation-filter__link.-illustration:link,
.p-cooperation-filter__link.-illustration:hover,
.p-cooperation-filter__link.-illustration:visited {
	color: #D36000;
}

.p-cooperation-filter__link.-interior {
	border: 1px solid #81C63C;
	color: #81C63C;
}

.p-cooperation-filter__link.-interior:link,
.p-cooperation-filter__link.-interior:hover,
.p-cooperation-filter__link.-interior:visited {
	color: #81C63C;
}

.p-cooperation-filter__link.-molding {
	border: 1px solid #08AF68;
	color: #08AF68;
}

.p-cooperation-filter__link.-molding:link,
.p-cooperation-filter__link.-molding:hover,
.p-cooperation-filter__link.-molding:visited {
	color: #08AF68;
}

.p-cooperation-filter__link.-kenkyu {
	border: 1px solid #7C90AF;
	color: #7C90AF;
}

.p-cooperation-filter__link.-kenkyu:link,
.p-cooperation-filter__link.-kenkyu:hover,
.p-cooperation-filter__link.-kenkyu:visited {
	color: #7C90AF;
}

@media screen and (max-width: 767px) {
	.p-cooperation-filter {
		padding: 20px 10px;
	}

	.p-cooperation-filter__title {
		font-size: 15px;
	}

	.p-cooperation-filter__list {
		padding-left: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.p-cooperation-filter__item {
		-ms-flex: auto;
		flex: auto;
		width: 25%;
		padding: 2.5px;
		box-sizing: border-box;
	}

	.p-cooperation-filter-wrap {
		padding-bottom: 5px;
	}
}

.p-cooperation-summary {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 50px;
}

.p-cooperation-summary__item {
	width: 33.33333%;
	margin-bottom: 20px;
	padding: 10px;
	box-sizing: border-box;
}

.p-cooperation-summary__title {
	opacity: 0;
	margin: 0 !important;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 40px;
	box-sizing: border-box;
	background: rgba(46, 46, 46, .6);
	border-radius: 50%;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	transition: opacity .2s ease-out;
}

.p-cooperation-summary__inner {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	color: #FFF;
	text-decoration: none;
}

.p-cooperation-summary__inner.-comic {
	border: 3px solid #FF6482;
}

.p-cooperation-summary__inner.-animation {
	border: 3px solid #FF7146;
}

.p-cooperation-summary__inner.-gamecg {
	border: 3px solid #2FB8FF;
}

.p-cooperation-summary__inner.-graphic {
	border: 3px solid #003b83;
}

.p-cooperation-summary__inner.-fashion {
	border: 3px solid #C77FC2;
}

.p-cooperation-summary__inner.-illustration {
	border: 3px solid #D36000;
}

.p-cooperation-summary__inner.-interior {
	border: 3px solid #81C63C;
}

.p-cooperation-summary__inner.-molding {
	border: 3px solid #08AF68;
}

.p-cooperation-summary__inner.-kenkyu {
	border: 3px solid #7C90AF;
}

.p-cooperation-summary__inner:hover,
.p-cooperation-summary__inner:visited,
.p-cooperation-summary__inner:active,
.p-cooperation-summary__inner:focus {
	color: #FFF;
	text-decoration: none;
}

.p-cooperation-summary__inner:hover .p-cooperation-summary__title {
	opacity: 1;
}

.p-cooperation-summary__icon {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #FFF;
	font-size: 40px;
}

.p-cooperation-summary__icon.-comic {
	background-color: #FF6482;
}

.p-cooperation-summary__icon.-animation {
	background-color: #FF7146;
}

.p-cooperation-summary__icon.-gamecg {
	background-color: #2FB8FF;
}

.p-cooperation-summary__icon.-graphic {
	background-color: #003b83;
}

.p-cooperation-summary__icon.-fashion {
	background-color: #C77FC2;
}

.p-cooperation-summary__icon.-illustration {
	background-color: #D36000;
}

.p-cooperation-summary__icon.-interior {
	background-color: #81C63C;
}

.p-cooperation-summary__icon.-molding {
	background-color: #08AF68;
}

.p-cooperation-summary__icon.-kenkyu {
	background-color: #7C90AF;
}

@media screen and (max-width: 767px) {
	.p-cooperation-summary {
		padding-bottom: 85px;
	}

	.p-cooperation-summary.-course {
		padding-bottom: 20px;
	}

	.p-cooperation-summary__icon {
		bottom: -35px;
		left: calc(50% - 25px);
	}
}

@media screen and (min-width: 768px) {
	.p-cooperation-container {
		padding: 30px 10px;
	}

	.p-cooperation-container p {
		font-size: 16px;
	}

	.p-cooperation-container__heading {
		font-size: 36px;
	}

	.p-cooperation-summary__item {
		margin-bottom: 0;
	}

	.p-cooperation-summary__title {
		display: -ms-flexbox;
		display: flex;
	}

	.p-cooperation-summary__icon {
		width: 70px;
		height: 70px;
	}
}

/* ------------------------------
　　エントリー
------------------------------ */
.p-entry {
	margin: 0 0 25px;
}

.p-entry:before,
.p-entry:after {
	content: " ";
	display: table;
}

.p-entry:after {
	clear: both;
}

.p-entry.-course {
	position: relative;
	margin-top: -97px;
	margin-bottom: 0;
	padding: 50px 0 0;
	background: rgba(255, 255, 255, .8);
}

.p-entry.-guidance {
	margin-top: 50px;
}

.p-entry.-notitle {
	padding-top: 20px;
}

.p-entry-one-column {
	padding: 0 20px;
}

.scroll-hint {
	overflow-y: hidden !important;
}

.p-entry-column [class*="column-table-"] {
	margin-bottom: 30px;
}

.p-entry-column [class*="column-table-"]+p.text-left,
.p-entry-column [class*="column-table-"]+p.text-center {
	margin-top: -40px;
}

.scroll-hint-icon {
	top: calc(50% - 40px);
}

@media screen and (min-width: 768px) {
	.p-entry {
		padding: 0 40px;
	}

	.p-entry.-course {
		margin-top: -210px;
		padding: 50px 40px 0;
	}

	.p-entry.-notitle {
		padding-top: 30px;
	}
}

.p-entry-column [class*=column-image-] {
	margin-bottom: 30px;
}

/*  ヘッダー
------------------------------ */
/* ヘッダー
------------------------------ */
.p-entry-img {
	margin: 0;
	min-height: 40px;
	background-image: url(/themes/ndg/images/placeholder/no-pagevisual.svg);
	text-align: center;
}

.p-entry-img__full {
	width: 100%;
}

.p-entry-header {
	position: relative;
	margin-top: -32px;
	padding: 20px 10px 20px;
	background: rgba(255, 255, 255, .9);
}

.p-entry-header-cooperation {
	position: relative;
	z-index: 1;
	margin: 0 0 10px;
}

.p-entry-header-cooperation.-comic .p-entry-header-cooperation__info {
	background-color: #FF6482;
}

.p-entry-header-cooperation.-comic .p-entry-header-cooperation__title {
	color: #FF6482;
}

.p-entry-header-cooperation.-animation .p-entry-header-cooperation__info {
	background-color: #FF7146;
}

.p-entry-header-cooperation.-animation .p-entry-header-cooperation__title {
	color: #FF7146;
}

.p-entry-header-cooperation.-gamecg .p-entry-header-cooperation__info {
	background-color: #2FB8FF;
}

.p-entry-header-cooperation.-gamecg .p-entry-header-cooperation__title {
	color: #2FB8FF;
}

.p-entry-header-cooperation.-graphic .p-entry-header-cooperation__info {
	background-color: #003b83;
}

.p-entry-header-cooperation.-graphic .p-entry-header-cooperation__title {
	color: #003b83;
}

.p-entry-header-cooperation.-fashion .p-entry-header-cooperation__info {
	background-color: #C77FC2;
}

.p-entry-header-cooperation.-fashion .p-entry-header-cooperation__title {
	color: #C77FC2;
}

.p-entry-header-cooperation.-illustration .p-entry-header-cooperation__info {
	background-color: #D36000;
}

.p-entry-header-cooperation.-illustration .p-entry-header-cooperation__title {
	color: #D36000;
}

.p-entry-header-cooperation.-interior .p-entry-header-cooperation__info {
	background-color: #81C63C;
}

.p-entry-header-cooperation.-interior .p-entry-header-cooperation__title {
	color: #81C63C;
}

.p-entry-header-cooperation.-molding .p-entry-header-cooperation__info {
	background-color: #08AF68;
}

.p-entry-header-cooperation.-molding .p-entry-header-cooperation__title {
	color: #08AF68;
}

.p-entry-header-cooperation.-kenkyu .p-entry-header-cooperation__info {
	background-color: #7C90AF;
}

.p-entry-header-cooperation.-kenkyu .p-entry-header-cooperation__title {
	color: #7C90AF;
}

.p-entry-header-cooperation__info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	color: #FFF;
	font-size: 14px;
}

.p-entry-header-cooperation__info .ico {
	padding-right: 10px;
	font-size: 20px;
}

.p-entry-header-cooperation__title {
	margin: 0;
	font-size: 18px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-entry-date {
	display: inline-block;
	margin: 0 0 7px;
	color: #888;
	font-size: 14px;
}

/* タイトル */
.p-entry-title {
	margin: 0;
	font-size: 20px;
}

.p-entry-title a {
	color: #535353;
	text-decoration: none;
}

.p-entry-title a:hover,
.p-entry-title a:visited,
.p-entry-title a:focus,
.p-entry-title a:active {
	color: #535353;
	text-decoration: none;
}

.p-entry-title a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.p-entry-header {
		margin-top: -70px;
		padding: 30px 40px 20px;
	}

	.p-entry-img {
		min-height: 80px;
	}

	.p-entry-date {
		font-size: 20px;
	}

	.p-entry-title {
		font-size: 30px;
	}

	.p-entry-header-cooperation {
		margin: 0 0 30px;
	}

	.p-entry-header-cooperation__info {
		font-size: 16px;
	}

	.p-entry-header-cooperation__title {
		font-size: 24px;
	}
}

/*ラベル*/
.p-entry-label {
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0 -3.5px 15px;
	padding: 0;
}

.p-entry-label.-pc {
	display: none;
}

.p-entry-label__item {
	width: 96px;
	height: 36px;
	margin: 0 3.5px;
	padding: 0;
	box-sizing: border-box;
	border-radius: 5px;
}

@media screen and (min-width: 768px) {
	.p-entry-label {
		margin: 0 -5px 27px;
	}

	.p-entry-label.-pc {
		display: -ms-flexbox;
		display: flex;
	}

	.p-entry-label.-sp {
		display: none;
	}

	.p-entry-label__item {
		width: 175px;
		height: 28px;
		margin: 0 5px;
		padding: 0 15px;
	}

	.p-entry-label__item.-beginner {
		background-color: #C1E899;
	}

	.p-entry-label__item.-bus {
		background-color: #FF7474;
	}

	.p-entry-label__item.-parent {
		background-color: #2B8EBA;
	}

	.p-entry-label__item img {
		padding-top: 2.5px;
	}
}

/*  カスタムユニットのスタイル
------------------------------ */
.p-entry-column .c-image-circle img {
	border-radius: 50%;
}

.p-entry-column .c-typical-class {
	margin: 0 10px;
}

.p-entry-column .c-typical-class__img-wrap {
	-ms-flex-order: 1;
	order: 1;
	margin-left: -10px;
}

.p-entry-column .c-typical-class__heading {
	margin: 0 0 20px;
	font-size: 16px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.theme-comic .p-entry-column .c-typical-class__heading {
	color: #FF6482;
}

.theme-animation .p-entry-column .c-typical-class__heading {
	color: #FF7146;
}

.theme-gamecg .p-entry-column .c-typical-class__heading {
	color: #2FB8FF;
}

.theme-graphic .p-entry-column .c-typical-class__heading {
	color: #003b83;
}

.theme-fashion .p-entry-column .c-typical-class__heading {
	color: #C77FC2;
}

.theme-illustration .p-entry-column .c-typical-class__heading {
	color: #D36000;
}

.theme-interior .p-entry-column .c-typical-class__heading {
	color: #81C63C;
}

.theme-molding .p-entry-column .c-typical-class__heading {
	color: #08AF68;
}

.theme-kenkyu .p-entry-column .c-typical-class__heading {
	color: #7C90AF;
}

.p-entry-column .c-typical-class__detail {
	margin: 0;
	font-size: 12px;
}

.p-entry-column .c-typical-class__body {
	-ms-flex-order: 2;
	order: 2;
	position: relative;
	margin: -20px 0 0 10px;
	padding: 30px 0 30px 10px;
	background: rgba(255, 255, 255, .8);
}

.p-entry-column .c-typical-class.right .c-typical-class__img-wrap {
	-ms-flex-order: 2;
	order: 2;
	margin-left: 10px;
	margin-right: -10px;
}

.p-entry-column .c-typical-class.right .c-typical-class__body {
	-ms-flex-order: 1;
	order: 1;
	margin: -20px 10px 0 0;
	padding: 30px 10px 30px 0;
}

@media screen and (min-width: 768px) {
	.p-entry-column .c-typical-class {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0 10px 48px;
	}

	.p-entry-column .c-typical-class__img {
		min-width: 560px;
		max-width: 560px;
	}

	.p-entry-column .c-typical-class__img-wrap {
		margin: 0;
	}

	.p-entry-column .c-typical-class__heading {
		margin: 0 0 20px;
		font-size: 20px;
	}

	.p-entry-column .c-typical-class__detail {
		font-size: 16px;
	}

	.p-entry-column .c-typical-class__body {
		margin: 40px 0 0 -100px;
		padding: 40px 0 40px 30px;
	}

	.p-entry-column .c-typical-class.right .c-typical-class__img-wrap {
		margin: 0;
	}

	.p-entry-column .c-typical-class.right .c-typical-class__body {
		margin: 40px -100px 0 0;
		padding: 40px 30px 40px 0;
	}
}

.p-entry-column .c-about-contents {
	margin: 0 10px 20px;
}

.p-entry-column .c-about-contents.green .c-about-contents__heading,
.p-entry-column .c-about-contents.green .c-about-contents__catch {
	color: #81C63C;
}

.p-entry-column .c-about-contents.green .c-about-contents__detail li:before {
	border-color: #81C63C;
}

.p-entry-column .c-about-contents.pink .c-about-contents__heading,
.p-entry-column .c-about-contents.pink .c-about-contents__catch {
	color: #FF6482;
}

.p-entry-column .c-about-contents.pink .c-about-contents__detail li:before {
	border-color: #FF6482;
}

.p-entry-column .c-about-contents.orange .c-about-contents__heading,
.p-entry-column .c-about-contents.orange .c-about-contents__catch {
	color: #003b83;
}

.p-entry-column .c-about-contents.orange .c-about-contents__detail li:before {
	border-color: #003b83;
}

.p-entry-column .c-about-contents.blue .c-about-contents__heading,
.p-entry-column .c-about-contents.blue .c-about-contents__catch {
	color: #2FB8FF;
}

.p-entry-column .c-about-contents.blue .c-about-contents__detail li:before {
	border-color: #2FB8FF;
}

.p-entry-column .c-about-contents.green .c-about-contents__detail span {
	background: linear-gradient(transparent 47%, #E6F4D8 50%);
}

.p-entry-column .c-about-contents.pink .c-about-contents__detail span {
	background: linear-gradient(transparent 47%, #FFE0E6 50%);
}

.p-entry-column .c-about-contents.orange .c-about-contents__detail span {
	background: linear-gradient(transparent 47%, #FCECCD 50%);
}

.p-entry-column .c-about-contents.blue .c-about-contents__detail span {
	background: linear-gradient(transparent 47%, #D6F1FF 50%);
}

.p-entry-column .c-about-contents__img-wrap {
	position: relative;
	-ms-flex-order: 1;
	order: 1;
	margin-left: -10px;
}

.p-entry-column .c-about-contents__heading {
	margin: 0 10px 20px;
	color: #81C63C;
	font-size: 30px;
	text-shadow: 3px 3px 0 #FFF;
	line-height: 1;
}

.theme-comic .p-entry-column .c-about-contents__heading {
	color: #FF6482;
}

.theme-animation .p-entry-column .c-about-contents__heading {
	color: #FF7146;
}

.theme-gamecg .p-entry-column .c-about-contents__heading {
	color: #2FB8FF;
}

.theme-graphic .p-entry-column .c-about-contents__heading {
	color: #003b83;
}

.theme-fashion .p-entry-column .c-about-contents__heading {
	color: #C77FC2;
}

.theme-illustration .p-entry-column .c-about-contents__heading {
	color: #D36000;
}

.theme-interior .p-entry-column .c-about-contents__heading {
	color: #81C63C;
}

.theme-molding .p-entry-column .c-about-contents__heading {
	color: #08AF68;
}

.theme-kenkyu .p-entry-column .c-about-contents__heading {
	color: #7C90AF;
}

.p-entry-column .c-about-contents__catch {
	margin: 0 0 10px;
	color: #81C63C;
	font-size: 18px;
}

.p-entry-column .c-about-contents__detail {
	margin: 0 0 10px;
	padding: 0;
	font-size: 12px;
}

.p-entry-column .c-about-contents__detail span {
	background: linear-gradient(transparent 47%, #E6F4D8 50%);
}

.p-entry-column .c-about-contents__detail li {
	position: relative;
	background: none;
	font-size: 12px;
}

.p-entry-column .c-about-contents__detail li::before {
	position: absolute;
	top: 6px;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 16px;
	box-sizing: border-box;
	border: 2px solid #81C63C;
	content: "";
}

.p-entry-column .c-about-contents__body {
	-ms-flex-order: 2;
	order: 2;
	position: relative;
	margin: -30px 0 0 0;
	padding: 20px 0 0 10px;
	background: rgba(255, 255, 255, .8);
}

.p-entry-column .c-about-contents.right .c-about-contents__img-wrap {
	-ms-flex-order: 2;
	order: 2;
	margin-left: 0;
	margin-right: -10px;
}

.p-entry-column .c-about-contents.right .c-about-contents__body {
	-ms-flex-order: 1;
	order: 1;
	margin: -30px 0 0 0;
	padding: 20px 10px 0 0;
}

.p-entry-column .c-about-contents-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-entry-column .c-about-contents-list.green .c-about-contents-list__btn {
	background: #81C63C;
}

.p-entry-column .c-about-contents-list.pink .c-about-contents-list__btn {
	background: #FF6482;
}

.p-entry-column .c-about-contents-list.orange .c-about-contents-list__btn {
	background: #003b83;
}

.p-entry-column .c-about-contents-list.blue .c-about-contents-list__btn {
	background: #2FB8FF;
}

.p-entry-column .c-about-contents-list__item {
	padding: 0;
}

.p-entry-column .c-about-contents-list__item:last-child {
	margin-bottom: 0;
}

.p-entry-column .c-about-contents-list__btn {
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 10px 10px 10px 20px;
	background: #81C63C;
	border-radius: 10px;
	color: #FFF;
	text-decoration: none;
}

.p-entry-column .c-about-contents-list__btn:hover,
.p-entry-column .c-about-contents-list__btn:visited,
.p-entry-column .c-about-contents-list__btn:link {
	color: #FFF;
	text-decoration: none;
}

.p-entry-column .c-about-contents-list__btn::after {
	display: inline-block;
	padding-left: 90px;
	font-size: 20px;
	content: "";
	font-family: "icomoon";
	font: normal normal normal 16px/1 icomoon;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
	.p-entry-column .c-about-contents {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 60px 10px 30px;
	}

	.p-entry-column .c-about-contents__img {
		min-width: 620px;
		max-width: 620px;
	}

	.p-entry-column .c-about-contents__img-wrap {
		margin: 0;
	}

	.p-entry-column .c-about-contents__heading {
		position: absolute !important;
		z-index: 1;
		left: -40px;
		margin: -50px 0 30px;
		font-size: 70px;
	}

	.p-entry-column .c-about-contents__catch {
		margin: 0 0 30px;
		font-size: 26px;
	}

	.p-entry-column .c-about-contents__detail {
		margin: 0 0 30px;
		font-size: 18px;
	}

	.p-entry-column .c-about-contents__detail li {
		font-size: 14px;
	}

	.p-entry-column .c-about-contents__body {
		margin: 40px 0 0 -100px;
		padding: 40px 0 40px 40px;
	}

	.p-entry-column .c-about-contents.right .c-about-contents__img-wrap {
		margin: 0;
	}

	.p-entry-column .c-about-contents.right .c-about-contents__heading {
		right: -40px;
		left: inherit;
	}

	.p-entry-column .c-about-contents.right .c-about-contents__body {
		margin: 40px -100px 0 0;
		padding: 40px 40px 40px 0;
	}
}

.p-entry-column .p-entry-senior {
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0 10px 20px;
	box-sizing: border-box;
}

.p-entry-column .p-entry-senior__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-entry-column .p-entry-senior__inner {
	-ms-flex: 1;
	flex: 1;
	position: relative;
	padding: 16px 10px;
	box-sizing: border-box;
}

.p-entry-column .p-entry-senior.-comic .p-entry-senior__inner {
	background-color: #FFE0E6;
}

.p-entry-column .p-entry-senior.-animation .p-entry-senior__inner {
	background-color: #FFE3DA;
}

.p-entry-column .p-entry-senior.-gamecg .p-entry-senior__inner {
	background-color: #D6F1FF;
}

.p-entry-column .p-entry-senior.-graphic .p-entry-senior__inner {
	background-color: #FCECCD;
}

.p-entry-column .p-entry-senior.-fashion .p-entry-senior__inner {
	background-color: #F4E5F3;
}

.p-entry-column .p-entry-senior.-illustration .p-entry-senior__inner {
	background-color: #FFE2C9;
}

.p-entry-column .p-entry-senior.-interior .p-entry-senior__inner {
	background-color: #E6F4D8;
}

.p-entry-column .p-entry-senior.-molding .p-entry-senior__inner {
	background-color: #CCEFE0;
}

.p-entry-column .p-entry-senior.-kenkyu .p-entry-senior__inner {
	background-color: #DFE4EB;
}

.p-entry-column .p-entry-senior.-comic .p-entry-senior__icon::before {
	background-color: rgba(255, 100, 130, .6);
}

.p-entry-column .p-entry-senior.-comic .p-entry-senior__category {
	background-color: #FF6482;
}

.p-entry-column .p-entry-senior.-comic .p-entry-senior__company {
	color: #FF6482;
}

.p-entry-column .p-entry-senior.-animation .p-entry-senior__icon::before {
	background-color: rgba(255, 113, 70, .6);
}

.p-entry-column .p-entry-senior.-animation .p-entry-senior__category {
	background-color: #FF7146;
}

.p-entry-column .p-entry-senior.-animation .p-entry-senior__company {
	color: #FF7146;
}

.p-entry-column .p-entry-senior.-gamecg .p-entry-senior__icon::before {
	background-color: rgba(47, 184, 255, .6);
}

.p-entry-column .p-entry-senior.-gamecg .p-entry-senior__category {
	background-color: #2FB8FF;
}

.p-entry-column .p-entry-senior.-gamecg .p-entry-senior__company {
	color: #2FB8FF;
}

.p-entry-column .p-entry-senior.-graphic .p-entry-senior__icon::before {
	background-color: rgba(240, 157, 0, .6);
}

.p-entry-column .p-entry-senior.-graphic .p-entry-senior__category {
	background-color: #003b83;
}

.p-entry-column .p-entry-senior.-graphic .p-entry-senior__company {
	color: #003b83;
}

.p-entry-column .p-entry-senior.-fashion .p-entry-senior__icon::before {
	background-color: rgba(199, 127, 194, .6);
}

.p-entry-column .p-entry-senior.-fashion .p-entry-senior__category {
	background-color: #C77FC2;
}

.p-entry-column .p-entry-senior.-fashion .p-entry-senior__company {
	color: #C77FC2;
}

.p-entry-column .p-entry-senior.-illustration .p-entry-senior__icon::before {
	background-color: rgba(211, 96, 0, .6);
}

.p-entry-column .p-entry-senior.-illustration .p-entry-senior__category {
	background-color: #D36000;
}

.p-entry-column .p-entry-senior.-illustration .p-entry-senior__company {
	color: #D36000;
}

.p-entry-column .p-entry-senior.-interior .p-entry-senior__icon::before {
	background-color: rgba(129, 198, 60, .6);
}

.p-entry-column .p-entry-senior.-interior .p-entry-senior__category {
	background-color: #81C63C;
}

.p-entry-column .p-entry-senior.-interior .p-entry-senior__company {
	color: #81C63C;
}

.p-entry-column .p-entry-senior.-molding .p-entry-senior__icon::before {
	background-color: rgba(8, 175, 104, .6);
}

.p-entry-column .p-entry-senior.-molding .p-entry-senior__category {
	background-color: #08AF68;
}

.p-entry-column .p-entry-senior.-molding .p-entry-senior__company {
	color: #08AF68;
}

.p-entry-column .p-entry-senior.-kenkyu .p-entry-senior__icon::before {
	background-color: rgba(124, 144, 175, .6);
}

.p-entry-column .p-entry-senior.-kenkyu .p-entry-senior__category {
	background-color: #7C90AF;
}

.p-entry-column .p-entry-senior.-kenkyu .p-entry-senior__company {
	color: #7C90AF;
}

.p-entry-column .p-entry-senior__icon {
	overflow: hidden;
	position: relative;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	color: #FFF;
	font-size: 30px;
}

.p-entry-column .p-entry-senior__icon::before {
	position: absolute;
	z-index: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: rgba(46, 46, 46, .2);
	-ms-transform: skewY(-45deg);
	transform: skewY(-45deg);
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
	content: "";
}

.p-entry-column .p-entry-senior__icon span {
	position: relative;
	top: -4px;
}

.p-entry-column .p-entry-senior__img-wrap {
	position: relative;
	min-width: 115px;
	max-width: 115px;
	margin: 0 auto 13px;
}

.p-entry-column .p-entry-senior__img {
	margin: 0 auto;
}

.p-entry-column .p-entry-senior__label {
	position: absolute;
	top: 2px;
	right: -5px;
	width: 44px;
	height: 44px;
}

.p-entry-column .p-entry-senior__company {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 1.3;
}

.p-entry-column .p-entry-senior__comment {
	-ms-flex: 1;
	flex: 1;
	position: relative;
	display: inline-block;
	margin: 0 0 0 12px;
	padding: 24px 20px;
	min-width: 120px;
	max-width: 100%;
	background: #FFF;
	border: 1px solid #696969;
	border-radius: 20px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.6;
}

.p-entry-column .p-entry-senior__comment span {
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-entry-column .p-entry-senior__comment::before {
	position: absolute;
	z-index: 2;
	top: 60px;
	left: -13px;
	margin-top: -13px;
	border: 6px solid transparent;
	border-right: 8px solid #FFF;
	content: "";
}

.p-entry-column .p-entry-senior__comment::after {
	position: absolute;
	z-index: 1;
	top: 60px;
	left: -16px;
	margin-top: -14px;
	border: 7px solid transparent;
	border-right: 9px solid #696969;
	content: "";
}

.p-entry-column .p-entry-senior__category {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 -10px 9px;
	padding: 5px 10px;
	color: #FFF;
	font-size: 10px;
	line-height: 1;
}

.p-entry-column .p-entry-senior__name {
	margin: 0 0 5px;
	font-size: 12px;
	line-height: 1.4;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-entry-column .p-entry-senior__name span {
	padding-left: 5px;
	font-size: 14px;
}

.p-entry-column .p-entry-senior__school {
	margin: 0;
	font-size: 10px;
	line-height: 1.3;
}

@media screen and (min-width: 768px) {
	.p-entry-column .p-entry-senior__company {
		font-size: 16px;
	}

	.p-entry-column .p-entry-senior__category {
		font-size: 12px;
	}

	.p-entry-column .p-entry-senior__name {
		font-size: 14px;
	}

	.p-entry-column .p-entry-senior__school {
		font-size: 14px;
	}
}

.p-entry-column .c-course-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

.p-entry-column .c-course-nav__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 33.33333%;
	padding: 0;
	background: 0;
}

.p-entry-column .c-course-nav.-column {
	margin: 0 -5px 10px;
}

.p-entry-column .c-course-nav.-column .c-course-nav__item {
	width: 50%;
	padding: 0 5px 10px;
	box-sizing: border-box;
}

.p-entry-column .c-course-nav__img {
	width: 100%;
	vertical-align: bottom;
	transition: opacity .2s ease-out;
}

.p-entry-column .c-course-nav__img-wrap,
.p-entry-column .c-course-nav__link-wrap {
	min-height: calc(1%);
}

.p-entry-column .c-course-nav__link {
	height: 100%;
	text-decoration: none;
}

.p-entry-column .c-course-nav__link:hover {
	text-decoration: none;
}

.p-entry-column .c-course-nav__link:hover .c-course-nav__img {
	opacity: .7;
}

.p-entry-column .c-course-nav-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin: 0;
	padding: 0;
}

.p-entry-column .c-course-nav-list__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-bottom: 2px;
	padding: 8px;
	box-sizing: border-box;
	background: none;
	font-size: 14px;
	text-align: center;
}

.p-entry-column .c-course-nav-list__link {
	text-decoration: none;
	color: #535353;
}

.p-entry-column .c-course-nav-list__link:hover,
.p-entry-column .c-course-nav-list__link:visited,
.p-entry-column .c-course-nav-list__link:focus,
.p-entry-column .c-course-nav-list__link:active {
	color: #535353;
	text-decoration: none;
}

.p-entry-column .c-course-nav-list__link:hover {
	text-decoration: underline;
}

.p-entry-column .c-course-nav-list.-comic .c-course-nav-list__item {
	background: #FFE0E6;
}

.p-entry-column .c-course-nav-list.-animation .c-course-nav-list__item {
	background: #FFE3DA;
}

.p-entry-column .c-course-nav-list.-gamecg .c-course-nav-list__item {
	background: #D6F1FF;
}

.p-entry-column .c-course-nav-list.-graphic .c-course-nav-list__item {
	background: #FCECCD;
}

.p-entry-column .c-course-nav-list.-fashion .c-course-nav-list__item {
	background: #F4E5F3;
}

.p-entry-column .c-course-nav-list.-illustration .c-course-nav-list__item {
	background: #FFE2C9;
}

.p-entry-column .c-course-nav-list.-interior .c-course-nav-list__item {
	background: #E6F4D8;
}

.p-entry-column .c-course-nav-list.-molding .c-course-nav-list__item {
	background: #CCEFE0;
}

.p-entry-column .c-course-nav-list.-kenkyu .c-course-nav-list__item {
	background: #DFE4EB;
}

.p-entry-column .c-course-nav-list.-comic .c-course-nav-list__link {
	color: #FF6482;
}

.p-entry-column .c-course-nav-list.-animation .c-course-nav-list__link {
	color: #FF7146;
}

.p-entry-column .c-course-nav-list.-gamecg .c-course-nav-list__link {
	color: #2FB8FF;
}

.p-entry-column .c-course-nav-list.-graphic .c-course-nav-list__link {
	color: #003b83;
}

.p-entry-column .c-course-nav-list.-fashion .c-course-nav-list__link {
	color: #C77FC2;
}

.p-entry-column .c-course-nav-list.-illustration .c-course-nav-list__link {
	color: #D36000;
}

.p-entry-column .c-course-nav-list.-interior .c-course-nav-list__link {
	color: #81C63C;
}

.p-entry-column .c-course-nav-list.-molding .c-course-nav-list__link {
	color: #08AF68;
}

.p-entry-column .c-course-nav-list.-kenkyu .c-course-nav-list__link {
	color: #7C90AF;
}

@media screen and (min-width: 768px) {
	.p-entry-column .c-course-nav {
		margin: 0 0 60px;
	}

	.p-entry-column .c-course-nav.-column {
		margin: 0 0 28px;
	}

	.p-entry-column .c-course-nav.-column .c-course-nav__item {
		width: 33.33333%;
		padding: 0 10px 32px;
	}
}

.p-entry-column .p-entry-graduate {
	width: calc(100% / 2);
	margin: 0 0 10px;
	padding: 0 5px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	box-sizing: border-box;
}

.p-entry-column .p-entry-graduate__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	background: #FFF;
	border: 1px solid #DDD;
	box-sizing: border-box;
}

.p-entry-column .p-entry-graduate-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	margin: 0 5px;
}

.p-entry-column .p-entry-graduate__body {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	padding: 0 10px 15px;
}

.p-entry-column .p-entry-graduate__body.-comic .p-entry-graduate__course {
	color: #FF6482;
}

.p-entry-column .p-entry-graduate__body.-comic .p-entry-graduate__link {
	background: #FF6482;
}

.p-entry-column .p-entry-graduate__body.-animation .p-entry-graduate__course {
	color: #FF7146;
}

.p-entry-column .p-entry-graduate__body.-animation .p-entry-graduate__link {
	background: #FF7146;
}

.p-entry-column .p-entry-graduate__body.-gamecg .p-entry-graduate__course {
	color: #2FB8FF;
}

.p-entry-column .p-entry-graduate__body.-gamecg .p-entry-graduate__link {
	background: #2FB8FF;
}

.p-entry-column .p-entry-graduate__body.-graphic .p-entry-graduate__course {
	color: #003b83;
}

.p-entry-column .p-entry-graduate__body.-graphic .p-entry-graduate__link {
	background: #003b83;
}

.p-entry-column .p-entry-graduate__body.-fashion .p-entry-graduate__course {
	color: #C77FC2;
}

.p-entry-column .p-entry-graduate__body.-fashion .p-entry-graduate__link {
	background: #C77FC2;
}

.p-entry-column .p-entry-graduate__body.-illustration .p-entry-graduate__course {
	color: #D36000;
}

.p-entry-column .p-entry-graduate__body.-illustration .p-entry-graduate__link {
	background: #D36000;
}

.p-entry-column .p-entry-graduate__body.-interior .p-entry-graduate__course {
	color: #81C63C;
}

.p-entry-column .p-entry-graduate__body.-interior .p-entry-graduate__link {
	background: #81C63C;
}

.p-entry-column .p-entry-graduate__body.-molding .p-entry-graduate__course {
	color: #08AF68;
}

.p-entry-column .p-entry-graduate__body.-molding .p-entry-graduate__link {
	background: #08AF68;
}

.p-entry-column .p-entry-graduate__body.-kenkyu .p-entry-graduate__course {
	color: #7C90AF;
}

.p-entry-column .p-entry-graduate__body.-kenkyu .p-entry-graduate__link {
	background: #7C90AF;
}

.p-entry-column .p-entry-graduate__img-wrap {
	width: 100%;
	min-height: calc(1%);
	height: 0;
	margin-bottom: 15px;
	padding-bottom: 100%;
	background-repeat: no-repeat, repeat;
	background-size: contain, 300px;
	background-position: center, top left;
}

.p-entry-column .p-entry-graduate__name {
	margin: 0 0 8px;
	color: #535353;
	font-size: 16px;
	line-height: 1.1;
}

.p-entry-column .p-entry-graduate__name span {
	display: block;
	padding-top: 10px;
	font-size: 12px;
}

.p-entry-column .p-entry-graduate__course {
	margin: 0 0 8px;
	font-size: 10px;
}

.p-entry-column .p-entry-graduate__office {
	margin: 0 0 20px;
	color: #535353;
	font-size: 12px;
	line-height: 1.3;
}

.p-entry-column .p-entry-graduate__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto -5px 0;
	padding: 5px;
	background-color: #696969;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 12px;
}

.p-entry-column .p-entry-graduate__link:link,
.p-entry-column .p-entry-graduate__link:hover,
.p-entry-column .p-entry-graduate__link:visited {
	color: #FFF;
	text-decoration: none;
}

.p-entry-column .p-entry-graduate__link::after {
	display: block;
	color: #FFF;
	font-size: 14px;
	content: "";
	font-family: "icomoon";
	font: normal normal normal 16px/1 icomoon;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.p-entry-column .p-entry-graduate-popup {
	margin: 0 -30px;
	padding: 0 0 20px;
	box-sizing: border-box;
	color: #535353;
}

.p-entry-column .p-entry-graduate-popup-wrap {
	padding-right: 10px;
	padding-left: 10px;
}

.p-entry-column .p-entry-graduate-popup__body {
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	padding-bottom: 25px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-entry-column .p-entry-graduate-popup__body.-comic .p-entry-graduate-popup__course {
	color: #FF6482;
}

.p-entry-column .p-entry-graduate-popup__body.-comic .p-entry-graduate-popup__link {
	background: #FF6482;
}

.p-entry-column .p-entry-graduate-popup__body.-animation .p-entry-graduate-popup__course {
	color: #FF7146;
}

.p-entry-column .p-entry-graduate-popup__body.-animation .p-entry-graduate-popup__link {
	background: #FF7146;
}

.p-entry-column .p-entry-graduate-popup__body.-gamecg .p-entry-graduate-popup__course {
	color: #2FB8FF;
}

.p-entry-column .p-entry-graduate-popup__body.-gamecg .p-entry-graduate-popup__link {
	background: #2FB8FF;
}

.p-entry-column .p-entry-graduate-popup__body.-graphic .p-entry-graduate-popup__course {
	color: #003b83;
}

.p-entry-column .p-entry-graduate-popup__body.-graphic .p-entry-graduate-popup__link {
	background: #003b83;
}

.p-entry-column .p-entry-graduate-popup__body.-fashion .p-entry-graduate-popup__course {
	color: #C77FC2;
}

.p-entry-column .p-entry-graduate-popup__body.-fashion .p-entry-graduate-popup__link {
	background: #C77FC2;
}

.p-entry-column .p-entry-graduate-popup__body.-illustration .p-entry-graduate-popup__course {
	color: #D36000;
}

.p-entry-column .p-entry-graduate-popup__body.-illustration .p-entry-graduate-popup__link {
	background: #D36000;
}

.p-entry-column .p-entry-graduate-popup__body.-interior .p-entry-graduate-popup__course {
	color: #81C63C;
}

.p-entry-column .p-entry-graduate-popup__body.-interior .p-entry-graduate-popup__link {
	background: #81C63C;
}

.p-entry-column .p-entry-graduate-popup__body.-molding .p-entry-graduate-popup__course {
	color: #08AF68;
}

.p-entry-column .p-entry-graduate-popup__body.-molding .p-entry-graduate-popup__link {
	background: #08AF68;
}

.p-entry-column .p-entry-graduate-popup__body.-kenkyu .p-entry-graduate-popup__course {
	color: #7C90AF;
}

.p-entry-column .p-entry-graduate-popup__body.-kenkyu .p-entry-graduate-popup__link {
	background: #7C90AF;
}

.p-entry-column .p-entry-graduate-popup__img {
	margin-right: 10px;
}

.p-entry-column .p-entry-graduate-popup__product-img {
	max-width: 100%;
	width: auto;
	margin: 0 auto 20px;
}

.p-entry-column .p-entry-graduate-popup__name {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.1;
}

.p-entry-column .p-entry-graduate-popup__name span {
	display: block;
	padding-top: 10px;
	font-size: 12px;
}

.p-entry-column .p-entry-graduate-popup__course {
	margin: 0 0 8px;
	font-size: 12px;
}

.p-entry-column .p-entry-graduate-popup__office {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.3;
}

.p-entry-column .p-entry-graduate-popup__img-wrapper {
	text-align: center;
	margin-bottom: 50px;
}

.p-entry-column .p-entry-graduate-popup__contents {
	overflow: auto;
	display: none;
	z-index: -1;
	background: rgba(44, 44, 44, .6);
	color: #FFF;
	opacity: 0;
}

.p-entry-column .p-entry-graduate-popup__contents.is-active {
	z-index: 50;
	opacity: 1;
}

.p-entry-column .p-entry-graduate-popup__question.-comic dt {
	background: #FF6482;
}

.p-entry-column .p-entry-graduate-popup__question.-animation dt {
	background: #FF7146;
}

.p-entry-column .p-entry-graduate-popup__question.-gamecg dt {
	background: #2FB8FF;
}

.p-entry-column .p-entry-graduate-popup__question.-graphic dt {
	background: #003b83;
}

.p-entry-column .p-entry-graduate-popup__question.-fashion dt {
	background: #C77FC2;
}

.p-entry-column .p-entry-graduate-popup__question.-illustration dt {
	background: #D36000;
}

.p-entry-column .p-entry-graduate-popup__question.-interior dt {
	background: #81C63C;
}

.p-entry-column .p-entry-graduate-popup__question.-molding dt {
	background: #08AF68;
}

.p-entry-column .p-entry-graduate-popup__question.-kenkyu dt {
	background: #7C90AF;
}

.p-entry-column .p-entry-graduate-popup__question.-hs1 dt {
	background: #FF6482;
}

.p-entry-column .p-entry-graduate-popup__question.-hs2 dt {
	background: #2FB8FF;
}

.p-entry-column .p-entry-graduate-popup__question.-hs3 dt {
	background: #003b83;
}

.p-entry-column .p-entry-graduate-popup__question.-debut dt {
	background: #08AF68;
}

.p-entry-column .p-entry-graduate-popup__question.-international dt {
	background: #FF7146;
}

.p-entry-column .p-entry-graduate-popup__question.-parents dt {
	background: #C77FC2;
}

.p-entry-column .p-entry-graduate-popup__question dt {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	background: #696969;
	color: #FFF;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 20px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-entry-column .p-entry-graduate-popup__question dt img {
	padding-right: 8px;
}

.p-entry-column .p-entry-graduate-popup__question dd {
	margin-bottom: 30px;
	font-size: 12px;
}

.p-entry-column .p-entry-graduate-popup__close-wrapper {
	text-align: center;
}

.p-entry-column .p-entry-graduate-popup__close-text {
	margin-left: 15px;
	display: inline-block;
}

.p-entry-column .p-entry-graduate-popup__close {
	background-color: rgba(0, 0, 0, .8);
	color: #FFF;
	display: inline-block;
	padding: 10px 20px 10px 35px;
	position: relative;
	font-size: 16px;
}

.p-entry-column .p-entry-graduate-popup__close:link,
.p-entry-column .p-entry-graduate-popup__close:hover,
.p-entry-column .p-entry-graduate-popup__close:visited {
	color: #FFF;
}

.p-entry-column .p-entry-graduate-popup__close:before,
.p-entry-column .p-entry-graduate-popup__close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 10px;
	left: 20px;
	width: 2px;
	height: 20px;
	border-radius: 4px;
	background: #FFF;
	transition: background .2s ease-in-out;
}

.p-entry-column .p-entry-graduate-popup__close:before {
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.p-entry-column .p-entry-graduate-popup__close:after {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.p-entry-column .p-entry-graduate-popup__product {
	margin-bottom: 20px;
	border-bottom: 1px solid #2C2C2C;
}

.p-entry-column .p-entry-graduate-popup__product-title {
	margin: 0 0 10px;
	font-size: 18px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.4;
}

.p-entry-column .p-entry-graduate-popup__product-cr {
	margin: 0 0 15px;
	font-size: 12px;
}

.p-entry-column .p-entry-graduate-popup__product-comment {
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 1.4;
}

.p-entry-column .c-custom-slider {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding-bottom: 30px;
	z-index: 0;
	white-space: nowrap;
	font-size: 0;
}

.p-entry-column .c-custom-slider__item {
	margin: 0;
	display: inline-block;
}

.p-entry-column .c-custom-slider__link {
	display: block;
	transition: opacity .2s;
}

.p-entry-column .c-custom-slider__link:hover {
	opacity: .6;
}

.p-entry-column .c-custom-slider__img {
	max-height: 1130px;
}

.p-entry-column .c-custom-slider .slick-slide {
	font-size: 0;
	max-width: 100vw;
}

.p-entry-column .c-custom-slider .slick-next,
.p-entry-column .c-custom-slider .slick-prev {
	margin: 0;
	width: 20px;
	height: 40px;
	border-radius: 0;
}

.p-entry-column .c-custom-slider .slick-prev:before,
.p-entry-column .c-custom-slider .slick-next:before {
	position: absolute;
	z-index: 2;
	top: 0;
}

.p-entry-column .c-custom-slider .slick-next:before {
	left: 0;
}

.p-entry-column .c-custom-slider .slick-prev:before {
	right: 0;
}

@media screen and (min-width: 768px) {
	.p-entry-column .p-entry-graduate {
		width: calc(100% / 3);
		margin: 0 0 20px;
		padding: 0 10px;
	}

	.p-entry-column .p-entry-graduate-wrap {
		margin: 0 -10px;
	}

	.p-entry-column .p-entry-graduate__img-wrap {
		margin-bottom: 22px;
	}

	.p-entry-column .p-entry-graduate__body {
		padding: 0 15px 20px;
	}

	.p-entry-column .p-entry-graduate__link {
		margin: auto 20px 0;
		padding: 10px 20px;
		font-size: 16px;
	}

	.p-entry-column .p-entry-graduate__link::after {
		font-size: 25px;
	}

	.p-entry-column .p-entry-graduate__course {
		font-size: 12px;
	}

	.p-entry-column .p-entry-graduate__office {
		margin: 0 0 40px;
		font-size: 16px;
	}

	.p-entry-column .p-entry-graduate__name {
		margin: 5px 0 8px;
		font-size: 20px;
	}

	.p-entry-column .p-entry-graduate__product-title {
		font-size: 20px;
	}

	.p-entry-column .p-entry-graduate__product-cr {
		font-size: 14px;
	}

	.p-entry-column .p-entry-graduate__product-comment {
		font-size: 18px;
	}

	.p-entry-column .p-entry-graduate-popup {
		margin: 0;
		padding: 0 0 20px;
	}

	.p-entry-column .p-entry-graduate-popup__body {
		padding-bottom: 50px;
	}

	.p-entry-column .p-entry-graduate-popup__name {
		font-size: 22px;
	}

	.p-entry-column .p-entry-graduate-popup__course {
		font-size: 14px;
	}

	.p-entry-column .p-entry-graduate-popup__office {
		font-size: 16px;
	}

	.p-entry-column .p-entry-graduate-popup__question dt {
		font-size: 20px;
	}

	.p-entry-column .p-entry-graduate-popup__question dd {
		margin-bottom: 80px;
		font-size: 18px;
	}

	.p-entry-column .c-custom-slider {
		padding-bottom: 112px;
	}

	.p-entry-column .c-custom-slider__item {
		margin: 0 5px;
		border: 1px solid #535353;
	}

	.p-entry-column .c-custom-slider .slick-prev:before,
	.p-entry-column .c-custom-slider .slick-next:before {
		position: absolute;
		z-index: 2;
	}

	.p-entry-column .c-custom-slider .slick-next,
	.p-entry-column .c-custom-slider .slick-prev {
		margin: 0;
		width: 34px;
		height: 68px;
	}

	.p-entry-column .c-custom-slider .slick-slide {
		max-width: 510px;
		margin: 0 10px;
	}
}

.p-entry-column .c-custom-winning__heading-wrap {
	margin: 0 10px 20px;
}

.p-entry-column .c-custom-winning__heading {
	margin: 0 0 10px;
	font-size: 18px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-entry-column .c-custom-winning__caption {
	margin: 0 0 10px;
	color: #888;
	font-size: 12px;
}

.p-entry-column .c-custom-winning-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-entry-column .c-custom-winning-list__item {
	margin: 0;
	padding: 0 10px 20px;
	width: 100%;
	background: none;
	box-sizing: border-box;
}

.p-entry-column .c-custom-winning-list__inner {
	padding: 0 0 0 8px;
	border-left: 2px solid #2E2E2E;
}

.theme-comic .p-entry-column .c-custom-winning-list__inner {
	border-left-color: #FF6482;
}

.theme-animation .p-entry-column .c-custom-winning-list__inner {
	border-left-color: #FF7146;
}

.theme-gamecg .p-entry-column .c-custom-winning-list__inner {
	border-left-color: #2FB8FF;
}

.theme-graphic .p-entry-column .c-custom-winning-list__inner {
	border-left-color: #003b83;
}

.theme-fashion .p-entry-column .c-custom-winning-list__inner {
	border-left-color: #C77FC2;
}

.theme-illustration .p-entry-column .c-custom-winning-list__inner {
	border-left-color: #D36000;
}

.theme-interior .p-entry-column .c-custom-winning-list__inner {
	border-left-color: #81C63C;
}

.theme-molding .p-entry-column .c-custom-winning-list__inner {
	border-left-color: #08AF68;
}

.theme-kenkyu .p-entry-column .c-custom-winning-list__inner {
	border-left-color: #7C90AF;
}

.p-entry-column .c-custom-winning-list__company {
	margin: 0 0 12px;
	font-size: 14px;
}

.p-entry-column .c-custom-winning-list__detail {
	margin: 0;
	font-size: 18px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-entry-column .c-custom-winning-list__info {
	margin: 10px 0 0;
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	.p-entry-column .c-custom-winning__heading-wrap {
		margin: 0 10px 20px;
	}

	.p-entry-column .c-custom-winning__heading {
		font-size: 20px;
	}

	.p-entry-column .c-custom-winning__caption {
		font-size: 14px;
	}

	.p-entry-column .c-custom-winning-list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.p-entry-column .c-custom-winning-list__item {
		width: 50%;
	}
}

.p-entry-column .c-custom-course-ao {
	margin: 0 10px 30px;
}

.p-entry-column .c-custom-course-ao__body {
	text-align: center;
}

.p-entry-column .c-custom-course-ao__title {
	margin: 0 0 10px;
	font-size: 20px;
}

.theme-comic .p-entry-column .c-custom-course-ao__title {
	color: #FF6482;
}

.theme-animation .p-entry-column .c-custom-course-ao__title {
	color: #FF7146;
}

.theme-gamecg .p-entry-column .c-custom-course-ao__title {
	color: #2FB8FF;
}

.theme-graphic .p-entry-column .c-custom-course-ao__title {
	color: #003b83;
}

.theme-fashion .p-entry-column .c-custom-course-ao__title {
	color: #C77FC2;
}

.theme-illustration .p-entry-column .c-custom-course-ao__title {
	color: #D36000;
}

.theme-interior .p-entry-column .c-custom-course-ao__title {
	color: #81C63C;
}

.theme-molding .p-entry-column .c-custom-course-ao__title {
	color: #08AF68;
}

.theme-kenkyu .p-entry-column .c-custom-course-ao__title {
	color: #7C90AF;
}

.p-entry-column .c-custom-course-ao__description {
	margin: 15px 0 0;
	font-size: 12px;
	text-align: left;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-entry-column .c-custom-course-ao__img-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-entry-column .c-custom-course-ao__img-wrap {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.p-entry-column .c-custom-course-ao__img-wrap.-sp-bottom {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-entry-column .c-custom-course-ao__img-wrap.-large {
	display: inline-block;
}

.p-entry-column .c-custom-course-ao__img-inner {
	display: inline-block;
	padding: 3px 3px 0 3px;
	background: #535353;
}

.p-entry-column .c-custom-course-ao__img-inner>div {
	display: -ms-flexbox;
	display: flex;
}

.p-entry-column .c-custom-course-ao__img-inner>div a {
	display: block;
}

.p-entry-column .c-custom-course-ao__img-inner>div a:first-child {
	margin-right: 3px;
}

.p-entry-column .c-custom-course-ao__icon {
	margin-top: 38%;
	padding: 0 8px;
}

.p-entry-column .c-custom-course-ao__icon.-sp-bottom {
	margin-top: 0;
	padding-left: 15px;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.p-entry-column .c-custom-course-ao__caption {
	margin: 0;
	background: #535353;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-entry-column .c-custom-course-ao__caption.-ao2 {
	font-size: 14px;
}

.p-entry-column .c-custom-course-ao__caption.-large {
	font-size: 16px;
}

.p-entry-column .c-custom-course-ao__caption.-large.-ao2 {
	font-size: 12px;
}

.p-entry-column .c-custom-course-ao__caption span {
	display: block;
	margin-bottom: -7px;
	font-size: 16px;
}

.theme-comic .p-entry-column .c-custom-course-ao__img-inner.-large {
	background: #FF6482;
}

.theme-comic .p-entry-column .c-custom-course-ao__caption.-large {
	background: #FF6482;
}

.theme-animation .p-entry-column .c-custom-course-ao__img-inner.-large {
	background: #FF7146;
}

.theme-animation .p-entry-column .c-custom-course-ao__caption.-large {
	background: #FF7146;
}

.theme-gamecg .p-entry-column .c-custom-course-ao__img-inner.-large {
	background: #2FB8FF;
}

.theme-gamecg .p-entry-column .c-custom-course-ao__caption.-large {
	background: #2FB8FF;
}

.theme-graphic .p-entry-column .c-custom-course-ao__img-inner.-large {
	background: #003b83;
}

.theme-graphic .p-entry-column .c-custom-course-ao__caption.-large {
	background: #003b83;
}

.theme-fashion .p-entry-column .c-custom-course-ao__img-inner.-large {
	background: #C77FC2;
}

.theme-fashion .p-entry-column .c-custom-course-ao__caption.-large {
	background: #C77FC2;
}

.theme-illustration .p-entry-column .c-custom-course-ao__img-inner.-large {
	background: #D36000;
}

.theme-illustration .p-entry-column .c-custom-course-ao__caption.-large {
	background: #D36000;
}

.theme-interior .p-entry-column .c-custom-course-ao__img-inner.-large {
	background: #81C63C;
}

.theme-interior .p-entry-column .c-custom-course-ao__caption.-large {
	background: #81C63C;
}

.theme-molding .p-entry-column .c-custom-course-ao__img-inner.-large {
	background: #08AF68;
}

.theme-molding .p-entry-column .c-custom-course-ao__caption.-large {
	background: #08AF68;
}

.theme-kenkyu .p-entry-column .c-custom-course-ao__img-inner.-large {
	background: #7C90AF;
}

.theme-kenkyu .p-entry-column .c-custom-course-ao__caption.-large {
	background: #7C90AF;
}

@media screen and (min-width: 768px) {
	.p-entry-column .c-custom-course-ao__body {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		text-align: left;
	}

	.p-entry-column .c-custom-course-ao__title {
		margin: 0 0 20px;
		font-size: 30px;
	}

	.p-entry-column .c-custom-course-ao__description {
		margin: 30px 0 0;
		font-size: 20px;
	}

	.p-entry-column .c-custom-course-ao__img-wrap.-sp-bottom {
		-ms-flex-direction: inherit;
		flex-direction: inherit;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: inherit;
		justify-content: inherit;
	}

	.p-entry-column .c-custom-course-ao__icon.-sp-bottom {
		margin-top: 38%;
		padding: 0 8px;
		-ms-transform: none;
		transform: none;
	}

	.p-entry-column .c-custom-course-ao__caption {
		font-size: 20px;
	}

	.p-entry-column .c-custom-course-ao__caption.-ao2 {
		font-size: 20px;
	}

	.p-entry-column .c-custom-course-ao__caption.-large {
		font-size: 24px;
	}

	.p-entry-column .c-custom-course-ao__caption.-large.-ao2 {
		font-size: 24px;
	}

	.p-entry-column .c-custom-course-ao__caption span {
		margin-bottom: -16px;
		font-size: 34px;
	}
}

.p-entry-column .c-custom-page-links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 5px 20px;
	padding: 0;
}

.p-entry-column .c-custom-page-links__item {
	margin: 0;
	padding: 0 5px 10px;
	width: 33.33333%;
	background: none;
	box-sizing: border-box;
}

.p-entry-column .c-custom-page-links__item.-course {
	width: 50%;
}

.p-entry-column .c-custom-page-links__id {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding: 15px 20px;
	background: #2C2C2C;
	box-sizing: border-box;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	transition: opacity .2s ease-out;
	word-break: keep-all;
}

.p-entry-column .c-custom-page-links__id:hover,
.p-entry-column .c-custom-page-links__id:focus,
.p-entry-column .c-custom-page-links__id:active,
.p-entry-column .c-custom-page-links__id:link,
.p-entry-column .c-custom-page-links__id:visited {
	color: #FFF;
	text-decoration: none;
}

.p-entry-column .c-custom-page-links__id:hover {
	opacity: .8;
}

.p-entry-column .c-custom-page-links__id::after {
	display: block;
	margin-top: auto;
	padding-left: 15px;
	font-size: 30px !important;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	content: "";
	font-family: "icomoon";
	font: normal normal normal 16px/1 icomoon;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.p-entry-column .c-custom-page-links__id span {
	max-width: 100%;
}

.p-entry-column .c-custom-page-links-banner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 5px 5px;
	padding: 0;
}

.p-entry-column .c-custom-page-links-banner__item {
	margin: 0;
	padding: 0 5px 10px;
	width: 33.33333%;
	background: none;
	box-sizing: border-box;
}

.p-entry-column .c-custom-page-links-banner__item img {
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.p-entry-column .c-custom-page-links {
		margin: 0 -10px 30px;
	}

	.p-entry-column .c-custom-page-links__item {
		padding: 0 10px 20px;
		width: 16.66667%;
	}

	.p-entry-column .c-custom-page-links__item.-course {
		width: 25%;
	}

	.p-entry-column .c-custom-page-links__id {
		padding: 20px 14px;
		font-size: 16px;
	}

	.p-entry-column .c-custom-page-links__id::after {
		font-size: 40px !important;
	}

	.p-entry-column .c-custom-page-links-banner {
		margin: 0 -10px 20px;
	}

	.p-entry-column .c-custom-page-links-banner__item {
		padding: 0 10px 10px;
		width: 16.66667%;
	}
}

.p-entry-column .c-custom-course-more {
	margin: 0 calc(50% - 50vw);
	padding: 28px calc(50vw - 50%) 20px;
}

.theme-comic .p-entry-column .c-custom-course-more {
	background: #FF6482;
}

.theme-animation .p-entry-column .c-custom-course-more {
	background: #FF7146;
}

.theme-gamecg .p-entry-column .c-custom-course-more {
	background: #2FB8FF;
}

.theme-graphic .p-entry-column .c-custom-course-more {
	background: #003b83;
}

.theme-fashion .p-entry-column .c-custom-course-more {
	background: #C77FC2;
}

.theme-illustration .p-entry-column .c-custom-course-more {
	background: #D36000;
}

.theme-interior .p-entry-column .c-custom-course-more {
	background: #81C63C;
}

.theme-molding .p-entry-column .c-custom-course-more {
	background: #08AF68;
}

.theme-kenkyu .p-entry-column .c-custom-course-more {
	background: #7C90AF;
}

.p-entry-column .c-custom-course-more__heading {
	position: relative;
	margin: 0 10px 30px;
	padding: 38px 0 0 0;
	border: 0;
	color: #FFF;
	font-size: 16px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-align: center;
}

.p-entry-column .c-custom-course-more__heading::before {
	position: absolute;
	top: 0;
	left: calc(50% - 28px);
	display: inline-block;
	width: 56px;
	height: 28px;
	background: url(/themes/ndg/images/common/icon-entry-heading-white.svg);
	content: "";
}

.p-entry-column .c-custom-course-more-list {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
}

.p-entry-column .c-custom-course-more-list__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #535353;
	text-decoration: none;
}

.p-entry-column .c-custom-course-more-list__link:hover,
.p-entry-column .c-custom-course-more-list__link:visited,
.p-entry-column .c-custom-course-more-list__link:link {
	color: #535353;
	text-decoration: none;
}

.p-entry-column .c-custom-course-more-list__img-wrap {
	width: 180px;
	height: 180px;
}

.p-entry-column .c-custom-course-more-list__item {
	margin: 0;
	padding: 0 10px 20px;
	width: 100%;
	box-sizing: border-box;
	background: none;
}

.p-entry-column .c-custom-course-more-list__label {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	margin: 30px 0 0 -20px;
	padding: 7px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .8);
	font-size: 16px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.p-entry-column .c-custom-course-more__heading {
		font-size: 22px;
	}

	.p-entry-column .c-custom-course-more-list__link {
		display: block;
	}

	.p-entry-column .c-custom-course-more-list__img-wrap {
		width: 300px;
		height: 300px;
	}

	.p-entry-column .c-custom-course-more-list__item {
		display: block;
		width: 33.33333%;
	}

	.p-entry-column .c-custom-course-more-list__label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 170px;
		height: 170px;
		margin: -85px auto 0;
		font-size: 22px;
	}
}

.p-entry-column .c-campus-contents {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 10px 20px;
}

.p-entry-column .c-campus-contents:nth-of-type(2n+1) .c-campus-contents__body-inner {
	background: #FFBEDA;
}

.p-entry-column .c-campus-contents__wrap {
	overflow: hidden;
	position: relative;
	background: url(/themes/ndg/images/common/bg-campus.png);
	background-repeat: repeat-y;
	background-size: 100%;
}

.p-entry-column .c-campus-contents__wrap::before {
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	right: calc(50% - 10px);
	bottom: 0;
	width: 20px;
	background: url(/themes/ndg/images/common/bg-campus-dots.svg);
	background-repeat: repeat-y;
	content: "";
}

.p-entry-column .c-campus-contents__img {
	min-width: 160px;
	max-width: 160px;
	height: 160px;
	border: 2px solid #2E2E2E;
	border-radius: 50%;
}

.p-entry-column .c-campus-contents__img-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-left: -10px;
	padding: 0 0 35px;
	min-width: 175px;
	max-width: 175px;
	background: url(/themes/ndg/images/projects/about/bg-balloon-left-sp.png) no-repeat;
	background-size: 100%;
}

.p-entry-column .c-campus-contents__img-sub {
	width: 200px;
	height: auto;
	margin-top: -10px;
	margin-bottom: -35px;
}

.p-entry-column .c-campus-contents__heading {
	margin: 0 0 5px;
	font-size: 18px;
}

.p-entry-column .c-campus-contents__detail {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.p-entry-column .c-campus-contents__caption {
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: 1;
	margin: 0;
	padding: 2px 23px 8px 10px;
	min-width: 180px;
	box-sizing: border-box;
	background: #FFF;
	border: 2px solid #2E2E2E;
	color: #2E2E2E;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
}

.p-entry-column .c-campus-contents__caption::before {
	display: block;
	position: absolute;
	z-index: -1;
	top: -4px;
	right: 5px;
	bottom: 5px;
	left: -7px;
	background: #FFF;
	border: 2px solid #2E2E2E;
	content: "";
}

.p-entry-column .c-campus-contents__body-inner {
	max-width: 400px;
	margin-left: -20px;
	padding: 20px 10px 15px 20px;
	background: #FFF799;
	box-sizing: border-box;
	border-radius: 20px;
}

.p-entry-column .c-campus-contents__body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-order: 2;
	order: 2;
	position: relative;
	width: 100%;
	margin: 0;
}

.p-entry-column .c-campus-contents.right .c-campus-contents__img-wrap {
	-ms-flex-order: 2;
	order: 2;
	margin-left: 0;
	margin-right: -20px;
	padding: 0 0 35px;
	background: url(/themes/ndg/images/projects/about/bg-balloon-right-sp.png) no-repeat;
	background-size: 100%;
}

.p-entry-column .c-campus-contents.right .c-campus-contents__body-inner {
	margin-right: -20px;
	margin-left: 0;
	padding: 20px 20px 15px 10px;
}

.p-entry-column .c-campus-contents.right .c-campus-contents__body {
	-ms-flex-order: 1;
	order: 1;
}

.p-entry-column .c-campus-contents.right .c-campus-contents__caption {
	right: 10px;
	left: inherit;
}

@media screen and (min-width: 768px) {
	.p-entry-column .c-campus-contents {
		margin: -15px 10px 0;
	}

	.p-entry-column .c-campus-contents.right:nth-of-type(2n+1) .c-campus-contents__body-inner::before {
		border-left-color: #FFBEDA;
	}

	.p-entry-column .c-campus-contents__img {
		min-width: 290px;
		max-width: 290px;
		height: 290px;
		border: none;
	}

	.p-entry-column .c-campus-contents__img-wrap {
		position: relative;
		margin: 0 0 0 -10px;
		padding: 5px 73px 30px 6px;
		min-width: auto;
		max-width: 100%;
		background: url(/themes/ndg/images/projects/about/bg-balloon-left.png) no-repeat;
	}

	.p-entry-column .c-campus-contents__img-sub {
		margin-top: 0;
		margin-bottom: 0;
	}

	.p-entry-column .c-campus-contents__heading {
		margin: 0 0 10px;
		font-size: 26px;
	}

	.p-entry-column .c-campus-contents__detail {
		font-size: 16px;
	}

	.p-entry-column .c-campus-contents__body-inner {
		margin: 40px 0 0 0;
		padding: 20px;
	}

	.p-entry-column .c-campus-contents__body-inner::before {
		content: "";
		position: absolute;
		top: 80px;
		left: -39px;
		margin-top: -15px;
		border: 15px solid transparent;
		border-right: 25px solid #FFF799;
	}

	.p-entry-column .c-campus-contents__body {
		z-index: 1;
		margin: 0 0 0 -80px;
	}

	.p-entry-column .c-campus-contents__caption {
		top: inherit;
		right: inherit;
		left: inherit;
		margin: 20px 40px 0 40px;
		padding: 3px 8px 13px 0;
		width: calc(100% - 140px);
		font-size: 16px;
	}

	.p-entry-column .c-campus-contents__caption::before {
		top: -7px;
	}

	.p-entry-column .c-campus-contents.right .c-campus-contents__img-wrap {
		margin: 0;
		padding: 5px 8px 27px 86px;
		background: url(/themes/ndg/images/projects/about/bg-balloon-right.png) no-repeat;
	}

	.p-entry-column .c-campus-contents.right .c-campus-contents__img-sub {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.p-entry-column .c-campus-contents.right .c-campus-contents__heading {
		right: -40px;
		left: inherit;
	}

	.p-entry-column .c-campus-contents.right .c-campus-contents__body {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin: 0 -80px 0 0;
	}

	.p-entry-column .c-campus-contents.right .c-campus-contents__body-inner {
		margin-right: 0;
		padding: 20px;
	}

	.p-entry-column .c-campus-contents.right .c-campus-contents__body-inner::before {
		left: 100%;
		margin-top: -15px;
		border: 15px solid transparent;
		border-left: 25px solid #FFF799;
	}

	.p-entry-column .c-campus-contents.right .c-campus-contents__caption {
		right: inherit;
		left: inherit;
	}
}

.p-entry-column .c-campus-contents-fix {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -30px;
	padding: 0;
	background: url(/themes/ndg/images/projects/about/bg-campus-ao2-sp.png) no-repeat;
	background-position: top left 20px;
	background-size: auto;
}

.p-entry-column .c-campus-contents-fix__img {
	border: 2px solid #2E2E2E;
	border-radius: 50%;
}

.p-entry-column .c-campus-contents-fix__img-wrap {
	z-index: 1;
	min-width: 136px;
	max-width: 136px;
	margin-right: -12px;
	padding: 0 0 45px 5px;
	background: url(/themes/ndg/images/projects/about/bg-campus-ao-sp.png) no-repeat;
	background-position: top 21px right 12px;
	background-size: 100%;
}

.p-entry-column .c-campus-contents-fix__body {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 0 0 20px;
}

.p-entry-column .c-campus-contents-fix__body-inner {
	position: relative;
	margin: 38px -100px 0 0;
	padding: 10px 120px 15px 20px;
	background: #FFF;
	border: 3px solid #2E2E2E;
	border-radius: 20px;
	box-sizing: border-box;
}

.p-entry-column .c-campus-contents-fix__body-inner::before {
	position: absolute;
	z-index: -1;
	top: 10px;
	right: 10px;
	bottom: -15px;
	left: -12px;
	display: block;
	background: #2E2E2E;
	border-radius: 20px;
	content: "";
}

.p-entry-column .c-campus-contents-fix__heading {
	margin: 0 0 10px;
	font-size: 18px;
}

.p-entry-column .c-campus-contents-fix__detail {
	margin: 0;
	font-size: 12px;
}

.p-entry-column .c-campus-contents-fix__img-sub {
	width: 200px;
}

@media screen and (min-width: 576px) {
	.p-entry-column .c-campus-contents-fix {
		background: url(/themes/ndg/images/projects/about/bg-campus-ao2.png) no-repeat;
		background-position: top left 27%;
		background-size: auto;
	}

	.p-entry-column .c-campus-contents-fix__img {
		border: none;
	}

	.p-entry-column .c-campus-contents-fix__img-wrap {
		min-width: 196px;
		max-width: 196px;
		margin-right: 0;
		padding: 11px 107px 64px 10px;
		background: url(/themes/ndg/images/projects/about/bg-campus-ao.png) no-repeat;
		background-position: top right;
		background-size: auto;
	}

	.p-entry-column .c-campus-contents-fix__body {
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0;
	}

	.p-entry-column .c-campus-contents-fix__heading {
		font-size: 26px;
	}

	.p-entry-column .c-campus-contents-fix__detail {
		font-size: 16px;
	}
}

.p-entry-column .p-entry-font-text {
	font-size: 14px;
}

.p-entry-column .p-entry-font-text.-kakugo {
	font-family: "FP-HiraKakuStdN-W7", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-entry-column .p-entry-font-text.-tsukushi {
	font-family: "TsukuARdGothicStd-E", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

.p-entry-column .p-entry-font-text.-motoyaaporo {
	font-family: "NudMotoyaAporoStd-W5", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

.p-entry-column .p-entry-font-text.-mincho {
	font-family: "FP-HiraMinStdN-W7", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.p-entry-column .p-entry-font-text.-kurokane {
	font-family: "KurokaneStd-EB", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

.p-entry-column .p-entry-font-text.-black {
	color: #535353;
}

.p-entry-column .p-entry-font-text.-red {
	color: #E3113A;
}

.p-entry-column .p-entry-font-text.-comic {
	color: #FF6482;
}

.p-entry-column .p-entry-font-text.-animation {
	color: #FF7146;
}

.p-entry-column .p-entry-font-text.-gamecg {
	color: #2FB8FF;
}

.p-entry-column .p-entry-font-text.-graphic {
	color: #003b83;
}

.p-entry-column .p-entry-font-text.-fashion {
	color: #C77FC2;
}

.p-entry-column .p-entry-font-text.-illustration {
	color: #D36000;
}

.p-entry-column .p-entry-font-text.-interior {
	color: #81C63C;
}

.p-entry-column .p-entry-font-text.-molding {
	color: #08AF68;
}

.p-entry-column .p-entry-font-text.-kenkyu {
	color: #7C90AF;
}

.p-entry-column .p-entry-font-text.-large {
	font-size: 20px;
}

.p-entry-column .p-entry-font-text.-medium {
	font-size: 18px;
}

.p-entry-column .p-entry-font-text.-small {
	font-size: 16px;
}

@media screen and (min-width: 768px) {
	.p-entry-column .p-entry-font-text {
		font-size: 14px;
	}

	.p-entry-column .p-entry-font-text.-large {
		font-size: 34px;
	}

	.p-entry-column .p-entry-font-text.-medium {
		font-size: 29px;
	}

	.p-entry-column .p-entry-font-text.-small {
		font-size: 24px;
	}
}

.p-entry-column .p-entry-point {
	margin: 10px 5px 30px;
	padding: 0;
}

.p-entry-column .p-entry-point__item {
	margin: 0;
	padding: 0 5px;
	background: none;
}

.p-entry-column .p-entry-point__item img {
	margin: 0 auto;
}

.p-entry-column .p-entry-point__heading {
	position: relative;
	margin: 0 10px 30px;
	padding: 38px 0 0 0;
	border: 0;
	font-size: 22px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-align: center;
}

.p-entry-column .p-entry-point__heading::before {
	position: absolute;
	top: 0;
	left: calc(50% - 28px);
	display: inline-block;
	width: 56px;
	height: 28px;
	background: url(/themes/ndg/images/common/icon-entry-heading.svg);
	content: "";
}

.p-entry-column .p-entry-point__heading.-comic::before {
	background: url(/themes/ndg/images/common/icon-entry-heading-comic.svg);
}

.p-entry-column .p-entry-point__heading.-animation::before {
	background: url(/themes/ndg/images/common/icon-entry-heading-animation.svg);
}

.p-entry-column .p-entry-point__heading.-gamecg::before {
	background: url(/themes/ndg/images/common/icon-entry-heading-gamecg.svg);
}

.p-entry-column .p-entry-point__heading.-graphic::before {
	background: url(/themes/ndg/images/common/icon-entry-heading-graphic.svg);
}

.p-entry-column .p-entry-point__heading.-fashion::before {
	background: url(/themes/ndg/images/common/icon-entry-heading-fashion.svg);
}

.p-entry-column .p-entry-point__heading.-illustration::before {
	background: url(/themes/ndg/images/common/icon-entry-heading-illustration.svg);
}

.p-entry-column .p-entry-point__heading.-interior::before {
	background: url(/themes/ndg/images/common/icon-entry-heading-interior.svg);
}

.p-entry-column .p-entry-point__heading.-molding::before {
	background: url(/themes/ndg/images/common/icon-entry-heading-molding.svg);
}

.p-entry-column .p-entry-point__heading.-kenkyu::before {
	background: url(/themes/ndg/images/common/icon-entry-heading-kenkyu.svg);
}

.p-entry-column .p-entry-point__num {
	margin: 0 auto;
	width: 54px;
}

.p-entry-column .p-entry-point__num-wrap {
	padding-bottom: 20px;
}

.p-entry-column .p-entry-point__title {
	margin: 0 0 10px;
	font-size: 16px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.5;
}

.p-entry-column .p-entry-point__detail {
	margin: 0;
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	.p-entry-column .p-entry-point {
		margin: 10px -10px 30px;
		padding: 0 10px;
	}

	.p-entry-column .p-entry-point__item {
		padding: 0 10px 0;
	}

	.p-entry-column .p-entry-point__num {
		width: 106px;
	}

	.p-entry-column .p-entry-point__title {
		margin: 0 0 20px;
		font-size: 18px;
		line-height: 1.9;
	}

	.p-entry-column .p-entry-point__detail {
		font-size: 16px;
	}
}

.p-entry-column .p-entry-jobs {
	margin: 0 0 15px;
	padding: 0;
	color: #535353;
}

.theme-comic .p-entry-column .p-entry-jobs {
	color: #FF6482 !important;
}

.theme-comic .p-entry-column .p-entry-jobs__heading {
	border-color: #FF6482 !important;
}

.theme-animation .p-entry-column .p-entry-jobs {
	color: #FF7146 !important;
}

.theme-animation .p-entry-column .p-entry-jobs__heading {
	border-color: #FF7146 !important;
}

.theme-gamecg .p-entry-column .p-entry-jobs {
	color: #2FB8FF !important;
}

.theme-gamecg .p-entry-column .p-entry-jobs__heading {
	border-color: #2FB8FF !important;
}

.theme-graphic .p-entry-column .p-entry-jobs {
	color: #003b83 !important;
}

.theme-graphic .p-entry-column .p-entry-jobs__heading {
	border-color: #003b83 !important;
}

.theme-fashion .p-entry-column .p-entry-jobs {
	color: #C77FC2 !important;
}

.theme-fashion .p-entry-column .p-entry-jobs__heading {
	border-color: #C77FC2 !important;
}

.theme-illustration .p-entry-column .p-entry-jobs {
	color: #D36000 !important;
}

.theme-illustration .p-entry-column .p-entry-jobs__heading {
	border-color: #D36000 !important;
}

.theme-interior .p-entry-column .p-entry-jobs {
	color: #81C63C !important;
}

.theme-interior .p-entry-column .p-entry-jobs__heading {
	border-color: #81C63C !important;
}

.theme-molding .p-entry-column .p-entry-jobs {
	color: #08AF68 !important;
}

.theme-molding .p-entry-column .p-entry-jobs__heading {
	border-color: #08AF68 !important;
}

.theme-kenkyu .p-entry-column .p-entry-jobs {
	color: #7C90AF !important;
}

.theme-kenkyu .p-entry-column .p-entry-jobs__heading {
	border-color: #7C90AF !important;
}

.p-entry-column .p-entry-jobs__heading {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-color: #FFF;
	border-width: 4px;
	font-size: 22px;
}

.p-entry-column .p-entry-jobs__notes {
	margin: 0 10px;
	font-size: 12px;
}

.theme-comic .p-entry-column .p-entry-jobs__notes {
	color: #FF6482;
}

.theme-animation .p-entry-column .p-entry-jobs__notes {
	color: #FF7146;
}

.theme-gamecg .p-entry-column .p-entry-jobs__notes {
	color: #2FB8FF;
}

.theme-graphic .p-entry-column .p-entry-jobs__notes {
	color: #003b83;
}

.theme-fashion .p-entry-column .p-entry-jobs__notes {
	color: #C77FC2;
}

.theme-illustration .p-entry-column .p-entry-jobs__notes {
	color: #D36000;
}

.theme-interior .p-entry-column .p-entry-jobs__notes {
	color: #81C63C;
}

.theme-molding .p-entry-column .p-entry-jobs__notes {
	color: #08AF68;
}

.theme-kenkyu .p-entry-column .p-entry-jobs__notes {
	color: #7C90AF;
}

.p-entry-column .p-entry-jobs-list {
	margin: 0 10px 0;
	padding: 0;
	color: #535353;
}

.theme-comic .p-entry-column .p-entry-jobs-list {
	color: #FF6482;
}

.theme-animation .p-entry-column .p-entry-jobs-list {
	color: #FF7146;
}

.theme-gamecg .p-entry-column .p-entry-jobs-list {
	color: #2FB8FF;
}

.theme-graphic .p-entry-column .p-entry-jobs-list {
	color: #003b83;
}

.theme-fashion .p-entry-column .p-entry-jobs-list {
	color: #C77FC2;
}

.theme-illustration .p-entry-column .p-entry-jobs-list {
	color: #D36000;
}

.theme-interior .p-entry-column .p-entry-jobs-list {
	color: #81C63C;
}

.theme-molding .p-entry-column .p-entry-jobs-list {
	color: #08AF68;
}

.theme-kenkyu .p-entry-column .p-entry-jobs-list {
	color: #7C90AF;
}

.p-entry-column .p-entry-jobs-list li {
	margin-bottom: 0;
	padding: 0;
	background: none !important;
	font-size: 16px;
	word-break: keep-all;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-entry-column .p-entry-jobs-list li::before {
	display: inline-block;
	padding: 0 5px 0 0;
	content: "・";
}

@media screen and (min-width: 768px) {
	.p-entry-column .p-entry-jobs {
		margin: 0 0 25px;
	}

	.p-entry-column .p-entry-jobs__notes {
		font-size: 18px;
	}

	.p-entry-column .p-entry-jobs-list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.p-entry-column .p-entry-jobs-list li {
		font-size: 22px;
	}

	.p-entry-column .p-entry-jobs-list li::before {
		padding: 0;
		content: "";
	}

	.p-entry-column .p-entry-jobs-list li::after {
		display: inline-block;
		padding: 0 2px;
		content: "/";
	}

	.p-entry-column .p-entry-jobs-list li:last-child::after {
		content: "";
	}
}

/*  SNSシェア
------------------------------ */
.p-entry-sns {
	display: none;
	list-style: none;
	position: absolute;
	right: 10px;
	bottom: 0;
	margin: 0 -3px;
	padding: 0;
}

.p-entry-sns.-trial {
	display: -ms-flexbox;
	display: flex;
	top: 10px;
	right: 0;
}

.p-entry-sns__item {
	padding: 0 3px;
}

.p-entry-sns__link {
	display: block;
	transition: opacity .2s ease-out;
}

.p-entry-sns__link:hover {
	opacity: .7;
}

@media screen and (min-width: 768px) {
	.p-entry-sns {
		display: -ms-flexbox;
		display: flex;
	}

	.p-entry-sns.-trial {
		right: 10px;
	}
}

/*  カスタムフィールドのスタイル
------------------------------ */
.p-entry-column .p-entry-iframe {
	margin: 0 10px 30px;
}

.p-entry-column .p-entry-iframe .embed-responsive {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 0;
}

.p-entry-column .p-entry-iframe .embed-responsive-16by9:before {
	padding-top: 56.25%;
}

.p-entry-column .p-entry-iframe .embed-responsive:before {
	display: block;
	content: "";
}

.p-entry-column .p-entry-iframe iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/*  エントリーのスタイル
------------------------------ */
.p-entry-column a:link {
	color: #006DD9;
	text-decoration: none;
}

.p-entry-column a:hover,
.p-entry-column a:focus,
.p-entry-column a:active {
	text-decoration: underline;
}

.p-entry-column a:visited {
	color: #7F5AD7;
	text-decoration: none;
}

.p-entry-column em {
	color: #E3113A;
	font-style: normal;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-entry-column strong {
	display: inline-block;
	margin: 1px 0;
	padding: 0 5px;
	background: #E3113A;
	color: #FFF;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.content-blog .p-entry-column strong {
	padding: 0;
	background: #FFF;
	color: #535353;
}

.entryFormLiteEditor em {
	color: #E3113A;
	font-style: normal;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.entryFormLiteEditor strong {
	padding: 2px 5px;
	background: #E3113A;
	color: #FFF;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/* 見出し */
.p-entry-column .course-color {
	padding: 5px 15px;
	color: #FFF;
	background-image: none;
	background-color: #E3113A;
}

.p-entry-column .course-color::before {
	display: block;
	opacity: .16;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 29px;
	height: 100%;
	background-image: url(/themes/ndg/images/components/bg_shaded_white.svg);
	background-size: 28px 29px;
	content: "";
}

.p-entry-column h2:first-of-type,
.p-entry-column h3:first-of-type,
.p-entry-column h4:first-of-type {
	margin-top: 0;
}

.p-entry-column h2 {
	margin: 15px 10px 10px;
	padding: 0 0 9px;
	border-bottom: 2px solid #2C2C2C;
	font-size: 20px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.5;
}

.p-entry-column h2.c-heading-unit-large {
	margin: 20px 10px 10px;
	text-align: center;
}

.p-entry-column h2.c-heading-box {
	position: relative;
	margin: 0 auto 10px;
	padding: 20px 22px;
	max-width: 200px;
	box-sizing: border-box;
	background: #F5F5F5;
	border: none;
	font-size: 20px;
	font-family: "NewRodinProN-M", "NewRodinPro-M", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
}

.p-entry-column h2.c-heading-box::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	display: block;
	border: 2px solid #888;
	content: "";
}

.p-entry-column h2.c-heading-arrow {
	position: relative;
	margin: 15px 10px 10px;
	padding: 38px 0 0 0;
	border: 0;
	font-size: 22px;
	text-align: center;
}

.p-entry-column h2.c-heading-arrow::before {
	position: absolute;
	top: 0;
	left: calc(50% - 28px);
	display: inline-block;
	width: 56px;
	height: 28px;
	background: url(/themes/ndg/images/common/icon-entry-heading.svg);
	content: "";
}

.theme-comic .p-entry-column h2.c-heading-arrow::before {
	background: url(/themes/ndg/images/common/icon-entry-heading-comic.svg);
}

.theme-animation .p-entry-column h2.c-heading-arrow::before {
	background: url(/themes/ndg/images/common/icon-entry-heading-animation.svg);
}

.theme-gamecg .p-entry-column h2.c-heading-arrow::before {
	background: url(/themes/ndg/images/common/icon-entry-heading-gamecg.svg);
}

.theme-graphic .p-entry-column h2.c-heading-arrow::before {
	background: url(/themes/ndg/images/common/icon-entry-heading-graphic.svg);
}

.theme-fashion .p-entry-column h2.c-heading-arrow::before {
	background: url(/themes/ndg/images/common/icon-entry-heading-fashion.svg);
}

.theme-illustration .p-entry-column h2.c-heading-arrow::before {
	background: url(/themes/ndg/images/common/icon-entry-heading-illustration.svg);
}

.theme-interior .p-entry-column h2.c-heading-arrow::before {
	background: url(/themes/ndg/images/common/icon-entry-heading-interior.svg);
}

.theme-molding .p-entry-column h2.c-heading-arrow::before {
	background: url(/themes/ndg/images/common/icon-entry-heading-molding.svg);
}

.theme-kenkyu .p-entry-column h2.c-heading-arrow::before {
	background: url(/themes/ndg/images/common/icon-entry-heading-kenkyu.svg);
}

.p-entry-column h3 {
	margin: 10px 10px 10px;
	padding: 0;
	font-size: 18px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-entry-column h3 .small {
	font-size: 15px;
}

.p-entry-column h4 {
	margin: 10px 10px 10px;
	padding: 0;
	font-size: 16px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-entry-column h4 .label-course {
	padding: 5px 10px;
	box-sizing: border-box;
	color: #FFF;
}

.p-entry-column h4 .label-black {
	padding: 5px 10px;
	box-sizing: border-box;
	color: #FFF;
	background: #535353;
}

.theme-comic .p-entry-column h2.course-color,
.theme-comic .p-entry-column h3.course-color,
.theme-comic .p-entry-column h4.course-color,
.theme-comic .p-entry-column h4 .label-course {
	background-color: #FF6482;
}

.theme-animation .p-entry-column h2.course-color,
.theme-animation .p-entry-column h3.course-color,
.theme-animation .p-entry-column h4.course-color,
.theme-animation .p-entry-column h4 .label-course {
	background-color: #FF7146;
}

.theme-gamecg .p-entry-column h2.course-color,
.theme-gamecg .p-entry-column h3.course-color,
.theme-gamecg .p-entry-column h4.course-color,
.theme-gamecg .p-entry-column h4 .label-course {
	background-color: #2FB8FF;
}

.theme-graphic .p-entry-column h2.course-color,
.theme-graphic .p-entry-column h3.course-color,
.theme-graphic .p-entry-column h4.course-color,
.theme-graphic .p-entry-column h4 .label-course {
	background-color: #003b83;
}

.theme-fashion .p-entry-column h2.course-color,
.theme-fashion .p-entry-column h3.course-color,
.theme-fashion .p-entry-column h4.course-color,
.theme-fashion .p-entry-column h4 .label-course {
	background-color: #C77FC2;
}

.theme-illustration .p-entry-column h2.course-color,
.theme-illustration .p-entry-column h3.course-color,
.theme-illustration .p-entry-column h4.course-color,
.theme-illustration .p-entry-column h4 .label-course {
	background-color: #D36000;
}

.theme-interior .p-entry-column h2.course-color,
.theme-interior .p-entry-column h3.course-color,
.theme-interior .p-entry-column h4.course-color,
.theme-interior .p-entry-column h4 .label-course {
	background-color: #81C63C;
}

.theme-molding .p-entry-column h2.course-color,
.theme-molding .p-entry-column h3.course-color,
.theme-molding .p-entry-column h4.course-color,
.theme-molding .p-entry-column h4 .label-course {
	background-color: #08AF68;
}

.theme-kenkyu .p-entry-column h2.course-color,
.theme-kenkyu .p-entry-column h3.course-color,
.theme-kenkyu .p-entry-column h4.course-color,
.theme-kenkyu .p-entry-column h4 .label-course {
	background-color: #7C90AF;
}

@media screen and (min-width: 768px) {
	.p-entry-column h2 {
		margin: 30px 10px 20px;
		font-size: 24px;
	}

	.p-entry-column h2.c-heading-box {
		margin: 0 auto 20px;
		padding: 60px 90px;
		max-width: 420px;
		font-size: 40px;
	}

	.p-entry-column h2.c-heading-unit-large {
		margin: 40px 10px 20px;
	}

	.p-entry-column h3 {
		margin: 20px 10px 20px;
		font-size: 20px;
	}

	.p-entry-column h3 .small {
		font-size: 20px;
	}

	.p-entry-column h4 {
		margin: 20px 10px 20px;
		font-size: 18px;
	}
}

/* 本文 */
.p-entry-column p {
	margin: 0 10px 30px;
	font-size: 12px;
	line-height: 1.9;
}

.p-entry-column p.text-left,
.p-entry-column p.text-center {
	color: #888;
	font-size: 10px;
}

.p-entry-column p.text-center {
	text-align: center;
}

.p-entry-column p.c-catchcopy:first-of-type,
.p-entry-column p.c-catchcopy-small:first-of-type {
	margin-top: 0;
}

.p-entry-column p.c-catchcopy,
.p-entry-column p.c-catchcopy-small {
	margin: 30px 10px 30px;
	font-size: 20px;
	line-height: 1.6;
}

.p-entry-column p.c-catchcopy a,
.p-entry-column p.c-catchcopy-small a {
	color: #535353;
	text-decoration: none;
}

.p-entry-column p.c-catchcopy a:hover,
.p-entry-column p.c-catchcopy a:visited,
.p-entry-column p.c-catchcopy a:focus,
.p-entry-column p.c-catchcopy a:active,
.p-entry-column p.c-catchcopy-small a:hover,
.p-entry-column p.c-catchcopy-small a:visited,
.p-entry-column p.c-catchcopy-small a:focus,
.p-entry-column p.c-catchcopy-small a:active {
	color: #E3113A;
	text-decoration: none;
}

.p-entry-column p.c-catchcopy a:hover,
.p-entry-column p.c-catchcopy-small a:hover {
	text-decoration: underline;
}

.p-entry-column p.c-catchcopy+.c-catchcopy-small,
.p-entry-column p.c-catchcopy+.clearHidden+.c-catchcopy-small {
	margin-top: 0;
}

.theme-comic .p-entry-column p.c-catchcopy.-color,
.theme-comic .p-entry-column p.c-catchcopy-small.-color {
	color: #FF6482;
}

.theme-animation .p-entry-column p.c-catchcopy.-color,
.theme-animation .p-entry-column p.c-catchcopy-small.-color {
	color: #FF7146;
}

.theme-gamecg .p-entry-column p.c-catchcopy.-color,
.theme-gamecg .p-entry-column p.c-catchcopy-small.-color {
	color: #2FB8FF;
}

.theme-graphic .p-entry-column p.c-catchcopy.-color,
.theme-graphic .p-entry-column p.c-catchcopy-small.-color {
	color: #003b83;
}

.theme-fashion .p-entry-column p.c-catchcopy.-color,
.theme-fashion .p-entry-column p.c-catchcopy-small.-color {
	color: #C77FC2;
}

.theme-illustration .p-entry-column p.c-catchcopy.-color,
.theme-illustration .p-entry-column p.c-catchcopy-small.-color {
	color: #D36000;
}

.theme-interior .p-entry-column p.c-catchcopy.-color,
.theme-interior .p-entry-column p.c-catchcopy-small.-color {
	color: #81C63C;
}

.theme-molding .p-entry-column p.c-catchcopy.-color,
.theme-molding .p-entry-column p.c-catchcopy-small.-color {
	color: #08AF68;
}

.theme-kenkyu .p-entry-column p.c-catchcopy.-color,
.theme-kenkyu .p-entry-column p.c-catchcopy-small.-color {
	color: #7C90AF;
}

.p-entry-column p.c-catchcopy-small {
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.p-entry-column p {
		font-size: 16px;
	}

	.p-entry-column p.text-left,
	.p-entry-column p.text-center {
		font-size: 13px;
	}

	.p-entry-column p.c-catchcopy,
	.p-entry-column p.c-catchcopy-small {
		font-size: 30px;
	}

	.p-entry-column p.c-catchcopy-small {
		font-size: 22px;
	}
}

/* エントリー内ボタン */
.p-entry-column p.entry-btn {
	margin: 0 0 25px;
	font-size: 16px;
	text-align: center;
}

.theme-comic .p-entry-column p.entry-btn.entry-btn.-color a {
	background-color: #FF6482;
}

.theme-animation .p-entry-column p.entry-btn.entry-btn.-color a {
	background-color: #FF7146;
}

.theme-gamecg .p-entry-column p.entry-btn.entry-btn.-color a {
	background-color: #2FB8FF;
}

.theme-graphic .p-entry-column p.entry-btn.entry-btn.-color a {
	background-color: #003b83;
}

.theme-fashion .p-entry-column p.entry-btn.entry-btn.-color a {
	background-color: #C77FC2;
}

.theme-illustration .p-entry-column p.entry-btn.entry-btn.-color a {
	background-color: #D36000;
}

.theme-interior .p-entry-column p.entry-btn.entry-btn.-color a {
	background-color: #81C63C;
}

.theme-molding .p-entry-column p.entry-btn.entry-btn.-color a {
	background-color: #08AF68;
}

.theme-kenkyu .p-entry-column p.entry-btn.entry-btn.-color a {
	background-color: #7C90AF;
}

.p-entry-column p.entry-btn.-pink a {
	background: #FF6482;
}

.p-entry-column p.entry-btn a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 100%;
	margin: 0 10px 10px;
	padding: 12px 20px;
	background: #535353;
	border-radius: 10px;
	color: #FFF;
	font-size: 16px;
	line-height: 1.2;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-align: left;
}

.p-entry-column p.entry-btn a:hover,
.p-entry-column p.entry-btn a:visited,
.p-entry-column p.entry-btn a:active,
.p-entry-column p.entry-btn a:focus {
	color: #FFF;
	text-decoration: none;
}

.p-entry-column p.entry-btn a::after {
	padding-left: 6px;
	font-size: 18px;
	font-family: "icomoon";
	font: normal normal normal 16px/1 icomoon;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
}

@media screen and (min-width: 768px) {
	.p-entry-column p.entry-btn a {
		display: -ms-inline-flexbox;
		display: inline-flex;
		min-width: 420px;
	}

	.p-entry-column p.entry-btn a::after {
		padding-left: 6px;
		font-size: 18px;
		font-family: "icomoon";
		font: normal normal normal 16px/1 icomoon;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "";
	}
}

/* エントリー内コンテナー */
.entry-container {
	margin: 0 -10px;
}

/* テーブル */
.p-entry-column table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.p-entry-column table tbody {
	-webkit-text-size-adjust: 100%;
}

.p-entry-column tr {
	background: #F5F5F5;
}

.p-entry-column tr:nth-child(2n+1) {
	background: #EBEBEB;
}

.p-entry-column th {
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-entry-column th,
.p-entry-column td {
	display: block;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
}

.p-entry-column .is-scrollable {
	-ms-overflow-style: none;
}

.p-entry-column .is-scrollable table {
	margin: 0;
}

.p-entry-column .is-scrollable::-webkit-scrollbar {
	display: none;
}

.p-entry-column .border-table {
	border-top: 1px solid #535353;
	border-left: 1px solid #535353;
	font-size: 14px;
}

.p-entry-column .border-table tr {
	background: none;
}

.p-entry-column .border-table th,
.p-entry-column .border-table td {
	border-right: 1px solid #535353;
	border-bottom: 1px solid #535353;
}

.p-entry-column .border-table td {
	background: none;
}

.p-entry-column .border-table th {
	background: #F5F5F5;
}

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

	.p-entry-column th,
	.p-entry-column td {
		display: table-cell;
		padding: 17px 25px;
		font-size: 16px;
	}

	.p-entry-column .border-table {
		font-size: 16px;
	}

	.p-entry-column .border-table th,
	.p-entry-column .border-table td {
		padding: 10px;
	}
}

/* リスト */
.p-entry-column ul {
	margin: 0 0 25px;
	padding: 0 20px 0 6px;
}

.p-entry-column ul li {
	display: block;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	line-height: 1.5;
	background: url(/themes/ndg/images/projects/icon-list.svg) no-repeat top 6px left/7px;
}

@media screen and (min-width: 768px) {
	.p-entry-column ul {
		padding: 0 20px 0 35px;
	}

	.p-entry-column ul li {
		font-size: 16px;
		background: url(/themes/ndg/images/projects/icon-list.svg) no-repeat top 9px left/7px;
	}
}

/* 番号付きリスト */
.p-entry-column ol {
	counter-reset: ol-counter;
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0 20px 0 3px;
	font-size: 12px;
}

.p-entry-column ol li {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 0 0 23px;
	line-height: 1.5;
}

.p-entry-column ol li:before {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0;
	margin: 0 7px 0 0;
	padding: 3px 5px 3px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1;
	counter-increment: ol-counter;
	content: counter(ol-counter);
}

@media screen and (min-width: 768px) {
	.p-entry-column ol {
		padding: 0 20px 0 28px;
		font-size: 16px;
	}

	.p-entry-column ol li {
		padding: 0 0 0 30px;
	}
}

/* 定義リスト */
.p-entry-column dl {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
}

.p-entry-column dt {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.p-entry-column dd {
	margin-left: 0;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
}

/* 引用 */
.p-entry-column blockquote {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	max-width: 630px;
	margin: 0 -10px 30px;
	padding: 30px 20px 26px;
	box-sizing: border-box;
	border: 0;
	background: #F5F5F5;
	background: url(/themes/ndg/images/common/bg_stripe.svg);
	font-size: 12px;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	.p-entry-column blockquote {
		margin: 0 auto 30px;
		padding: 60px 45px 52px;
		font-size: 16px;
	}
}

/* ソースコード */
.p-entry-column pre {
	width: 100%;
	margin: 0 0 30px 0;
}

.p-entry-column pre ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}

.p-entry-column pre ol li {
	line-height: 1.5;
}

/* 区切り線 */
.p-entry-column hr {
	margin: 0 10px;
	border: 0;
	border-bottom: 1px solid #535353;
}

.theme-comic .p-entry-column hr {
	border-bottom-color: #FF6482;
}

.theme-animation .p-entry-column hr {
	border-bottom-color: #FF7146;
}

.theme-gamecg .p-entry-column hr {
	border-bottom-color: #2FB8FF;
}

.theme-graphic .p-entry-column hr {
	border-bottom-color: #003b83;
}

.theme-fashion .p-entry-column hr {
	border-bottom-color: #C77FC2;
}

.theme-illustration .p-entry-column hr {
	border-bottom-color: #D36000;
}

.theme-interior .p-entry-column hr {
	border-bottom-color: #81C63C;
}

.theme-molding .p-entry-column hr {
	border-bottom-color: #08AF68;
}

.theme-kenkyu .p-entry-column hr {
	border-bottom-color: #7C90AF;
}

/* ユニット */
.p-entry-column .caption {
	margin: 0 0 10px 0;
	font-size: 12px;
}

.p-entry-column [class*="column-image-"] {
	position: relative;
}

.p-entry-column [class*="column-image-"] .caption {
	position: relative;
	display: inline-block;
	width: calc(100% - 30px);
	margin: 0;
	padding: 10px;
	background: rgba(255, 255, 255, .8);
	box-sizing: border-box;
	color: #535353;
	font-size: 12px;
	text-align: left;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.p-entry-column .column-image-left {
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	.p-entry-column .caption {
		font-size: 16px;
	}

	.p-entry-column [class*="column-image-"] .caption {
		margin: -24px 0 10px;
		padding: 13px 20px;
		font-size: 16px;
	}
}

.column-file-auto+.caption {
	margin-left: 20px;
}

/*  ユニットグループ
------------------------------ */
.acms-col-center {
	float: none;
	margin: 0 auto;
}

.p-entry-column [class*="acms-col-"] [class*="column-image-"] {
	margin-bottom: 5px;
}

.p-entry-column [class*="acms-col-"] h2,
.p-entry-column [class*="acms-col-"] h3,
.p-entry-column [class*="acms-col-"] h4 {
	margin-bottom: 5px;
}

/*  エントリーフッター
------------------------------ */
.p-entry-footer {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #F5F5F5;
}

/* タグ */
.p-entry-tag {
	margin: 0 0 5px 0;
}

.p-entry-tag-icon {
	float: left;
	color: #999;
}

.p-entry-tag-item {
	float: left;
	margin: 0 0 0 10px;
}

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

	/* タグ */
	.p-entry-tag {
		margin: 0;
	}
}

/* SNSシェア */
.share-wrapper {
	float: right;
}

.share-text {
	display: inline;
	float: left;
	margin: 0;
}

/* SNSシェアボタン */
.share-list {
	display: inline;
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

.share-item {
	display: inline-block;
	margin: 0 0 0 20px;
	vertical-align: top;
}

.share-item a {
	color: #999;
	text-decoration: none;
}

.share-item [class*="acms-icon"] {
	font-size: 16px;
	vertical-align: middle;
}

/*  続きを読むボタン
------------------------------ */
.p-entry-column .c-entry-continue {
	display: block;
	width: 240px;
	margin: 0 auto;
	padding: 8px;
	background: #2C2C2C;
	color: #FFF;
	font-size: 14px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-decoration: none;
	line-height: 1;
	transition: opacity .2s ease-out;
}

.p-entry-column .c-entry-continue:hover,
.p-entry-column .c-entry-continue:visited,
.p-entry-column .c-entry-continue:focus,
.p-entry-column .c-entry-continue:active {
	color: #FFF;
	text-decoration: none;
}

.p-entry-column .c-entry-continue:hover {
	opacity: .7;
}

.p-entry-column .c-entry-continue__wrap {
	text-align: center;
}

/*  カート送信
------------------------------ */
.p-entry-cart {
	margin: 0 0 43px;
	padding: 20px;
	box-sizing: border-box;
	background: #F5F5F5;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.p-entry-cart {
		margin: 0 10px 40px;
	}
}

/*  背景色グレー
------------------------------ */
.p-entry-column .column-gray {
	margin: 0 0 20px;
	padding: 22px 0 5px 0;
	border: 10px solid transparent;
	background-clip: padding-box;
	border-top: 0;
	background-color: #EBEBEB;
}

.p-entry-column .column-gray-wrap {
	margin: 0 5px;
}

.p-entry-column .column-gray.-custom {
	border-width: 0 5px 10px;
}

.p-entry-column .column-gray::after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
}

.p-entry-column .column-gray [class*=column-image-] {
	padding-right: 5px;
	padding-left: 5px;
}

.p-entry-column .column-gray h2,
.p-entry-column .column-gray h3,
.p-entry-column .column-gray p.p-entry-column,
.p-entry-column .column-gray p.c-catchcopy-small {
	margin-bottom: 10px;
}

.p-entry-column .column-gray h3 span {
	display: block;
	padding: 5px 0;
}

.p-entry-column .column-gray h4 {
	margin: 0;
	padding: 0 10px 10px;
}

.p-entry-column .column-gray h4 span {
	display: block;
	padding: 5px 0;
}

.p-entry-column .column-gray p.c-catchcopy,
.p-entry-column .column-gray p.c-catchcopy-small {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.p-entry-column .column-gray-wrap {
		margin: 0;
	}

	.p-entry-column .column-gray.-custom {
		border-width: 0 10px 10px;
	}
}

.p-entry-column .column-gray-full {
	margin: 0 calc(50% - 50vw) 20px;
	padding: 22px calc(50vw - 50%) 5px;
	background-color: #EBEBEB;
}

/*  背景色白
------------------------------ */
.p-entry-column .column-white {
	margin: 0 0 20px;
	padding: 22px 10px 5px 10px;
	border: 10px solid #E4E4E4;
	border-top: 0;
	background-color: #FFF;
}

.p-entry-column .column-white::after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
}

.p-entry-column .column-white [class*=column-image-] {
	padding-right: 5px;
	padding-left: 5px;
}

.p-entry-column .column-white h2,
.p-entry-column .column-white h3,
.p-entry-column .column-white p.p-entry-column,
.p-entry-column .column-white p.c-catchcopy-small {
	margin-bottom: 10px;
}

.p-entry-column .column-white h3 span {
	display: block;
	padding: 5px 0;
}

.p-entry-column .column-white h4 {
	margin: 0;
	padding: 0 10px 10px;
}

.p-entry-column .column-white h4 span {
	display: block;
	padding: 5px 0;
}

.p-entry-column .column-white p.c-catchcopy,
.p-entry-column .column-white p.c-catchcopy-small {
	text-align: center;
}

.p-entry-column .column-white p.entry-btn a {
	-ms-flex-pack: center;
	justify-content: center;
}

.p-entry-column .column-blue-full {
	margin: 0 calc(50% - 50vw) 20px;
	padding: 22px calc(50vw - 50%) 5px;
	background-color: #007BC1;
}

.p-entry-column .column-blue-full h2 {
	border-bottom-color: #FFF;
}

.p-entry-column .column-blue-full h2,
.p-entry-column .column-blue-full h3,
.p-entry-column .column-blue-full h4,
.p-entry-column .column-blue-full h5,
.p-entry-column .column-blue-full p,
.p-entry-column .column-blue-full p.p-entry-column,
.p-entry-column .column-blue-full p.c-catchcopy-small {
	color: #FFF;
}

/*  背景色白
------------------------------ */
/*  背景ブルー, グリーン, オレンジ, ピンク
------------------------------ */
.p-entry-column .column-curriculum.-green {
	background-color: #42C6B7;
}

.p-entry-column .column-curriculum.-pink {
	background-color: #E36FD2;
}

.p-entry-column .column-curriculum.-orange {
	background-color: #003b83;
}

.p-entry-column .column-curriculum.-blue {
	background-color: #2FB8FF;
}

.p-entry-column .column-curriculum.-green,
.p-entry-column .column-curriculum.-pink,
.p-entry-column .column-curriculum.-orange,
.p-entry-column .column-curriculum.-blue {
	padding: 22px 10px 5px 10px;
	border: 10px solid #FFF;
}

.p-entry-column .column-curriculum.-green p,
.p-entry-column .column-curriculum.-green h3,
.p-entry-column .column-curriculum.-pink p,
.p-entry-column .column-curriculum.-pink h3,
.p-entry-column .column-curriculum.-orange p,
.p-entry-column .column-curriculum.-orange h3,
.p-entry-column .column-curriculum.-blue p,
.p-entry-column .column-curriculum.-blue h3 {
	color: #FFF;
}

/*  点線
------------------------------ */
.p-entry-column .column-dot {
	padding-top: 10px;
	border: 1px dashed #000;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, .6);
}

.p-entry-column .column-dot h2,
.p-entry-column .column-dot h3,
.p-entry-column .column-dot h4,
.p-entry-column .column-dot h5 {
	margin-bottom: 5px;
}

.p-entry-column .column-dot p {
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.p-entry-column .column-dot {
		padding-top: 20px;
		margin-bottom: 25px;
	}

	.p-entry-column .column-dot h2,
	.p-entry-column .column-dot h3,
	.p-entry-column .column-dot h4,
	.p-entry-column .column-dot h5 {
		margin-bottom: 10px;
	}

	.p-entry-column .column-dot p {
		margin-bottom: 20px;
	}
}

/*  学科色
------------------------------ */
.p-entry-column .column-course {
	margin: 0 0 10px;
	padding: 22px 5px 5px 5px;
	border: 10px solid transparent;
	border-top: 0;
	background-color: #F5F5F5;
}

.p-entry-column .column-course::after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
}

.p-entry-column .column-course [class*=column-image-] {
	padding-right: 5px;
	padding-left: 5px;
}

.theme-comic .p-entry-column .column-course {
	background-color: #FFE0E6;
}

.theme-animation .p-entry-column .column-course {
	background-color: #FFE3DA;
}

.theme-gamecg .p-entry-column .column-course {
	background-color: #D6F1FF;
}

.theme-graphic .p-entry-column .column-course {
	/*background-color: #FCECCD;*/
	background-color: #d0ebff;
}

.theme-fashion .p-entry-column .column-course {
	background-color: #F4E5F3;
}

.theme-illustration .p-entry-column .column-course {
	background-color: #FFE2C9;
}

.theme-interior .p-entry-column .column-course {
	background-color: #E6F4D8;
}

.theme-molding .p-entry-column .column-course {
	background-color: #CCEFE0;
}

.theme-kenkyu .p-entry-column .column-course {
	background-color: #DFE4EB;
}

.p-entry-column .column-course h3 {
	text-align: center;
}

.p-entry-column .column-course h3 span {
	display: block;
	padding: 5px 0;
}

.p-entry-column .column-course h4 {
	margin: 0;
	text-align: center;
}

.p-entry-column .column-course h4 span {
	display: block;
	padding: 5px 0;
}

.p-entry-column .column-course p.c-catchcopy,
.p-entry-column .column-course p.c-catchcopy-small {
	text-align: center;
}

.p-entry-column .column-course p.entry-btn a {
	-ms-flex-pack: center;
	justify-content: center;
}

.p-entry-column .column-course-full {
	margin: 0 calc(50% - 50vw) 10px;
	padding: 22px calc(50vw - 50%) 5px;
	background-color: #F5F5F5;
}

.theme-comic .p-entry-column .column-course-full {
	background-color: #FFE0E6;
}

.theme-animation .p-entry-column .column-course-full {
	background-color: #FFE3DA;
}

.theme-gamecg .p-entry-column .column-course-full {
	background-color: #D6F1FF;
}

.theme-graphic .p-entry-column .column-course-full {
	/*background-color: #FCECCD;*/
	background-color: #d0ebff;
}

.theme-fashion .p-entry-column .column-course-full {
	background-color: #F4E5F3;
}

.theme-illustration .p-entry-column .column-course-full {
	background-color: #FFE2C9;
}

.theme-interior .p-entry-column .column-course-full {
	background-color: #E6F4D8;
}

.theme-molding .p-entry-column .column-course-full {
	background-color: #CCEFE0;
}

.theme-kenkyu .p-entry-column .column-course-full {
	background-color: #DFE4EB;
}

.p-entry-column .c-map {
	overflow: hidden;
	position: relative;
	width: 100vw;
	height: 0;
	margin-bottom: 40px;
	margin-left: calc(50% - 50vw);
	padding-bottom: 56.25%;
}

.p-entry-column .c-map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/* ------------------------------
　　WordPressからのインポート部分対応
------------------------------ */
.p-entry-column p img {
	max-width: 100%;
	height: auto;
}

/* acms.css に対応した記述 */
.acms-form select,
.acms-form select:hover,
.acms-form .acms-form-select .acms-form .acms-form-select:hover {
	-webkit-appearance: none;
}

/* 管理画面・閲覧側の編集画面のUI に対応した記述 */
.acms-admin-form select,
.acms-admin-form select:hover,
.acms-admin-form .acms-form-select .acms-admin-form .acms-form-select:hover {
	-webkit-appearance: none;
}

.p-entry-column .col-md-5 [class*="column-image-"] .caption {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	box-sizing: border-box;
	background: none;
	color: #535353;
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	.p-entry-column .col-md-5 {
		width: 20%;
	}

	.p-entry-column .col-md-5 [class*="column-image-"] .caption {
		margin: 0 0 10px;
		font-size: 14px;
	}
}

.p-entry-column .column-curriculum-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 10px;
}

.p-entry-column .column-curriculum-wrap .column-curriculum {
	border: none;
}

@media screen and (min-width: 768px) {
	.p-entry-column .column-curriculum-wrap {
		margin: 0;
	}

	.p-entry-column .column-curriculum-wrap .column-curriculum {
		border: 10px solid #FFF;
	}
}

.theme-black .p-entry {
	background-color: rgba(46, 46, 46, .8);
}

.theme-black .p-entry-column {
	color: #FFF;
}

.theme-black .p-entry-column p.text-left,
.theme-black .p-entry-column p.text-center {
	color: #FFF;
}

.theme-black .p-entry-column h2 {
	border-bottom-color: #FFF;
}

.theme-black .p-entry-column ul li {
	background: url(/themes/ndg/images/projects/icon-list-white.svg) no-repeat top 6px left/7px;
}

.theme-black .p-entry-column .c-custom-winning__caption {
	color: #FFF;
}

.theme-black .p-entry-column .c-custom-page-links__item,
.theme-black .p-entry-column .c-custom-winning-list__item,
.theme-black .p-entry-column .p-entry-point__item,
.theme-black .p-entry-column .c-custom-course-more-list__item {
	background: none;
}

.theme-black .p-entry-column .c-custom-page-links__id {
	background: #000;
}

.theme-black .p-entry-column .column-course,
.theme-black .p-entry-column .column-course-full {
	color: #535353;
}

.theme-black .p-entry-column .column-course h2,
.theme-black .p-entry-column .column-course-full h2 {
	border-bottom-color: #2C2C2C;
}

.theme-black .p-entry-column .column-course h2.c-heading-arrow,
.theme-black .p-entry-column .column-course-full h2.c-heading-arrow {
	color: #535353;
}

.theme-black .p-entry-column .column-course ul li,
.theme-black .p-entry-column .column-course-full ul li {
	background: url(/themes/ndg/images/projects/icon-list.svg) no-repeat top 6px left/7px;
}

.theme-black .p-entry-column .column-gray,
.theme-black .p-entry-column .column-gray-full {
	background-color: #535353;
}

.theme-black .p-entry-column .c-typical-class__body {
	background-color: rgba(46, 46, 46, .8);
}

.p-ao-section {
	padding: 30px 10px;
	background-color: rgba(255, 255, 255, .9);
}

.p-ao-section__inner {
	max-width: 960px;
	margin: 0 auto;
}

.p-ao-section__title {
	margin: 0 0 10px 0;
	line-height: 1;
	color: #E3113A;
	font-size: 86px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-ao-section__subtitle {
	margin: 0 0 20px 0;
	font-size: 36px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.5;
}

.p-ao-section img {
	max-width: 100%;
}

.p-ao-section__button {
	position: relative;
	display: block;
	width: 100%;
	padding: 35px 0;
	background-color: #FFF;
	border-radius: 10px;
	font-size: 20px;
	text-align: center;
}

.p-ao-section__button span {
	font-size: 42px;
}

.p-ao-section__button:before {
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	display: block;
	width: 20px;
	height: 3px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.p-ao-section__button:after {
	position: absolute;
	top: calc(50% + 6px);
	right: 10px;
	display: block;
	width: 20px;
	height: 3px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
}

.p-ao-section__button:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.p-ao-section {
		padding: 20px 10px;
	}

	.p-ao-section__title {
		font-size: 48px;
	}

	.p-ao-section__subtitle {
		font-size: 20px;
	}

	.p-ao-section__text {
		font-size: 12px;
		line-height: 1.7;
		margin-top: 0;
	}
}

.p-ao-section--hs1 .p-ao-section__subtitle {
	color: #FF6482;
}

.p-ao-section--hs1 .p-ao-section__button {
	border: 3px solid #FF6482;
	color: #FF6482;
}

.p-ao-section--hs1 .p-ao-section__button:before,
.p-ao-section--hs1 .p-ao-section__button:after {
	background-color: #FF6482;
}

.p-ao-section--hs2 .p-ao-section__subtitle {
	color: #2FB8FF;
}

.p-ao-section--hs2 .p-ao-section__button {
	border: 3px solid #2FB8FF;
	color: #2FB8FF;
}

.p-ao-section--hs2 .p-ao-section__button:before,
.p-ao-section--hs2 .p-ao-section__button:after {
	background-color: #2FB8FF;
}

.p-ao-section--hs3 .p-ao-section__subtitle {
	color: #003b83;
}

.p-ao-section--hs3 .p-ao-section__button {
	border: 3px solid #003b83;
	color: #003b83;
}

.p-ao-section--hs3 .p-ao-section__button:before,
.p-ao-section--hs3 .p-ao-section__button:after {
	background-color: #003b83;
}

.p-ao-section--debut .p-ao-section__subtitle {
	color: #08AF68;
}

.p-ao-section--debut .p-ao-section__button {
	border: 3px solid #08AF68;
	color: #08AF68;
}

.p-ao-section--debut .p-ao-section__button:before,
.p-ao-section--debut .p-ao-section__button:after {
	background-color: #08AF68;
}

.p-ao-section--international .p-ao-section__subtitle {
	color: #FF7146;
}

.p-ao-section--international .p-ao-section__button {
	border: 3px solid #FF7146;
	color: #FF7146;
}

.p-ao-section--international .p-ao-section__button:before,
.p-ao-section--international .p-ao-section__button:after {
	background-color: #FF7146;
}

.p-ao-section--parents .p-ao-section__subtitle {
	color: #C77FC2;
}

.p-ao-section--parents .p-ao-section__button {
	border: 3px solid #C77FC2;
	color: #C77FC2;
}

.p-ao-section--parents .p-ao-section__button:before,
.p-ao-section--parents .p-ao-section__button:after {
	background-color: #C77FC2;
}

.p-ao-section2 {
	padding: 25px 10px 55px;
}

.p-ao-section2__inner {
	max-width: 940px;
	margin: 0 auto;
}

.p-ao-section2__text {
	margin-top: 0;
	font-size: 26px;
	text-align: center;
	line-height: 1.3;
}

.p-ao-section2__text span {
	font-size: 48px;
}

.p-ao-section2__text.-large {
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-ao-section2__button {
	position: relative;
	background-color: #FFF;
	box-sizing: border-box;
	display: block;
	border-radius: 10px;
	padding: 25px 0;
	font-size: 20px;
	width: 100%;
	text-align: center;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-ao-section2__button span {
	font-size: 42px;
}

.p-ao-section2__button:before {
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	display: block;
	width: 20px;
	height: 3px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.p-ao-section2__button:after {
	position: absolute;
	top: calc(50% + 6px);
	right: 10px;
	display: block;
	width: 20px;
	height: 3px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
}

.p-ao-section2__button:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.p-ao-section2 {
		padding: 20px 10px;
	}

	.p-ao-section2__text {
		font-size: 16px;
		text-align: left;
	}

	.p-ao-section2__text span {
		font-size: 24px;
	}

	.p-ao-section2__inner .acms-grid-r {
		margin-right: -5px;
		margin-left: -5px;
	}

	.p-ao-section2__inner .acms-col-6 {
		padding-right: 5px;
		padding-left: 5px;
	}

	.p-ao-section2__button {
		padding-bottom: 50px;
		font-size: 10px;
	}

	.p-ao-section2__button:before,
	.p-ao-section2__button:after {
		top: auto;
		left: 50%;
		margin-left: -10px;
	}

	.p-ao-section2__button:before {
		bottom: 36px;
	}

	.p-ao-section2__button:after {
		bottom: 24px;
	}

	.p-ao-section2__button span {
		font-size: 26px;
	}
}

.p-ao-section2--hs1 {
	background-color: rgba(247, 216, 222, .9);
}

.p-ao-section2--hs1 .p-ao-section2__text span {
	color: #FF6482;
}

.p-ao-section2--hs1 .p-ao-section2__button {
	border: 3px solid #FF6482;
	color: #FF6482;
}

.p-ao-section2--hs1 .p-ao-section2__button:before,
.p-ao-section2--hs1 .p-ao-section2__button:after {
	background-color: #FF6482;
}

.p-ao-section2--hs2 {
	background-color: rgba(214, 241, 255, .9);
}

.p-ao-section2--hs2 .p-ao-section2__text span {
	color: #2FB8FF;
}

.p-ao-section2--hs2 .p-ao-section2__button {
	border: 3px solid #2FB8FF;
	color: #2FB8FF;
}

.p-ao-section2--hs2 .p-ao-section2__button:before,
.p-ao-section2--hs2 .p-ao-section2__button:after {
	background-color: #2FB8FF;
}

.p-ao-section2--hs3 {
	background-color: rgba(252, 236, 205, .9);
}

.p-ao-section2--hs3 .p-ao-section2__text span {
	color: #003b83;
}

.p-ao-section2--hs3 .p-ao-section2__button {
	border: 3px solid #003b83;
	color: #003b83;
}

.p-ao-section2--hs3 .p-ao-section2__button:before,
.p-ao-section2--hs3 .p-ao-section2__button:after {
	background-color: #003b83;
}

.p-ao-section2--debut {
	background-color: rgba(204, 239, 224, .9);
}

.p-ao-section2--debut .p-ao-section2__text span {
	color: #08AF68;
}

.p-ao-section2--debut .p-ao-section2__button {
	border: 3px solid #08AF68;
	color: #08AF68;
}

.p-ao-section2--debut .p-ao-section2__button:before,
.p-ao-section2--debut .p-ao-section2__button:after {
	background-color: #08AF68;
}

.p-ao-section2--international {
	background-color: rgba(255, 227, 218, .9);
}

.p-ao-section2--international .p-ao-section2__text span {
	color: #FF7146;
}

.p-ao-section2--international .p-ao-section2__button {
	border: 3px solid #FF7146;
	color: #FF7146;
}

.p-ao-section2--international .p-ao-section2__button:before,
.p-ao-section2--international .p-ao-section2__button:after {
	background-color: #FF7146;
}

.p-ao-section2--parents {
	background-color: rgba(244, 229, 243, .9);
}

.p-ao-section2--parents .p-ao-section2__text span {
	color: #C77FC2;
}

.p-ao-section2--parents .p-ao-section2__button {
	border: 3px solid #C77FC2;
	color: #C77FC2;
}

.p-ao-section2--parents .p-ao-section2__button:before,
.p-ao-section2--parents .p-ao-section2__button:after {
	background-color: #C77FC2;
}

.p-ao-section3 {
	padding: 50px 0;
}

.p-ao-section3__box {
	padding: 45px 0;
	text-align: center;
	max-width: 940px;
	margin: 0 auto;
}

.p-ao-section3__title {
	margin: 0 0 5px 0;
	color: #535353;
	font-size: 30px;
	text-align: center;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-ao-section3__subtitle {
	margin: 0 0 25px 0;
	line-height: 1.2;
	color: #FFF;
	font-size: 48px;
	text-align: center;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-ao-section3__link {
	position: relative;
	display: block;
	max-width: 480px;
	margin: 0 auto;
	padding: 20px 0 30px;
	background-color: #FFF;
	border-radius: 10px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-ao-section3__link-first {
	font-size: 40px;
	line-height: 1.3;
	display: block;
}

.p-ao-section3__link-second {
	font-size: 20px;
}

.p-ao-section3__link:link,
.p-ao-section3__link:hover,
.p-ao-section3__link:visited {
	text-decoration: none;
}

.p-ao-section3__link:before {
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	display: block;
	width: 20px;
	height: 3px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.p-ao-section3__link:after {
	position: absolute;
	top: calc(50% + 6px);
	right: 10px;
	display: block;
	width: 20px;
	height: 3px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
}

.p-ao-section3__link:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.p-ao-section3 {
		padding: 0;
	}

	.p-ao-section3__box {
		padding: 20px 10px;
	}

	.p-ao-section3__title {
		font-size: 20px;
	}

	.p-ao-section3__subtitle {
		font-size: 24px;
	}

	.p-ao-section3__link-first {
		font-size: 24px;
	}
}

.p-ao-section3--hs1 .p-ao-section3__box {
	background-color: rgba(255, 100, 130, .9);
}

.p-ao-section3--hs1 .p-ao-section3__link {
	color: #FF6482;
}

.p-ao-section3--hs1 .p-ao-section3__link:link,
.p-ao-section3--hs1 .p-ao-section3__link:hover,
.p-ao-section3--hs1 .p-ao-section3__link:visited {
	color: #FF6482;
}

.p-ao-section3--hs1 .p-ao-section3__link:before,
.p-ao-section3--hs1 .p-ao-section3__link:after {
	background-color: #FF6482;
}

.p-ao-section3--hs2 .p-ao-section3__box {
	background-color: rgba(47, 184, 255, .9);
}

.p-ao-section3--hs2 .p-ao-section3__link {
	color: #2FB8FF;
}

.p-ao-section3--hs2 .p-ao-section3__link:link,
.p-ao-section3--hs2 .p-ao-section3__link:hover,
.p-ao-section3--hs2 .p-ao-section3__link:visited {
	color: #2FB8FF;
}

.p-ao-section3--hs2 .p-ao-section3__link:before,
.p-ao-section3--hs2 .p-ao-section3__link:after {
	background-color: #2FB8FF;
}

.p-ao-section3--hs3 .p-ao-section3__box {
	background-color: rgba(240, 157, 0, .9);
}

.p-ao-section3--hs3 .p-ao-section3__link {
	color: #003b83;
}

.p-ao-section3--hs3 .p-ao-section3__link:link,
.p-ao-section3--hs3 .p-ao-section3__link:hover,
.p-ao-section3--hs3 .p-ao-section3__link:visited {
	color: #003b83;
}

.p-ao-section3--hs3 .p-ao-section3__link:before,
.p-ao-section3--hs3 .p-ao-section3__link:after {
	background-color: #003b83;
}

.p-ao-section3--debut .p-ao-section3__box {
	background-color: rgba(8, 175, 104, .9);
}

.p-ao-section3--debut .p-ao-section3__link {
	color: #08AF68;
}

.p-ao-section3--debut .p-ao-section3__link:link,
.p-ao-section3--debut .p-ao-section3__link:hover,
.p-ao-section3--debut .p-ao-section3__link:visited {
	color: #08AF68;
}

.p-ao-section3--debut .p-ao-section3__link:before,
.p-ao-section3--debut .p-ao-section3__link:after {
	background-color: #08AF68;
}

.p-ao-section3--international .p-ao-section3__box {
	background-color: rgba(255, 113, 70, .9);
}

.p-ao-section3--international .p-ao-section3__link {
	color: #FF7146;
}

.p-ao-section3--international .p-ao-section3__link:link,
.p-ao-section3--international .p-ao-section3__link:hover,
.p-ao-section3--international .p-ao-section3__link:visited {
	color: #FF7146;
}

.p-ao-section3--international .p-ao-section3__link:before,
.p-ao-section3--international .p-ao-section3__link:after {
	background-color: #FF7146;
}

.p-ao-section3--parents .p-ao-section3__box {
	background-color: rgba(199, 127, 194, .9);
}

.p-ao-section3--parents .p-ao-section3__link {
	color: #C77FC2;
}

.p-ao-section3--parents .p-ao-section3__link:link,
.p-ao-section3--parents .p-ao-section3__link:hover,
.p-ao-section3--parents .p-ao-section3__link:visited {
	color: #C77FC2;
}

.p-ao-section3--parents .p-ao-section3__link:before,
.p-ao-section3--parents .p-ao-section3__link:after {
	background-color: #C77FC2;
}

.p-entry-popup-img img {
	display: block;
	max-width: 680px;
	margin: 0 auto;
}

.p-entry-popup-img {
	background-image: none;
	background-color: #FFF;
}

@media screen and (max-width: 767px) {
	.p-entry-popup-img {
		padding: 20px 10px;
	}
}

@media screen and (max-width: 767px) {
	.p-entry-popup-first-img-wrap {
		padding-right: 50px;
	}
}

.p-entry-process {
	list-style-type: none;
	max-width: 600px;
	margin: 20px auto 0 auto !important;
	padding: 0 10px;
}

.p-entry-process img {
	width: 100%;
	height: auto;
}

.p-entry-process li {
	background: none !important;
	padding-left: 0;
}

.p-entry-popup-header {
	margin: 0 0 0 0;
	color: #FFF;
}

.p-entry-popup-header--hs1 {
	background-color: rgba(255, 100, 130, .8);
}

.p-entry-popup-header--hs2 {
	background-color: rgba(47, 184, 255, .8);
}

.p-entry-popup-header--hs3 {
	background-color: rgba(240, 157, 0, .8);
}

.p-entry-popup-header--debut {
	background-color: rgba(8, 175, 104, .8);
}

.p-entry-popup-header--international {
	background-color: rgba(255, 113, 70, .8);
}

.p-entry-popup-header--parents {
	background-color: rgba(199, 127, 194, .8);
}

.p-entry-popup-header__inner {
	display: -ms-flexbox;
	display: flex;
	max-width: 940px;
	margin: 0 auto;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
}

.p-entry-popup-header__inner>* {
	-ms-flex: 1;
	flex: 1;
}

@media screen and (max-width: 767px) {
	.p-entry-popup-header__inner {
		display: block;
	}

	.p-entry-popup-header__inner .p-entry-title br {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.p-entry-popup-header__subtitle {
		font-size: 14px;
	}
}

.p-entry-alumni-item-inner {
	border: 1px solid #707070;
	background-color: #FFF;
	padding: 25px 20px;
}

@media screen and (max-width: 767px) {
	.p-entry-alumni-item-inner {
		padding: 10px;
	}

	.p-entry-alumni-item-inner p {
		margin-right: 0;
		margin-left: 0;
	}
}

.p-entry-balloon-img-wrap {
	text-align: center;
	margin-top: 10px;
}

.p-entry-balloon-img {
	max-width: 680px;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.p-entry-balloon-img-wrap {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.p-entry-popup {
	margin-bottom: 0;
}

.cke_editable ol li,
.p-entry-popup .p-entry-column ol li {
	padding-left: 50px;
}

.cke_editable ol li:before,
.p-entry-popup .p-entry-column ol li:before {
	width: 25px;
	text-align: right;
}

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

	.cke_editable ol li,
	.p-entry-popup .p-entry-column ol li {
		padding-left: 35px;
	}
}

.cke_editable .c-container,
.p-entry-popup .p-entry-column .c-container {
	max-width: 960px;
}

.cke_editable .p-entry-link,
.p-entry-popup .p-entry-column .p-entry-link {
	position: relative;
	display: block;
	width: 100%;
	padding: 12px;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF;
	line-height: 1;
	font-size: 16px !important;
}

.cke_editable .p-entry-link:link,
.cke_editable .p-entry-link:hover,
.cke_editable .p-entry-link:visited,
.p-entry-popup .p-entry-column .p-entry-link:link,
.p-entry-popup .p-entry-column .p-entry-link:hover,
.p-entry-popup .p-entry-column .p-entry-link:visited {
	color: #FFF;
	text-decoration: none;
}

.cke_editable .p-entry-link:before,
.p-entry-popup .p-entry-column .p-entry-link:before {
	position: absolute;
	right: 5px;
	top: 14px;
	display: block;
	width: 15px;
	height: 3px;
	background-color: #FFF;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.cke_editable .p-entry-link:after,
.p-entry-popup .p-entry-column .p-entry-link:after {
	position: absolute;
	right: 5px;
	top: 23px;
	display: block;
	width: 15px;
	height: 3px;
	background-color: #FFF;
	border-radius: 1px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
}

.cke_editable .c-catchcopy,
.p-entry-popup .p-entry-column .c-catchcopy {
	border-bottom: 3px solid #2C2C2C;
	text-align: center;
}

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

	.cke_editable .c-container,
	.p-entry-popup .p-entry-column .c-container {
		padding: 0;
	}

	.cke_editable .c-catchcopy-sp-no-margin,
	.p-entry-popup .p-entry-column .c-catchcopy-sp-no-margin {
		margin-top: 0;
	}

	.cke_editable .p-top-course-list,
	.p-entry-popup .p-entry-column .p-top-course-list {
		margin-bottom: 0;
	}

	.cke_editable .c-catchcopy,
	.p-entry-popup .p-entry-column .c-catchcopy {
		margin-top: 0;
		margin-bottom: 10px;
	}
}

.cke_editable .c-catchcopy-small,
.p-entry-popup .p-entry-column .c-catchcopy-small {
	border-bottom: 3px solid #2C2C2C;
	font-size: 24px;
}

.cke_editable .annotation,
.p-entry-popup .p-entry-column .annotation {
	color: #888;
	font-size: 14px;
}

.cke_editable .column-white h3,
.p-entry-popup .p-entry-column .column-white h3 {
	text-align: center;
	font-size: 32px;
}

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

	.cke_editable .column-white h3,
	.p-entry-popup .p-entry-column .column-white h3 {
		font-size: 24px;
	}
}

.cke_editable .p-entry-popup-international-text,
.p-entry-popup .p-entry-column .p-entry-popup-international-text {
	color: #535353;
	margin: 0;
	border: none !important;
	font-size: 24px;
	text-align: center;
}

.cke_editable .p-entry-popup-international-text span,
.p-entry-popup .p-entry-column .p-entry-popup-international-text span {
	font-size: 30px;
	color: #FF7146;
}

.cke_editable.p-entry-column--debut .column-gray,
.p-entry-popup .p-entry-column.p-entry-column--debut .column-gray {
	background-color: #CCEFE0;
}

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

	.cke_editable.p-entry-column--debut .column-gray,
	.p-entry-popup .p-entry-column.p-entry-column--debut .column-gray {
		padding-top: 20px;
	}

	.cke_editable.p-entry-column--debut .column-gray h3,
	.p-entry-popup .p-entry-column.p-entry-column--debut .column-gray h3 {
		margin-top: 0 !important;
	}

	.cke_editable.p-entry-column--debut .column-gray p,
	.p-entry-popup .p-entry-column.p-entry-column--debut .column-gray p {
		margin-bottom: 20px;
	}
}

.cke_editable.p-entry-column--debut .column-white h3,
.p-entry-popup .p-entry-column.p-entry-column--debut .column-white h3 {
	font-size: 22px;
}

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

	.cke_editable.p-entry-column--debut .column-white,
	.p-entry-popup .p-entry-column.p-entry-column--debut .column-white {
		padding-right: 0;
		padding-left: 0;
	}
}

.cke_editable.p-entry-column--hs1 .column-white,
.p-entry-popup .p-entry-column.p-entry-column--hs1 .column-white {
	padding: 30px;
	padding: 15px;
}

.cke_editable.p-entry-column--hs1 .column-white h3,
.p-entry-popup .p-entry-column.p-entry-column--hs1 .column-white h3 {
	text-align: left;
}

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

	.cke_editable.p-entry-column--hs1 .column-white,
	.p-entry-popup .p-entry-column.p-entry-column--hs1 .column-white {
		padding: 10px 0;
	}

	.cke_editable.p-entry-column--hs1 .column-white p:last-child,
	.p-entry-popup .p-entry-column.p-entry-column--hs1 .column-white p:last-child {
		margin-bottom: 0;
	}
}

.cke_editable.p-entry-column--international .column-white,
.p-entry-popup .p-entry-column.p-entry-column--international .column-white {
	padding: 20px 30px;
}

.cke_editable.p-entry-column--international .column-white p:last-child,
.p-entry-popup .p-entry-column.p-entry-column--international .column-white p:last-child {
	margin-bottom: 0;
}

.cke_editable.p-entry-column--international .column-white h3,
.p-entry-popup .p-entry-column.p-entry-column--international .column-white h3 {
	text-align: left;
}

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

	.cke_editable.p-entry-column--international .column-white,
	.p-entry-popup .p-entry-column.p-entry-column--international .column-white {
		padding: 10px 0;
	}
}

.cke_editable.p-entry-column--international .c-catchcopy,
.p-entry-popup .p-entry-column.p-entry-column--international .c-catchcopy {
	margin-right: 0;
	margin-left: 0;
}

.cke_editable.p-entry-column--international .column-image-center,
.p-entry-popup .p-entry-column.p-entry-column--international .column-image-center {
	max-width: 600px;
}

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

	.cke_editable.p-entry-column--international .column-image-center,
	.p-entry-popup .p-entry-column.p-entry-column--international .column-image-center {
		max-width: 300px;
	}
}

.cke_editable.p-entry-column--parents .column-white .p-entry-link,
.p-entry-popup .p-entry-column.p-entry-column--parents .column-white .p-entry-link {
	max-width: 280px;
	margin-right: auto;
	margin-left: auto;
}

.cke_editable.p-entry-column--parents .column-image-center.acms-col-sm-12,
.p-entry-popup .p-entry-column.p-entry-column--parents .column-image-center.acms-col-sm-12 {
	margin-bottom: 0;
}

.cke_editable.p-entry-column--parents .acms-col-sm-6 .column-image-center.acms-col-sm-12,
.p-entry-popup .p-entry-column.p-entry-column--parents .acms-col-sm-6 .column-image-center.acms-col-sm-12 {
	margin-bottom: 20px;
}

.cke_editable .js-change-bg[data-color=gray] .column-course,
.p-entry-popup .p-entry-column .js-change-bg[data-color=gray] .column-course {
	border: 10px solid #E4E4E4;
}

.cke_editable .js-change-bg[data-color=gray] .column-white,
.p-entry-popup .p-entry-column .js-change-bg[data-color=gray] .column-white {
	border: 10px solid #E4E4E4;
}

.cke_editable .js-change-bg[data-color=gray-light] .column-course,
.p-entry-popup .p-entry-column .js-change-bg[data-color=gray-light] .column-course {
	border: 10px solid transparent;
	background-clip: padding-box;
}

.cke_editable .js-change-bg[data-color=gray-light] .column-white,
.p-entry-popup .p-entry-column .js-change-bg[data-color=gray-light] .column-white {
	border: 10px solid transparent;
	background-clip: padding-box;
}

.cke_editable .p-entry-popup-box,
.p-entry-popup .p-entry-column .p-entry-popup-box {
	position: relative;
	background-color: rgba(255, 255, 255, .9);
	padding: 60px 75px;
	margin-bottom: 45px;
}

.cke_editable .p-entry-popup-link,
.p-entry-popup .p-entry-column .p-entry-popup-link {
	margin-top: 25px !important;
	font-size: 20px;
}

.cke_editable .p-entry-popup-link a,
.p-entry-popup .p-entry-column .p-entry-popup-link a {
	display: block;
	border-radius: 3px;
	max-width: 250px;
	box-sizing: border-box;
	padding: 15px 35px 15px 20px;
	margin: 0 auto;
	position: relative;
	line-height: 1.2;
	text-align: left;
}

.cke_editable .p-entry-popup-link a:link,
.cke_editable .p-entry-popup-link a:hover,
.cke_editable .p-entry-popup-link a:visited,
.p-entry-popup .p-entry-column .p-entry-popup-link a:link,
.p-entry-popup .p-entry-column .p-entry-popup-link a:hover,
.p-entry-popup .p-entry-column .p-entry-popup-link a:visited {
	color: #FFF;
	text-decoration: none;
}

.cke_editable .p-entry-popup-link a:before,
.p-entry-popup .p-entry-column .p-entry-popup-link a:before {
	content: "";
	display: block;
	background-color: #FFF;
	width: 20px;
	height: 3px;
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cke_editable .p-entry-popup-link a:after,
.p-entry-popup .p-entry-column .p-entry-popup-link a:after {
	content: "";
	display: block;
	background-color: #FFF;
	width: 20px;
	height: 3px;
	position: absolute;
	top: calc(50% + 6px);
	right: 10px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cke_editable .p-entry-popup-link a .small,
.p-entry-popup .p-entry-column .p-entry-popup-link a .small {
	font-size: 18px !important;
}

.cke_editable .p-entry-popup-link a .large,
.p-entry-popup .p-entry-column .p-entry-popup-link a .large {
	font-size: 26px;
}

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

	.cke_editable .p-entry-popup-link a .large,
	.p-entry-popup .p-entry-column .p-entry-popup-link a .large {
		font-size: 52px;
	}
}

.cke_editable .p-entry-popup-link--large a,
.p-entry-popup .p-entry-column .p-entry-popup-link--large a {
	max-width: 480px;
	text-align: center;
}

.cke_editable .p-entry-popup-box+.p-entry-popup-box:before,
.p-entry-popup .p-entry-column .p-entry-popup-box+.p-entry-popup-box:before {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 23px 0 23px;
	left: 50%;
	top: -40px;
	margin-left: -13px;
}

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

	.cke_editable .p-entry-popup-box+.p-entry-popup-box:before,
	.p-entry-popup .p-entry-column .p-entry-popup-box+.p-entry-popup-box:before {
		top: -35px;
	}
}

.cke_editable .p-entry-popup-box__title,
.p-entry-popup .p-entry-column .p-entry-popup-box__title {
	font-size: 36px;
	border-bottom: none;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable .p-entry-popup-box--small,
.p-entry-popup .p-entry-column .p-entry-popup-box--small {
	max-width: 400px;
	text-align: center;
	margin: 0 auto 65px auto;
	padding: 30px 40px;
}

.cke_editable .p-entry-popup-box--small p,
.p-entry-popup .p-entry-column .p-entry-popup-box--small p {
	margin-bottom: 0;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

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

	.cke_editable .p-entry-popup-box--small,
	.p-entry-popup .p-entry-column .p-entry-popup-box--small {
		margin: 0 10px 50px 10px;
	}

	.cke_editable .p-entry-popup-box--small .p-entry-popup-link:not(.p-entry-popup-link--large) a,
	.p-entry-popup .p-entry-column .p-entry-popup-box--small .p-entry-popup-link:not(.p-entry-popup-link--large) a {
		width: 150px;
		padding: 5px 20px 5px 10px;
		font-size: 14px;
		line-height: 1.8;
	}

	.cke_editable .p-entry-popup-box--small .p-entry-popup-link:not(.p-entry-popup-link--large) a:before,
	.p-entry-popup .p-entry-column .p-entry-popup-box--small .p-entry-popup-link:not(.p-entry-popup-link--large) a:before {
		top: calc(50% - 5px);
		width: 15px;
	}

	.cke_editable .p-entry-popup-box--small .p-entry-popup-link:not(.p-entry-popup-link--large) a:after,
	.p-entry-popup .p-entry-column .p-entry-popup-box--small .p-entry-popup-link:not(.p-entry-popup-link--large) a:after {
		top: calc(50% + 4px);
		width: 15px;
	}

	.cke_editable .p-entry-popup-box--small:last-of-type,
	.p-entry-popup .p-entry-column .p-entry-popup-box--small:last-of-type {
		margin-bottom: 0;
	}
}

.cke_editable .p-entry-popup-box--single,
.p-entry-popup .p-entry-column .p-entry-popup-box--single {
	margin-bottom: 0;
}

.cke_editable .p-entry-popup-box--medium,
.p-entry-popup .p-entry-column .p-entry-popup-box--medium {
	max-width: 940px;
	text-align: center;
	margin: 0 auto;
	padding: 30px 40px;
}

.cke_editable .p-entry-popup-box--medium h3,
.p-entry-popup .p-entry-column .p-entry-popup-box--medium h3 {
	font-size: 30px;
}

.cke_editable .p-entry-popup-box--medium p,
.p-entry-popup .p-entry-column .p-entry-popup-box--medium p {
	margin-bottom: 0;
}

.cke_editable .p-entry-popup-box--medium a,
.p-entry-popup .p-entry-column .p-entry-popup-box--medium a {
	border-radius: 10px;
}

.cke_editable .p-entry-popup-comment,
.p-entry-popup .p-entry-column .p-entry-popup-comment {
	max-width: 560px;
	margin: 0 auto 10px auto;
	text-align: center;
	font-size: 36px;
	padding-top: 32px;
	padding-bottom: 45px;
	background-size: cover;
	font-size: 36px;
	background-image: url("/themes/ndg/images/common/baloon.png");
	background-repeat: no-repeat;
	font-family: "ShadowTLStd-B", "NewRodinPro-M", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

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

	.cke_editable .p-entry-popup-comment,
	.p-entry-popup .p-entry-column .p-entry-popup-comment {
		font-size: 5vw;
		width: 100%;
		height: 0;
		padding-top: 6%;
		padding-bottom: 32%;
		background-size: cover;
	}
}

.cke_editable .p-entry-popup-favorite-list,
.p-entry-popup .p-entry-column .p-entry-popup-favorite-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

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

	.cke_editable .p-entry-popup-favorite-list,
	.p-entry-popup .p-entry-column .p-entry-popup-favorite-list {
		padding-right: 5px;
		padding-left: 5px;
		margin-bottom: 0;
	}
}

.cke_editable .p-entry-popup-favorite-item-wrap,
.p-entry-popup .p-entry-column .p-entry-popup-favorite-item-wrap {
	width: 33.33333%;
	padding: 5px;
	box-sizing: border-box;
}

.cke_editable .p-entry-popup-favorite-item-wrap img,
.p-entry-popup .p-entry-column .p-entry-popup-favorite-item-wrap img {
	width: 100%;
	height: auto;
	display: block;
}

.cke_editable .p-entry-popup-favorite-item,
.p-entry-popup .p-entry-column .p-entry-popup-favorite-item {
	position: relative;
	overflow: hidden;
	padding: 10px;
	margin: 0;
	color: #FFF;
	font-size: 3vw;
	line-height: 1.1;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable .p-entry-popup-favorite-item span,
.p-entry-popup .p-entry-column .p-entry-popup-favorite-item span {
	font-size: 2.5vw;
}

.cke_editable .p-entry-popup-favorite-item span:last-child,
.p-entry-popup .p-entry-column .p-entry-popup-favorite-item span:last-child {
	margin-top: 20px;
	display: block;
	text-align: right;
}

.cke_editable .p-entry-popup-favorite-item span.large,
.p-entry-popup .p-entry-column .p-entry-popup-favorite-item span.large {
	font-size: 5vw;
}

@media screen and (min-width: 992px) {

	.cke_editable .p-entry-popup-favorite-item,
	.p-entry-popup .p-entry-column .p-entry-popup-favorite-item {
		font-size: 40px;
	}

	.cke_editable .p-entry-popup-favorite-item .p-entry-popup-favorite-item-wrap,
	.p-entry-popup .p-entry-column .p-entry-popup-favorite-item .p-entry-popup-favorite-item-wrap {
		padding: 10px;
	}

	.cke_editable .p-entry-popup-favorite-item .p-entry-popup-favorite-item,
	.p-entry-popup .p-entry-column .p-entry-popup-favorite-item .p-entry-popup-favorite-item {
		padding: 20px;
	}

	.cke_editable .p-entry-popup-favorite-item span,
	.p-entry-popup .p-entry-column .p-entry-popup-favorite-item span {
		font-size: 30px;
	}
}

.cke_editable .p-entry-popup-favorite-item:after,
.p-entry-popup .p-entry-column .p-entry-popup-favorite-item:after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 190px;
	height: 190px;
	background: #FFF;
	opacity: .2;
	-ms-transform: skewY(-45deg);
	transform: skewY(-45deg);
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
	content: "";
}

.cke_editable .p-entry-popup-favorite-item-wrap.comic .p-entry-popup-favorite-item,
.p-entry-popup .p-entry-column .p-entry-popup-favorite-item-wrap.comic .p-entry-popup-favorite-item {
	background-color: rgba(255, 100, 130, .9);
}

.cke_editable .p-entry-popup-favorite-item-wrap.animation .p-entry-popup-favorite-item,
.p-entry-popup .p-entry-column .p-entry-popup-favorite-item-wrap.animation .p-entry-popup-favorite-item {
	background-color: rgba(255, 113, 70, .9);
}

.cke_editable .p-entry-popup-favorite-item-wrap.gamecg .p-entry-popup-favorite-item,
.p-entry-popup .p-entry-column .p-entry-popup-favorite-item-wrap.gamecg .p-entry-popup-favorite-item {
	background-color: rgba(47, 184, 255, .9);
}

.cke_editable .p-entry-popup-favorite-item-wrap.graphic .p-entry-popup-favorite-item,
.p-entry-popup .p-entry-column .p-entry-popup-favorite-item-wrap.graphic .p-entry-popup-favorite-item {
	background-color: rgba(240, 157, 0, .9);
}

.cke_editable .p-entry-popup-favorite-item-wrap.fashion .p-entry-popup-favorite-item,
.p-entry-popup .p-entry-column .p-entry-popup-favorite-item-wrap.fashion .p-entry-popup-favorite-item {
	background-color: rgba(199, 127, 194, .9);
}

.cke_editable .p-entry-popup-favorite-item-wrap.illustration .p-entry-popup-favorite-item,
.p-entry-popup .p-entry-column .p-entry-popup-favorite-item-wrap.illustration .p-entry-popup-favorite-item {
	background-color: rgba(211, 96, 0, .9);
}

.cke_editable .p-entry-popup-favorite-item-wrap.interior .p-entry-popup-favorite-item,
.p-entry-popup .p-entry-column .p-entry-popup-favorite-item-wrap.interior .p-entry-popup-favorite-item {
	background-color: rgba(129, 198, 60, .9);
}

.cke_editable .p-entry-popup-favorite-item-wrap.molding .p-entry-popup-favorite-item,
.p-entry-popup .p-entry-column .p-entry-popup-favorite-item-wrap.molding .p-entry-popup-favorite-item {
	background-color: rgba(8, 175, 104, .9);
}

.cke_editable .p-entry-popup-favorite-item-wrap.kenkyu .p-entry-popup-favorite-item,
.p-entry-popup .p-entry-column .p-entry-popup-favorite-item-wrap.kenkyu .p-entry-popup-favorite-item {
	background-color: rgba(124, 144, 175, .9);
}

.cke_editable .p-toggle-wrapper,
.p-entry-popup .p-entry-column .p-toggle-wrapper {
	margin-bottom: 30px;
}

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

	.cke_editable .p-toggle-wrapper,
	.p-entry-popup .p-entry-column .p-toggle-wrapper {
		margin-bottom: 10px;
		margin-right: 10px;
		margin-left: 10px;
	}
}

.cke_editable .p-toggle-link,
.p-entry-popup .p-entry-column .p-toggle-link {
	color: #FFF;
	padding: 13px 70px;
	display: block;
	color: #FFF;
	position: relative;
}

.cke_editable .p-toggle-link:link,
.cke_editable .p-toggle-link:hover,
.cke_editable .p-toggle-link:visited,
.p-entry-popup .p-entry-column .p-toggle-link:link,
.p-entry-popup .p-entry-column .p-toggle-link:hover,
.p-entry-popup .p-entry-column .p-toggle-link:visited {
	text-decoration: none;
	color: #FFF;
}

.cke_editable .p-toggle-link__image,
.p-entry-popup .p-entry-column .p-toggle-link__image {
	width: 50px;
	height: auto;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 10px;
}

.cke_editable .p-toggle-link:before,
.p-entry-popup .p-entry-column .p-toggle-link:before {
	width: 30px;
	height: 2px;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	display: block;
}

.cke_editable .p-toggle-link:after,
.p-entry-popup .p-entry-column .p-toggle-link:after {
	width: 30px;
	height: 2px;
	background-color: #FFF;
	position: absolute;
	top: 50%;
	right: 10px;
	content: "";
	display: block;
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 1;
	transition: opacity .3s ease-in;
}

.cke_editable .p-toggle-link.active:after,
.p-entry-popup .p-entry-column .p-toggle-link.active:after {
	opacity: 0;
}

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

	.cke_editable .p-toggle-link span,
	.p-entry-popup .p-entry-column .p-toggle-link span {
		display: block;
		font-size: 18px;
	}
}

.cke_editable .p-toggle-title,
.p-entry-popup .p-entry-column .p-toggle-title {
	border-bottom: none;
	font-size: 26px;
}

.cke_editable .p-toggle-contents,
.p-entry-popup .p-entry-column .p-toggle-contents {
	background-color: #FFF;
	padding: 35px;
}

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

	.cke_editable .p-toggle-contents,
	.p-entry-popup .p-entry-column .p-toggle-contents {
		padding: 10px;
	}
}

.cke_editable .p-toggle-contents__inner,
.p-entry-popup .p-entry-column .p-toggle-contents__inner {
	display: -ms-flexbox;
	display: flex;
}

.cke_editable .p-toggle-contents__title,
.p-entry-popup .p-entry-column .p-toggle-contents__title {
	font-size: 26px;
}

.cke_editable .p-toggle-contents__subtitle,
.p-entry-popup .p-entry-column .p-toggle-contents__subtitle {
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 20px;
	margin-bottom: 5px;
}

.cke_editable .p-toggle-contents__main,
.p-entry-popup .p-entry-column .p-toggle-contents__main {
	-ms-flex: 3;
	flex: 3;
}

.cke_editable .p-toggle-contents__main>*,
.p-entry-popup .p-entry-column .p-toggle-contents__main>* {
	margin-right: 0;
	margin-left: 0;
}

.cke_editable .p-toggle-contents__sub,
.p-entry-popup .p-entry-column .p-toggle-contents__sub {
	-ms-flex: 2;
	flex: 2;
}

.cke_editable .p-toggle-contents__list,
.p-entry-popup .p-entry-column .p-toggle-contents__list {
	margin-bottom: 40px;
	max-width: 100%;
}

.cke_editable .p-toggle-contents__button,
.p-entry-popup .p-entry-column .p-toggle-contents__button {
	position: relative;
	color: #FFF;
	box-sizing: border-box;
	display: block;
	border-radius: 10px;
	font-size: 20px;
	max-width: 480px;
	padding: 30px 40px;
	margin: 0 auto;
	text-align: left;
}

.cke_editable .p-toggle-contents__button span,
.p-entry-popup .p-entry-column .p-toggle-contents__button span {
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 30px;
	display: block;
}

.cke_editable .p-toggle-contents__button:link,
.cke_editable .p-toggle-contents__button:hover,
.cke_editable .p-toggle-contents__button:visited,
.p-entry-popup .p-entry-column .p-toggle-contents__button:link,
.p-entry-popup .p-entry-column .p-toggle-contents__button:hover,
.p-entry-popup .p-entry-column .p-toggle-contents__button:visited {
	color: #FFF;
}

.cke_editable .p-toggle-contents__button:before,
.p-entry-popup .p-entry-column .p-toggle-contents__button:before {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #FFF;
}

.cke_editable .p-toggle-contents__button:after,
.p-entry-popup .p-entry-column .p-toggle-contents__button:after {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	position: absolute;
	top: calc(50% + 6px);
	right: 10px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #FFF;
}

.cke_editable .p-toggle-contents__button:hover,
.p-entry-popup .p-entry-column .p-toggle-contents__button:hover {
	text-decoration: none;
}

.cke_editable .p-toggle-link--comic,
.p-entry-popup .p-entry-column .p-toggle-link--comic {
	background-color: #FF6482 !important;
}

.cke_editable .p-toggle-contents__button--comic,
.p-entry-popup .p-entry-column .p-toggle-contents__button--comic {
	background-color: #FF6482 !important;
}

.cke_editable .p-toggle-contents--comic .p-toggle-title,
.p-entry-popup .p-entry-column .p-toggle-contents--comic .p-toggle-title {
	color: #FF6482 !important;
}

.cke_editable .p-toggle-contents--comic .p-toggle-contents__title,
.p-entry-popup .p-entry-column .p-toggle-contents--comic .p-toggle-contents__title {
	color: #FF6482;
}

.cke_editable .p-toggle-link--animation,
.p-entry-popup .p-entry-column .p-toggle-link--animation {
	background-color: #FF7146 !important;
}

.cke_editable .p-toggle-contents__button--animation,
.p-entry-popup .p-entry-column .p-toggle-contents__button--animation {
	background-color: #FF7146 !important;
}

.cke_editable .p-toggle-contents--animation .p-toggle-title,
.p-entry-popup .p-entry-column .p-toggle-contents--animation .p-toggle-title {
	color: #FF7146 !important;
}

.cke_editable .p-toggle-contents--animation .p-toggle-contents__title,
.p-entry-popup .p-entry-column .p-toggle-contents--animation .p-toggle-contents__title {
	color: #FF7146;
}

.cke_editable .p-toggle-link--gamecg,
.p-entry-popup .p-entry-column .p-toggle-link--gamecg {
	background-color: #2FB8FF !important;
}

.cke_editable .p-toggle-contents__button--gamecg,
.p-entry-popup .p-entry-column .p-toggle-contents__button--gamecg {
	background-color: #2FB8FF !important;
}

.cke_editable .p-toggle-contents--gamecg .p-toggle-title,
.p-entry-popup .p-entry-column .p-toggle-contents--gamecg .p-toggle-title {
	color: #2FB8FF !important;
}

.cke_editable .p-toggle-contents--gamecg .p-toggle-contents__title,
.p-entry-popup .p-entry-column .p-toggle-contents--gamecg .p-toggle-contents__title {
	color: #2FB8FF;
}

.cke_editable .p-toggle-link--graphic,
.p-entry-popup .p-entry-column .p-toggle-link--graphic {
	background-color: #003b83 !important;
}

.cke_editable .p-toggle-contents__button--graphic,
.p-entry-popup .p-entry-column .p-toggle-contents__button--graphic {
	background-color: #003b83 !important;
}

.cke_editable .p-toggle-contents--graphic .p-toggle-title,
.p-entry-popup .p-entry-column .p-toggle-contents--graphic .p-toggle-title {
	color: #003b83 !important;
}

.cke_editable .p-toggle-contents--graphic .p-toggle-contents__title,
.p-entry-popup .p-entry-column .p-toggle-contents--graphic .p-toggle-contents__title {
	color: #003b83;
}

.cke_editable .p-toggle-link--fashion,
.p-entry-popup .p-entry-column .p-toggle-link--fashion {
	background-color: #C77FC2 !important;
}

.cke_editable .p-toggle-contents__button--fashion,
.p-entry-popup .p-entry-column .p-toggle-contents__button--fashion {
	background-color: #C77FC2 !important;
}

.cke_editable .p-toggle-contents--fashion .p-toggle-title,
.p-entry-popup .p-entry-column .p-toggle-contents--fashion .p-toggle-title {
	color: #C77FC2 !important;
}

.cke_editable .p-toggle-contents--fashion .p-toggle-contents__title,
.p-entry-popup .p-entry-column .p-toggle-contents--fashion .p-toggle-contents__title {
	color: #C77FC2;
}

.cke_editable .p-toggle-link--illustration,
.p-entry-popup .p-entry-column .p-toggle-link--illustration {
	background-color: #D36000 !important;
}

.cke_editable .p-toggle-contents__button--illustration,
.p-entry-popup .p-entry-column .p-toggle-contents__button--illustration {
	background-color: #D36000 !important;
}

.cke_editable .p-toggle-contents--illustration .p-toggle-title,
.p-entry-popup .p-entry-column .p-toggle-contents--illustration .p-toggle-title {
	color: #D36000 !important;
}

.cke_editable .p-toggle-contents--illustration .p-toggle-contents__title,
.p-entry-popup .p-entry-column .p-toggle-contents--illustration .p-toggle-contents__title {
	color: #D36000;
}

.cke_editable .p-toggle-link--interior,
.p-entry-popup .p-entry-column .p-toggle-link--interior {
	background-color: #81C63C !important;
}

.cke_editable .p-toggle-contents__button--interior,
.p-entry-popup .p-entry-column .p-toggle-contents__button--interior {
	background-color: #81C63C !important;
}

.cke_editable .p-toggle-contents--interior .p-toggle-title,
.p-entry-popup .p-entry-column .p-toggle-contents--interior .p-toggle-title {
	color: #81C63C !important;
}

.cke_editable .p-toggle-contents--interior .p-toggle-contents__title,
.p-entry-popup .p-entry-column .p-toggle-contents--interior .p-toggle-contents__title {
	color: #81C63C;
}

.cke_editable .p-toggle-link--molding,
.p-entry-popup .p-entry-column .p-toggle-link--molding {
	background-color: #08AF68 !important;
}

.cke_editable .p-toggle-contents__button--molding,
.p-entry-popup .p-entry-column .p-toggle-contents__button--molding {
	background-color: #08AF68 !important;
}

.cke_editable .p-toggle-contents--molding .p-toggle-title,
.p-entry-popup .p-entry-column .p-toggle-contents--molding .p-toggle-title {
	color: #08AF68 !important;
}

.cke_editable .p-toggle-contents--molding .p-toggle-contents__title,
.p-entry-popup .p-entry-column .p-toggle-contents--molding .p-toggle-contents__title {
	color: #08AF68;
}

.cke_editable .p-toggle-link--kenkyu,
.p-entry-popup .p-entry-column .p-toggle-link--kenkyu {
	background-color: #7C90AF !important;
}

.cke_editable .p-toggle-contents__button--kenkyu,
.p-entry-popup .p-entry-column .p-toggle-contents__button--kenkyu {
	background-color: #7C90AF !important;
}

.cke_editable .p-toggle-contents--kenkyu .p-toggle-title,
.p-entry-popup .p-entry-column .p-toggle-contents--kenkyu .p-toggle-title {
	color: #7C90AF !important;
}

.cke_editable .p-toggle-contents--kenkyu .p-toggle-contents__title,
.p-entry-popup .p-entry-column .p-toggle-contents--kenkyu .p-toggle-contents__title {
	color: #7C90AF;
}

.cke_editable .p-entry-subject-list,
.p-entry-popup .p-entry-column .p-entry-subject-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cke_editable .p-entry-subject-item-wrap,
.p-entry-popup .p-entry-column .p-entry-subject-item-wrap {
	padding: 10px;
	width: 25%;
	box-sizing: border-box;
}

.cke_editable .p-entry-subject-item,
.p-entry-popup .p-entry-column .p-entry-subject-item {
	text-align: center;
	padding: 30px 0;
}

.cke_editable .p-entry-subject-title,
.p-entry-popup .p-entry-column .p-entry-subject-title {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	margin-bottom: 0;
}

.cke_editable .p-entry-designer-audition,
.p-entry-popup .p-entry-column .p-entry-designer-audition {
	text-align: center;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable .p-entry-designer-audition p,
.p-entry-popup .p-entry-column .p-entry-designer-audition p {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.3;
}

.cke_editable .p-entry-designer-audition span:not(.br-sp),
.p-entry-popup .p-entry-column .p-entry-designer-audition span:not(.br-sp) {
	font-size: 24px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

@media screen and (min-width: 992px) {

	.cke_editable .p-entry-designer-audition p,
	.p-entry-popup .p-entry-column .p-entry-designer-audition p {
		font-size: 32px;
		margin-bottom: 0;
		line-height: 1.7;
	}

	.cke_editable .p-entry-designer-audition span,
	.p-entry-popup .p-entry-column .p-entry-designer-audition span {
		font-size: 48px;
	}
}

.cke_editable .p-entry-alumni-item,
.p-entry-popup .p-entry-column .p-entry-alumni-item {
	padding: 10px;
}

.cke_editable .p-entry-alumni-img,
.p-entry-popup .p-entry-column .p-entry-alumni-img {
	width: 100px;
	height: auto;
	display: block;
	margin: 0 auto 30px auto;
}

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

	.cke_editable .p-entry-alumni-img,
	.p-entry-popup .p-entry-column .p-entry-alumni-img {
		width: 100%;
		margin-bottom: 10px;
	}
}

.cke_editable .p-entry-alumni-img-wrap,
.p-entry-popup .p-entry-column .p-entry-alumni-img-wrap {
	margin: -10px -10px 0 -10px;
}

.cke_editable .p-entry-alumni-name,
.p-entry-popup .p-entry-column .p-entry-alumni-name {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable .p-entry-alumni-kana,
.p-entry-popup .p-entry-column .p-entry-alumni-kana {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 5px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable .p-entry-alumni-course,
.p-entry-popup .p-entry-column .p-entry-alumni-course {
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 15px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable .p-entry-alumni-company,
.p-entry-popup .p-entry-column .p-entry-alumni-company {
	font-size: 14px;
	margin-top: 0;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable .p-entry-alumni-btn-wrap,
.p-entry-popup .p-entry-column .p-entry-alumni-btn-wrap {
	margin-top: 20px;
}

.cke_editable .c-catchcopy-small,
.p-entry-popup .p-entry-column .c-catchcopy-small {
	text-align: left;
}

.cke_editable .js-change-bg[data-color=target] h3,
.p-entry-popup .p-entry-column .js-change-bg[data-color=target] h3 {
	color: #535353;
	text-align: center;
}

.cke_editable .p-entry-large-btn-group,
.p-entry-popup .p-entry-column .p-entry-large-btn-group {
	margin: -10px;
	display: -ms-flexbox;
	display: flex;
}

.cke_editable .p-entry-large-btn-group--invert,
.p-entry-popup .p-entry-column .p-entry-large-btn-group--invert {
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
}

.cke_editable .p-entry-large-btn-item,
.p-entry-popup .p-entry-column .p-entry-large-btn-item {
	padding: 10px;
	-ms-flex: 1;
	flex: 1;
}

.cke_editable .p-entry-large-btn-item img,
.p-entry-popup .p-entry-column .p-entry-large-btn-item img {
	width: 100%;
	height: auto;
}

.cke_editable .p-entry-large-btn,
.p-entry-popup .p-entry-column .p-entry-large-btn {
	display: block;
	color: #FFF;
	padding: 50px 0;
	border-radius: 10px;
	padding-right: 30px;
	padding-left: 15px;
	text-align: center;
	font-size: 24px;
	position: relative;
}

.cke_editable .p-entry-large-btn:link,
.cke_editable .p-entry-large-btn:hover,
.cke_editable .p-entry-large-btn:visited,
.p-entry-popup .p-entry-column .p-entry-large-btn:link,
.p-entry-popup .p-entry-column .p-entry-large-btn:hover,
.p-entry-popup .p-entry-column .p-entry-large-btn:visited {
	text-decoration: none;
	color: #FFF;
}

.cke_editable .p-entry-large-btn:before,
.p-entry-popup .p-entry-column .p-entry-large-btn:before {
	content: "";
	display: block;
	background-color: #FFF;
	width: 20px;
	height: 3px;
	position: absolute;
	top: calc(50% - 6px);
	right: 10px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cke_editable .p-entry-large-btn:after,
.p-entry-popup .p-entry-column .p-entry-large-btn:after {
	content: "";
	display: block;
	background-color: #FFF;
	width: 20px;
	height: 3px;
	position: absolute;
	top: calc(50% + 6px);
	right: 10px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cke_editable .p-entry-large-btn--invert,
.p-entry-popup .p-entry-column .p-entry-large-btn--invert {
	padding: 35px 0;
}

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

	.cke_editable .p-entry-large-btn span,
	.p-entry-popup .p-entry-column .p-entry-large-btn span {
		font-size: 20px;
		display: block;
	}
}

.cke_editable .p-entry-popup-box--color h3,
.p-entry-popup .p-entry-column .p-entry-popup-box--color h3 {
	color: #535353;
}

.cke_editable .p-entry-popup-box--color .p-entry-popup-link a,
.p-entry-popup .p-entry-column .p-entry-popup-box--color .p-entry-popup-link a {
	font-size: 32px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background-color: #FFF;
}

.cke_editable .p-entry-popup-box--color .p-entry-popup-link a .small,
.p-entry-popup .p-entry-column .p-entry-popup-box--color .p-entry-popup-link a .small {
	font-weight: normal;
	font-size: 24px;
	display: block;
	margin: 5px 0;
}

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

	.cke_editable .p-entry-popup-box--color .p-entry-popup-link a,
	.p-entry-popup .p-entry-column .p-entry-popup-box--color .p-entry-popup-link a {
		padding: 20px;
	}
}

.cke_editable .p-top-course-list__item,
.p-entry-popup .p-entry-column .p-top-course-list__item {
	padding: 0 3px 7px !important;
	background: none;
	margin: 0 !important;
}

.cke_editable .p-top-course-list__item a:link,
.cke_editable .p-top-course-list__item a:hover,
.cke_editable .p-top-course-list__item a:visited,
.p-entry-popup .p-entry-column .p-top-course-list__item a:link,
.p-entry-popup .p-entry-column .p-top-course-list__item a:hover,
.p-entry-popup .p-entry-column .p-top-course-list__item a:visited {
	color: #FFF;
	text-decoration: none;
}

.cke_editable .column-white,
.p-entry-popup .p-entry-column .column-white {
	margin: 0;
}

.cke_editable .p-entry-tel-box,
.p-entry-popup .p-entry-column .p-entry-tel-box {
	padding: 30px;
	color: #535353;
	text-align: center;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	background-clip: padding-box;
}

.cke_editable .p-entry-tel-box__title,
.p-entry-popup .p-entry-column .p-entry-tel-box__title {
	margin-bottom: 0;
	font-size: 30px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable .p-entry-tel-box__text,
.p-entry-popup .p-entry-column .p-entry-tel-box__text {
	margin-bottom: 20px;
	font-size: 20px;
}

.cke_editable .p-entry-tel-box__tel,
.p-entry-popup .p-entry-column .p-entry-tel-box__tel {
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	margin-bottom: 0;
	color: #FFF;
	font-size: 52px;
}

.cke_editable .p-entry-tel-box__tel:before,
.p-entry-popup .p-entry-column .p-entry-tel-box__tel:before {
	content: "";
	background-image: url(/themes/ndg/images/common/tel.svg);
	vertical-align: middle;
	background-size: cover;
	display: inline-block;
	width: 40px;
	height: 62px;
	margin-right: 20px;
}

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

	.cke_editable .p-entry-tel-box__tel:before,
	.p-entry-popup .p-entry-column .p-entry-tel-box__tel:before {
		width: 26px;
		height: 40px;
		margin-right: 10px;
	}
}

.cke_editable .p-entry-popup-box--color-light .p-entry-popup-box__title,
.p-entry-popup .p-entry-column .p-entry-popup-box--color-light .p-entry-popup-box__title {
	margin-bottom: 0 !important;
}

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

	.cke_editable .p-entry-popup-box--color-light,
	.p-entry-popup .p-entry-column .p-entry-popup-box--color-light {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.cke_editable .p-entry-international-text,
.p-entry-popup .p-entry-column .p-entry-international-text {
	font-size: 30px;
}

.cke_editable .p-entry-ao-field,
.p-entry-popup .p-entry-column .p-entry-ao-field {
	margin: 0 10px 30px;
}

.cke_editable .p-entry-ao-field .p-entry-ao-field__text,
.p-entry-popup .p-entry-column .p-entry-ao-field .p-entry-ao-field__text {
	margin: 0 0 5px 0;
	font-size: 20px;
	font-weight: bold;
}

.cke_editable .p-entry-ao-field .p-entry-ao-field__title,
.p-entry-popup .p-entry-column .p-entry-ao-field .p-entry-ao-field__title {
	color: #08AF68;
	font-size: 36px;
	margin: 0 0 5px 0;
	padding-bottom: 0;
}

.cke_editable .p-entry-ao-field .p-entry-ao-field__label,
.p-entry-popup .p-entry-column .p-entry-ao-field .p-entry-ao-field__label {
	color: #08AF68;
	display: inline-block;
	padding: 0 20px;
	font-size: 24px;
	border: 3px solid #08AF68;
}

.cke_editable .column-gray .clearHidden,
.p-entry-popup .p-entry-column .column-gray .clearHidden {
	display: none;
}

.cke_editable .column-gray .clearHidden+h3,
.p-entry-popup .p-entry-column .column-gray .clearHidden+h3 {
	margin-top: 0;
}

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

	.cke_editable .p-entry-designer-row,
	.p-entry-popup .p-entry-column .p-entry-designer-row {
		padding-right: 5px;
		padding-left: 5px;
	}

	.cke_editable .p-entry-alumni-item,
	.p-entry-popup .p-entry-column .p-entry-alumni-item {
		padding-right: 5px;
		padding-left: 5px;
	}

	.cke_editable .column-white,
	.p-entry-popup .p-entry-column .column-white {
		margin-bottom: 0;
	}

	.cke_editable .column-white p:last-child,
	.p-entry-popup .p-entry-column .column-white p:last-child {
		margin-bottom: 15px;
	}

	.cke_editable .column-gray,
	.p-entry-popup .p-entry-column .column-gray {
		margin-bottom: 0;
	}

	.cke_editable .p-entry-ao-field .p-entry-ao-field__text,
	.p-entry-popup .p-entry-column .p-entry-ao-field .p-entry-ao-field__text {
		font-size: 14px;
	}

	.cke_editable .p-entry-ao-field .p-entry-ao-field__title,
	.p-entry-popup .p-entry-column .p-entry-ao-field .p-entry-ao-field__title {
		font-size: 20px;
	}

	.cke_editable .p-entry-ao-field .p-entry-ao-field__label,
	.p-entry-popup .p-entry-column .p-entry-ao-field .p-entry-ao-field__label {
		font-size: 14px;
	}

	.cke_editable .c-catchcopy-small,
	.p-entry-popup .p-entry-column .c-catchcopy-small {
		font-size: 16px;
	}

	.cke_editable .p-entry-large-btn-group,
	.p-entry-popup .p-entry-column .p-entry-large-btn-group {
		padding: 5px;
		margin: 0;
	}

	.cke_editable .p-entry-large-btn-item,
	.p-entry-popup .p-entry-column .p-entry-large-btn-item {
		font-size: 18px;
		padding: 5px;
	}

	.cke_editable .p-entry-large-btn-item .p-entry-large-btn,
	.p-entry-popup .p-entry-column .p-entry-large-btn-item .p-entry-large-btn {
		font-size: 18px;
		padding-top: 15px;
		padding-bottom: 55px;
	}

	.cke_editable .p-entry-large-btn-item .p-entry-large-btn:before,
	.p-entry-popup .p-entry-column .p-entry-large-btn-item .p-entry-large-btn:before {
		bottom: 36px;
		right: 50%;
		margin-right: -10px;
		top: auto;
	}

	.cke_editable .p-entry-large-btn-item .p-entry-large-btn:after,
	.p-entry-popup .p-entry-column .p-entry-large-btn-item .p-entry-large-btn:after {
		bottom: 24px;
		right: 50%;
		margin-right: -10px;
		top: auto;
	}

	.cke_editable .p-entry-large-btn-item .p-entry-large-btn .br-sp,
	.p-entry-popup .p-entry-column .p-entry-large-btn-item .p-entry-large-btn .br-sp {
		height: 0;
	}

	.cke_editable .p-entry-large-btn,
	.p-entry-popup .p-entry-column .p-entry-large-btn {
		padding: 30px 0;
	}

	.cke_editable .p-entry-popup-link a,
	.p-entry-popup .p-entry-column .p-entry-popup-link a {
		font-size: 12px;
	}

	.cke_editable .p-entry-popup-link a .small,
	.p-entry-popup .p-entry-column .p-entry-popup-link a .small {
		font-size: 12px !important;
	}

	.cke_editable .p-entry-popup-box--medium h3,
	.p-entry-popup .p-entry-column .p-entry-popup-box--medium h3 {
		font-size: 20px;
	}
}

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

	.cke_editable .p-entry-popup-box--medium,
	.p-entry-popup .p-entry-column .p-entry-popup-box--medium {
		margin-bottom: 10px;
	}
}

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

	.cke_editable .p-toggle-contents,
	.p-entry-popup .p-entry-column .p-toggle-contents {
		padding: 20px 10px;
	}

	.cke_editable .p-toggle-contents__title,
	.p-entry-popup .p-entry-column .p-toggle-contents__title {
		font-size: 20px;
	}

	.cke_editable .p-toggle-contents__subtitle,
	.p-entry-popup .p-entry-column .p-toggle-contents__subtitle {
		font-size: 16px;
	}

	.cke_editable .p-toggle-contents__inner,
	.p-entry-popup .p-entry-column .p-toggle-contents__inner {
		display: block;
	}

	.cke_editable .p-toggle-contents__button,
	.p-entry-popup .p-entry-column .p-toggle-contents__button {
		margin-top: 20px;
		padding: 20px;
		font-size: 14px;
	}

	.cke_editable .p-toggle-contents__button span,
	.p-entry-popup .p-entry-column .p-toggle-contents__button span {
		font-size: 20px;
	}

	.cke_editable .p-toggle-contents__btn,
	.p-entry-popup .p-entry-column .p-toggle-contents__btn {
		max-width: 100%;
	}
}

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

	.cke_editable .p-toggle-contents__btn,
	.p-entry-popup .p-entry-column .p-toggle-contents__btn {
		margin-top: 20px;
	}
}

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

	.cke_editable .p-entry-designer-audition,
	.p-entry-popup .p-entry-column .p-entry-designer-audition {
		font-size: 20px !important;
	}

	.cke_editable .p-entry-designer-audition span,
	.p-entry-popup .p-entry-column .p-entry-designer-audition span {
		font-size: 24px !important;
	}

	.cke_editable .p-entry-tel-box,
	.p-entry-popup .p-entry-column .p-entry-tel-box {
		padding: 10px 0;
	}

	.cke_editable .p-entry-tel-box__title,
	.p-entry-popup .p-entry-column .p-entry-tel-box__title {
		font-size: 20px;
		margin-bottom: 5px;
		font-weight: bold;
	}

	.cke_editable .p-entry-tel-box__text,
	.p-entry-popup .p-entry-column .p-entry-tel-box__text {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.cke_editable .p-entry-tel-box__tel,
	.p-entry-popup .p-entry-column .p-entry-tel-box__tel {
		color: #FFF;
		font-size: 24px;
		margin-bottom: 0;
	}

	.cke_editable .p-entry-tel-box__tel :link,
	.p-entry-popup .p-entry-column .p-entry-tel-box__tel :link {
		color: #FFF;
	}

	.cke_editable .p-entry-popup-box,
	.p-entry-popup .p-entry-column .p-entry-popup-box {
		padding: 20px;
	}

	.cke_editable .p-entry-popup-box__title,
	.p-entry-popup .p-entry-column .p-entry-popup-box__title {
		font-size: 24px;
	}
}

.cke_editable .p-entry-subject-item--comic,
.p-entry-popup .p-entry-column .p-entry-subject-item--comic {
	background-color: #FF6482;
}

.cke_editable .p-entry-subject-item--animation,
.p-entry-popup .p-entry-column .p-entry-subject-item--animation {
	background-color: #FF7146;
}

.cke_editable .p-entry-subject-item--gamecg,
.p-entry-popup .p-entry-column .p-entry-subject-item--gamecg {
	background-color: #2FB8FF;
}

.cke_editable .p-entry-subject-item--graphic,
.p-entry-popup .p-entry-column .p-entry-subject-item--graphic {
	background-color: #003b83;
}

.cke_editable .p-entry-subject-item--fashion,
.p-entry-popup .p-entry-column .p-entry-subject-item--fashion {
	background-color: #C77FC2;
}

.cke_editable .p-entry-subject-item--illustration,
.p-entry-popup .p-entry-column .p-entry-subject-item--illustration {
	background-color: #D36000;
}

.cke_editable .p-entry-subject-item--interior,
.p-entry-popup .p-entry-column .p-entry-subject-item--interior {
	background-color: #81C63C;
}

.cke_editable .p-entry-subject-item--molding,
.p-entry-popup .p-entry-column .p-entry-subject-item--molding {
	background-color: #08AF68;
}

.cke_editable .p-entry-subject-item--kenkyu,
.p-entry-popup .p-entry-column .p-entry-subject-item--kenkyu {
	background-color: #7C90AF;
}

.cke_editable--hs1 .column-course,
.p-entry-popup .p-entry-column--hs1 .column-course {
	background-color: #F7D8DE;
}

.cke_editable--hs1 .p-entry-tel-box,
.p-entry-popup .p-entry-column--hs1 .p-entry-tel-box {
	background-color: rgba(255, 100, 130, .9);
}

.cke_editable--hs1 .js-change-bg[data-color=target] h3 em,
.p-entry-popup .p-entry-column--hs1 .js-change-bg[data-color=target] h3 em {
	color: #FF6482;
	display: inline-block;
	font-size: 30px;
}

.cke_editable--hs1 .p-entry-popup-box--color,
.p-entry-popup .p-entry-column--hs1 .p-entry-popup-box--color {
	background-color: rgba(255, 100, 130, .9);
}

.cke_editable--hs1 .p-entry-popup-box--color .p-entry-popup-link a,
.p-entry-popup .p-entry-column--hs1 .p-entry-popup-box--color .p-entry-popup-link a {
	color: #FF6482;
}

.cke_editable--hs1 .p-entry-popup-box--color .p-entry-popup-link a:before,
.cke_editable--hs1 .p-entry-popup-box--color .p-entry-popup-link a:after,
.p-entry-popup .p-entry-column--hs1 .p-entry-popup-box--color .p-entry-popup-link a:before,
.p-entry-popup .p-entry-column--hs1 .p-entry-popup-box--color .p-entry-popup-link a:after {
	background-color: #FF6482;
}

.cke_editable--hs1 .p-entry-popup-box--color-light,
.p-entry-popup .p-entry-column--hs1 .p-entry-popup-box--color-light {
	background-color: #F7D8DE;
}

.cke_editable--hs1 h2:not(.c-heading-large):not(.p-entry-popup-international-text),
.p-entry-popup .p-entry-column--hs1 h2:not(.c-heading-large):not(.p-entry-popup-international-text) {
	color: #FF6482;
	border-bottom: none;
}

.cke_editable--hs1 h3,
.p-entry-popup .p-entry-column--hs1 h3 {
	color: #FF6482;
}

.cke_editable--hs1 .p-entry-alumni-course,
.p-entry-popup .p-entry-column--hs1 .p-entry-alumni-course {
	color: #FF6482;
}

.cke_editable--hs1 .p-entry-link,
.p-entry-popup .p-entry-column--hs1 .p-entry-link {
	background-color: #FF6482;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable--hs1 .p-entry-large-btn,
.p-entry-popup .p-entry-column--hs1 .p-entry-large-btn {
	background-color: #FF6482;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable--hs1 .p-entry-large-btn--invert,
.p-entry-popup .p-entry-column--hs1 .p-entry-large-btn--invert {
	background-color: #FFF;
	border: 3px solid #FF6482;
	color: #FF6482;
}

.cke_editable--hs1 .p-entry-large-btn--invert:link,
.cke_editable--hs1 .p-entry-large-btn--invert:hover,
.cke_editable--hs1 .p-entry-large-btn--invert:visited,
.p-entry-popup .p-entry-column--hs1 .p-entry-large-btn--invert:link,
.p-entry-popup .p-entry-column--hs1 .p-entry-large-btn--invert:hover,
.p-entry-popup .p-entry-column--hs1 .p-entry-large-btn--invert:visited {
	color: #FF6482;
}

.cke_editable--hs1 .p-entry-large-btn--invert:before,
.cke_editable--hs1 .p-entry-large-btn--invert:after,
.p-entry-popup .p-entry-column--hs1 .p-entry-large-btn--invert:before,
.p-entry-popup .p-entry-column--hs1 .p-entry-large-btn--invert:after {
	background-color: #FF6482;
}

.cke_editable--hs1 .column-white .p-entry-link,
.p-entry-popup .p-entry-column--hs1 .column-white .p-entry-link {
	margin-top: 30px;
}

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

	.cke_editable--hs1 .column-white .p-entry-link,
	.p-entry-popup .p-entry-column--hs1 .column-white .p-entry-link {
		margin-top: 10px;
	}
}

.cke_editable--hs1 .column-white em,
.p-entry-popup .p-entry-column--hs1 .column-white em {
	color: #535353;
}

.cke_editable--hs1 .p-entry-popup-link a,
.p-entry-popup .p-entry-column--hs1 .p-entry-popup-link a {
	background-color: #FF6482;
}

.cke_editable--hs1 .p-entry-designer-audition span,
.p-entry-popup .p-entry-column--hs1 .p-entry-designer-audition span {
	color: #FF6482;
}

.cke_editable--hs1 .js-change-bg[data-color=target],
.p-entry-popup .p-entry-column--hs1 .js-change-bg[data-color=target] {
	background-color: rgba(247, 216, 222, .9);
}

.cke_editable--hs1 .p-entry-popup-box+.p-entry-popup-box:before,
.p-entry-popup .p-entry-column--hs1 .p-entry-popup-box+.p-entry-popup-box:before {
	border-color: #FF6482 transparent transparent transparent;
}

.cke_editable--hs1 .p-entry-popup-box__title,
.p-entry-popup .p-entry-column--hs1 .p-entry-popup-box__title {
	color: #FF6482;
}

.cke_editable--hs1 .p-toggle-link,
.p-entry-popup .p-entry-column--hs1 .p-toggle-link {
	background-color: #FF6482;
}

.cke_editable--hs1 .p-toggle-title,
.p-entry-popup .p-entry-column--hs1 .p-toggle-title {
	color: #FF6482;
}

.cke_editable--hs2 .column-course,
.p-entry-popup .p-entry-column--hs2 .column-course {
	background-color: #D6F1FF;
}

.cke_editable--hs2 .p-entry-tel-box,
.p-entry-popup .p-entry-column--hs2 .p-entry-tel-box {
	background-color: rgba(47, 184, 255, .9);
}

.cke_editable--hs2 .js-change-bg[data-color=target] h3 em,
.p-entry-popup .p-entry-column--hs2 .js-change-bg[data-color=target] h3 em {
	color: #2FB8FF;
	display: inline-block;
	font-size: 30px;
}

.cke_editable--hs2 .p-entry-popup-box--color,
.p-entry-popup .p-entry-column--hs2 .p-entry-popup-box--color {
	background-color: rgba(47, 184, 255, .9);
}

.cke_editable--hs2 .p-entry-popup-box--color .p-entry-popup-link a,
.p-entry-popup .p-entry-column--hs2 .p-entry-popup-box--color .p-entry-popup-link a {
	color: #2FB8FF;
}

.cke_editable--hs2 .p-entry-popup-box--color .p-entry-popup-link a:before,
.cke_editable--hs2 .p-entry-popup-box--color .p-entry-popup-link a:after,
.p-entry-popup .p-entry-column--hs2 .p-entry-popup-box--color .p-entry-popup-link a:before,
.p-entry-popup .p-entry-column--hs2 .p-entry-popup-box--color .p-entry-popup-link a:after {
	background-color: #2FB8FF;
}

.cke_editable--hs2 .p-entry-popup-box--color-light,
.p-entry-popup .p-entry-column--hs2 .p-entry-popup-box--color-light {
	background-color: #D6F1FF;
}

.cke_editable--hs2 h2:not(.c-heading-large):not(.p-entry-popup-international-text),
.p-entry-popup .p-entry-column--hs2 h2:not(.c-heading-large):not(.p-entry-popup-international-text) {
	color: #2FB8FF;
	border-bottom: none;
}

.cke_editable--hs2 h3,
.p-entry-popup .p-entry-column--hs2 h3 {
	color: #2FB8FF;
}

.cke_editable--hs2 .p-entry-alumni-course,
.p-entry-popup .p-entry-column--hs2 .p-entry-alumni-course {
	color: #2FB8FF;
}

.cke_editable--hs2 .p-entry-link,
.p-entry-popup .p-entry-column--hs2 .p-entry-link {
	background-color: #2FB8FF;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable--hs2 .p-entry-large-btn,
.p-entry-popup .p-entry-column--hs2 .p-entry-large-btn {
	background-color: #2FB8FF;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable--hs2 .p-entry-large-btn--invert,
.p-entry-popup .p-entry-column--hs2 .p-entry-large-btn--invert {
	background-color: #FFF;
	border: 3px solid #2FB8FF;
	color: #2FB8FF;
}

.cke_editable--hs2 .p-entry-large-btn--invert:link,
.cke_editable--hs2 .p-entry-large-btn--invert:hover,
.cke_editable--hs2 .p-entry-large-btn--invert:visited,
.p-entry-popup .p-entry-column--hs2 .p-entry-large-btn--invert:link,
.p-entry-popup .p-entry-column--hs2 .p-entry-large-btn--invert:hover,
.p-entry-popup .p-entry-column--hs2 .p-entry-large-btn--invert:visited {
	color: #2FB8FF;
}

.cke_editable--hs2 .p-entry-large-btn--invert:before,
.cke_editable--hs2 .p-entry-large-btn--invert:after,
.p-entry-popup .p-entry-column--hs2 .p-entry-large-btn--invert:before,
.p-entry-popup .p-entry-column--hs2 .p-entry-large-btn--invert:after {
	background-color: #2FB8FF;
}

.cke_editable--hs2 .column-white .p-entry-link,
.p-entry-popup .p-entry-column--hs2 .column-white .p-entry-link {
	margin-top: 30px;
}

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

	.cke_editable--hs2 .column-white .p-entry-link,
	.p-entry-popup .p-entry-column--hs2 .column-white .p-entry-link {
		margin-top: 10px;
	}
}

.cke_editable--hs2 .column-white em,
.p-entry-popup .p-entry-column--hs2 .column-white em {
	color: #535353;
}

.cke_editable--hs2 .p-entry-popup-link a,
.p-entry-popup .p-entry-column--hs2 .p-entry-popup-link a {
	background-color: #2FB8FF;
}

.cke_editable--hs2 .p-entry-designer-audition span,
.p-entry-popup .p-entry-column--hs2 .p-entry-designer-audition span {
	color: #2FB8FF;
}

.cke_editable--hs2 .js-change-bg[data-color=target],
.p-entry-popup .p-entry-column--hs2 .js-change-bg[data-color=target] {
	background-color: rgba(214, 241, 255, .9);
}

.cke_editable--hs2 .p-entry-popup-box+.p-entry-popup-box:before,
.p-entry-popup .p-entry-column--hs2 .p-entry-popup-box+.p-entry-popup-box:before {
	border-color: #2FB8FF transparent transparent transparent;
}

.cke_editable--hs2 .p-entry-popup-box__title,
.p-entry-popup .p-entry-column--hs2 .p-entry-popup-box__title {
	color: #2FB8FF;
}

.cke_editable--hs2 .p-toggle-link,
.p-entry-popup .p-entry-column--hs2 .p-toggle-link {
	background-color: #2FB8FF;
}

.cke_editable--hs2 .p-toggle-title,
.p-entry-popup .p-entry-column--hs2 .p-toggle-title {
	color: #2FB8FF;
}

.cke_editable--hs3 .column-course,
.p-entry-popup .p-entry-column--hs3 .column-course {
	background-color: #FCECCD;
}

.cke_editable--hs3 .p-entry-tel-box,
.p-entry-popup .p-entry-column--hs3 .p-entry-tel-box {
	background-color: rgba(240, 157, 0, .9);
}

.cke_editable--hs3 .js-change-bg[data-color=target] h3 em,
.p-entry-popup .p-entry-column--hs3 .js-change-bg[data-color=target] h3 em {
	color: #003b83;
	display: inline-block;
	font-size: 30px;
}

.cke_editable--hs3 .p-entry-popup-box--color,
.p-entry-popup .p-entry-column--hs3 .p-entry-popup-box--color {
	background-color: rgba(240, 157, 0, .9);
}

.cke_editable--hs3 .p-entry-popup-box--color .p-entry-popup-link a,
.p-entry-popup .p-entry-column--hs3 .p-entry-popup-box--color .p-entry-popup-link a {
	color: #003b83;
}

.cke_editable--hs3 .p-entry-popup-box--color .p-entry-popup-link a:before,
.cke_editable--hs3 .p-entry-popup-box--color .p-entry-popup-link a:after,
.p-entry-popup .p-entry-column--hs3 .p-entry-popup-box--color .p-entry-popup-link a:before,
.p-entry-popup .p-entry-column--hs3 .p-entry-popup-box--color .p-entry-popup-link a:after {
	background-color: #003b83;
}

.cke_editable--hs3 .p-entry-popup-box--color-light,
.p-entry-popup .p-entry-column--hs3 .p-entry-popup-box--color-light {
	background-color: #FCECCD;
}

.cke_editable--hs3 h2:not(.c-heading-large):not(.p-entry-popup-international-text),
.p-entry-popup .p-entry-column--hs3 h2:not(.c-heading-large):not(.p-entry-popup-international-text) {
	color: #003b83;
	border-bottom: none;
}

.cke_editable--hs3 h3,
.p-entry-popup .p-entry-column--hs3 h3 {
	color: #003b83;
}

.cke_editable--hs3 .p-entry-alumni-course,
.p-entry-popup .p-entry-column--hs3 .p-entry-alumni-course {
	color: #003b83;
}

.cke_editable--hs3 .p-entry-link,
.p-entry-popup .p-entry-column--hs3 .p-entry-link {
	background-color: #003b83;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable--hs3 .p-entry-large-btn,
.p-entry-popup .p-entry-column--hs3 .p-entry-large-btn {
	background-color: #003b83;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable--hs3 .p-entry-large-btn--invert,
.p-entry-popup .p-entry-column--hs3 .p-entry-large-btn--invert {
	background-color: #FFF;
	border: 3px solid #003b83;
	color: #003b83;
}

.cke_editable--hs3 .p-entry-large-btn--invert:link,
.cke_editable--hs3 .p-entry-large-btn--invert:hover,
.cke_editable--hs3 .p-entry-large-btn--invert:visited,
.p-entry-popup .p-entry-column--hs3 .p-entry-large-btn--invert:link,
.p-entry-popup .p-entry-column--hs3 .p-entry-large-btn--invert:hover,
.p-entry-popup .p-entry-column--hs3 .p-entry-large-btn--invert:visited {
	color: #003b83;
}

.cke_editable--hs3 .p-entry-large-btn--invert:before,
.cke_editable--hs3 .p-entry-large-btn--invert:after,
.p-entry-popup .p-entry-column--hs3 .p-entry-large-btn--invert:before,
.p-entry-popup .p-entry-column--hs3 .p-entry-large-btn--invert:after {
	background-color: #003b83;
}

.cke_editable--hs3 .column-white .p-entry-link,
.p-entry-popup .p-entry-column--hs3 .column-white .p-entry-link {
	margin-top: 30px;
}

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

	.cke_editable--hs3 .column-white .p-entry-link,
	.p-entry-popup .p-entry-column--hs3 .column-white .p-entry-link {
		margin-top: 10px;
	}
}

.cke_editable--hs3 .column-white em,
.p-entry-popup .p-entry-column--hs3 .column-white em {
	color: #535353;
}

.cke_editable--hs3 .p-entry-popup-link a,
.p-entry-popup .p-entry-column--hs3 .p-entry-popup-link a {
	background-color: #003b83;
}

.cke_editable--hs3 .p-entry-designer-audition span,
.p-entry-popup .p-entry-column--hs3 .p-entry-designer-audition span {
	color: #003b83;
}

.cke_editable--hs3 .js-change-bg[data-color=target],
.p-entry-popup .p-entry-column--hs3 .js-change-bg[data-color=target] {
	background-color: rgba(252, 236, 205, .9);
}

.cke_editable--hs3 .p-entry-popup-box+.p-entry-popup-box:before,
.p-entry-popup .p-entry-column--hs3 .p-entry-popup-box+.p-entry-popup-box:before {
	border-color: #003b83 transparent transparent transparent;
}

.cke_editable--hs3 .p-entry-popup-box__title,
.p-entry-popup .p-entry-column--hs3 .p-entry-popup-box__title {
	color: #003b83;
}

.cke_editable--hs3 .p-toggle-link,
.p-entry-popup .p-entry-column--hs3 .p-toggle-link {
	background-color: #003b83;
}

.cke_editable--hs3 .p-toggle-title,
.p-entry-popup .p-entry-column--hs3 .p-toggle-title {
	color: #003b83;
}

.cke_editable--debut .column-course,
.p-entry-popup .p-entry-column--debut .column-course {
	background-color: #CCEFE0;
}

.cke_editable--debut .p-entry-tel-box,
.p-entry-popup .p-entry-column--debut .p-entry-tel-box {
	background-color: rgba(8, 175, 104, .9);
}

.cke_editable--debut .js-change-bg[data-color=target] h3 em,
.p-entry-popup .p-entry-column--debut .js-change-bg[data-color=target] h3 em {
	color: #08AF68;
	display: inline-block;
	font-size: 30px;
}

.cke_editable--debut .p-entry-popup-box--color,
.p-entry-popup .p-entry-column--debut .p-entry-popup-box--color {
	background-color: rgba(8, 175, 104, .9);
}

.cke_editable--debut .p-entry-popup-box--color .p-entry-popup-link a,
.p-entry-popup .p-entry-column--debut .p-entry-popup-box--color .p-entry-popup-link a {
	color: #08AF68;
}

.cke_editable--debut .p-entry-popup-box--color .p-entry-popup-link a:before,
.cke_editable--debut .p-entry-popup-box--color .p-entry-popup-link a:after,
.p-entry-popup .p-entry-column--debut .p-entry-popup-box--color .p-entry-popup-link a:before,
.p-entry-popup .p-entry-column--debut .p-entry-popup-box--color .p-entry-popup-link a:after {
	background-color: #08AF68;
}

.cke_editable--debut .p-entry-popup-box--color-light,
.p-entry-popup .p-entry-column--debut .p-entry-popup-box--color-light {
	background-color: #CCEFE0;
}

.cke_editable--debut h2:not(.c-heading-large):not(.p-entry-popup-international-text),
.p-entry-popup .p-entry-column--debut h2:not(.c-heading-large):not(.p-entry-popup-international-text) {
	color: #08AF68;
	border-bottom: none;
}

.cke_editable--debut h3,
.p-entry-popup .p-entry-column--debut h3 {
	color: #08AF68;
}

.cke_editable--debut .p-entry-alumni-course,
.p-entry-popup .p-entry-column--debut .p-entry-alumni-course {
	color: #08AF68;
}

.cke_editable--debut .p-entry-link,
.p-entry-popup .p-entry-column--debut .p-entry-link {
	background-color: #08AF68;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable--debut .p-entry-large-btn,
.p-entry-popup .p-entry-column--debut .p-entry-large-btn {
	background-color: #08AF68;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable--debut .p-entry-large-btn--invert,
.p-entry-popup .p-entry-column--debut .p-entry-large-btn--invert {
	background-color: #FFF;
	border: 3px solid #08AF68;
	color: #08AF68;
}

.cke_editable--debut .p-entry-large-btn--invert:link,
.cke_editable--debut .p-entry-large-btn--invert:hover,
.cke_editable--debut .p-entry-large-btn--invert:visited,
.p-entry-popup .p-entry-column--debut .p-entry-large-btn--invert:link,
.p-entry-popup .p-entry-column--debut .p-entry-large-btn--invert:hover,
.p-entry-popup .p-entry-column--debut .p-entry-large-btn--invert:visited {
	color: #08AF68;
}

.cke_editable--debut .p-entry-large-btn--invert:before,
.cke_editable--debut .p-entry-large-btn--invert:after,
.p-entry-popup .p-entry-column--debut .p-entry-large-btn--invert:before,
.p-entry-popup .p-entry-column--debut .p-entry-large-btn--invert:after {
	background-color: #08AF68;
}

.cke_editable--debut .column-white .p-entry-link,
.p-entry-popup .p-entry-column--debut .column-white .p-entry-link {
	margin-top: 30px;
}

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

	.cke_editable--debut .column-white .p-entry-link,
	.p-entry-popup .p-entry-column--debut .column-white .p-entry-link {
		margin-top: 10px;
	}
}

.cke_editable--debut .column-white em,
.p-entry-popup .p-entry-column--debut .column-white em {
	color: #535353;
}

.cke_editable--debut .p-entry-popup-link a,
.p-entry-popup .p-entry-column--debut .p-entry-popup-link a {
	background-color: #08AF68;
}

.cke_editable--debut .p-entry-designer-audition span,
.p-entry-popup .p-entry-column--debut .p-entry-designer-audition span {
	color: #08AF68;
}

.cke_editable--debut .js-change-bg[data-color=target],
.p-entry-popup .p-entry-column--debut .js-change-bg[data-color=target] {
	background-color: rgba(204, 239, 224, .9);
}

.cke_editable--debut .p-entry-popup-box+.p-entry-popup-box:before,
.p-entry-popup .p-entry-column--debut .p-entry-popup-box+.p-entry-popup-box:before {
	border-color: #08AF68 transparent transparent transparent;
}

.cke_editable--debut .p-entry-popup-box__title,
.p-entry-popup .p-entry-column--debut .p-entry-popup-box__title {
	color: #08AF68;
}

.cke_editable--debut .p-toggle-link,
.p-entry-popup .p-entry-column--debut .p-toggle-link {
	background-color: #08AF68;
}

.cke_editable--debut .p-toggle-title,
.p-entry-popup .p-entry-column--debut .p-toggle-title {
	color: #08AF68;
}

.cke_editable--international .column-course,
.p-entry-popup .p-entry-column--international .column-course {
	background-color: #FFE3DA;
}

.cke_editable--international .p-entry-tel-box,
.p-entry-popup .p-entry-column--international .p-entry-tel-box {
	background-color: rgba(255, 113, 70, .9);
}

.cke_editable--international .js-change-bg[data-color=target] h3 em,
.p-entry-popup .p-entry-column--international .js-change-bg[data-color=target] h3 em {
	color: #FF7146;
	display: inline-block;
	font-size: 30px;
}

.cke_editable--international .p-entry-popup-box--color,
.p-entry-popup .p-entry-column--international .p-entry-popup-box--color {
	background-color: rgba(255, 113, 70, .9);
}

.cke_editable--international .p-entry-popup-box--color .p-entry-popup-link a,
.p-entry-popup .p-entry-column--international .p-entry-popup-box--color .p-entry-popup-link a {
	color: #FF7146;
}

.cke_editable--international .p-entry-popup-box--color .p-entry-popup-link a:before,
.cke_editable--international .p-entry-popup-box--color .p-entry-popup-link a:after,
.p-entry-popup .p-entry-column--international .p-entry-popup-box--color .p-entry-popup-link a:before,
.p-entry-popup .p-entry-column--international .p-entry-popup-box--color .p-entry-popup-link a:after {
	background-color: #FF7146;
}

.cke_editable--international .p-entry-popup-box--color-light,
.p-entry-popup .p-entry-column--international .p-entry-popup-box--color-light {
	background-color: #FFE3DA;
}

.cke_editable--international h2:not(.c-heading-large):not(.p-entry-popup-international-text),
.p-entry-popup .p-entry-column--international h2:not(.c-heading-large):not(.p-entry-popup-international-text) {
	color: #FF7146;
	border-bottom: none;
}

.cke_editable--international h3,
.p-entry-popup .p-entry-column--international h3 {
	color: #FF7146;
}

.cke_editable--international .p-entry-alumni-course,
.p-entry-popup .p-entry-column--international .p-entry-alumni-course {
	color: #FF7146;
}

.cke_editable--international .p-entry-link,
.p-entry-popup .p-entry-column--international .p-entry-link {
	background-color: #FF7146;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable--international .p-entry-large-btn,
.p-entry-popup .p-entry-column--international .p-entry-large-btn {
	background-color: #FF7146;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable--international .p-entry-large-btn--invert,
.p-entry-popup .p-entry-column--international .p-entry-large-btn--invert {
	background-color: #FFF;
	border: 3px solid #FF7146;
	color: #FF7146;
}

.cke_editable--international .p-entry-large-btn--invert:link,
.cke_editable--international .p-entry-large-btn--invert:hover,
.cke_editable--international .p-entry-large-btn--invert:visited,
.p-entry-popup .p-entry-column--international .p-entry-large-btn--invert:link,
.p-entry-popup .p-entry-column--international .p-entry-large-btn--invert:hover,
.p-entry-popup .p-entry-column--international .p-entry-large-btn--invert:visited {
	color: #FF7146;
}

.cke_editable--international .p-entry-large-btn--invert:before,
.cke_editable--international .p-entry-large-btn--invert:after,
.p-entry-popup .p-entry-column--international .p-entry-large-btn--invert:before,
.p-entry-popup .p-entry-column--international .p-entry-large-btn--invert:after {
	background-color: #FF7146;
}

.cke_editable--international .column-white .p-entry-link,
.p-entry-popup .p-entry-column--international .column-white .p-entry-link {
	margin-top: 30px;
}

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

	.cke_editable--international .column-white .p-entry-link,
	.p-entry-popup .p-entry-column--international .column-white .p-entry-link {
		margin-top: 10px;
	}
}

.cke_editable--international .column-white em,
.p-entry-popup .p-entry-column--international .column-white em {
	color: #535353;
}

.cke_editable--international .p-entry-popup-link a,
.p-entry-popup .p-entry-column--international .p-entry-popup-link a {
	background-color: #FF7146;
}

.cke_editable--international .p-entry-designer-audition span,
.p-entry-popup .p-entry-column--international .p-entry-designer-audition span {
	color: #FF7146;
}

.cke_editable--international .js-change-bg[data-color=target],
.p-entry-popup .p-entry-column--international .js-change-bg[data-color=target] {
	background-color: rgba(255, 227, 218, .9);
}

.cke_editable--international .p-entry-popup-box+.p-entry-popup-box:before,
.p-entry-popup .p-entry-column--international .p-entry-popup-box+.p-entry-popup-box:before {
	border-color: #FF7146 transparent transparent transparent;
}

.cke_editable--international .p-entry-popup-box__title,
.p-entry-popup .p-entry-column--international .p-entry-popup-box__title {
	color: #FF7146;
}

.cke_editable--international .p-toggle-link,
.p-entry-popup .p-entry-column--international .p-toggle-link {
	background-color: #FF7146;
}

.cke_editable--international .p-toggle-title,
.p-entry-popup .p-entry-column--international .p-toggle-title {
	color: #FF7146;
}

.cke_editable--parents .column-course,
.p-entry-popup .p-entry-column--parents .column-course {
	background-color: #F4E5F3;
}

.cke_editable--parents .p-entry-tel-box,
.p-entry-popup .p-entry-column--parents .p-entry-tel-box {
	background-color: rgba(199, 127, 194, .9);
}

.cke_editable--parents .js-change-bg[data-color=target] h3 em,
.p-entry-popup .p-entry-column--parents .js-change-bg[data-color=target] h3 em {
	color: #C77FC2;
	display: inline-block;
	font-size: 30px;
}

.cke_editable--parents .p-entry-popup-box--color,
.p-entry-popup .p-entry-column--parents .p-entry-popup-box--color {
	background-color: rgba(199, 127, 194, .9);
}

.cke_editable--parents .p-entry-popup-box--color .p-entry-popup-link a,
.p-entry-popup .p-entry-column--parents .p-entry-popup-box--color .p-entry-popup-link a {
	color: #C77FC2;
}

.cke_editable--parents .p-entry-popup-box--color .p-entry-popup-link a:before,
.cke_editable--parents .p-entry-popup-box--color .p-entry-popup-link a:after,
.p-entry-popup .p-entry-column--parents .p-entry-popup-box--color .p-entry-popup-link a:before,
.p-entry-popup .p-entry-column--parents .p-entry-popup-box--color .p-entry-popup-link a:after {
	background-color: #C77FC2;
}

.cke_editable--parents .p-entry-popup-box--color-light,
.p-entry-popup .p-entry-column--parents .p-entry-popup-box--color-light {
	background-color: #F4E5F3;
}

.cke_editable--parents h2:not(.c-heading-large):not(.p-entry-popup-international-text),
.p-entry-popup .p-entry-column--parents h2:not(.c-heading-large):not(.p-entry-popup-international-text) {
	color: #C77FC2;
	border-bottom: none;
}

.cke_editable--parents h3,
.p-entry-popup .p-entry-column--parents h3 {
	color: #C77FC2;
}

.cke_editable--parents .p-entry-alumni-course,
.p-entry-popup .p-entry-column--parents .p-entry-alumni-course {
	color: #C77FC2;
}

.cke_editable--parents .p-entry-link,
.p-entry-popup .p-entry-column--parents .p-entry-link {
	background-color: #C77FC2;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable--parents .p-entry-large-btn,
.p-entry-popup .p-entry-column--parents .p-entry-large-btn {
	background-color: #C77FC2;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.cke_editable--parents .p-entry-large-btn--invert,
.p-entry-popup .p-entry-column--parents .p-entry-large-btn--invert {
	background-color: #FFF;
	border: 3px solid #C77FC2;
	color: #C77FC2;
}

.cke_editable--parents .p-entry-large-btn--invert:link,
.cke_editable--parents .p-entry-large-btn--invert:hover,
.cke_editable--parents .p-entry-large-btn--invert:visited,
.p-entry-popup .p-entry-column--parents .p-entry-large-btn--invert:link,
.p-entry-popup .p-entry-column--parents .p-entry-large-btn--invert:hover,
.p-entry-popup .p-entry-column--parents .p-entry-large-btn--invert:visited {
	color: #C77FC2;
}

.cke_editable--parents .p-entry-large-btn--invert:before,
.cke_editable--parents .p-entry-large-btn--invert:after,
.p-entry-popup .p-entry-column--parents .p-entry-large-btn--invert:before,
.p-entry-popup .p-entry-column--parents .p-entry-large-btn--invert:after {
	background-color: #C77FC2;
}

.cke_editable--parents .column-white .p-entry-link,
.p-entry-popup .p-entry-column--parents .column-white .p-entry-link {
	margin-top: 30px;
}

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

	.cke_editable--parents .column-white .p-entry-link,
	.p-entry-popup .p-entry-column--parents .column-white .p-entry-link {
		margin-top: 10px;
	}
}

.cke_editable--parents .column-white em,
.p-entry-popup .p-entry-column--parents .column-white em {
	color: #535353;
}

.cke_editable--parents .p-entry-popup-link a,
.p-entry-popup .p-entry-column--parents .p-entry-popup-link a {
	background-color: #C77FC2;
}

.cke_editable--parents .p-entry-designer-audition span,
.p-entry-popup .p-entry-column--parents .p-entry-designer-audition span {
	color: #C77FC2;
}

.cke_editable--parents .js-change-bg[data-color=target],
.p-entry-popup .p-entry-column--parents .js-change-bg[data-color=target] {
	background-color: rgba(244, 229, 243, .9);
}

.cke_editable--parents .p-entry-popup-box+.p-entry-popup-box:before,
.p-entry-popup .p-entry-column--parents .p-entry-popup-box+.p-entry-popup-box:before {
	border-color: #C77FC2 transparent transparent transparent;
}

.cke_editable--parents .p-entry-popup-box__title,
.p-entry-popup .p-entry-column--parents .p-entry-popup-box__title {
	color: #C77FC2;
}

.cke_editable--parents .p-toggle-link,
.p-entry-popup .p-entry-column--parents .p-toggle-link {
	background-color: #C77FC2;
}

.cke_editable--parents .p-toggle-title,
.p-entry-popup .p-entry-column--parents .p-toggle-title {
	color: #C77FC2;
}

/* ------------------------------
　　イベント情報
------------------------------ */
.p-event__heading {
	font-size: 22px;
	margin: 2px 0 23px;
}

@media screen and (min-width: 768px) {
	.p-event__heading {
		margin: 10px 0 30px;
	}
}

.p-event-calendar-label {
	list-style: none;
	margin: 0 -1px;
	padding: 0;
}

.p-event-calendar-label__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.p-event-calendar-label__item {
	padding: 0 1px;
	font-size: 10px;
}

.p-event-calendar-label__icon {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: #696969;
	border-radius: 50%;
}

.p-event-calendar-label__icon.-orientation {
	background: #FF6482;
}

.p-event-calendar-label__icon.-tour {
	background: #2FB8FF;
}

.p-event-calendar-label__icon.-town-briefing {
	background: #003b83;
}

/* 　カレンダー
------------------------------ */
.p-event-calendar {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 10px;
}

.p-event-calendar__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 8px;
	position: relative;
}

.p-event-calendar__head>div {
	-ms-flex: 1;
	flex: 1;
}

.p-event-calendar__heading {
	margin: 0;
	text-align: center;
	font-size: 20px;
}

.p-event-calendar__heading .num {
	font-size: 30px;
}

.p-event-calendar__btn {
	background: #696969;
	color: #FFF;
	border-radius: 6px;
	padding: 12px 24px;
	box-sizing: border-box;
	text-align: center;
	transition: opacity .2s ease-out;
	font-size: 16px;
}

.p-event-calendar__btn:hover,
.p-event-calendar__btn:active,
.p-event-calendar__btn:visited,
.p-event-calendar__btn:focus {
	color: #FFF;
	text-decoration: none;
}

.p-event-calendar__btn:hover {
	opacity: .7;
}

.p-event-calendar-tr {
	border-bottom: 1px solid #B8B4B4;
}

.p-event-calendar-tr:nth-of-type(2) .p-event-calendar-td {
	border-top: 0;
}

.p-event-calendar-tr:last-child {
	border: 0;
}

.p-event-calendar-th {
	background: #F0EDED;
	font-size: 10px;
	padding: 3px;
	border: 1px solid #B8B4B4;
	border-bottom: 0;
	box-sizing: border-box;
}

.p-event-calendar-th.-saturday {
	background: #0963D2;
	color: #FFF;
}

.p-event-calendar-th.-sunday {
	background: #C30B31;
	color: #FFF;
}

.p-event-calendar-td {
	position: relative;
	width: calc(100% / 7);
	padding: 25px 1px 0;
	border: 1px solid #B8B4B4;
	overflow: hidden;
	vertical-align: top;
	box-sizing: border-box;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-event-calendar-td::before {
	display: block;
	float: left;
	min-height: 31px;
	content: "";
}

.p-event-calendar-td::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	height: 1000px;
}

.p-event-calendar-td.-saturday::after {
	background: #CFE6FF;
}

.p-event-calendar-td.-sunday::after {
	background: #FFE1E0;
}

.p-event-calendar-td.-saturday .p-event-calendar__day {
	color: #0963D2;
}

.p-event-calendar-td.-sunday .p-event-calendar__day {
	color: #C30B31;
}

.p-event-calendar__day {
	font-size: 12px;
	text-align: left;
	position: absolute;
	top: 3px;
	left: 4px;
}

@media screen and (min-width: 768px) {
	.p-event-calendar {
		margin: 0 0 14px;
	}

	.p-event-calendar__heading {
		font-size: 28px;
		margin: 0 0 10px;
	}

	.p-event-calendar__heading .num {
		font-size: 48px;
	}

	.p-event-calendar-th {
		font-size: 22px;
		padding: 13px;
	}

	.p-event-calendar-td {
		padding: 42px 4px 0;
	}

	.p-event-calendar-td:before {
		min-height: 94px;
	}

	.p-event-calendar__day {
		font-size: 22px;
		top: 5px;
		right: 8px;
		left: inherit;
	}
}

.p-event-calendar-list {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	margin: 0 1px;
	padding: 0;
}

.p-event-calendar-list__item {
	padding: 0 1px;
}

.p-event-calendar-list__item.-orientation .p-event-calendar-list__link {
	background: #FF6482;
}

.p-event-calendar-list__item.-orientation .p-event-calendar-list__link::after {
	height: 0;
}

.p-event-calendar-list__item.-tour .p-event-calendar-list__link {
	background: #2FB8FF;
}

.p-event-calendar-list__item.-tour .p-event-calendar-list__link::after {
	height: 0;
}

.p-event-calendar-list__item.-town-briefing .p-event-calendar-list__link {
	background: #003b83;
}

.p-event-calendar-list__item.-town-briefing .p-event-calendar-list__link::after {
	height: 0;
}

.p-event-calendar-list__link {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	box-sizing: border-box;
	background: #696969;
	color: #FFF;
	text-align: center;
	transition: opacity .2s ease-out;
}

.p-event-calendar-list__link:hover,
.p-event-calendar-list__link:active,
.p-event-calendar-list__link:visited,
.p-event-calendar-list__link:focus {
	color: #FFF;
	text-decoration: none;
}

.p-event-calendar-list__link:hover {
	opacity: .7;
}

@media screen and (min-width: 768px) {
	.p-event-calendar-list {
		display: block;
		margin: 0;
	}

	.p-event-calendar-list__item {
		margin-bottom: 4px;
		padding: 0;
	}

	.p-event-calendar-list__link {
		width: 100%;
		height: 100%;
		padding: 5px;
		border-radius: 5px;
		font-size: 12px;
	}
}

/* 　ページャー
------------------------------ */
.p-event-calendar-pager {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 0 -20px;
	list-style: none;
	padding: 0;
}

.p-event-calendar-pager__container {
	overflow: hidden;
	margin: 0 0 20px;
}

.p-event-calendar-pager a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: #D81720;
	border: 1px solid #D81720;
	border-radius: 3px;
	background: #FFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.p-event-calendar-pager a:hover,
.p-event-calendar-pager a:visited,
.p-event-calendar-pager a:focus,
.p-event-calendar-pager a:active {
	color: #D81720;
	text-decoration: none;
}

.p-event-calendar-pager a:hover {
	color: #FFF;
	background: #D81720;
}

.p-event-calendar-pager__item {
	float: none;
	display: block;
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 20px;
	vertical-align: top;
	box-sizing: border-box;
}

.p-event-calendar-pager__item.-index {
	text-align: center;
}

.p-event-calendar-pager__item.-index a {
	display: inline-block;
}

.p-event-calendar-pager__item a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-event-calendar-pager__item.-prev {
	text-align: right;
}

.p-event-calendar-pager__item.-prev a:before {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -8px;
	width: 10px;
	height: 17px;
}

.p-event-calendar-pager__item.-prev .ico {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.p-event-calendar-pager__item.-next {
	text-align: left;
}

.p-event-calendar-pager__item.-next a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
	width: 10px;
	height: 17px;
}

@media screen and (min-width: 768px) {
	.p-event-calendar-pager__container {
		margin: 0 0 27px;
	}
}

.p-guidance-nav {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px 20px;
	padding: 0;
}

.p-guidance-nav__item {
	padding: 0 5px 10px;
	width: 33.33333%;
	box-sizing: border-box;
}

.p-guidance-nav__link {
	display: block;
	padding: 5px 10px;
	box-sizing: border-box;
	border: 1px solid #535353;
	color: #535353;
	text-align: center;
	text-decoration: none;
}

.p-guidance-nav__link:hover,
.p-guidance-nav__link:visited,
.p-guidance-nav__link:active,
.p-guidance-nav__link:focus {
	color: #535353;
	text-decoration: none;
}

.p-guidance-nav__link:hover {
	opacity: .7;
}

.p-guidance-nav__link.is-active {
	background: #535353;
	color: #FFF;
}

@media screen and (min-width: 768px) {
	.p-guidance-nav {
		margin: 0 -10px 20px;
	}

	.p-guidance-nav__item {
		padding: 0 10px 20px;
		width: 14.28571%;
	}
}

.p-guidance-table {
	min-width: 980px;
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
	border: 1px solid #535353;
	white-space: nowrap;
	table-layout: fixed;
}

.p-guidance-table__wrap {
	overflow: auto;
}

.p-guidance-table th,
.p-guidance-table td {
	padding: 5px;
	border: 1px solid #535353;
}

.p-guidance-table th {
	background: #F5F5F5;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-guidance-table th.place {
	width: 15%;
}

.p-guidance-table th.place-name {
	width: 52%;
}

.p-guidance-table th.date {
	width: 18%;
}

.p-guidance-table th.start-time,
.p-guidance-table th.end-time {
	width: 8%;
}

.p-guidance-table th.map {
	width: 7%;
}

.p-guidance-table td.start-time,
.p-guidance-table td.end-time,
.p-guidance-table td.map {
	text-align: center;
}

@keyframes zoom-in {
	0% {
		transform: scale(.1);
	}

	100% {
		transform: none;
	}
}

@keyframes rotate-right {
	0% {
		transform: translate(-100%) rotate(-100deg);
	}

	100% {
		transform: none;
	}
}

.is-animated {
	animation: .6s zoom-in;
}

/* ------------------------------
　　NSB説明会
------------------------------ */
.p-information {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px 70px;
	padding: 0;
}

.p-information__description {
	margin: 0 0 40px;
	font-size: 12px;
}

.p-information__item {
	width: 33.33333%;
	margin-bottom: 20px;
	padding: 0 5px;
	box-sizing: border-box;
}

.p-information__date,
.p-information__link {
	display: block;
}

.p-information__date span,
.p-information__link span {
	font-size: 16px;
}

.p-information__date {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 14px;
	margin-bottom: 10px;
}

.p-information__action {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -4px;
}

.p-information__form {
	width: 100%;
	margin-bottom: 10px;
}

.p-information__btn {
	border: none;
	border-radius: 10px;
	background: #199B64;
	cursor: pointer;
	outline: none;
	width: calc(100% - 8px);
	margin: 0 4px;
	padding: 15px 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #FFF;
	font-size: 14px;
	transition: opacity .2s ease-out;
}

.p-information__btn:hover {
	opacity: .7;
}

@media screen and (min-width: 768px) {
	.p-information__description {
		margin: 0 0 56px;
		font-size: 16px;
	}

	.p-information__item {
		display: -ms-flexbox;
		display: flex;
	}

	.p-information__date,
	.p-information__link {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		min-width: 105px;
		max-width: 105px;
	}

	.p-information__date {
		margin-bottom: 0;
	}

	.p-information__action {
		margin: 0 -5px;
	}

	.p-information__form {
		width: auto;
	}

	.p-information__btn {
		margin: 0 5px;
		padding: 20px 18px;
		font-size: 16px;
	}
}

/* ------------------------------
　　レイアウトモジュール
------------------------------ */
/* 余白 */
.p-layout-space {
	padding: 10px 20px 25px 20px;
}

.p-layout-space .acms-container {
	padding: 0;
}

@media screen and (min-width: 768px) {
	.p-layout-space {
		padding: 30px 20px 20px 20px;
	}
}

/* ------------------------------
　　メインビジュアル
------------------------------ */
.p-main-visual-wrap {
	overflow: hidden;
}

.p-main-visual {
	position: relative;
	margin: 0;
	padding-bottom: 30px;
	z-index: 0;
	white-space: nowrap;
	font-size: 0;
}

.p-main-visual__item {
	margin: 0;
	display: inline-block;
}

.p-main-visual__link {
	display: block;
	transition: opacity .2s;
}

.p-main-visual__link:hover {
	opacity: .6;
}

.p-main-visual__img {
	max-height: 591px;
}

.p-main-visual__iframe {
	width: 70vw;
}

.p-main-visual .slick-track {
	display: -ms-flexbox;
	display: flex;
}

.p-main-visual .slick-slide {
	font-size: 0;
	min-width: 100vw;
	max-width: 100vw;
}

.p-main-visual .slick-next,
.p-main-visual .slick-prev {
	margin: 0;
	width: 20px;
	height: 40px;
	border-radius: 0;
}

.p-main-visual .slick-prev:before,
.p-main-visual .slick-next:before {
	position: absolute;
	z-index: 2;
	top: 0;
}

.p-main-visual .slick-next:before {
	left: 0;
}

.p-main-visual .slick-prev:before {
	right: 0;
}

.p-main-visual__thumb {
	margin: 0 auto;
	padding-top: 10px;
	font-size: 0;
	text-align: center;
}

.p-main-visual__thumb .slick-slide {
	margin-right: 25px;
	background: #FFF;
}

.p-main-visual__thumb .slick-slide:last-child {
	margin-right: 0;
}

.p-main-visual__thumb-wrap {
	display: none;
	padding: 0 0 30px;
	max-width: 950px;
	margin: 0 auto;
	overflow: auto;
}

.p-main-visual__thumb-item {
	width: 70px;
	box-sizing: border-box;
	background: #FFF;
	border: 2px solid #FFF;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 6px;
	cursor: pointer;
}

.p-main-visual__thumb-item img {
	width: 100%;
	height: auto;
}

.p-main-visual__thumb-item:nth-child(7),
.p-main-visual__thumb-item:last-child {
	margin-right: 0;
}

.p-main-visual__thumb-inner {
	opacity: .6;
}

.p-main-visual__thumb-item.active {
	border: 2px solid #535353;
}

.p-main-visual__thumb-item.active .p-main-visual__thumb-inner {
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.p-main-visual {
		padding-bottom: 12px;
	}

	.p-main-visual__item {
		margin: 0 5px;
	}

	.p-main-visual__thumb-wrap {
		display: block;
	}

	.p-main-visual .slick-prev:before,
	.p-main-visual .slick-next:before {
		position: absolute;
		z-index: 2;
	}

	.p-main-visual .slick-next,
	.p-main-visual .slick-prev {
		margin: 0;
		width: 34px;
		height: 68px;
	}

	.p-main-visual .slick-slide {
		min-width: inherit;
		max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.p-main-visual__thumb {
		white-space: nowrap;
	}

	.p-main-visual__thumb-item:nth-child(7):not(:last-child) {
		margin-right: 24px;
	}
}

/* ------------------------------
　　オフキャンバス
------------------------------ */
.p-offcanvas {
	display: none;
	position: fixed;
	overflow: scroll;
	z-index: 52;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 86px;
	padding-bottom: 50px;
	background: #535353;
	color: #FFF;
	white-space: nowrap;
}

.p-offcanvas>div {
	padding: 0;
}

.p-offcanvas__menu-link {
	position: absolute;
	top: 0;
	right: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 60px;
	height: 60px;
	padding: 10px 6px;
	box-sizing: border-box;
	background: rgba(46, 46, 46, .8);
	color: #FFF;
	text-decoration: none;
}

.p-offcanvas__menu,
.p-offcanvas__menu span {
	display: inline-block;
	box-sizing: border-box;
}

.p-offcanvas__menu {
	position: relative;
	width: 30px;
	height: 16px;
	margin-bottom: 4px;
}

.p-offcanvas__menu span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;
}

.p-offcanvas__menu span:nth-of-type(1) {
	top: 0;
	-ms-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.p-offcanvas__menu span:nth-of-type(2) {
	top: 20px;
	-ms-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

.p-offcanvas__close {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px 10px;
	background: rgba(46, 46, 46, .8);
	font-size: 16px;
}

.p-offcanvas__close:hover,
.p-offcanvas__close:visited,
.p-offcanvas__close:focus,
.p-offcanvas__close:active,
.p-offcanvas__close:link {
	color: #FFF;
	text-decoration: none;
}

.p-offcanvas__close-text {
	padding-left: 20px;
}

@media screen and (min-width: 768px) {
	.p-offcanvas {
		padding-top: 30px;
	}

	.p-offcanvas>div {
		padding-right: 10px;
		padding-left: 10px;
	}
}

.p-offcanvas-contents {
	padding: 0;
	border-bottom: 1px solid #FFF;
}

.p-offcanvas-contents:first-child {
	border-top: 1px solid #FFF;
}

.p-offcanvas-contents:last-child {
	margin-bottom: 30px;
}

.p-offcanvas-contents__heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 20px 10px 20px;
	box-sizing: border-box;
	font-size: 16px;
}

.p-offcanvas-contents__heading.-link {
	width: 100%;
}

.p-offcanvas-contents__heading.-link a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	color: #FFF;
	text-decoration: none;
}

.p-offcanvas-contents__heading.-link a:hover,
.p-offcanvas-contents__heading.-link a:focus,
.p-offcanvas-contents__heading.-link a:active,
.p-offcanvas-contents__heading.-link a:link,
.p-offcanvas-contents__heading.-link a:visited {
	color: #FFF;
	text-decoration: none;
}

.p-offcanvas-contents__heading.-link a::after {
	font-family: "icomoon";
	font: normal normal normal 16px/1 icomoon;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-size: 20px;
	content: "";
}

.p-offcanvas-contents__heading-icon {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #FFF;
}

.p-offcanvas-contents__heading-icon.is-active span:nth-of-type(2) {
	-ms-transform: translateY(-10px) rotate(0deg);
	transform: translateY(-10px) rotate(0deg);
}

.p-offcanvas-contents__heading-icon span {
	position: absolute;
	left: 4px;
	width: 12px;
	height: 2px;
	background-color: #535353;
	transition: transform .2s ease-out;
}

.p-offcanvas-contents__heading-icon span:nth-of-type(1) {
	top: -1px;
	-ms-transform: translateY(10px) rotate(0deg);
	transform: translateY(10px) rotate(0deg);
}

.p-offcanvas-contents__heading-icon span:nth-of-type(2) {
	top: 19px;
	-ms-transform: translateY(-10px) rotate(90deg);
	transform: translateY(-10px) rotate(90deg);
}

@media screen and (min-width: 768px) {
	.p-offcanvas-contents {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 20px 0 0;
	}

	.p-offcanvas-contents__heading {
		width: 250px;
		padding: 0 10px;
	}

	.p-offcanvas-contents__heading.-link a {
		padding-bottom: 20px;
	}

	.p-offcanvas-contents__heading.-link a::after {
		padding-right: 9px;
	}
}

.p-offcanvas-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-offcanvas-nav.-course {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 5px;
}

.p-offcanvas-nav__wrap {
	display: none;
	-ms-flex: 1;
	flex: 1;
}

.p-offcanvas-nav__item {
	padding: 0 10px 20px;
	box-sizing: border-box;
	font-size: 14px;
	white-space: initial;
}

.p-offcanvas-nav__item::before {
	font-family: "icomoon";
	font: normal normal normal 16px/1 icomoon;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	padding-right: 6px;
	content: "";
}

.p-offcanvas-nav__item.-course {
	width: 25%;
	padding: 0 5px 10px;
}

.p-offcanvas-nav__item.-course:last-child {
	padding-bottom: 20px;
}

.p-offcanvas-nav__item.-course::before {
	display: none;
	content: "";
	padding: 0;
}

.p-offcanvas-nav__link {
	color: #FFF;
	text-decoration: none;
}

.p-offcanvas-nav__link:hover,
.p-offcanvas-nav__link:focus,
.p-offcanvas-nav__link:active,
.p-offcanvas-nav__link:link,
.p-offcanvas-nav__link:visited {
	color: #FFF;
	text-decoration: none;
}

.p-offcanvas-nav__course-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 7px 5px;
	box-sizing: border-box;
	color: #FFF;
	font-size: 50px;
	text-decoration: none;
}

.p-offcanvas-nav__course-link:hover,
.p-offcanvas-nav__course-link:focus,
.p-offcanvas-nav__course-link:active,
.p-offcanvas-nav__course-link:link,
.p-offcanvas-nav__course-link:visited {
	color: #FFF;
	text-decoration: none;
}

.p-offcanvas-nav__course-link.-comic {
	background-color: #FF6482;
}

.p-offcanvas-nav__course-link.-animation {
	background-color: #FF7146;
}

.p-offcanvas-nav__course-link.-gamecg {
	background-color: #2FB8FF;
}

.p-offcanvas-nav__course-link.-graphic {
	background-color: #003b83;
}

.p-offcanvas-nav__course-link.-fashion {
	background-color: #C77FC2;
}

.p-offcanvas-nav__course-link.-illustration {
	background-color: #D36000;
}

.p-offcanvas-nav__course-link.-interior {
	background-color: #81C63C;
}

.p-offcanvas-nav__course-link.-molding {
	background-color: #08AF68;
}

.p-offcanvas-nav__course-link.-kenkyu {
	background-color: #7C90AF;
}

.p-offcanvas-nav__course-icon {
	padding-right: 0 !important;
	font-size: 33px;
}

@media screen and (min-width: 768px) {
	.p-offcanvas-nav {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.p-offcanvas-nav__wrap {
		display: block !important;
		height: auto !important;
	}

	.p-offcanvas-nav__item {
		width: 33.33333%;
	}

	.p-offcanvas-nav__item.-course {
		width: 12.5%;
	}
}

.p-offcanvas-nav-course__name-wrap {
	max-width: 100%;
	min-height: calc(1%);
}

.p-request__inner {
	display: -ms-flexbox;
	display: flex;
}

.p-request__heading {
	margin: 0 0 10px;
	padding: 0 10px 10px;
	border-bottom: 2px solid #2C2C2C;
	font-size: 16px;
}

.p-request__img {
	margin: 0 auto 15px;
}

.p-request__description {
	margin: 0 0 10px 10px;
	font-size: 12px;
}

.p-request__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 0 0 10px;
	padding: 5px;
	border: 1px solid #FF6482;
	color: #FF6482;
	font-size: 12px;
}

.p-request__link a {
	color: #FF6482;
	text-decoration: none;
	font-size: 16px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-request__link a:hover,
.p-request__link a:visited,
.p-request__link a:active,
.p-request__link a:focus {
	color: #FF6482;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.p-request__inner {
		display: block;
	}

	.p-request__heading {
		font-size: 18px;
	}

	.p-request__description {
		margin: 0 0 10px;
		font-size: 14px;
	}

	.p-request__link {
		margin: 0;
		font-size: 14px;
	}
}

/* ------------------------------
　　フッター前
------------------------------ */
.p-suggest {
	padding: 20px 0 5px;
	background: #F5F5F5;
}

.p-suggest-links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #888;
}

.p-suggest-links__wrap {
	background: #FFF;
}

.p-suggest-links__item {
	width: 33.33333%;
	border-right: 1px solid #888;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
}

.p-suggest-links__link {
	display: block;
	padding: 24px 10px;
	color: #888;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-decoration: none;
}

.p-suggest-links__link:visited,
.p-suggest-links__link:link,
.p-suggest-links__link:hover {
	color: #888;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.p-suggest-links__item {
		font-size: 20px;
	}
}

/* ------------------------------
　　トップ
------------------------------ */
.p-top__emergency {
	margin: 0 0 10px;
	padding: 20px;
	background: #FCCBCB;
	font-size: 12px;
}

.p-top__emergency a {
	color: #535353;
	text-decoration: underline;
}

.p-top__emergency a:hover,
.p-top__emergency a:visited,
.p-top__emergency a:focus,
.p-top__emergency a:active {
	color: #535353;
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.p-top__emergency {
		margin: 0 0 20px 0;
		padding: 20px;
		font-size: 16px;
	}
}

.p-top-special {
	margin-bottom: 30px;
	padding: 30px 0 20px;
	background: #2C2C2C;
	color: #FFF;
}

.p-top-special__catch {
	margin: 0 0 20px;
	font-size: 20px;
}

.p-top-special__catch span {
	display: block;
}

.p-top-special__catch br {
	display: none;
}

.p-top-special__description {
	margin: 0 0 40px;
	font-size: 12px;
	line-height: 2;
}

.p-top-special__description span {
	display: block;
}

.p-top-special__description br {
	display: none;
}

.p-top-special__movie {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding-top: 56.25%;
}

.p-top-special__movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (min-width: 768px) {
	.p-top-special {
		margin-bottom: 40px;
		padding: 40px 0 40px;
	}

	.p-top-special__catch {
		margin: 0 0 33px;
		font-size: 40px;
	}

	.p-top-special__catch span {
		display: inline-block;
	}

	.p-top-special__catch br {
		display: block;
	}

	.p-top-special__description {
		font-size: 14px;
	}

	.p-top-special__description span {
		display: inline-block;
	}

	.p-top-special__description br {
		display: block;
	}
}

/* 　学科一覧
------------------------------ */
.p-top-course {
	/*margin-bottom: 30px;*/
	padding: 20px 0 40px;
	background: #F5F5F5;
}

.p-top-course__inner {
	overflow: hidden;
}

.p-top-course__catch {
	margin: 0 0 10px;
	font-size: 12px;
	text-align: center;
}

.p-top-course-list {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -3px;
	padding: 0;
}

.p-top-course-list__item {
	width: 25%;
	padding: 0 3px 7px;
	box-sizing: border-box;
}

.p-top-course-list__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 7px 5px 10px 5px;
	border-radius: 10px;
	box-sizing: border-box;
	color: #FFF;
	text-decoration: none;
	transition: opacity .2s ease-out;
}

.p-top-course-list__link:hover,
.p-top-course-list__link:visited,
.p-top-course-list__link:active,
.p-top-course-list__link:focus {
	color: #FFF;
	text-decoration: none;
}

.p-top-course-list__link:hover {
	opacity: .8;
}

.-comic .p-top-course-list__link {
	background-color: #FF6482;
}

.-animation .p-top-course-list__link {
	background-color: #FF7146;
}

.-gamecg .p-top-course-list__link {
	background-color: #2FB8FF;
}

.-graphic .p-top-course-list__link {
	background-color: #003b83;
}

.-fashion .p-top-course-list__link {
	background-color: #C77FC2;
}

.-illustration .p-top-course-list__link {
	background-color: #D36000;
}

.-interior .p-top-course-list__link {
	background-color: #81C63C;
}

.-molding .p-top-course-list__link {
	background-color: #08AF68;
}

.-kenkyu .p-top-course-list__link {
	background-color: #7C90AF;
}

.p-top-course-list__icon {
	font-size: 35px;
}

@media screen and (min-width: 768px) {
	.p-top-course {
		padding: 30px 0 60px;
		background: #F5F5F5;
	}

	.p-top-course__catch {
		margin: 0 0 20px;
		font-size: 16px;
	}

	.p-top-course-list {
		margin: 0 -10px;
	}

	.p-top-course-list__item {
		padding: 0 10px 20px;
	}

	.p-top-course-list__link {
		padding: 20px;
		border-radius: 30px;
	}

	.p-top-course-list__icon {
		font-size: 65px;
	}
}

.p-top-course-list-sub {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -5px;
	padding: 0;
}

.p-top-course-list-sub__item {
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
}

.p-top-course-list-sub__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
	height: 100%;
	box-sizing: border-box;
	color: #FFF;
	text-decoration: none;
	transition: opacity .2s ease-out;
}

.p-top-course-list-sub__link:hover,
.p-top-course-list-sub__link:visited,
.p-top-course-list-sub__link:active,
.p-top-course-list-sub__link:focus {
	color: #FFF;
	text-decoration: none;
}

.p-top-course-list-sub__link:hover {
	opacity: .8;
}

.p-top-course-list-sub__name {
	max-height: 40px;
}

.p-top-course-list-sub__icon {
	padding-right: 30px;
	font-size: 40px;
}

.p-top-course-list-sub__btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding: 15px 10px;
	border: 1px dashed #2C2C2C;
	box-sizing: border-box;
	color: #535353;
	font-size: 16px;
	text-decoration: none;
	transition: opacity .2s ease-out;
}

.p-top-course-list-sub__btn:hover,
.p-top-course-list-sub__btn:visited,
.p-top-course-list-sub__btn:active,
.p-top-course-list-sub__btn:focus {
	color: #535353;
	text-decoration: none;
}

.p-top-course-list-sub__btn:hover {
	opacity: .8;
}

.p-top-course-list-sub__btn::after {
	display: block;
	font-size: 20px !important;
	content: "";
	font-family: "icomoon";
	font: normal normal normal 16px/1 icomoon;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
	.p-top-course-list-sub {
		margin: 0 -10px;
	}

	.p-top-course-list-sub__item {
		padding: 0 10px;
	}

	.p-top-course-list-sub__link {
		padding: 20px;
	}

	.p-top-course-list-sub__name {
		max-height: 60px;
	}

	.p-top-course-list-sub__icon {
		padding-right: 4vw;
		font-size: 80px;
	}

	.p-top-course-list-sub__btn {
		padding: 20px;
		font-size: 26px;
	}

	.p-top-course-list-sub__btn::after {
		font-size: 40px !important;
	}
}

/* 　お知らせ
------------------------------ */
.p-top-news {
	overflow: hidden;
}

/* 　客種
------------------------------ */
.p-top-customer {
	padding-bottom: 10px;
	background-image: url(/themes/ndg/images/projects/top/bg-customer.png);
	background-repeat: repeat;
	background-size: 300px;
	background-position: left;
}

.p-top-customer__inner {
	padding: 20px 10px;
}

.p-top-customer__heading-wrap {
	margin-bottom: -76px;
	padding: 12% 77px 90px 50px;
	box-sizing: border-box;
	background: url(/themes/ndg/images/projects/top/bg-customer-heading.png) no-repeat;
	background-size: 100%;
}

@media screen and (min-width: 768px) {
	.p-top-customer {
		padding-bottom: 20px;
		background-image: url(/themes/ndg/images/projects/top/bg-customer2.png), url(/themes/ndg/images/projects/top/bg-customer.png);
		background-repeat: no-repeat, repeat;
		background-size: 1130px, 300px;
		background-position: center, left;
	}

	.p-top-customer__heading-wrap {
		margin-bottom: -85px;
		padding: 95px 75px 100px 95px;
		background-size: auto;
	}
}

/* 　イベント
------------------------------ */
.p-top-event {
	padding: 20px 10px 10px 10px;
}

/* 　SNS&NEWS
------------------------------ */
.p-top-sns-news {
	padding: 10px 10px 20px 10px;
}

/* ------------------------------
　　体験入学
------------------------------ */
.p-trial {
	margin-top: 20px;
}

.p-trial__heading {
	margin: 0 0 12px;
	padding: 0 10px 10px;
	border-bottom: 3px solid #2C2C2C;
	font-size: 20px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-trial__heading.-small {
	margin: 0 0 10px;
	padding: 0;
	border: none;
	font-size: 18px;
}

.p-trial__support {
	margin: 0 10px;
	font-size: 14px;
}

.p-trial__support span {
	color: #E3113A;
}

@media screen and (min-width: 768px) {
	.p-trial {
		margin-top: 40px;
	}
}

.p-trial-schedule {
	list-style-type: none;
	padding-left: 0;
}

.p-trial-schedule__time {
	display: inline-block;
	margin-right: 10px;
}

.p-trial-detail {
	background-color: #E8E8E8;
	padding: 30px 20px;
}

.p-trial-detail__notice {
	font-size: 14px;
}

.p-trial-points {
	list-style-type: none;
	padding-left: 0;
}

.p-trial-points li {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.p-trial-points li:last-child {
	margin-bottom: 0;
}

.p-trial-points__number {
	display: inline-block;
	background-color: #33BFFC;
	color: #FFF;
	padding: 15px 5px;
	border-radius: 5px;
}

.p-trial-points__number span {
	font-size: 24px;
}

.p-trial-points__detail {
	display: block;
	padding-left: 10px;
	-ms-flex: 1;
	flex: 1;
}

.p-trial-date {
	margin-bottom: 30px;
}

.p-trial-date__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding: 12px;
	font-size: 16px;
	white-space: nowrap;
}

.theme-comic .p-trial-date__item {
	background: #FFE0E6;
}

.theme-animation .p-trial-date__item {
	background: #FFE3DA;
}

.theme-gamecg .p-trial-date__item {
	background: #D6F1FF;
}

.theme-graphic .p-trial-date__item {
	background: #FCECCD;
}

.theme-fashion .p-trial-date__item {
	background: #F4E5F3;
}

.theme-illustration .p-trial-date__item {
	background: #FFE2C9;
}

.theme-interior .p-trial-date__item {
	background: #E6F4D8;
}

.theme-molding .p-trial-date__item {
	background: #CCEFE0;
}

.theme-kenkyu .p-trial-date__item {
	background: #DFE4EB;
}

.p-trial-date__item time {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 10px;
	font-size: 30px;
}

.p-trial-date__item .week {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-left: 15px;
	background: #535353;
	border-radius: 50%;
	color: #FFF;
	font-size: 18px;
}

/*  体験入学講座一覧
------------------------------ */
.p-trial-index {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -5px;
	padding: 0;
}

.p-trial-index__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.p-trial-index__item {
	margin-bottom: 10px;
	padding: 0 5px;
	width: 50%;
	box-sizing: border-box;
}

.p-trial-index__item.-entry {
	width: 100%;
}

.p-trial-index__body {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 10px;
	background-color: #EEE;
}

.p-trial-index__body.-comic {
	background-color: #FFE0E6;
}

.p-trial-index__body.-animation {
	background-color: #FFE3DA;
}

.p-trial-index__body.-gamecg {
	background-color: #e6f5ff;
}

.p-trial-index__body.-graphic {
	background-color: #badeff;
}

.p-trial-index__body.-fashion {
	background-color: #F4E5F3;
}

.p-trial-index__body.-illustration {
	background-color: #FFE2C9;
}

.p-trial-index__body.-interior {
	background-color: #E6F4D8;
}

.p-trial-index__body.-molding {
	background-color: #CCEFE0;
}

.p-trial-index__body.-kenkyu {
	background-color: #DFE4EB;
}

.p-trial-index__link {
	color: #535353;
	text-decoration: none;
	transition: opacity .2s ease-out;
}

.p-trial-index__link:hover,
.p-trial-index__link:visited,
.p-trial-index__link:focus,
.p-trial-index__link:active {
	color: #535353;
	text-decoration: none;
}

.p-trial-index__link:hover {
	opacity: .7;
}

.p-trial-index__info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #FFF;
	padding: 0 0 0 10px;
	background-color: #696969;
}

.p-trial-index__info.-comic {
	background-color: #FF6482;
}

.p-trial-index__info.-animation {
	background-color: #FF7146;
}

.p-trial-index__info.-gamecg {
	background-color: #2FB8FF;
}

.p-trial-index__info.-graphic {
	background-color: #003b83;
}

.p-trial-index__info.-fashion {
	background-color: #C77FC2;
}

.p-trial-index__info.-illustration {
	background-color: #D36000;
}

.p-trial-index__info.-interior {
	background-color: #81C63C;
}

.p-trial-index__info.-molding {
	background-color: #08AF68;
}

.p-trial-index__info.-kenkyu {
	background-color: #7C90AF;
}

.p-trial-index__info .ico {
	font-size: 30px;
}

.p-trial-index__body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 16px 10px;
}

.p-trial-index__date {
	-ms-flex: 1;
	flex: 1;
	display: block;
	width: 100%;
	font-size: 16px;
}

.p-trial-index__date .week {
	padding: 0 2px;
	font-size: 10px;
}

.p-trial-index__date .time {
	padding: 0 2px;
	font-size: 11px;
}

.p-trial-index__img {
	position: relative;
	padding: 0 10px;
	min-height: calc(1%);
}

.p-trial-index__img img:first-of-type {
	width: 100%;
	vertical-align: bottom;
}

.p-trial-index__img-icon {
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
}

.p-trial-index__btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: auto;
	padding: 6px 13px;
	background: #696969;
	border-radius: 5px;
	color: #FFF;
	line-height: 1.2;
	font-size: 12px;
	transition: opacity .2s ease-out;
	border: none;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.p-trial-index__btn.-comic {
	background-color: #FF6482;
}

.p-trial-index__btn.-animation {
	background-color: #FF7146;
}

.p-trial-index__btn.-gamecg {
	background-color: #2FB8FF;
}

.p-trial-index__btn.-graphic {
	background-color: #003b83;
}

.p-trial-index__btn.-fashion {
	background-color: #C77FC2;
}

.p-trial-index__btn.-illustration {
	background-color: #D36000;
}

.p-trial-index__btn.-interior {
	background-color: #81C63C;
}

.p-trial-index__btn.-molding {
	background-color: #08AF68;
}

.p-trial-index__btn.-kenkyu {
	background-color: #7C90AF;
}

.p-trial-index__btn:hover,
.p-trial-index__btn:visited,
.p-trial-index__btn:active,
.p-trial-index__btn:focus {
	color: #FFF;
	text-decoration: none;
}

.p-trial-index__btn:hover {
	opacity: .8;
}

.p-trial-index__btn::after {
	padding-left: 6px;
	font-size: 20px;
	font-family: "icomoon";
	font: normal normal normal 16px/1 icomoon;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
}

.p-trial-index__btn[disabled] {
	background: #EBEBEB;
	opacity: 1;
}

.p-trial-index__label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -2px 10px;
	padding: 0;
}

.p-trial-index__label-item {
	margin: 0;
	padding: 0 2px;
	box-sizing: border-box;
	border-radius: 5px 5px 0 0;
}

.p-trial-index__label-item img {
	padding-top: 2.5px;
}

.p-trial-index__title {
	margin: 0 0 7px;
	font-size: 12px;
}

.p-trial-index__summary {
	margin: 0 0 10px;
	font-size: 12px;
}

.p-trial-index__category {
	margin: 0 0 10px;
	font-size: 12px;
}

.p-trial-index__category.-comic {
	color: #FF6482;
}

.p-trial-index__category.-animation {
	color: #FF7146;
}

.p-trial-index__category.-gamecg {
	color: #2FB8FF;
}

.p-trial-index__category.-graphic {
	color: #003b83;
}

.p-trial-index__category.-fashion {
	color: #C77FC2;
}

.p-trial-index__category.-illustration {
	color: #D36000;
}

.p-trial-index__category.-interior {
	color: #81C63C;
}

.p-trial-index__category.-molding {
	color: #08AF68;
}

.p-trial-index__category.-kenkyu {
	color: #7C90AF;
}

@media screen and (min-width: 340px) {
	.p-trial-index__date .time {
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) {
	.p-trial-index {
		margin: 75px -10px 0 -10px;
	}

	.p-trial-index.-entry {
		margin-top: 0;
	}

	.p-trial-index__item {
		width: 25%;
		margin-bottom: 20px;
		padding: 0 10px;
	}

	.p-trial-index__img {
		padding: 0;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.p-trial-index__img img:first-of-type {
		width: auto;
	}

	.p-trial-index__action {
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-direction: inherit;
		flex-direction: inherit;
		padding: 10px 20px;
	}

	.p-trial-index__select {
		-ms-flex: 1;
		flex: 1;
		margin: 0;
		font-size: 18px;
	}

	.p-trial-index__label {
		margin: 0 -2px 20px;
		padding: 0;
	}

	.p-trial-index__label-item {
		margin: 0;
	}

	.p-trial-index__label-item.-beginner {
		background-color: #C1E899;
	}

	.p-trial-index__label-item.-bus {
		background-color: #FF7474;
	}

	.p-trial-index__label-item.-parent {
		background-color: #2B8EBA;
	}

	.p-trial-index__summary {
		margin: 0 0 20px;
	}

	.p-trial-index__btn {
		font-size: 16px;
	}

	.p-trial-index__title {
		margin: 0 0 10px;
		font-size: 14px;
	}
}

/*  絞り込み
------------------------------ */
.p-trial-search {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -5px 30px;
	padding: 0;
}

.p-trial-search__caption {
	margin: 0 0 50px;
	font-size: 14px;
}

.p-trial-search__caption a {
	color: #E3113A;
	text-decoration: underline;
}

.p-trial-search__caption a:hover,
.p-trial-search__caption a:visited,
.p-trial-search__caption a:focus,
.p-trial-search__caption a:active {
	color: #E3113A;
	text-decoration: underline;
}

.p-trial-search__item {
	width: 33.33333%;
	padding: 0 5px 4px;
	box-sizing: border-box;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-trial-search__item-kenkyu {
	display: none;
}

.p-trial-search__item.-course {
	width: 50%;
}

.p-trial-search__item.-date {
	width: 33.33333%;
}

.p-trial-search__item.-genre {
	width: 100%;
}

.p-trial-search__item img {
	max-width: 100px;
	vertical-align: bottom;
}

.p-trial-search input {
	position: absolute;
	margin: 0;
	padding: 0;
	opacity: 0;
	opacity: 1\9;
	font-size: 100%;
	filter: alpha(opacity=100);
}

.p-trial-search input:checked+label::before {
	border-color: #0963D2;
}

.p-trial-search input:checked+label::after {
	display: block;
}

.p-trial-search__label {
	max-width: 100%;
	position: relative;
	cursor: pointer;
}

.p-trial-search__label::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid transparent;
	content: "";
}

.p-trial-search__label::after {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(/themes/ndg/images/common/icon_check.svg);
	background-size: 24px;
	background-position: top left;
	content: "";
}

.p-trial-search__label.-date {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 85px;
	background: #FFF;
	text-align: center;
}

.p-trial-search__label time {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
}

.p-trial-search__label.-course {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	color: #FFF;
	font-size: 16px;
}

.p-trial-search__label.-course .ico {
	padding-right: 10px;
	font-size: 35px;
}

.p-trial-search__label.-course.-comic {
	background-color: #FF6482;
}

.p-trial-search__label.-course.-animation {
	background-color: #FF7146;
}

.p-trial-search__label.-course.-gamecg {
	background-color: #2FB8FF;
}

.p-trial-search__label.-course.-graphic {
	background-color: #003b83;
}

.p-trial-search__label.-course.-fashion {
	background-color: #C77FC2;
}

.p-trial-search__label.-course.-illustration {
	background-color: #D36000;
}

.p-trial-search__label.-course.-interior {
	background-color: #81C63C;
}

.p-trial-search__label.-course.-molding {
	background-color: #08AF68;
}

.p-trial-search__label.-course.-kenkyu {
	background-color: #7C90AF;
}

.p-trial-search__label.-genre {
	display: block;
	padding: 10px 20px 10px 30px;
	background: #FFF;
	color: #535353;
	font-size: 16px;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.p-trial-search__year {
	display: block;
	font-size: 12px;
}

.p-trial-search__inner {
	font-size: 14px;
}

.p-trial-search__num {
	padding: 0 2px;
	font-size: 18px;
}

.p-trial-search__day {
	display: inline-block;
	width: 22px;
	height: 22px;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #696969;
	color: #FFF;
	font-size: 12px;
	line-height: 1;
}

.p-trial-search__checkbox {
	overflow: hidden;
}

@media screen and (min-width: 576px) {
	.p-trial-search {
		margin: 0 -10px 25px;
	}

	.p-trial-search__caption {
		font-size: 16px;
	}

	.p-trial-search__item {
		width: 20%;
		padding: 0 10px 18px;
	}

	.p-trial-search__item.-course {
		width: 25%;
	}

	.p-trial-search__item.-date {
		width: 16.66667%;
	}

	.p-trial-search__item.-genre {
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.p-trial-search {
		margin: 0 -10px 25px;
	}

	.p-trial-search__label.-date {
		height: 80px;
	}

	.p-trial-search__label.-course .ico {
		font-size: 50px;
	}

	.p-trial-search__label time {
		display: block;
	}

	.p-trial-search__year {
		font-size: 14px;
	}

	.p-trial-search__inner {
		font-size: 16px;
	}

	.p-trial-search__num {
		font-size: 24px;
	}

	.p-trial-search__day {
		margin-left: 10px;
	}

	.p-trial-search__item img {
		max-width: 100%;
	}
}

/*  カルーセル
------------------------------ */
.p-trial-carousel {
	height: 100vh;
	margin-top: 0;
	font-size: 16px;
}

.p-trial-carousel__link {
	color: #FFF;
	text-decoration: none;
	transition: opacity .2s ease-out;
}

.p-trial-carousel__link:hover,
.p-trial-carousel__link:visited,
.p-trial-carousel__link:focus,
.p-trial-carousel__link:active {
	color: #FFF;
	text-decoration: none;
}

.p-trial-carousel__link:hover {
	opacity: .7;
}

.p-trial-carousel__img-wrap {
	position: relative;
}

.p-trial-carousel__img-icon {
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
}

.p-trial-carousel__body {
	position: relative;
	padding: 10px 10px 25px;
	color: #FFF;
	background-color: #E3113A;
}

.p-trial-carousel__body.-comic {
	background-color: #FF6482;
}

.p-trial-carousel__body.-animation {
	background-color: #FF7146;
}

.p-trial-carousel__body.-gamecg {
	background-color: #2FB8FF;
}

.p-trial-carousel__body.-graphic {
	background-color: #003b83;
}

.p-trial-carousel__body.-fashion {
	background-color: #C77FC2;
}

.p-trial-carousel__body.-illustration {
	background-color: #D36000;
}

.p-trial-carousel__body.-interior {
	background-color: #81C63C;
}

.p-trial-carousel__body.-molding {
	background-color: #08AF68;
}

.p-trial-carousel__body.-kenkyu {
	background-color: #7C90AF;
}

.p-trial-carousel__body::before {
	display: block;
	opacity: .16;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(/themes/ndg/images/components/bg_shaded_white.svg);
	background-size: 28px 29px;
	content: "";
}

.p-trial-carousel__info {
	margin: 0 0 12px;
}

.p-trial-carousel__date {
	display: block;
	margin: 0;
	font-size: 16px;
}

.p-trial-carousel__date .num {
	padding: 0 2px;
	font-size: 24px;
}

.p-trial-carousel__title {
	margin: 0;
}

.p-trial-carousel__option {
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	position: relative;
	top: -32px;
	margin: 0 -5px -20px;
	padding: 0;
}

.p-trial-carousel__option-item {
	padding: 0 5px;
}

/*  選択中
------------------------------ */
.js-trial-menu {
	display: none;
	position: fixed;
	z-index: 52;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.p-trial-select {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 10px 100px;
	box-sizing: border-box;
}

.p-trial-select.-side {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 100vh;
	margin: 0;
	padding: 40px 20px;
	background: #F5F5F5;
}

.p-trial-select.-side::after {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(/themes/ndg/images/projects/form/bg_step.svg);
	content: "";
}

.p-trial-select__inner {
	z-index: 1;
	width: 100%;
}

.p-trial-select__heading {
	margin: 0 0 10px;
	font-size: 28px;
	text-align: center;
}

.p-trial-select__list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.p-trial-select__item {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 10px;
	padding: 15px 10px;
	background: #FFF;
}

.p-trial-select__item.-notfound {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 115px;
	border: 1px solid #EBEBEB;
	background: #EBEBEB;
	color: #888;
	font-size: 14px;
	text-align: center;
}

.p-trial-select__body {
	-ms-flex: 1;
	flex: 1;
}

.p-trial-select__item-link {
	color: #535353;
	text-decoration: none;
	transition: border-color .2s ease-out;
}

.p-trial-select__item-link:hover,
.p-trial-select__item-link:visited,
.p-trial-select__item-link:focus,
.p-trial-select__item-link:active {
	color: #535353;
	text-decoration: none;
}

.p-trial-select__item-link:hover::before {
	border-color: #E3113A;
}

.p-trial-select__item-link::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #CCC;
	content: "";
	transition: border-color .2s ease-out;
}

.p-trial-select__item-date {
	margin-right: 20px;
	font-size: 16px;
}

.p-trial-select__item-date .num {
	font-size: 20px;
}

.p-trial-select__item-date .week {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #696969;
	color: #FFF;
	font-size: 14px;
	line-height: 1;
}

.p-trial-select__item-title {
	-ms-flex: 1;
	flex: 1;
	margin: 0;
}

.p-trial-select__item-title-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-trial-select__item-tooltip {
	opacity: 0;
	position: relative;
	position: absolute;
	top: -32px;
	left: -19px;
	width: 58px;
	margin: 0;
	padding: 5px 9px;
	box-sizing: border-box;
	background: #2E2E2E;
	color: #FFF;
	font-size: 10px;
	transition: opacity .2s ease-out;
}

.p-trial-select__item-tooltip::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border: 6px solid transparent;
	border-top: 5px solid #2E2E2E;
}

.p-trial-select__item-icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	position: absolute;
	top: 15px;
	right: 10px;
	margin-left: 27px;
}

.p-trial-select__delete-link {
	display: -ms-flexbox;
	display: flex;
	width: 24px;
	height: 24px;
}

.p-trial-select__delete-link:hover .p-trial-select__item-delete {
	background-position: 0 -24px;
}

.p-trial-select__delete-link:hover .p-trial-select__item-tooltip {
	opacity: 1;
}

.p-trial-select__item-delete {
	overflow: hidden;
	min-width: 24px;
	width: 24px;
	height: 24px;
	background: url(/themes/ndg/images/common/icon_check.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}

.p-trial-select__btn {
	list-style: none;
	margin: 0;
	padding: 0;
}

.p-trial-select__btn-item {
	margin-bottom: 10px;
	text-align: center;
}

.p-trial-select__item-calendar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1;
	width: 100px;
	height: 50px;
}

.p-trial-select.-side .p-trial-select__item-date,
.p-trial-select__item-date {
	display: block;
	color: #888;
	font-size: 14px;
}

.p-trial-select.-side .p-trial-select__item-info,
.p-trial-select__item-info {
	margin: 0 0 5px;
}

.p-trial-select.-side .p-trial-select__item-title,
.p-trial-select__item-title {
	font-size: 14px;
}

.p-trial-select.-side .p-trial-select__item-link:hover::before {
	border-color: #E3113A;
}

.p-trial-select.-side .p-trial-select__item-link::before {
	border: 1px solid #FFF;
}

@media screen and (min-width: 768px) {
	.p-trial-select {
		margin: 0 0 100px;
		overflow: inherit;
	}

	.p-trial-select__list {
		margin: 0;
	}

	.p-trial-select__item {
		margin-bottom: 20px;
		padding: 18px 15px 24px;
	}

	.p-trial-select__item-info {
		margin: 0 0 20px;
	}

	.p-trial-select__item-date {
		margin-right: 20px;
		color: #535353;
		font-size: 16px;
	}

	.p-trial-select__item-title {
		font-size: 18px;
	}

	.p-trial-select__item-tooltip {
		top: 4px;
	}

	.p-trial-select__item-icon {
		position: relative;
	}

	.p-trial-select__item-calendar {
		width: 160px;
		height: 80px;
	}
}

/*  体験入学のナビゲーション
------------------------------ */
.p-trial-nav {
	list-style: none;
	margin: -178px -10px 0;
	padding: 0;
}

.p-trial-nav__wrap {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.p-trial-nav__wrap::before {
	display: block;
	position: absolute;
	z-index: -1;
	top: 23px;
	right: 0;
	left: 0;
	height: 200px;
	background: url(/themes/ndg/images/projects/trial/bg_town.png), url(/themes/ndg/images/projects/trial/bg.png);
	background-repeat: no-repeat, repeat;
	background-position: top 78px center, top right;
	content: "";
}

.p-trial-nav__heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
}

.p-trial-nav__heading img {
	display: block;
	margin: 0 -80px;
	width: 430px;
	height: 100%;
}

.p-trial-nav__item {
	-ms-flex: 1;
	flex: 1;
	padding: 0 10px;
}

.p-trial-nav__link {
	display: block;
	position: relative;
	max-width: 240px;
	margin: 0 auto 20px;
	padding: 35px 0;
	color: #FFF;
	text-decoration: none;
	transition: opacity .2s ease-out;
}

.p-trial-nav__link:hover,
.p-trial-nav__link:visited,
.p-trial-nav__link:focus,
.p-trial-nav__link:active {
	color: #FFF;
	text-decoration: none;
}

.p-trial-nav__link:hover {
	opacity: .7;
}

.p-trial-nav__link.-trial {
	background: #FF6482;
}

.p-trial-nav__link.-trial .p-trial-nav__time {
	border-color: #FF6482;
	color: #FF6482;
}

.p-trial-nav__link.-visitor {
	background: #2FB8FF;
}

.p-trial-nav__link.-visitor .p-trial-nav__time {
	border-color: #2FB8FF;
	color: #2FB8FF;
}

.p-trial-nav__link.-information {
	background: #003b83;
}

.p-trial-nav__link.-information .p-trial-nav__time {
	border-color: #003b83;
	color: #003b83;
}

.p-trial-nav__link.-other {
	background: #F6FF08;
}

.p-trial-nav__link.-other .p-trial-nav__time {
	border-color: #F6FF08;
	color: #F6FF08;
}

.p-trial-nav__link:before {
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #FFF;
	content: "";
}

.p-trial-nav__title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0;
	font-size: 38px;
}

.p-trial-nav__title-sub {
	margin-left: -9px;
	font-size: 18px;
}

@media screen and (min-width: 768px) {
	.p-trial-nav {
		display: -ms-flexbox;
		display: flex;
		margin: -150px -10px 0;
	}

	.p-trial-nav__wrap {
		margin-bottom: 50px;
	}

	.p-trial-nav__wrap::before {
		top: 55px;
		height: 233px;
	}

	.p-trial-nav__heading {
		display: block;
		margin: 0 -80px;
		width: auto;
	}

	.p-trial-nav__heading img {
		margin: 0;
		width: 100%;
		height: auto;
	}

	.p-trial-nav__link {
		max-width: 100%;
		margin: 0;
	}

	.p-trial-nav__link.-trial {
		background: #FF6482;
	}

	.p-trial-nav__link.-trial .p-trial-nav__time {
		border-color: #FF6482;
		color: #FF6482;
	}

	.p-trial-nav__link.-visitor {
		background: #2FB8FF;
	}

	.p-trial-nav__link.-visitor .p-trial-nav__time {
		border-color: #2FB8FF;
		color: #2FB8FF;
	}

	.p-trial-nav__link.-information {
		background: #003b83;
	}

	.p-trial-nav__link.-information .p-trial-nav__time {
		border-color: #003b83;
		color: #003b83;
	}

	.p-trial-nav__link.-other {
		background: #F6FF08;
	}

	.p-trial-nav__link.-other .p-trial-nav__time {
		border-color: #F6FF08;
		color: #F6FF08;
	}
}

/*  スマホ時のナビゲーション
------------------------------ */
.p-trial-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	z-index: 1;
	bottom: 10px;
	left: 0;
	width: 60px;
	min-height: 66px;
	padding: 7px 10px;
	box-sizing: border-box;
	border-radius: 0 10px 10px 0;
	background: rgba(46, 46, 46, .8);
	color: #FFF;
	font-size: 12px;
	cursor: pointer;
}

.p-trial-menu span {
	font-size: 30px;
	line-height: 1;
}

.p-trial-menu__icon {
	display: inline-block;
	box-sizing: border-box;
	width: 17px;
	height: 3px;
	background-color: #FFF;
}

.p-trial-menu__icon:nth-of-type(1) {
	top: 0;
	-ms-transform: translateX(10px) translateY(-10px) rotate(-45deg);
	transform: translateX(10px) translateY(-10px) rotate(-45deg);
}

.p-trial-menu__icon:nth-of-type(2) {
	bottom: 0;
	-ms-transform: translateX(-13px) translateY(-10px) rotate(45deg);
	transform: translateX(-13px) translateY(-10px) rotate(45deg);
}

.p-trial-menu__icon:nth-of-type(3) {
	bottom: 0;
}

.p-trial-menu.-open.is-active {
	display: none;
}

.p-trial-menu.-close {
	display: none;
	z-index: 53;
	padding: 17px 10px 7px 10px;
}

.p-trial-menu.-close span {
	font-size: 18px;
}

.p-trial-menu.-close.is-active {
	display: block;
}

@media screen and (min-width: 768px) {
	.p-trial-menu {
		display: none;
	}
}

/*  絞り込みアコーディオン
------------------------------ */
.p-trial-accordion {
	margin: 0 -10px 40px;
	padding: 0 10px;
	background: #E8E8E8;
	border-top: 1px dashed #2C2C2C;
	border-bottom: 1px dashed #2C2C2C;
}

.p-trial-accordion__heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 20px 0;
	font-family: "NewRodinProN-B", "NewRodinPro-B", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 15px;
}

.p-trial-accordion__icon {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 20px;
}

.p-trial-accordion__icon.is-active span:nth-of-type(2) {
	-ms-transform: translateY(-10px) rotate(0deg);
	transform: translateY(-10px) rotate(0deg);
}

.p-trial-accordion__icon span {
	position: absolute;
	left: 4px;
	width: 24px;
	height: 2px;
	background-color: #FFF;
	transition: transform .2s ease-out;
}

.p-trial-accordion__icon span:nth-of-type(1) {
	top: -1px;
	-ms-transform: translateY(10px) rotate(0deg);
	transform: translateY(10px) rotate(0deg);
}

.p-trial-accordion__icon span:nth-of-type(2) {
	top: 19px;
	-ms-transform: translateY(-10px) rotate(90deg);
	transform: translateY(-10px) rotate(90deg);
}

.p-trial-accordion__menu,
.p-trial-accordion__menu span {
	display: inline-block;
	box-sizing: border-box;
}

.p-trial-accordion__menu {
	position: relative;
	width: 30px;
	height: 16px;
	margin-bottom: 4px;
}

.p-trial-accordion__menu span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;
}

.p-trial-accordion__menu span:nth-of-type(1) {
	top: 0;
	-ms-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.p-trial-accordion__menu span:nth-of-type(2) {
	top: 20px;
	-ms-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

.p-trial-accordion__btn {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 100px;
	margin-bottom: 20px;
	padding: 8px 10px;
	background: rgba(46, 46, 46, .8);
	font-size: 16px;
}

.p-trial-accordion__btn:hover,
.p-trial-accordion__btn:visited,
.p-trial-accordion__btn:focus,
.p-trial-accordion__btn:active,
.p-trial-accordion__btn:link {
	color: #FFF;
	text-decoration: none;
}

.p-trial-accordion__btn-wrap {
	display: block;
}

.p-trial-accordion__close-text {
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	.p-trial-accordion .js-trial-accordion-box {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.p-trial-accordion {
		margin: 0 0 100px;
		padding: 0 20px;
		border: 1px dashed #2C2C2C;
	}

	.p-trial-accordion__heading {
		font-size: 24px;
	}

	.p-trial-accordion__contents {
		padding: 0 20px;
	}

	.p-trial-accordion__btn-wrap {
		display: none;
	}
}

.p-works-filter {
	border: 1px dashed #000;
	background-color: #E8E8E8;
	max-width: 1020px;
	margin: 0 auto;
	padding: 25px 40px;
}

.p-works-filter-wrap {
	padding-top: 40px;
	padding-bottom: 100px;
}

.p-works-filter__title {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 15px;
}

.p-works-filter__list {
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	padding-left: 0;
}

.p-works-filter__item {
	-ms-flex: 1;
	flex: 1;
	padding: 0 10px;
}

.p-works-filter__btn {
	border: 1px dashed #000;
	color: #535353;
	padding: 10px 50px;
	line-height: 1;
	font-weight: bold;
}

.p-works-filter__btn-wrap {
	text-align: center;
}

.p-works-filter__icon {
	font-size: 38px;
}

.p-works-filter__link {
	display: block;
	padding: 5px;
	border-radius: 10px;
	background-color: #FFF;
	text-align: center;
}

.p-works-filter__link.-comic {
	border: 1px solid #FF6482;
	color: #FF6482;
}

.p-works-filter__link.-comic:link,
.p-works-filter__link.-comic:hover,
.p-works-filter__link.-comic:visited {
	color: #FF6482;
}

.p-works-filter__link.-animation {
	border: 1px solid #FF7146;
	color: #FF7146;
}

.p-works-filter__link.-animation:link,
.p-works-filter__link.-animation:hover,
.p-works-filter__link.-animation:visited {
	color: #FF7146;
}

.p-works-filter__link.-gamecg {
	border: 1px solid #2FB8FF;
	color: #2FB8FF;
}

.p-works-filter__link.-gamecg:link,
.p-works-filter__link.-gamecg:hover,
.p-works-filter__link.-gamecg:visited {
	color: #2FB8FF;
}

.p-works-filter__link.-graphic {
	border: 1px solid #003b83;
	color: #003b83;
}

.p-works-filter__link.-graphic:link,
.p-works-filter__link.-graphic:hover,
.p-works-filter__link.-graphic:visited {
	color: #003b83;
}

.p-works-filter__link.-fashion {
	border: 1px solid #C77FC2;
	color: #C77FC2;
}

.p-works-filter__link.-fashion:link,
.p-works-filter__link.-fashion:hover,
.p-works-filter__link.-fashion:visited {
	color: #C77FC2;
}

.p-works-filter__link.-illustration {
	border: 1px solid #D36000;
	color: #D36000;
}

.p-works-filter__link.-illustration:link,
.p-works-filter__link.-illustration:hover,
.p-works-filter__link.-illustration:visited {
	color: #D36000;
}

.p-works-filter__link.-interior {
	border: 1px solid #81C63C;
	color: #81C63C;
}

.p-works-filter__link.-interior:link,
.p-works-filter__link.-interior:hover,
.p-works-filter__link.-interior:visited {
	color: #81C63C;
}

.p-works-filter__link.-molding {
	border: 1px solid #08AF68;
	color: #08AF68;
}

.p-works-filter__link.-molding:link,
.p-works-filter__link.-molding:hover,
.p-works-filter__link.-molding:visited {
	color: #08AF68;
}

.p-works-filter__link.-kenkyu {
	border: 1px solid #7C90AF;
	color: #7C90AF;
}

.p-works-filter__link.-kenkyu:link,
.p-works-filter__link.-kenkyu:hover,
.p-works-filter__link.-kenkyu:visited {
	color: #7C90AF;
}

.p-works-filter__name {
	margin: -5px auto 0;
	width: 90%;
}

@media screen and (max-width: 767px) {
	.p-works-filter {
		padding: 20px 10px;
	}

	.p-works-filter__title {
		font-size: 15px;
	}

	.p-works-filter__list {
		padding-left: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.p-works-filter__item {
		-ms-flex: auto;
		flex: auto;
		width: 25%;
		padding: 2.5px;
		box-sizing: border-box;
	}

	.p-works-filter-wrap {
		padding-bottom: 5px;
	}
}

.p-works-header {
	height: 50px;
	color: #FFF;
	box-sizing: border-box;
	padding: 10px 20px;
	font-size: 24px;
	line-height: 1;
}

.p-works-header--comic {
	background-color: #FF6482;
}

.p-works-header--animation {
	background-color: #FF7146;
}

.p-works-header--gamecg {
	background-color: #2FB8FF;
}

.p-works-header--graphic {
	background-color: #003b83;
}

.p-works-header--fashion {
	background-color: #C77FC2;
}

.p-works-header--illustration {
	background-color: #D36000;
}

.p-works-header--interior {
	background-color: #81C63C;
}

.p-works-header--molding {
	background-color: #08AF68;
}

.p-works-header--kenkyu {
	background-color: #7C90AF;
}

.p-works-header .ico {
	font-size: 34px;
	vertical-align: middle;
}

.p-works-gallery-wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 57.25%;
	box-sizing: border-box;
	overflow: hidden;
}

.p-works-gallery-wrap__inner {
	padding: 10px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-entry-column ul.c-list-enclosure {
	margin: 0 0 25px 0;
	padding: 0 10px;
	overflow: hidden;
	font-size: 14px
}

.p-entry-column ul.c-list-enclosure li {
	position: relative;
	display: block;
	margin: 0 0 5px 0;
	padding: 8px 12px 8px 30px;
	font-family: "FP-HiraKakuProN-W6", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.5;
	background: none;
	border: 1px solid #E8E8E8
}

.p-entry-column ul.c-list-enclosure li:before {
	position: absolute;
	top: 15px;
	left: 0;
	display: inline-block;
	width: 13px;
	height: 6px;
	background: #4E4E4E;
	border-radius: 0;
	content: ""
}

@media screen and (min-width: 768px) {
	.p-entry-column ul.c-list-enclosure {
		font-size: 16px
	}

	.p-entry-column ul.c-list-enclosure li {
		padding: 10px 15px 10px 30px
	}

	.p-entry-column ul.c-list-enclosure li:before {
		top: 19px
	}
}

/* ハンバーガーバナー追加 20240809 */
.p-offcanvas-contents .sp-bnr-menu {
	display: none;
}

@media screen and (max-width: 767px) {
	.p-offcanvas-contents .sp-bnr-menu {
		display: block;
	}
}

.p-offcanvas-contents:first-child {
	border-top: none;
}