@charset "utf-8";
/*
 * acms.css Ver.2.1.1 (http://www.a-blogcms.jp)
 * Copyright a-blog cms | MIT License
 *
 * カスタマイズする場合は、オリジナルのテーマにコピーしてご利用ください。
 */

/* ------------------------------
 プリプロセス
------------------------------- */
.js_notStyle {
	width: 100%;
}

/* ------------------------------
 グリッドシステム
------------------------------- */
.acms-container {
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	        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 {
	-webkit-box-sizing: border-box;
	        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: 480px) {
	.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: 1024px) {
	.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: 1440px) {
	.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;
	-webkit-transition: background-color .2s, border-color .2s;
	        transition: background-color .2s, border-color .2s;
	font-size: 14px;
	color: #333;
	background-color: #F7F7F7;
	border: 1px solid rgba(0, 0, 0, .2);
	-webkit-transition: background-color .2s;
	        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);
	-webkit-box-shadow: inset 0 1px 2px 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;
	-webkit-box-shadow: 0 0 0 2px rgba(19, 122, 243, .4);
	        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;
		-webkit-transition: background-color .2s, border-color .2s;
		        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);
	-webkit-transition: background-color .2s;
	        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;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
	        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;
	-webkit-box-shadow: 0 0 0 2px rgba(19, 122, 243, .4);
	        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);
	-webkit-transition: background-color .2s;
	        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;
	-webkit-box-shadow: 0 0 0 2px rgba(19, 122, 243, .4);
	        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);
	-webkit-transition: background-color .2s;
	        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;
	-webkit-box-shadow: 0 0 0 2px rgba(19, 122, 243, .4);
	        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);
	-webkit-transition: background-color .2s;
	        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;
	-webkit-box-shadow: 0 0 0 2px rgba(19, 122, 243, .4);
	        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);
	-webkit-transition: background-color .2s;
	        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;
	-webkit-box-shadow: 0 0 0 2px rgba(19, 122, 243, .4);
	        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 {
	-webkit-box-shadow: none;
	        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?v=20250430130042) right center;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTggNSI+PGc+PGc+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxOHY1SDB6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTQuMjIgMGg0LjIyTDYuMzMgMi41IDQuMjIgNSAyLjExIDIuNSAwIDBoNC4yMnoiLz48L2c+PC9nPjwvc3ZnPg==") right center;
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-transition: border-color .2s;
	        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;
	-webkit-transition: background-color .2s, border-color .2s;
	        transition: background-color .2s, border-color .2s;
	font-size: 14px;
	color: #666;
	background-color: #EEE;
	border: 1px solid rgba(0, 0, 0, .1);
	-webkit-transition: background-color .2s;
	        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);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	        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;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
	        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;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
	        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;
		-webkit-transition: background-color .2s, border-color .2s;
		        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);
	-webkit-transition: background-color .2s;
	        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);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	        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);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
	        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;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
	        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);
	-webkit-transition: background-color .2s;
	        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);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	        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);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
	        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;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
	        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);
	-webkit-transition: background-color .2s;
	        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);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	        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);
	-webkit-box-shadow: inset 0 1px 2px 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;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
	        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);
	-webkit-transition: background-color .2s;
	        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);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	        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);
	-webkit-box-shadow: inset 0 1px 2px 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;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
	        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);
	-webkit-transition: background-color .2s;
	        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);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	        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);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
	        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;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
	        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) {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.acms-btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	        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;
	-webkit-box-sizing: border-box;
	        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;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
	        box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
	-webkit-transition: background-color .2s;
	        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;
	-webkit-box-shadow: 0 0 0 2px rgba(19, 122, 243, .4), 0 1px 1px rgba(0, 0, 0, .1) inset;
	        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;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
	        box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
	-webkit-transition: background-color .2s;
	        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;
	-webkit-box-shadow: 0 0 0 2px rgba(19, 122, 243, .4), 0 1px 1px rgba(0, 0, 0, .1) inset;
	        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?v=20250430130042) right center;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTggNSI+PGc+PGc+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxOHY1SDB6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTQuMjIgMGg0LjIyTDYuMzMgMi41IDQuMjIgNSAyLjExIDIuNSAwIDBoNC4yMnoiLz48L2c+PC9nPjwvc3ZnPg==") right center;
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	border: 1px solid #CCC;
	border-radius: 3px;
	-webkit-transition: border-color .2s;
	        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;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
	        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;
	-webkit-box-shadow: 0 0 0 2px rgba(19, 122, 243, .4);
	        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 !important;
}

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

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

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

.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?v=20250430130042) 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?v=20250430130042) 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?v=20250430130042) 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?v=20250430130042) 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?v=20250430130042) 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?v=20250430130042) 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?v=20250430130042) 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?v=20250430130042) 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;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
	        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 {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
	        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;
	-webkit-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);
	        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;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
	        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;
	-webkit-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);
	        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 {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 1px 3px rgba(0, 0, 0, .1);
	        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 {
	-webkit-box-sizing: border-box;
	        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 {
	-webkit-transition: .2s background-color;
	        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: 479px) {
	.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: 480px) 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: 1023px) {
	.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: 1024px) and (max-width: 1439px) {
	.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: 1440px) {
	.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;
		-webkit-box-sizing: border-box;
		        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;
}

/* ------------------------------
 プレースホルダー
------------------------------- */
.acms-placeholder-movie {
	background: url(../images/placeholder/movie.svg?v=20250430130042) center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* ------------------------------
 トースト
------------------------------- */
.acms-toast {
	position: fixed;
	top: 100%;
	left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	    flex-direction: column;
	width: 100%;
	max-width: 300px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-transition: -webkit-transform .4s ease;
	        transition: -webkit-transform .4s ease;
	        transition:         transform .4s ease;
	        transition:         transform .4s ease, -webkit-transform .4s ease;
}

.acms-toast-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 10px;
	color: #FFF;
	background: #333;
	font-size: 14px;
	border-radius: 3px 3px 0 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.acms-toast-icon-btn {
	padding: 0;
	border: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	color: #333;
	background: transparent;
}

.acms-toast-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	    flex: 1;
	margin: 0 0 0 10px;
	color: #FFF;
	font-size: 14px;
	line-height: 1.3;
}

.acms-toast-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	    flex-direction: column;
	width: 100%;
	padding: 10px;
	color: #333;
	font-size: 13px;
	background: #FFF;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: opacity .2s;
	        transition: opacity .2s;
}

.acms-toast-lead {
	margin: 0 0 15px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

.acms-toast-desc {
	margin: 0;
	font-size: 13px;
	line-height: 1.7;
}

.acms-toast-desc + .acms-toast-desc {
	margin-top: 0;
}

.acms-toast-body *:first-chid,
.acms-toast-desc:first-chid {
	background: red;
}

.acms-toast-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 15px;
	background: #FFF;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.acms-toast-body + .acms-toast-footer {
	padding-top: 0;
}

.acms-toast-closed {
	-webkit-transform: translateY(-36px);
	    -ms-transform: translateY(-36px);
	        transform: translateY(-36px);
}

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

.acms-toast-success .acms-toast-heading,
.acms-toast-success .acms-toast-icon-btn {
	color: #0C6B26;
}

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

.acms-toast-info .acms-toast-heading,
.acms-toast-info .acms-toast-icon-btn {
	color: #044BB1;
}

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

.acms-toast-warning .acms-toast-heading,
.acms-toast-warning .acms-toast-icon-btn {
	color: #715E1A;
}

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

.acms-toast-danger .acms-toast-heading,
.acms-toast-danger .acms-toast-icon-btn {
	color: #9C0808;
}

.js-admin-toast-toggle {
	z-index: 100030;
}

@media screen and (max-width: 767px) {
	.acms-toast.acms-toast-static-md {
		position: static;
		top: auto;
		left: auto;
		max-width: inherit;
		margin: 0 0 15px 0;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}
}

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

/* ------------------------------
 動的フォーム
------------------------------ */
/* ------------------------------
 エントリー内 主な要素
------------------------------ */
.acms-entry [class*=acms-col-] {
	padding: 0;
}

/* ------------------------------
 テキストユニットの設定
------------------------------ */
.acms-entry h2 {
	margin-right: 10px;
	margin-left: 10px;
}

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

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

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

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

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

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

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

/* ------------------------------
各種ユニットの設定
------------------------------ */
.acms-entry [class*="column-image"] {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.acms-entry [class*="column-file"] {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.acms-entry [class*="column-map"] {
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.acms-entry [class*="column-yolp"] {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

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

.acms-entry [class*="column-youtube"] {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.acms-entry [class*="column-video"] {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.acms-entry [class*="column-eximage"] {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.acms-entry [class*="column-media"] {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

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

.acms-entry [class*="column-module"] {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

[class*="column-image"] {
	margin-bottom: 20px;
}

[class*="column-file"] {
	margin-bottom: 20px;
}

[class*="column-map"] {
	margin-bottom: 20px;
}

[class*="column-yolp"] {
	margin-bottom: 20px;
}

[class*="column-street-view"] {
	margin-bottom: 20px;
}

[class*="column-youtube"] {
	margin-bottom: 20px;
}

[class*="column-video"] {
	margin-bottom: 20px;
}

[class*="column-eximage"] {
	margin-bottom: 20px;
}

[class*="column-media"] {
	margin-bottom: 20px;
}

[class*="column-quote"] {
	margin-bottom: 20px;
}

[class*="column-module"] {
	margin-bottom: 20px;
}

/* 画像・メディア・画像URLの共通設定 */
[class*="column-image"],
[class*="column-media"],
[class*="column-eximage"] {
	display: block;
}
[class*="column-image"].caption,
[class*="column-media"].caption,
[class*="column-eximage"].caption {
	margin-bottom: 10px;
}
[class*="column-image"] a,
[class*="column-media"] a,
[class*="column-eximage"] a {
	display: block;
}
[class*="column-image"] img,
[class*="column-media"] img,
[class*="column-eximage"] img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
[class*="column-image"] .caption,
[class*="column-media"] .caption,
[class*="column-eximage"] .caption {
	margin: 5px 0 0 0;
}

/* 画像ユニットの設定 */
[class*="column-image"][style*="width"] {
	max-width: 100%;
}

/* メディアの種類がファイルだった時の設定 */
[class*="column-media"] a[href*="media-download"] {
	display: inline-block;
	width: 100%;
}

/* 地図・Yahooo!地図の共通設定 */
[class*="column-map"] > img,
[class*="column-yolp"] > img {
	max-width: 100%;
}

[class*="column-map"] img,
[class*="column-yolp"] img {
	width: auto;
	height: auto;
}

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

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

[class*="column-quote"] {
	/* 引用ユニット画像 */
	/* 引用ユニットテキスト */
}
[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;
}

/* 配置のスタイル */
.column-image-left {
	float: left;
	text-align: left;
}

.column-image-right {
	float: right;
	text-align: right;
}

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

.column-image-auto {
	float: none;
}

/* 配置のスタイル */
.column-file-left {
	text-align: left;
	float: left;
	text-align: left;
}
.column-file-left + .caption {
	text-align: left;
}

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

.column-file-center {
	text-align: center;
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.column-file-center + .caption {
	text-align: center;
}

.column-file-auto {
	text-align: auto;
	float: none;
}
.column-file-auto + .caption {
	text-align: auto;
}

/* 配置のスタイル */
.column-map-left {
	float: left;
	text-align: left;
}

.column-map-right {
	float: right;
	text-align: right;
}

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

.column-map-auto {
	float: none;
}

/* 配置のスタイル */
.column-yolp-left {
	float: left;
	text-align: left;
}

.column-yolp-right {
	float: right;
	text-align: right;
}

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

.column-yolp-auto {
	float: none;
}

/* 配置のスタイル */
.column-street-view-left {
	float: left;
	text-align: left;
}

.column-street-view-right {
	float: right;
	text-align: right;
}

.column-street-view-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.column-street-view-auto {
	float: none;
}

/* 配置のスタイル */
.column-youtube-left {
	float: left;
	text-align: left;
}

.column-youtube-right {
	float: right;
	text-align: right;
}

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

.column-youtube-auto {
	float: none;
}

/* 配置のスタイル */
.column-video-left {
	float: left;
	text-align: left;
}

.column-video-right {
	float: right;
	text-align: right;
}

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

.column-video-auto {
	float: none;
}

/* 配置のスタイル */
.column-eximage-left {
	float: left;
	text-align: left;
}

.column-eximage-right {
	float: right;
	text-align: right;
}

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

.column-eximage-auto {
	float: none;
}

/* 配置のスタイル */
.column-media-left {
	float: left;
	text-align: left;
}
.column-media-left *:not([href*="media-download"]):not([href*="storage"]) + .caption {
	/* 画像のキャプションを中央寄せにする記述(media-downloadは動的、storageは静的書き出しに対応しています) */
	text-align: center;
}

.column-media-right {
	float: right;
	text-align: right;
}
.column-media-right *:not([href*="media-download"]):not([href*="storage"]) + .caption {
	/* 画像のキャプションを中央寄せにする記述(media-downloadは動的、storageは静的書き出しに対応しています) */
	text-align: center;
}

.column-media-center {
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.column-media-center *:not([href*="media-download"]):not([href*="storage"]) + .caption {
	/* 画像のキャプションを中央寄せにする記述(media-downloadは動的、storageは静的書き出しに対応しています) */
	text-align: center;
}

.column-media-auto {
	float: none;
}
.column-media-auto *:not([href*="media-download"]):not([href*="storage"]) + .caption {
	/* 画像のキャプションを中央寄せにする記述(media-downloadは動的、storageは静的書き出しに対応しています) */
	text-align: center;
}

/* 配置のスタイル */
.column-quote-left {
	float: left;
	text-align: left;
}

.column-quote-right {
	float: right;
	text-align: right;
}

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

.column-quote-auto {
	float: none;
}

/* 配置のスタイル */
.column-module-left {
	float: left;
	text-align: left;
}

.column-module-right {
	float: right;
	text-align: right;
}

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

.column-module-auto {
	float: none;
}

/* .acms-entry-unit-fullの設定 */
.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-image"] {
	width: auto !important;
	max-width: 100%;
}

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

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

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

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*="column-street-view"] {
	width: auto !important;
	max-width: 100%;
}

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

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

.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-media"] {
	width: auto !important;
	max-width: 100%;
}

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

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

@media (max-width: 480px) {
	[class*="acms-col-"][class*="-right"] {
		float: left;
	}
	[class*="acms-col-"][class*="-right"] + * {
		clear: both;
	}
}

/* ------------------------------
 共通の要素
------------------------------ */
.entry-container {
	margin-right: 10px;
	margin-left: 10px;
}

/* PDFプレビュー */
.column-pdf-image {
	width: 100%;
	border: solid 1px #AAA;
}

/* ストリートビュー */
.column-inner-street-view {
	width: 100%;
	padding-bottom: 100%;
}

/* 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%;
}

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

.highlight2 {
	background-color: #A0FFFF;
}

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

.highlight4 {
	background-color: #F99;
}

.highlight5 {
	background-color: #F6F;
}

.highlight6 {
	background-color: #800;
}

/* ------------------------------
 サムネイル
------------------------------- */
.acms-img-rounded,
.acms-img-rounded img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}
.acms-img-rounded .acms-img-caption,
.acms-img-rounded img .acms-img-caption {
	border-radius: 0 0 6px 6px;
}

.acms-img-shadow {
	max-width: 100%;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .4);
	        box-shadow: 0 2px 10px rgba(0, 0, 0, .4);
}

.acms-img-bordered {
	max-width: 100%;
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #DDD;
}

.acms-img-captionBox {
	position: relative;
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}
.acms-img-captionBox:hover .acms-img-hover {
	opacity: 1;
}

.acms-img-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 20px 20px 12px;
	color: #FFF;
	background-color: #333;
	background-color: rgba(0, 0, 0, .5);
}

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

.acms-img-hover {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
}

.acms-thumbnail {
	display: block;
	margin-bottom: 10px;
	padding: 6px;
	color: #333;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #EEE;
}
.acms-thumbnail img {
	display: block;
	max-width: 100%;
	height: auto;
}
.acms-thumbnail:hover {
	color: currentColor;
	border: 1px solid #E2E2E2;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	        box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	cursor: pointer;
}

/* ------------------------------
 リスト
------------------------------- */
.acms-summary {
	display: table;
	width: 100%;
}
.acms-summary + .acms-summary {
	margin-top: 10px;
}

.acms-summary-image {
	display: table-cell;
	width: 1%;
	white-space: nowrap;
	vertical-align: top;
}
.acms-summary-image + .acms-summary-body {
	padding-left: 10px;
}
.acms-summary-image .acms-summary-body + {
	padding-right: 10px;
}

.acms-summary-body {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.acms-summary-heading {
	margin: 0 0 10px 0;
}

/* ------------------------------
 ナビゲーション
------------------------------- */
.acms-navbar {
	z-index: 100009;
	clear: both;
	width: 100%;
	margin: 0 0 20px 0;
	list-style: none outside none;
	background-color: #333;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	/* リストの1段目 */
	/* 2段目以降 */
	/* 3段目以降 */
}
.acms-navbar ul {
	display: block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	list-style: none;
}
.acms-navbar a:link,
.acms-navbar a:visited,
.acms-navbar a:hover,
.acms-navbar a:active,
.acms-navbar #viewing {
	display: block;
	_display: inline-block;
	padding: 0 30px;
	color: #FFF;
	font-size: 14px;
	line-height: 4.5;
	letter-spacing: 0 !important;
	text-decoration: none;
}
.acms-navbar a:hover,
.acms-navbar #viewing {
	text-decoration: none;
	background: #808080;
}
.acms-navbar .stay a,
.acms-navbar a:active {
	background: #666;
}
.acms-navbar #viewing {
	background: #EEE;
}
.acms-navbar li {
	position: relative;
	top: 0;
	font-weight: bold;
	white-space: nowrap;
	border-left: solid 1px #CCC;
}
.acms-navbar li:last-child {
	border-right: solid 1px #CCC;
}
.acms-navbar ul ul {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 100008;
	display: none;
	width: auto;
	padding: 0;
}
.acms-navbar ul ul li {
	position: relative;
	clear: left;
	width: 100%;
	height: 40px;
	font-size: 13px;
	border-right: none;
	border-left: none;
}
.acms-navbar ul ul a {
	*width: 240px;
	height: 40px !important;
	padding: 0 20px;
	*overflow: visible;
	font-size: 13px;
	line-height: 3.0 !important;
	background: #333;
	border-top: solid 1px #333;
	border-bottom: solid 1px #999;
}
.acms-navbar ul ul a:hover {
	background-color: #808080;
}
.acms-navbar ul li.stay ul a {
	background-color: #333;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .5);
	        box-shadow: 0 0 0 rgba(0, 0, 0, .5);
}
.acms-navbar ul li.stay ul a:hover {
	background-color: #808080;
}
.acms-navbar ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}
.acms-navbar ul ul ul a {
	background: #222;
	border-top: solid 1px #333;
	border-bottom: solid 1px #999;
}

.acms-navbar ul li:hover > ul {
	display: block;
}

* + html .acms-navbar ul li ul a {
	/*IE用*/
	width: 200px;
	/*（94-10-10-1-1）パディングとボーダーの分を引いた値*/
	white-space: normal;
	/*幅に応じて改行*/
}

@media (min-width: 768px) {
	.acms-navbar {
		height: 60px;
		/* 2段目以降 */
	}
	.acms-navbar ul {
		display: block;
		width: 940px;
		margin: 0 auto;
		padding: 0;
		list-style: none;
	}
	.acms-navbar li {
		float: left;
	}
	.acms-navbar a:link,
	.acms-navbar a:visited,
	.acms-navbar a:hover,
	.acms-navbar a:active,
	.acms-navbar #viewing {
		height: 60px;
	}
	.acms-navbar ul ul {
		position: absolute;
		top: 60px;
		left: 0;
	}
	.acms-navbar ul ul li {
		position: relative;
		width: 100%;
		height: 40px;
	}
	.acms-navbar ul ul a {
		*width: 240px;
		height: 40px !important;
		padding: 0 20px;
	}
}

/* ------------------------------
 サイドバー
------------------------------- */
.acms-sidebar {
	padding-bottom: 40px;
}
.acms-sidebar ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.acms-sidebar dl {
	margin-top: 0;
}
.acms-sidebar dd {
	margin: 0;
}

/* タイトル */
.acms-sidebar-title {
	padding: 10px 20px;
	color: #808080;
	font-weight: 400;
	background-color: #15141C;
	font-size: 14px;
}
@media (min-width: 768px) {
	.acms-sidebar-title {
		padding: 5px 20px;
		background-color: inherit;
		border-top: 1px solid #9E9E9E;
		font-size: 11px;
	}
}

/* リンク */
.acms-sidebar-link a {
	display: block;
	padding: 11px 20px;
	line-height: 1.2;
}
.acms-sidebar-link a:hover {
	background-color: #FFF;
}

.acms-sidebar-link .stay,
.acms-sidebar-link .stay a:hover {
	background-color: #FFF;
}

.acms-sidebar-link .stay a {
	color: #3E404D;
}

.acms-sidebar-childlink {
	background: #353438;
}

.acms-sidebar-sp {
	display: block;
}
@media (min-width: 768px) {
	.acms-sidebar-sp {
		display: none;
	}
}
.acms-sidebar-sp p {
	margin: 0;
}
.acms-sidebar-sp li {
	border-bottom: solid 1px #FFF;
}
.acms-sidebar-sp .acms-sidebar-box {
	padding: 15px 20px;
	border-bottom: solid 1px #FFF;
}
.acms-sidebar-sp .acms-dropdown a {
	background: url(../images/marker/arrow_white03.png?v=20250430130042) no-repeat 95% center;
}

/* ------------------------------
 トピックパス
------------------------------- */
.acms-topicpath {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1;
	list-style: none;
	font-size: 11px;
}
.acms-topicpath li {
	float: left;
	margin-right: 5px;
	color: #999;
}
.acms-topicpath li + li:before {
	margin-right: 5px;
	color: #999;
	content: "/";
}
.acms-topicpath a {
	color: #333;
	line-height: 1;
	font-size: 11px;
}
.acms-topicpath a:link {
	text-decoration: none;
}
.acms-topicpath a:hover {
	text-decoration: underline;
}

/* ------------------------------
 ページャー
------------------------------- */
.acms-pager {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	color: #333;
	list-style: none;
	font-size: 13px;
}
.acms-pager:before,
.acms-pager:after {
	display: table;
	content: " ";
}
.acms-pager:after {
	clear: both;
}
.acms-pager li {
	float: left;
	margin-left: 4px;
	text-align: center;
}
.acms-pager li:first-child {
	margin-left: 0;
}
.acms-pager li > a:link {
	text-decoration: none;
}
.acms-pager li span > a,
.acms-pager li.cur span,
.acms-pager li.cur button,
.acms-pager li > a,
.acms-pager li > button {
	display: inline-block;
	padding: 8px 8px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 3px;
	-webkit-transition: background-color .2s, border-color .2s;
	        transition: background-color .2s, border-color .2s;
	font-size: 14px;
	color: #333;
	background-color: #F7F7F7;
	border: 1px solid rgba(0, 0, 0, .1);
	-webkit-transition: background-color .2s;
	        transition: background-color .2s;
	padding: 14px;
	color: #333;
}
.acms-pager li span > a:link,
.acms-pager li span > a:hover,
.acms-pager li span > a:active,
.acms-pager li span > a:visited,
.acms-pager li.cur span:link,
.acms-pager li.cur span:hover,
.acms-pager li.cur span:active,
.acms-pager li.cur span:visited,
.acms-pager li.cur button:link,
.acms-pager li.cur button:hover,
.acms-pager li.cur button:active,
.acms-pager li.cur button:visited,
.acms-pager li > a:link,
.acms-pager li > a:hover,
.acms-pager li > a:active,
.acms-pager li > a:visited,
.acms-pager li > button:link,
.acms-pager li > button:hover,
.acms-pager li > button:active,
.acms-pager li > button:visited {
	color: #333;
}
.acms-pager li span > a:hover,
.acms-pager li.cur span:hover,
.acms-pager li.cur button:hover,
.acms-pager li > a:hover,
.acms-pager li > button:hover {
	text-decoration: none;
	background-color: #F7F7F7;
	border-color: rgba(0, 0, 0, .2);
}
.acms-pager li span > a:active,
.acms-pager li span > a-active,
.acms-pager li.cur span:active,
.acms-pager li.cur span-active,
.acms-pager li.cur button:active,
.acms-pager li.cur button-active,
.acms-pager li > a:active,
.acms-pager li > a-active,
.acms-pager li > button:active,
.acms-pager li > button-active {
	color: #333;
	text-decoration: none;
	background-color: #F7F7F7;
	border-color: rgba(0, 0, 0, .3);
}
.acms-pager li span > a:active[disabled],
.acms-pager li span > a-active[disabled],
.acms-pager li.cur span:active[disabled],
.acms-pager li.cur span-active[disabled],
.acms-pager li.cur button:active[disabled],
.acms-pager li.cur button-active[disabled],
.acms-pager li > a:active[disabled],
.acms-pager li > a-active[disabled],
.acms-pager li > button:active[disabled],
.acms-pager li > button-active[disabled] {
	opacity: 1;
	filter: alpha(opacity=1);
}
.acms-pager li span > a:focus,
.acms-pager li.cur span:focus,
.acms-pager li.cur button:focus,
.acms-pager li > a:focus,
.acms-pager li > button:focus {
	background-color: #F7F7F7;
	border-color: #137AF3;
	outline: none;
	-webkit-box-shadow: 0 0 0 2px rgba(19, 122, 243, .4);
	        box-shadow: 0 0 0 2px rgba(19, 122, 243, .4);
}
.acms-pager li.cur span,
.acms-pager li.cur button {
	text-decoration: none;
	background-color: #EFEFEF;
	border: 1px solid rgba(0, 0, 0, .3);
}
.acms-pager li > a:active,
.acms-pager li > button:active {
	background-color: #D0D0D0;
	border: 1px solid rgba(0, 0, 0, .3);
}

@media (min-width: 768px) {
	.acms-pager {
		margin-right: 0;
		margin-left: 0;
	}
	.acms-pager li span > a,
	.acms-pager li.cur span,
	.acms-pager li.cur button,
	.acms-pager li > a,
	.acms-pager li > button {
		display: inline-block;
		padding: 6px 8px;
		line-height: 1;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		border-radius: 3px;
		-webkit-transition: background-color .2s, border-color .2s;
		        transition: background-color .2s, border-color .2s;
		font-size: 14px;
	}
}

/* ------------------------------
 アラート
------------------------------- */
.acms-alert {
	margin-bottom: 20px;
	padding: 20px;
	color: #404040;
	font-weight: bold;
	background: #FFF;
	border: 1px solid #9898A2;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .1);
	        box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .1);
	-webkit-animation: anime1 .5s ease 1 alternate;
	        animation: anime1 .5s ease 1 alternate;
}
.acms-alert .acms-icon {
	color: #9898A2;
}
.acms-alert .js-acms-alert-close {
	color: #9898A2;
}

@-webkit-keyframes anime1 {
	0% {
		-webkit-transform: translate(0, -5px);
		        transform: translate(0, -5px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes anime1 {
	0% {
		-webkit-transform: translate(0, -5px);
		        transform: translate(0, -5px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0, 0);
		        transform: translate(0, 0);
		opacity: 1;
	}
}

.acms-alert-info {
	color: #404040;
	background: #FFF;
	border-color: #009BE6;
}
.acms-alert-info .js-acms-alert-close {
	color: #009BE6;
}
.acms-alert-info .acms-alert-icon-before {
	color: #009BE6;
}

.acms-alert-danger {
	color: #404040;
	background: #FFF;
	border-color: #FF5A3C;
}
.acms-alert-danger .js-acms-alert-close {
	color: #FF5A3C;
}
.acms-alert-danger .acms-alert-icon-before {
	color: #FF5A3C;
}

.acms-alert-warning {
	color: #404040;
	background: #FFF;
	border-color: #FAB44B;
}
.acms-alert-warning .js-acms-alert-close {
	color: #FAB44B;
}
.acms-alert-warning .acms-alert-icon-before {
	color: #FAB44B;
}

.acms-alert-success {
	color: #404040;
	background: #FFF;
	border-color: #00AA64;
}
.acms-alert-success .js-acms-alert-close {
	color: #00AA64;
}
.acms-alert-success .acms-alert-icon-before {
	color: #00AA64;
}

.acms-alert-icon {
	position: relative;
	padding: 20px 40px 20px 50px;
}

.acms-alert-icon-before {
	position: absolute;
	left: 20px;
	font-size: 20px;
}

.acms-alert-icon-after {
	position: absolute;
	right: 20px;
	font-size: 20px;
}

.js-acms-alert-close {
	top: 50%;
	margin-top: -10px;
	padding: 0;
	font-weight: normal;
	line-height: 1;
	background: transparent;
	border: 0;
	outline: 0;
	-webkit-appearance: none;
	font-size: 18px;
}

/* ------------------------------  
 タイムライン
------------------------------- */
.acms-timeline {
	position: relative;
	padding-left: 20px;
	list-style: none;
}
.acms-timeline:before {
	position: absolute;
	width: 4px;
	height: 100%;
	background: #DDD;
	content: "";
}

.acms-timeline-mark {
	position: absolute;
	left: -55px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
	        box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
}

.acms-timeline-side {
	position: relative;
	left: -15px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
	        box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
}

.acms-timeline-label {
	padding: 5px 10px;
	font-size: 14px;
}

.acms-timeline-status-label {
	float: left;
	margin-right: 10px;
	line-height: 1.2;
}

.acms-timeline-item-group {
	margin-top: 30px;
	list-style: none;
}

.acms-timeline-item {
	position: relative;
}

.acms-timeline-panel {
	margin: 5px 0 20px;
	padding: 10px;
	border: 1px solid #DDD;
}
.acms-timeline-panel [class*="acms-icon"] {
	font-size: inherit;
}

.acms-timeline-time {
	float: right;
	color: #AAA;
}

.acms-panel.acms-timeline-panel {
	padding: 0;
}

/* ------------------------------
 ボタングループ
------------------------------- */
.acms-btn-group {
	position: relative;
	display: table;
	padding-left: 0;
	vertical-align: middle;
}
.acms-btn-group > .js-acms-btn-admin:first-child:not(:last-child):not(.js-acms-dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.acms-btn-group > .js-acms-btn-admin:first-child:not(:last-child):not(.js-acms-dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.acms-btn-group > .js-acms-btn-admin:first-child:not(:last-child):not(.js-acms-dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.acms-btn-group > .js-acms-dropdown-toggle:not(:first-child) {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.acms-btn-group > .acms-btn {
	display: table-cell;
	height: 32px;
	margin-right: 0;
	border-radius: 0;
}
.acms-btn-group > .acms-btn:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.acms-btn-group > .acms-btn:last-child {
	margin-right: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.acms-btn-group > .acms-btn + .acms-btn {
	border-left: 0;
}

@media screen and (min-width: 768px) {
	.acms-btn-group > .acms-btn {
		height: 26px;
	}
}

/* ------------------------------
 ドロップダウンメニュー
------------------------------- */
.js-acms-dropdown-toggle {
	position: relative;
	margin: 0;
	outline: 0;
}

.acms-btn-group .js-acms-dropdown-btn {
	position: absolute;
	top: 0;
}

.js-acms-dropdown-toggle .acms-btn-admin:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.js-acms-dropdown-toggle .acms-btn-admin:nth-child(2) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.js-acms-dropdown-menu,
.acms-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100005;
	display: none;
	min-width: 160px;
	margin: 2px 0;
	padding: 5px 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background: #FFF;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 3px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.js-acms-dropdown-menu > li > a,
.acms-dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	white-space: nowrap;
	text-decoration: none;
}
.js-acms-dropdown-menu a:link,
.js-acms-dropdown-menu a:visited,
.acms-dropdown-menu a:link,
.acms-dropdown-menu a:visited {
	color: #333;
}
.js-acms-dropdown-menu li,
.acms-dropdown-menu li {
	position: relative;
}
.js-acms-dropdown-menu li:hover,
.acms-dropdown-menu li:hover {
	background: #F1F1F1;
}
.js-acms-dropdown-menu > li.acms-divider,
.acms-dropdown-menu > li.acms-divider {
	height: 1px;
	margin: 4px 0;
	background-color: #E5E5E5;
}
.acms-dropdown-right .js-acms-dropdown-menu,
.acms-dropdown-right
  .acms-dropdown-menu {
	top: 5px;
	left: calc(100% + 5px);
}
.acms-nav .acms-dropdown-right .js-acms-dropdown-menu,
.acms-nav .acms-dropdown-right
  .acms-dropdown-menu {
	left: 0;
}
@media screen and (min-width: 768px) {
	.acms-nav .acms-dropdown-right .js-acms-dropdown-menu,
	.acms-nav .acms-dropdown-right
	.acms-dropdown-menu {
		left: calc(100% - 5px);
	}
}
.acms-dropdown-bottom .js-acms-dropdown-menu,
.acms-dropdown-bottom
  .acms-dropdown-menu {
	top: calc(100% + 10px);
	left: 0;
}
.js-acms-dropdown-menu .acms-dropdown-current,
.acms-dropdown-menu .acms-dropdown-current {
	background-color: #D6EAFB;
}
.js-acms-dropdown-menu .acms-dropdown-current-icon,
.acms-dropdown-menu .acms-dropdown-current-icon {
	position: absolute;
	top: 7px;
	right: 10px;
	display: block;
	width: 10px;
	height: 10px;
	background-color: #0085E5;
	border-radius: 5px;
}

.acms-navbar-system .js-acms-dropdown-menu {
	width: 210px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.acms-navbar-system .js-acms-dropdown-menu > li > a {
	padding: 10px 20px;
}

.acms-navbar-admin-nav-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 15px;
	background-color: #F4F4F4;
	border-bottom: 1px solid #CCC;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.acms-navbar-admin-nav-status {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	    flex: 1;
	padding-left: 10px;
}

.acms-navbar-admin-nav-username {
	margin: 0 0 2px 0;
	font-weight: bold;
	font-size: 12px;
	word-break: break-word;
}

.acms-navbar-admin-nav-usercode {
	margin: 0 0 2px 0;
	font-size: 10px;
}

.acms-navbar-admin-nav-dropdown-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.acms-navbar-admin-nav-dropdown-menu > li > a {
	display: block;
	padding: 5px 20px;
	white-space: nowrap;
	text-decoration: none;
}
.acms-navbar-admin-nav-dropdown-menu a:link,
.acms-navbar-admin-nav-dropdown-menu a:visited {
	color: #333;
}
.acms-navbar-admin-nav-dropdown-menu li {
	position: relative;
}
.acms-navbar-admin-nav-dropdown-menu li:hover {
	background: #F1F1F1;
}
.acms-navbar-admin-nav-dropdown-menu > li.acms-divider {
	height: 1px;
	margin: 4px 0;
	background-color: #E5E5E5;
}

@media screen and (max-width: 767px) {
	.acms-dropdown-toggle-sp .js-acms-dropdown-menu {
		position: static !important;
		top: 0;
		left: 0;
		padding: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.acms-dropdown-toggle-sp .js-acms-dropdown-menu > li > a {
		padding: 10px 20px;
	}
}

.acms-dropdown-title {
	padding: 3px 20px;
	color: #999;
}

.acms-arrow-bottom {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	border: 4px solid #000;
	border-color: transparent;
	border-top-color: #999;
}

.acms-arrow-right {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	border: 4px solid #000;
	border-color: transparent;
	border-left-color: #999;
}

.acms-btn-group .acms-arrow-bottom {
	margin-left: 0;
}

/* ------------------------------
 ツールチップ
------------------------------- */
.acms-tooltip-wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100043;
	width: 100%;
}

.acms-tooltip {
	position: absolute;
	z-index: 100043;
	display: inline-block;
	max-width: 300px;
	padding: 6px 10px;
	color: #FFF;
	word-break: break-all;
	background: #333;
	border-radius: 4px;
	opacity: .9;
	font-size: 11px;
}
.acms-tooltip a {
	color: #8EBEF7;
	text-decoration: underline;
}
.acms-tooltip a:hover {
	text-decoration: none;
}

.acms-tooltip:after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -6px;
	border: 6px solid transparent;
	border-top-color: #333;
	content: " ";
}

.acms-tooltip.top-left:after {
	right: 10px;
	left: auto;
}

.acms-tooltip.top-right:after {
	right: auto;
	left: 15px;
}

.acms-tooltip.bottom:after {
	top: 0;
	margin-top: -10px;
	border-top-color: transparent;
	border-bottom-color: #333;
}

.acms-tooltip.bottom-left:after {
	top: 0;
	right: 10px;
	left: auto;
	margin-top: -10px;
	border-top-color: transparent;
	border-bottom-color: #333;
}

.acms-tooltip.bottom-right:after {
	top: 0;
	right: auto;
	left: 15px;
	margin-top: -10px;
	border-top-color: transparent;
	border-bottom-color: #333;
}

.acms-tooltip.right:after {
	top: 50%;
	right: 100%;
	left: auto;
	margin-top: -6px;
	margin-left: 0;
	border-top-color: transparent;
	border-right-color: #333;
}

.acms-tooltip.left:after {
	top: 50%;
	right: auto;
	left: 100%;
	margin-top: -6px;
	margin-left: 0;
	border-top-color: transparent;
	border-left-color: #333;
}

.acms-table-admin-edit .acms-icon-tooltip,
.acms-admin-mini-table .acms-icon-tooltip {
	margin-left: 10px;
	cursor: pointer;
}

@media (max-width: 767px) {
	.acms-tooltip {
		left: 0 !important;
		max-width: 150px;
	}
}

.acms-tooltip-simple {
	position: relative;
}
.acms-tooltip-simple .acms-tooltip-simple-content {
	position: absolute;
	bottom: 100%;
	left: 50%;
	display: none;
	width: 140px;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
.acms-tooltip-simple:hover .acms-tooltip-simple-content,
.acms-tooltip-simple:focus .acms-tooltip-simple-content,
.acms-tooltip-simple:active .acms-tooltip-simple-content {
	display: block;
}

@media (max-width: 767px) {
	.acms-tooltip-simple-content {
		left: auto !important;
	}
	.acms-tooltip-simple-arrow-right-md .acms-tooltip-simple-content {
		right: 0;
	}
	.acms-tooltip-simple-arrow-right-md .acms-tooltip-simple-content:after {
		right: 0;
		left: auto;
		margin-right: 10px;
		margin-left: 0;
	}
}

/* ------------------------------
 タブ
------------------------------- */
.acms-tabs .acms-tabs-panel {
	padding: 10px;
	background: #FFF;
	border: 1px solid #CFCFCF;
}

.acms-tabs .js-acms_tabs,
.acms-tabs .js-acms_admin_tabs,
.acms-tabs .acms-tabs-inner {
	margin: 0;
	padding: 0;
}
.acms-tabs .js-acms_tabs:before,
.acms-tabs .js-acms_tabs:after,
.acms-tabs .js-acms_admin_tabs:before,
.acms-tabs .js-acms_admin_tabs:after,
.acms-tabs .acms-tabs-inner:before,
.acms-tabs .acms-tabs-inner:after {
	display: table;
	content: " ";
}
.acms-tabs .js-acms_tabs:after,
.acms-tabs .js-acms_admin_tabs:after,
.acms-tabs .acms-tabs-inner:after {
	clear: both;
}
.acms-tabs .js-acms_tabs li,
.acms-tabs .js-acms_admin_tabs li,
.acms-tabs .acms-tabs-inner li {
	float: left;
	margin-right: 2px;
	list-style: none;
}
.acms-tabs .js-acms_tabs a,
.acms-tabs .js-acms_admin_tabs a,
.acms-tabs .acms-tabs-inner a {
	position: relative;
	display: block;
	padding: 10px 8px;
	color: #404040;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	outline: none;
}
.acms-tabs .js-acms_tabs a:hover,
.acms-tabs .js-acms_admin_tabs a:hover,
.acms-tabs .acms-tabs-inner a:hover {
	color: #666;
	background: #F2F2F4;
}
.acms-tabs .js-acms_tabs a.js-acms_tab-active,
.acms-tabs .js-acms_tabs a.acms-tab-active,
.acms-tabs .js-acms_admin_tabs a.js-acms_tab-active,
.acms-tabs .js-acms_admin_tabs a.acms-tab-active,
.acms-tabs .acms-tabs-inner a.js-acms_tab-active,
.acms-tabs .acms-tabs-inner a.acms-tab-active {
	color: #014CC5;
	background: #F2F2F4;
	border-bottom: 3px solid #014CC5;
}
.acms-tabs .js-acms_tabs a.js-acms_tab-active:before,
.acms-tabs .js-acms_tabs a.acms-tab-active:before,
.acms-tabs .js-acms_admin_tabs a.js-acms_tab-active:before,
.acms-tabs .js-acms_admin_tabs a.acms-tab-active:before,
.acms-tabs .acms-tabs-inner a.js-acms_tab-active:before,
.acms-tabs .acms-tabs-inner a.acms-tab-active:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #F2F2F4;
	content: "";
}

.acms-tabs-inverse .acms-tabs-panel {
	padding: 20px;
	background: #FFF;
}

.acms-tabs-inverse .js-acms_tabs,
.acms-tabs-inverse .js-acms_admin_tabs {
	margin: -10px -10px 0 -10px;
	padding: 10px 0 0 0;
	background: #F0F1F5;
}
.acms-tabs-inverse .js-acms_tabs:before,
.acms-tabs-inverse .js-acms_tabs:after,
.acms-tabs-inverse .js-acms_admin_tabs:before,
.acms-tabs-inverse .js-acms_admin_tabs:after {
	display: table;
	content: " ";
}
.acms-tabs-inverse .js-acms_tabs:after,
.acms-tabs-inverse .js-acms_admin_tabs:after {
	clear: both;
}
.acms-tabs-inverse .js-acms_tabs li,
.acms-tabs-inverse .js-acms_admin_tabs li {
	float: left;
	margin-right: 2px;
	list-style: none;
}
.acms-tabs-inverse .js-acms_tabs a,
.acms-tabs-inverse .js-acms_admin_tabs a {
	display: block;
	padding: 10px 8px;
	color: #333;
	line-height: 1;
	background: #F0F1F5;
	border-radius: 3px 3px 0 0;
	outline: none;
	-webkit-transition: background-color .2s;
	        transition: background-color .2s;
	font-size: 14px;
}
.acms-tabs-inverse .js-acms_tabs a:hover,
.acms-tabs-inverse .js-acms_admin_tabs a:hover {
	text-decoration: none;
	background: #E4E6EA;
	border-bottom: 1px solid #FFF;
}
.acms-tabs-inverse .js-acms_tabs a.js-acms_tab-active,
.acms-tabs-inverse .js-acms_admin_tabs a.js-acms_tab-active {
	background: #FFF;
	border-bottom: 1px solid #FFF;
}

.acms-tabs-panel .acms-table-admin-edit:last-child {
	margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
	.acms-tabs .acms-tabs-panel {
		padding: 20px;
	}
}

/* ------------------------------  
 タブセレクト
------------------------------- */
.js-acms-tab-select-panel {
	display: none;
}

.js-acms-tab-select-active {
	display: block;
}

/* ------------------------------
 プログレスバー
------------------------------- */
.acms-progress {
	height: 28px;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 4px;
}

.acms-progress-bar {
	float: left;
	height: 100%;
	color: #FFF;
	text-align: center;
	background-color: #4AC0A4;
	-webkit-transition: width .6s ease;
	        transition: width .6s ease;
}

.acms-progress-bar-info {
	background-color: #96B1DA;
}

.acms-progress-bar-danger {
	background-color: #DA96A6;
}

.acms-progress-striped .acms-progress-bar {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.acms-progress.acms-active .acms-progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	        animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

@font-face {
	font-weight: normal;
	font-family: "acms-fonts";
	font-style: normal;
	src: url(../fonts/acms-fonts.eot?v=20250430130042);
	src: url(../fonts/acms-fonts.eot?v=20250430130042) format("embedded-opentype"), url(../fonts/acms-fonts.ttf?v=20250430130042) format("truetype"), url(../fonts/acms-fonts.woff?v=20250430130042) format("woff"), url(../fonts/acms-fonts.svg?v=20250430130042) format("svg");
}

.acms-icon,
[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;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.acms-icon-contract-arrow:before {
	content: "";
}

.acms-icon-expand-arrow:before {
	content: "";
}

.acms-icon-facebook-circle:before {
	content: "";
}

.acms-icon-twitter-circle:before {
	content: "";
}

.acms-icon-list:before {
	content: "";
}

.acms-icon-grid:before {
	content: "";
}

.acms-icon-device_turn:before {
	content: "";
}

.acms-icon-user-switch:before {
	content: "";
}

.acms-icon-contract:before {
	content: "";
}

.acms-icon-cross:before {
	content: "";
}

.acms-icon-minus:before {
	content: "";
}

.acms-icon-expand:before {
	content: "";
}

.acms-icon-plus:before {
	content: "";
}

.acms-icon-add-below:before {
	content: "";
}

.acms-icon-add-duplicate:before {
	content: "";
}

.acms-icon-alias:before {
	content: "";
}

.acms-icon-app:before {
	content: "";
}

.acms-icon-attention:before {
	content: "";
}

.acms-icon-backup:before {
	content: "";
}

.acms-icon-blog-children:before {
	content: "";
}

.acms-icon-blog:before {
	content: "";
}

.acms-icon-briefcase:before {
	content: "";
}

.acms-icon-cart:before {
	content: "";
}

.acms-icon-category:before {
	content: "";
}

.acms-icon-change-blog:before {
	content: "";
}

.acms-icon-checklist:before {
	content: "";
}

.acms-icon-clip:before {
	content: "";
}

.acms-icon-close:before {
	content: "";
}

.acms-icon-comment:before {
	content: "";
}

.acms-icon-config:before {
	content: "";
}

.acms-icon-control-edit:before {
	content: "";
}

.acms-icon-control-move:before {
	content: "";
}

.acms-icon-control-remove:before {
	content: "";
}

.acms-icon-dashboard:before {
	content: "";
}

.acms-icon-delete:before {
	content: "";
}

.acms-icon-down:before {
	content: "";
}

.acms-icon-entry:before {
	content: "";
}

.acms-icon-exit:before {
	content: "";
}

.acms-icon-flag:before {
	content: "";
}

.acms-icon-form:before {
	content: "";
}

.acms-icon-graph:before {
	content: "";
}

.acms-icon-import:before {
	content: "";
}

.acms-icon-left:before {
	content: "";
}

.acms-icon-lock:before {
	content: "";
}

.acms-icon-logo:before {
	content: "";
}

.acms-icon-mail:before {
	content: "";
}

.acms-icon-media:before {
	content: "";
}

.acms-icon-mobile:before {
	content: "";
}

.acms-icon-module:before {
	content: "";
}

.acms-icon-money:before {
	content: "";
}

.acms-icon-open:before {
	content: "";
}

.acms-icon-pin:before {
	content: "";
}

.acms-icon-publish:before {
	content: "";
}

.acms-icon-right:before {
	content: "";
}

.acms-icon-rule:before {
	content: "";
}

.acms-icon-schedule:before {
	content: "";
}

.acms-icon-shortcut:before {
	content: "";
}

.acms-icon-sort:before {
	content: "";
}

.acms-icon-sort2:before {
	content: "";
}

.acms-icon-tag:before {
	content: "";
}

.acms-icon-time:before {
	content: "";
}

.acms-icon-tooltip:before {
	content: "";
}

.acms-icon-trash:before {
	content: "";
}

.acms-icon-unit-eximage:before {
	content: "";
}

.acms-icon-unit-file:before {
	content: "";
}

.acms-icon-unit-image_h2:before {
	content: "";
}

.acms-icon-unit-image:before {
	content: "";
}

.acms-icon-unit-map:before {
	content: "";
}

.acms-icon-unit-text:before {
	content: "";
}

.acms-icon-unit-youtube:before {
	content: "";
}

.acms-icon-up:before {
	content: "";
}

.acms-icon-user-group:before {
	content: "";
}

.acms-icon-user:before {
	content: "";
}

.acms-icon-workflow:before {
	content: "";
}

.acms-icon-google:before {
	content: "";
}

.acms-icon-google-square:before {
	content: "";
}

.acms-icon-config_access:before {
	content: "";
}

.acms-icon-config_alias_list:before {
	content: "";
}

.acms-icon-config_api_bing_image-search:before {
	content: "";
}

.acms-icon-config_api_bing_web-search:before {
	content: "";
}

.acms-icon-config_api_instagram_users_media_liked:before {
	content: "";
}

.acms-icon-config_api_instagram_users_media_recent:before {
	content: "";
}

.acms-icon-config_api_twitter_list_members:before {
	content: "";
}

.acms-icon-config_api_twitter_list_statuses:before {
	content: "";
}

.acms-icon-config_api_twitter_search:before {
	content: "";
}

.acms-icon-config_api_twitter_statuses_home-timeline:before {
	content: "";
}

.acms-icon-config_api_twitter_statuses_user-timeline:before {
	content: "";
}

.acms-icon-config_authorize:before {
	content: "";
}

.acms-icon-config_banner:before {
	content: "";
}

.acms-icon-config_blog_child-list:before {
	content: "";
}

.acms-icon-config_cache:before {
	content: "";
}

.acms-icon-config_calendar_month:before {
	content: "";
}

.acms-icon-config_category_entry-list:before {
	content: "";
}

.acms-icon-config_category_entry-summary:before {
	content: "";
}

.acms-icon-config_category_list:before {
	content: "";
}

.acms-icon-config_column_list:before {
	content: "";
}

.acms-icon-config_common:before {
	content: "";
}

.acms-icon-config_default:before {
	content: "";
}

.acms-icon-config_edit:before {
	content: "";
}

.acms-icon-config_entry_archive-list:before {
	content: "";
}

.acms-icon-config_entry_body:before {
	content: "";
}

.acms-icon-config_entry_calendar:before {
	content: "";
}

.acms-icon-config_entry_continue:before {
	content: "";
}

.acms-icon-config_entry_headline:before {
	content: "";
}

.acms-icon-config_entry_list:before {
	content: "";
}

.acms-icon-config_entry_photo:before {
	content: "";
}

.acms-icon-config_entry_summary:before {
	content: "";
}

.acms-icon-config_entry_tag-relational:before {
	content: "";
}

.acms-icon-config_export:before {
	content: "";
}

.acms-icon-config_feed_ex-list:before {
	content: "";
}

.acms-icon-config_feed_rss2:before {
	content: "";
}

.acms-icon-config_field_value-list:before {
	content: "";
}

.acms-icon-config_function:before {
	content: "";
}

.acms-icon-config_import:before {
	content: "";
}

.acms-icon-config_links:before {
	content: "";
}

.acms-icon-config_mail:before {
	content: "";
}

.acms-icon-config_navigation:before {
	content: "";
}

.acms-icon-config_output:before {
	content: "";
}

.acms-icon-config_plugin_schedule:before {
	content: "";
}

.acms-icon-config_property:before {
	content: "";
}

.acms-icon-config_reset:before {
	content: "";
}

.acms-icon-config_shop_cart_list:before {
	content: "";
}

.acms-icon-config_sitemap:before {
	content: "";
}

.acms-icon-config_tag_cloud:before {
	content: "";
}

.acms-icon-config_tag_filter:before {
	content: "";
}

.acms-icon-config_theme:before {
	content: "";
}

.acms-icon-config_topicpath:before {
	content: "";
}

.acms-icon-config_unit:before {
	content: "";
}

.acms-icon-config_user_profile:before {
	content: "";
}

.acms-icon-config_user_search:before {
	content: "";
}

.acms-icon-arrow-down:before {
	content: "";
}

.acms-icon-arrow-left:before {
	content: "";
}

.acms-icon-arrow-right:before {
	content: "";
}

.acms-icon-arrow-small-down:before {
	content: "";
}

.acms-icon-arrow-small-left:before {
	content: "";
}

.acms-icon-arrow-small-right:before {
	content: "";
}

.acms-icon-arrow-small-up:before {
	content: "";
}

.acms-icon-arrow-up:before {
	content: "";
}

.acms-icon-bike:before {
	content: "";
}

.acms-icon-book:before {
	content: "";
}

.acms-icon-book2:before {
	content: "";
}

.acms-icon-bus:before {
	content: "";
}

.acms-icon-business:before {
	content: "";
}

.acms-icon-car:before {
	content: "";
}

.acms-icon-children:before {
	content: "";
}

.acms-icon-company:before {
	content: "";
}

.acms-icon-cup:before {
	content: "";
}

.acms-icon-custom-field:before {
	content: "";
}

.acms-icon-domain:before {
	content: "";
}

.acms-icon-facebook-square:before {
	content: "";
}

.acms-icon-facebook:before {
	content: "";
}

.acms-icon-gallery:before {
	content: "";
}

.acms-icon-gift:before {
	content: "";
}

.acms-icon-gplus-square:before {
	content: "";
}

.acms-icon-gplus:before {
	content: "";
}

.acms-icon-home:before {
	content: "";
}

.acms-icon-install:before {
	content: "";
}

.acms-icon-ios-app:before {
	content: "";
}

.acms-icon-lisence-code:before {
	content: "";
}

.acms-icon-lisence:before {
	content: "";
}

.acms-icon-logout:before {
	content: "";
}

.acms-icon-lunch:before {
	content: "";
}

.acms-icon-man:before {
	content: "";
}

.acms-icon-manual:before {
	content: "";
}

.acms-icon-map-pin:before {
	content: "";
}

.acms-icon-map:before {
	content: "";
}

.acms-icon-news:before {
	content: "";
}

.acms-icon-person:before {
	content: "";
}

.acms-icon-plane:before {
	content: "";
}

.acms-icon-role:before {
	content: "";
}

.acms-icon-scissors:before {
	content: "";
}

.acms-icon-search:before {
	content: "";
}

.acms-icon-senior:before {
	content: "";
}

.acms-icon-server:before {
	content: "";
}

.acms-icon-ship:before {
	content: "";
}

.acms-icon-shop:before {
	content: "";
}

.acms-icon-support:before {
	content: "";
}

.acms-icon-target-blank:before {
	content: "";
}

.acms-icon-tel:before {
	content: "";
}

.acms-icon-train:before {
	content: "";
}

.acms-icon-truck:before {
	content: "";
}

.acms-icon-twitter-square:before {
	content: "";
}

.acms-icon-twitter:before {
	content: "";
}

.acms-icon-unlimited:before {
	content: "";
}

.acms-icon-user-add:before {
	content: "";
}

.acms-icon-version:before {
	content: "";
}

.acms-icon-woman:before {
	content: "";
}

.acms-icon-youtube:before {
	content: "";
}

.acms-icon-text-center:before {
	content: "";
}

.acms-icon-text-left:before {
	content: "";
}

.acms-icon-merge:before {
	content: "";
}

.acms-icon-split:before {
	content: "";
}

.acms-icon-text-right:before {
	content: "";
}

.acms-icon-source:before {
	content: "";
}

.acms-icon-undo:before {
	content: "";
}

/* ------------------------------
 オフキャンバス
------------------------------- */
.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%;
	-webkit-transition: left .3s ease-in-out;
	        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;
	-webkit-box-sizing: border-box;
	        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%;
	-webkit-transition: margin-right .3s ease-in-out;
	        transition: margin-right .3s ease-in-out;
}

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

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

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

.js-acms-header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: margin-left .3s ease-in-out;
	        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%;
}

/* ------------------------------
 SmartPhoto.js
------------------------------- */
[data-id] .smartphoto {
	z-index: 100049;
}

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

.acms-fade-in {
	opacity: .5;
	-webkit-transition: opacity 500ms;
	        transition: opacity 500ms;
}
.acms-fade-in:hover {
	opacity: 1;
	will-change: opacity;
}

.acms-fade-in-light {
	opacity: .7;
	-webkit-transition: opacity 500ms;
	        transition: opacity 500ms;
}
.acms-fade-in-light:hover {
	opacity: 1;
	will-change: opacity;
}

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

.acms-fade-out {
	opacity: 1;
	-webkit-transition: opacity 500ms;
	        transition: opacity 500ms;
}
.acms-fade-out:hover {
	opacity: .5;
	will-change: opacity;
}

.acms-fade-out-light {
	opacity: 1;
	-webkit-transition: opacity 500ms;
	        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 {
	-webkit-transform: translateX(0px) translateY(0px);
	    -ms-transform: translateX(0px) translateY(0px);
	        transform: translateX(0px) translateY(0px);
	opacity: 1;
}

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

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

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

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

/* ズーム */
.acms-zoom-in {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: -webkit-transform 500ms;
	        transition: -webkit-transform 500ms;
	        transition:         transform 500ms;
	        transition:         transform 500ms, -webkit-transform 500ms;
}
.acms-zoom-in:hover {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
	will-change: opacity,transform;
}

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

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

.acms-zoom-out-show {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
	opacity: 0;
	-webkit-transition: opacity 500ms, -webkit-transform 500ms;
	        transition: opacity 500ms, -webkit-transform 500ms;
	        transition: opacity 500ms, transform 500ms;
	        transition: opacity 500ms, transform 500ms, -webkit-transform 500ms;
}
.active .acms-zoom-out-show,
.acms-zoom-out-show.active {
	-webkit-transform: scale(1);
	    -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 {
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* JSが読み込めない環境のとき */
.no-js .acms-slide-top,
.no-js .acms-slide-left,
.no-js .acms-slide-bottom,
.no-js .acms-slide-right {
	-webkit-transform: translateX(0px) translateY(0px);
	    -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 {
	-webkit-transform: scale(1);
	    -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: 1024px) {
	.acms-show-pc {
		display: block !important;
	}
	.acms-hide-pc {
		display: none !important;
	}
}

@media (max-width: 479px) {
	.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: 480px) 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: 1023px) {
	.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: 1024px) and (max-width: 1439px) {
	.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: 1440px) {
	.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: 479px) {
	.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: 480px) 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: 1023px) {
	.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: 1024px) and (max-width: 1439px) {
	.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: 1440px) {
	.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;
	}
}