@charset "UTF-8";

html {
  font-size: 16px;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  text-decoration: none;
}

i {
  color: #fff;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #fff;
}

em {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  color: inherit;
}


.tmp_sys_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  color: #333;
}

.tmp_sys_contents_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 200px;
  background-color: #333;
  width: calc(100% - 200px);
}

.tmp_sys_contents_inner {
  margin-top: 50px;
  padding: 0 40px 100px;
}

.tmp_client_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tmp_client_contents_wrap {
  width: 100%;
  max-width: 600px;
  height: 100vh;
  margin: 0 auto;
  background-color: #333;
  -webkit-box-shadow: -3px -3px 10px #fff, 3px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: -3px -3px 10px #fff, 3px 3px 10px rgba(0, 0, 0, 0.2);
  overflow: auto;
}

.tmp_client_contents_inner {
  margin-top: 66px;
  padding: 30px 4% 150px;
}

.tmp_client_contents_inner .hdgTop {
  text-align: center;
}

.tmp_header {
  padding-top: 2.5em;
  padding-right: 2em;
}

.tmp_header>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tmp_header>ul>li {
  width: 150px;
}

.tmp_header>ul>li .logout_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.3em 0;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #fff;
  font-size: 1.2rem;
  border: 2px solid #cc6633;
  border-radius: 15px;
  position: relative;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.tmp_header>ul>li .logout_btn::before {
  content: url(../images/common/icon-logout.svg);
  margin-right: 5px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.tmp_header>ul>li .logout_btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.tmp_header_client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 8px 2%;
  background-color: #fff;
  -webkit-box-shadow: -3px -3px 10px #fff, 3px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: -3px -3px 10px #fff, 3px 3px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 9999;
}

.tmp_header_client .atm_logo {
  margin-left: 0;
}

.tmp_header_client_inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tmp_header_client_inner .acount_name {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.tmp_side {
  width: 200px;
  height: 100%;
  padding: 30px 0;
  background-color: #fff;
  -webkit-box-shadow: 3px 0 10px rgba(186, 211, 251, 0.5);
  box-shadow: 3px 0 10px rgba(186, 211, 251, 0.5);
  position: fixed;
  z-index: 999;
  overflow-y: scroll;
}

.atm_backBtn {
  margin-bottom: 20px;
  width: 70px;
}

.atm_backBtn a {
  color: #fff;
  display: flex;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  align-items: center;
  justify-content: space-between;
  text-decoration: underline;
}

.atm_backBtn a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.atm_btn01 {
  padding: 10px 20px;
  letter-spacing: 0.1em;
  background: #cc6633;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.atm_btn01:hover {
  opacity: 0.7;
}

.atm_btn01_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.delete_btn_wrapper {
  margin-top: 20px;
}

.send_btn.delete_btn {
  border-radius: 10px;
  background-color: #ccc;
  padding: 10px 20px;
}

.delete_btn:hover {
  opacity: 0.7;
}

.atm_btn_login {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 50px auto 0;
  padding: 1em;
  background-color: #cc6633;
  color: #fff;
  font-size: 1.2rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}

.atm_btn_login:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
}

.atm_btn_signIn {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 50px auto 0;
  padding: 1em;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  border: none;
  border-radius: 10px;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: pointer;
  border: solid 1px #ccc;
}

.atm_btn_signIn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
}

.atm_btn_signUp {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 50px auto 0;
  padding: 1em;
  background-color: #cc6633;
  color: #fff;
  font-size: 1.2rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}

.atm_btn_signUp:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
}

.atm_card_img {
  padding: 30px;
  background: #fff;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  border-bottom: solid 1px #ccc;
}

.space_link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.space_info_wrapper {
  display: flex;
  gap: 40px;
}

.atm_card_img:hover {
  opacity: 0.7;
}

.atm_card_img .label_off,
.atm_card_img .label_on {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 10px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 8px;
}

.atm_card_img .label_off+.img,
.atm_card_img .label_on+.img {
  margin-top: 20px;
}

.atm_card_img .label_on {
  background-color: #ee8181;
}

.atm_card_img .label_off {
  background-color: #e3acae;
}

.atm_card_img .img {
  display: flex;
  justify-content: center;
}

.atm_card_img .img img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.atm_card_img dl {
  margin-top: 30px;
}

.atm_card_img dl dd,
.atm_card_img dl dt {
  padding: 10px 15px;
  font-size: 1.3rem;
}

.atm_card_img dl dd:nth-of-type(n + 2),
.atm_card_img dl dt:nth-of-type(n + 2) {
  border-top: 1px solid #fff;
}

.atm_card_img dl dt {
  background-color: #ddd;
  width: 100px;
}

.atm_card_img .btn {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
  background-color: #333;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.atm_card_img .btn:hover {
  opacity: 0.7;
}

.atm_error {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.5;
  color: tomato;
  border: solid 1px tomato;
  padding: 10px;
  background: floralwhite;
  border-radius: 3px;
  white-space: pre-wrap;
}

.my_account_edit_error {
  color: tomato;
  font-size: 0.9rem;
}

.atm_success {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.5;
  color: darkcyan;
  border: solid 1px darkcyan;
  padding: 10px;
  background: aliceblue;
  border-radius: 3px;
  white-space: pre-wrap;
}

[type="datetime-local"],
[type="date"],
[type="email"],
[type="text"],
select {
  padding: 10px;
  text-align: left;
  background: 0 0;
  color: #333;
  border-radius: 0;
  border: none;
  border: 1px solid #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 80%;
}

[type="datetime-local"]:focus,
[type="email"]:focus,
[type="text"]:focus,
select:focus {
  outline: 0;
}

[type="datetime-local"]:focus,
[type="email"]:focus,
[type="text"]:focus,
select:focus {
  background-color: aliceblue;
  border-bottom: 1px solid #cc6633;
}

.atm_mainHdg {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #e3e1ac;
}

.atm_subHdg {
  padding-left: 0.5em;
  margin-bottom: 0.8em;
  font-size: 1.6rem;
  border-left: 5px solid #cc6633;
  position: relative;
}

.atm_subHdg::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.atm_subHdg+.org_detail {
  margin-top: 40px;
}

.atm_logo {
  width: 150px;
  margin-left: 10%;
}

.atm_pop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #76dc76;
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: -3px -3px 10px #fff, 3px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: -3px -3px 10px #fff, 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.atm_pop span {
  display: block;
}

.atm_pop span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 20px 8px 0;
  border-color: transparent #76dc76 transparent transparent;
  position: absolute;
  left: -10px;
  bottom: 10px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.atm_required {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ff4040;
  font-size: .8rem;
  border-radius: 10px;
}

.atm_text_center {
  text-align: center;
}

.atm_text_link {
  text-decoration: underline;
  padding: 5px 15px;
}

.atm_text_link:hover {
  font-weight: 600;
  text-decoration: none;
}

.atm_text_link .terms {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}

.atm_text_link .terms::after {
  content: url(../images/common/icon-arrowUp.svg);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mlc_accountList_inner {
  padding: 20px;
  background-color: #fff;
  color: #333;
  border-radius: 10px;
}

.mlc_accountList_inner .ttl {
  font-size: 1.6rem;
  font-weight: 600;
}

.mlc_accountList_inner+.mlc_accountList_inner {
  margin-top: 30px;
}

.mlc_detailBlock {
  padding: 30px;
  background-color: #fff;
  color: #333;
  border: 2px solid #ddd;
  border-radius: 20px;
}

.mlc_detailBlock .ttl {
  margin-bottom: 2em;
}

.mlc_detailBlock dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mlc_detailBlock dl dd,
.mlc_detailBlock dl dt {
  font-size: 1rem;
}

.mlc_detailBlock dl dd:nth-of-type(n + 2),
.mlc_detailBlock dl dt:nth-of-type(n + 2) {
  margin-top: 20px;
}

.mlc_detailBlock dl dt {
  width: 35%;
  padding-right: 5%;
  color: #999;
}

.mlc_detailBlock dl dd {
  width: 65%;
}

.mlc_clientElementBlock *:first-child {
  margin-top: 0;
}

.keyArea {
  margin: 30px 0;
}

.keyArea .key_icon {
  display: block;
  text-align: center;
  padding: 25px 20px;
  background-color: #e3acae;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  position: relative;
  height: 71px;
}

.keyArea .key_icon.is_none {
  display: none;
}

.keyArea .key_icon::before {
  content: url(../images/common/icon-keyNumber.svg);
  display: block;
  position: absolute;
  top: 54%;
  left: 15px;
  -webkit-transform: translateY(-50%) scale(0.8);
  transform: translateY(-50%) scale(0.8);
}

.keyArea .key_icon:hover {
  opacity: 0.7;
}

.keyArea .key_number {
  display: none;
  text-align: center;
  padding: 20px;
  background-color: #acaee3;
  font-weight: 600;
  border-radius: 10px;
  height: 71px;
}

.keyArea .key_number.is_active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.marks_wrapper {
  margin-left: 5px;
  display: flex;
  align-items: center;
}

.key_mark,
.sharp_mark,
.check_mark {
  margin: 0 5px;
  background-color: #000;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.is_none {
  display: none;
}

.mlc_editerArea {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 15px;
  border: 1px solid #5b5b5b;
}

.mlc_editerArea dd,
.mlc_editerArea dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
}

.mlc_editerArea dt {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
  padding: 12px;
  background-color: #5b5b5b;
  color: #fff;
}

.mlc_editerArea dt:not(:first-of-type) {
  border-top: 1px solid #fff;
}

.mlc_editerArea dd {
  -ms-grid-column: 5;
  -ms-grid-column-span: 8;
  grid-column: 5/13;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 15px;
}

.mlc_editerArea dd .decision {
  display: block;
  width: 100%;
}

.mlc_editerArea dd .edit {
  display: none;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.mlc_editerArea dd .edit.is_active {
  display: block;
}

.mlc_editerArea dd .edit [type="email"],
.mlc_editerArea dd .edit [type="text"] {
  width: 100%;
  text-align: left;
}

.mlc_editerArea dd .btnArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}

.mlc_editerArea dd .btnArea .delete_btn,
.mlc_editerArea dd .btnArea .close_btn,
.mlc_editerArea dd .btnArea .edit_btn,
.mlc_editerArea dd .btnArea .ok_btn {
  width: 100%;
  height: 25px;
  background-color: #ddd;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.mlc_editerArea dd .btnArea .edit_btn.is_none {
  display: none;
}

.mlc_editerArea dd .btnArea .delete_btn,
.mlc_editerArea dd .btnArea .close_btn,
.mlc_editerArea dd .btnArea .ok_btn {
  display: none;
  width: 50%;
}

.mlc_editerArea dd .btnArea .delete_btn.is_active,
.mlc_editerArea dd .btnArea .close_btn.is_active,
.mlc_editerArea dd .btnArea .ok_btn.is_active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mlc_editerArea dd .btnArea .ok_btn {
  background-color: #8ab7f6;
}

.mlc_editerArea dd .btnArea .delete_btn,
.mlc_editerArea dd .btnArea .close_btn {
  margin-left: 10px;
  background-color: #f6aa8a;
}

.mlc_editerArea dd:not(:first-of-type) {
  border-top: 1px solid #5b5b5b;
}

.mlc_elementBlock {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}

.mlc_elementBlock+.mlc_elementBlock {
  margin-top: 30px;
}

.mlc_elementTable.search form button {
  margin-top: 30px;
  display: inline-block;
}

.mlc_elementTable.message {
  margin-top: 0;
}

.mlc_elementTable.table_margin {
  margin-top: 30px;
}

.google_auth_form {
  margin-bottom: 15px;
}

.google_auth_url {
  color: #284de9;
  text-decoration: underline;
  word-break: break-all;
}

.google_auth_url:hover {
  text-decoration: none;
}

.mlc_information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 50%;
  margin-top: 30px;
  padding: 30px;
  background-color: #ddd;
  border-radius: 10px;
}

.mlc_information dd,
.mlc_information dt {
  padding: 10px;
}

.mlc_information dd:nth-of-type(n + 2),
.mlc_information dt:nth-of-type(n + 2) {
  border-top: 1px solid #fff;
}

.mlc_information dt {
  width: 35%;
  background-color: #5b5b5b;
  color: #fff;
}

.mlc_information dd {
  background-color: #808080;
  width: 65%;
  padding-left: 20px;
}

.mlc_inputSubmit {
  margin: 50px -30px -30px;
  padding: 20px 20px 30px;
  text-align: right;
  border-top: 1px solid #ddd;
}

.mlc_inputSubmit textarea {
  width: 100%;
  height: 60px;
  padding: 10px;
  background: 0 0;
  border-radius: 10px;
  border: 2px solid #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.mlc_inputSubmit textarea:hover {
  border-color: #284de9;
}

.mlc_inputSubmit textarea:hover:focus {
  border-color: #fff;
}

.mlc_inputSubmit .sendBtn {
  margin-top: 10px;
  border: none;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: pointer;
}

.mlc_inputSubmit .sendBtn:hover {
  opacity: 0.7;
}

.mlc_keyBlock {
  margin-top: 40px;
}

.mlc_nav {
  text-align: center;
  width: 30px;
}

.mlc_nav i {
  color: #333;
}

.mlc_nav_menu {
  cursor: pointer;

}

.mlc_nav_menu.is_none {
  display: none;
}

.mlc_nav_close {
  display: none;
  cursor: pointer;
}

.mlc_nav_close.is_active {
  display: block;
}

.mlc_nav_list {
  width: 100%;
  height: calc(100vh - 66px);
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 66px;
  left: 0;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  pointer-events: none;
  overflow: auto;
}

.mlc_nav_list_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 4%;
}

.mlc_nav_list_inner>li {
  margin-top: 0;
  width: 100%;
}

.mlc_nav_list_inner>li a,
.mlc_nav_list_inner>li button {
  display: block;
  padding: 15px 0;
  color: #fff;
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.mlc_nav_list.is_active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
  overflow-y: scroll;
}

.mlc_postList>li {
  width: 45%;
}

.mlc_postList>li .txt {
  padding: 10px;
  line-height: 1.5;
  font-size: 1.4rem;
  border-radius: 10px;
}

.mlc_postList>li .time {
  display: block;
  margin-top: 7px;
  color: #aaa;
  font-size: 1.2rem;
}

.mlc_postList>li:not(:first-child) {
  margin-top: 2em;
}

.mlc_postList>li.management .txt {
  background-color: #fff;
}

.mlc_postList>li.client {
  margin-left: auto;
}

.mlc_postList>li.client .txt {
  background-color: #ade8aa;
}

.mlc_range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-top: 50px;
}

.mlc_range::after {
  content: "";
  display: block;
  width: 92%;
  height: 5px;
  background-color: #888;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.mlc_range>li {
  color: #333;
  font-size: 1.2rem;
  position: relative;
  width: 33%;
  font-size: .8rem;
  text-align: center;
}

.mlc_range>li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #333;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -27px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mlc_resDetailBtns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.mlc_resDetailBtns>li a,
.mlc_resDetailBtns>li button {
  display: block;
  color: #284de9;
  font-weight: 600;
  border-radius: 50px;
  border: solid 2px;
  padding: 10px 20px;
}

.mlc_resDetailBtns>li button:hover {
  background-color: #284de9;
  color: #fff;
}

.mlc_resDetailBtns>li a span {
  display: block;
  padding-left: 2em;
  position: relative;
}

.mlc_resDetailBtns>li a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mlc_resDetailBtns>li a span.cancel::before {
  content: url(../images/common/icon-cancel.svg);
}

.mlc_resDetailBtns>li a:hover {
  text-decoration: underline;
}

.mlc_table01 {
  width: 100%;
}

.mlc_table01 thead {
  background-color: #333;
  color: #fff;
}

.mlc_table01 thead th {
  padding: 10px;
}

.mlc_table01 thead th:not(:first-child) {
  border-left: 1px solid #fff;
}

.mlc_table01 tbody td {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

.mlc_table01 tbody td .cancel,
.mlc_table01 tbody td .confirmed,
.mlc_table01 tbody td .settled {
  display: inline-block;
}

.mlc_table01 tbody td .cancel::before,
.mlc_table01 tbody td .confirmed::before,
.mlc_table01 tbody td .settled::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  font-size: 1rem;
  border-radius: 50%;
}

.mlc_table01 tbody td .confirmed::before {
  background-color: #ace3c6;
}

.mlc_table01 tbody td .settled::before {
  background-color: #e6e85d;
}

.mlc_table01 tbody td .cancel::before {
  background-color: #ee8181;
}

.mlc_table01 tbody td .generally,
.mlc_table01 tbody td .regular {
  padding: 5px 8px;
  border-radius: 5px;
}

.mlc_table01 tbody td .generally {
  background-color: #8ab7f6;
}

.mlc_table01 tbody td .regular {
  background-color: #f6aa8a;
}

.res_button_wrapper {
  margin-top: 15px;
  text-align: right;
}

.reset_button {
  color: #333;
  padding: 10px 20px;
  background-color: #ccc;
  border-radius: 10px;
  margin-left: 10px;
  display: inline-block;
}

.reset_button:hover {
  opacity: 0.7;
}

.mlc_elementTable.search input {
  width: 100%;
  border-radius: 10px;
}

.search_input {
  display: inline-block;
  position: relative;
  margin: 0 10px 10px 0;
  width: 75%;
}

.search_input::before,
.search_input_res::before {
  position: absolute;
  content: '\f002';
  font-family: 'Font Awesome 6 Free';
  font-weight: bold;
  width: 1rem;
  height: 1rem;
  top: 30%;
  left: 10px;
  color: #888;
}

.mlc_table02,
.mlc_table03 {
  width: 100%;
}

.mlc_table02 thead,
.mlc_table03 thead {
  color: #fff;
}

.mlc_table02 thead th:not(:first-child),
.mlc_table03 thead th:not(:first-child) {
  border-left: 1px solid #fff;
}

.mlc_table02 thead th div,
.mlc_table03 thead th div {
  color: #333;
  text-align: left;
}

.mlc_table02 thead th div,
.mlc_table03 thead th div {
  width: 150px;
}

.mlc_table02 tbody td,
.mlc_table03 tbody td {
  padding-top: 10px;
}

span.select,
span.select_status {
  position: relative;
  display: inline-block;
  width: 80%;
}

span.select {
  width: 99%;
}

span.select_status {
  width: 100%;
}

span.select::after,
span.select_status::after {
  position: absolute;
  top: 30%;
  right: 10px;
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  pointer-events: none;
  color: #000;
}

.select_box {
  width: 100%;
  border-radius: 10px;
}

.search_input_res,
.search_input_res_date {
  width: 99%;
  margin: 0 auto;
  display: inline-block;
  position: relative;
}

.res_free_word {
  padding-left: 35px;
}

.org_client_form {
  color: #fff;
  font-size: 16px;
}

.mlc_elementTable .org_client_form {
  color: #000;
}

.org_client_form [type="email"],
.org_client_form [type="password"],
.org_client_form [type="text"],
.org_client_form select,
.org_client_form textarea,
.org_client_form input {
  width: 100%;
  padding: 10px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #666;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.org_client_form [type="email"]:hover,
.org_client_form [type="password"]:hover,
.org_client_form [type="text"]:hover {
  border-color: #cc6633;
}

.dd_flex dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.org_client_form [type="checkbox"] {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

[data-href] {
  cursor: pointer;
}

[data-href]:hover {
  background-color: beige;
}

.input_wrapper {
  display: inline-block;
  position: relative;
}

.input_wrapper:has([type="checkbox"]:checked)::before {
  position: absolute;
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: bold;
  width: 1rem;
  height: 1rem;
  top: 20%;
  left: 9px;
  color: #284de9;
}

.reception_timing_label {
  margin-right: 15px;
}

.org_client_form dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  margin-top: 10px;
}

.org_client_form dt:first-child {
  margin-top: 0;
}

.org_client_form.payment_method dt {
  color: #000;
}

.user_detail_table dt {
  margin-top: 0;
}

.org_col3_type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  margin-top: 30px;
}

.org_col3_type::after {
  content: "";
  display: block;
  width: 30.8%;
}

.org_col3_type>li {
  border-top: solid 1px #ccc;
}

.org_creditCard {
  margin-top: 50px;
}

.radio_label::before {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-right: 1em;
  text-align: center;
  vertical-align: top;
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #0c5593;
  position: absolute;
  top: -0.2em;
  left: 0;
  cursor: pointer;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.org_creditCard input[type="radio"]:checked+.radio_label:before {
  background-color: #3197ee;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.org_creditCard input[type="radio"]:focus+.radio-_abel:before {
  outline: 0;
  border-color: #3197ee;
}

.org_creditCard .radio_label {
  display: block;
  position: relative;
  padding-left: 2rem;
}

.org_creditCard .registered_card {
  margin-top: 30px;
}

.org_creditCard .new_card {
  margin-top: 30px;
}

.org_creditCard .new_card_edit {
  flex-wrap: wrap;
}

.org_creditCard .new_card_edit .number {
  width: 100%;
}

.org_creditCard .new_card_edit .cvv,
.org_creditCard .new_card_edit .mmyy {
  width: 50%;
}

.org_date {
  margin-top: 50px;
  padding: 20px 10px 10px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.org_date .date {
  text-align: center;
  background-color: #fff;
}

.org_date_pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 15px;
  color: #333;
}

.org_date_pager .next .arrow,
.org_date_pager .prev .arrow {
  width: 18px;
  height: 18px;
  background: 0 0;
  border: none;
  appearance: none;
  position: relative;
  cursor: pointer;
}

.org_date_pager .next .arrow::after,
.org_date_pager .prev .arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #284de9;
}

.org_date_pager .prev .arrow::after {
  border-left: 3px solid #284de9;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.org_date_pager .next .arrow::after {
  border-right: 3px solid #284de9;
  -webkit-transform: translateX(-5px) rotate(45deg);
  transform: translateX(-5px) rotate(45deg);
}

.org_date_pager .month {
  font-size: 1.6rem;
  font-weight: 600;
}

.org_date_inner,
.org_date_weeks {
  display: -ms-grid;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 5px;
  color: #333;
}

.org_date_inner .atoms,
.org_date_weeks .atoms {
  width: 100%;
  height: 100%;
  padding: 15px 0 10px;
  background-color: transparent;
  color: #333;
  font-size: 1.6rem;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.org_date_inner .atoms:focus,
.org_date_inner .atoms:hover,
.org_date_weeks .atoms:focus,
.org_date_weeks .atoms:hover {
  background-color: rgba(80, 184, 240, 0.1);
}

.date__inner {
  display: block;
  margin: 5px auto 0;
}

.date__radio {
  display: none;
}

.date__label {
  display: block;
  border-radius: 5px;
  box-sizing: border-box;
}

.date__label.close {
  pointer-events: none;
}

.date__radio:checked+.date__label {
  background-color: rgba(80, 184, 240, 0.2);
}

.date__icon {
  width: 2rem;
  font-size: 2rem;
  line-height: 30px;
}

.currentDate {
  font-size: 1.5rem;
  font-weight: bold;
}

/*
.org_date_inner .atoms.close,
.org_date_weeks .atoms.close {
  color: #bbb;
  pointer-events: none;
} */

.org_date_weeks .date {
  padding: 10px;
  font-weight: 600;
}

.org_date_weeks .date:first-child {
  color: #f24e1e;
}

.org_date_weeks .date:last-child {
  color: #284de9;
}

.status_icon_area {
  width: 25px;
}

.icon-accept {
  color: blue;
  font-weight: bold;
  font-size: 1.5rem;
}

.icon-few {
  color: coral;
  font-weight: bold;
  font-size: 1.5rem;
}

.icon-reject {
  color: tomato;
  font-weight: bold;
  pointer-events: none;
  font-size: 1.5rem;
}

.timezone {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  color: #333;
}

.timezone__item {
  margin-top: 10px;
}

.timezone__checkbox {
  display: none;
}

.time_list_title {
  position: relative;
  text-align: left;
  padding: 20px 30px 20px 20px;
  border-radius: 8px;
  background: #c2e3ff;
  color: black;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
}

.time_list_title.is-open {
  border-radius: 8px 8px 0 0;
}

.time_list_title .accordion_icon_close {
  display: block;
}

.time_list_title .accordion_icon_open {
  display: none;
}

.time_list_title.is-open .accordion_icon_close {
  display: none;
}

.time_list_title.is-open .accordion_icon_open {
  display: block;
}

.time_list_body {
  border: transparent;
  border-radius: 0 0 8px 8px;
  display: none;
}

.time_list_body.is-open {
  padding: 20px;
  line-height: 1.5;
  border: 1px solid #c2e3ff;
  display: block;
}

.is-disabled {
  pointer-events: none;
}

.is-hidden {
  display: none;
}

.timezone__container {
  position: relative;
  width: 100%;
  padding: 10px;
  border: 2px solid #d4d4d4;
  border-radius: 5px;
}

.timezone__checkbox:checked+.timezone__container {
  background-color: #edf8fd;
  border-color: cornflowerblue;
}

.timezone__container:hover {
  cursor: pointer;
}

.timezone__icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 20px;
  text-align: center;
}

.timezone__text {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}

.org_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.org_detail>* {
  width: calc(100% / 2 - 20px);
}

.org_keyBlock {
  margin-top: 50px;
}

.org_nav {
  margin-top: 4em;
}

.org_nav>ul>li a,
.org_nav>ul>li button {
  display: block;
  padding: 1.2em 0 1.2em 3.2em;
  line-height: 1.5;
  letter-spacing: 0.12em;
  position: relative;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
  text-align: left;
}

.org_nav>ul>li a:hover,
.org_nav>ul>li button:hover {
  background-color: #eaf2ff;
}

.org_nav>ul>li a::before,
.org_nav>ul>li button::before {
  display: block;
  position: absolute;
  top: 54%;
  left: 8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.org_nav>ul>li a.dash::before {
  content: url(../images/common/icon-dash.svg);
}

.org_nav>ul>li a.res::before {
  content: url(../images/common/icon-res.svg);
}

.org_nav>ul>li a.key::before {
  content: url(../images/common/icon-key.svg);
}

.org_nav>ul>li a.msg::before {
  content: url(../images/common/icon-msg.svg);
}

.org_nav>ul>li a.space::before {
  content: url(../images/common/icon-space.svg);
}

.org_nav>ul>li a.product::before {
  content: url(../images/common/icon-product.svg);
}

.org_nav>ul>li a.point::before {
  content: url(../images/common/icon-point.svg);
}

.org_nav>ul>li a.google_setting::before {
  content: url(../images/common/icon-google.svg);
}

.org_nav>ul>li a.user::before {
  content: url(../images/common/icon-user.svg);
}

.org_nav>ul>li a.setting::before {
  content: url(../images/common/icon-setting.svg);
}

.org_nav>ul>li a.news::before {
  content: url(../images/common/icon-bell.svg);
}

.org_nav>ul>li button.logout_btn::before {
  content: url(../images/common/icon-logout.svg);
}

.org_nav>ul>li.current a {
  color: #cc6633;
  font-weight: 600;
  border-right: 4px solid #cc6633;
}

.pagination {
  margin-top: 100px;
}

.pagination>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination>ul>li:not(:first-child) {
  margin-left: 1em;
}

.pagination>ul>li.next a,
.pagination>ul>li.prev a {
  padding: 10px;
}

.pagination>ul>li.next a img,
.pagination>ul>li.prev a img {
  width: 80%;
}

.pagination>ul>li a,
.pagination>ul>li span {
  display: block;
  padding: 10px 15px;
  background-color: #cc6633;
  border-radius: 10px;
}

.pagination>ul>li a {
  background-color: #ddd;
  color: #000;
  position: relative;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.pagination>ul>li a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
  -webkit-transform: translateY(1.5px);
  transform: translateY(1.5px);
}

.org_spaceGrid {
  display: -ms-grid;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(12, 1fr);
}

.org_spaceGrid>dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1/13;
}

.org_spaceGrid>dl dd,
.org_spaceGrid>dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 15px;
  border: 1px solid #5b5b5b;
}

.org_spaceGrid>dl dt {
  width: 25%;
  background-color: #5b5b5b;
  color: #fff;
}

.org_spaceGrid>dl dd {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 75%;
  position: relative;
  gap: 10px;
}

.org_spaceGrid>dl dd .decision,
.org_spaceGrid>dl dd .edit {
  display: block;
  width: 85%;
  font-size: 1.4rem;
}

.org_spaceGrid>dl dd .decision {
  line-height: 1.5;
}

.org_spaceGrid>dl dd .edit {
  display: none;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.org_spaceGrid>dl dd .edit [type="text"],
.org_spaceGrid>dl dd .edit select,
.org_spaceGrid>dl dd .edit textarea {
  width: 100%;
  text-align: left;
}

.org_spaceGrid>dl dd .edit textarea {
  padding: 10px;
  border-color: #ddd;
}

.org_spaceGrid>dl dd .edit textarea:hover {
  border-color: #284de9;
}

.org_spaceGrid>dl dd .edit.is_active {
  display: block;
}

.org_spaceGrid>dl dd .delete_btn,
.org_spaceGrid>dl dd .edit_btn,
.org_spaceGrid>dl dd .ok_btn {
  background-color: #ddd;
  border: none;
  display: flex;
  padding: 5px;
  border-radius: 5px;
}

.org_spaceGrid>dl dd .delete_btn img,
.org_spaceGrid>dl dd .edit_btn img,
.org_spaceGrid>dl dd .ok_btn img {
  min-height: 17px;
  min-width: 17px;
}

.org_spaceGrid>dl dd .delete_btn:hover,
.org_spaceGrid>dl dd .edit_btn:hover,
.org_spaceGrid>dl dd .ok_btn:hover {
  opacity: 0.7;
}

.org_spaceGrid>dl dd .delete_btn.act {
  background-color: tomato;
  display: block;
}

.org_spaceGrid>dl dd .delete_btn.is_active,
.org_spaceGrid>dl dd .ok_btn.is_active {
  display: block;
}

.org_spaceGrid>dl dd .edit_btn.is_none {
  display: none;
}

.org_spaceGrid>dl dd .ok_btn {
  background-color: #8ab7f6;
  top: auto;
  bottom: 47px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.org_spaceGrid>dl dd .delete_btn {
  background-color: #f6aa8a;
  top: auto;
  bottom: 15px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.detail_figure {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.detail_figure img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
}

.send_btn_container>.send_btn,
.send_btn_container>.delete_btn {
  display: block;
  flex: 1;
}

.send_btn_container>.delete_btn {
  background-color: #bbb;
  padding: 10px 20px;
  letter-spacing: 0.1em;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.send_btn_container>.delete_btn:hover {
  opacity: 0.7;
}

.org_spaceGrid .send_btn_container {
  -ms-grid-column: 6;
  -ms-grid-column-span: 2;
  grid-column: 5/9;
  margin-top: 20px;
  display: flex;
  gap: 50px;
}

.pages_client .mlc_detailBlock {
  position: relative;
}

.pages_client .mlc_detailBlock+.mlc_detailBlock {
  margin-top: 20px;
}

.pages_client .btn_home {
  margin-top: 80px;
  text-align: center;
}

.pages_client .btn_home a {
  display: block;
  padding: 20px 15px;
}

.pages_client .btn_cancel,
.pages_client .btn_key,
.pages_client .btn_reserve {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 1em;
  background-color: #cc6633;
  color: #fff;
  font-size: 1.2rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}

.pages_client .btn_cancel:hover,
.pages_client .btn_key:hover,
.pages_client .btn_reserve:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
}

.pages_client_login .txt {
  margin-top: 50px;
}

.pages_client_login .btn_signIn {
  margin-top: 50px;
  text-align: center;
}

.pages_client_home .btn_reserve+.mlc_detailBlock {
  margin-top: 30px;
}

.pages_client_res .pagination {
  margin-top: 50px;
}

#loading {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #ccc;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
}

.spinner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.pages_client_date .txt,
.pages_client_select .txt {
  color: #fff;
  margin-top: 35px;
  text-align: center;
  font-weight: 600;
}

.pages_client_date .btn_reserve,
.pages_client_select .btn_reserve {
  background-color: #e3acae;
}

.pages_client_select .mlc_range>li:nth-child(1) {
  color: #cc6633;
  font-weight: 600;
}

.pages_client_select .mlc_range>li:nth-child(1)::before {
  background-color: #cc6633;
}

.pages_client_date .mlc_range>li:nth-child(2) {
  color: #cc6633;
  font-weight: 600;
}

.pages_client_date .mlc_range>li:nth-child(2)::before {
  background-color: #cc6633;
}

.pages_client_date .submitArea {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.pages_client_date .submitArea .btn_back,
.pages_client_date .submitArea .btn_next {
  width: 40%;
  padding: 15px 10px;
  background-color: #cc6633;
  color: #fff;
  font-size: 1.6rem;
  border: none;
  border-radius: 10px;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: pointer;
  display: block;
  text-align: center;
}

.pages_client_date .submitArea .btn_back:hover,
.pages_client_date .submitArea .btn_next:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pages_client_date .submitArea .btn_back {
  background-color: #888;
}

.pages_client_payment .mlc_range>li:last-child {
  color: #cc6633;
  font-weight: 600;
}

.pages_client_payment .mlc_range>li:last-child::before {
  background-color: #cc6633;
}

.pages_client_payment .paymentArea {
  margin-top: 40px;
  padding: 20px;
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  -webkit-box-shadow: -3px -3px 10px #fff, 3px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: -3px -3px 10px #fff, 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.pages_client_payment .paymentArea .hdg {
  text-align: center;
  font-size: 2.2rem;
}

.pages_client_payment .paymentArea .lead {
  margin-top: 30px;
  padding: 10px;
  font-size: 1.4rem;
  border: 1px solid #ddd;
}

.pages_client_payment .paymentArea .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  border: 1px solid #5e5e5e;
}

.pages_client_payment .paymentArea table.box {
  display: table;
  width: 100%;
}

.pages_client_payment .paymentArea table.box tr {
  border-top: 1px solid #5e5e5e;
}

.pages_client_payment .paymentArea table.box tr:first-child {
  border-top: none;
}

.pages_client_payment .paymentArea .box dd,
.pages_client_payment .paymentArea .box dt,
.pages_client_payment .paymentArea .box th,
.pages_client_payment .paymentArea .box td {
  font-size: 1.4rem;
}

.pages_client_payment .paymentArea .box dt,
.pages_client_payment .paymentArea .box th {
  width: 30%;
  padding: 15px 10px;
  background-color: #5e5e5e;
  color: #fff;
}

.pages_client_payment .paymentArea .box dt:not(:first-of-type),
.pages_client_payment .paymentArea .box th:not(:first-of-type) {
  border-top: 1px solid #fff;
}

.pages_client_payment .paymentArea .box dd,
.pages_client_payment .paymentArea .box td {
  width: 70%;
  padding: 15px 20px;
}

.pages_client_payment .paymentArea .box dd:not(:first-of-type),
.pages_client_payment .paymentArea .box td:not(:first-of-type) {
  border-top: 1px solid #5e5e5e;
}

.pages_client_payment .submitArea {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
}

.pages_client_payment .submitArea .btn_back,
.pages_client_payment .submitArea .btn_pay {
  width: 100%;
  display: block;
  padding: 20px 5px;
  background-color: #cc6633;
  margin: 30px auto 0;
  color: #fff;
  font-size: 1.6rem;
  border: none;
  border-radius: 10px;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: pointer;
  text-align: center;
}

.pages_client_payment .submitArea .btn_back:hover,
.pages_client_payment .submitArea .btn_pay:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pages_client_payment .submitArea .btn_back {
  background-color: #888;
}

.key_select {
  margin-top: 40px;
  text-align: right;
}

.key_select select {
  width: 20%;
}

.msg_table thead th:nth-child(n + 1) {
  width: 20%;
}

.msg_bg_gray {
  background-color: #eee;
}

@media screen and (max-width: 1140px) {
  .mlc_table01 thead th {
    line-height: 1.5;
    font-size: 0.9rem;
  }

  .mlc_table01 tbody td {
    line-height: 1.5;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 450px) {

  .mlc_editerArea dd,
  .mlc_editerArea dt {
    line-height: 1.4;
    font-size: 1.2rem;
  }

  .mlc_range::after {
    width: 88%;
  }
}

.open_key_wrapper {
  position: relative;
  margin: 0 auto;
  height: 100%;
}

.open_key_btn {
  text-align: center;
  display: block;
  background-color: #e3acae;
  padding: 15px;
  border-radius: 10px;
  color: #000;
  width: 100%;
  z-index: 9999;
}

.open_key_btn:hover {
  background-color: #acaee3;
}

.open_key_btn:active {
  background-color: white;
  border: 2px solid #b066ff;
  color: #b066ff;

}

.product_list_flex {
  display: flex;
  flex-direction: column;
}

.product_list_flex>button.btn_space_reserve {
  display: flex;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1.2rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  color: #000;
  margin: 10px 0;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

.product_list_flex>button.btn_space_reserve:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
}

.btn_space_reserve figure.img {
  text-align: left;
  width: 20%;
}

.btn_space_reserve div.txt {
  text-align: left;
  width: 70%;
  margin: 0;
  color: #333;
}

.btn_space_reserve figure.img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.modal_area {
  background-color: rgba(51, 51, 51, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
}

.modal_area .modal {
  margin: 0 auto;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 90%;
  max-width: 480px;
  top: 30%;
  left: 50%;
  border-radius: 20px;
  padding: 20px;
}

.the_article {
  line-height: 1.8;
}

.the_article h1 {
  font-size: 2rem;
  margin-top: 3em;
}

.the_article h2 {
  font-size: 1.6rem;
  margin-top: 2em;
}

.the_article h3 {
  font-size: 1.2rem;
  margin-top: 2em;
}

.the_article h4 {
  font-size: 1.2rem;
  margin-top: 2em;
}

.the_article p {
  font-size: 1rem;
  margin-top: 1rem;
}

.the_article .aligncenter {
  clear: both;
  margin: auto;
  display: block;
}

.the_article table {
  border-top: solid #eee 1px;
  border-left: solid #eee 1px;
  width: 100%;
}

.the_article table th {
  padding: 10px;
  border-right: solid #eee 1px;
  border-bottom: solid #eee 1px;
}

.the_article table td {
  padding: 10px;
  border-right: solid #eee 1px;
  border-bottom: solid #eee 1px;
}

.the_article a {
  text-decoration: underline;
}

.the_article a:hover {
  text-decoration: none;
}

.the_article ul {
  font-size: 1rem;
  margin-top: 1rem;
  padding-left: 1.5rem;
}

.the_article ul>li {
  list-style-type: disc;
}

.the_article ul>li ul {
  padding-left: 1.5rem;
  margin-top: 0;
}

.the_article ul>li ul>li {
  list-style-type: circle;
}

.the_article ol {
  font-size: 1rem;
  margin-top: 1rem;
  padding-left: 1.5rem;
}

.the_article ol>li {
  list-style-type: decimal;
}

.the_article ol>li ol {
  margin-top: 0;
}

.the_article ol>li ol>li {
  list-style-type: lower-roman;
}

.the_article h1+*,
.the_article h2+*,
.the_article h3+*,
.the_article h4+* {
  margin-top: 1em;
}

.the_article .alignright {
  clear: both;
  float: right;
  margin-left: 10px;
}

.the_article .alignleft {
  clear: both;
  float: left;
  margin-right: 10px;
}

.the_article table {
  line-height: 1.5;
}

.p-Input input {
  width: 100%;
}