@charset "UTF-8";

/* ================== COLOR ================== */

/* ================== FONT ================== */

/* ================== SHADOW ================== */

/* ================== PADDING ================== */

/* ================== Responsive ================== */

/* ================== MIXIN ================== */

/* ====================================================================== */

.only_sp_show {
  display: none;
}

@media screen and (max-width: 640px) {
  .only_sp_show {
    display: block;
  }
}

.only_pc_show {
  display: block;
}

@media screen and (max-width: 640px) {
  .only_pc_show {
    display: none;
  }
}

.popup_text .important {
  color: #ff5858;
}

.base_index_area .base_title_img {
  min-width: 60px;
}

.common_form_error {
  font-size: 11px;
  color: #c42705;
  margin: 15px 0 0;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.pms-content .common_title_block {
  padding: 20px;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .pms-content .common_title_block {
    display: block;
    padding: 20px 0;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .common_title_block .reservation_btnarea01_main {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .common_title01 {
    font-size: 16px;
  }
}

.pms-content .headerCarouselPopup .header {
  background: #49a9e0;
}

.pms-content .headerCarouselPopup .reservation_tab_list {
  margin: 0 auto;
}

.pms-content .pankuzu_wrap {
  background: transparent;
}

@media screen and (max-width: 640px) {
  .pms-content .pankuzu_wrap {
    display: none;
  }
}

.pms-content .pankuzu_wrap .pankuzu_link {
  color: #007dc4;
}

.pms-content .import_status {
  position: absolute;
  top: 85px;
  right: 5%;
}

.pms-content .import_status .status_label {
  border-radius: 5px;
  opacity: 0.7;
  padding: 5px;
  background-color: #49a9e0;
  color: white;
  line-height: 1.5;
}

.pms-content .import_status .status_label p:nth-child(2),
.pms-content .import_status .status_label p:nth-child(3) {
  font-size: 13px;
}

@media only screen and (max-width: 640px) {
  .pms-content .import_status {
    position: unset;
  }
}

.pms-content .btn_grayout {
  background: #ccc;
  opacity: 0.5;
  cursor: auto;
}

.pms-content .popup_btnarea .common_btn01,
.pms-content .popup_btnarea .common_btn02,
.pms-content .popup_btnarea .common_btn03,
.pms-content .popup_btnarea .common_btn04,
.pms-content .popup_btnarea .common_btn05,
.pms-content .popup_msg_btnarea .common_btn01,
.pms-content .popup_msg_btnarea .common_btn02,
.pms-content .popup_msg_btnarea .common_btn03,
.pms-content .popup_msg_btnarea .common_btn04,
.pms-content .popup_msg_btnarea .common_btn05 {
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
  width: calc(50% - 5px);
}

.pms-content .reservation_btnarea01_main,
.pms-content .reservation_btnarea02_main {
  display: flex;
}

.pms-content .reservation_btnarea01_main a,
.pms-content .reservation_btnarea02_main a {
  max-width: 200px;
}

.pms-content .common_popup_btnarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pms-content .common_popup_btnarea button {
  width: calc(50% - 5px);
}

.pms-content .common_link_btn {
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.pms-content .msg_search_flex01 .form_input {
  border: none;
  border-radius: 10px;
  height: 40px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.03);
  background: #fff;
}

.pms-content .msg_search_flex01 .form_input::-moz-placeholder {
  color: #b9b9b9;
}

.pms-content .msg_search_flex01 .form_input:-ms-input-placeholder {
  color: #b9b9b9;
}

.pms-content .msg_search_flex01 .form_input::placeholder {
  color: #b9b9b9;
}

.pms-content .msg_search_flex01 .common_title_block {
  background: #f7f7f7;
  padding: 10px 0 5px 0;
}

.pms-content .reservation_index_btnarea02 .reservation_btnarea01_main,
.pms-content .reservation_index_btnarea02 .reservation_btnarea02_main {
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .pms-content .reservation_index_btnarea02 .reservation_btnarea01_main,
  .pms-content .reservation_index_btnarea02 .reservation_btnarea02_main {
    display: none;
    background: #fff;
    padding: 10px;
  }
}

.pms-content .reservation_index_btnarea02 .reservation_btnarea02_main a,
.pms-content .reservation_index_btnarea02 .reservation_btnarea02_main button {
  height: 40px;
  padding: 10px 18px;
  width: 49%;
}

.pms-content .reservation_index_btnarea02 .reservation_btnarea01_main a,
.pms-content .reservation_index_btnarea02 .reservation_btnarea01_main button {
  height: 40px;
  padding: 13px 18px;
  width: 31.6666666667%;
  min-width: 120px;
}

@media screen and (max-width: 640px) {
  .pms-content .reservation_index_btnarea02 .reservation_btnarea01_main a,
  .pms-content .reservation_index_btnarea02 .reservation_btnarea01_main button {
    width: 47.5%;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .reservation_index_btnarea02 .reservation_btnarea01_main .common_btn01 {
    display: none;
  }
}

.pms-content .reservation_index_btnarea02 .sp_reservation_menu {
  display: none;
  color: #007dc4;
  font-size: 14px;
  position: relative;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .pms-content .reservation_index_btnarea02 .sp_reservation_menu {
    display: flex;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .line_message_index_search_block .msg_search_flex01 .searchbtn02 {
    min-width: unset;
  }
}

.pms-content .msg_main_wrap .msg_main_menu .msg_menu_list,
.pms-content .msg_main_wrap .msg_main_menu .msg_account_list {
  border-radius: 10px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.03);
  background: #fff;
  border: none;
}

.pms-content .msg_main_wrap .msg_main_menu .msg_menu_list .msg_menu_item,
.pms-content .msg_main_wrap .msg_main_menu .msg_account_list .msg_menu_item {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.pms-content .msg_main_wrap .msg_main_menu .msg_menu_list .msg_account_item,
.pms-content .msg_main_wrap .msg_main_menu .msg_account_list .msg_account_item {
  padding-top: 0;
}

.pms-content .msg_main_wrap .msg_main_menu .msg_menu_list .msg_account_item .msg_account_item_block,
.pms-content .msg_main_wrap .msg_main_menu .msg_account_list .msg_account_item .msg_account_item_block {
  display: flex;
}

.pms-content .msg_main_wrap .msg_main_menu .msg_menu_list .msg_account_item .msg_account_item_block span,
.pms-content .msg_main_wrap .msg_main_menu .msg_account_list .msg_account_item .msg_account_item_block span {
  text-align: center;
  background: #f00;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  color: #fff;
  margin-right: 10px;
  min-width: 18px;
}

.pms-content .msg_main_wrap .msg_main_menu .msg_menu_list .msg_account_block,
.pms-content .msg_main_wrap .msg_main_menu .msg_account_list .msg_account_block {
  background: unset;
}

.pms-content .msg_main_wrap .msg_main_talk {
  width: 55%;
}

.pms-content .msg_main_wrap .msg_main_talk .msg_talk_header_wrap {
  background: #007dc4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.pms-content .msg_main_wrap .msg_main_talk .msg_main_talk_title {
  background: #007dc4;
}

.pms-content .msg_main_wrap .msg_main_talk .msg_main_talk_form .save_message {
  min-width: unset;
}

.pms-content .msg_main_wrap .msg_main_talk .msg_main_talk_form .msg_btnarea_block {
  display: flex;
}

.pms-content .msg_main_wrap .msg_main_talk .msg_main_talk_form .msg_file_label {
  cursor: pointer;
}

.pms-content .msg_main_wrap .msg_search_block .common_btn01 {
  background: #007dc4;
  color: #fff;
  width: 100%;
  min-width: unset;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
  margin-right: 20px;
}

.pms-content .msg_main_wrap .msg_main_info .label_wrap,
.pms-content .msg_main_wrap .line_header_block .label_wrap {
  justify-content: space-between;
  align-items: center;
  max-width: unset;
}

.pms-content .msg_main_wrap .msg_main_info .label_wrap .msg_main_info_contry,
.pms-content .msg_main_wrap .line_header_block .label_wrap .msg_main_info_contry {
  margin-bottom: 0;
}

.pms-content .msg_main_wrap .msg_main_info .label_wrap .label_add_block,
.pms-content .msg_main_wrap .line_header_block .label_wrap .label_add_block {
  font-size: 11px;
}

.pms-content .msg_main_wrap .msg_account_submit_btn {
  background: #007dc4;
}

.pms-content .msg_main_wrap .msg_account_search_block {
  border-radius: 10px;
}

.pms-content .msg_main_wrap .msg_account_search_block .form_input {
  border: none;
  font-size: 11px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.03);
}

.pms-content .vaccination_status_block {
  align-items: center;
  color: #fff;
}

.pms-content .vaccination_status_block p {
  font-size: 12px;
  white-space: nowrap;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .pms-content .vaccination_status_block p {
    font-size: 11px;
  }
}

.pms-content .vaccination_status_block select {
  width: 120px;
  height: 30px;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .pms-content .vaccination_status_block select {
    font-size: 11px;
  }
}

.pms-content .UserCategoryTemplateMsgFilter .popup_inner .popup_line_list {
  border: 1px solid #dededf;
}

.pms-content .UserCategoryTemplateMsgFilter .popup_inner .popup_line_list .item_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}

.pms-content .UserCategoryTemplateMsgFilter .popup_inner .popup_line_list .item_list .form_line_checkbox_label .form_line_checkbox_main {
  padding: 0 0 0 30px;
}

.pms-content .UserCategoryTemplateMsgFilter .popup_inner .popup_line_list .item_list .form_line_checkbox_label .form_line_checkbox_main::before {
  top: 50%;
  transform: translateY(-50%);
}

.pms-content .UserCategoryTemplateMsgFilter .popup_inner .popup_line_list .item_list .form_line_checkbox_label .form_line_checkbox_main::after {
  top: 0;
}

.pms-content .UserCategoryTemplateMsgFilter .popup_inner .common_btn02 {
  background: #fff;
  color: #007dc4;
  width: 100%;
  min-width: unset;
  border: 1px solid #007dc4;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.pms-content .UserCategoryTemplateMsgFilter .popup_inner .popup_inner .common_btn01 {
  background: #007dc4;
  color: #fff;
  width: 100%;
  min-width: unset;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
  margin-left: auto;
}

.pms-content .categoryTemplateMsgFilter .defaultCategory .popup_name_search_block {
  margin: 0 auto;
}

.pms-content .categoryTemplateMsgFilter .defaultCategory .popup_name_search_block .form_input {
  border: 1px solid #dededf;
}

.pms-content .categoryTemplateMsgFilter .defaultCategory .popup_name_search_block .common_btn01 {
  background: #007dc4;
  color: #fff;
  width: 100px;
  min-width: unset;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.pms-content .categoryTemplateMsgFilter .userCategory .popup_name_search_block {
  margin: 0 auto 20px;
}

.pms-content .categoryTemplateMsgFilter .userCategory .popup_name_search_block input {
  border: 1px solid #dededf;
}

.pms-content .categoryTemplateMsgFilter .userCategory .popup_name_search_block .common_btn01 {
  background: #007dc4;
  color: #fff;
  width: 100px;
  min-width: unset;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.pms-content .categoryTemplateMsgFilter .userCategory .popup_line_list {
  font-size: 14px;
}

.pms-content .categoryTemplateMsgFilter .userCategory .align_right_item {
  font-size: 12px;
}

.pms-content .searchTemplateMsgFilter .displayTemp .popup_name_search_block .common_btn01 {
  background: #007dc4;
  color: #fff;
  width: 100px;
  min-width: unset;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.pms-content .templateMessageFilter .popup_name_search_block {
  margin: 0 auto;
}

.pms-content .templateMessageFilter .popup_name_search_block input {
  border: 1px solid #dededf;
}

.pms-content .templateMessageFilter .popup_name_search_block .common_btn01 {
  background: #007dc4;
  color: #fff;
  width: 100px;
  min-width: unset;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.pms-content .templateMessageFilter .popup_name_search_block .common_btn04 {
  height: 40px;
  line-height: 40px;
}

.pms-content .createUserCategoryFilter .common_popup_block .popup_inner .popup_name_search_block {
  margin: 0 auto 20px;
}

.pms-content .reservation_tag {
  width: 25px;
  height: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 50%;
}

.pms-content .page_table_note {
  font-size: 12px;
  margin: 20px 0 13px;
}

.pms-content .page_table_note .square {
  background: #ccc;
  width: 30px;
  height: 15px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 4px;
}

.pms-content .page_table01 {
  border: none;
  border-radius: 10px;
}

.pms-content .page_table01 .bg_cancel {
  background: #ccc;
}

.pms-content .page_table01 .page_table_title {
  background: #efefef;
  border-right: 1px #dededf solid;
}

.pms-content .page_table01 .page_table_info {
  border-right: 1px #dededf solid;
}

@media screen and (max-width: 640px) {
  .pms-content .page_table01 .page_table_info {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90vw;
    padding: 8px 15px;
  }
}

.pms-content .page_table01 .page_table_info a,
.pms-content .page_table01 .page_table_info button {
  border: none;
}

.pms-content .page_table01 .page_table_info.control_block {
  border-bottom: none;
  display: table-cell;
}

.pms-content .page_table01 .page_table_info.control_block.only_sp_show {
  display: none;
}

@media screen and (max-width: 640px) {
  .pms-content .page_table01 .page_table_info.control_block.only_sp_show {
    display: table-cell;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .page_table01 .page_table_info.control_block.only_pc_show {
    display: none;
  }
}

.pms-content .page_table01 .page_table_info .select_item_list {
  background: #fff;
  font-size: 14px;
  color: #007dc4;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  line-height: unset;
  border-radius: 10px;
  border: 1px #e4e4e4 solid;
  outline: none;
  letter-spacing: unset;
  height: 30px;
  margin-top: 7px;
}

.pms-content .page_table01 tr:last-child .page_table_info {
  border-bottom: none;
}

.pms-content #templade_pic .template_container {
  display: flex;
  overflow-x: scroll;
  margin-bottom: 10px;
}

.pms-content #templade_pic .template_container .template_block {
  width: 170px;
  min-width: 170px;
  margin-left: 10px;
  border: 1px solid #dededf;
  border-radius: 10px;
}

.pms-content #templade_pic .template_container .template_block .template_img {
  height: 120px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pms-content #templade_pic .template_container .template_block .text_block {
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
  border-top: 0;
  flex-flow: column;
  display: flex;
  justify-content: space-between;
}

.pms-content #templade_pic .template_container .template_block .text_block .title {
  font-size: 13px;
  font-weight: bold;
}

.pms-content #templade_pic .template_container .template_block .text_block .text {
  font-size: 10px;
  color: #666666;
}

.pms-content #templade_pic .template_container .template_block .text_block .text_detail {
  text-align: center;
  color: #007dc4;
}

.pms-content #templade_pic .popup_btnareas {
  display: flex;
  justify-content: center;
}

.pms-content #templade_pic .popup_btnareas button {
  min-width: unset;
}

.pms-content #templade_pic .popup_btnareas .common_btn01 {
  background-color: #007dc4;
}

.pms-content #tmpTempladeBlock .form_title {
  font-weight: normal;
}

.pms-content #timingPushMessageBlock {
  max-width: 600px;
}

.pms-content #timingPushMessageBlock .popup_inner .popup_title {
  border-bottom: none;
}

.pms-content #timingPushMessageBlock .popup_inner ul {
  padding-bottom: 20px;
}

.pms-content #timingPushMessageBlock .popup_inner .popup_line_item {
  display: flex;
  font-size: 14px;
  align-items: center;
  border-bottom: 1px solid #dededf;
  justify-content: space-between;
  padding: 10px 0;
}

.pms-content #timingPushMessageBlock .popup_inner .popup_line_item .cover_img img {
  width: 60px;
  height: 60px;
}

.pms-content #timingPushMessageBlock .popup_inner .popup_line_item .center {
  margin-left: 10px;
}

.pms-content #timingPushMessageBlock .popup_inner .popup_line_item .center .message_title {
  font-size: 16px;
  font-weight: bold;
}

.pms-content #timingPushMessageBlock .popup_inner .popup_line_item .center .message_schedule {
  font-size: 14px;
}

.pms-content #timingPushMessageBlock .popup_inner .popup_line_item .right {
  white-space: nowrap;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
  margin-left: 30px;
}

.pms-content #timingPushMessageBlock .popup_inner .popup_line_item .right .preview_templade {
  color: #007dc4;
  display: block;
  margin-bottom: 10px;
}

.pms-content #timingPushMessageBlock .popup_inner .popup_line_item .right .send_msg_stop {
  color: #ff5858;
}

.pms-content #timingPushMessageBlock .common_btn04 {
  color: #868686;
  background: #f7f7f7;
  width: 150px;
  min-width: unset;
  border: none;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.pms-content #delTimingBlock {
  border: none;
}

.pms-content #delTimingBlock .form_block {
  justify-content: space-between;
  border-bottom: none;
}

.pms-content #delTimingBlock .form_block button {
  min-width: unset;
  width: calc(50% - 5px);
}

.pms-content #delTimingBlock .form_block #deltiming {
  background: #ff5858;
}

.pms-content .reservation_status_block {
  display: flex;
}

@media screen and (max-width: 640px) {
  .pms-content .reservation_status_block {
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .reservation_status_block .common_title01 {
    margin-bottom: 10px;
  }
}

.pms-content .reservation_status_block a {
  display: inline-flex;
  align-items: center;
  padding: 10px 25px;
  background: #fff;
  border-right: 1px #f2f2f2 solid;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.03);
}

@media screen and (max-width: 640px) {
  .pms-content .reservation_status_block a {
    padding: 5px 10px;
    width: 33.3333333333%;
    display: flex;
    justify-content: center;
  }
}

.pms-content .reservation_status_block a:first-child {
  border-radius: 9px 0 0 9px;
}

.pms-content .reservation_status_block a:last-child {
  border-right: none;
  border-radius: 0 9px 9px 0;
}

@media screen and (max-width: 640px) {
  .pms-content .reservation_status_block a .resevation_status_main {
    text-align: center;
  }
}

.pms-content .reservation_status_block a .reservation_status_text {
  font-size: 14px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .pms-content .reservation_status_block a .reservation_status_text {
    display: block;
    white-space: nowrap;
    font-size: 11px;
  }
}

.pms-content .reservation_status_block a .reservation_status_text br {
  display: none;
}

@media screen and (max-width: 640px) {
  .pms-content .reservation_status_block a .reservation_status_text br {
    display: block;
  }
}

.pms-content .reservation_status_block a .reservation_status_text .reservation_status_num {
  font-size: 26px;
  color: #007dc4;
  margin-left: 10px;
  font-family: "Helvetica Neue";
  font-weight: lighter;
}

@media screen and (max-width: 640px) {
  .pms-content .reservation_status_block a .reservation_status_text .reservation_status_num {
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
  }
}

.pms-content #search_show img {
  width: 10px;
  height: 14px;
  margin-right: 5px;
}

.pms-content #search_model .common_btn01 {
  background: #007dc4;
  color: #fff;
  width: calc(50% - 5px);
  min-width: unset;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.pms-content .page_table_line_btnarea .common_btn01,
.pms-content .page_table_line_btnarea .common_btn02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pms-content .page_table_line_btnarea .common_btn02 {
  background: #fff;
  color: #007dc4;
  width: 100%;
  min-width: unset;
  border: 1px solid #007dc4;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.pms-content .ReservationEditBtn {
  min-width: unset;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #007dc4;
}

.pms-content .reservation_main_info_block.only_sp_show .page_table_title,
.pms-content .reservation_sub_info_inner.only_sp_show .page_table_title {
  padding: 12px 10px;
  border: 1px #dededf solid;
}

@media screen and (max-width: 640px) {
  .pms-content .reservation_sub_info_inner.only_sp_show {
    display: none;
  }
}

.pms-content .form_msg_list .selected_guest_block {
  display: flex;
  align-items: center;
  color: #ff6464;
  font-size: 14px;
}

.pms-content .form_msg_list .selected_guest_block img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.pms-content .form_msg_list .header_list {
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
  padding-left: 150px;
  margin-left: 15px;
  font-size: 14px;
  width: 80%;
}

.pms-content .form_msg_list .page_table01 .icon_block .icon {
  display: block;
  width: 45px;
  min-width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 15px 0 0;
}

.pms-content .form_msg_list .form_msg_checkbox_label .form_msg_checkbox_input:checked .reserved_guest::after {
  top: unset;
}

.pms-content .form_msg_list .form_msg_checkbox_label .form_msg_checkbox_main {
  display: flex;
  align-items: center;
  position: relative;
}

.pms-content .form_msg_list .form_msg_checkbox_label .form_msg_checkbox_main::before {
  top: unset;
  border-radius: 50%;
}

.pms-content .form_msg_list .form_msg_checkbox_label .form_msg_checkbox_main .form_msg_checkbox_flex {
  font-size: 14px;
  margin: 0 0 0 15px;
  align-items: center;
  width: 80%;
}

.pms-content .form_msg_list .form_msg_checkbox_label .form_msg_checkbox_main .form_msg_checkbox_flex .page_table_line_block {
  width: unset;
}

.pms-content .form_msg_list .form_msg_checkbox_label .form_msg_checkbox_main .form_msg_checkbox_flex .MsgDetailBtn {
  font-size: 16px;
  width: 40px;
  min-width: unset;
  color: #007dc4;
  border: none;
  position: absolute;
  right: 0;
  padding: unset;
}

.pms-content .msgSearchFilter .popup_msg_save_block .form_input {
  box-shadow: unset;
  border-radius: 4px;
}

@media screen and (max-width: 640px) {
  .pms-content .msgSearchFilter.common_popup_block {
    max-height: 520px;
    overflow-y: scroll;
  }
}

.pms-content .main_action_wrap .action_percent_text {
  color: #007dc4;
}

.pms-content .main_action_wrap .action_next_btn {
  border: 1px solid #007dc4;
  color: #007dc4;
}

.pms-content .main_action_wrap .action_gauge::-webkit-meter-optimum-value {
  background: #007dc4;
}

.pms-content .main_action_wrap .hiddenNextAction {
  background: #dededf;
  color: #fff !important;
}

.pms-content .main_action_wrap .hiddenNextAction .action_step {
  color: #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 640px) {
  .pms-content .main_action_wrap .hiddenNextAction .action_step {
    border-right: unset;
    max-width: unset;
  }
}

.pms-content .main_action_wrap .action_finished_date .action_date {
  white-space: nowrap;
}

.pms-content .sub_title_block {
  display: flex;
  font-size: 20px;
}

.pms-content .recommend_action_wrap {
  background: #fff;
  border-radius: 0 0 9px 9px;
}

@media screen and (max-width: 640px) {
  .pms-content .recommend_action_wrap {
    min-width: unset;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .recommend_action_wrap .action_main_wrap {
    padding: 10px;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .recommend_action_wrap .action_title_block {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .recommend_action_wrap .action_step {
    text-align: left;
    border-right: none;
    border-bottom: 2px solid #f2f2f2;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .recommend_action_wrap .action_step_title {
    padding: 15px;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .recommend_action_wrap .action_section {
    padding: 15px;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .recommend_action_wrap .action_description {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .recommend_action_wrap .action_footer {
    flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .recommend_action_wrap .action_footer a,
  .pms-content .recommend_action_wrap .action_footer button {
    width: 100%;
    max-width: unset;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .recommend_action_wrap .action_percent_wrap {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .pms-content .recommend_action_wrap .action_percent_block {
    width: 70%;
  }

  .pms-content .recommend_action_wrap .action_percent_block,
  .pms-content .recommend_action_wrap .action_gauge {
    min-width: unset;
  }
}

.pms-content .action_step,
.pms-content .action_persent_text {
  color: #007dc4;
}

.pms-content .action_main_title {
  background: #49a9e0;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .pms-content .action_main_title {
    min-width: unset;
  }
}

.pms-content .action_finished_wrap .action_main_title {
  background: #fff;
}

.pms-content .action_finished_wrap .action_main_title::after {
  color: #49a9e0;
}

.pms-content .action_next_btn {
  border: 1px solid #49a9e0;
}

.pms-content .action_next_btn::after {
  color: #49a9e0;
}

.pms-content .common_title01 .action_step {
  border-right: none;
}

.pms-content .action_status_wrap .action_main_title,
.pms-content .action_status_wrap .action_main_wrap {
  background: #fff;
}

.pms-content .action_status_text::after {
  color: #49a9e0;
}

.pms-content .action_status_wrap {
  background: #fff;
}

@media screen and (max-width: 640px) {
  .pms-content .action_footer,
  .pms-content .footer_btn_wrap {
    width: 100%;
  }
}

.pms-content .action_footer .common_btn01,
.pms-content .action_footer .common_btn02,
.pms-content .footer_btn_wrap .common_btn01,
.pms-content .footer_btn_wrap .common_btn02 {
  width: 30%;
  min-width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pms-content .action_footer .action_card_btn,
.pms-content .footer_btn_wrap .action_card_btn {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .pms-content .footer_btn_wrap a {
    width: 33.3333333333vw;
  }
}

.pms-content .richmenu_contents_wrap .richmeu_contents_block {
  display: flex;
  width: 100%;
}

.pms-content .richmenu_contents_wrap .richmeu_contents_block a:first-child {
  margin-right: 30px;
}

.pms-content .richmenu_contents_wrap .richmeu_contents_block a img {
  width: 520px;
  height: 330px;
}

.pms-content .reservation_tab_list.scroll .reservation_tab_item {
  border: 1px solid #007dc4;
  color: #007dc4;
  padding: 10px 25px;
  background: #fff;
  font-weight: normal;
  text-align: center;
  border-radius: 15px;
  height: 40px;
  display: flex;
  align-items: center;
}

.pms-content .reservation_tab_list.scroll .reservation_tab_item.active {
  background: #007dc4;
  color: #fff;
}

.pms-content .register_card_list {
  width: 100%;
  max-width: 1100px;
}

.pms-content .register_card_list .register_card_item .register_card_main {
  position: relative;
}

.pms-content .register_card_list .register_card_item .register_card_main .register_card_link_block {
  font-size: 12px;
  display: flex;
  border-radius: 15px;
  border: 1px solid #dededf;
  align-items: center;
  height: 30px;
}

.pms-content .register_card_list .register_card_item .register_card_main .register_card_link_block .register_card_link {
  padding: 0 15px;
  margin: 0;
  width: 65%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #fff;
  height: 30px;
  text-decoration: none;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  line-height: 30px;
}

.pms-content .register_card_list .register_card_item .register_card_main .register_card_link_block button {
  display: flex;
  padding: 10px 15px;
  border: none;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 30px;
  align-items: center;
  border-left: 1px #dededf solid;
  width: 35%;
  white-space: nowrap;
  background: #fff;
}

.pms-content .register_card_list .register_card_item .register_card_main .register_card_link_block button img {
  width: 18px;
  height: 12px;
}

.pms-content .register_card_list .register_card_item .register_card_main .register_card_btnarea a {
  border-radius: 10px;
}

.pms-content .register_card_list .register_card_item .register_card_main .register_card_content {
  margin-top: 10px;
  width: 100%;
}

.pms-content .create_rich_menu .common_btn01 {
  background: #007dc4;
  color: #fff;
  width: 100%;
  min-width: unset;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.pms-content .create_rich_menu .common_btn02 {
  background: #fff;
  color: #007dc4;
  width: 100%;
  min-width: unset;
  border: 1px solid #007dc4;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.pms-content .create_rich_menu .sns_block {
  display: none;
  width: 275px;
  background: #f2f2f2;
  border-radius: 15px;
  padding: 15px;
}

.pms-content .create_rich_menu .sns_block .form_item {
  margin-bottom: 10px;
}

.pms-content .create_rich_menu .form_checkbox_label .form_checkbox_text::before {
  border-radius: 50%;
}

.pms-content .menutype_message_block {
  display: none;
  max-width: 500px;
  max-height: 600px;
  overflow-y: scroll;
}

.pms-content .menutype_message_block.active {
  display: block;
}

.pms-content .menutype_message_block .form_title {
  min-width: 150px;
}

.pms-content .menutype_message_block .popup_title {
  padding-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  border-bottom: none;
}

.pms-content .menutype_message_block .common_popup_btnarea {
  font-weight: normal;
}

.pms-content .menutype_message_block .common_popup_btnarea button {
  min-width: unset;
  height: unset;
}

.pms-content .menutype_message_block .common_popup_btnarea .common_btn01 {
  background: #007dc4;
  color: #fff;
  width: 80px;
  min-width: unset;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.pms-content .menutype_message_block .common_popup_btnarea .common_btn02 {
  background: #fff;
  color: #007dc4;
  width: 160px;
  min-width: unset;
  border: 1px solid #007dc4;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.pms-content #contents_delete_confirm {
  display: none;
  border: 1px solid #dededf;
}

.pms-content .menutype_message_wrap .common_popup_btnarea .showContents {
  border: none;
  text-decoration: underline;
}

.pms-content .menutype_message_wrap .common_popup_btnarea .showPreview {
  display: block;
  border: none;
  text-decoration: underline;
  line-height: unset;
  font-weight: normal;
  background: transparent;
}

@media screen and (max-width: 640px) {
  .pms-content .menutype_message_wrap .common_popup_btnarea .showPreview {
    display: none;
  }
}

.pms-content .menutype_message_wrap .explanation_block {
  padding: 8px;
  font-size: 12px;
  border-radius: 5px;
  color: #ff6364;
  font-weight: bold;
  text-align: center;
  width: calc(100% - 30px);
  margin: 5px auto;
}

.pms-content .menutype_message_wrap .preview_container {
  overflow-x: scroll;
  display: none;
  max-width: 600px;
}

.pms-content .menutype_message_wrap .preview_container .template_container {
  display: flex;
  max-width: 1850px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  flex-wrap: wrap;
}

.pms-content .menutype_message_wrap .preview_container .template_container .template_block {
  margin-left: 10px;
  width: 170px;
  border-radius: 10px;
  min-width: 170px;
}

.pms-content .menutype_message_wrap .preview_container .template_container .template_block .template_img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pms-content .menutype_message_wrap .preview_container .template_container .template_block .text_block {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
  background: #fff;
  border: 1px solid #dededf;
  border-top: 0;
  flex-flow: column;
  display: flex;
  justify-content: space-between;
}

.pms-content .menutype_message_wrap .preview_container .template_container .template_block .text_block .title {
  font-size: 13px;
  font-weight: bold;
}

.pms-content .menutype_message_wrap .preview_container .template_container .template_block .text_block .text {
  font-size: 10px;
  color: #666666;
}

.pms-content .menutype_message_wrap .preview_container .template_container .template_block .text_block .text_link {
  font-size: 11px;
  color: #007dc4;
  text-align: center;
}

.pms-content .menutype_message_wrap .preview_container .template_container .preview_btnarea {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 10px auto 0;
}

.pms-content .menutype_message_wrap .preview_container .template_container .preview_btnarea p {
  display: none;
}

.pms-content .menutype_message_wrap .preview_container .template_container .preview_btnarea .common_btn02 {
  background: #fff;
  color: #007dc4;
  width: 80px;
  min-width: unset;
  border: 1px solid #007dc4;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.pms-content .menutype_message_wrap .preview_container .template_container .preview_btnarea.active p {
  display: block;
  font-size: 16px;
  color: #007dc4;
  padding: 0 5px;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .pms-content .menutype_message_wrap .menutype_type {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .menutype_message_wrap .menutype_contents_container {
    display: block;
  }
}

.pms-content .richmenu_saved_block {
  background: #49a9e0;
}

.pms-content .richmenu_main_wrap .richmenu_selected_design img {
  width: 25%;
}

@media screen and (max-width: 640px) {
  .pms-content .richmenu_main_wrap .richmenu_selected_design img {
    width: 100%;
  }
}

.pms-content .richmenu_main_wrap .richmenu_step_title p {
  color: #007dc4;
}

.pms-content .richmenu_main_wrap .richmenu_step_title p::after {
  border-top: 1px solid #007dc4;
}

@media screen and (max-width: 640px) {
  .pms-content .richmenu_main_wrap .richmenu_step_title p::after {
    margin: 5px 0 0 0;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .richmenu_main_wrap .richmenu_step_title {
    flex-flow: column;
    align-items: baseline;
  }
}

.pms-content .richmenu_main_wrap .richmenu_settings_wrap {
  width: 100%;
}

.pms-content .richmenu_main_wrap .richmenu_step_main {
  justify-content: unset;
}

@media screen and (max-width: 1210px) {
  .pms-content .richmenu_main_wrap .richmenu_step_main {
    display: block;
  }
}

.pms-content .richmenu_main_wrap .richmenu_step_main .richmenu_layout_container p {
  color: #007dc4;
}

.pms-content .richmenu_main_wrap .richmenu_step_main .richmenu_layout_list_block .richmenu_layout_common_block .richmenu_layout_container {
  max-width: 350px;
  max-height: unset;
}

.pms-content .richmenu_main_wrap .richmenu_step_main .richmenu_layout_list_block .richmenu_layout_common_block .richmenu_layout_container .richmenu_layout_list_section {
  height: 100%;
  width: 90px;
}

.pms-content .richmenu_main_wrap .richmenu_step_main .richmenu_layout_list_block .richmenu_layout_common_block .richmenu_layout_container .richmenu_layout_list_section:nth-child(4n) {
  margin: 0 10px 10px 0;
}

@media screen and (max-width: 640px) {
  .pms-content .richmenu_main_wrap .richmenu_step_main .richmenu_layout_list_block .richmenu_layout_common_block .richmenu_layout_container .richmenu_layout_list_section:nth-child(4n) {
    margin-right: 0;
  }
}

.pms-content .richmenu_main_wrap .richmenu_step_main .richmenu_layout_list_block .richmenu_layout_common_block .richmenu_layout_container .richmenu_layout_list_section img {
  -o-object-fit: unset;
     object-fit: unset;
}

@media screen and (max-width: 640px) {
  .pms-content .richmenu_main_wrap .richmenu_step_main .richmenu_layout_list_block .richmenu_layout_common_block .richmenu_layout_container .richmenu_layout_list_section {
    width: 46%;
    margin-right: 0;
  }
}

@media screen and (max-width: 1210px) {
  .pms-content .richmenu_main_wrap .richmenu_step_main .richmenu_layout_list_block .richmenu_layout_common_block .richmenu_layout_container {
    max-width: unset;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .richmenu_main_wrap .richmenu_step_main .richmenu_layout_list_block .richmenu_layout_common_block .richmenu_layout_container {
    justify-content: space-between;
  }
}

@media screen and (max-width: 1210px) {
  .pms-content .richmenu_main_wrap .richmenu_step_main .richmenu_layout_list_block {
    margin-left: 0;
  }
}

.pms-content .richmenu_main_wrap .richmenu_design_block {
  background: #fff;
}

.pms-content .richmenu_main_wrap .richmenu_design_block .common_btn01 {
  background: #007dc4;
  color: #fff;
  width: 100%;
  min-width: unset;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .pms-content .richmenu_main_wrap .richmenu_design_block .common_btn01 {
    margin-top: 5px;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .richmenu_main_wrap .richmenu_design_block {
    flex-direction: column;
    align-items: center;
  }
}

.pms-content .richmenu_main_wrap .richmenu_menutype_block {
  background: #fff;
}

.pms-content .richmenu_main_wrap .richmenu_menutype_block .menutype_title {
  color: #007dc4;
}

.pms-content .richmenu_main_wrap .richmenu_menutype_block .menutype_title .menutype_title_text {
  display: flex;
  align-items: center;
}

.pms-content .richmenu_main_wrap .richmenu_menutype_block .menutype_title .menutype_title_text::after {
  color: #007dc4;
  content: "▼";
  font-size: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  .pms-content .richmenu_main_wrap .richmenu_menutype_block .library_item {
    justify-content: space-between;
    max-height: 140px;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .richmenu_main_wrap .richmenu_menutype_block .library_item .library_img_block {
    margin-right: 0;
  }
}

.pms-content .richmenu_main_wrap .richmenu_menutype_block .library_item .menutype_library_img {
  width: 90px;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .pms-content .richmenu_main_wrap .richmenu_menutype_block .library_item .menutype_library_img {
    width: 34vw;
  }
}

.pms-content .richmenu_main_wrap .richmenu_menutype_block .icon_upload_block .common_btn02 {
  background: #fff;
  color: #007dc4;
  width: 250px;
  min-width: unset;
  border: 1px solid #007dc4;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
  font-weight: normal;
  visibility: hidden;
}

@media screen and (max-width: 640px) {
  .pms-content .richmenu_main_wrap .richmenu_menutype_block .icon_upload_block {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .richmenu_main_wrap .richmenu_menutype_block .menutype_type {
    display: block;
  }
}

.pms-content .richmenu_main_wrap .richmenu_menutype_block .menutype_type .type_action_block {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .pms-content .richmenu_main_wrap .richmenu_menutype_block .menutype_type .type_action_block {
    margin-top: 10px;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .richmenu_main_wrap .richmenu_menutype_block .menutype_type .type_action_block .form_select {
    margin-left: 0;
  }
}

.pms-content #imgAlert .richmenu_common_subtitle {
  text-align: center;
}

.pms-content #imgAlert .popup_btnarea {
  max-width: unset;
}

.pms-content #createRichmenu .menuBox {
  position: static;
}

.pms-content .designpattern_container {
  display: flex;
  justify-content: space-between;
  overflow-y: scroll;
  flex-wrap: wrap;
  max-width: 370px;
  max-height: 390px;
  margin: 20px auto;
}

.pms-content .designpattern_container .design_img {
  width: 180px;
  height: 100%;
  margin-bottom: 10px;
  image-rendering: crisp-edges;
  -o-object-fit: unset;
     object-fit: unset;
}

.pms-content .designpattern_container .design_img:focus {
  border: 5px solid #44b1cc;
}

.pms-content .richmenu_designpattern_section .popup_btnarea {
  color: #fff;
  font-weight: normal;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.pms-content .reserveType .richmenu_common_subtitle {
  text-align: center;
}

.pms-content .reserveType .form_input {
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.03);
}

.pms-content .reserveType .popup_btnarea {
  max-width: unset;
}

.pms-content .checkin_fixed_btnarea {
  width: calc(100% - 250px);
  right: 0;
  left: unset;
}

@media screen and (max-width: 1210px) {
  .pms-content .checkin_fixed_btnarea {
    width: calc(100% - 50px);
    left: 50px;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .checkin_fixed_btnarea {
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-around;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .self_check_in_index_tab_block {
    padding-bottom: 40px;
  }
}

.pms-content .explanation_block {
  border-radius: 5px;
  font-size: 12px;
  padding: 10px;
  margin: 10px 0 0 20px;
  border: 1px solid #ff6464;
  background: #fff4f4;
  white-space: nowrap;
  max-width: 450px;
}

@media screen and (max-width: 640px) {
  .pms-content .explanation_block {
    margin-left: 0;
  }
}

@media screen and (max-width: 1210px) {
  .pms-content .explanation_block {
    white-space: unset;
  }
}

.pms-content .radio_carousel_wrap {
  max-height: 500px;
  overflow-y: scroll;
}

.pms-content .radio_carousel_wrap .message_carousel_container .form_report_block {
  background: #fff;
}

.pms-content .radio_carousel_wrap .message_carousel_container .form_report_block .form_input {
  border-radius: 4px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.03);
}

.pms-content .message_carousel_container {
  position: relative;
  top: -1px;
}

.pms-content .radio_carousel_messages {
  border: none !important;
  background: transparent;
  max-width: 600px;
  padding: 0;
}

.pms-content .radio_carousel_messages .reservation_tab_list {
  background: transparent;
  border: unset;
  max-width: 500px;
}

.pms-content .radio_carousel_messages .reservation_tab_list.scroll {
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

.pms-content .radio_carousel_messages .reservation_tab_list.scroll::-webkit-scrollbar {
  display: none;
}

.pms-content .radio_carousel_messages .reservation_tab_list .reservation_tab_item {
  font-size: 12px;
  background: #fff;
  color: #000;
  font-weight: bold;
  border: 1px solid #dededf;
  border-bottom: 0;
  text-align: center;
  border-radius: unset;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-right: 10px;
  padding: 10px 15px;
}

.pms-content .radio_carousel_messages .reservation_tab_list .add_tab {
  font-size: 16px;
  background: #fff;
  color: #000;
  font-weight: bold;
  border: 1px solid #dededf;
  text-align: center;
  border-radius: unset;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-right: 5px;
  padding: 10px 15px;
  margin-bottom: 0;
  color: #007dc4;
  cursor: pointer;
}

.pms-content .checkin_msg_block .checkin_msg_title {
  color: #fff;
  background: #49a9e0;
  margin-bottom: 1px;
}

.pms-content .checkin_msg_block .form_file_btn .form_file_text {
  background: #49a9e0;
}

.pms-content #searchLineList,
.pms-content #searchResultList {
  background: #fff;
  padding: 30px;
}

.pms-content .form_checkbox_label .form_checkbox_text::before {
  border-radius: 50%;
}

.pms-content .message_template_index_btnarea .reservation_btnarea01_main .common_btn01 {
  max-width: 220px;
}

@media screen and (max-width: 640px) {
  .pms-content .message_template_index_btnarea .common_btn01 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .message_template_index_searcharea .msg_search_flex01 .common_btn01 {
    width: unset;
    min-width: unset;
  }
}

.pms-content .pushmessage_form .form_block {
  display: block;
}

.pms-content .pushmessage_form .user_send_type_tab_item {
  border-bottom: 1px solid #dededf !important;
}

.pms-content .pushmessage_form .user_send_type_tab_item.active {
  border-bottom: none !important;
}

@media screen and (max-width: 640px) {
  .pms-content .pushmessage_form .form_list {
    justify-content: space-between;
    margin-bottom: -5px;
  }

  .pms-content .pushmessage_form .form_list .RadioItem {
    margin: 0;
  }
}

.pms-content .pushmessage_form .form_report_block .form_title {
  min-width: 170px;
  width: 170px;
}

.pms-content .pushmessage_form .form_report_block .form_input {
  min-width: 260px;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.03);
}

.pms-content .pushmessage_form .form_report_block .form_textarea {
  font-size: 14px;
}

.pms-content .pushmessage_form .form_report_block .del_message_carousel {
  max-width: 200px;
  font-size: 14px;
  margin-left: auto;
}

.pms-content .pushmessage_form .tab-content {
  padding: 1px;
  background-color: white;
  border-left: 1px solid #dededf;
  border-right: 1px solid #dededf;
  min-height: 360px;
}

.pms-content .pushmessage_form .tab-content #open_modal_search {
  margin: 6px 20px;
  margin-top: 28px;
}

.pms-content .pushmessage_form .tab-content .search_tab .search_edit {
  width: 140px;
}

.pms-content .pushmessage_form #userSelection {
  max-width: 680px;
}

.pms-content .common_plus_btn {
  color: #007dc4;
}

.pms-content .setting_floor_block .common_btn01,
.pms-content .setting_type_add_block .common_btn01 {
  background: #007dc4;
  color: #fff;
  width: 100%;
  min-width: unset;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.pms-content .lp_site_index_title_block {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .pms-content .lp_site_index_title_block {
    margin-bottom: 0;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .pms-content .lp_site_index_title_block .common_btn01 {
    display: block;
  }
}

.pms-content .lp_site_index_tab_list {
  padding: 35px 0 15px;
}

@media screen and (max-width: 640px) {
  .pms-content .lp_site_index_tab_list {
    padding-top: 0;
  }
}

.pms-content .RadioTarget .form_report_result .page_table_block {
  max-height: 400px;
}

.pms-content #CatFilterPopup {
  max-width: 450px;
}

.pms-content .reservations_list_table_block .page_table_info {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pms-content .common_popup_block.customer_deleted_page {
  max-width: 650px;
  padding: 0;
}

.pms-content .common_popup_block.customer_deleted_page .popup_label {
  font-size: 16px;
  color: #fff;
  background: #ff5858;
  padding: 8px 15px;
  letter-spacing: 0.1em;
}

.pms-content .common_popup_block.customer_deleted_page .popup_close {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
}

.pms-content .common_popup_block.customer_deleted_page .popup_inner {
  padding: 40px 20px 50px;
  text-align: center;
}

.pms-content .common_popup_block.customer_deleted_page .popup_inner .ttl {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}

.pms-content .common_popup_block.customer_deleted_page .popup_inner .txt {
  font-size: 16px;
  margin-bottom: 28px;
  line-height: 1.4em;
}

.pms-content .common_popup_block.customer_deleted_page .popup_inner .popup_btnarea .common_btn05 {
  color: #fff;
  background: #ff5858;
  width: calc(50% - 5px);
  min-width: unset;
  border: none;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.pms-content .common_popup_block.popup_comp {
  max-width: 540px;
  padding: 0;
}

.pms-content .common_popup_block.popup_comp .popup_text {
  font-size: 16px;
  color: #fff;
  background: #007dc4;
  padding: 8px 35px 8px 15px;
  letter-spacing: 0.1em;
}

.pms-content .common_popup_block.popup_comp .common_popup_close {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: auto;
  height: auto;
  line-height: 1em;
}

.pms-content .common_popup_block.popup_comp .popup_inner {
  padding: 30px 20px 35px;
}

.pms-content .common_popup_block#pushMessageBlock #line_user_data_html.popup_line_list .popup_line_item {
  padding: 0;
}

.pms-content .common_popup_block#pushMessageBlock #line_user_data_html.popup_line_list .popup_line_item .form_line_checkbox_label {
  width: 100%;
  cursor: pointer;
}

.pms-content .common_popup_block#pushMessageBlock #line_user_data_html.popup_line_list .popup_line_item .form_line_checkbox_label .form_line_checkbox_input {
  display: none;
}

.pms-content .common_popup_block#pushMessageBlock #line_user_data_html.popup_line_list .popup_line_item .form_line_checkbox_label .form_line_checkbox_input:checked + .form_line_checkbox_main {
  background: #ccc;
}

.pms-content .common_popup_block#pushMessageBlock #line_user_data_html.popup_line_list .popup_line_item .form_line_checkbox_label .form_line_checkbox_main {
  padding: 8px 12px;
}

.pms-content .common_popup_block#pushMessageBlock #line_user_data_html.popup_line_list .popup_line_item .form_line_checkbox_label .form_line_checkbox_main:before,
.pms-content .common_popup_block#pushMessageBlock #line_user_data_html.popup_line_list .popup_line_item .form_line_checkbox_label .form_line_checkbox_main:after {
  display: none;
}

.pms-content .common_popup_block.categoryTemplateMsgFilter .popup_line_list .menu_item.tab_category {
  padding: 0;
  margin: 0;
}

.pms-content .common_popup_block.categoryTemplateMsgFilter .popup_line_list .menu_item.tab_category a {
  display: block;
  padding: 16px 12px;
  position: relative;
}

.pms-content .common_popup_block.categoryTemplateMsgFilter .popup_line_list .menu_item.tab_category a:after {
  content: "";
  border: solid #007dc4;
  border-width: 0 3px 3px 0;
  padding: 4px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.4s;
}

.pms-content .common_popup_block.categoryTemplateMsgFilter .popup_line_list .menu_item.tab_category a:hover:after {
  right: 16px;
}

.pms-content .common_popup_block.templateMessageFilter .popup_line_item,
.pms-content .common_popup_block.searchTemplateMsgFilter .popup_line_item {
  padding: 16px 12px;
  border-bottom: 1px #dededf solid;
  display: flex;
  align-items: center;
}

.pms-content .common_popup_block.templateMessageFilter .popup_line_item .form_line_checkbox_label,
.pms-content .common_popup_block.searchTemplateMsgFilter .popup_line_item .form_line_checkbox_label {
  cursor: pointer;
}

.pms-content .common_popup_block.templateMessageFilter .popup_line_item .form_line_checkbox_label .form_line_checkbox_main,
.pms-content .common_popup_block.searchTemplateMsgFilter .popup_line_item .form_line_checkbox_label .form_line_checkbox_main {
  width: 100%;
  padding-right: 15px;
}

.pms-content .common_popup_block.templateMessageFilter .popup_line_item .form_line_checkbox_label .form_line_checkbox_main .text_limit,
.pms-content .common_popup_block.searchTemplateMsgFilter .popup_line_item .form_line_checkbox_label .form_line_checkbox_main .text_limit {
  max-width: 37ch;
}

.pms-content .common_popup_block.templateMessageFilter .popup_line_item .form_line_checkbox_label .form_line_checkbox_main .text_limit.title_phrase,
.pms-content .common_popup_block.searchTemplateMsgFilter .popup_line_item .form_line_checkbox_label .form_line_checkbox_main .text_limit.title_phrase {
  font-size: 15px;
  color: #007dc4;
  font-weight: bold;
  margin-bottom: 7px;
}

.pms-content .common_popup_block.UserCategoryTemplateMsgFilter .popup_line_list .popup_line_item {
  padding: 0;
}

.pms-content .common_popup_block.UserCategoryTemplateMsgFilter .popup_line_list .popup_line_item .item_list {
  padding: 0;
}

.pms-content .common_popup_block.UserCategoryTemplateMsgFilter .popup_line_list .popup_line_item .item_list .form_line_checkbox_label {
  width: 100%;
  padding: 16px 12px;
  cursor: pointer;
}

.pms-content .common_popup_block.UserCategoryTemplateMsgFilter .popup_line_list .popup_line_item .item_list .form_line_checkbox_label .form_line_checkbox_main {
  line-height: 1.3em;
}

.pms-content .common_popup_block.UserCategoryTemplateMsgFilter .popup_line_list .popup_line_item .item_list .form_line_checkbox_label .form_line_checkbox_main:after {
  top: 50%;
  transform: translateY(-50%) rotate(40deg);
}

.pms-content .common_popup_block.UserCategoryTemplateMsgFilter .popup_line_list .popup_line_item .item_list .txt_edit {
  padding: 0 7px;
}

.pms-content .common_popup_block.UserCategoryTemplateMsgFilter .popup_line_list .popup_line_item .item_list .txt_edit a {
  height: auto;
  padding: 8px 10px;
}

.pms-content .common_popup_block.UserCategoryTemplateMsgFilter #submitUserTempMsg {
  height: 40px;
}

.pms-content .common_popup_block.createUserCategoryFilter .popup_name_search_block {
  margin-bottom: 20px;
}

.pms-content .common_popup_block#phraseModal .popup_inner .item {
  margin-bottom: 20px;
}

.pms-content .common_popup_block#phraseModal .popup_inner .item .form_title {
  line-height: 1.4em;
  margin-bottom: 7px;
}

.pms-content .common_popup_block#phraseModal .popup_inner .item input[type=text],
.pms-content .common_popup_block#phraseModal .popup_inner .item textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0.7em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.pms-content .common_popup_block#phraseModal .popup_inner .popup_btnarea {
  justify-content: center;
}

.pms-content .gray_out {
  position: absolute;
  z-index: 5;
  background: gray;
  display: flex;
  justify-content: center;
  height: calc(100% - 70px);
  align-items: center;
  text-align: center;
  margin: 0 auto;
  width: calc(100% - 40px);
  opacity: 0.85;
  border-radius: 10px;
  color: white;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .pms-content .gray_out {
    width: calc(100% - 20px);
    height: calc(100% - 50px);
  }
}

.common_popup_block.popup_comp {
  max-width: 540px;
  padding: 0;
}

.common_popup_block.popup_comp .popup_text {
  font-size: 16px;
  color: #fff;
  background: #007dc4;
  padding: 8px 35px 8px 15px;
  letter-spacing: 0.1em;
}

.common_popup_block.popup_comp .common_popup_close {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: auto;
  height: auto;
  line-height: 1em;
}

.common_popup_block.popup_comp .popup_inner {
  padding: 30px 20px 35px;
}

#CSVPopup .popup_inner .csv_upload_block {
  margin-bottom: 20px;
  max-width: unset;
}

#CSVPopup .popup_inner .csv_upload_block a {
  color: #868686;
  text-decoration: underline;
  -webkit-text-decoration-color: #868686;
          text-decoration-color: #868686;
  font-size: 14px;
}

.common_popup_block#CSVPopup .popup_inner {
  padding-top: 17px;
}

.common_popup_block#CSVPopup .popup_inner .popup_line_list {
  max-height: 222px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.common_popup_block#CSVPopup .popup_inner .popup_line_list .popup_line_item {
  padding: 0;
}

.common_popup_block#CSVPopup .popup_inner .popup_line_list .popup_line_item .item_list {
  width: 100%;
}

.common_popup_block#CSVPopup .popup_inner .popup_line_list .popup_line_item .item_list .form_line_checkbox_label {
  display: block;
  padding-left: 18px;
}

.common_popup_block#CSVPopup .popup_inner .popup_line_list .popup_line_item .item_list .form_line_checkbox_label .form_line_checkbox_main {
  padding: 17px 12px 17px 30px;
}

.common_popup_block#CSVPopup .popup_inner .popup_line_list .popup_line_item .item_list .form_line_checkbox_label .form_line_checkbox_main:before {
  top: 50%;
  transform: translateY(-50%);
}

.common_popup_block#CSVPopup .popup_inner .popup_line_list .popup_line_item .item_list .form_line_checkbox_label .form_line_checkbox_main:after {
  top: 50%;
  transform: translateY(-50%) rotate(40deg);
}

.common_popup_block#CSVPopup .popup_inner .csv_upload_block a {
  color: #007dc4;
  border: 1px solid #007dc4;
  padding: 11px 0;
  -webkit-text-decoration-color: #007dc4;
          text-decoration-color: #007dc4;
}

.js-popupOtherCsvItem .common_popup_btnarea_email .check_btn {
  color: #49a9e0;
  border: 1px solid #49a9e0;
}

.js-popupOtherCsvItem .common_popup_btnarea_email .cancel_btn {
  color: #ff5858;
  border: 1px solid #ff5858;
}

#Action01Popup .popup_inner .common_btn01,
#Action02Popup .popup_inner .common_btn01,
#Action03Popup .popup_inner .common_btn01,
#Action04Popup .popup_inner .common_btn01 {
  background: #007dc4;
  color: #fff;
  width: 100%;
  min-width: unset;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

#Action01Popup .popup_inner .common_btn02,
#Action02Popup .popup_inner .common_btn02,
#Action03Popup .popup_inner .common_btn02,
#Action04Popup .popup_inner .common_btn02 {
  background: #fff;
  color: #007dc4;
  width: 100%;
  min-width: unset;
  border: 1px solid #007dc4;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

#Action01Popup .popup_inner .common_btn03,
#Action02Popup .popup_inner .common_btn03,
#Action03Popup .popup_inner .common_btn03,
#Action04Popup .popup_inner .common_btn03 {
  color: #ff5858;
  background: #fff;
  width: 100%;
  min-width: unset;
  border: 1px solid #ff5858;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

#Action03Popup .popup_inner .common_btn01,
#Action03Popup .popup_inner .common_btn02 {
  width: 49%;
}

#Action02Popup .popup_inner .common_btn01 {
  background: #007dc4;
  color: #fff;
  width: calc(50% - 5px);
  min-width: unset;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.label_wrap {
  flex-wrap: wrap;
  display: flex;
  max-width: 265px;
  min-width: 120px;
  margin-bottom: 5px;
}

.label_wrap .label_main {
  cursor: pointer;
  min-width: 50px;
  margin: 0 5px 5px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.label_wrap .label_main .label_text {
  color: #fff;
  font-size: 9px;
  padding: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}

.label_wrap .label_add_block {
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 5px;
  background: #f7f7f7;
  cursor: pointer;
}

.label_wrap .label_add_block span {
  padding: 3px;
}

.label_wrap .label_add_block span::before {
  content: "+";
  color: #42526e;
}

.sp_lan_wrap {
  font-family: "Noto Sans JP";
}

.sp_lan_wrap .sp_lan_inner {
  font-family: "Noto Sans JP";
}

.sp_lan_wrap .sp_lan_inner .common_btn01 {
  background: #49a9e0;
}

.sp_main {
  font-family: "Noto Sans JP";
}

.sp_main .sp_menu_wrap .common_btn01 {
  background: #49a9e0;
}

.sp_main .sp_form_wrap .sp_form_block .common_btn01 {
  background: #49a9e0;
}

.sp_main .sp_form_wrap .form_btnarea .common_btn01 {
  background: #007dc4;
  color: #fff;
  width: 100%;
  min-width: unset;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.sp_main .sp_form_wrap .updateFormLink {
  color: #007dc4;
  font-size: 11px;
  text-decoration: underline;
  margin: 10px 0 5px;
  cursor: pointer;
}

#label_filter {
  background: transparent;
  display: none;
  z-index: 80;
}

.label_list_popup,
.label_store_popup,
.label_delete_popup {
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.03);
  position: absolute;
  display: none;
  max-width: 350px;
  border: 1px solid #dededf;
}

.label_list_popup .common_title_block,
.label_store_popup .common_title_block,
.label_delete_popup .common_title_block {
  display: flex;
  justify-content: space-between;
  background: transparent;
  padding: 0;
}

.label_list_popup .common_title_block .form_title,
.label_store_popup .common_title_block .form_title,
.label_delete_popup .common_title_block .form_title {
  font-weight: normal;
}

.label_list_popup .common_title_block .common_btn02,
.label_store_popup .common_title_block .common_btn02,
.label_delete_popup .common_title_block .common_btn02 {
  background: #fff;
  color: #007dc4;
  width: 100%;
  min-width: unset;
  border: 1px solid #007dc4;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.label_list_popup .popup_title,
.label_store_popup .popup_title,
.label_delete_popup .popup_title {
  font-weight: normal;
  border-bottom: none;
  margin-bottom: 20px;
  font-size: 14px;
}

.label_list_popup .popup_name_search_block,
.label_store_popup .popup_name_search_block,
.label_delete_popup .popup_name_search_block {
  max-width: unset;
}

.label_list_popup .popup_name_search_block .form_input,
.label_store_popup .popup_name_search_block .form_input,
.label_delete_popup .popup_name_search_block .form_input {
  width: 420px;
}

.label_list_popup .popup_name_search_block button,
.label_store_popup .popup_name_search_block button,
.label_delete_popup .popup_name_search_block button {
  margin-left: 20px;
}

.label_list_popup .label_list_container,
.label_store_popup .label_list_container,
.label_delete_popup .label_list_container {
  max-height: 350px;
  overflow-y: scroll;
  margin: 10px auto 20px;
}

.label_list_popup .label_list_container .label_block,
.label_store_popup .label_list_container .label_block,
.label_delete_popup .label_list_container .label_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.label_list_popup .label_list_container .label_block input,
.label_store_popup .label_list_container .label_block input,
.label_delete_popup .label_list_container .label_block input {
  display: none;
}

.label_list_popup .label_list_container .label_block .label_list,
.label_store_popup .label_list_container .label_block .label_list,
.label_delete_popup .label_list_container .label_block .label_list {
  width: 250px;
  min-width: 250px;
  border: none;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.label_list_popup .label_list_container .label_block .label_list.active::after,
.label_store_popup .label_list_container .label_block .label_list.active::after,
.label_delete_popup .label_list_container .label_block .label_list.active::after {
  display: flex;
}

.label_list_popup .label_list_container .label_block .label_list::after,
.label_store_popup .label_list_container .label_block .label_list::after,
.label_delete_popup .label_list_container .label_block .label_list::after {
  display: none;
  content: "✔︎";
  font-size: 8px;
  padding-right: 10px;
  color: #fff;
  align-items: center;
}

.label_list_popup .label_list_container .label_block .label_list .label_name,
.label_store_popup .label_list_container .label_block .label_list .label_name,
.label_delete_popup .label_list_container .label_block .label_list .label_name {
  font-size: 14px;
  padding: 10px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.label_list_popup .label_list_container .label_block .popup_btnarea,
.label_store_popup .label_list_container .label_block .popup_btnarea,
.label_delete_popup .label_list_container .label_block .popup_btnarea {
  width: 210px;
}

.label_list_popup .label_list_container .label_block .popup_btnarea button,
.label_store_popup .label_list_container .label_block .popup_btnarea button,
.label_delete_popup .label_list_container .label_block .popup_btnarea button {
  width: 50px;
  height: 40px;
  font-size: 14px;
  border: none;
  font-weight: bold;
}

.label_list_popup .label_list_container .label_block .popup_btnarea button .common_btn03,
.label_store_popup .label_list_container .label_block .popup_btnarea button .common_btn03,
.label_delete_popup .label_list_container .label_block .popup_btnarea button .common_btn03 {
  color: #ff5858;
  border: #ff5858, 1px, solid;
}

.label_list_popup .common_btn01,
.label_store_popup .common_btn01,
.label_delete_popup .common_btn01 {
  background: #007dc4;
  color: #fff;
  width: 100%;
  min-width: unset;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
  margin: 0 auto;
}

.label_list_popup .common_btn02,
.label_store_popup .common_btn02,
.label_delete_popup .common_btn02 {
  background: #fff;
  color: #007dc4;
  width: 100%;
  min-width: unset;
  border: 1px solid #007dc4;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
  margin: 0 auto;
}

.label_list_popup .common_btn03,
.label_store_popup .common_btn03,
.label_delete_popup .common_btn03 {
  color: #ff5858;
  border: 1px solid #ff5858;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .label_list_popup,
  .label_store_popup,
  .label_delete_popup {
    top: 40% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
}

.label_list_popup .common_title_block .form_title {
  min-width: unset;
}

.label_list_popup .common_title_block .common_btn02 {
  margin: 0;
  background: #fff;
  color: #007dc4;
  width: 100%;
  min-width: unset;
  border: 1px solid #007dc4;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.label_list_popup .common_btn01 {
  opacity: 0.5;
  background: #007dc4;
  color: #fff;
  width: 100%;
  min-width: unset;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.label_store_popup {
  min-height: unset;
  font-size: 14px;
}

.label_store_popup .common_title_block {
  align-items: center;
}

.label_store_popup .common_title_block .popup_title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.label_store_popup .common_title_block .common_btn03 {
  color: #ff5858;
  background: #fff;
  width: 80px;
  min-width: unset;
  border: 1px solid #ff5858;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
  margin: 0;
  display: none;
}

.label_store_popup .common_title_block .common_btn03.active {
  display: block;
}

.label_store_popup .storeLabel {
  width: 150px;
}

.label_delete_popup {
  min-height: unset;
}

.label_delete_popup p {
  font-size: 14px;
}

.label_store_popup {
  max-width: 370px;
}

.label_store_popup .select_label_color_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.label_store_popup .select_label_color_block .input_color {
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 30px;
  margin: 0 5px 5px 0;
  background: #49a9e0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.label_store_popup .select_label_color_block .input_color::after {
  display: none;
}

.label_store_popup .select_label_color_block .input_color.active::after {
  content: "✔︎";
  display: block;
  color: #fff;
  font-size: 8px;
}

#richmenu_regist_popup {
  border-radius: 10px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.03);
  height: 330px;
  display: flex;
  align-items: center;
  max-width: 520px;
}

#richmenu_regist_popup .background_img {
  position: absolute;
  width: 380px;
  height: 240px;
  right: 0;
  bottom: 0;
}

#richmenu_regist_popup .popup_inner {
  display: flex;
  background: transparent;
  width: 100%;
}

#richmenu_regist_popup .popup_inner .richmenu_popup_text_wrap {
  background: transparent;
  width: 60%;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

#richmenu_regist_popup .popup_inner .richmenu_popup_text_wrap .text_block {
  display: flex;
  flex-flow: column;
}

#richmenu_regist_popup .popup_inner .richmenu_popup_text_wrap .text_block .text_title {
  color: #007dc4;
  font-weight: bold;
  font-size: 26px;
}

#richmenu_regist_popup .popup_inner .richmenu_popup_text_wrap .text_block .text_main {
  font-size: 16px;
  line-height: 27px;
  color: #3b3b3b;
  margin-bottom: 25px;
}

#richmenu_regist_popup .popup_inner .richmenu_popup_img_wrap {
  background: transparent;
  margin-left: auto;
}

#richmenu_regist_popup .popup_inner .richmenu_popup_img_wrap img {
  width: 180px;
}

#richmenu_regist_popup .popup_inner .common_btn01 {
  background: #007dc4;
  color: #fff;
  width: 100%;
  min-width: unset;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
  margin-left: 5px;
}

.user_send_type_tab_list.scroll .user_send_type_tab_item {
  white-space: nowrap;
}

.user_send_type_tab_list .user_send_type_tab_item {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.3);
  letter-spacing: 0.1em;
  cursor: pointer;
  font-weight: boldradio_carousel_messages;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-right: 2px;
}

.pms-content .user_send_type_tab_list.scroll .user_send_type_tab_item {
  border: 1px solid #007dc4;
  color: #007dc4;
  padding: 10px 25px;
  background: #fff;
  font-weight: normal;
  text-align: center;
  border-radius: 15px;
  height: 40px;
  display: flex;
  align-items: center;
}

.pms-content .user_send_type_tab_list.scroll .user_send_type_tab_item.active {
  color: #007dc4;
}

.pms-content .search_tab {
  border-radius: 10px;
  width: 131px;
  height: 130px;
  align-items: center;
  margin-top: 5px;
  margin-right: 3px;
  margin-left: 5px;
  margin-bottom: 20px;
  margin: 10px 7px;
}

.pms-content .search_tab .search_item {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  width: 140px;
  height: 90px;
  text-align: center;
  vertical-align: middle;
  line-height: 90px;
}

.pms-content .search_tab .search_item.active {
  background: #007dc4;
  color: #fff;
}

.pms-content .search_tab .search_item:hover {
  background: #007dc4;
  color: #fff;
  cursor: pointer;
}

.pms-content .search_tab.tab_client_home .search_item:hover {
  background: #007dc4;
  color: #fff;
  cursor: pointer;
}

.pms-content .search_edit.edit_cline_home .btn_view_search {
  min-width: 100px;
  margin-top: 5px;
  background-color: #f4f4f4;
  color: #929191;
}

.pms-content .search_edit.edit_cline_home .btn_view_search:hover {
  border-color: #007dc4;
  cursor: pointer;
  background-color: white;
}

.pms-content .radio_user_send_type .user_send_type_tab_list .user_send_type_tab_item {
  font-size: 12px;
  background: #fff;
  color: #000;
  font-weight: bold;
  border: 1px solid #dededf;
  border-bottom: 0;
  text-align: center;
  border-radius: unset;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-right: 2px;
  padding: 10px 15px;
}

.pms-content .radio_user_send_type .user_send_type_tab_list.scroll::-webkit-scrollbar {
  display: none;
}

#Arrows {
  display: flex;
  justify-content: space-between;
  height: 30px;
  position: absolute;
  width: 600px;
}

.tab-content {
  background-color: #fff;
}

div.arrow-left {
  border-radius: 50%;
  float: left;
  height: 1px;
  margin-top: 80px;
  margin-left: -12px;
  cursor: pointer;
}

div.arrow-right {
  border-radius: 50%;
  float: right;
  height: 1px;
  margin-top: 80px;
  margin-right: -12px;
  cursor: pointer;
}

.client-home div.arrow-right,
.client-home div.arrow-left {
  z-index: 4;
  position: absolute;
  display: block;
}

.client-home div.arrow-right.closed,
.client-home div.arrow-left.closed {
  display: none;
}

.client-home div.arrow-right {
  right: 5%;
}

@media screen and (max-width: 640px) {
  .client-home div.arrow-right {
    right: 10%;
    margin-top: 40px;
  }
}

div.arrow-left.mr60 {
  margin-top: 60px;
}

div.arrow-right.mr60 {
  margin-top: 60px;
}

div.arrow-left.mr70 {
  margin-top: 70px;
}

div.arrow-right.mr70 {
  margin-top: 70px;
}

div.arrow-right.hidden {
  display: none;
}

div.arrow-left.hidden {
  display: none;
}

.icon_user {
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}

.pms-content .radio_user_send_type {
  border: unset;
  background: transparent;
  padding: 0;
  max-width: 800px;
  min-height: 430px;
  border: 1px solid #d3d3d3;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

@media screen and (max-width: 640px) {
  .pms-content .radio_user_send_type {
    min-height: unset;
  }
}

.pms-content .radio_user_send_type .user_send_type_tab_list {
  background: transparent;
  border: unset;
  max-width: 500px;
}

.pms-content .radio_user_send_type .user_send_type_tab_list.scroll {
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

.pms-content .radio_user_send_type .user_send_type_tab_list .user_send_type_tab_item {
  text-align: center;
  font-size: 12px;
  background: #fff;
  color: #000;
  font-weight: bold;
  border: 1px solid #dededf;
  border-bottom: 0;
  text-align: center;
  border-radius: unset;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 10px 15px;
}

.pms-content .radio_user_send_type .user_send_type_tab_list.scroll::-webkit-scrollbar {
  display: none;
}

.pms-content .radio_user_send_type {
  border: unset;
  background: transparent;
  padding: 0;
}

.pms-content .radio_user_send_type .user_send_type_tab_list {
  background: transparent;
  border: unset;
  max-width: 500px;
}

.pms-content .radio_user_send_type .user_send_type_tab_list.scroll {
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

.search_list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
  max-width: 100%;
  transition: all 1s linear;
  padding: 15px;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .arrow-left,
  .arrow-right {
    display: none;
  }
}

.search_list .search_tab {
  list-style: none;
  flex: 0 0 15%;
}

.btn_view_search {
  white-space: nowrap;
  background: #fff;
  font-size: 14px;
  color: #007dc4;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  line-height: unset;
  width: 100%;
  max-width: 140px;
  border-radius: 10px;
  border: 1px #e4e4e4 solid;
  padding: 13px 15px;
  outline: none;
  font-weight: bold;
  letter-spacing: unset;
  height: 40px;
  vertical-align: middle;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 8em;
}

.search_list.hidden {
  display: none;
}

.search_list.visuallyhidden {
  opacity: 0;
}

.search_list.visuallyhidden_left {
  transform: translateX(40px);
  -webkit-transform: translateX(40px);
}

.search_list.visuallyhidden_right {
  transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
}

@media screen and (max-width: 640px) {
  .common_bottom_fixed_btnarea {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
}

.common_bottom_fixed_btnarea button {
  width: 47.5%;
}

.customer_item_value_text {
  font-weight: normal;
  width: unset;
  margin-left: 10px;
}

.base_customer_table .item_cell_block {
  min-width: 250px;
}

.base_customer_item_value .page_table_title {
  font-size: 12px;
}

.base_customer_item_value .sub_item_name {
  font-size: 10px;
  font-weight: normal;
  color: #007dc4;
}

@media screen and (max-width: 640px) {
  .pushmessage_form_wrap {
    margin-bottom: 80px;
  }
}

.pushmessage_btnarea .common_btn01 {
  margin-left: 2%;
}

.pushmessage_btnarea .showMobilePreview {
  display: none;
}

@media only screen and (max-width: 1020px), (max-height: 680px) {
  .pushmessage_btnarea {
    justify-content: space-between;
  }

  .pushmessage_btnarea button {
    width: 30vw;
    margin: 0;
    font-size: 10px;
  }

  .pushmessage_btnarea .showMobilePreview {
    display: block;
    max-width: 250px;
    order: 1;
  }

  .pushmessage_btnarea .CheckBtn {
    margin: 0;
    order: 2;
  }

  .pushmessage_btnarea .TestBtn {
    order: 3;
  }
}

.pushmessage_btnarea .sort_change_btnarea {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media only screen and (max-width: 1020px) and (max-height: 680px) {
  .pushmessage_btnarea .sort_change_btnarea {
    flex-direction: row-reverse;
    align-items: center;
    width: 63vw;
    justify-content: space-between;
  }
}

@media screen and (max-width: 640px) {
  .layout_preview_container {
    justify-content: center;
  }
}

.required_item_delete_button {
  color: #868686;
}

.customer_edit_button {
  margin-top: 30px;
}

.customer_index_btnarea .reservation_btnarea01_main,
.customer_index_btnarea .reservation_btnarea02_main {
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .customer_index_btnarea .reservation_btnarea01_main,
  .customer_index_btnarea .reservation_btnarea02_main {
    display: none;
    background: #fff;
    padding: 10px;
  }
}

.customer_index_btnarea .reservation_btnarea02_main a,
.customer_index_btnarea .reservation_btnarea02_main button {
  height: 40px;
  padding: 10px 18px;
  width: 32.6666666667%;
}

.customer_index_btnarea .reservation_btnarea02_main .common_btn05 {
  color: #fff;
  background: #ff5858;
  width: 100%;
  min-width: unset;
  border: none;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
}

.customer_index_btnarea .reservation_btnarea01_main a,
.customer_index_btnarea .reservation_btnarea01_main button {
  height: 40px;
  padding: 13px 18px;
  width: 49%;
  min-width: 120px;
}

@media screen and (max-width: 640px) {
  .customer_index_btnarea .reservation_btnarea01_main .common_btn01 {
    display: none;
  }
}

.customer_index_btnarea .sp_reservation_menu {
  display: none;
  color: #007dc4;
  font-size: 14px;
  position: relative;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .customer_index_btnarea .sp_reservation_menu {
    display: flex;
  }
}

.customer_index_btnarea .main_action_section {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .adminbase_store_btnarea {
    position: fixed;
    bottom: 0;
    padding: 10px;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
}

@media screen and (max-width: 640px) {
  .adminbase_store_btnarea .common_form_submit {
    margin: 0 auto;
  }
}

.equipment_btnarea .common_btn02 {
  min-width: 160px;
}

@media screen and (max-width: 640px) {
  .equipment_btnarea .reservation_btnarea02_main {
    margin: 0;
  }

  .equipment_btnarea .common_btn01,
  .equipment_btnarea .common_btn02 {
    min-width: unset;
    width: 47.5%;
    font-size: 11px;
  }
}

.line_message_push_modal_btnarea .send_message {
  background: #007dc4;
  color: #fff;
  padding: 0px 10px;
  border: none;
  min-width: 160px;
  margin-left: 2%;
}

.reservation_tab_block .page_table01 {
  background-color: unset;
}

.reservation_tab_block .page_table01 .page_table_info {
  background-color: #fff;
}

.reservation_tab_block .page_table01 .page_table_line_btnarea button,
.reservation_tab_block .page_table01 .page_table_line_btnarea a {
  max-width: 140px;
}

.badge-primary {
  color: white;
  background-color: #007dc4;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 0.55rem;
}

.badge-primary-sm {
  color: white;
  background-color: #007dc4;
  border-radius: 5px;
  padding: 5px;
  font-size: 0.55rem;
}

.reservation_item_value_text {
  font-weight: normal;
}

#delaySendMessageBlock .form_title {
  font-weight: normal;
}

#delaySendMessageBlock .form_block:last-child {
  display: flex;
}

.same_responsive_btnblock_for_preview {
  display: flex;
}

.responsive_btnblock_for_preview {
  display: none;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px;
  z-index: 5;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.responsive_btnblock_for_preview button,
.responsive_btnblock_for_preview a {
  max-width: 48%;
}

@media only screen and (max-width: 1020px), (max-height: 680px) {
  .same_responsive_btnblock_for_preview {
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    z-index: 5;
    left: 0;
  }

  .same_responsive_btnblock_for_preview button,
  .same_responsive_btnblock_for_preview a {
    max-width: 48%;
  }

  .responsive_btnblock_for_preview {
    display: flex;
  }

  .preview_pc_size_block {
    display: none;
  }
}

.popup_line_list .popup_line_item {
  display: flex;
  align-items: center;
}

.alert_unsaved_contents_modal {
  max-height: 600px;
  display: none;
}

.alert_unsaved_contents_modal .popup_title {
  color: #ff5858;
}

.alert_unsaved_contents_modal .alert_message_inner {
  font-size: 14px;
  max-height: 300px;
  overflow-y: scroll;
  line-height: 20px;
}

.csv_upload_btn {
  cursor: pointer;
}

#isVisit .form_checkbox_text:before {
  content: none !important;
  line-height: initial !important;
}

#isVisit .form_checkbox_text {
  padding: initial !important;
}

#isVisit .reservationInput__is_visit_wrap {
  margin-top: 15px;
}

#isVisit .reservationInput__is_visit__first {
  margin-bottom: 10px;
}

.non_reservation {
  font-size: 12px;
  line-height: 1.5;
  color: #333333;
}

.sp_form_item.form_note .common_text span {
  margin-left: 10px;
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  .sp_form_item.form_note .common_text span {
    margin: 3px 0 0;
    display: block;
  }
}

#selectItemPopup #selectOptionsForm {
  padding: 10px;
  display: flex;
  flex-direction: column;
  max-height: 250px;
  overflow: scroll;
}

#selectItemPopup #selectOptionsForm input {
  margin: 10px;
  min-height: 40px;
}

#selectItemPopup .common_plus_btn {
  margin-bottom: 15px;
}

.pms-sidebar-item.mr4 img {
  margin-right: 4px;
}

.pms-sidebar-item.mr7 img {
  margin-right: 6px;
}

.pms-sidebar-item.richmenu img {
  height: 10px;
  margin-right: 5px;
}

body.cross_account .pms-header {
  background: #ecf5fd;
  border-bottom: 4px solid #fff;
}

body.cross_account .pms-header-line {
  margin-right: 20px;
}

body.cross_account .pms-header-line-content {
  background: #fff;
}

body.cross_account .header_pulldown_menu .login-now {
  color: #fff;
  background: #007dc4;
  border-radius: 5px;
  padding: 3px 15px;
}

body.cross_account .pms-sidebar-item.no-arrow:after {
  display: none;
}

body.cross_account .pms-content .common_title_block.cross_account_select {
  margin-bottom: 30px;
}

body.cross_account .pms-content .common_title_block.cross_account_select select {
  font-size: 14px;
  border: 1px solid #cccccc;
  background: #fff;
  padding: 0.7em 0.8em;
  width: 100%;
  max-width: 354px;
}

body.cross_account .pms-content .cross_account_menu {
  display: flex;
  flex-wrap: wrap;
}

body.cross_account .pms-content .cross_account_menu .box {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 30px 15px;
  width: 340px;
  text-align: center;
  margin-right: 20px;
}

body.cross_account .pms-content .cross_account_menu .box:last-child {
  margin-right: 0;
}

body.cross_account .pms-content .cross_account_menu .box .ico {
  margin-bottom: 15px;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.cross_account .pms-content .cross_account_menu .box .ico.ico01 img {
  width: 36px;
}

body.cross_account .pms-content .cross_account_menu .box .ico.ico02 img {
  width: 50px;
}

body.cross_account .pms-content .cross_account_menu .box .ttl {
  font-size: 20px;
  color: #2d2d2d;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.3em;
}

body.cross_account .pms-content .cross_account_menu .box .txt {
  font-size: 16px;
  color: #666666;
  line-height: 1.6em;
}

@media screen and (max-width: 640px) {
  body.cross_account .pms-content .common_title_block.cross_account_select {
    margin-bottom: 20px;
  }

  body.cross_account .pms-content .cross_account_menu .box {
    width: 100%;
    margin: 0 0 15px;
  }

  body.cross_account .pms-content .cross_account_menu .box:last-child {
    margin: 0;
  }

  body.cross_account .pms-content .cross_account_menu .box .ttl {
    font-size: 16px;
  }

  body.cross_account .pms-content .cross_account_menu .box .txt {
    font-size: 14px;
  }
}

body.cross_account #MsgSearchPopup.common_popup_block {
  padding: 0;
}

body.cross_account #MsgSearchPopup .common_popup_close {
  top: 18px;
  right: 20px;
}

body.cross_account #MsgSearchPopup .popup_inner {
  padding: 0 0 25px;
}

body.cross_account #MsgSearchPopup .popup_title_label {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  background: #007dc4;
  padding: 17px 50px 17px 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

body.cross_account #MsgSearchPopup #crossAccountSearchArea {
  margin: 0;
  padding: 0 0 15px;
}

body.cross_account #MsgSearchPopup .crossAccount__select_area {
  margin: 0;
  padding: 30px 20px 15px;
}

body.cross_account #MsgSearchPopup .crossAccount__search_wrap .crossAccount__search_outer .crossAccount__search_bar .crossAccount__search_bar__flex {
  padding: 15px 15px 15px 20px;
}

body.cross_account #MsgSearchPopup .crossAccount__search_wrap .crossAccount__search_outer .popup_title {
  color: #007dc4;
  font-weight: bold;
  padding: 15px 20px;
  margin: 0;
}

body.cross_account #MsgSearchPopup .popup_msg_save_block {
  padding: 0 20px;
}

@media screen and (max-width: 640px) {
  body.cross_account #MsgSearchPopup .common_popup_close {
    width: 20px;
    height: 20px;
    top: 19px;
    right: 15px;
  }

  body.cross_account #MsgSearchPopup .popup_title_label {
    font-size: 16px;
    padding: 17px 40px 17px 20px;
  }

  body.cross_account #MsgSearchPopup .crossAccount__select_area {
    padding: 20px 10px 15px;
  }

  body.cross_account #MsgSearchPopup .crossAccount__select_area .crossAccount__select_area__container {
    width: 100%;
  }

  body.cross_account #MsgSearchPopup .crossAccount__search_wrap .crossAccount__search_outer .crossAccount__search_bar .crossAccount__search_bar__flex {
    padding: 15px 15px 15px 10px;
  }

  body.cross_account #MsgSearchPopup .crossAccount__search_wrap .crossAccount__search_outer .popup_title {
    font-size: 14px;
    padding: 10px;
  }
}

#MsgSearchPopup.common_popup_block {
  padding: 0;
}

#MsgSearchPopup .common_popup_close {
  top: 18px;
  right: 20px;
}

#MsgSearchPopup .popup_inner {
  padding: 0 0 25px;
}

#MsgSearchPopup .popup_title_label {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  background: #007dc4;
  padding: 17px 50px 17px 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#MsgSearchPopup .popup_title {
  color: #007dc4;
  font-weight: bold;
  padding: 15px 20px;
  margin: 0;
}

#MsgSearchPopup .popup_msg_save_block {
  padding: 0 20px;
}

@media screen and (max-width: 640px) {
  #MsgSearchPopup .common_popup_close {
    width: 20px;
    height: 20px;
    top: 19px;
    right: 15px;
  }

  #MsgSearchPopup .popup_title_label {
    font-size: 16px;
    padding: 17px 40px 17px 20px;
  }
}

@media screen and (max-width: 1210px) {
  body .pms-sidebar-sp-wrap-item img {
    width: auto;
    max-width: 20px;
  }
}

.tripla_membership {
  background-color: #c21e58 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
}

.tripla_membership p {
  margin: 0 auto;
}

.tripla_membership img {
  width: 15px;
  margin: 0 auto;
}

.form_report_block.line_reply {
  margin: 0;
}

.form_report_block.line_reply form {
  margin-bottom: 25px;
}

.form_report_block.line_reply form:last-child {
  margin-bottom: 0;
}

.form_report_block.line_reply form .ttl {
  background: #007dc4;
  color: #fff;
  padding: 12px;
  font-weight: bold;
}

.form_report_block.line_reply form .form_block {
  padding: 30px 20px;
}

.form_report_block.line_reply form .form_block .form_title {
  line-height: 1.6em;
}

.form_report_block.line_reply form .form_block .form_title span {
  margin: 0;
}

.form_report_block.line_reply form .form_block .form_title .next_flow {
  text-decoration: underline;
  font-size: 12px;
  color: #007dc4;
  margin-top: 5px;
}

.form_report_block.line_reply form .form_block input {
  width: 100%;
  border: 1px #dededf solid;
  padding: 12px;
}

.form_report_block.line_reply form .same_responsive_btnblock_for_preview {
  padding: 15px;
}

.form_report_block .gray_out_input input {
  background-color: #868686;
  pointer-events: none;
}

.form_report_block .gray_out_input textarea {
  background-color: #868686;
  pointer-events: none;
}

.pms-sidebar-item.ml-negative5 {
  margin-left: -5px;
}

.disable_input {
  opacity: 0.3;
  pointer-events: none;
}

.registration_form_wrap header {
  display: flex;
  justify-content: flex-end;
  padding: 17px 0;
}

.registration_form_wrap header .box_language {
  width: 120px;
  margin-right: 20px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .registration_form_wrap header .box_language {
    width: 105px;
    margin-right: 0;
  }
}

.registration_form_wrap header .box_language .btn_pull {
  cursor: pointer;
}

.registration_form_wrap header .box_language .btn_pull img {
  width: 18px;
  vertical-align: middle;
}

.registration_form_wrap header .box_language .btn_pull span {
  font-size: 16px;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .registration_form_wrap header .box_language .btn_pull span {
    font-size: 14px;
  }
}

.registration_form_wrap header .box_language .pull {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 28px;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 640px) {
  .registration_form_wrap header .box_language .pull {
    left: -15px;
  }
}

.registration_form_wrap header .box_language .pull > div {
  font-size: 14px;
  letter-spacing: 0.1em;
  display: block;
  padding: 13px 0 13px 15px;
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .registration_form_wrap header .box_language .pull > div {
    font-size: 12px;
  }
}

.registration_form_wrap header .box_language .pull > div:last-child {
  border-bottom: none;
}

.registration_form_wrap .inner {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 20px;
}

.registration_form_wrap .name {
  font-size: 32px;
  color: #007dc4;
  background: #ecf5fd;
  line-height: 1.4em;
  padding: 20px;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .registration_form_wrap .name {
    font-size: 28px;
  }
}

.registration_form_wrap .intro {
  margin-bottom: 40px;
  text-align: center;
}

.registration_form_wrap .intro .ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
  .registration_form_wrap .intro .ttl {
    font-size: 21px;
  }
}

.registration_form_wrap .intro .txt {
  font-size: 14px;
  color: #666;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

.registration_form_wrap .intro .txt span {
  color: red;
}

.registration_form_wrap .input_list .block {
  margin-bottom: 35px;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .registration_form_wrap .input_list .block {
    font-size: 14px;
  }
}

.registration_form_wrap .input_list .block:last-child {
  margin-bottom: 0;
}

.registration_form_wrap .input_list .block .ttl {
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-feature-settings: "palt";
}

.registration_form_wrap .input_list .block .ttl span {
  color: red;
}

.registration_form_wrap .input_list .block input[type=text],
.registration_form_wrap .input_list .block input[type=email],
.registration_form_wrap .input_list .block input[type=password],
.registration_form_wrap .input_list .block input[type=tel],
.registration_form_wrap .input_list .block textarea {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1em;
  border: 1px solid #dededf;
  border-radius: 5px;
}

.registration_form_wrap .input_list .block select {
  width: 100%;
  height: 44px;
  border: 1px solid #dededf;
}

.registration_form_wrap .input_list .block .note {
  font-size: 12px;
  color: #666;
  margin-top: 10px;
  line-height: 1.6em;
}

.registration_form_wrap .input_list .block .check_custom .check {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  display: inline-block;
}

.registration_form_wrap .input_list .block .check_custom .check:before,
.registration_form_wrap .input_list .block .check_custom .check:after {
  transform: translateY(0);
}

.registration_form_wrap .input_list .block .check_custom .check:before {
  top: 5px;
}

.registration_form_wrap .input_list .block .check_custom .check:after {
  top: 10px;
}

.registration_form_wrap .input_list .block .check_custom .check a {
  color: #007dc4;
  text-decoration: underline;
}

.registration_form_wrap .input_list .block.block_col02 {
  display: flex;
  justify-content: space-between;
}

.registration_form_wrap .input_list .block.block_col02 .col {
  width: 49%;
}

.registration_form_wrap .input_list .common_btn01 {
  background: #007dc4;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
  font-size: 16px;
  width: 100%;
  max-width: 220px;
  height: 50px;
  border: none;
  cursor: pointer;
}

.registration_form_wrap .input_list .sub {
  margin-top: 25px;
}

.registration_form_wrap .input_list .sub li {
  line-height: 1.6em;
  margin-bottom: 5px;
}

.registration_form_wrap .input_list .sub li:last-child {
  margin-bottom: 0;
}

.registration_form_wrap .input_list .sub li a {
  font-size: 14px;
  text-decoration: underline;
}

.registration_form_wrap .thanks_wrap {
  text-align: center;
}

.registration_form_wrap .thanks_wrap .ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .registration_form_wrap .thanks_wrap .ttl {
    font-size: 21px;
  }
}

.registration_form_wrap .thanks_wrap .txt {
  font-size: 14px;
  color: #666;
  line-height: 1.8em;
  margin-bottom: 30px;
}

.registration_form_wrap .thanks_wrap .txt strong {
  color: #007dc4;
  display: block;
  margin: 18px 0;
  word-break: break-all;
  line-height: 1.3em;
}

.registration_form_wrap .thanks_wrap .txt strong span {
  border: 1px solid #ccc;
  padding: 12px 14px;
  display: inline-block;
}

.registration_form_wrap .thanks_wrap .common_btn01 {
  background: #007dc4;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  white-space: nowrap;
  font-weight: bold;
  height: auto;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  letter-spacing: 0;
  border-radius: 10px;
  font-size: 16px;
  margin: 0 auto;
  max-width: 220px;
  border: none;
  cursor: pointer;
  display: block;
  height: auto;
  padding: 5px 0;
}

.registration_form_wrap.login_wrap .sp_lan_wrap {
  height: auto;
  padding-bottom: 70px;
}

.registration_form_wrap.login_wrap .sp_lan_wrap .sp_lan_inner {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  margin: 0 auto;
}

.registration_form_wrap.login_wrap .sp_lan_wrap .sp_lan_inner .common_btn01 {
  background: #007dc4;
  height: auto;
  padding: 15px 0;
  line-height: auto;
  line-height: 1.4em;
}

.registration_form_wrap.login_wrap .sp_lan_wrap .sp_lan_inner .forget-password-link {
  color: #007dc4;
  margin-top: 20px;
  display: block;
}

.registration_form_wrap.login_wrap .sp_lan_wrap .sp_lan_inner .error_txt {
  line-height: 1.6em;
  background: #ffdede;
  padding: 15px;
  border-radius: 7px;
  margin-bottom: 10px;
}

.registration_form_wrap.login_wrap .sp_lan_wrap .sp_lan_inner .error_txt span {
  font-size: 14px;
  color: red;
  position: relative;
}

.registration_form_wrap.login_wrap .sp_lan_wrap .sp_lan_inner .error_txt__main {
  padding-left: 22px;
}

.registration_form_wrap.login_wrap .sp_lan_wrap .sp_lan_inner .error_txt__main:before {
  content: "";
  background: url(/static/v2/images/notification.png) no-repeat left top;
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}

.registration_form_wrap.login_wrap .sp_lan_wrap .sp_lan_inner .error_txt__action {
  padding: initial;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
}

.registration_form_wrap.login_wrap .sp_lan_wrap .sp_lan_inner #confirmingEmail p {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.registration_form_wrap.login_wrap .sp_lan_wrap .sp_lan_inner #confirmingEmail button {
  border: 1px solid #007dc4;
  color: #007dc4;
  width: 50%;
}

.registration_form_wrap.error_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
}

.registration_form_wrap.error_wrap .inner {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.registration_form_wrap.error_wrap .inner .title {
  font-size: 130px;
  color: #007dc4;
  font-family: "Helvetica Neue";
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 35px;
}

@media screen and (max-width: 640px) {
  .registration_form_wrap.error_wrap .inner .title {
    font-size: 110px;
  }
}

.registration_form_wrap.error_wrap .inner .title small {
  font-size: 24px;
  display: block;
  line-height: 1em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
  .registration_form_wrap.error_wrap .inner .title small {
    font-size: 20px;
  }
}

.registration_form_wrap.error_wrap .inner .txt {
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 1.6em;
}

.registration_form_wrap.error_wrap .inner .common_btn01 {
  background: #007dc4;
  height: auto;
  padding: 15px 0;
  line-height: 1.4em;
  max-width: 220px;
  margin: 0 auto;
}

.line_msg__left__bottom .label_wrap {
  margin-bottom: 0;
}

.line_msg__left__bottom .line_msg__chat_line_user__inner .badge-primary-sm {
  display: inline-block;
}

.check_custom {
  cursor: pointer;
}

.check_custom .input {
  display: none;
}

.check_custom .input:checked + .check:after {
  background: #007dc4;
  width: 11px;
  height: 11px;
  left: 5px;
}

.check_custom .check {
  position: relative;
  padding-left: 30px;
}

.check_custom .check:before,
.check_custom .check:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.check_custom .check:before {
  border: 1px solid #dededf;
  width: 21px;
  height: 21px;
  left: 0;
}

.tripla_cover {
  position: relative;
}

.tripla_cover.active:before {
  font-size: 14px;
  content: attr(data-label);
  width: 100%;
  height: 100%;
  background: #ccc;
  padding-top: 11px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .tripla_cover.active:before {
    font-size: 10px;
    padding-top: 15px;
  }
}

.tripla_option .btn_pull {
  cursor: pointer;
}

.tripla_option .btn_pull span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}

.tripla_option .btn_pull span:after {
  content: "";
  border: solid #007dc4;
  border-width: 0 3px 3px 0;
  padding: 3px;
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.4s;
}

.tripla_option .btn_pull.active span:after {
  transform: translateY(-15%) rotate(-135deg);
}

.tripla_option .pull {
  display: none;
}

.tripla_option .pull .in {
  background: #ecf5fd;
  padding: 16px 18px 1px;
  margin-top: 10px;
}

.tripla_option .pull .in .title {
  font-size: 14px;
  color: #007dc4;
  font-weight: bold;
  margin-bottom: 7px;
}

.tripla_option .pull .in .form_checkbox_label {
  margin-right: 20px;
}

.tripla_option .pull .in .form_checkbox_label:last-child {
  margin-right: 0;
}

#message_form_container .menutype_message_block {
  max-width: 720px;
}

.line_msg__center__chat__show {
  position: relative;
}

.line_msg__center__chat__show .label_list_popup,
.line_msg__center__chat__show .label_store_popup,
.line_msg__center__chat__show .label_delete_popup {
  transform: translate(0, 0);
  width: 100%;
  left: 0 !important;
  top: 0 !important;
  height: auto !important;
  max-width: 100% !important;
}

.btn_swipe {
  position: fixed;
  left: 290px;
  bottom: 25px;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 140px;
}

.btn_swipe > div {
  background: #007dc4;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_swipe > div img {
  width: 26px;
}

.btn_swipe #swipe_left img {
  transform: rotate(90deg) translateY(1px);
}

.btn_swipe #swipe_right {
  -webkit-animation: arrow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
          animation: arrow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
}

.btn_swipe #swipe_right img {
  transform: rotate(-90deg) translateY(3px);
}

@-webkit-keyframes arrow {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(10px);
  }
}

@keyframes arrow {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(10px);
  }
}

@media screen and (max-width: 1210px) {
  .btn_swipe {
    left: 90px;
  }
}

@media screen and (max-width: 640px) {
  .btn_swipe {
    left: 12px;
    bottom: 70px;
    width: 130px;
  }
}

.rotate180 {
  transform: rotate(180deg);
}

.error_txt {
  line-height: 1.6em;
  background: #ffdede;
  padding: 15px;
  border-radius: 7px;
  margin-bottom: 10px;
}

.error_txt span {
  font-size: 14px;
  color: red;
  position: relative;
  padding-left: 22px;
}

.user_answer_wrap {
  max-width: 390px;
  margin: 0 auto;
  padding: 50px 0;
}

.user_answer_wrap .logo {
  max-width: 120px;
  margin: 0 auto 35px;
}

.user_answer_wrap .intro {
  margin-bottom: 40px;
}

.user_answer_wrap .intro .ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.user_answer_wrap .intro .txt {
  font-size: 12px;
  line-height: 1.8em;
  white-space: pre-line;
}

.user_answer_wrap .input_list {
  margin-bottom: 40px;
}

.user_answer_wrap .input_list .block {
  background: #f4f4f4;
  border-radius: 20px;
  padding: 22px 20px 30px;
  margin-bottom: 28px;
}

.user_answer_wrap .input_list .block:last-child {
  margin-bottom: 0;
}

.user_answer_wrap .input_list .block .ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6em;
  margin-bottom: 7px;
}

.user_answer_wrap .input_list .block .ttl span {
  color: #007dc4;
  margin-right: 5px;
}

.user_answer_wrap .input_list .block .note {
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 16px;
}

.user_answer_wrap .input_list .block .note span {
  font-size: 10px;
  color: #fff;
  background: #000;
  padding: 6px 10px;
  border-radius: 7px;
  letter-spacing: 1px;
  font-feature-settings: "palt";
}

.user_answer_wrap .input_list .block input[type=text],
.user_answer_wrap .input_list .block textarea {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1em;
  border: 1px solid #dededf;
  border-radius: 20px;
  resize: none;
}

.user_answer_wrap .input_list .block ul.select li {
  margin-bottom: 10px;
}

.user_answer_wrap .input_list .block ul.select li:last-child {
  margin-bottom: 0;
}

.user_answer_wrap .input_list .block ul.select li .check_custom {
  background: #fff;
  border-radius: 9999px;
  display: block;
  padding: 10px 8px;
  border: 1px solid #e5e5e5;
}

.user_answer_wrap .input_list .block ul.select li .check_custom .check {
  font-size: 14px;
  display: block;
}

.user_answer_wrap .input_list .block ul.score {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 15px;
}

.user_answer_wrap .input_list .block ul.score li {
  text-align: center;
}

.user_answer_wrap .input_list .block ul.score li .check_custom .input:checked + .check:after {
  top: 11px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.user_answer_wrap .input_list .block ul.score li .check_custom .check {
  font-size: 10px;
  color: #bababa;
  padding: 5px 0 0;
  display: block;
}

.user_answer_wrap .input_list .block ul.score li .check_custom .check:before {
  position: relative;
  top: -4.5px;
  transform: translateY(0);
  display: block;
  background: #fff;
}

.user_answer_wrap .input_list .block .txt {
  display: flex;
  justify-content: space-between;
}

.user_answer_wrap .input_list .block .txt div {
  font-size: 10px;
}

.user_answer_wrap .input_list .block .check_custom .check:before {
  border: 1px solid #707070;
}

.user_answer_wrap .common_btn01 {
  max-width: 180px;
  margin: 0 auto;
}


