@charset "UTF-8";
/* Default */
/*------------------------------------
  Variables
------------------------------------*/
/* [ Sample ] */
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.u-header__section--admin-dark a {
  color: #ffffff;
}

b {
  font-weight: bold;
}

code {
  margin: 0 0.1rem;
  padding: 0.15rem;
  background-color: #f7f7f7;
  border: 1px solid #cecfce;
  border-radius: 4px;
}

#contractorMenuInvoker span.u-icon-v3 {
  background-color: #b8c3c9;
}

.help-block {
  display: block;
  color: #538b20;
}

.form-control::-moz-placeholder {
  opacity: 0.5 !important;
}

.form-control::placeholder {
  opacity: 0.5 !important;
}

.table thead tr th {
  text-align: center;
}

table td.sortable {
  text-align: center;
}
table td.middle,
table th.middle {
  vertical-align: middle !important;
}

.unit {
  margin-left: 0.2em;
}

.honorific {
  margin-left: 0.2em;
  font-size: 0.9rem;
  opacity: 0.8;
}

/* ヘルプ・FAQ */
.modal-body.decoration,
.note-editable {
  font-size: 1.2rem;
}
.modal-body.decoration h1,
.note-editable h1 {
  position: relative;
  padding-bottom: 0.5em;
}
.modal-body.decoration h1::after,
.note-editable h1::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  box-sizing: border-box;
  border-top: 3px solid black;
  border-bottom: 1px solid black;
}
.modal-body.decoration h2,
.note-editable h2 {
  color: #527bcc;
  margin: 40px -8px 16px -8px;
  padding: 20px 8px 16px 24px;
  line-height: 28px;
  background-color: #f4f4f4;
  font-weight: bold;
}
.modal-body.decoration h3,
.note-editable h3 {
  margin: 21px 0;
  padding: 0.25em 0.5em;
  background: #f4f4f4;
  border-left: solid 5px #527bcc;
  border-bottom: solid 3px #d7d7d7;
}
.modal-body.decoration h4,
.note-editable h4 {
  margin: 16px 0;
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #494949; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #7db4e6; /*左線*/
}
.modal-body.decoration h5,
.note-editable h5 {
  margin: 14px 0;
  position: relative;
  padding-left: 0.7em;
}
.modal-body.decoration h5::after,
.note-editable h5::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 1em;
  color: #494949; /*文字色*/
  font-size: 1.25rem;
  background-color: #7db4e6;
}
.modal-body.decoration h6,
.note-editable h6 {
  margin: 12px 0;
  color: #527bcc;
  font-weight: bold;
  font-size: 1.15rem;
}
.modal-body.decoration p,
.note-editable p {
  padding: 0 1rem;
}
.modal-body.decoration img,
.note-editable img {
  filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}
.modal-body.decoration blockquote,
.note-editable blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #555555;
  border-left: 4px solid #9dd4ff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}
.modal-body.decoration blockquote:before,
.note-editable blockquote:before {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #9dd4ff;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}
.modal-body.decoration blockquote p,
.note-editable blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}
.modal-body.decoration blockquote cite,
.note-editable blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.modal-body.decoration code,
.note-editable code {
  display: inline-block;
  background: #f0f5f9;
  border-radius: 3px;
  margin: 0 0.1em;
  padding: 0.1em 0.2em;
  font-size: 0.85em;
  line-height: 1.4;
}
.modal-body.decoration pre,
.note-editable pre {
  margin: 1em 0;
  padding: 1em;
  border-radius: 5px;
  background: #f0f5f9;
  white-space: pre-wrap;
  font-size: 0.85em;
}
.modal-body.decoration pre code,
.note-editable pre code {
  background: inherit;
  border: 0;
  font-size: 1em;
}

table.data-table {
  width: 100%;
}
table.data-table thead th {
  position: sticky;
  top: 0;
  background-color: #FFF;
}
table.data-table thead th:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
#BookingPageColor {
  padding: 0.25rem 0.75rem;
}

div.palette-color-picker-button {
  width: 41px;
  height: 41px;
  margin-top: 1px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.cake-debug {
  margin-top: 80px;
}

.bold {
  font-weight: bold;
}

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

.u-side-nav--has-sub-menu__indicator {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

span.required {
  margin-left: 0.2em;
  color: #CC0000;
}

span.help-block {
  display: block;
  margin-left: 0.2em;
}

span.verticalWriting {
  display: inline-block;
  transform: rotate(90deg);
}

tr.deleted td {
  background-color: #a7a9a7;
}

#addFormElement tr {
  display: none;
}

span.mailTag {
  display: inline-block;
  padding: 2px 4px;
  margin: 0 2px;
  border: 1px solid #CECFCE;
  border-radius: 4px;
  background-color: #f7f7f7;
  color: #527bcc;
  font-size: 13px;
  white-space: nowrap;
}

#mailInsertTags span.mailTag {
  margin: 0 4px 8px 0;
  cursor: pointer;
}
#mailInsertTags span.mailTag:hover {
  border-color: #527bcc;
  background-color: #e7e7e7;
}
/*# sourceMappingURL=custom.css.map */