:root {
  --color-caution: #ef0000; /* Design Systemのcaution */
}

body {
  font-family: -apple-system, "BlinkMacSystemFont", ".SFNSDisplay-Regular",
    "Yu Gothic", sans-serif !important;
}

body .login-page .page__background {
  background-color: #ffffff !important;
}

.login-form {
  width: 300px;
  height: 656px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.login-logo-text {
  margin: 16px auto 0 auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%; /* 24px */
}

.logo_title {
  font-size: 28px;
  font-weight: 300;
  line-height: 140%; /* 39.2px */
  margin-top: 4px;
}

.login-logo img {
  width: 200px;
}

.login-logo {
  text-align: center;
  margin-top: 85.5px;
  margin-bottom: 40px;
  color: #3b3f42;
}

.login-form input {
  height: 40px;
  min-height: 40px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #cfd5da;
}

.login-form input:last-of-type {
  border-top: none;
}

.login-button {
  width: 300px;
  min-height: 40px;
  padding: 8px 16px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #01a2c1;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  border-radius: 4px;
}

.center {
  text-align: center;
}

.login-page .copyright {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #7b8389;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}

.switch {
  -webkit-animation: switchtext 1.5s infinite alternate;
  animation: switchtext 1.5s infinite alternate;
}

@-webkit-keyframes switchtext {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes switchtext {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

#setting {
  position: absolute;
  right: 24px;
  width: 44px;
  height: 44px;
  top: 24px;
  font-size: 24px;
  color: #4d4c4b; /* $gray_1 */
  display: flex;
  align-items: center;
  justify-content: center;
}

#date {
  font-size: 36px;
  text-align: center;
  padding-top: 70px;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

#date_year {
  color: #4d4c4b; /* $gray_1 */
}

#date_day_year {
  font-size: 50px;
  font-weight: 300;
}

#date_day_month {
  font-size: 50px;
  font-weight: 300;
}

#date_day_date {
  font-size: 50px;
  font-weight: 300;
}

#date_day {
  font-weight: 200;
  font-size: 220px;
  margin-top: 0px;
}

#date_day_h {
  display: inline-block;
  text-align: right;
}

#date_day_m {
  display: inline-block;
  width: 1.1em;
}

#date_day_s {
  display: inline-block;
  margin-left: 15px;
  width: 1.1em;
  font-size: 90px;
}

#date.touchmode {
  -webkit-transform: scale(0.5) translateY(-180px);
  -moz-transform: scale(0.5) translateY(-180px);
  -o-transform: scale(0.5) translateY(-180px);
  -ms-transform: scale(0.5) translateY(-180px);
  transform: scale(0.5) translateY(-180px);
}

#bottom {
  position: absolute;
  height: 36%;
  padding-top: 5%;
  width: 100%;
  bottom: 0;
}

#message_wrap {
  font-size: 36px;
  text-align: center;
}

#message_usual,
#message_usual .switch {
  font-size: 34px;
  text-align: center;
  color: #01a2c1; /* $color_primary */
}

.message_usual_in_camera {
  margin-top: -90px;
}

#camera,
#picture {
  width: 300px;
  height: 200px;
  transform: rotateY(180deg);
  border-radius: 12px;
}

#message_error {
  color: #f53838; /* $color-alert */
}

.client_name {
  text-align: center;
  color: #4d4c4b; /* $gray_1 */
  margin-top: -36px;
}

#message_disconnect {
  font-size: 28px;
  line-height: 160%;
  color: #f53838; /* $color-alert */
}

#button {
  position: absolute;
  bottom: 0;
  height: 60px;
}

#clock_in_time {
  text-align: left;
  font-size: 16px;
}

#clock_in_time span {
  margin-right: 10px;
  display: inline-block;
}

#clock_in_time {
  font-size: 14px;
  left: 24px;
  height: 62px;
  bottom: 0;
  overflow: hidden;
  width: 32%;
  position: absolute;
  color: #4d4c4b; /* $gray_1 */
}

#clock_in_time .clock_in_time_time {
  width: 60px;
}

#clock_in_time .clock_in_time_cat {
  width: 40px;
}

#clock_in_time .clock_in_time_clear {
  line-height: 18px;
  color: #333;
  background-color: #fff;
  height: 18px;
  width: 18px;
  border-radius: 9px;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
}

#clock_in_time .clock_in_time_clear:hover {
  color: #fff;
  background-color: #000;
}

#member_box {
  position: absolute;
  bottom: 180px;
  width: 70%;
  height: 140px;
  right: 15%;
  line-height: 138px;
  font-size: 80px;
}

#member_box a {
  color: #fff;
  text-align: center;
  height: 100%;
  display: block;
  border: 1px solid #fff;
  border-radius: 3px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  transition: 0.2s;
  background-color: #333;
}

#member_box a:hover {
  color: #333;
  background-color: #fff;
}

#button_main label,
#button_main div,
div.touch_mode_button div {
  float: left;
  display: block;
  cursor: pointer;
  width: 120px;
  padding: 10px;
  background-color: #ebeced;
  color: #333333;
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
  transition: 0.2s;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 1px;
}

#button_main {
  height: 60px;
  width: 300px;
  margin: 0 auto;
}

#button_sub {
  margin-left: 10px;
  margin-top: 10px;
  width: 180px;
  float: right;
}

#button_sub label,
#button_sub div,
div.touch_mode_button_sub div {
  display: block;
  float: left;
  cursor: pointer;
  width: 60px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 1px;
  padding: 10px;
  background-color: #ebeced;
  color: #333;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  transition: 0.2s;
}

.button_menu label,
.button_menu div {
  display: block;
  float: left;
  cursor: pointer;
  width: 80px;
  margin: 0;
  padding: 10px;
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  transition: 0.2s;
  background-color: #ebeced;
}

#button div input[type="radio"]:checked + .switch-on,
#button div.selected.switch-on,
#button_main div.selected,
#button_sub div.selected,
div.touch_mode_button div.selected,
div.touch_mode_button_sub div.selected {
  background-color: #01a2c1; /* $color_primary */
  color: #fff;
}

#button div input[type="radio"]:checked + .switch-off,
#button div.selected.switch-off {
  background-color: #01a2c1; /* $color_primary */
  color: #fff;
}

.button_menu label:first-of-type,
.button_menu div:first-of-type {
  border-radius: 3px 0 0 3px;
}

.button_menu label:last-of-type,
.button_menu div:last-of-type {
  border-radius: 0 3px 3px 0;
}

.button_menu input[type="radio"]:checked + .switch-on,
.button_menu div.selected.switch-on {
  background-color: #a1b91d;
  color: #fff;
}

.button_menu input[type="radio"]:checked + .switch-off,
.button_menu div.selected.switch-off {
  background-color: #01a2c1; /* $color_primary */
  color: #fff;
}

#menu_list {
  margin-bottom: 20px;
}

#menu_list li {
  clear: both;
  position: relative;
  text-align: left;
  line-height: 50px;
  list-style-type: none;
}

#members_wrap {
  height: 400px;
  background-color: #000;
}

body #members_list {
  width: 300px;
  height: 285px;
  float: left;
  overflow: auto;
  text-align: left;
  margin-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

body #members_select {
  width: 245px;
  float: left;
}

body #members_select2 {
  margin-left: -28px;
}

#members_select2 li {
  width: 70px;
  height: 40px;
  float: left;
  color: #4d4c4b; /* $gray_1 */
  line-height: 40px;
  font-size: 30px;
  border: 1px solid #eee;
  margin-right: -1px;
  margin-top: -1px;
  transition: 0.2s;
  cursor: pointer;
  list-style-type: none;
  text-align: center;
}

.members-input {
  display: inline-block;
  width: 200px;
  border: solid 1px #ccc;
  padding: 10px;
}

.login-form ::-webkit-input-placeholder {
  color: #7b8389 !important;
}

#menu_list ::-webkit-input-placeholder {
  color: #999 !important;
}

#members_select li {
  width: 80px;
  height: 70px;
  float: left;
  line-height: 70px;
  font-size: 30px;
  border: 1px solid #ccc;
  margin-right: -1px;
  margin-top: -1px;
  transition: 0.2s;
  cursor: pointer;
  list-style-type: none;
  text-align: center;
}

#members_select li:hover,
#members_select li.active {
  background-color: #e9e9e9;
}

#members_list li {
  display: block;
  line-height: 46px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d7d7d7;
  text-indent: 5px;
  cursor: pointer;
  transition: 0.2s;
  font-size: 18px;
}

#members_list2 {
  clear: both;
  height: 350px;
  overflow: scroll;
  margin-left: -28px;
  -webkit-overflow-scrolling: touch;
}

#members_list2 li {
  display: block !important;
  width: 32%;
  margin-right: 1%;
  text-align: center;
  float: left;
  display: block;
  line-height: 60px;
  border: solid 1px #eee;
  cursor: pointer;
  transition: 0.2s;
  font-size: 24px;
  margin-bottom: 10px;
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: scroll;
}

@media screen and (min-width: 1024px) {
  #members_list2 li {
    line-height: 64px;
    font-size: 30px;
  }
}

#members_list2 li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 32px;
}

/* Tooltip styles */
.tooltip-wrapper {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}

.tooltip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #555a5f;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  white-space: normal;
  max-width: 240px;
  min-width: 40px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  pointer-events: none;
  transition: opacity 0.2s, visibility 0.2s;
  line-height: 1.5;
  word-wrap: break-word;
  width: max-content;
}

.tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #555a5f;
}

.tooltip-wrapper:hover .tooltip-content.show-tooltip {
  visibility: visible;
  opacity: 1;
  margin-bottom: 4px;
}

#members_list li:hover,
#members_list li.active,
#members_list div.selected {
  background-color: #e9e9e9;
}

@media screen and (max-width: 800px) {
  #date {
    font-size: 30px;
    text-align: center;
    padding-top: 180px;
  }

  #date_day_year {
    font-size: 36px;
  }

  #date_day_month {
    font-size: 36px;
  }

  #date_day_date {
    font-size: 36px;
  }

  #date_day {
    font-size: 180px !important;
  }

  #date_day_s {
    font-size: 60px !important;
  }

  #bottom {
    height: 36%;
    bottom: 0;
  }

  #message_disconnect {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  #date {
    font-size: 20px;
    text-align: center;
    padding-top: 150px;
  }

  #date_day_year {
    font-size: 24px;
  }

  #date_day_month {
    font-size: 24px;
  }

  #date_day_date {
    font-size: 24px;
  }

  #date_day {
    font-size: 80px;
  }

  #date_day_s {
    font-size: 40px;
  }

  #bottom {
    height: 46%;
    bottom: 0;
  }

  #message_disconnect {
    font-size: 16px;
  }
}

@media screen and (min-width: 1300px) {
  #date {
    font-size: 50px;
    left: 20px;
    top: 10%;
  }

  #date_year {
    margin-top: 30px;
  }

  #date_day {
    font-size: 300px;
    margin-top: 0px;
  }

  #date_day_s {
    font-size: 60px;
  }

  #message_wrap {
    font-size: 60px;
  }

  .message_usual_in_camera {
    margin-top: 0;
  }
}

@media screen and (max-height: 720px) {
  #date_day {
    font-weight: 200;
    font-size: 220px;
    margin-top: 0px;
  }

  #date.touchmode {
    -webkit-transform: scale(0.4) translateY(-360px);
    -moz-transform: scale(0.4) translateY(-360px);
    -o-transform: scale(0.4) translateY(-360px);
    -ms-transform: scale(0.4) translateY(-360px);
    transform: scale(0.4) translateY(-360px);
  }

  #bottom #class_list {
    height: 64vh;
  }

  #class_list .class_back_button {
    top: -80px;
  }

  #class_list .class_list_rows {
    height: 60vh;
    overflow-y: scroll;
  }

  .class_list_rows #memberdetail .touch_mode_button_sub {
    height: 64px;
  }

  .class_list_rows #touch_mode_button_clock_in div {
    font-size: 64px;
  }
}

@media screen and (min-width: 1600px) {
  #date {
    font-size: 60px;
    left: 20px;
    top: 10%;
  }

  #date_day {
    font-size: 260px;
  }

  #date_day_s {
    font-size: 70px;
    margin-left: 40px;
  }

  #message_wrap {
    font-size: 70px;
  }
}

#password {
  height: 140px;
}

.password_wrap {
  min-height: 140px;
  margin-top: 24px;
}

.passicon {
  height: 65px;
  overflow: hidden;
}

.passicon li {
  float: left;
  margin: 2px;
  width: 11.8%;
  margin-top: 0;
  height: 60px;
  overflow: hidden;
}

.passicon li:active path,
.passicon li:active circle,
.passicon li:active ellipse,
.passicon li:active polygon {
  fill: gray !important;
}

.passicon li img {
  width: 74px;
  height: 62px;
}

.passicon li svg {
  width: 74px;
  height: 62px;
}

#password h4 {
  font-size: 16px;
  display: inline-block;
}

.pass_cansel {
  display: inline-block;
  margin-left: 15px;
  font-size: 11px;
  color: #999;
}

.pass_number {
  font-size: 12px;
  height: 15px;
  margin-bottom: 0;
  overflow: hidden;
}

.pass_number i {
  margin: 0 3px;
  display: inline-block;
}

.remodal {
  font-family: inherit !important;
}

.blinking {
  -webkit-animation: blink 0.2s ease-in 2 alternate;
  -moz-animation: blink 0.2s ease-in 2 alternate;
  animation: blink 0.2s ease-in 2 alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}

#cardlist {
  margin-top: -10px;
}

#cardlist li {
  display: block;
  height: 36px;
  line-height: 36px;
  margin-bottom: 8px;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ccc;
  list-style-type: none;
  border-radius: 3px;
  font-size: 18px;
}

#cardlist li.active {
  color: #656479;
  background-color: #edeaee;
  border-top-color: #333333;
  border-right-color: #333333;
  border-bottom-color: #333333;
  border-left-color: #333333;
}

h1 {
  font-size: 1.6em;
  margin: 0.3em 0;
}

h2 {
  font-size: 1.2em;
  margin: 0.3em 0;
}

.offline {
  position: absolute;
  width: 800px;
  height: 50px;
  line-height: 50px;
  margin-left: -400px;
  left: 50%;
  top: 50%;
  margin-top: -180px;
  z-index: 100;
  color: #f53838; /* $color-alert */
  font-size: 24px;
  text-align: center;
}

.hide {
  display: none;
}

.remodal-cancel.hide {
  display: none;
}

div.setting-dialog,
div.members-dialog {
  padding: 0 22px;
  width: 80vw;
  height: 85vh;
}

/* 85vh (ヘッダ部分 10vh/メイン部分 70vh) */
.setting-dialog-row-header {
  height: 10vh;
}

.setting-dialog-row-first {
  height: 70vh;
  overflow: hidden;
  overflow-y: scroll;
}

.close-button {
  display: block;
  cursor: pointer;
  padding: 12px;
  font-size: 32px;
  float: right;
  text-align: center;
  line-height: 1;
  transition: 0.2s;
  color: #ccc;
  position: absolute;
  top: 0;
  right: 0;
}

.login-button2 {
  display: block;
  cursor: pointer;
  width: 260px;
  margin: auto;
  padding: 10px;
  text-align: center;
  line-height: 1;
  transition: 0.2s;
  background-color: #01a2c1; /* $color_primary */
  color: #fff;
}

.login-button2[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 0.6;
}

.login-alert {
  color: #f53838; /* $color-alert */
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.cardmode_in_camera {
  height: 184px;
}

.refresh_container {
  margin-top: auto;
}

.refresh_description {
  font-size: 13px;
  text-align: left;
  margin-bottom: 4px;
}

.refresh_action {
  width: 72px;
}

.touch_action {
  height: 56px;
}

.touch_action_small {
  height: auto;
  width: 180px;
}

.confirm_modal_message {
  font-size: 20px;
}

.setting-dialog-wrapper {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.early-departures-setting-description {
  color: #3B3F42;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-top: 55px;
}

.early-departures-notification-settings {
  margin-top: 16.7px;
}
.threshold-minutes-label {
  display: block;
  color: #3B3F42;
  font-size: 14.6px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.threshold-minutes-select {
  width: 206px;
  padding: 8px 32px 8px 12px;
  background-color: #ffffff;
  border: 1px solid #cfd5da;
  border-radius: 4px;
  font-size: 16px;
  color: #3B3F42;
  font-weight: 300;
  line-height: 140%;
  background-image: url(5ef89439572b81811f8e.svg);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 24px;
  -webkit-appearance: none;
  appearance: none;
}
.early-departures-setting-container {
  min-height: 240px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes highlightGreen {
  0% {
    background-color: #01a2c1; /* $color_primary */
  }
  100% {
    background-color: initial;
  }
}

.highlight_green {
  background-color: initial;
  -webkit-animation-name: highlightGreen; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
  animation-name: highlightGreen;
  animation-duration: 2s;
}

@keyframes highlightRed {
  0% {
    background-color: #f53838; /* $color-alert */
  }
  100% {
    background-color: initial;
  }
}

.highlight_red {
  background-color: initial;
  -webkit-animation-name: highlightRed; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
  animation-name: highlightRed;
  animation-duration: 2s;
}

#button_rfid {
  bottom: 25px;
  height: 60px;
  margin-left: 10px;
  margin-top: 10px;
}

#button_rfid label,
#button_rfid div {
  display: block;
  float: left;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 1px;
  padding: 10px;
  background-color: #ebeced;
  color: #333333;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  transition: 0.2s;
}

#button input,
.button_menu input {
  display: none;
}

.main-wrap {
  width: 100%;
  min-height: 100%;
}

#set_form {
  height: 80vh;
  overflow-y: scroll;
}

.button_menu div:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.button_menu div:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.setting-button {
  display: block;
  float: left;
  cursor: pointer;
  width: 80px;
  margin: 0;
  padding: 10px;
  color: #333333;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  transition: 0.2s;
  background-color: #ebeced;
}

.setting-button.selected {
  background-color: #01a2c1; /* $color_primary */
  color: #fff;
}

#card_id_list_wrap {
  width: 100%;
}

#card_id_list {
  margin: 15px auto;
  height: 180px;
}

#card_id_list li {
  list-style-type: none;
  display: block;
  float: left;
  padding: 6px;
  margin: 5px;
  border: solid 1px #ddd;
  background-color: #eee;
  border-radius: 3px;
  text-align: center;
  font-size: 24px;
  width: 45%;
  color: #999;
}

#card_id_list li div {
  line-height: 1.1em;
}

#card_id_list li .selected {
  color: #000;
}

.selected {
  background-color: #eee;
}

.reader_status {
  position: absolute;
  right: 88px;
  height: 30px;
  top: 26px;
  font-size: 16px;
  color: #ccc;
}

.reader_status .connected {
  color: #01a2c1; /* $color_primary */
  position: absolute;
  width: 280px;
  right: 0px;
  text-align: right;
}

.reader_status .connected i {
  display: inline-block;
  margin-right: 6px;
}

.reader_status .disconnected {
  color: #f53838; /* $color-alert */
  position: absolute;
  width: 280px;
  right: 0px;
  text-align: right;
}

.network_status.disconnected {
  color: #f53838; /* $color-alert */
  position: absolute;
  top: 4px;
  left: 4px;
}

.reader_status .disconnected i {
  display: inline-block;
  margin-right: 6px;
}

.reader_status .connected span {
  border-color: #01a2c1; /* $color_primary */
}

.reader_status .disconnected span {
  border-color: #f53838; /* $color-alert */
}

.re div span {
  border: solid 1px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: relative;
  top: -2px;
  text-align: center;
  font-size: 10px;
  display: inline-block;
  margin-left: 8px;
  border-radius: 50%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

#class_list {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: -240px;
  position: relative;
  height: 440px;
}

.class_list_button {
  background-color: #fff;
  border: solid 1px #eee;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 36px;
  margin: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#class_list .button_menu {
  float: right;
}

#class_list .button_menu div.selected.switch-off {
  background-color: #01a2c1; /* $color_primary */
}

.class_back_button {
  position: absolute;
  left: 40px;
  top: -120px;
  color: #01a2c1; /* $color_primary */
  font-size: 24px;
}

.class_back_button_inner {
  padding: 20px;
  cursor: pointer;
}

.class_list_rows {
  height: 400px;
  overflow-y: scroll;
}

#method_toggle {
  font-size: 18px;
  text-align: center;
  margin-left: 12px;
  display: flex;
  flex-direction: column;
}

.in_camera_touch {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

#memberdetail .touch_mode_button div,
#memberdetail .touch_mode_button_sub div,
#memberdetail #touch_mode_button_clock_in div {
  float: none;
  display: inline-block;
}

#memberdetail .touch_mode_button {
  height: 70px;
  text-align: center;
}

#memberdetail .touch_mode_button_sub {
  clear: both;
  text-align: center;
  height: 80px;
}

#memberdetail div.touch_mode_button_sub div {
  background-color: inherit;
  color: #4d4c4b; /* $gray_1 */
}

#memberdetail div.touch_mode_button_sub div.selected {
  background-color: inherit;
  color: #01a2c1; /* $color_primary */
}

#memberdetail_name {
  text-align: center;
  margin-bottom: 30px;
  font-size: 64px;
}

#memberdetail_check {
  clear: both;
  text-align: center;
}

#touch_mode_button_clock_in div {
  font-size: 52px;
  line-height: 1.5;
  width: 420px;
  border: solid 2px #01a2c1; /* $color_primary */
  color: #01a2c1; /* $color_primary */
  text-align: center;
  border-radius: 6px;
}

#touch_mode_message {
  text-align: center;
  margin-top: 15px;
  font-size: 36px;
  color: #4d4c4b; /* $gray_1 */
}

#touch_mode_message .client_name {
  font-size: 36px;
  display: block;
  color: #4d4c4b; /* $gray_1 */
  margin-bottom: 30px;
  margin-top: 0px;
}

/* Start: ngAnimate */
.ng-enter,
.ng-leave,
.ng-move {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.ng-enter {
  opacity: 0;
}

.ng-enter.ng-enter-active {
  opacity: 1;
}

.ng-leave {
  opacity: 1;
}

.ng-leave.ng-leave-active {
  opacity: 0;
}

.ng-move {
  opacity: 0.5;
}

.ng-move.ng-move-active {
  opacity: 1;
}

.ng-hide {
  opacity: 0;
}

/* End: ngAnimate */

#bottom > div {
  position: relative;
}

.reco_method_description {
  color: #4d4c4b; /* $gray_1 */
  font-size: 0.8rem;
}

.qrCodeDescription {
  line-height: 1.5;
  padding-top: 12px;
}

.qrCodeDescription_title {
  font-weight: bold;
}

.qrCodeDescription_list {
  padding: 0;
}

.qrCodeDescription_listItem {
  line-height: 1.5 !important;
}

.trademarkCredit {
  margin-top: 24px;
}

.trademarkCredit_text {
  color: #4d4c4b;
  font-size: 0.8rem;
  margin: 4px 0 0;
  text-align: center;
}

.card-registmode {
  min-height: 550px;
}

.card_regist_dsc {
  margin: 0 10px;
  margin-top: 20px;
  color: #4d4c4b; /* $gray_1 */
}

.clear {
  clear: both;
}

#search_target {
  position: absolute;
  right: 24px;
  bottom: -24px;
  z-index: 100;
}

#message_member_relations {
  font-size: 20px;
  text-align: center;
  color: #aaa;
}

#member_relations_button {
  font-size: 52px;
  line-height: 1.5;
  width: 420px;
  border: solid 2px #01a2c1; /* $color_primary */
  color: #01a2c1; /* $color_primary */
  text-align: center;
  border-radius: 6px;
  transition: 0.2s;
  margin: 0 auto;
}

#relation_members span {
  margin-right: 5px;
}

#message_relation {
  font-size: 60px;
  text-align: center;
  color: #4d4c4b; /* $gray_1 */
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

#relation_members {
  width: 920px;
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: center; /*--- safari（PC）用 ---*/
  justify-content: center;
  height: 300px;
  margin-top: 80px;
}

.relation_member_list {
  width: 230px;
  background-color: inherit;
  text-align: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  position: relative;
}

.relation_member_check {
  position: absolute;
  color: #01a2c1; /* $color_primary */
  display: none;
  top: -73px;
  left: 96px;
  z-index: 100;
  font-size: 50px;
}

.relation_member_list.selected .relation_member_check {
  display: block;
}

.relation_member_list > div.thumbnail {
  margin: auto;
  text-align: center;
  width: 186px;
  height: 186px;
  border-radius: 186px;
  -webkit-border-radius: 186px;
  border: #ddd 6px solid;
  margin-bottom: 15px;
}

.relation_member_list.selected > div.thumbnail {
  border: 6px solid #01a2c1; /* $color_primary */
}

.relation_member_list img {
  width: 186px;
  height: 186px;
  border-radius: 186px;
  object-fit: cover;
  -webkit-border-radius: 186px;
  -webkit-filter: grayscale(0.6);
}

.relation_member_name {
  font-size: 28px !important;
  margin-top: 15px !important;
  color: #4d4c4b; /* $gray_1 */
}

.relation_member_list.selected img {
  -webkit-filter: grayscale(0);
}

.relation_member_list i.fa-user {
  font-size: 100px;
  border-radius: 186px;
  -webkit-border-radius: 186px;
  -webkit-filter: grayscale(0.8);
  color: #ddd;
  margin-top: 46px;
}

.relation_member_list.selected i.fa-user {
  -webkit-filter: grayscale(0);
  color: #ccc;
}

.relation-members-title {
  font-size: 48px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 60px;
  clear: both;
}

#relation-members-dialog {
  padding: 20px 0 48px;
  width: 920px;
}

#message_relation span {
  font-size: 36px;
  text-align: center;
  color: #4d4c4b; /* $gray_1 */
}

#message_relation span.name {
  color: #4d4c4b; /* $gray_1 */
}

div.login-check-dialog-wrapper {
  width: 400px;
  height: 440px;
  padding: 15px;
}

.start-dialog-wrapper {
  width: 680px;
  height: 320px;
  display: flex;
  align-items: center;
}

.logout-dialog-wrapper {
  text-align: center;
  display: table;
  width: 680px;
  height: 320px;
}

.logout-dialog-content {
  display: table-cell;
  vertical-align: middle;
}

.logout-dialog-message {
  width: 526px;
  margin: 0 auto 16px;
  color: #f53838;
  text-align: left;
}

.force-reload-dialog-content-message {
  width: 526px;
  margin: 0 auto 16px;
  text-align: left;
}

.logout-dialog-button {
  cursor: pointer;
}

.login_check_dialog_description {
  color: #4d4c4b; /* $gray_1 */
  font-size: 0.8rem;
}

.logout-button {
  display: block;
  cursor: pointer;
  width: 120px;
  margin: auto;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  transition: 0.2s;
  background-color: #eee;
  color: #4d4c4b; /* $gray_1 */
}

@media screen and (max-height: 450px) {
  .login-logo img {
    width: 100px;
  }

  .login-logo {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .login-check-dialog-wrapper {
    width: 80vw !important;
    height: 150px !important;
    overflow-y: scroll;
  }

  .setting-dialog-row-first {
    margin-top: 40px;
  }

  #date {
    padding-top: 60px;
  }

  #date_day {
    font-size: 50px !important;
  }

  #date_day_s {
    font-size: 30px !important;
  }

  #message_usual,
  #message_usual .switch {
    margin-top: -20px;
    padding-top: 0px;
    font-size: 15px !important;
  }

  #method_toggle {
    margin-top: 0;
  }

  #date.touchmode {
    /*display: none;*/
    -webkit-transform: scale(0.8) translateY(-60px);
    -moz-transform: scale(0.8) translateY(-60px);
    -o-transform: scale(0.8) translateY(-60px);
    -ms-transform: scale(0.8) translateY(-60px);
    transform: scale(0.8) translateY(-60px);
  }

  .class_back_button {
    font-size: 18px;
    top: 60px !important;
    z-index: 1000;
  }

  #class_list ons-row {
    padding-top: 180px;
  }

  #class_list {
    width: 96%;
    height: 80vh;
  }

  #search_target {
    bottom: -180px;
    z-index: 20002;
  }

  .class_list_button {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  #button_main div {
    margin-top: 30px;
    width: 100px;
  }

  #button_sub div {
    margin-top: 30px;
  }

  #clock_in_time {
    visibility: hidden;
  }

  /*兄弟打刻*/
  #relation-members-dialog {
    width: 80vw;
    height: 80vh;
  }

  .relation-members-title {
    font-size: 20px;
    margin-bottom: 0;
  }

  .relation_member_list {
    width: 80px;
  }

  #relation_members {
    width: 70vw;
    height: 30vh;
  }

  .relation_member_list > div.thumbnail {
    width: 50px;
    height: 50px;
  }

  .relation_member_list i.fa-user {
    font-size: 10px;
    margin-top: 30px;
  }

  .relation_member_list img {
    width: 50px;
    height: 50px;
    object-fit: cover;
  }

  .relation_member_check {
    font-size: 5px;
    top: 4px;
    left: 0;
  }

  .relation_member_name {
    font-size: 10px !important;
  }

  #member_relations_button {
    font-size: 40px;
    width: 50vw;
  }

  .close-button {
    margin-top: -10px;
  }

  /*カード登録モード*/
  .members-dialog-card-registmode-wrapper div {
    max-height: 90vh;
    overflow-y: scroll;
  }
}

#relation_members .img-up {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05), 0 1px 6px rgba(0, 0, 0, 0.05),
    0 8px 8px rgba(0, 0, 0, 0.05), 0 16px 16px rgba(0, 0, 0, 0.05),
    8px 16px 16px rgba(0, 0, 0, 0.05), 8px 32px 32px rgba(0, 0, 0, 0.05);

  transform: scale(1.05) translateY(-0.5rem);
  transition-property: all;
  transition-duration: 0.5s;
}

#relation_members .img-down {
  transition-property: all;
  transition-duration: 0.5s;
}

/* 予定前退室アラートのスタイル */
.early-departures-dialog {
  position: relative;
  background-image: url(d3f6648b9155028685c3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 872px;
  height: 660px;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin: auto;
}

.early-departures-dialog .early-departures-dialog-background {
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 4px;
}

.early-departures-dialog .early-departures-dialog-button {
  position: absolute;
  top: 60px;
  right: 60px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #cfd5da;
  padding: 8px 16px;
  font-family: "Rounded Mplus 1c", sans-serif;
  color: #3b3f42;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.early-departures-dialog .early-departures-dialog-top-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.early-departures-dialog
  .early-departures-dialog-top-container
  .early-departures-dialog-img {
  width: 322px;
  height: 350px;
}

.early-departures-dialog .early-departures-dialog-bottom-container {
  display: flex;
  justify-content: center;
}

.early-departures-dialog
  .early-departures-dialog-bottom-container
  .early-departures-dialog-message {
  text-align: center;
  font-style: normal;
  font-weight: 600;
  color: var(--color-caution);
  font-size: 48px;
  line-height: 200%;
}

.early-departures-dialog ruby rt {
  font-weight: 200;
  font-size: 18px;
}

/* 職員用ダイアログのスタイル */
.early-departures-employee-dialog {
  position: relative;
  background-color: #fff;
  width: 872px;
  height: 660px;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  margin: auto;
  box-sizing: border-box;
}

.early-departures-employee-dialog .early-departures-employee-dialog-background {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.early-departures-employee-dialog .early-departures-employee-dialog-header {
  text-align: center;
  background-color: #fff;
}

.early-departures-employee-dialog-single-wrap {
  width: 578px;
  margin: 0 auto;
}

.early-departures-employee-dialog .early-departures-employee-dialog-content {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 16px 12px 0;
  flex-direction: column;
}

.early-departures-employee-dialog .early-departures-employee-dialog-alert-area {
  background-color: #fef6f7;
  border: 1px solid #f5abab;
  padding: 10px;
  border-radius: 4px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
}

.early-departures-employee-dialog .early-departures-employee-dialog-alert-icon {
  display: block;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  margin: 2px 0px;
}

.early-departures-employee-dialog
  .early-departures-employee-dialog-alert-emphasis-text {
  color: #ef0000;
}

.early-departures-employee-dialog .early-departures-employee-dialog-title h2 {
  color: #3b3f42;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.early-departures-employee-dialog .early-departures-employee-dialog-message {
  color: #3b3f42;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
}

.early-departures-employee-dialog-message-annotation {
  color: #3B3F42;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
  width: 498px;
  margin-top: 4px;
}

.early-departures-employee-dialog .early-departures-employee-dialog-buttons {
  padding-top: 25px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin-top: auto;
}

.early-departures-employee-dialog .early-departures-employee-dialog-button {
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  min-width: 200px;
}

.early-departures-employee-dialog
  .early-departures-employee-dialog-button-primary {
  background-color: #01a2c1;
  color: #fff;
}

.early-departures-employee-dialog
  .early-departures-employee-dialog-button-primary:hover {
  background-color: #0188a3;
}

.early-departures-employee-dialog
  .early-departures-employee-dialog-child-info {
  margin-top: 12px;
  padding: 24px 0 40px;
  width: 100%;
  height: 320px;
  box-sizing: border-box;
}

.relation-border {
  border: 1px solid #cfd5da;
  border-radius: 4px;
}

.early-departures-employee-dialog
  .early-departures-employee-dialog-child-info
    .early-departures-employee-dialog-child-name {
      color: #3B3F42;
      font-size: 28px;
      font-style: normal;
      font-weight: 300;
      line-height: 140%; /* 39.2px */
      text-align: center;
      position: relative;
}

.early-departures-employee-dialog
  .early-departures-employee-dialog-child-info
    .early-departures-employee-dialog-child-name
    .tooltip-text {
      display: block;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      padding: 0 23px;
}

.early-departures-employee-dialog
  .early-departures-employee-dialog-child-info
    .early-departures-employee-dialog-child-class {
      color: #3B3F42;
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: 150%; /* 27px */
      min-height: 27px; /* クラスの所属がない場合の高さを確保（サイズは、font-size * line-heightで指定） */
      text-align: center;
      position: relative;
}

.early-departures-employee-dialog
  .early-departures-employee-dialog-child-info
    .early-departures-employee-dialog-child-class
    .tooltip-text {
      display: block;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      padding: 0 8px;
}

.early-departures-employee-dialog
  .early-departures-employee-dialog-child-info
    .early-departures-employee-dialog-child-header {
      text-align: center;
      margin-bottom: 16px;
}

.early-departures-employee-dialog
  .early-departures-employee-dialog-child-info
    .early-departures-employee-dialog-child-details {
      display: flex;
      flex-direction: column;
      gap: 20px;
      align-items: center;
      max-width: 100%;
}

.early-departures-employee-dialog
  .early-departures-employee-dialog-child-info
    .early-departures-employee-dialog-detail-item {
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 100%;
      position: relative;
      justify-content: center;
}

.early-departures-employee-dialog
  .early-departures-employee-dialog-child-info
    .early-departures-employee-dialog-detail-label {
      color: #3b3f42; /* Design Systemのtext-and-icon/default */
      font-family: "Hiragino Sans", -apple-system, "BlinkMacSystemFont", ".SFNSDisplay-Regular", "Yu Gothic", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 300;
      line-height: 150%; /* 24px */
      text-align: center;
      position: absolute;
      left: 37px;
      width: 64px;
      top: 50%;
      transform: translateY(-50%);
}

.early-departures-employee-dialog
  .early-departures-employee-dialog-child-info
    .early-departures-employee-dialog-child-scheduled-departures-time {
      color: #3b3f42; /* Design Systemのtext-and-icon/default */
      font-family: "Hiragino Sans", -apple-system, "BlinkMacSystemFont", ".SFNSDisplay-Regular", "Yu Gothic", sans-serif;
      font-size: 64px;
      font-style: normal;
      font-weight: 300;
      line-height: 140%; /* 89.6px */
      text-align: center;
      flex: 1;
}

.early-departures-employee-dialog
  .early-departures-employee-dialog-child-info
    .early-departures-employee-dialog-child-sendoff-group {
      color: #3b3f42; /* Design Systemのtext-and-icon/default */
      font-family: "Hiragino Sans", -apple-system, "BlinkMacSystemFont", ".SFNSDisplay-Regular", "Yu Gothic", sans-serif;
      font-size: 40px;
      font-style: normal;
      font-weight: 300;
      line-height: 140%; /* 56px */
      text-align: center;
      max-width: 350px;
      word-wrap: break-word;
      overflow-wrap: break-word;
}

/* 長いテキストで複数行になる場合の調整 */
.early-departures-employee-dialog
  .early-departures-employee-dialog-child-info
    .early-departures-employee-dialog-child-sendoff-group.left-align {
      position: absolute;
      left: 130px; /* infoの左から130px */
      text-align: left;
      max-width: 405px;
      top: 50%;
      transform: translateY(-50%);
}

/* left-alignが適用された場合の親要素の調整 */
.early-departures-employee-dialog
  .early-departures-employee-dialog-child-info
    .early-departures-employee-dialog-detail-item:has(.left-align) {
      height: auto;
      min-height: 0;
      margin-top: 30px;
}

/* カルーセル関連のスタイル */
.early-departures-carousel {
  flex: 1;
  display: flex;
  align-items: center;
  width: 65%;
  margin: 0 auto;
  flex-direction: column;
  overflow: visible;
  position: relative !important;
}

.early-departures-carousel-item {
  height: 100%;
  width: 100%;
  transition: mask 0.3s ease-in-out, -webkit-mask 0.3s ease-in-out;
}

.early-departures-carousel-item.active {
  mask: none;
}

/* アクティブカードの左側にあるカード（右から左に透明になるグラデーション） */
.early-departures-carousel-item.gradient-left {
  mask: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.6) 100%);
  -webkit-mask: linear-gradient(to right, transparent 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.6) 100%);
}

/* アクティブカードの右側にあるカード（左から右に透明になるグラデーション） */
.early-departures-carousel-item.gradient-right {
  mask: linear-gradient(to left, transparent 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.6) 100%);
  -webkit-mask: linear-gradient(to left, transparent 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.6) 100%);
}

.early-departures-carousel-dots {
  position: absolute;
  bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.early-departures-carousel-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #B2BBC3;
}

.early-departures-carousel-dot.active {
  background-color: #3B3F42;
}

/* カルーセルナビゲーションボタン */
.early-departures-carousel-nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #CFD5DA;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.early-departures-carousel-nav-prev {
  left: 20px;
}

.early-departures-carousel-nav-next {
  right: 20px;
}

.early-departures-carousel-nav-button:hover:not(:disabled) {
  background-color: #F5F7F9;
  border-color: #B2BBC3;
}

.early-departures-carousel-nav-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.settings-early-departures-icon::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(9a9c5282d0482791516c.svg) no-repeat center;
  vertical-align: text-top;
}

/* This is a CSS file */
.rmplus {
  font-family: "Rounded Mplus 1c";
}
.w40 {
  width: 40px !important;
}
.w50 {
  width: 50px !important;
}
.w60 {
  width: 60px !important;
}
.w70 {
  width: 70px !important;
}
.w80 {
  width: 80px !important;
}
.w90 {
  width: 90px !important;
}
.w100 {
  width: 100px !important;
}
.w110 {
  width: 110px !important;
}
.w120 {
  width: 120px !important;
}
.w130 {
  width: 130px !important;
}
.w150 {
  width: 150px !important;
}
.w200 {
  width: 200px !important;
}
.w250 {
  width: 250px !important;
}
.w300 {
  width: 300px !important;
}
.dib {
  display: inline-block !important;
}
.noborder {
  border: none !important;
}

#wrapper {
  box-shadow: none !important;
  height: 100%;
}

.side_nav {
  padding: 0;
}

.side_nav .ibox {
  margin-left: -15px;
  margin-right: -15px;
}

.sended_list {
  white-space: nowrap;
  position: relative;
  height: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
}

body .gridStyle_list {
  height: 650px;
}
body .gridStyle_edit {
  height: 980px;
}

body {
  background-image: none !important;
  background-color: #fff;
}

.txt10 {
  line-height: 120%;
  font-size: 85%;
  letter-spacing: 1px;
}

.txt13 {
  font-size: 110%;
}

.txt14 {
  font-size: 115%;
}

.txt15 {
  font-size: 120%;
}

.txt16 {
  font-size: 130% !important;
}

.txt18 {
  font-size: 145%;
}
.txt20 {
  font-size: 160%;
}
.txtR {
  text-align: right;
}

.txtL {
  text-align: left;
}

.txtC {
  text-align: center;
}

.txtC img {
  margin-left: auto;
  margin-right: auto;
}
.txt_b {
  font-weight: bold;
}

.txt_i {
  font-style: italic;
}
.mTop05 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop90 {
  margin-top: 90px;
}
.mTop100 {
  margin-top: 100px;
}
.mTop200 {
  margin-top: 200px;
}

.mBtm05 {
  margin-bottom: 5px;
}

.mBtm09 {
  margin-bottom: 9px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.mBtm55 {
  margin-bottom: 55px;
}

.mBtm60 {
  margin-bottom: 60px;
}

.mBtm65 {
  margin-bottom: 65px;
}

.mBtm70 {
  margin-bottom: 70px;
}

.mBtm75 {
  margin-bottom: 75px;
}

.mBtm80 {
  margin-bottom: 80px;
}

.mBtm105 {
  margin-bottom: 105px;
}

.mBtm160 {
  margin-bottom: 160px;
}
.mLft-15 {
  margin-left: -15px;
}

.mLft05 {
  margin-left: 5px;
}

.mLft10 {
  margin-left: 10px;
}

.mLft15 {
  margin-left: 15px;
}

.mLft20 {
  margin-left: 20px;
}

.mLft25 {
  margin-left: 25px;
}

.mLft30 {
  margin-left: 30px;
}

.mLft35 {
  margin-left: 35px;
}

.mLft40 {
  margin-left: 40px;
}

.mLft45 {
  margin-left: 45px;
}

.mLft50 {
  margin-left: 50px;
}

.mLft55 {
  margin-left: 55px;
}

.mLft60 {
  margin-left: 60px;
}

.mRht-10 {
  margin-right: -10px;
}

.mRht05 {
  margin-right: 5px;
}
.mRht10 {
  margin-right: 10px;
}
.mRht15 {
  margin-right: 15px;
}
.mRht20 {
  margin-right: 20px;
}
.mRht25 {
  margin-right: 25px;
}

.mRht35 {
  margin-right: 35px;
}
.mRht40 {
  margin-right: 40px;
}
.mRht60 {
  margin-right: 60px;
}
.mRht80 {
  margin-right: 80px;
}

.pTop10 {
  padding-top: 10px;
}

.p0 {
  padding: 0px !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.inline {
  display: inline-block;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
#members_select2 li:hover {
  background-color: #ddd !important;
}
.button_element:active {
  background-color: #eee !important;
}

@keyframes eee {
  0% {
    background-color: initial;
  }
  100% {
    background-color: #eee;
  }
}

.button_base {
  border: 1px solid #01a2c1; /* $color_primary */
  color: #01a2c1; /* $color_primary */
  border-radius: 6px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button_l {
  font-size: 42px;
  line-height: 1.75;
  border: 2px solid #01a2c1;
  width: 510px;
  margin: 0 auto;
  border-radius: 12px;
}

.button_warning {
  border: 1px solid #f17e00; /* $color_warning */
  color: #fff;
  background-color: #f17e00; /* $color_warning */
}


div.message-board-title {
    width: 30vw;
    position: fixed;
    top: 10vh;
    left: 50vw;
    margin-left: -15vw;
    text-align: center;
}

div.message-board-clock {
    position: fixed;
    margin-left: 10vw;
    margin-top: 10vh;
    color: #aaa;
    font-size:20px;
    font-weight: 300;
}

div.message-board-clock .date_year {

}

div.message-board-main {
    width: 100vw;
    position: fixed;
    top: 25vh;
    text-align: center;
}

div.message-board-main div.message-board-instruction {
	margin-top: 40px;
    font-size: 68px;
    color: #666;
}

img.message-board-touch-img {
  width: 40vw;
}

div.message-board-dialog {
  padding: 0 22px 22px 22px;
  width: 80vw;
  height: 90vh;
}

ons-row.message-board-dialog-wrapper {
    text-align: center;
    height:90%;
    word-wrap: break-word;
}

ons-row.message-board-dialog-date {
    color: #aaa;
    font-size: 24px;
    font-weight: 300;
}
ons-row.message-board-dialog-title {
    color: #666;
    font-size: 54px;
    margin-top: 15px;
}
.message-board-dialog-no-comment{
	font-size: 46px;
	color: #666;
}
ons-row.message-board-dialog-comment-wrapper,
ons-row.message-board-dialog-no-comment-wrapper {
    height: 370px;
    overflow-y: scroll;
}
ons-row.message-board-dialog-comment-wrapper {
      padding: 10px;
      font-size: 28px;
       margin-top: 20px;
       text-align: left;
}

ons-button.message-board-dialog-button {
    margin: 10px auto;
}

ons-col.message-board-dialog-previous-day,
ons-col.message-board-dialog-next-day {
    color: rgba(24, 103, 194, 0.81);
}

