@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #000000;
}
body a {
  outline: none;
  color: inherit;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 50%;
}
body sup {
  bottom: 1ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  font-family: sans-serif;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}

body.backoffice {
  padding-top: 50px;
  min-width: 1024px;
  background: #efefef;
}
body.backoffice header {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
body.backoffice header p.logo {
  margin: 8px 0 0 30px;
  float: left;
}
body.backoffice header p.logo img {
  width: 220px;
  height: auto;
}
body.backoffice header nav {
  margin: 5px 30px 0 0;
  padding: 3px 0;
  float: right;
  line-height: 32px;
  font-size: 16px;
}
body.backoffice header nav ul {
  margin-right: 30px;
  float: left;
  display: flex;
  gap: 0 20px;
}
body.backoffice header nav ul li a {
  padding-left: 20px;
  display: block;
  position: relative;
}
body.backoffice header nav ul li a:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  background: no-repeat center center/contain;
}
body.backoffice header nav ul li a.schedule_all:before {
  background-image: url("../image/icon_calendar.svg");
}
body.backoffice header nav ul li a.schedule_user:before {
  background-image: url("../image/icon_user.svg");
}
body.backoffice header nav ul li a.operation:before {
  background-image: url("../image/icon_search.svg");
}
body.backoffice header nav ul li a.user:before {
  background-image: url("../image/icon_setting.svg");
}
body.backoffice header nav ul li a:hover {
  text-decoration: underline;
}
body.backoffice header nav ul li a.active {
  color: #bd1c1f;
}
body.backoffice header nav ul li a.active.schedule_all:before {
  background-image: url("../image/icon_calendar_active.svg");
}
body.backoffice header nav ul li a.active.schedule_user:before {
  background-image: url("../image/icon_user_active.svg");
}
body.backoffice header nav ul li a.active.operation:before {
  background-image: url("../image/icon_search_active.svg");
}
body.backoffice header nav ul li a.active.user:before {
  background-image: url("../image/icon_setting_active.svg");
}
body.backoffice header nav p.logout {
  float: right;
}
body.backoffice header nav p.logout a {
  padding: 0 12px;
  display: block;
  border-radius: 8px;
  background: #bd1c1f;
  color: #ffffff;
  font-size: 14px;
  filter: brightness(1);
  transform-style: preserve-3d;
  transition-property: filter;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
body.backoffice header nav p.logout a:hover {
  filter: brightness(1.2);
}
body.backoffice article section {
  padding: 40px 60px;
  background: #ffffff;
  position: relative;
}
body.backoffice article section h1 {
  padding: 40px 0;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
}
body.backoffice article section p.back {
  padding: 0 0 0 12px;
  position: absolute;
  top: 40px;
  left: 60px;
}
body.backoffice article section p.back a {
  padding: 0 2px 0 0;
  width: 64px;
  height: 28px;
  display: block;
  box-sizing: border-box;
  border-radius: 0 6px 6px 0;
  background: #bd1c1f;
  position: relative;
  text-align: center;
  line-height: 27px;
  font-size: 16px;
  color: #ffffff;
  filter: brightness(1);
  transform-style: preserve-3d;
  transition-property: filter;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
body.backoffice article section p.back a:hover {
  filter: brightness(1.2);
}
body.backoffice article section p.back a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 14px 0;
  border-color: transparent #bd1c1f transparent transparent;
  position: absolute;
  left: -12px;
  top: 0;
}
body.backoffice article section .error {
  display: block;
  line-height: 18px;
  font-size: 14px;
  color: #ff1c1f;
}
body.backoffice article section ul.flex {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  justify-content: start;
  align-items: center;
}
body.backoffice article section ul.flex li {
  margin-bottom: 0 !important;
}
body.backoffice article section table.user_datas {
  width: 100%;
}
body.backoffice article section table.user_datas tr th, body.backoffice article section table.user_datas tr td {
  border: 1px solid #cccccc;
  text-align: left;
  font-size: 14px;
}
body.backoffice article section table.user_datas tr th.guarantee, body.backoffice article section table.user_datas tr td.guarantee {
  text-align: right;
}
body.backoffice article section table.user_datas tr th table, body.backoffice article section table.user_datas tr td table {
  width: 100%;
}
body.backoffice article section table.user_datas tr th span, body.backoffice article section table.user_datas tr td span {
  display: block;
}
body.backoffice article section table.user_datas tr th input, body.backoffice article section table.user_datas tr th button.save, body.backoffice article section table.user_datas tr td input, body.backoffice article section table.user_datas tr td button.save {
  display: none;
}
body.backoffice article section table.user_datas tr th input, body.backoffice article section table.user_datas tr td input {
  padding: 0 12px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 6px;
  line-height: 30px;
  font-size: 14px;
}
body.backoffice article section table.user_datas tr th button, body.backoffice article section table.user_datas tr td button {
  padding: 4px;
  display: block;
  background: transparent;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
body.backoffice article section table.user_datas tr th button.edit, body.backoffice article section table.user_datas tr td button.edit {
  text-align: center;
}
body.backoffice article section table.user_datas tr th button.save, body.backoffice article section table.user_datas tr td button.save {
  text-align: center;
}
body.backoffice article section table.user_datas tr th button.delete, body.backoffice article section table.user_datas tr td button.delete {
  text-align: center;
  color: #bd1c1f;
}
body.backoffice article section table.user_datas tr th button.download, body.backoffice article section table.user_datas tr td button.download {
  text-align: center;
}
body.backoffice article section table.user_datas tr th span.sort, body.backoffice article section table.user_datas tr td span.sort {
  padding: 0 5px;
  float: right;
  font-size: 12px;
}
body.backoffice article section table.user_datas thead tr th {
  padding: 0 10px;
  height: 40px;
  background: #efefef;
  font-weight: bold;
  vertical-align: middle;
}
body.backoffice article section table.user_datas thead tr th.edit, body.backoffice article section table.user_datas thead tr th.delete, body.backoffice article section table.user_datas thead tr th.download {
  width: 30px;
}
body.backoffice article section table.user_datas tbody tr:nth-child(even) {
  background: #fafcfd;
}
body.backoffice article section table.user_datas tbody tr th {
  padding: 10px;
}
body.backoffice article section table.user_datas tbody tr td {
  padding: 10px;
}
body.backoffice article section table.user_datas tbody tr td.edit, body.backoffice article section table.user_datas tbody tr td.delete {
  text-align: center;
}
body.backoffice article section table.user_datas tfoot tr td {
  padding: 10px;
}
body.backoffice article section table.user_datas tfoot tr td.kei {
  text-align: right;
}
body.backoffice article.login form {
  margin: 0 auto;
  width: 540px;
  padding: 60px 0;
  display: block;
}
body.backoffice article.login form dl {
  margin-bottom: 24px;
}
body.backoffice article.login form dl dt {
  width: 150px;
  float: left;
  line-height: 32px;
  font-size: 16px;
}
body.backoffice article.login form dl dd {
  margin-left: 150px;
}
body.backoffice article.login form dl dd input[type=email],
body.backoffice article.login form dl dd input[type=password] {
  margin-bottom: 6px;
  padding: 0 12px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 6px;
  line-height: 30px;
  font-size: 14px;
}
body.backoffice article.login form p.login input[type=submit] {
  margin: 0 auto;
  width: 240px;
  height: 60px;
  display: block;
  border-radius: 30px;
  background: #bd1c1f;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  filter: brightness(1);
  transform-style: preserve-3d;
  transition-property: filter;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
body.backoffice article.login form p.login input[type=submit]:hover {
  filter: brightness(1.2);
}
body.backoffice article.top section {
  padding-bottom: 300px;
}
body.backoffice article.top ul {
  margin: 20px 0 60px 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
body.backoffice article.top ul li a {
  width: 180px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background: #efefef;
  line-height: 20px;
  font-size: 16px;
}
body.backoffice article.top ul li a:hover {
  background: #ffffff;
}
body.backoffice article.top ul li a img {
  margin: 0 auto 24px auto;
  width: 38px;
  height: 38px;
  display: block;
}
body.backoffice article.top ul li a span {
  display: block;
}
body.backoffice article.schedule_all section, body.backoffice article.schedule_user section, body.backoffice article.schedule_user_monthly section {
  padding-top: 60px;
}
body.backoffice article.schedule_all .fixed_area, body.backoffice article.schedule_user .fixed_area, body.backoffice article.schedule_user_monthly .fixed_area {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 50px;
  left: 0;
  background: #ffffff;
  z-index: 20;
  transform: translateZ(0);
}
body.backoffice article.schedule_all .fixed_area.fixed, body.backoffice article.schedule_user .fixed_area.fixed, body.backoffice article.schedule_user_monthly .fixed_area.fixed {
  position: fixed;
}
body.backoffice article.schedule_all .fixed_area p.button, body.backoffice article.schedule_user .fixed_area p.button, body.backoffice article.schedule_user_monthly .fixed_area p.button {
  position: absolute;
  left: 288px;
  top: 10px;
}
body.backoffice article.schedule_all .fixed_area p.button a, body.backoffice article.schedule_user .fixed_area p.button a, body.backoffice article.schedule_user_monthly .fixed_area p.button a {
  padding: 0 16px;
  border: 1px solid #dddddd;
  background: #eeeeee;
  display: block;
  border-radius: 6px;
  line-height: 38px;
  cursor: pointer;
  opacity: 1;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
body.backoffice article.schedule_all .fixed_area p.button a:hover, body.backoffice article.schedule_user .fixed_area p.button a:hover, body.backoffice article.schedule_user_monthly .fixed_area p.button a:hover {
  opacity: 0.8;
}
body.backoffice article.schedule_all ul.date_time, body.backoffice article.schedule_user ul.date_time, body.backoffice article.schedule_user_monthly ul.date_time {
  margin: 12px 0;
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
body.backoffice article.schedule_all ul.date_time li.prev, body.backoffice article.schedule_all ul.date_time li.next, body.backoffice article.schedule_user ul.date_time li.prev, body.backoffice article.schedule_user ul.date_time li.next, body.backoffice article.schedule_user_monthly ul.date_time li.prev, body.backoffice article.schedule_user_monthly ul.date_time li.next {
  padding-top: 2px;
  width: 64px;
  height: 28px;
}
body.backoffice article.schedule_all ul.date_time li.prev a, body.backoffice article.schedule_all ul.date_time li.next a, body.backoffice article.schedule_user ul.date_time li.prev a, body.backoffice article.schedule_user ul.date_time li.next a, body.backoffice article.schedule_user_monthly ul.date_time li.prev a, body.backoffice article.schedule_user_monthly ul.date_time li.next a {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  background: #bd1c1f;
  position: relative;
  text-align: center;
  line-height: 27px;
  font-size: 16px;
  color: #ffffff;
  filter: brightness(1);
  transform-style: preserve-3d;
  transition-property: filter;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
body.backoffice article.schedule_all ul.date_time li.prev a:hover, body.backoffice article.schedule_all ul.date_time li.next a:hover, body.backoffice article.schedule_user ul.date_time li.prev a:hover, body.backoffice article.schedule_user ul.date_time li.next a:hover, body.backoffice article.schedule_user_monthly ul.date_time li.prev a:hover, body.backoffice article.schedule_user_monthly ul.date_time li.next a:hover {
  filter: brightness(1.2);
}
body.backoffice article.schedule_all ul.date_time li.prev a, body.backoffice article.schedule_user ul.date_time li.prev a, body.backoffice article.schedule_user_monthly ul.date_time li.prev a {
  border-radius: 0 6px 6px 0;
  padding: 0 2px 0 0;
}
body.backoffice article.schedule_all ul.date_time li.prev a:before, body.backoffice article.schedule_user ul.date_time li.prev a:before, body.backoffice article.schedule_user_monthly ul.date_time li.prev a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 14px 0;
  border-color: transparent #bd1c1f transparent transparent;
  position: absolute;
  left: -12px;
  top: 0;
}
body.backoffice article.schedule_all ul.date_time li.next a, body.backoffice article.schedule_user ul.date_time li.next a, body.backoffice article.schedule_user_monthly ul.date_time li.next a {
  border-radius: 6px 0 0 6px;
  padding: 0 0 0 2px;
}
body.backoffice article.schedule_all ul.date_time li.next a:before, body.backoffice article.schedule_user ul.date_time li.next a:before, body.backoffice article.schedule_user_monthly ul.date_time li.next a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 12px;
  border-color: transparent transparent transparent #bd1c1f;
  position: absolute;
  right: -12px;
  top: 0;
}
body.backoffice article.schedule_all ul.date_time li.date, body.backoffice article.schedule_user ul.date_time li.date, body.backoffice article.schedule_user_monthly ul.date_time li.date {
  padding: 0 10px;
}
body.backoffice article.schedule_all ul.date_time li.date input[type=date], body.backoffice article.schedule_user ul.date_time li.date input[type=date], body.backoffice article.schedule_user_monthly ul.date_time li.date input[type=date] {
  padding: 0 12px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  line-height: 30px;
  font-size: 18px;
}
body.backoffice article.schedule_all ul.date_time li.name, body.backoffice article.schedule_user ul.date_time li.name, body.backoffice article.schedule_user_monthly ul.date_time li.name {
  padding: 0 10px;
  line-height: 32px;
  font-size: 18px;
}
body.backoffice article.schedule_all .search, body.backoffice article.schedule_user .search, body.backoffice article.schedule_user_monthly .search {
  position: absolute;
  left: 120px;
  top: 10px;
}
body.backoffice article.schedule_all .search button, body.backoffice article.schedule_user .search button, body.backoffice article.schedule_user_monthly .search button {
  padding: 0 16px;
  border: 1px solid #dddddd;
  background: #eeeeee;
  border-radius: 6px;
  line-height: 38px;
  cursor: pointer;
  filter: brightness(1);
  transform-style: preserve-3d;
  transition-property: filter;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
body.backoffice article.schedule_all .search button:hover, body.backoffice article.schedule_user .search button:hover, body.backoffice article.schedule_user_monthly .search button:hover {
  filter: brightness(1.05);
}
body.backoffice article.schedule_all .search .list, body.backoffice article.schedule_user .search .list, body.backoffice article.schedule_user_monthly .search .list {
  width: 200px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0px;
  top: 34px;
  z-index: 10;
  display: none;
  background: #ffffff;
}
body.backoffice article.schedule_all .search .list ul, body.backoffice article.schedule_user .search .list ul, body.backoffice article.schedule_user_monthly .search .list ul {
  border: 1px solid #dddddd;
  background: #ffffff;
}
body.backoffice article.schedule_all .search .list ul li, body.backoffice article.schedule_user .search .list ul li, body.backoffice article.schedule_user_monthly .search .list ul li {
  border-bottom: 1px solid #dddddd;
}
body.backoffice article.schedule_all .search .list ul li:last-child, body.backoffice article.schedule_user .search .list ul li:last-child, body.backoffice article.schedule_user_monthly .search .list ul li:last-child {
  border-bottom: 0;
}
body.backoffice article.schedule_all .search .list ul li label, body.backoffice article.schedule_user .search .list ul li label, body.backoffice article.schedule_user_monthly .search .list ul li label {
  display: block;
  position: relative;
  cursor: pointer;
}
body.backoffice article.schedule_all .search .list ul li label input, body.backoffice article.schedule_user .search .list ul li label input, body.backoffice article.schedule_user_monthly .search .list ul li label input {
  position: absolute;
  top: 0;
  left: -100px;
}
body.backoffice article.schedule_all .search .list ul li label input:checked + span + i, body.backoffice article.schedule_user .search .list ul li label input:checked + span + i, body.backoffice article.schedule_user_monthly .search .list ul li label input:checked + span + i {
  opacity: 1;
}
body.backoffice article.schedule_all .search .list ul li label span, body.backoffice article.schedule_user .search .list ul li label span, body.backoffice article.schedule_user_monthly .search .list ul li label span {
  padding: 12px 24px 12px 38px;
  display: block;
  position: relative;
}
body.backoffice article.schedule_all .search .list ul li label span:before, body.backoffice article.schedule_user .search .list ul li label span:before, body.backoffice article.schedule_user_monthly .search .list ul li label span:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  display: block;
  position: absolute;
  left: 8px;
  top: calc(50% - 10px);
}
body.backoffice article.schedule_all .search .list ul li label i, body.backoffice article.schedule_user .search .list ul li label i, body.backoffice article.schedule_user_monthly .search .list ul li label i {
  position: absolute;
  left: 12px;
  top: calc(50% - 16px);
  font-size: 24px;
  color: #bd1c1f;
  opacity: 0;
}
body.backoffice article.schedule_all .search .list ul li a, body.backoffice article.schedule_user .search .list ul li a, body.backoffice article.schedule_user_monthly .search .list ul li a {
  padding: 12px 24px;
  display: block;
}
body.backoffice article.schedule_all .schedule_table, body.backoffice article.schedule_user .schedule_table, body.backoffice article.schedule_user_monthly .schedule_table {
  position: relative;
}
body.backoffice article.schedule_all .schedule_table .scroll, body.backoffice article.schedule_user .schedule_table .scroll, body.backoffice article.schedule_user_monthly .schedule_table .scroll {
  display: flex;
}
body.backoffice article.schedule_all .schedule_table .frame, body.backoffice article.schedule_user .schedule_table .frame, body.backoffice article.schedule_user_monthly .schedule_table .frame {
  padding-right: 40px;
  background: #ffffff;
  min-height: calc(100vh - 165px);
  width: 100%;
}
body.backoffice article.schedule_all .schedule_table .frame ul.date, body.backoffice article.schedule_user .schedule_table .frame ul.date, body.backoffice article.schedule_user_monthly .schedule_table .frame ul.date {
  border-right: 1px solid #cccccc;
  padding-top: 36px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
}
body.backoffice article.schedule_all .schedule_table .frame ul.date li, body.backoffice article.schedule_user .schedule_table .frame ul.date li, body.backoffice article.schedule_user_monthly .schedule_table .frame ul.date li {
  padding: 6px 8px;
  border-bottom: 1px solid #cccccc;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  position: relative;
  line-height: 28px;
  text-align: right;
  font-size: 14px;
}
body.backoffice article.schedule_all .schedule_table .frame ul.date li#all, body.backoffice article.schedule_user .schedule_table .frame ul.date li#all, body.backoffice article.schedule_user_monthly .schedule_table .frame ul.date li#all {
  border-top: 1px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}
body.backoffice article.schedule_all .schedule_table .frame ul.date li:nth-child(odd), body.backoffice article.schedule_user .schedule_table .frame ul.date li:nth-child(odd), body.backoffice article.schedule_user_monthly .schedule_table .frame ul.date li:nth-child(odd) {
  background: #fafcfd;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas {
  display: flex;
  flex-wrap: nowrap;
  min-height: 100%;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col {
  position: relative;
  padding-top: 90px;
  flex-grow: 1;
  min-width: 150px;
  background: #ffffff;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .head, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .head, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .head {
  padding-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  border-bottom: 2px solid #cccccc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transform: translateZ(0);
  text-align: center;
  line-height: 18px;
  font-size: 14px;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .head a, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .head a, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .head a {
  display: block;
  border-bottom: 1px solid #cccccc;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .head a:hover, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .head a:hover, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .head a:hover {
  background: rgba(100, 100, 100, 0.1);
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .head span.date, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .head span.date, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .head span.date {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #cccccc;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .head span.date.sat, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .head span.date.sat, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .head span.date.sat {
  color: #1c77bd;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .head span.date.sun, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .head span.date.sun, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .head span.date.sun {
  color: #e5686b;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .head small, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .head small, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .head small {
  display: block;
  font-size: 10px;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .head:after, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .head:after, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .head:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #cccccc;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .head .allday_box, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .head .allday_box, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .head .allday_box {
  width: calc(100% - 24px);
  text-align: left;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .head .allday_box .schedule_data, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .head .allday_box .schedule_data, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .head .allday_box .schedule_data {
  margin: 0 auto;
  min-height: auto;
  position: relative;
  width: calc(100% - 3px);
  border-radius: 0;
  font-weight: bold;
  box-sizing: border-box;
  transform: translateX(-1px);
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .head .allday_box .schedule_data:last-child, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .head .allday_box .schedule_data:last-child, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .head .allday_box .schedule_data:last-child {
  border-radius: 0 0 8px 8px;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .boxes, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .boxes, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .boxes {
  position: relative;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .boxes .box, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .boxes .box, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .boxes .box {
  width: 100%;
  border-right: 1px solid #cccccc;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  /*
  &:nth-child(even){
  	background: #fafcfd;
  }

  &:hover{
  	background: #efefef;
  }

  .add{
  	width: 100%;
  	height: 100%;
  	display: block;
  	position: absolute;
  	left: 0;
  	top: 0;
  	z-index: 0;
  }
  */
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .schedule_data, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .schedule_data, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .schedule_data {
  padding: 10px 14px;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  word-wrap: break-word;
  line-height: 18px;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
  filter: brightness(1);
  transform-style: preserve-3d;
  transition-property: filter;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .schedule_data:hover, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .schedule_data:hover, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .schedule_data:hover {
  filter: brightness(1.2);
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .schedule_data.normal, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .schedule_data.normal, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .schedule_data.normal {
  margin: 2px;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .schedule_data.color_blue, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .schedule_data.color_blue, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .schedule_data.color_blue {
  background: #059be5;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .schedule_data.color_green, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .schedule_data.color_green, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .schedule_data.color_green {
  background: #34b679;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .schedule_data.color_orange, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .schedule_data.color_orange, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .schedule_data.color_orange {
  background: #ef6c01;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .schedule_data.color_pink, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .schedule_data.color_pink, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .schedule_data.color_pink {
  background: #e67b72;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .schedule_data.color_red, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .schedule_data.color_red, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .schedule_data.color_red {
  background: #9e4fb3;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .schedule_data.color_gray, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .schedule_data.color_gray, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .schedule_data.color_gray {
  background: #666666;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .schedule_data span, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .schedule_data span, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .schedule_data span {
  display: block;
}
body.backoffice article.schedule_all .schedule_table .frame .schedule_datas .col .schedule_data span.time, body.backoffice article.schedule_user .schedule_table .frame .schedule_datas .col .schedule_data span.time, body.backoffice article.schedule_user_monthly .schedule_table .frame .schedule_datas .col .schedule_data span.time {
  font-weight: bold;
}
body.backoffice article.schedule_all .monthly_data p.now_date, body.backoffice article.schedule_user .monthly_data p.now_date, body.backoffice article.schedule_user_monthly .monthly_data p.now_date {
  padding: 0 0 15px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
body.backoffice article.schedule_all .monthly_data table, body.backoffice article.schedule_user .monthly_data table, body.backoffice article.schedule_user_monthly .monthly_data table {
  width: 100%;
  height: calc(100vh - 190px);
  min-height: 600px;
}
body.backoffice article.schedule_all .monthly_data table tr th, body.backoffice article.schedule_all .monthly_data table tr td, body.backoffice article.schedule_user .monthly_data table tr th, body.backoffice article.schedule_user .monthly_data table tr td, body.backoffice article.schedule_user_monthly .monthly_data table tr th, body.backoffice article.schedule_user_monthly .monthly_data table tr td {
  border: 1px solid #cccccc;
}
body.backoffice article.schedule_all .monthly_data table thead, body.backoffice article.schedule_user .monthly_data table thead, body.backoffice article.schedule_user_monthly .monthly_data table thead {
  border-bottom: 2px solid #cccccc;
}
body.backoffice article.schedule_all .monthly_data table thead tr th, body.backoffice article.schedule_user .monthly_data table thead tr th, body.backoffice article.schedule_user_monthly .monthly_data table thead tr th {
  padding: 20px 0;
  width: 14.2857142857%;
  font-size: 16px;
  font-weight: bold;
  background: #eeeeee;
}
body.backoffice article.schedule_all .monthly_data table thead tr th.sat, body.backoffice article.schedule_user .monthly_data table thead tr th.sat, body.backoffice article.schedule_user_monthly .monthly_data table thead tr th.sat {
  background: #1c77bd;
  color: #ffffff;
}
body.backoffice article.schedule_all .monthly_data table thead tr th.sun, body.backoffice article.schedule_user .monthly_data table thead tr th.sun, body.backoffice article.schedule_user_monthly .monthly_data table thead tr th.sun {
  background: #e5686b;
  color: #ffffff;
}
body.backoffice article.schedule_all .monthly_data table tbody tr td, body.backoffice article.schedule_user .monthly_data table tbody tr td, body.backoffice article.schedule_user_monthly .monthly_data table tbody tr td {
  padding: 4px 4px;
  height: 16.6666666667%;
  box-sizing: border-box;
  position: relative;
  font-size: 12px;
}
body.backoffice article.schedule_all .monthly_data table tbody tr td span.day, body.backoffice article.schedule_user .monthly_data table tbody tr td span.day, body.backoffice article.schedule_user_monthly .monthly_data table tbody tr td span.day {
  height: 20px;
  display: block;
  position: relative;
  z-index: 1;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  pointer-events: none;
}
body.backoffice article.schedule_all .monthly_data table tbody tr td a.add, body.backoffice article.schedule_user .monthly_data table tbody tr td a.add, body.backoffice article.schedule_user_monthly .monthly_data table tbody tr td a.add {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
body.backoffice article.schedule_all .monthly_data table tbody tr td a.add:hover, body.backoffice article.schedule_user .monthly_data table tbody tr td a.add:hover, body.backoffice article.schedule_user_monthly .monthly_data table tbody tr td a.add:hover {
  background: #efefef;
}
body.backoffice article.schedule_all .monthly_data table tbody tr td.today, body.backoffice article.schedule_user .monthly_data table tbody tr td.today, body.backoffice article.schedule_user_monthly .monthly_data table tbody tr td.today {
  background: #ffefef;
}
body.backoffice article.schedule_all .monthly_data table tbody tr td .schedule_data, body.backoffice article.schedule_user .monthly_data table tbody tr td .schedule_data, body.backoffice article.schedule_user_monthly .monthly_data table tbody tr td .schedule_data {
  margin-top: 1px;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  word-wrap: break-word;
  line-height: 18px;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
  filter: brightness(1);
  transform-style: preserve-3d;
  transition-property: filter;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
body.backoffice article.schedule_all .monthly_data table tbody tr td .schedule_data:hover, body.backoffice article.schedule_user .monthly_data table tbody tr td .schedule_data:hover, body.backoffice article.schedule_user_monthly .monthly_data table tbody tr td .schedule_data:hover {
  filter: brightness(1.2);
}
body.backoffice article.schedule_all .monthly_data table tbody tr td .schedule_data.color_blue, body.backoffice article.schedule_user .monthly_data table tbody tr td .schedule_data.color_blue, body.backoffice article.schedule_user_monthly .monthly_data table tbody tr td .schedule_data.color_blue {
  background: #059be5;
}
body.backoffice article.schedule_all .monthly_data table tbody tr td .schedule_data.color_green, body.backoffice article.schedule_user .monthly_data table tbody tr td .schedule_data.color_green, body.backoffice article.schedule_user_monthly .monthly_data table tbody tr td .schedule_data.color_green {
  background: #34b679;
}
body.backoffice article.schedule_all .monthly_data table tbody tr td .schedule_data.color_orange, body.backoffice article.schedule_user .monthly_data table tbody tr td .schedule_data.color_orange, body.backoffice article.schedule_user_monthly .monthly_data table tbody tr td .schedule_data.color_orange {
  background: #ef6c01;
}
body.backoffice article.schedule_all .monthly_data table tbody tr td .schedule_data.color_pink, body.backoffice article.schedule_user .monthly_data table tbody tr td .schedule_data.color_pink, body.backoffice article.schedule_user_monthly .monthly_data table tbody tr td .schedule_data.color_pink {
  background: #e67b72;
}
body.backoffice article.schedule_all .monthly_data table tbody tr td .schedule_data.color_red, body.backoffice article.schedule_user .monthly_data table tbody tr td .schedule_data.color_red, body.backoffice article.schedule_user_monthly .monthly_data table tbody tr td .schedule_data.color_red {
  background: #9e4fb3;
}
body.backoffice article.schedule_all .monthly_data table tbody tr td .schedule_data.color_gray, body.backoffice article.schedule_user .monthly_data table tbody tr td .schedule_data.color_gray, body.backoffice article.schedule_user_monthly .monthly_data table tbody tr td .schedule_data.color_gray {
  background: #666666;
}
body.backoffice article.schedule_all .monthly_data table tbody tr td .schedule_data span, body.backoffice article.schedule_user .monthly_data table tbody tr td .schedule_data span, body.backoffice article.schedule_user_monthly .monthly_data table tbody tr td .schedule_data span {
  display: block;
}
body.backoffice article.schedule_all .monthly_data table tbody tr td .schedule_data span.time, body.backoffice article.schedule_user .monthly_data table tbody tr td .schedule_data span.time, body.backoffice article.schedule_user_monthly .monthly_data table tbody tr td .schedule_data span.time {
  font-weight: bold;
}
body.backoffice article.add_schedule form {
  display: block;
  padding: 60px 0;
}
body.backoffice article.add_schedule form dl {
  margin-bottom: 24px;
  clear: both;
}
body.backoffice article.add_schedule form dl dt {
  width: 100px;
  float: left;
  line-height: 32px;
  font-size: 16px;
}
body.backoffice article.add_schedule form dl dd {
  margin-left: 100px;
}
body.backoffice article.add_schedule form dl dd input[type=text] {
  margin-bottom: 6px;
  padding: 0 12px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 6px;
  line-height: 30px;
  font-size: 14px;
}
body.backoffice article.add_schedule form dl dd input[type=date],
body.backoffice article.add_schedule form dl dd input[type=time],
body.backoffice article.add_schedule form dl dd input[type=number] {
  margin-bottom: 6px;
  padding: 0 12px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  line-height: 30px;
  font-size: 14px;
}
body.backoffice article.add_schedule form dl dd textarea {
  margin-bottom: 6px;
  padding: 0 12px;
  width: 100%;
  height: 150px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  line-height: 30px;
  font-size: 14px;
}
body.backoffice article.add_schedule form dl dd label.radio {
  padding: 2px 4px 2px 22px;
  min-height: 28px;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
}
body.backoffice article.add_schedule form dl dd label.radio input[type=radio] {
  position: absolute;
  top: 0;
  left: -100px;
}
body.backoffice article.add_schedule form dl dd label.radio input[type=radio]:checked + span {
  background: #bd1c1f;
  border: 1px solid #ffffff;
}
body.backoffice article.add_schedule form dl dd label.radio input[type=radio]:disabled + span {
  opacity: 0.5;
  border: 1px solid #cccccc;
  background: #ffffff;
  pointer-events: none;
}
body.backoffice article.add_schedule form dl dd label.radio span {
  width: 14px;
  height: 14px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
}
body.backoffice article.add_schedule form dl dd label.checkbox {
  display: block;
  position: relative;
  cursor: pointer;
}
body.backoffice article.add_schedule form dl dd label.checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: -100px;
}
body.backoffice article.add_schedule form dl dd label.checkbox input[type=checkbox]:checked + span + i {
  opacity: 1;
}
body.backoffice article.add_schedule form dl dd label.checkbox input[type=checkbox]:disabled + span + i {
  opacity: 0.5;
  pointer-events: none;
}
body.backoffice article.add_schedule form dl dd label.checkbox span {
  padding: 8px 24px 8px 38px;
  display: block;
  position: relative;
}
body.backoffice article.add_schedule form dl dd label.checkbox span:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  display: block;
  position: absolute;
  left: 8px;
  top: calc(50% - 10px);
}
body.backoffice article.add_schedule form dl dd label.checkbox i {
  position: absolute;
  left: 12px;
  top: calc(50% - 16px);
  font-size: 24px;
  color: #bd1c1f;
  opacity: 0;
}
body.backoffice article.add_schedule form dl dd ul.label_color {
  display: flex;
  gap: 12px;
}
body.backoffice article.add_schedule form dl dd ul.label_color li.blue label:after {
  background: #059be5;
}
body.backoffice article.add_schedule form dl dd ul.label_color li.green label:after {
  background: #34b679;
}
body.backoffice article.add_schedule form dl dd ul.label_color li.orange label:after {
  background: #ef6c01;
}
body.backoffice article.add_schedule form dl dd ul.label_color li.pink label:after {
  background: #e67b72;
}
body.backoffice article.add_schedule form dl dd ul.label_color li.red label:after {
  background: #9e4fb3;
}
body.backoffice article.add_schedule form dl dd ul.label_color li.gray label:after {
  background: #666666;
}
body.backoffice article.add_schedule form dl dd ul.label_color li label.radio {
  position: relative;
}
body.backoffice article.add_schedule form dl dd ul.label_color li label.radio:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 4px;
}
body.backoffice article.add_schedule form dl dd ul.date li {
  position: relative;
}
body.backoffice article.add_schedule form dl dd ul.date li.start {
  margin-right: 10px;
  padding-right: 30px;
  float: left;
}
body.backoffice article.add_schedule form dl dd ul.date li.start:after {
  content: "〜";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 32px;
}
body.backoffice article.add_schedule form dl dd ul.date li.end {
  margin-right: 10px;
  float: left;
}
body.backoffice article.add_schedule form dl dd ul.date li.all_day_flg {
  float: left;
}
body.backoffice article.add_schedule form dl dd ul.date li.loop_option {
  clear: both;
}
body.backoffice article.add_schedule form dl dd ul.date li.loop_option .select {
  display: block;
  float: left;
  position: relative;
}
body.backoffice article.add_schedule form dl dd ul.date li.loop_option .select:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  pointer-events: none;
}
body.backoffice article.add_schedule form dl dd ul.date li.loop_option .select select {
  margin-bottom: 6px;
  padding: 0 32px 0 12px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  line-height: 30px;
  font-size: 14px;
}
body.backoffice article.add_schedule form dl dd ul.date li.loop_option .loop_type_option {
  display: flex;
  gap: 20px;
}
body.backoffice article.add_schedule form dl dd ul.date li.loop_option .loop_type_option li {
  padding-left: 20px;
}
body.backoffice article.add_schedule form dl.participant_uid dd p.add input[name=search_uid] {
  width: 120px;
}
body.backoffice article.add_schedule form dl.participant_uid dd p.add .select button {
  margin-right: 2px;
  padding: 5px 8px;
  border-radius: 4px;
  background: #efefef;
  border: 1px solid #cccccc;
  cursor: pointer;
}
body.backoffice article.add_schedule form dl.participant_uid dd p.add .select button i {
  margin-left: 4px;
  color: #bd1c1f;
}
body.backoffice article.add_schedule form dl.participant_uid dd ul.selected {
  line-height: 32px;
}
body.backoffice article.add_schedule form dl.participant_uid dd ul.selected li {
  font-size: 14px;
}
body.backoffice article.add_schedule form dl.participant_uid dd ul.selected li button {
  margin-left: 4px;
  padding: 2px 6px;
  border-radius: 4px;
  background: #bd1c1f;
  color: #ffffff;
}
body.backoffice article.add_schedule form dl.guarantee dd.monthly_amount {
  margin-bottom: 10px;
}
body.backoffice article.add_schedule form dl.guarantee dd.monthly_amount input[type=checkbox] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  transform: scale(1.2);
}
body.backoffice article.add_schedule form p.submit_btn input[type=submit] {
  margin: 0 auto;
  width: 240px;
  height: 60px;
  display: block;
  border-radius: 30px;
  background: #bd1c1f;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  filter: brightness(1);
  transform-style: preserve-3d;
  transition-property: filter;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
body.backoffice article.add_schedule form p.submit_btn input[type=submit]:hover {
  filter: brightness(1.2);
}
body.backoffice article.detail_schedule .detail {
  padding: 60px;
}
body.backoffice article.detail_schedule .detail dl {
  margin-bottom: 24px;
  line-height: 28px;
  font-size: 16px;
}
body.backoffice article.detail_schedule .detail dl dt {
  width: 100px;
  float: left;
  font-weight: bold;
}
body.backoffice article.detail_schedule .detail dl dd {
  margin-left: 100px;
}
body.backoffice article.detail_schedule ul.btns {
  margin: 0 60px;
  display: flex;
  gap: 40px;
}
body.backoffice article.detail_schedule ul.btns li a {
  width: 140px;
  display: block;
  border-radius: 8px;
  background: #bd1c1f;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  filter: brightness(1);
  transform-style: preserve-3d;
  transition-property: filter;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
body.backoffice article.detail_schedule ul.btns li a:hover {
  filter: brightness(1.2);
}
body.backoffice article.user p.add_user {
  margin: 0 0 20px 0;
  overflow: hidden;
  text-align: right;
}
body.backoffice article.user p.add_user a {
  padding: 0 24px 0 56px;
  height: 48px;
  display: inline-block;
  background: #bd1c1f;
  position: relative;
  text-align: center;
  border-radius: 24px;
  line-height: 48px;
  font-size: 16px;
  color: #ffffff;
  filter: brightness(1);
  transform-style: preserve-3d;
  transition-property: filter;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
body.backoffice article.user p.add_user a:hover {
  filter: brightness(1.2);
}
body.backoffice article.user p.add_user a i {
  position: absolute;
  top: calc(50% - 10px);
  left: 15px;
  font-size: 20px;
}
body.backoffice article.user p.add_user a:after {
  content: "";
  width: 38px;
  height: 38px;
  display: block;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 19px);
  left: 5px;
}
body.backoffice article.add_user .msg_frame {
  padding: 60px 0 20px 0;
}
body.backoffice article.add_user .msg_frame p {
  text-align: center;
  line-height: 28px;
  font-size: 16px;
}
body.backoffice article.add_user .msg_frame p strong {
  font-weight: bold;
  color: #bd1c1f;
}
body.backoffice article.add_user .msg_frame p a {
  padding: 10px 0;
  margin: 20px auto 0 auto;
  width: 180px;
  display: block;
  border-radius: 8px;
  background: #cccccc;
  color: #000000;
  font-size: 14px;
  filter: brightness(1);
  transform-style: preserve-3d;
  transition-property: filter;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
body.backoffice article.add_user .msg_frame p a:hover {
  filter: brightness(1.2);
}
body.backoffice article.add_user form {
  margin: 0 auto;
  padding: 60px 0;
  width: 540px;
  display: block;
}
body.backoffice article.add_user form dl {
  margin-bottom: 24px;
}
body.backoffice article.add_user form dl dt {
  width: 150px;
  float: left;
  line-height: 32px;
  font-size: 16px;
}
body.backoffice article.add_user form dl dd {
  margin-left: 150px;
}
body.backoffice article.add_user form dl dd input[type=text] {
  margin-bottom: 6px;
  padding: 0 12px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 6px;
  line-height: 30px;
  font-size: 14px;
}
body.backoffice article.add_user form p.submit_btn input[type=submit] {
  margin: 0 auto;
  width: 240px;
  height: 60px;
  display: block;
  border-radius: 30px;
  background: #bd1c1f;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  filter: brightness(1);
  transform-style: preserve-3d;
  transition-property: filter;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
body.backoffice article.add_user form p.submit_btn input[type=submit]:hover {
  filter: brightness(1.2);
}
body.backoffice article.operation a {
  text-decoration: underline;
}
body.backoffice article.operation .month_select {
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}
body.backoffice article.operation .month_select:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
}
body.backoffice article.operation .month_select select {
  margin-bottom: 6px;
  padding: 0 32px 0 12px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  line-height: 30px;
  font-size: 14px;
}
body.backoffice article.operation p.links {
  display: inline-block;
  padding: 0 15px;
}
body.backoffice article.operation p.links a {
  text-decoration: underline;
}
body.backoffice article.operation p.csv_download {
  margin: -10px 0 0 0;
  overflow: hidden;
  float: right;
}
body.backoffice article.operation p.csv_download a {
  padding: 0 24px 0 46px;
  height: 48px;
  display: inline-block;
  background: #bd1c1f;
  position: relative;
  text-align: center;
  border-radius: 24px;
  line-height: 48px;
  font-size: 16px;
  color: #ffffff;
  filter: brightness(1);
  transform-style: preserve-3d;
  transition-property: filter;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
body.backoffice article.operation p.csv_download a:hover {
  filter: brightness(1.2);
}
body.backoffice article.operation p.csv_download a i {
  position: absolute;
  top: calc(50% - 10px);
  left: 15px;
  font-size: 20px;
}

body.anyone {
  min-width: 320px;
  background: #efefef;
}
body.anyone header {
  height: 50px;
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}
body.anyone header p.logo {
  margin: 10px auto 0 auto;
  width: 200px;
}
body.anyone header p.logo img {
  width: 100%;
  height: auto;
}
body.anyone article {
  margin: 0 auto;
  max-width: 640px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
body.anyone article section {
  padding: 20px 30px;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
body.anyone article section h1 {
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
}
body.anyone article section .error {
  display: block;
  line-height: 16px;
  font-size: 12px;
  color: #ff1c1f;
}
body.anyone article.login form, body.anyone article.register form {
  padding: 30px 20px;
  display: block;
}
body.anyone article.login form dl, body.anyone article.register form dl {
  margin-bottom: 18px;
}
body.anyone article.login form dl dt, body.anyone article.register form dl dt {
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
}
body.anyone article.login form dl dd input[type=email],
body.anyone article.login form dl dd input[type=password], body.anyone article.register form dl dd input[type=email],
body.anyone article.register form dl dd input[type=password] {
  margin-bottom: 6px;
  padding: 0 12px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 6px;
  line-height: 30px;
  font-size: 14px;
}
body.anyone article.login form dl dd span, body.anyone article.register form dl dd span {
  display: block;
  line-height: 30px;
  font-size: 14px;
}
body.anyone article.login form p.login input[type=submit], body.anyone article.login form p.submit input[type=submit], body.anyone article.register form p.login input[type=submit], body.anyone article.register form p.submit input[type=submit] {
  margin: 0 auto;
  width: 200px;
  height: 50px;
  display: block;
  border-radius: 25px;
  background: #bd1c1f;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
body.anyone article.login p.msg, body.anyone article.register p.msg {
  padding: 20px 0;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #bd1c1f;
}
body.anyone article.login p.text, body.anyone article.register p.text {
  line-height: 28px;
  font-size: 14px;
}

body.user {
  padding-top: 50px;
  min-width: 320px;
  background: #efefef;
}
body.user header {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
body.user header p.logo {
  margin: 10px 0 0 10px;
  width: 200px;
  float: left;
}
body.user header p.logo img {
  width: 100%;
  height: auto;
}
body.user header p.logout {
  margin: 10px 10px 0 0;
  float: right;
}
body.user header p.logout a {
  padding: 0 12px;
  display: block;
  border-radius: 8px;
  background: #bd1c1f;
  color: #ffffff;
  line-height: 30px;
  font-size: 14px;
}
body.user article {
  margin: 0 auto;
  max-width: 640px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
body.user article section {
  padding: 14px 3%;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
body.user article section h1 {
  padding: 12px 0;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
}
body.user article section p.back {
  margin-left: 3%;
}
body.user article section p.back a {
  padding: 0 2px 0 0;
  width: 64px;
  height: 28px;
  display: block;
  box-sizing: border-box;
  border-radius: 0 6px 6px 0;
  background: #bd1c1f;
  position: relative;
  text-align: center;
  line-height: 27px;
  font-size: 16px;
  color: #ffffff;
  filter: brightness(1);
  transform-style: preserve-3d;
  transition-property: filter;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
body.user article section p.back a:hover {
  filter: brightness(1.2);
}
body.user article section p.back a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 12px 14px 0;
  border-color: transparent #bd1c1f transparent transparent;
  position: absolute;
  left: -12px;
  top: 0;
}
body.user article section .error {
  display: block;
  line-height: 16px;
  font-size: 12px;
  color: #ff1c1f;
}
body.user article.home, body.user article.payroll {
  padding-top: 50px;
}
body.user article.home .head, body.user article.payroll .head {
  padding-top: 5px;
  width: 100%;
  height: 56px;
  overflow: hidden;
  background: #ffffff;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 100;
}
body.user article.home .head .calendar, body.user article.payroll .head .calendar {
  text-align: center;
}
body.user article.home .head .calendar input[type=date], body.user article.home .head .calendar select, body.user article.payroll .head .calendar input[type=date], body.user article.payroll .head .calendar select {
  padding: 0 16px;
  height: 44px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 22px;
  line-height: 42px;
}
body.user article.home .head p.sub_btn, body.user article.payroll .head p.sub_btn {
  position: absolute;
  top: 5px;
  right: 5px;
}
body.user article.home .head p.sub_btn a, body.user article.payroll .head p.sub_btn a {
  padding: 0 14px;
  height: 44px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 22px;
  line-height: 42px;
  font-size: 12px;
}
body.user article.home .schedule_table, body.user article.payroll .schedule_table {
  margin-bottom: 70px;
  padding-top: 70px;
  position: relative;
}
body.user article.home .schedule_table ul.week_menu, body.user article.payroll .schedule_table ul.week_menu {
  padding: 5px 0;
  width: 100%;
  height: 54px;
  display: flex;
  border-bottom: 1px solid #cccccc;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  position: fixed;
  top: 106px;
  left: 0;
  z-index: 100;
}
body.user article.home .schedule_table ul.week_menu li, body.user article.payroll .schedule_table ul.week_menu li {
  width: 14.2857142857%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.user article.home .schedule_table ul.week_menu li.active a, body.user article.payroll .schedule_table ul.week_menu li.active a {
  background: #bd1c1f;
  font-weight: bold;
  color: #ffffff;
}
body.user article.home .schedule_table ul.week_menu li a, body.user article.payroll .schedule_table ul.week_menu li a {
  width: 44px;
  height: 44px;
  display: block;
  border-radius: 50%;
  background: #efefef;
}
body.user article.home .schedule_table ul.week_menu li a small, body.user article.home .schedule_table ul.week_menu li a span, body.user article.payroll .schedule_table ul.week_menu li a small, body.user article.payroll .schedule_table ul.week_menu li a span {
  display: block;
  line-height: 15px;
  text-align: center;
}
body.user article.home .schedule_table ul.week_menu li a small, body.user article.payroll .schedule_table ul.week_menu li a small {
  padding-top: 4px;
  font-size: 10px;
}
body.user article.home .schedule_table ul.week_menu li a span, body.user article.payroll .schedule_table ul.week_menu li a span {
  font-size: 12px;
}
body.user article.home .schedule_table .scroll, body.user article.payroll .schedule_table .scroll {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
body.user article.home .schedule_table .frame, body.user article.payroll .schedule_table .frame {
  min-width: 100%;
  border-bottom: 1px solid #cccccc;
}
body.user article.home .schedule_table .frame .schedule_data, body.user article.payroll .schedule_table .frame .schedule_data {
  padding: 10px 14px;
  width: 120px;
  min-height: 75px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
  word-wrap: break-word;
  line-height: 18px;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
}
body.user article.home .schedule_table .frame .schedule_data.normal, body.user article.payroll .schedule_table .frame .schedule_data.normal {
  float: left;
}
body.user article.home .schedule_table .frame .schedule_data.normal.half_time, body.user article.payroll .schedule_table .frame .schedule_data.normal.half_time {
  transform: translateY(40px);
}
body.user article.home .schedule_table .frame .schedule_data.color_blue, body.user article.payroll .schedule_table .frame .schedule_data.color_blue {
  background: #059be5;
}
body.user article.home .schedule_table .frame .schedule_data.color_green, body.user article.payroll .schedule_table .frame .schedule_data.color_green {
  background: #34b679;
}
body.user article.home .schedule_table .frame .schedule_data.color_orange, body.user article.payroll .schedule_table .frame .schedule_data.color_orange {
  background: #ef6c01;
}
body.user article.home .schedule_table .frame .schedule_data.color_pink, body.user article.payroll .schedule_table .frame .schedule_data.color_pink {
  background: #e67b72;
}
body.user article.home .schedule_table .frame .schedule_data.color_red, body.user article.payroll .schedule_table .frame .schedule_data.color_red {
  background: #9e4fb3;
}
body.user article.home .schedule_table .frame .schedule_data.color_gray, body.user article.payroll .schedule_table .frame .schedule_data.color_gray {
  background: #666666;
}
body.user article.home .schedule_table .frame .schedule_data span, body.user article.payroll .schedule_table .frame .schedule_data span {
  display: block;
}
body.user article.home .schedule_table .frame .schedule_data span.time, body.user article.payroll .schedule_table .frame .schedule_data span.time {
  font-weight: bold;
}
body.user article.home .schedule_table .frame .allday_box, body.user article.payroll .schedule_table .frame .allday_box {
  padding-bottom: 6px;
}
body.user article.home .schedule_table .frame .allday_box .schedule_data, body.user article.payroll .schedule_table .frame .allday_box .schedule_data {
  margin-bottom: 4px;
  width: 100%;
  min-height: auto;
  height: auto;
}
body.user article.home .schedule_table .frame .allday_box .schedule_data span.time, body.user article.payroll .schedule_table .frame .allday_box .schedule_data span.time {
  float: left;
}
body.user article.home .schedule_table .frame .allday_box .schedule_data span.name, body.user article.payroll .schedule_table .frame .allday_box .schedule_data span.name {
  margin-left: 60px;
}
body.user article.home .schedule_table .frame ul.date, body.user article.payroll .schedule_table .frame ul.date {
  width: 60px;
  float: left;
  border-right: 1px solid #cccccc;
  overflow: hidden;
  z-index: 11;
}
body.user article.home .schedule_table .frame ul.date li, body.user article.payroll .schedule_table .frame ul.date li {
  padding: 6px 8px;
  border-top: 1px solid #cccccc;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  position: relative;
  line-height: 28px;
  text-align: right;
  font-size: 13px;
}
body.user article.home .schedule_table .frame .schedule_datas, body.user article.payroll .schedule_table .frame .schedule_datas {
  margin-left: 60px;
  width: calc(100% - 61px);
  border-top: 1px solid #cccccc;
  display: flex;
  flex-wrap: nowrap;
}
body.user article.home .schedule_table .frame .schedule_datas .boxes, body.user article.payroll .schedule_table .frame .schedule_datas .boxes {
  min-width: 100%;
  position: relative;
}
body.user article.home .schedule_table .frame .schedule_datas .boxes .box, body.user article.payroll .schedule_table .frame .schedule_datas .boxes .box {
  width: 100%;
  height: 80px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
body.user article.home .schedule_table .frame .schedule_datas .boxes .box:last-child, body.user article.payroll .schedule_table .frame .schedule_datas .boxes .box:last-child {
  border-bottom: none;
}
body.user article.home .schedule_table .frame .schedule_datas .boxes .box .add, body.user article.payroll .schedule_table .frame .schedule_datas .boxes .box .add {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
body.user article.home .add_schedule, body.user article.payroll .add_schedule {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
body.user article.home .add_schedule a, body.user article.payroll .add_schedule a {
  padding: 0 30px;
  height: 60px;
  display: inline-block;
  background: #bd1c1f;
  border-radius: 30px;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
}
body.user article.home .add_schedule a span i, body.user article.payroll .add_schedule a span i {
  margin-left: 4px;
}
body.user article.home table.user_datas, body.user article.payroll table.user_datas {
  width: 100%;
}
body.user article.home table.user_datas tr th, body.user article.home table.user_datas tr td, body.user article.payroll table.user_datas tr th, body.user article.payroll table.user_datas tr td {
  border: 1px solid #cccccc;
  text-align: left;
  font-size: 14px;
}
body.user article.home table.user_datas tr th.guarantee, body.user article.home table.user_datas tr td.guarantee, body.user article.payroll table.user_datas tr th.guarantee, body.user article.payroll table.user_datas tr td.guarantee {
  text-align: right;
}
body.user article.home table.user_datas thead tr th, body.user article.payroll table.user_datas thead tr th {
  padding: 0 5px;
  height: 40px;
  background: #efefef;
  font-weight: bold;
  vertical-align: middle;
}
body.user article.home table.user_datas tbody tr:nth-child(even), body.user article.payroll table.user_datas tbody tr:nth-child(even) {
  background: #fafcfd;
}
body.user article.home table.user_datas tbody tr th, body.user article.home table.user_datas tbody tr td, body.user article.payroll table.user_datas tbody tr th, body.user article.payroll table.user_datas tbody tr td {
  padding: 5px;
}
body.user article.home table.user_datas tfoot tr td, body.user article.payroll table.user_datas tfoot tr td {
  padding: 5px;
}
body.user article.home table.user_datas tfoot tr td.kei, body.user article.payroll table.user_datas tfoot tr td.kei {
  text-align: right;
}
body.user article.add_schedule form {
  display: block;
  padding: 0 15px 30px 15px;
}
body.user article.add_schedule form dl {
  margin-bottom: 24px;
}
body.user article.add_schedule form dl dt {
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
}
body.user article.add_schedule form dl dd input[type=text] {
  margin-bottom: 6px;
  padding: 0 12px;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 6px;
  line-height: 30px;
  font-size: 14px;
}
body.user article.add_schedule form dl dd input[type=date],
body.user article.add_schedule form dl dd input[type=time],
body.user article.add_schedule form dl dd input[type=number] {
  margin-bottom: 6px;
  padding: 0 8px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  line-height: 30px;
  font-size: 14px;
}
body.user article.add_schedule form dl dd textarea {
  margin-bottom: 6px;
  padding: 0 8px;
  width: 100%;
  height: 100px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  line-height: 30px;
  font-size: 14px;
}
body.user article.add_schedule form dl dd label.radio {
  padding: 2px 4px 2px 18px;
  min-height: 20px;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
}
body.user article.add_schedule form dl dd label.radio input[type=radio] {
  position: absolute;
  top: 0;
  left: -100px;
}
body.user article.add_schedule form dl dd label.radio input[type=radio]:checked + span {
  background: #bd1c1f;
  border: 1px solid #ffffff;
}
body.user article.add_schedule form dl dd label.radio input[type=radio]:disabled + span {
  opacity: 0.5;
  border: 1px solid #cccccc;
  background: #ffffff;
  pointer-events: none;
}
body.user article.add_schedule form dl dd label.radio span {
  width: 12px;
  height: 12px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
}
body.user article.add_schedule form dl dd label.checkbox {
  display: block;
  position: relative;
  cursor: pointer;
}
body.user article.add_schedule form dl dd label.checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: -100px;
}
body.user article.add_schedule form dl dd label.checkbox input[type=checkbox]:checked + span + i {
  opacity: 1;
}
body.user article.add_schedule form dl dd label.checkbox input[type=checkbox]:disabled + span + i {
  opacity: 0.5;
  pointer-events: none;
}
body.user article.add_schedule form dl dd label.checkbox span {
  padding: 8px 24px 8px 38px;
  display: block;
  position: relative;
}
body.user article.add_schedule form dl dd label.checkbox span:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  display: block;
  position: absolute;
  left: 8px;
  top: calc(50% - 10px);
}
body.user article.add_schedule form dl dd label.checkbox i {
  position: absolute;
  left: 12px;
  top: calc(50% - 16px);
  font-size: 24px;
  color: #bd1c1f;
  opacity: 0;
}
body.user article.add_schedule form dl dd ul.label_color {
  display: flex;
  gap: 12px;
}
body.user article.add_schedule form dl dd ul.label_color li.blue label:after {
  background: #059be5;
}
body.user article.add_schedule form dl dd ul.label_color li.green label:after {
  background: #34b679;
}
body.user article.add_schedule form dl dd ul.label_color li.orange label:after {
  background: #ef6c01;
}
body.user article.add_schedule form dl dd ul.label_color li.pink label:after {
  background: #e67b72;
}
body.user article.add_schedule form dl dd ul.label_color li.red label:after {
  background: #9e4fb3;
}
body.user article.add_schedule form dl dd ul.label_color li.gray label:after {
  background: #666666;
}
body.user article.add_schedule form dl dd ul.label_color li label.radio {
  position: relative;
}
body.user article.add_schedule form dl dd ul.label_color li label.radio:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 4px;
}
body.user article.add_schedule form dl dd ul.date li {
  position: relative;
}
body.user article.add_schedule form dl dd ul.date li.start {
  margin-right: 10px;
  padding-right: 30px;
  float: left;
}
body.user article.add_schedule form dl dd ul.date li.start:after {
  content: "〜";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 32px;
}
body.user article.add_schedule form dl dd ul.date li.end {
  clear: both;
}
body.user article.add_schedule form dl dd ul.date li.all_day_flg {
  margin-bottom: 20px;
  clear: both;
}
body.user article.add_schedule form dl dd ul.date li.loop_option {
  clear: both;
}
body.user article.add_schedule form dl dd ul.date li.loop_option .select {
  display: inline-block;
  position: relative;
}
body.user article.add_schedule form dl dd ul.date li.loop_option .select:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
}
body.user article.add_schedule form dl dd ul.date li.loop_option .select select {
  margin-bottom: 6px;
  padding: 0 32px 0 12px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  line-height: 30px;
  font-size: 14px;
}
body.user article.add_schedule form dl.participant_uid dd p.add input[name=search_uid] {
  width: 120px;
}
body.user article.add_schedule form dl.participant_uid dd p.add .select button {
  margin-right: 2px;
  padding: 5px 8px;
  border-radius: 4px;
  background: #efefef;
  border: 1px solid #cccccc;
  cursor: pointer;
}
body.user article.add_schedule form dl.participant_uid dd p.add .select button i {
  margin-left: 4px;
  color: #bd1c1f;
}
body.user article.add_schedule form dl.participant_uid dd ul.selected {
  margin-left: 20px;
}
body.user article.add_schedule form dl.participant_uid dd ul.selected li {
  margin-bottom: 4px;
  font-size: 14px;
}
body.user article.add_schedule form dl.participant_uid dd ul.selected li button {
  margin-left: 4px;
  padding: 2px 6px;
  border-radius: 4px;
  background: #bd1c1f;
  color: #ffffff;
}
body.user article.add_schedule form p.submit_btn input[type=submit] {
  margin: 0 auto;
  width: 200px;
  height: 50px;
  display: block;
  border-radius: 25px;
  background: #bd1c1f;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
body.user article.detail_schedule .detail {
  padding: 15px;
}
body.user article.detail_schedule .detail dl {
  margin-bottom: 18px;
  line-height: 24px;
  font-size: 14px;
}
body.user article.detail_schedule .detail dl dt {
  font-weight: bold;
}
body.user article.detail_schedule ul.btns {
  margin: 0 60px;
  display: flex;
  gap: 40px;
}
body.user article.detail_schedule ul.btns li a {
  width: 140px;
  display: block;
  border-radius: 8px;
  background: #bd1c1f;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  filter: brightness(1);
  transform-style: preserve-3d;
  transition-property: filter;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
body.user article.detail_schedule ul.btns li a:hover {
  filter: brightness(1.2);
}