@charset "utf-8";
/*!
 * acms.css Ver. 2.1.4
 * Copyright appleple
 * license: MIT
 *
 * カスタマイズする場合は、オリジナルのテーマにコピーしてご利用ください。
 *
 */

/* stylelint-disable value-keyword-case */
/* ------------------------------
 プリプロセス
------------------------------- */
.js_notStyle {
  width: 100%;
}

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

.acms-badge-success {
  color: #0a5b14;
  background-color: #c0e4c5;
}

.acms-badge-info {
  color: #114497;
  background-color: #c5d8f5;
}

.acms-badge-warning {
  color: #664404;
  background-color: #ffdf99;
}

.acms-badge-danger {
  color: #760d1d;
  background-color: #efc1c8;
}

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

/* ------------------------------
 ボタン デフォルト
------------------------------- */
.acms-btn {
  display: inline-block;
  padding: 8px 10px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 3px;
  transition: background-color 0.2s, border-color 0.2s;
}
.acms-btn {
  font-size: 14px;
}
@media print {
  .acms-btn {
    font-size: 14px;
  }
}
.acms-btn {
  color: #333;
  background-color: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.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, 0.3);
}
.acms-btn:active, .acms-btn-active {
  color: #333;
  text-decoration: none;
  background-color: #e5e5e5;
  border-color: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
.acms-btn:active[disabled], .acms-btn-active[disabled] {
  opacity: 1;
  filter: alpha(opacity=1);
}
.acms-btn:focus {
  background-color: #f7f7f7;
  border-color: #137af3;
  outline: none;
  box-shadow: 0 0 0 2px rgba(19, 122, 243, 0.4);
}
@media (min-width: 768px) {
  .acms-btn {
    display: inline-block;
    padding: 6px 8px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 3px;
    transition: background-color 0.2s, border-color 0.2s;
  }
  .acms-btn {
    font-size: 12px;
  }
}
@media print and (min-width: 768px) {
  .acms-btn {
    font-size: 12px;
  }
}
.acms-btn.acms-btn-primary {
  color: #fff;
  background-color: #1861d8;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.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: rgb(19.92, 80.51, 179.28);
  border-color: rgba(0, 0, 0, 0.3);
}
.acms-btn.acms-btn-primary:active, .acms-btn.acms-btn-primary-active {
  color: #fff;
  text-decoration: none;
  background-color: #1861d8;
  border-color: rgb(15.33, 61.95875, 137.97);
  box-shadow: inset 0 1px 2px rgba(0, 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: #1861d8;
  border-color: rgb(15.33, 61.95875, 137.97);
  outline: none;
  box-shadow: 0 0 0 2px rgba(19, 122, 243, 0.4);
}
.acms-btn.acms-btn-info {
  color: #fff;
  background-color: #4b4b4b;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.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: rgb(54.6, 54.6, 54.6);
  border-color: rgba(0, 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, 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: rgb(31.65, 31.65, 31.65);
  outline: none;
  box-shadow: 0 0 0 2px rgba(19, 122, 243, 0.4);
}
.acms-btn.acms-btn-success {
  color: #fff;
  background-color: #0f8a1e;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.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: rgb(12.5, 115, 25);
  border-color: rgba(0, 0, 0, 0.3);
}
.acms-btn.acms-btn-success:active, .acms-btn.acms-btn-success-active {
  color: #fff;
  text-decoration: none;
  background-color: #0f8a1e;
  border-color: rgba(0, 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: #0f8a1e;
  border-color: rgb(6.5, 59.8, 13);
  outline: none;
  box-shadow: 0 0 0 2px rgba(19, 122, 243, 0.4);
}
.acms-btn.acms-btn-warning {
  color: #fff;
  background-color: #ffa90b;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.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: rgb(225.2, 145.8262295082, 0);
  border-color: rgb(179.3, 116.1040983607, 0);
}
.acms-btn.acms-btn-warning:active, .acms-btn.acms-btn-warning-active {
  color: #fff;
  text-decoration: none;
  background-color: #ffa90b;
  border-color: rgb(179.3, 116.1040983607, 0);
}
.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: #ffa90b;
  border-color: rgb(179.3, 116.1040983607, 0);
  outline: none;
  box-shadow: 0 0 0 2px rgba(19, 122, 243, 0.4);
}
.acms-btn.acms-btn-danger {
  color: #fff;
  background-color: #c1354a;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.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: rgb(172.993902439, 47.506097561, 66.3292682927);
  border-color: rgb(124.9792682927, 34.3207317073, 47.9195121951);
}
.acms-btn.acms-btn-danger:active, .acms-btn.acms-btn-danger-active {
  color: #fff;
  text-decoration: none;
  background-color: #c1354a;
  border-color: rgb(124.9792682927, 34.3207317073, 47.9195121951);
}
.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: #c1354a;
  border-color: rgb(124.9792682927, 34.3207317073, 47.9195121951);
  outline: none;
  box-shadow: 0 0 0 2px rgba(19, 122, 243, 0.4);
}
.acms-btn.acms-btn-link,
.acms-btn .acms-btn-link:hover,
.acms-btn .acms-btn-link:active,
.acms-btn .acms-btn-link:visited {
  color: #428bca;
  text-decoration: underline;
  background: none;
  border-color: transparent !important;
  border-radius: 0;
}
.acms-btn.acms-btn-link:hover {
  color: #2e67a5;
}
.acms-btn.acms-btn-link:active {
  box-shadow: none;
}

/* ---------------------------
   セレクトメニュー風ボタン
  --------------------------- */
.acms-select-btn {
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  position: relative;
  display: inline-block;
  min-height: 32px;
  padding: 6px 30px 6px 10px;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  background: url(../images/marker/arrow_black03.png) right center;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTggNSI+PGc+PGc+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxOHY1SDB6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTQuMjIgMGg0LjIyTDYuMzMgMi41IDQuMjIgNSAyLjExIDIuNSAwIDBoNC4yMnoiLz48L2c+PC9nPjwvc3ZnPg==") right center;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  transition: border-color 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.acms-select-btn {
  font-size: 16px;
}
@media print {
  .acms-select-btn {
    font-size: 16px;
  }
}
.acms-select-btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .acms-select-btn {
    min-height: 26px;
    padding: 5px 30px 4px 8px;
  }
  .acms-select-btn {
    font-size: 12px;
  }
}
@media print and (min-width: 768px) {
  .acms-select-btn {
    font-size: 12px;
  }
}
/* ---------------------------
   ボタン フラット
  --------------------------- */
.acms-btn-flat {
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 4px;
  transition: background-color 0.2s, border-color 0.2s;
}
.acms-btn-flat {
  font-size: 14px;
}
@media print {
  .acms-btn-flat {
    font-size: 14px;
  }
}
.acms-btn-flat {
  color: #666;
  background-color: #efefef;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s;
}
.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: #ddd;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.acms-btn-flat:active, .acms-btn-flat-active {
  color: #666;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: #aaa;
  box-shadow: inset 0 1px 2px rgba(0, 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: #ddd;
  border-color: #137af3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .acms-btn-flat {
    display: inline-block;
    padding: 6px 8px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 3px;
    transition: background-color 0.2s, border-color 0.2s;
  }
  .acms-btn-flat {
    font-size: 12px;
  }
}
@media print and (min-width: 768px) {
  .acms-btn-flat {
    font-size: 12px;
  }
}

.acms-btn-flat-primary {
  color: #fff;
  background-color: rgb(48.72, 118.435, 232.08);
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.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: rgb(67.08, 130.59, 234.12);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.acms-btn-flat-primary:active, .acms-btn-flat-primary-active {
  color: #fff;
  text-decoration: none;
  background-color: #1861d8;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 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: #1861d8;
  border-color: #137af3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.acms-btn-flat-info {
  color: #fff;
  background-color: rgb(95.4, 95.4, 95.4);
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.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: rgb(105.6, 105.6, 105.6);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 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, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.acms-btn-flat-info:active[disabled], .acms-btn-flat-info-active[disabled] {
  opacity: 1;
  filter: alpha(opacity=1);
}
.acms-btn-flat-info:focus {
  background-color: #4b4b4b;
  border-color: #137af3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.acms-btn-flat-success {
  color: #fff;
  background-color: rgb(19, 174.8, 38);
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.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: rgb(21, 193.2, 42);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.acms-btn-flat-success:active, .acms-btn-flat-success-active {
  color: #fff;
  text-decoration: none;
  background-color: #0f8a1e;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 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: #0f8a1e;
  border-color: #137af3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.acms-btn-flat-warning {
  color: #fff;
  background-color: rgb(255, 183.3803278689, 51.8);
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.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: rgb(255, 190.5704918033, 72.2);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.acms-btn-flat-warning:active, .acms-btn-flat-warning-active {
  color: #fff;
  text-decoration: none;
  background-color: #ffa90b;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 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: #ffa90b;
  border-color: #137af3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.acms-btn-flat-danger {
  color: #fff;
  background-color: rgb(206.912195122, 79.887804878, 98.9414634146);
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.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: rgb(211.3073170732, 95.8926829268, 113.2048780488);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.acms-btn-flat-danger:active, .acms-btn-flat-danger-active {
  color: #fff;
  text-decoration: none;
  background-color: #c1354a;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 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: #c1354a;
  border-color: #137af3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 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: 0.65;
  filter: alpha(opacity=65);
  pointer-events: none;
}
.acms-btn-disabled:not(.acms-btn-active),
button[disabled]:not(.acms-btn-active),
input[type=submit][disabled]:not(.acms-btn-active),
input[type=reset][disabled]:not(.acms-btn-active),
input[type=image][disabled]:not(.acms-btn-active),
input[type=button][disabled]:not(.acms-btn-active),
fieldset[disabled] .acms-btn:not(.acms-btn-active) {
  box-shadow: none;
}

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

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

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

.acms-btn-large {
  padding: 13px 16px;
  border-radius: 4px;
}
.acms-btn-large {
  font-size: 16px;
}
@media print {
  .acms-btn-large {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .acms-btn-large {
    padding: 10px 16px;
  }
}

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

.acms-btn-draggable {
  display: inline-block;
  padding: 2px 5px;
  background: none;
  border: none;
  cursor: grab;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.acms-btn-draggable {
  font-size: 18px;
}
@media print {
  .acms-btn-draggable {
    font-size: 18px;
  }
}

:where(.acms-btn-unstyled) {
  padding: 0;
  background: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.acms-pre code,
.acms-style code,
.acms-code {
  margin: 0 5px;
  padding: 2px 5px;
  color: #760d1d;
  background-color: #f9e6e9;
  border: 1px solid #efc1c8;
  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 {
  box-sizing: border-box;
  margin: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          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: 4px 8px;
  color: #333;
  line-height: 1;
  vertical-align: middle;
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  transition: background-color 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.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] {
  font-size: 16px;
}
@media print {
  .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] {
    font-size: 16px;
  }
}
.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, 0.3);
}
.acms-form input[type=text]:focus,
.acms-form input[type=password]:focus,
.acms-form input[type=datetime]:focus,
.acms-form input[type=datetime-local]:focus,
.acms-form input[type=date]:focus,
.acms-form input[type=month]:focus,
.acms-form input[type=time]:focus,
.acms-form input[type=week]:focus,
.acms-form input[type=number]:focus,
.acms-form input[type=email]:focus,
.acms-form input[type=url]:focus,
.acms-form input[type=search]:focus,
.acms-form input[type=tel]:focus {
  background: #fff;
  border-color: #137af3;
  outline: none;
  box-shadow: 0 0 0 2px rgba(19, 122, 243, 0.4), 0 1px 1px rgba(0, 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: #f1f1f1;
  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;
}
.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 {
  font-size: 20px;
}
@media print {
  .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 {
    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;
}
.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 {
  font-size: 16px;
}
@media print {
  .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 {
    font-size: 16px;
  }
}
.acms-form input[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.acms-form textarea,
.acms-form .entryFormLiteEditor {
  padding: 5px 5px 4px;
  overflow: auto;
  color: #333;
  line-height: 1.7;
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  transition: background-color 0.2s;
  resize: vertical;
}
.acms-form textarea,
.acms-form .entryFormLiteEditor {
  font-size: 16px;
}
@media print {
  .acms-form textarea,
  .acms-form .entryFormLiteEditor {
    font-size: 16px;
  }
}
.acms-form textarea:hover,
.acms-form .entryFormLiteEditor:hover {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.3);
}
.acms-form textarea:focus,
.acms-form .entryFormLiteEditor:focus {
  background: #fff;
  border-color: #137af3;
  outline: none;
  box-shadow: 0 0 0 2px rgba(19, 122, 243, 0.4), 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.acms-form textarea:disabled,
.acms-form .entryFormLiteEditor:disabled {
  color: #999;
  background-color: #f1f1f1;
  border-color: #ddd;
  cursor: not-allowed;
}
.acms-form textarea.acms-form-large,
.acms-form .entryFormLiteEditor.acms-form-large {
  vertical-align: middle;
}
.acms-form textarea.acms-form-large,
.acms-form .entryFormLiteEditor.acms-form-large {
  font-size: 20px;
}
@media print {
  .acms-form textarea.acms-form-large,
  .acms-form .entryFormLiteEditor.acms-form-large {
    font-size: 20px;
  }
}
.acms-form textarea.acms-form-small,
.acms-form .entryFormLiteEditor.acms-form-small {
  font-size: 10px;
}
@media print {
  .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-placeholder, .acms-form input[type=password]::-moz-placeholder, .acms-form input[type=search]::-moz-placeholder, .acms-form input[type=url]::-moz-placeholder, .acms-form input[type=tel]::-moz-placeholder, .acms-form input[type=email]::-moz-placeholder, .acms-form textarea::-moz-placeholder {
  color: #aaa;
}
.acms-form input[type=text]::placeholder,
.acms-form input[type=password]::placeholder,
.acms-form input[type=search]::placeholder,
.acms-form input[type=url]::placeholder,
.acms-form input[type=tel]::placeholder,
.acms-form input[type=email]::placeholder,
.acms-form textarea::placeholder {
  color: #aaa;
}
.acms-form select,
.acms-form .acms-form-select {
  position: relative;
  display: inline-block;
  min-height: 32px;
  padding: 6px 30px 6px 10px;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  background: url(../images/marker/arrow_black03.png) right center;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTggNSI+PGc+PGc+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxOHY1SDB6Ii8+PHBhdGggZmlsbD0iIzk5OSIgZD0iTTQuMjIgMGg0LjIyTDYuMzMgMi41IDQuMjIgNSAyLjExIDIuNSAwIDBoNC4yMnoiLz48L2c+PC9nPjwvc3ZnPg==") right center;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  transition: border-color 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.acms-form select,
.acms-form .acms-form-select {
  font-size: 16px;
}
@media print {
  .acms-form select,
  .acms-form .acms-form-select {
    font-size: 16px;
  }
}
.acms-form select:hover,
.acms-form .acms-form-select:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.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: #f1f1f1;
  border-color: #ddd;
  cursor: not-allowed;
}
.acms-form select::-ms-expand {
  display: none;
}
.acms-form select[multiple=multiple] {
  padding: 7px 10px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.acms-form select[multiple=multiple]:focus {
  border-color: #137af3;
  outline: none;
  box-shadow: 0 0 0 2px rgba(19, 122, 243, 0.4);
}
.acms-form select[multiple=multiple]:disabled {
  color: #999;
  background-color: #f1f1f1;
  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: 4px;
    line-height: 1;
  }
  .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] {
    font-size: 14px;
  }
}
@media print and (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] {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .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;
  }
  .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 {
    font-size: 12px;
  }
}
@media print and (min-width: 768px) {
  .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 {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .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;
  }
  .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 {
    font-size: 16px;
  }
}
@media print and (min-width: 768px) {
  .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 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .acms-form textarea {
    font-size: 14px;
  }
}
@media print and (min-width: 768px) {
  .acms-form textarea {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .acms-form .entryFormLiteEditor {
    font-size: 14px;
  }
}
@media print and (min-width: 768px) {
  .acms-form .entryFormLiteEditor {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .acms-form select {
    min-height: 26px;
    padding: 5px 30px 4px 8px;
  }
  .acms-form select {
    font-size: 12px;
  }
}
@media print and (min-width: 768px) {
  .acms-form select {
    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;
  vertical-align: middle;
  background: #efefef;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.acms-form-action .acms-form-side {
  font-size: 14px;
}
@media print {
  .acms-form-action .acms-form-side {
    font-size: 14px;
  }
}
.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, 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: #b3142c;
  background: #f9e6e9;
  border-color: #ce5769;
}

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

.acms-text-helper {
  color: #4b4b4b;
}
.acms-text-helper {
  font-size: 12px;
}
@media print {
  .acms-text-helper {
    font-size: 12px;
  }
}

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

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

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

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

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

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

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

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

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

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

.acms-form-checkbox input {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 100%;
  opacity: 0;
}
.acms-form-checkbox input:focus + label .acms-ico-checkbox,
.acms-form-checkbox input:focus + .acms-ico-checkbox {
  background: url("../images/marker/ico_input.png") no-repeat left -60px;
  background-size: 40px 80px;
}
.acms-form-checkbox input:checked + label .acms-ico-checkbox,
.acms-form-checkbox input:checked + .acms-ico-checkbox {
  background: url("../images/marker/ico_input.png") no-repeat left -20px;
  background-size: 40px 80px;
}
.acms-form-checkbox input:disabled + label .acms-ico-checkbox,
.acms-form-checkbox input:disabled + .acms-ico-checkbox {
  background: url("../images/marker/ico_input.png") no-repeat left -40px;
  background-size: 40px 80px;
  cursor: not-allowed;
}
.acms-form-checkbox input:disabled + label {
  opacity: 0.6;
}
.acms-form-checkbox input:disabled + label:hover {
  cursor: not-allowed;
}
.acms-form-checkbox label:hover {
  cursor: pointer;
}

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

.acms-form-radio input {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 100%;
  opacity: 0;
}
.acms-form-radio input:focus + label .acms-ico-radio,
.acms-form-radio input:focus + .acms-ico-radio {
  background: url("../images/marker/ico_input.png") no-repeat -20px -60px;
  background-size: 40px 80px;
}
.acms-form-radio input:checked + label .acms-ico-radio,
.acms-form-radio input:checked + .acms-ico-radio {
  background: url("../images/marker/ico_input.png") no-repeat -20px -20px;
  background-size: 40px 80px;
}
.acms-form-radio input:disabled + label .acms-ico-radio,
.acms-form-radio input:disabled + .acms-ico-radio {
  background: url("../images/marker/ico_input.png") no-repeat -20px -40px;
  background-size: 40px 80px;
  cursor: not-allowed;
}
.acms-form-radio input:disabled + label {
  opacity: 0.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: #f1f1f1;
  border: 1px solid #c2c2ce;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
}
.acms-btn-checkbox + label:active, .acms-btn-checkbox:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.acms-btn-checkbox:checked + label {
  color: #fff;
  background-color: #aaa;
  border: 1px solid #a2a2b3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}
.acms-btn-checkbox:checked + label::after {
  position: absolute;
  top: 0;
  left: 3px;
  color: #7e7e8b;
  content: "";
}
.acms-btn-checkbox:checked + label::after {
  font-size: 14px;
}
@media print {
  .acms-btn-checkbox:checked + label::after {
    font-size: 14px;
  }
}

.acms-btn-radio {
  display: none;
}
.acms-btn-radio + label {
  position: relative;
  display: inline-block;
  padding: 9px;
  background-color: #f1f1f1;
  border: 1px solid #c2c2ce;
  border-radius: 50px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.acms-btn-radio:checked + label::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  text-shadow: 0;
  content: "";
}
.acms-btn-radio:checked + label::after {
  font-size: 32px;
}
@media print {
  .acms-btn-radio:checked + label::after {
    font-size: 32px;
  }
}
.acms-btn-radio:checked + label {
  color: #fff;
  background-color: #aaa;
  border: 1px solid #a2a2b3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.acms-btn-radio + label:active,
.acms-btn-radio .acms-btn-radio:checked + label:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

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

.acms-grid,
.acms-grid-r {
  margin-right: -10px;
  margin-left: -10px;
}
.acms-grid::before, .acms-grid::after,
.acms-grid-r::before,
.acms-grid-r::after {
  display: table;
  content: " ";
}
.acms-grid::after,
.acms-grid-r::after {
  clear: both;
}

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

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

@media (min-width: 768px) {
  .acms-grid,
  .acms-grid-r {
    margin-right: -10px;
    margin-left: -10px;
  }
  [class*=acms-col] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
[class*=acms-col],
[class*=acms-col]::before,
[class*=acms-col]::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .acms-col-sm-1 {
    float: left;
    width: 8.3333333333%;
  }
  .acms-col-sm-2 {
    float: left;
    width: 16.6666666667%;
  }
  .acms-col-sm-3 {
    float: left;
    width: 25%;
  }
  .acms-col-sm-4 {
    float: left;
    width: 33.3333333333%;
  }
  .acms-col-sm-5 {
    float: left;
    width: 41.6666666667%;
  }
  .acms-col-sm-6 {
    float: left;
    width: 50%;
  }
  .acms-col-sm-7 {
    float: left;
    width: 58.3333333333%;
  }
  .acms-col-sm-8 {
    float: left;
    width: 66.6666666667%;
  }
  .acms-col-sm-9 {
    float: left;
    width: 75%;
  }
  .acms-col-sm-10 {
    float: left;
    width: 83.3333333333%;
  }
  .acms-col-sm-11 {
    float: left;
    width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .acms-push-sm-2 {
    left: 16.6666666667%;
  }
  .acms-push-sm-3 {
    left: 25%;
  }
  .acms-push-sm-4 {
    left: 33.3333333333%;
  }
  .acms-push-sm-5 {
    left: 41.6666666667%;
  }
  .acms-push-sm-6 {
    left: 50%;
  }
  .acms-push-sm-7 {
    left: 58.3333333333%;
  }
  .acms-push-sm-8 {
    left: 66.6666666667%;
  }
  .acms-push-sm-9 {
    left: 75%;
  }
  .acms-push-sm-10 {
    left: 83.3333333333%;
  }
  .acms-push-sm-11 {
    left: 91.6666666667%;
  }
  [class*=acms-pull-sm] {
    position: relative;
    left: auto;
  }
  .acms-pull-sm-auto {
    right: auto;
  }
  .acms-pull-sm-1 {
    right: 8.3333333333%;
  }
  .acms-pull-sm-2 {
    right: 16.6666666667%;
  }
  .acms-pull-sm-3 {
    right: 25%;
  }
  .acms-pull-sm-4 {
    right: 33.3333333333%;
  }
  .acms-pull-sm-5 {
    right: 41.6666666667%;
  }
  .acms-pull-sm-6 {
    right: 50%;
  }
  .acms-pull-sm-7 {
    right: 58.3333333333%;
  }
  .acms-pull-sm-8 {
    right: 66.6666666667%;
  }
  .acms-pull-sm-9 {
    right: 75%;
  }
  .acms-pull-sm-10 {
    right: 83.3333333333%;
  }
  .acms-pull-sm-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .acms-col-md-1 {
    float: left;
    width: 8.3333333333%;
  }
  .acms-col-md-2 {
    float: left;
    width: 16.6666666667%;
  }
  .acms-col-md-3 {
    float: left;
    width: 25%;
  }
  .acms-col-md-4 {
    float: left;
    width: 33.3333333333%;
  }
  .acms-col-md-5 {
    float: left;
    width: 41.6666666667%;
  }
  .acms-col-md-6 {
    float: left;
    width: 50%;
  }
  .acms-col-md-7 {
    float: left;
    width: 58.3333333333%;
  }
  .acms-col-md-8 {
    float: left;
    width: 66.6666666667%;
  }
  .acms-col-md-9 {
    float: left;
    width: 75%;
  }
  .acms-col-md-10 {
    float: left;
    width: 83.3333333333%;
  }
  .acms-col-md-11 {
    float: left;
    width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .acms-push-md-2 {
    left: 16.6666666667%;
  }
  .acms-push-md-3 {
    left: 25%;
  }
  .acms-push-md-4 {
    left: 33.3333333333%;
  }
  .acms-push-md-5 {
    left: 41.6666666667%;
  }
  .acms-push-md-6 {
    left: 50%;
  }
  .acms-push-md-7 {
    left: 58.3333333333%;
  }
  .acms-push-md-8 {
    left: 66.6666666667%;
  }
  .acms-push-md-9 {
    left: 75%;
  }
  .acms-push-md-10 {
    left: 83.3333333333%;
  }
  .acms-push-md-11 {
    left: 91.6666666667%;
  }
  [class*=acms-pull-md] {
    position: relative;
    left: auto;
  }
  .acms-pull-md-auto {
    right: auto;
  }
  .acms-pull-md-1 {
    right: 8.3333333333%;
  }
  .acms-pull-md-2 {
    right: 16.6666666667%;
  }
  .acms-pull-md-3 {
    right: 25%;
  }
  .acms-pull-md-4 {
    right: 33.3333333333%;
  }
  .acms-pull-md-5 {
    right: 41.6666666667%;
  }
  .acms-pull-md-6 {
    right: 50%;
  }
  .acms-pull-md-7 {
    right: 58.3333333333%;
  }
  .acms-pull-md-8 {
    right: 66.6666666667%;
  }
  .acms-pull-md-9 {
    right: 75%;
  }
  .acms-pull-md-10 {
    right: 83.3333333333%;
  }
  .acms-pull-md-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .acms-col-lg-1 {
    float: left;
    width: 8.3333333333%;
  }
  .acms-col-lg-2 {
    float: left;
    width: 16.6666666667%;
  }
  .acms-col-lg-3 {
    float: left;
    width: 25%;
  }
  .acms-col-lg-4 {
    float: left;
    width: 33.3333333333%;
  }
  .acms-col-lg-5 {
    float: left;
    width: 41.6666666667%;
  }
  .acms-col-lg-6 {
    float: left;
    width: 50%;
  }
  .acms-col-lg-7 {
    float: left;
    width: 58.3333333333%;
  }
  .acms-col-lg-8 {
    float: left;
    width: 66.6666666667%;
  }
  .acms-col-lg-9 {
    float: left;
    width: 75%;
  }
  .acms-col-lg-10 {
    float: left;
    width: 83.3333333333%;
  }
  .acms-col-lg-11 {
    float: left;
    width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .acms-push-lg-2 {
    left: 16.6666666667%;
  }
  .acms-push-lg-3 {
    left: 25%;
  }
  .acms-push-lg-4 {
    left: 33.3333333333%;
  }
  .acms-push-lg-5 {
    left: 41.6666666667%;
  }
  .acms-push-lg-6 {
    left: 50%;
  }
  .acms-push-lg-7 {
    left: 58.3333333333%;
  }
  .acms-push-lg-8 {
    left: 66.6666666667%;
  }
  .acms-push-lg-9 {
    left: 75%;
  }
  .acms-push-lg-10 {
    left: 83.3333333333%;
  }
  .acms-push-lg-11 {
    left: 91.6666666667%;
  }
  [class*=acms-pull-lg] {
    position: relative;
    left: auto;
  }
  .acms-pull-lg-auto {
    right: auto;
  }
  .acms-pull-lg-1 {
    right: 8.3333333333%;
  }
  .acms-pull-lg-2 {
    right: 16.6666666667%;
  }
  .acms-pull-lg-3 {
    right: 25%;
  }
  .acms-pull-lg-4 {
    right: 33.3333333333%;
  }
  .acms-pull-lg-5 {
    right: 41.6666666667%;
  }
  .acms-pull-lg-6 {
    right: 50%;
  }
  .acms-pull-lg-7 {
    right: 58.3333333333%;
  }
  .acms-pull-lg-8 {
    right: 66.6666666667%;
  }
  .acms-pull-lg-9 {
    right: 75%;
  }
  .acms-pull-lg-10 {
    right: 83.3333333333%;
  }
  .acms-pull-lg-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .acms-col-xl-1 {
    float: left;
    width: 8.3333333333%;
  }
  .acms-col-xl-2 {
    float: left;
    width: 16.6666666667%;
  }
  .acms-col-xl-3 {
    float: left;
    width: 25%;
  }
  .acms-col-xl-4 {
    float: left;
    width: 33.3333333333%;
  }
  .acms-col-xl-5 {
    float: left;
    width: 41.6666666667%;
  }
  .acms-col-xl-6 {
    float: left;
    width: 50%;
  }
  .acms-col-xl-7 {
    float: left;
    width: 58.3333333333%;
  }
  .acms-col-xl-8 {
    float: left;
    width: 66.6666666667%;
  }
  .acms-col-xl-9 {
    float: left;
    width: 75%;
  }
  .acms-col-xl-10 {
    float: left;
    width: 83.3333333333%;
  }
  .acms-col-xl-11 {
    float: left;
    width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .acms-push-xl-2 {
    left: 16.6666666667%;
  }
  .acms-push-xl-3 {
    left: 25%;
  }
  .acms-push-xl-4 {
    left: 33.3333333333%;
  }
  .acms-push-xl-5 {
    left: 41.6666666667%;
  }
  .acms-push-xl-6 {
    left: 50%;
  }
  .acms-push-xl-7 {
    left: 58.3333333333%;
  }
  .acms-push-xl-8 {
    left: 66.6666666667%;
  }
  .acms-push-xl-9 {
    left: 75%;
  }
  .acms-push-xl-10 {
    left: 83.3333333333%;
  }
  .acms-push-xl-11 {
    left: 91.6666666667%;
  }
  [class*=acms-pull-xl] {
    position: relative;
    left: auto;
  }
  .acms-pull-xl-auto {
    right: auto;
  }
  .acms-pull-xl-1 {
    right: 8.3333333333%;
  }
  .acms-pull-xl-2 {
    right: 16.6666666667%;
  }
  .acms-pull-xl-3 {
    right: 25%;
  }
  .acms-pull-xl-4 {
    right: 33.3333333333%;
  }
  .acms-pull-xl-5 {
    right: 41.6666666667%;
  }
  .acms-pull-xl-6 {
    right: 50%;
  }
  .acms-pull-xl-7 {
    right: 58.3333333333%;
  }
  .acms-pull-xl-8 {
    right: 66.6666666667%;
  }
  .acms-pull-xl-9 {
    right: 75%;
  }
  .acms-pull-xl-10 {
    right: 83.3333333333%;
  }
  .acms-pull-xl-11 {
    right: 91.6666666667%;
  }
}
.acms-entry .acms-col-12 {
  clear: both;
}

/* ------------------------------
 リスト
------------------------------- */
.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;
}

.acms-list-group-item {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #e5e5e5;
}
.acms-list-group-item:hover {
  background: #efefef;
}
.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: #ccc;
  border-radius: 3px;
}
.acms-label {
  font-size: 11px;
}
@media print {
  .acms-label {
    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;
}
.acms-label-large {
  font-size: 16px;
}
@media print {
  .acms-label-large {
    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, 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, 0.2);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.acms-label-info {
  color: #114497;
  background-color: #c5d8f5;
}
a.acms-label-info:link,
a.acms-label-info:visited,
a.acms-label-info:active,
a.acms-label-info:focus {
  color: #114497;
}

.acms-label-warning {
  color: #664404;
  background-color: #ffdf99;
}
a.acms-label-warning:link,
a.acms-label-warning:visited,
a.acms-label-warning:active,
a.acms-label-warning:focus {
  color: #664404;
}

.acms-label-danger {
  color: #760d1d;
  background-color: #efc1c8;
}
a.acms-label-danger:link,
a.acms-label-danger:visited,
a.acms-label-danger:active,
a.acms-label-danger:focus {
  color: #760d1d;
}

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

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

.acms-panel-header {
  margin: 0;
  padding: 10px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ddd;
}
.acms-panel-header, .acms-panel-header a {
  color: #333;
}

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

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

.acms-panel-title {
  margin: 0;
}
.acms-panel-title {
  font-size: 15px;
}
@media print {
  .acms-panel-title {
    font-size: 15px;
  }
}
.acms-panel-title > a {
  color: inherit;
}
.acms-panel-title > a:hover {
  color: inherit;
  opacity: 0.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: #c5d8f5;
}
.acms-panel-info .acms-panel-header,
.acms-panel-info .acms-panel-header a {
  color: #114497;
  background-color: #e8effb;
  border-color: #c5d8f5;
}
.acms-panel-info .acms-panel-footer {
  border-color: #c5d8f5;
}

.acms-panel-danger.acms-panel {
  border-color: #efc1c8;
}
.acms-panel-danger .acms-panel-header,
.acms-panel-danger .acms-panel-header a {
  color: #760d1d;
  background-color: #f9e6e9;
  border-color: #efc1c8;
}
.acms-panel-danger .acms-panel-footer {
  border-color: #efc1c8;
}

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

/* ------------------------------
 テーブル
------------------------------- */
.acms-table {
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #ddd;
  border-collapse: collapse;
}
.acms-table th,
.acms-table td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.acms-table th {
  text-align: left;
  vertical-align: top;
}
.acms-table.acms-table-none {
  border-top: 0;
}
.acms-table.acms-table-none th, .acms-table.acms-table-none td {
  border-bottom: 0;
}

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

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

.acms-table-heading th,
.acms-table-heading td {
  border-bottom: 1px solid #ccc;
}
.acms-table-heading th {
  color: #4b4b4b;
  background: #efefef;
}

.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: #f9f9f9;
}

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

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

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

.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: 479.98px) {
  .acms-table-scroll-xs {
    margin-bottom: 15px;
    overflow: scroll 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: 767.98px) {
  .acms-table-scroll-sm {
    margin-bottom: 15px;
    overflow: scroll 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: 1023.98px) {
  .acms-table-scroll-md {
    margin-bottom: 15px;
    overflow: scroll 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: 1439.98px) {
  .acms-table-scroll-lg {
    margin-bottom: 15px;
    overflow: scroll 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: scroll 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: 767.98px) {
  .acms-table-responsive {
    margin-bottom: 15px;
    overflow: scroll 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;
    box-sizing: border-box;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .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: #e8effb;
}

.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: #e6f5e8;
}

.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: #ffefcc;
}

.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: #f9e6e9;
}

.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;
  border-bottom: 2px solid #333;
}
.acms-heading {
  font-size: 18px;
}
@media print {
  .acms-heading {
    font-size: 18px;
  }
}
.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;
}
@media print {
  .acms-page-header .acms-page-heading {
    font-size: 28px;
  }
}

/* ------------------------------
 トースト
------------------------------- */
.acms-toast {
  position: fixed;
  top: 100%;
  right: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  transform: translateY(-100%);
  transition: transform 0.4s ease;
}

.acms-toast-header {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: #333;
  border-radius: 3px 3px 0 0;
}
.acms-toast-header {
  font-size: 14px;
}
@media print {
  .acms-toast-header {
    font-size: 14px;
  }
}

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

.acms-toast-heading {
  display: flex;
  flex: 1;
  width: 100%;
  margin: 0 0 0 10px;
  color: #fff;
  line-height: 1.3;
}
.acms-toast-heading {
  font-size: 14px;
}
@media print {
  .acms-toast-heading {
    font-size: 14px;
  }
}

.acms-toast-body {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  color: #333;
  background: #fff;
  transition: opacity 0.2s;
}
.acms-toast-body {
  font-size: 13px;
}
@media print {
  .acms-toast-body {
    font-size: 13px;
  }
}

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

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

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

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

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

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

.acms-toast-success .acms-toast-header {
  color: #0a5b14;
  background: #c0e4c5;
}
.acms-toast-success .acms-toast-heading,
.acms-toast-success .acms-toast-icon-btn {
  color: #0a5b14;
}

.acms-toast-info .acms-toast-header {
  color: #114497;
  background: #c5d8f5;
}
.acms-toast-info .acms-toast-heading,
.acms-toast-info .acms-toast-icon-btn {
  color: #114497;
}

.acms-toast-warning .acms-toast-header {
  color: #664404;
  background: #ffdf99;
}
.acms-toast-warning .acms-toast-heading,
.acms-toast-warning .acms-toast-icon-btn {
  color: #664404;
}

.acms-toast-danger .acms-toast-header {
  color: #760d1d;
  background: #efc1c8;
}
.acms-toast-danger .acms-toast-heading,
.acms-toast-danger .acms-toast-icon-btn {
  color: #760d1d;
}

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

@media screen and (max-width: 767.98px) {
  .acms-toast.acms-toast-static-md {
    position: static;
    top: auto;
    left: auto;
    max-width: inherit;
    margin: 0 0 15px;
    transform: translateY(0);
  }
}
/* ------------------------------
 タイポグラフィ
------------------------------- */
/* ---------------
 見出し
--------------- */
.acms-h1,
.acms-style h1 {
  font-size: 30px;
}
@media print {
  .acms-h1,
  .acms-style h1 {
    font-size: 30px;
  }
}

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

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

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

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

.acms-h6,
.acms-style h6 {
  font-size: 12px;
}
@media print {
  .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: 8px;
}

[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;
}

/* ------------------------------
 ユニットグループ
------------------------------- */
/* ------------------------------
 フロート解除
------------------------------ */
.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;
  padding: 10px 20px;
  border-left: solid 5px #ccc;
}

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

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

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

.acms-entry [class*=column-yolp] {
  padding-left: 10px;
  padding-right: 10px;
  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;
  box-sizing: border-box;
}

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

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

.acms-entry [class*=column-media] {
  padding-left: 10px;
  padding-right: 10px;
  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;
  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;
}

/* 画像ユニットの設定 */
[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;
  padding: 0;
  line-height: 1.4;
}
[class*=column-quote] .quoteTitle {
  font-size: 18px;
}
@media print {
  [class*=column-quote] .quoteTitle {
    font-size: 18px;
  }
}
[class*=column-quote] .quoteTitleLink {
  color: #006dd9;
}
[class*=column-quote] .quoteSiteName {
  margin: 0 0 10px;
  padding: 0;
  color: #4b4b4b;
}
[class*=column-quote] .quoteSiteName {
  font-size: 11px;
}
@media print {
  [class*=column-quote] .quoteSiteName {
    font-size: 11px;
  }
}
[class*=column-quote] .quoteDescription {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.6;
}
[class*=column-quote] .quoteDescription {
  font-size: 12px;
}
@media print {
  [class*=column-quote] .quoteDescription {
    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;
}
.column-file-left + .caption {
  text-align: left;
}
.column-file-left {
  float: left;
  text-align: left;
}

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

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

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

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

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

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

/* 配置のスタイル */
.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-iframe {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.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-alert {
  margin-bottom: 20px;
  padding: 20px;
  color: #35353a;
  font-weight: bold;
  line-height: 1.7;
  background: #fff;
  border: 1px solid #7e7e8b;
  border-radius: 0;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1);
}
.acms-alert {
  font-size: 13px;
}
@media print {
  .acms-alert {
    font-size: 13px;
  }
}
.acms-alert {
  animation: anime1 0.5s ease 1 alternate;
}
.acms-alert .acms-icon {
  color: #7e7e8b;
}
.acms-alert .js-acms-alert-close {
  color: #7e7e8b;
}

@keyframes anime1 {
  0% {
    transform: translate(0, -5px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.acms-alert-info {
  color: #4b4b4b;
  background: #fff;
  border-color: #1861d8;
}
.acms-alert-info .js-acms-alert-close {
  color: #1861d8;
}
.acms-alert-info .acms-alert-icon-before {
  color: #1861d8;
}

.acms-alert-danger {
  color: #4b4b4b;
  background: #fff;
  border-color: #ce5769;
}
.acms-alert-danger .js-acms-alert-close {
  color: #c1354a;
}
.acms-alert-danger .acms-alert-icon-before {
  color: #c1354a;
}

.acms-alert-warning {
  color: #4b4b4b;
  background: #fff;
  border-color: #ffa90b;
}
.acms-alert-warning .js-acms-alert-close {
  color: #b37608;
}
.acms-alert-warning .acms-alert-icon-before {
  color: #d99009;
}

.acms-alert-success {
  color: #4b4b4b;
  background: #fff;
  border-color: #0f8a1e;
}
.acms-alert-success .js-acms-alert-close {
  color: #0f8a1e;
}
.acms-alert-success .acms-alert-icon-before {
  color: #0f8a1e;
}

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

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

.acms-alert-icon-after {
  position: absolute;
  right: 20px;
}
.acms-alert-icon-after {
  font-size: 20px;
}
@media print {
  .acms-alert-icon-after {
    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;
     -moz-appearance: none;
          appearance: none;
}
.js-acms-alert-close {
  font-size: 18px;
}
@media print {
  .js-acms-alert-close {
    font-size: 18px;
  }
}

/* ------------------------------
 アナウンス
------------------------------- */
.acms-announce {
  padding: 30px 15px 20px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 10px;
}

.acms-announce-title {
  margin: 0 0 15px;
}
.acms-announce-title {
  font-size: 18px;
}
@media print {
  .acms-announce-title {
    font-size: 18px;
  }
}

.acms-announce-text {
  margin: 0 0 15px;
}

.acms-announce-action {
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .acms-announce {
    padding: 70px 15px 50px;
  }
}
/* ------------------------------
 ボタングループ
------------------------------- */
.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, .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, .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, .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, 0.15);
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.js-acms-dropdown-menu > li > a,
.js-acms-dropdown-menu > li > button,
.acms-dropdown-menu > li > a,
.acms-dropdown-menu > li > button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 3px 20px;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.js-acms-dropdown-menu a:link,
.js-acms-dropdown-menu a:visited,
.js-acms-dropdown-menu button,
.acms-dropdown-menu a:link,
.acms-dropdown-menu a:visited,
.acms-dropdown-menu button {
  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: #e8effb;
}
.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: #1861d8;
  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,
.acms-navbar-system .js-acms-dropdown-menu > li > button {
  padding: 10px 20px;
}

.acms-navbar-admin-nav-header {
  display: flex;
  padding: 10px 15px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

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

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

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

.acms-navbar-admin-nav-dropdown-menu {
  margin: 0;
  padding: 0;
  color: #333;
  list-style: none;
}

.acms-navbar-admin-nav-dropdown-menu li {
  position: relative;
}
.acms-navbar-admin-nav-dropdown-menu li * {
  width: 100%;
}
.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;
}
.acms-navbar-admin-nav-dropdown-menu li a,
.acms-navbar-admin-nav-dropdown-menu li button {
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 20px;
  color: inherit;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.acms-navbar-admin-nav-dropdown-menu li a:link,
.acms-navbar-admin-nav-dropdown-menu li a:visited {
  color: #333;
}

@media screen and (max-width: 767.98px) {
  .acms-dropdown-toggle-sp .js-acms-dropdown-menu {
    position: static !important;
    top: 0;
    left: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .acms-dropdown-toggle-sp .js-acms-dropdown-menu > li > a, .acms-dropdown-toggle-sp .js-acms-dropdown-menu > li > button {
    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 transparent;
  border-top-color: #999;
}

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

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

@font-face {
  font-weight: normal;
  font-family: acms-fonts;
  font-style: normal;
  src: url(../fonts/acms-fonts.eot);
  src: url(../fonts/acms-fonts.eot) format("embedded-opentype"), url(../fonts/acms-fonts.ttf) format("truetype"), url(../fonts/acms-fonts.woff) format("woff"), url(../fonts/acms-fonts.svg) 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-large {
  color: #999;
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.acms-icon-x::before {
  content: "\e9c3";
}

.acms-icon-x-square::before {
  content: "\e9c4";
}

.acms-icon-x-circle::before {
  content: "\e9c5";
}

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

/* ------------------------------
 ナビゲーション
------------------------------- */
.acms-navbar {
  z-index: 100009;
  clear: both;
  width: 100%;
  margin: 0 0 20px;
  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;
}
.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: #4b4b4b;
}
.acms-navbar .stay a,
.acms-navbar a:active {
  background: #4b4b4b;
}
.acms-navbar #viewing {
  background: #efefef;
}
.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 !important;
  background: #333;
  border-top: solid 1px #333;
  border-bottom: solid 1px #999;
}
.acms-navbar ul ul a:hover {
  background-color: #4b4b4b;
}
.acms-navbar ul li.stay ul a {
  background-color: #333;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
.acms-navbar ul li.stay ul a:hover {
  background-color: #4b4b4b;
}
.acms-navbar ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}
.acms-navbar ul ul ul a {
  background: #333;
  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;
  }
}
/* ------------------------------
 オフキャンバス
------------------------------- */
.js-acms-offcanvas-active {
  position: fixed;
  inset: 0;
  z-index: 100019;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

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

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

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

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

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

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

.js-acms-offcanvas-active .js-acms-offcanvas-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 100018;
  display: block;
  box-sizing: border-box;
  width: 70%;
  max-width: 100%;
  overflow-y: scroll;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-right {
  right: 0;
  left: auto;
  margin-right: -70%;
  transition: margin-right 0.3s ease-in-out;
}
.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-left {
  right: auto;
  left: 0;
  margin-left: -70%;
  transition: margin-left 0.3s ease-in-out;
}
.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-right.active {
  margin-right: 0;
  transition: margin-right 0.3s ease-in-out;
}
.js-acms-offcanvas-active .js-acms-offcanvas-sidebar-left.active {
  margin-left: 0;
  transition: margin-left 0.3s ease-in-out;
}

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

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

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

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

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

.acms-progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #333;
  text-align: center;
  background-color: #9cd4a3;
}
.acms-progress-bar {
  transition: width 0.6s ease;
}

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

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

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

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

@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;
  }
}
/* ------------------------------
 ページャー
------------------------------- */
.acms-pager {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0;
  color: #333;
  list-style: none;
}
.acms-pager {
  font-size: 13px;
}
@media print {
  .acms-pager {
    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;
  transition: background-color 0.2s, border-color 0.2s;
}
.acms-pager li span > a, .acms-pager li.cur span, .acms-pager li.cur button,
.acms-pager li > a,
.acms-pager li > button {
  font-size: 14px;
}
@media print {
  .acms-pager li span > a, .acms-pager li.cur span, .acms-pager li.cur button,
  .acms-pager li > a,
  .acms-pager li > button {
    font-size: 14px;
  }
}
.acms-pager li span > a, .acms-pager li.cur span, .acms-pager li.cur button,
.acms-pager li > a,
.acms-pager li > button {
  color: #333;
  background-color: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: background-color 0.2s;
}
.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, 0.4);
}
.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, 0.4);
}
.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;
  box-shadow: 0 0 0 2px rgba(19, 122, 243, 0.4);
}
.acms-pager li span > a, .acms-pager li.cur span, .acms-pager li.cur button,
.acms-pager li > a,
.acms-pager li > button {
  padding: 14px;
  color: #333;
}
.acms-pager li.cur span, .acms-pager li.cur button {
  text-decoration: none;
  background-color: #efefef;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.acms-pager li > a:active,
.acms-pager li > button:active {
  background-color: #ddd;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

@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;
    transition: background-color 0.2s, border-color 0.2s;
  }
  .acms-pager li span > a, .acms-pager li.cur span, .acms-pager li.cur button,
  .acms-pager li > a,
  .acms-pager li > button {
    font-size: 14px;
  }
}
@media print and (min-width: 768px) {
  .acms-pager li span > a, .acms-pager li.cur span, .acms-pager li.cur button,
  .acms-pager li > a,
  .acms-pager li > button {
    font-size: 14px;
  }
}
.acms-password-strength-meter {
  width: 100%;
  height: 6px;
  margin: 0 0 5px;
  background-color: #999;
}
.acms-password-strength-meter.js-result-0 {
  background: #c5001d;
}
.acms-password-strength-meter.js-result-1 {
  background: #ffa342;
}
.acms-password-strength-meter.js-result-2 {
  background: #ffed60;
}
.acms-password-strength-meter.js-result-3 {
  background: #009812;
}
.acms-password-strength-meter.js-result-4 {
  background: #005cee;
}

.acms-password-strength-label::before {
  margin: 0 5px 0 0;
  font-family: acms-fonts;
}
.acms-password-strength-label.js-label-0 {
  color: #c5001d;
}
.acms-password-strength-label.js-label-1 {
  color: #ffa342;
}
.acms-password-strength-label.js-label-2 {
  color: #ffed60;
}
.acms-password-strength-label.js-label-3 {
  color: #009812;
}
.acms-password-strength-label.js-label-4 {
  color: #005cee;
}
.acms-password-strength-label.js-label-0::before {
  content: "\e999";
}
.acms-password-strength-label.js-label-1::before {
  content: "\e999";
}
.acms-password-strength-label.js-label-2::before {
  content: "\e904";
}
.acms-password-strength-label.js-label-3::before {
  content: "\e90c";
}
.acms-password-strength-label.js-label-4::before {
  content: "\e90c";
}

/* ------------------------------
 サイドバー
------------------------------- */
.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 15px;
  color: #4b4b4b;
  font-weight: 400;
  background-color: #35353a;
}
.acms-sidebar-title {
  font-size: 14px;
}
@media print {
  .acms-sidebar-title {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .acms-sidebar-title {
    padding: 5px 15px;
    background-color: inherit;
    border-top: 1px solid #999;
  }
  .acms-sidebar-title {
    font-size: 11px;
  }
}
@media print and (min-width: 768px) {
  .acms-sidebar-title {
    font-size: 11px;
  }
}

/* リンク */
.acms-sidebar-link a {
  display: block;
  padding: 10px 15px;
  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: #35353a;
}

.acms-sidebar-childlink {
  background: #35353a;
}

.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") no-repeat 95% center;
}

/* ------------------------------
 リスト
------------------------------- */
.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-body {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.acms-summary-body + .acms-summary-image {
  padding-right: 10px;
}

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

/* ------------------------------
 タブ
------------------------------- */
.acms-tabs .acms-tabs-panel {
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
}
.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_tabs button,
.acms-tabs .js-acms_admin_tabs a,
.acms-tabs .js-acms_admin_tabs button,
.acms-tabs .acms-tabs-inner a,
.acms-tabs .acms-tabs-inner button {
  position: relative;
  display: block;
  padding: 10px 8px;
  color: #4b4b4b;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  background-color: transparent;
  border: none;
  outline: none;
}
.acms-tabs .js-acms_tabs a,
.acms-tabs .js-acms_tabs button,
.acms-tabs .js-acms_admin_tabs a,
.acms-tabs .js-acms_admin_tabs button,
.acms-tabs .acms-tabs-inner a,
.acms-tabs .acms-tabs-inner button {
  font-size: 14px;
}
@media print {
  .acms-tabs .js-acms_tabs a,
  .acms-tabs .js-acms_tabs button,
  .acms-tabs .js-acms_admin_tabs a,
  .acms-tabs .js-acms_admin_tabs button,
  .acms-tabs .acms-tabs-inner a,
  .acms-tabs .acms-tabs-inner button {
    font-size: 14px;
  }
}
.acms-tabs .js-acms_tabs a:hover,
.acms-tabs .js-acms_tabs button:hover,
.acms-tabs .js-acms_admin_tabs a:hover,
.acms-tabs .js-acms_admin_tabs button:hover,
.acms-tabs .acms-tabs-inner a:hover,
.acms-tabs .acms-tabs-inner button:hover {
  color: #4b4b4b;
  background: #f2f2f5;
}
.acms-tabs .js-acms_tabs a.js-acms_tab-active, .acms-tabs .js-acms_tabs a.acms-tab-active,
.acms-tabs .js-acms_tabs button.js-acms_tab-active,
.acms-tabs .js-acms_tabs button.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 .js-acms_admin_tabs button.js-acms_tab-active,
.acms-tabs .js-acms_admin_tabs button.acms-tab-active,
.acms-tabs .acms-tabs-inner a.js-acms_tab-active,
.acms-tabs .acms-tabs-inner a.acms-tab-active,
.acms-tabs .acms-tabs-inner button.js-acms_tab-active,
.acms-tabs .acms-tabs-inner button.acms-tab-active {
  color: #1861d8;
  background: #f2f2f5;
  border-bottom: 3px solid #1861d8;
}
.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_tabs button.js-acms_tab-active::before,
.acms-tabs .js-acms_tabs button.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 .js-acms_admin_tabs button.js-acms_tab-active::before,
.acms-tabs .js-acms_admin_tabs button.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,
.acms-tabs .acms-tabs-inner button.js-acms_tab-active::before,
.acms-tabs .acms-tabs-inner button.acms-tab-active::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f2f2f5;
  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;
  padding: 10px 0 0;
  background: #f2f2f5;
}
.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_tabs button,
.acms-tabs-inverse .js-acms_admin_tabs a,
.acms-tabs-inverse .js-acms_admin_tabs button {
  display: block;
  padding: 10px 8px;
  color: #333;
  line-height: 1;
  background: #f2f2f5;
  border-radius: 3px 3px 0 0;
  outline: none;
  transition: background-color 0.2s;
}
.acms-tabs-inverse .js-acms_tabs a,
.acms-tabs-inverse .js-acms_tabs button,
.acms-tabs-inverse .js-acms_admin_tabs a,
.acms-tabs-inverse .js-acms_admin_tabs button {
  font-size: 14px;
}
@media print {
  .acms-tabs-inverse .js-acms_tabs a,
  .acms-tabs-inverse .js-acms_tabs button,
  .acms-tabs-inverse .js-acms_admin_tabs a,
  .acms-tabs-inverse .js-acms_admin_tabs button {
    font-size: 14px;
  }
}
.acms-tabs-inverse .js-acms_tabs a:hover,
.acms-tabs-inverse .js-acms_tabs button:hover,
.acms-tabs-inverse .js-acms_admin_tabs a:hover,
.acms-tabs-inverse .js-acms_admin_tabs button:hover {
  text-decoration: none;
  background: #e2e2e8;
  border-bottom: 1px solid #fff;
}
.acms-tabs-inverse .js-acms_tabs a.js-acms_tab-active,
.acms-tabs-inverse .js-acms_tabs button.js-acms_tab-active,
.acms-tabs-inverse .js-acms_admin_tabs a.js-acms_tab-active,
.acms-tabs-inverse .js-acms_admin_tabs button.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-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%;
  box-shadow: 0 2px 10px rgba(0, 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, 0.5);
}

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

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

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

/* ------------------------------
 タイムライン
------------------------------- */
.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;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

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

.acms-timeline-label {
  padding: 5px 10px;
}
.acms-timeline-label {
  font-size: 14px;
}
@media print {
  .acms-timeline-label {
    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-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: 0.9;
}
.acms-tooltip {
  font-size: 11px;
}
@media print {
  .acms-tooltip {
    font-size: 11px;
  }
}
.acms-tooltip a {
  color: #c5d8f5;
  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: 767.98px) {
  .acms-tooltip {
    left: 0 !important;
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  .acms-table-admin-edit .acms-icon-tooltip {
    margin-right: -25px;
  }
}
.acms-tooltip-simple {
  position: relative;
}
.acms-tooltip-simple .acms-tooltip-simple-content {
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: none;
  width: 140px;
  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: 767.98px) {
  .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-topicpath {
  margin: 0 0 10px;
  padding: 0;
  line-height: 1;
  list-style: none;
}
.acms-topicpath {
  font-size: 11px;
}
@media print {
  .acms-topicpath {
    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;
}
.acms-topicpath a {
  font-size: 11px;
}
@media print {
  .acms-topicpath a {
    font-size: 11px;
  }
}
.acms-topicpath a:link {
  text-decoration: none;
}
.acms-topicpath a:hover {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* JSが読み込めない環境のとき */
.no-js .acms-slide-top,
.no-js .acms-slide-left,
.no-js .acms-slide-bottom,
.no-js .acms-slide-right {
  transform: translateX(0) translateY(0);
  opacity: 1;
}
.no-js .acms-zoom-in-show,
.no-js .acms-zoom-out-show {
  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: #114497;
}

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

.acms-text-success {
  color: #0a5b14;
}

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

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

.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;
  color: #fff;
  background-color: #999;
}
.acms-icon-bg {
  font-size: 18px;
}
@media print {
  .acms-icon-bg {
    font-size: 18px;
  }
}

.acms-icon-bg-info {
  background-color: #1861d8;
}

.acms-icon-bg-success {
  background-color: #0f8a1e;
}

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

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

.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: 767.98px) {
  .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: 767.98px) {
  .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: 479.98px) {
  .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: 767.98px) {
  .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: 1023.98px) {
  .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: 1439.98px) {
  .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: 479.98px) {
  .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: 767.98px) {
  .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: 1023.98px) {
  .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: 1439.98px) {
  .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;
  }
}
