@charset "utf-8";
/**********************************************************
共通css
***********************************************************/
.modal {
  background: transparent;
  z-index: 100010;
}
.modal-open {
  width: 100%;
  overflow: hidden;
}
.modal-content {
  border-radius: 3px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.modal-backdrop.in {
  opacity: 0.2;
  z-index: 100005;
}

/* button */
.modal-body .manageBtn.-main,
.modal__footer  .manageBtn.-main {
  font-size: 14px;
  width: 120px;
  height: 40px;
  box-shadow: none;
}
.modal-body .manageBtn.-return,
.modal__footer  .manageBtn.-return,
.modal-body .manageBtn.-orderReturn,
.modal__footer  .manageBtn.-orderReturn {
  font-size: 14px;
  width: 120px;
}

/* テキストリンク */
.modal .linkText.-cancel,
.modal .linkText.-back {
  color: #666666;
  text-decoration: underline;
  margin-right: 32px;
}
.modal .linkText.-back {
  margin-right: 55px;
}
.enableHover .modal .linkText.-cancel:hover,
.enableHover .modal .linkText.-back:hover {
  color: #666666;
  text-decoration: none;
  opacity: 1;
}

/**********************************************************
画像切り抜きモーダル
***********************************************************/
.previewModal .modal-dialog {
  width: 990px;
}

.previewModal__canvasBox {
  max-height: 660px;
}

.previewModal__editBox {
  display: flex;
  align-items: center;
  padding: 16px 24px;
}

.cropper-crop-box {
  border: 2px solid #ffffff;
}

.modal__headerRight .close {
  margin-top: 0;
  opacity: 1;
}

/* 説明画像 */
.settingArea__contentsImage {
  position: absolute;
  right: 0;
}

/**********************************************************
登録・編集画面 モーダル オプション
***********************************************************/
.modal.-linkList .modal__dialog {
  width: 704px;
  margin: 30px auto 110px;
}
.modal.-linkList .modal__content {
  min-height: 540px;
}
.modal__header {
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 24px;
  border-bottom: none;
}
.modal__header.-borderBottom {
  border-bottom: 1px solid #cccccc;
}
.modal__header .iconBtn.-close {
  color: #363636;
  margin: 0 0 0 auto;
  opacity: 1;
}
.enableHover .modal__header .iconBtn.-close:hover {
  opacity: 1;
}

.modal-body,
.modal__body {
  padding: 0;
  position: relative;
}
.modal__body .searchWrapper__box {
  padding: 16px 24px;
  border-bottom: 1px solid #cccccc;
}
.modal__body .searchWrapper {
  margin: 0;
}
.modal__body .searchWrapper .formGroup__label {
  flex: auto;
  font-weight: normal;
  margin: 0;
  padding-right: 16px;
  vertical-align: middle;
}
.modal.-linkList .dataTables_wrapper {
  padding-bottom: 73px;
}
.modal__body table.mappingTableUi {
  width: 100% !important;
  margin: 0 !important;
}
.modal__body .mappingTableUi th {
  vertical-align: middle;
  color: #999999;
  white-space: nowrap;
  padding: 24px 16px 8px 0;
  border-bottom: 2px solid #cccccc;
}
.modal__body .mappingTableUi th:first-child,
.modal__body .mappingTableUi td:first-child {
  padding-left: 16px;
}
.modal__body .mappingTableUi td {
  font-size: 16px;
  padding: 6px 16px 6px 0;
  border-top: 1px solid #e4e4e4;
}

.mappingTableUi th.mappingTableUi__cell.-radioBtn,
.mappingTableUi th.mappingTableUi__cell.-checkbox,
.mappingTableUi td.mappingTableUi__cell.-radioBtn,
.mappingTableUi td.mappingTableUi__cell.-checkbox {
  width: 40px !important;
}
.mappingTableUi th.mappingTableUi__cell.-state,
.mappingTableUi td.mappingTableUi__cell.-state {
  width: 40px !important;
}
.mappingTableUi th.mappingTableUi__cell.-state {
  text-align: center;
}
.mappingTableUi th.mappingTableUi__cell.-id,
.mappingTableUi td.mappingTableUi__cell.-id {
  width: 64px !important;
}
.mappingTableUi th.mappingTableUi__cell.-eventTarm,
.mappingTableUi td.mappingTableUi__cell.-eventTarm {
  width: 230px !important;
}
.mappingTableUi th.mappingTableUi__cell.-code,
.mappingTableUi td.mappingTableUi__cell.-code {
  width: 160px !important;
}
.mappingTableUi th.mappingTableUi__cell.-manageCode,
.mappingTableUi td.mappingTableUi__cell.-manageCode {
  width: 160px !important;
}
.mappingTableUi th.mappingTableUi__cell.-miniImage,
.mappingTableUi td.mappingTableUi__cell.-miniImage {
  width: 40px !important;
}
.mappingTableUi th.mappingTableUi__cell.-name,
.mappingTableUi td.mappingTableUi__cell.-name {
  width: auto !important;
}
.mappingTableUi th.mappingTableUi__cell.-price,
.mappingTableUi td.mappingTableUi__cell.-price {
  min-width: 100px;
  padding-right: 16px;
}
.mappingTableUi td.mappingTableUi__cell.-price {
  text-align: right;
}
.btnBox.-linkListBottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 16px 24px;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #cccccc;
}
.btnBox.-linkListBottom.-optionSelect {
  left: 0;
}

/**********************************************************
ログインモーダル
***********************************************************/
@media (max-width: 768px) {
  .login-box, .register-box {
    width: 360px;
    margin-top: 20px;
  }
}

.loginBox__body {
  color: #666666;
  width: 360px !important;
  padding: 20px;
  background: #ffffff;
  border-top: 0;
}
@media screen and (max-width: 420px) {
  .loginBox__body {
    width: auto;
  }
}
.loginBox__body h4 {
  text-align: center;
  margin: 0;
}
.loginBox__body .loginBox__modalContent {
  box-shadow: none;
}
.login-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 45px 20px;
}
/* 各ページログインモーダル */
.loginBox__body.-loginModal  {
  margin-top: 228px;
}
@media screen and (max-width: 1200px) {
  .loginBox__body.-loginModal  {
    margin-top: 195px;
  }
}
.loginBox__body.-loginModal i {
  display: none;
}
.loginBox__background {
  background: rgba(0,0,0,0.6);
}

/**********************************************************
QRコードリーダー モーダル
***********************************************************/
.qrCodeReader__modal .modal-dialog {
  width: 600px;
}
@media screen and (max-width: 420px) {
  .qrCodeReader__modal .modal-dialog {
    width: 100%;
    margin: 0;
  }
}
.qrCodeReader__modal .modal-content {
  border-radius: 16px;
}
@media screen and (max-width: 420px) {
  .qrCodeReader__modal .modal-content {
    border-radius: 0;
  }
}

/* モーダルヘッダー */
.qrcodeReaderModal__header {
  display: flex;
  width: 100%;
  padding: 12px 12px 10px;
}
@media screen and (max-width: 420px) {
  .qrcodeReaderModal__header {
    color: #ffffff;
    border-bottom-color: #ffffff;
    position: fixed;
    z-index: 2;
  }
}
.qrcodeReaderModal__header .modal__h {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 32px;
}
.qrcodeReaderModal__header .modal__h span {
  font-size: 14px;
  font-weight: bold;
}
.qrcodeReaderModal__header .modal__headerRight {
  order: 2;
}
.qrcodeReaderModal__header .modal__headerRight .close .material-icons {
  font-size: 32px;
}
@media screen and (max-width: 420px) {
  .qrcodeReaderModal__header .modal__headerRight .close .material-icons {
    color: #ffffff;
  }
}

/* モーダルコンテンツ */
.qrCodeReader__modal .modal-body {
  display: flex;
  justify-content: center;
  height: 400px;
}
@media screen and (max-width: 420px) {
  .qrCodeReader__modal .modal-body {
    height: auto;
  }
}
.qrCodeReader__body {
  margin: 0 auto;
  position: relative;
}
.qrCodeReader__frame {
  width: 600px;
  height: 400px;
  object-fit: cover;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 420px) {
  .qrCodeReader__frame {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    border-radius: 0;
  }
}
.qrCodeReader__frameBg {
  width: 600px;
  height: 400px;
  margin: 0 auto;
  background: url("../images/qrCode_bg_pc.png") center;
  object-fit: cover;
  position: absolute;
  top: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 420px) {
  .qrCodeReader__frameBg {
    width: 100%;
    height: 100%;
    background: url("../images/qrCode_bg_sp.png") center;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    border-radius: 0;
  }
}
.qrCodeReader__frameBg span {
  text-align: center;
  color: #ffffff;
  width: 100%;
  position: absolute;
  bottom: 24px;
}
@media screen and (max-width: 420px) {
  .qrCodeReader__frameBg span {
    bottom: 160px;
  }
}

/* エラー表示 */
.qrcodeReaderModal__errorBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 12px 16px 16px;
  background: #dd4400;
  position: fixed;
  top: 0;
  z-index: 3;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 420px) {
  .qrcodeReaderModal__errorBox {
    padding: 16px 12px;
    border-radius: 0;
  }
}
.qrcodeReaderModal__errorLayout {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.qrcodeReaderModal__errorLayout .qrcodeReaderModal__errorText {
  font-size: 16px;
}
@media screen and (max-width: 420px) {
  .qrcodeReaderModal__errorLayout .qrcodeReaderModal__errorText {
    font-size: 14px;
  }
}
.qrcodeReaderModal__errorLayout .material-icons {
  font-size: 32px;
  margin-right: 12px;
}
@media screen and (max-width: 420px) {
  .qrcodeReaderModal__errorLayout .material-icons {
    font-size: 24px;
    margin-right: 16px;
  }
}
.qrcodeReaderModal__errorBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.qrcodeReaderModal__errorBtn .material-icons {
  font-size: 32px;
  color: #ffffff;
}

/**********************************************************
イベント モーダル
***********************************************************/
.modal__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.16);
}
.modal__bg.-orderIncomplete {
  background: transparent;
}
.shopSelect__box .modal,
.eventSelect__box .modal {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100001;
}
.shopSelect__box .modal.-sp,
.eventSelect__box .modal.-sp {
  width: 100%;
  overflow: hidden;
}
.shopSelect__box .modal.-sp .modal__content,
.eventSelect__box .modal.-sp .modal__content,
.orderIncompleteSelect__box .modal.-sp .modal__content {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
}
.orderIncompleteSelect__box .modal.-sp .modal__content {
  height: 50vh;
}
.modal__contentHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: transparent;
  border-bottom: solid 1px #cccccc;
  text-align: center;
}
.modal__contentHeader .arrowBack {
  position: absolute;
  left: 8px;
}
.modal__headerTitle {
  font-weight: bold;
}
.modal__closeIcon {
  text-align: center;
  width: 40px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: -1px;
  right: 4px;
  cursor: pointer;
}
.shopSelect__scroll,
.eventSelect__scroll {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 114px);
  overflow-x: hidden;
  overflow-y: auto;
}

.shopSelect__shopList,
.eventSelect__eventList {
  padding: 0 8px 140px;
}
.shopSelect__li,
.eventSelect__li {
  list-style-type: none;
}
.shopSelect__anchor,
.shopSelect__anchor:hover,
.shopSelect__anchor:focus,
.shopSelect__anchor:active,
.eventSelect__anchor,
.eventSelect__anchor:hover,
.eventSelect__anchor:focus,
.eventSelect__anchor:active {
  display: flex;
  align-items: center;
  color: #333333;
  min-height: 48px;
  padding: 8px 16px 8px 40px;
  position: relative;
  border-bottom: solid 1px #dddddd;
}
.shopSelect__li.-selected .shopSelect__anchor,
.eventSelect__li.-selected .eventSelect__anchor {
  font-weight: bold;
}
.shopSelect__li.-selected .shopSelect__anchor::after,
.eventSelect__li.-selected .eventSelect__anchor::after {
  content: "\e5ca";
  font-family: "material Icons";
  font-size: 24px;
  font-weight: normal;
  color: #3377cc;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

/* リスト内検索UI */
.shopSelect__searchBox,
.eventSelect__searchBox {
  padding: 12px;
  position: relative;
  background: #eff3f6;
  border-bottom: 1px solid #e4e4e4;
}
.shopSelect__searchBox::before,
.eventSelect__searchBox::before {
  content: "\e8b6";
  font-family: "Material Icons";
  font-size: 24px;
  color: #b3b3b3;
  position: absolute;
  top: 15px;
  left: 22px;
  z-index: 2;
}
.form-control.inputText.shopSelect__search,
.form-control.inputText.eventSelect__search {
  padding: 12px 12px 12px 42px;
}

/**********************************************************
SP版検索モーダル
***********************************************************/
.narrowDown__box .modal {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100001;
}
.narrowDown__box .modal.-sp {
  width: 100%;
  overflow: hidden;
}
.narrowDown__box .modal.-sp .modal__content {
  width: 100%;
  height: 50vh;
  position: absolute;
  top: 50vh;
  left: 0;
  background: #ffffff;
}
.narrowDown__list {
  padding: 0 8px 24px;
}
.narrowDown__li {
  list-style-type: none;
}
.narrowDown__anchor,
.narrowDown__anchor:hover,
.narrowDown__anchor:focus,
.narrowDown__anchor:active {
  display: flex;
  align-items: center;
  color: #333333;
  height: 48px;
  padding: 0 16px 0 40px;
  position: relative;
  border-bottom: solid 1px #dddddd;
}
.narrowDown__li.-selected .narrowDown__anchor {
  font-weight: bold;
}
.narrowDown__li.-selected .narrowDown__anchor::after {
  content: "\e5ca";
  font-family: "material Icons";
  font-size: 24px;
  font-weight: normal;
  color: #3377cc;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

/* manageBtn -return */
.narrowDown__box .btnBox {
  width: 100%;
  margin: 0 0 16px;
}
@media screen and (max-width: 360px) {
  .narrowDown__box .btnBox {
    bottom: 80px;
  }
}
.manageBtn.-return.-narrowDown {
  width: 80px;
  min-width: 80px;
}
.manageBtn.-main.-narrowDown {
  width: 228px;
}
.btnBox.-flex .btnBox__layout.-narrowDown + .btnBox__layout.-narrowDown {
  margin-left: 16px;
}

/**********************************************************
SP版受取時間モーダル
***********************************************************/
.searchWrapper.-orderIncomplete {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 50px;
}
.formGroup__label.-orderIncomplete {
display: inline-block;
font-size: 18px;
width: auto;
height: auto;
margin: 0 0 0 8px;
padding: 0;
}
.btnBox.-orderIncomplete .btnBox__layout + .btnBox__layout {
  margin-left: 16px !important;
}

/**********************************************************
プレビューモーダル
***********************************************************/
.modal.-preview .modal-dialog {
  width: 708px;
  border-radius: 3px;
}

.modal-header, .modal__header {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
.modal__sendMailBox {
  display: flex;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #cccccc;
}
.modal__sendMailTitle {
  margin-right: 16px;
}
.modal__mailPreview {
  padding: 24px 24px 48px;
  background: #eff3f6;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.modal__caseSelectBox {
  display: flex;
  justify-content: center;
}
.modal__caseSelectBoxInner {
  min-width: 175px;
}
.modal__caseSelect {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.modal__caseItem {
  display: flex;
  align-items: center;
  font-weight: normal;
  color: #3377cc;
  width: 155px;
  height: 40px;
  padding: 0 8px;
  background: #ffffff;
  border: 1px solid #cccccc;
  cursor: pointer;
}
.modal__caseItem.-pc {
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.modal__caseItem.-smp {
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.modal__caseItem.-active {
  font-weight: bold;
  color: #ffffff;
  background: #3377cc;
  border-color: #3377cc;
}
.enableHover .modal__caseItem:hover {
  background: #f7f7f7;
}
.enableHover .modal__caseItem.-active:hover {
  background: #3377cc;
}
.modal__caseIcon {
  color: #8e8e8e;
}
.modal__caseItem.-active .modal__caseIcon {
    color: #ffffff;
}
.modal__caseIcon.-pc {
  margin-right: 36px;
}
.modal__caseIcon.-smp{
  margin-right: 4px;
}

.modal__mailPreviewArea {
  background: #ffffff;
  margin: 0 auto;
}
.modal__mailPreviewArea.-pc {
  width: 656px;
  padding: 24px;
}
.modal__mailPreviewArea.-smp {
  width: 375px;
  padding: 24px 16px;
}
.modal__mailPreviewTitle {
  font-size: 22px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
}
.modal__mailPreviewTtext {
  font-size: 16px;
}

/**********************************************************
一括処理モーダル、一括処理ログモーダル
***********************************************************/
/* 共通 */
.modal.-orderBulk .modal-dialog,
.modal.-bulkLogDetail .modal-dialog {
  width: 735px;
  border-radius: 3px;
}
/* 一括処理モーダル */
.modal__editBox.-orderBulk {
  padding: 16px;
}

.modal.-orderBulk .settingArea__heading {
  align-items: flex-start !important;
  text-align: left;
  color: #434343;
  min-width: 84px;
}
.modal.-orderBulk .settingArea__content {
  padding-right: 8px;
}
.inputSelect__boxInner.-mailTemplateSelectSize {
  width: 446px;
}
.modal__sendMailBox.-orderBulk {
  margin-bottom: 8px;
  padding: 0;
  border-bottom: none;
}
.modal__sendMailBox.-orderBulk .inputText.-sendmailSize {
  width: 446px;
}
.modal__mailPreview.-orderBulk {
  border-top: 1px solid #cccccc;
}
.btnBox.-modalBottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 16px 24px;
  border-top: 1px solid #cccccc;
}

/* disabled */
.settingArea__boxInnerLayout.-disabled .settingArea__heading {
  color: #cccccc;
}

/* 一括処理ログモーダル */
.modal.-bulkLogDetail .modal__body {
  min-height: 400px;
}
.uaInfo {
  margin-top: 16px;
}
.modal__body .mappingTableUi.-bulkLogDetail tbody {
  border-bottom: 1px solid #e4e4e4;
}
.modal__body .mappingTableUi.-bulkLogDetail th,
.modal__body .mappingTableUi.-bulkLogDetail td {
  padding-right: 40px;
}
.modal__body .mappingTableUi.-bulkLogDetail th:first-child,
.modal__body .mappingTableUi.-bulkLogDetail td:first-child {
  padding-left: 24px;
}
.modal__body .mappingTableUi.-bulkLogDetail th:last-child,
.modal__body .mappingTableUi.-bulkLogDetail td:last-child {
  padding-right: 24px;
}
.modal__body .mappingTableUi.-bulkLogDetail td {
  font-size: 14px;
}
.modal__body table.mappingTableUi.-bulkLogDetail th.bulkLog__cell.-listNum,
.modal__body table.mappingTableUi.-bulkLogDetail td.bulkLog__cell.-listNum {
  width: 48px !important;
}
.modal__body table.mappingTableUi.-bulkLogDetail th.bulkLog__cell.-status,
.modal__body table.mappingTableUi.-bulkLogDetail td.bulkLog__cell.-status {
  text-align: center;
  width: 64px !important;
}
.modal__body table.mappingTableUi.-bulkLogDetail th.bulkLog__cell.-orderNum,
.modal__body table.mappingTableUi.-bulkLogDetail td.bulkLog__cell.-orderNum {
  width: 60px !important;
}
.modal__body table.mappingTableUi.-bulkLogDetail td.bulkLog__cell.-orderNum {
  text-align: right;
}
.modal__body table.mappingTableUi.-bulkLogDetail th.bulkLog__cell.-reasons,
.modal__body table.mappingTableUi.-bulkLogDetail td.bulkLog__cell.-reasons{
  width: auto !important;
}
.bulkLog__cell.-notprocessed {
  color: #cccccc;
}
.bulkLog__cell.-failed {
  color: #cc2222;
}

/**********************************************************
入力補助モーダル
***********************************************************/
.modal.-inputAssistance .modal-dialog {
  width: 760px;
}

.modal.-inputAssistance .modal-content {
  height: 554px;
}

.pageSelect {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  background: #EFF3F6;
  border-bottom: 1px solid #cccccc;
}
.pageSelect__heading {
  width: 85px;
  margin-right: 24px;
}
.modal__editBox.-inputAssistance {
  height: 352px;
  padding: 24px;
  position: relative;
}

.inputAssistance__urlBox {
  margin: 0 -8px;
  padding: 10px 16px 12px;
  background: #f7f7f7;
  border-radius: 5px;
}
.inputAssistance__text.-description {
  display: flex;
  align-items: center;
  justify-content: center;
}
.materialIcons.-description {
  font-size: 24px;
  color: #8e8e8e;
  margin-right: 10px;
}
.inputAssistance__text.-url {
  width: fit-content;
  margin: 0 auto;
}

.modal.-inputAssistance .btnBox.-modalBottom {
  position: fixed;
  bottom: 0;
}

/* コンテンツ */
.modal.-inputAssistance .modalSettingArea__box {
  height: 246px;
}
.modalSettingArea__boxInner {
  display: flex;
  align-items: center;
}
.modalSettingArea__boxInner + .modalSettingArea__boxInner {
  margin-top: 16px;
}
.modalSettingArea__boxInner.-borderBottom {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}
.modalSettingArea__boxInner.-disabled {
  color: #cccccc;
}
.modalSettingArea__heading {
  display: flex;
  align-items: center;
  width: 85px;
  margin-right: 24px;
}
.modalSettingArea__heading.-column {
  flex-direction: column;
  align-items: flex-end;
}
.modalSettingArea__heading.-event,
.modalSettingArea__heading.-itemDeteil,
.modalSettingArea__heading.-news {
  width: 4em;
  margin-right: 52px;
}
.modalSettingArea__heading.-staticPage {
  width: 7em;
  margin-right: 10px;
}
.modalSettingArea__heading .tooltip__layout {
  margin-left: 4px;
}
.inputSelect__boxInner.-inputAssistanceSize {
  width: 604px;
}

.inputSelect.alert-warning:disabled {
  border-color: #eeeeee !important;
}

/* btn */
.modal-body .manageBtn.-inputAssistanceAdd,
.modal-body .manageBtn.-inputAssistanceAdd:focus,
.modal-body .manageBtn.-inputAssistanceAdd:active {
  width: 168px;
}

/**********************************************************
商品追加モーダル
***********************************************************/
.modal.-linkList .modal__dialog.-productAdd {
  width: 760px;
}
.modal.-linkList.-productAdd .modal__content {
  height: 720px;
}
a.modal__slideBack {
  width: 24px;
  height: 24px;
  margin: 4px 8px 4px 0;
}
.modal__slideBack .material-icons {
  font-size: 24px;
  color: #8e8e8e;
}
.modal__slideBack:hover .material-icons {
  color: #666666;
}
.modal__header.-withArrow {
  padding-left: 16px;
}
.modal.-productAdd .dataTables_scrollBody {
  height: 530px;
  overflow-y: auto !important;
}

/* コンテンツのスライド */
.slideArea__box {
  width: 100%;
  height: 660px;
  overflow: hidden;
  position: relative;
}
.slideArea {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}
.slideArea__content.-productList,
.slideArea__content.-productDetail {
  width: 760px;
  height: 660px;
  overflow: hidden;
}

.mappingTableUi.-productAddList tbody {
  border-bottom: 1px solid #e4e4e4;
}

/* 商品追加一覧 */
.mappingTableUi.-productAddList th.mappingTableUi__cell.-code,
.mappingTableUi.-productAddList td.mappingTableUi__cell.-code,
.mappingTableUi.-productAddList th.mappingTableUi__cell.-manageCode,
.mappingTableUi.-productAddList td.mappingTableUi__cell.-manageCode {
  min-width: 136px !important;
  max-width: 136px !important;
}
.productName__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productName {
  display: flex;
  align-items: center;
  width: 288px;
}
.productName .iconBtn__icon {
  margin-right: 8px;
}

.productName__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 62px;
  height:36px;
  margin-left: 16px;
  padding: 3px;
  background: #cccccc;
  border-radius: 3px;
}
.productName__infoInner {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
}

/* アイコン画像 */
.mappingTableUi__miniImage {
    width: 40px;
    min-width: 40px;
    height: 40px;
}
.mappingTableUi__miniImage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* 在庫がない時のtr */
tr.disabled {
  background: #eeeeee;
}

/* オプション追加 */
/* 商品 */
.optionSelect__productArea {
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #cccccc;
}
.optionSelect__productImage {
  width: 140px;
  min-width: 140px;
  height: 140px;
  margin-right: 16px;
}
.optionSelect__productImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.optionSelect__productInfoBox {
  width: 100%;
}
.optionSelect__productCodeBox {
  color: #999999;
  margin-bottom: 8px;
}
.optionSelect__productName {
  font-size: 20px;
  margin-bottom: 12px;
}
.optionSelect__productPriceBox {
  text-align: right;
  margin-bottom: 16px;
}
.optionSelect__productPriceText {
  color: #999999;
}
.optionSelect__productPrice {
  font-size: 20px;
  color: #eb0000;
}
.optionSelect__productNum,
.optionSelect__productUnitPrice {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.optionSelect__productUnitPriceText,
.optionSelect__productNumText {
  margin-right: 8px;
}
.optionSelect__productNum {
  margin-left: 24px;
}

/* オプション */
.optionSelect__scrollArea {
  height: 478px;
  overflow-x: hidden;
  overflow-y: auto;
}
.optionSelect__scrollAreaInner {
  padding-bottom: 76px;
}
.optionSelect__optionName {
  font-weight: bold;
  color: #8e8e8e;
  padding: 30px 16px 12px;
  background: #eff3f6;
}
.optionSelect__optionItemInfo {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 8px 16px 8px 0;
}
.optionSelect__optionItemInfo.-topBorder {
  border-top: 1px dashed #cccccc;
}
.optionSelect__optionItemInfoBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: 16px;
}
.optionSelect__optionItemImage {
  width: 72px;
  min-width: 72px;
  height:72px;
}
.optionSelect__optionItemImage img {
  width: 100%;
  height:100%;
  object-fit: cover;
}

.optionSelect__optionItemUnitPrice {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 156px;
  margin-left: 16px;
}
.optionSelect__optionItemUnitPriceText {
  margin-right: 8px;
}

.inputRadio__box.-noMarginBottom {
  margin-bottom: 0;
}
.modal.-linkList.-productAdd .btnBox.-linkListBottom {
  background: #ffffff;
}

.inputRadio__box.-trClick,
.inputCheckbox__box.-trClick {
  width: 100%;
}
.inputRadio__box.-trClick label,
.inputCheckbox__box.-trClick label {
  justify-content: flex-start;
  width: 100%;
  min-height: 56px;
}
.inputRadio__box.-trClick:hover .input__iconHover,
.inputCheckbox__box.-trClick:hover .input__iconHover {
  background: rgba(0, 0, 0, 0.1);
}

/**********************************************************
更新履歴モーダル
***********************************************************/
.listTableUi.-updateLog {
  margin-bottom: 0 !important;
}
.modal.-updateLog .modal-dialog {
  width: 720px;
}
.modal.-updateLog .modal__content {
  min-height: 540px;
}
.modal.-updateLog .listTable__box {
  background: #ffffff;
}

.modal.-updateLog table.listTableUi.table>thead>tr>th {
  padding: 24px 24px 10px 0;
}
.modal.-updateLog table.listTableUi.table>tbody>tr>td {
  height: 24px;
  padding: 4px 24px 4px 0;
}

.listTableUi__cell.-updateAt {
  max-width: 200px;
}
.listTableUi__cell.-updatePrace {
  max-width: 190px;
}
.listTableUi__cell.-userId {
  max-width: 74px;
}
.listTableUi__cell.-userName {
  width: auto;
}

.listTableUi.-updateLog th.listTableUi__cell.-operationAt,
.listTableUi.-updateLog td.listTableUi__cell.-operationAt {
  width: 30%;
}
.listTableUi.-updateLog th.listTableUi__cell.-id,
.listTableUi.-updateLog td.listTableUi__cell.-id {
  width: 15%;
}
.listTableUi.-updateLog th.listTableUi__cell.-name,
.listTableUi.-updateLog td.listTableUi__cell.-name {
  width: 25%;
}
.listTableUi.-updateLog th.listTableUi__cell.-operationDetails,
.listTableUi.-updateLog td.listTableUi__cell.-operationDetails {
  width: 30%;
}

/**********************************************************
日時変更モーダル
***********************************************************/
.modal.-receiptAt .modal__dialog {
  width: 490px;
}
.modal.-receiptAt .modal__header {
  justify-content: center;
  height: 56px;
  padding: 8px;
}
.modal.-receiptAt .modal__header .iconBtn.-close {
  position: absolute;
  right: 8px;
}
.modal.-receiptAt .modal__body {
  padding: 24px 40px 32px;
}
.btnBox.-receiptAt .manageBtn {
  width: 128px;
  height: 44px;
}

/**********************************************************
2要素認証
***********************************************************/
.createQr__description {
  font-size: 16px;
}

.createQr__description.-top span {
  display: block;
  font-size: 18px;
  margin-top: 16px;
}
.createQr__description.-top span.etc {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin-top: 0;
  margin-left: 40px;
}

.createQr__description.-middle,
.createQr__description.-bottom {
  margin: 24px auto;
}

.createQr__description.-bottom {
  margin-bottom: 0;
}

.qr_code.qrCode__box.-mfa {
  display: flex;
  justify-content: center;
}
.qrCode__box.-mfa img {
  width: 170px !important;
  height: 170px !important;
}
