html {
  background: #F0F2F6;
}
body {
  font-family: Inter, "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background-color: #F0F2F6;
  color: #161B1F !important;
  overflow: visible;
}
body.active {
}

@media print {
  html, body, .all-wrapper, .wrapper_, .main-content {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  @page { margin: 0; }
  .sidebar, #header, h1.common_headline1_, h2.common_headline2_, #cookieBox, .footer, .scrollbar-top, .submit_, .notification-panel,.submit_ + div {
    display: none !important;
  }
  .wrap_box_ {
    background: #fff;
    padding: 24px;
    border: 1px solid #D0D1D2;
    box-sizing: border-box;
    width: 100%;
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
  }
  .table-scroll.hide-hint > table {
    width: 1150px;
  }
  .submit_ + div 
}


input, textarea, select {
  font-family: Inter, "Noto Sans JP", sans-serif;
}
select:hover,
input[type="image"]:hover,
input[type="radio"]:hover,
input[type="checkbox"]:hover { 
  cursor: pointer;
}

input:not([type="image"]):not([type="radio"]):not([type="checkbox"]):hover, 
textarea:hover {
  cursor: text;
}
div.wrapper_ {
  width: 100%;
  text-align: left;
  zoom: 1;
  overflow-x: hidden;
  min-width: 1300px;
  min-height: 100vh;
}
div.col1_ {
  max-width: none;
  min-width: none;
  margin: 0 auto;
}
.wrap_box_ {
  background: #fff;
  padding: 24px;
  border: 1px solid #D0D1D2;
  position: relative;
}
.customer_.col1_.customer_entry {
  max-width: 1040px;
}
.customer_.col1_.import {
  max-width: 1100px;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #e2e6e8;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
}
input[type="checkbox"] {
  cursor: pointer;
  background-color: #fff;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #ADAFB0;
  border-radius: 2px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"]:hover {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #ADAFB0;
  background-color: #F3F3F3;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"]:checked {
  background-color: #1C75BC;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #ADAFB0;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="radio"]:checked {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #1C75BC;
  background-color: #1C75BC;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  content: '';
}
input:hover,
select:hover {
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
table.formlist_ input:hover,
table.formlist_ select:hover {
  border-color: none;
  box-shadow: none;
}
input:focus,
select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.8);
}
select option {
  background-color: #fff;
  color: #333;
  padding: 10px;
}
select option[value=""] {
  color: #999;
}
select {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}
select[name="s_side"]::-ms-expand {
  display: none;
}
.scrollbar-top {
  background: transparent;
  height: 10px;
  margin-bottom: 2px;
  scrollbar-width: thin;
  scrollbar-color: #bbb transparent;
}
.table-scroll {
  background: transparent;
  scrollbar-width: thin;
  scrollbar-color: #bbb transparent;
}
.scrollbar-top::-webkit-scrollbar,
.table-scroll::-webkit-scrollbar {
  height: 6px;
  background: transparent;
}
.scrollbar-top::-webkit-scrollbar-thumb,
.table-scroll::-webkit-scrollbar-thumb {
  background: rgba(120,120,120,0.25);
  border-radius: 3px;
  transition: background 0.2s;
}
.scrollbar-top:hover::-webkit-scrollbar-thumb,
.table-scroll:hover::-webkit-scrollbar-thumb {
  background: #888;
}
.warning {
  background-color: #FEF7E5;
  border: 1px solid #F1BB00;
  padding: 1em;
  border-radius: 4px;
}
.warning p {
  color: #161B1F;
  margin-bottom: 1em;
  font-size: 14px;
}
.warning p.att_ {
  color: #CC512B;
  margin-bottom: 0;
  line-height: 1.75;
}
.button_large {
  background-color: #1C75BC;
  border-radius: 2px;
  height: 56px;
  padding: 0 32px;
  display: flex;
  color: #fff !important;
  margin: 0 auto;
  align-content: center;
  align-items: center;
  justify-content: center;
  max-width: max-content;
}
.button_large:hover {
  text-decoration: none;
  background-color: #104670;
}
a.back-btn {
  background: #8A8D8F;
  color: #fff;
  font-size: 18px;
  height: 42px;
  width: auto;
  padding: 0 2em;
  text-align: center;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
a.back-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
input.next-btn {
  background: #1C75BC;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 56px;
  width: auto;
  padding: 0 3em;
  text-align: center;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 2px;
}
input.next-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
#featureCards .dark {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48 !important;
}
.btn-large {
  display: inline-flex;
  height: 56px;
  padding: 0 32px;
  font-size: 18px;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.btn-medium {
  display: inline-flex;
  height: 42px;
  padding: 0 16px;
  font-size: 16px;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.btn-small {
  display: inline-flex;
  height: 36px;
  padding: 0 16px;
  font-size: 16px;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.btn-xsmall {
  display: inline-flex;
  height: 28px;
  padding: 0 12px;
  font-size: 14px;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.login-btn {
  background: #1C75BC;
  color: #fff;
  cursor: pointer;
  width: 346px;
  text-align: center;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 2px;
}
.login-btn:hover {
  background: #104670;
}
a.next-btn {
  background: #1C75BC;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 56px;
  width: auto;
  padding: 0 3em;
  text-align: center;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 2px;
}
a.next-btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
a.delete-link {
  color: #FF334B !important;
  display: inline-block;
  white-space: nowrap;
  break-word: keep-all;
}
a.delete-link::before {
  font-family: 'Material Symbols Outlined';
  content: 'delete';
  font-size: 1em;
  vertical-align: middle;
  margin-right: 0.3em;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  text-decoration: none;
  display: inline-block;
}
a.edit-link {
  display: inline-block;
  white-space: nowrap;
  break-word: keep-all;
}
a.edit-link::before {
  font-family: 'Material Symbols Outlined';
  content: 'edit_square';
  font-size: 1em;
  vertical-align: middle;
  margin-right: 0.3em;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  text-decoration: none;
  display: inline-block;
}
a.change-link {
  display: inline-block;
  white-space: nowrap;
  break-word: keep-all;
}
a.change-link::before {
  font-family: 'Material Symbols Outlined';
  content: 'edit_square';
  font-size: 1em;
  vertical-align: middle;
  margin-right: 0.3em;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  text-decoration: none;
  display: inline-block;
}
a.copy-link {
  display: inline-block;
  white-space: nowrap;
  break-word: keep-all;
}
a.copy-link::before {
  font-family: 'Material Symbols Outlined';
  content: 'shadow_add';
  font-size: 1em;
  vertical-align: middle;
  margin-right: 0.3em;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  text-decoration: none;
  display: inline-block;
}
a.preview-link {
  display: inline-block;
  white-space: nowrap;
  break-word: keep-all;
}
a.preview-link::before {
  font-family: 'Material Symbols Outlined';
  content: 'preview';
  font-size: 1em;
  vertical-align: middle;
  margin-right: 0.3em;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  text-decoration: none;
  display: inline-block;
}
a.pdf-link {
  display: inline-block;
  white-space: nowrap;
  break-word: keep-all;
}
a.pdf-link::before {
  font-family: 'Material Symbols Outlined';
  content: 'picture_as_pdf';
  font-size: 1em;
  vertical-align: middle;
  margin-right: 0.3em;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  text-decoration: none;
  display: inline-block;
}
a.search-btn {
  background-color: #1C75BC;
  color: #fff !important;
  white-space: nowrap;
  break-word: keep-all;
}
a.search-btn:hover {
  text-decoration: none;
  background-color: #104670;
}
a.search-btn::before {
}
a.search-link {
  display: inline-block;
}
a.search-link::before {
}
a.reset-btn {
  background-color: #8A8D8F;
  color: #fff !important;
  white-space: nowrap;
  break-word: keep-all;
}
a.reset-btn:hover {
  text-decoration: none;
  background-color: #505457;
}
a.reset-btn::before {
}
a.detail-link {
  display: inline-block;
  white-space: nowrap;
  break-word: keep-all;
}
a.detail-link::before {
  font-family: 'Material Symbols Outlined';
  content: 'manage_search';
  font-size: 1em;
  vertical-align: middle;
  margin-right: 0.3em;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  text-decoration: none;
  display: inline-block;
}
a.linkbutton_ {
  display: inline-block;
  white-space: nowrap;
  break-word: keep-all;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}
a.linkbutton_:hover {
  text-decoration: none;
  background: none;
  border: none;
}
a.linkbutton_::before {
  font-family: 'Material Symbols Outlined';
  content: 'manage_search';
  font-size: 1em;
  vertical-align: middle;
  margin-right: 0.3em;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  text-decoration: none;
  display: inline-block;
}
a.regist-link {
  display: inline-block;
  white-space: nowrap;
  break-word: keep-all;
}
a.regist-link::before {
  font-family: 'Material Symbols Outlined';
  content: 'undo';
  font-size: 1em;
  vertical-align: middle;
  margin-right: 0.3em;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  text-decoration: none;
  display: inline-block;
}
a.backdown-link {
  display: inline-block;
  white-space: nowrap;
  break-word: keep-all;
}
a.backdown-link::before {
  font-family: 'Material Symbols Outlined';
  content: 'close_small';
  font-size: 1em;
  vertical-align: middle;
  margin-right: 0.3em;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  text-decoration: none;
  display: inline-block;
}
a.withdrawal-link {
  color: #FF334B !important;
  display: inline-block;
  white-space: nowrap;
  break-word: keep-all;
}
a.withdrawal-link::before {
  font-family: 'Material Symbols Outlined';
  content: 'person_cancel';
  font-size: 1.1em;
  vertical-align: middle;
  margin-right: 0.3em;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  text-decoration: none;
  display: inline-block;
}
div.info_, table.info_ {
  background-color: #ffffff;
  border: solid 1px #707070;
  padding: 0.5em 1em;
  margin: 1em auto;
  text-align: left;
  border-radius: 2px;
  width: auto;
  font-weight: normal;
  color: #161B1F;
}
h2 {
  font-size: 18px;
}
.side_lock_parts_.close_ {
  display: none !important;
}
#side_lock_guide {
  width: 40px;
  height: 70px;
  position: fixed;
  top: 110px;
  right: 10px;
}
#side_lock_contact {
  width: 40px;
  height: 70px;
  position: fixed;
  top: 180px;
  right: 10px;
}
#side_lock_close {
  width: 40px;
  height: 30px;
  position: fixed;
  top: 250px;
  right: 10px;
}
#side_lock_close.long {
  top: 320px;
}
#side_lock_open {
  width: 40px;
  position: fixed;
  top: auto;
  bottom: 90px;
  right: 10px;
  display: none;
}
#lean_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: #000;
  display: none;
}
#sidelock_pop {
  width: 1020px;
  height: 90%;
  display: none;
  overflow: hidden;
  position: fixed;
  z-index: 250;
}
#sidelock_pop_inner {
  width: 1020px;
  height: 680px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
#sidelock_pop_inner .image_ {
  text-align: center;
  margin-bottom: 20px;
}
#sidelock_pop_inner #modal_close_top {
  width: 24px;
  height: 24px;
  text-align: center;
  top: 10px;
  right: 10px;
  position: absolute;
  text-indent: -9999px;
  background: url(../img/usr/sidelock/ico_close.png) left top no-repeat;
}
#sidelock_pop_inner #modal_close_bottom {
  height: 50px;
  padding: 50px 0;
  text-align: center;
  text-indent: -9999px;
}
#sidelock_pop_inner #modal_close_bottom span {
  width: 200px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  text-indent: -9999px;
  background: url(../img/usr/sidelock/btn_close.png) center top no-repeat;
  display: block;
}
#sidelock_pop_inner .text_ {
  margin-bottom: 20px;
}
#sidelock_pop_inner .white_ {
  color: #ffffff;
}
#sidelock_pop_inner .center_ {
  text-align: center;
}
.sidebar {
  width: 216px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 12px 20px;
  transition: width 0.3s ease, opacity .3s ease;
  background-color: #fff;
  overflow-y: auto;
  z-index: 100;
  opacity: 0;
}
.sidebar.active {
  opacity: 1;
}
.sidebar.pageopen {
  transition: width 0s;
}
.sidebar.collapsed {
  width: 80px;
  z-index: 100;
  overflow: visible;
}
.sidebar h2 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
  transition: opacity 0.3s;
}
.sidebar h2 img {
  width: 150px;
}
.sidebar h2 span.sub {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background: #7093A9;
  width: fit-content;
  margin: 0 auto;
  border-radius: 10px;
  padding: 1px 10px 2px;
  margin-top: 9px;
}
.sidebar.collapsed.sidebar h2 img {
  width: 24px;
}
.sidebar .menu-item {
  display: block;
  padding: 12px 11px;
  text-decoration: none;
  margin: 5px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .3s ease;
  color: #676A6D;
  gap: 20px;
}
#user .sidebar .menu-item {
}
#admin .sidebar .menu-item {
  border: 1px solid #435865;
}
#admin .sidebar .menu-item i {
  font-weight: 300;
}
#user .sidebar a.menu-item.approval i {
  color: #676A6D;
  font-weight: 300;
}
#user .sidebar a.menu-item.active i {
  color: #27A6C5;
  font-weight: 300;
}
.arrow i.rotate {
  transform: rotate(180deg);
}
a.menu-item.approval {
  margin-top: 48px;
  position: relative;
}
a.menu-item.approval + a.menu-item.approval {
  margin-top: 0;
}
span.menu-ttl {
  flex-grow: 1;
  text-align: left;
}
span.approval_count {
  background: #FF334B;
  color: #fff;
  border: 1.2px solid #ffffff;
  border-radius: 50%;
  font-size: 11px;
  height: 21px;
  width: 21px;
  display: flex;
  align-content: center;
  justify-content: center;
  position: absolute;
  right: 40%;
  top: 5px;
}
.sidebar.collapsed span.approval_count {
  right: 15%;
}
#admin .sidebar .menu-item.active {
  border: 1px solid #ffffff !important;
  background: #2C3A43;
  color: #fff;
  border-radius: 2px;
}
#user .sidebar .menu-item.active {
  border: none;
  background: #E7E7E8;
  border-radius: 2px;
}
#admin .sidebar .menu-item:hover {
  background: #2C3A43;
  border-radius: 2px;
}
#admin .sidebar.collapsed .menu-item {
  justify-content: center;
  font-size: 80%;
  height: 48px;
  width: 48px;
  font-size: 0;
  gap: 0;
  padding: 0;
  margin: 0 auto 8px;
}
#user .sidebar .menu-item:hover {
  border: none;
  background: #E7E7E8;
  border-radius: 2px;
}
#user .sidebar.collapsed .menu-item {
  justify-content: center;
  font-size: 80%;
  height: 48px;
  width: 48px;
  font-size: 0;
  gap: 0;
  margin: 0 auto 8px;
  padding: 0 !important;
}
#admin .sidebar.collapsed .menu-item {
  justify-content: center;
  font-size: 80%;
  height: 48px;
  margin-bottom: 5px;
  font-size: 0;
  gap: 0;
}
.sidebar.collapsed .new-menu {
  padding: 0;
  justify-content: center;
  font-size: 80%;
}
.sidebar.collapsed .new-menu .new-menu-title {
  display: none;
}
.sidebar.collapsed .menu-item .arrow,
.sidebar.collapsed .new-menu .arrow {
  display: none;
}
#admin .sidebar {
  background-color: #435865;
  /*overflow: visible;*/
}
#admin .sidebar .menu-item {
  color: #fff;
}
#admin .sidebar .menu-item:hover {
}
.sidebar .menu-item.home,
.sidebar .menu-item.home2 {
}
.sidebar .menu-item.home:hover,
.sidebar .menu-item.home2:hover {
}
.submenu {
  display: none;
  background-color: #f4f6f9;
  padding: 0 0.3em;
  overflow: hidden;
  border-radius: 3px;
}
.collapsed .submenu {
  padding: 0;
}
.submenu a {
  color: #333;
  display: block;
  padding: 6px 11px;
  text-decoration: none;
  margin: 8px 0;
  font-size: 90%;
  transition: all .2s ease;
  text-align: left;
}
.submenu a:last-child {
  border-bottom: none;
}
.submenu a:hover,
.submenu a.active {
  color: #161B1F;
  background: #D0D1D2;
  font-weight: bold;
  border-radius: 2px;
}
.collapsed .submenu a:hover,
.collapsed .submenu a.active {
  background: #DDEDFA;
}
.submenu a i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}
.main-content {
  margin-left: 268px;
  padding: 16px;
  transition: margin-left 0.3s ease, opacity .2s ease;
  opacity: 0;
}
.main-content .main-content {
  margin-left: 0;
  padding: 0;
}
.main-content.active {
  opacity: 1;
}
.main-content.pageopen {
  transition: margin-left 0s;
}
.main-content.collapsed {
  margin-left: 120px;
}
.header {
  background-color: white;
  padding: 1px 32px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
}
.header h1 {
  margin: 0;
  font-size: 24px;
}
.header h1 img {
  width: auto;
  max-height: 40px;
}
.header .icons {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header .icon {
  position: relative;
  cursor: pointer;
}
.header .icon span {
  margin-left: 2px;
}
.header .icon .badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background-color: red;
  color: white;
  border-radius: 10px;
  padding: 3px;
  font-size: 12px;
  height: 5px;
  width: 5px;
  border: 2px solid #fff;
}
.header #topics.icon i {
  font-size: 26px;
}
.header .icon i:hover {
  background: #F3F3F3;
  border-radius: 2px;
}
.header .icon i {
  transition: all .4s ease;
  font-size: 26px;
}
.header .icon i:hover {
}
.header .icon#cutomer i {
  padding: 0;
}
.header .icon#cutomer i:hover {
  color: inherit;
}
.header .icon#cutomer i.fa-angle-down:hover {
  color: #999;
}
.header .icon#cutomer i {
  font-size: 50px;
  color: #ADAFB0;
}
.header .icon#cutomer span + i.material-symbols-outlined.dark {
  font-size: 24px;
  color: #ADAFB0;
}
.header .icon#cutomer span + i.material-symbols-outlined.dark::after {
  content: "keyboard_arrow_down";
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-size: inherit;
  color: #161B1F;
  position: absolute;
  left: 0;
}
.header .icon#cutomer span + i.material-symbols-outlined.dark:hover {
  background: #F3F3F3;
  border-radius: 2px;
}
.header .icon#cutomer span + i.material-symbols-outlined.dark {
  color: inherit;
  color: transparent;
  position: relative;
}
.header .icon#cutomer i:hover {
  background: none;
  color: #ADAFB0;
}
.header .icon#cutomer:hover i.fa-user {
  color: #4EC3E0;
}
.header .icon i a {
  text-decoration: none;
}
.header .icon i a:hover {
}
.header .icon#cutomer img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.card {
  border: 1px solid #D0D1D2;
  background-color: white;
  padding: 20px;
  margin: 20px 0;
  border-radius: 3px;
  clear: both;
}
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #383C40;
  text-align: center;
  padding: 0 clamp(10px, 4vw, 40px);
  font-size: 80%;
  z-index: 999;
  min-width: 1300px;
  position: relative;
  height: 51px;
  align-content: center;
}
.footer-left {
  display: flex;
  gap: 24px;
}
a.footer-link {
  text-decoration: none;
  color: #fff;
  border-right: .5px solid #afafaf;
  padding-right: 2em;
}
a.footer-link:last-child {
  border-right: none;
}
.footer-right {
  text-align: right;
  min-width: 250px;
  color: #fff;
  font-size: 10px;
}
.footer {
}
.hamburger {
  cursor: pointer;
  font-size: 20px;
  display: block;
  color: #898989;
  text-align: right;
  margin-top: 20px;
}
#admin .hamburger {
  color: #fff;
}
.hamburger i {
  padding: 5px;
  font-weight: 300;
}
.hamburger i:hover {
  background: #F3F3F3;
  border-radius: 50%;
  padding: 5px;
}
#admin .hamburger i:hover {
  background: #2C3A43;
  border-radius: 50%;
  padding: 5px;
}
.collapsed .hamburger i {
  transform: rotate(180deg);
}
.notification-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background-color: white;
  box-shadow: -2px 0 5px rgba(0,0,0,0.1);
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.3s;
  z-index: 1000;
  padding: 20px;
  overflow-y: auto;
  border-radius: 3px;
}
.notification-panel.open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}
.notification-panel .close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  color: #737678;
  border: 1px solid #737678;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  transition: all .2s ease;
}
.notification-card {
  background-color: #f4f6f9;
  padding: 18px 1em;
  margin: 10px 0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
}
.notification-card.read {
  font-weight: normal;
  cursor: pointer;
}
#notificationPanel .notification-card {
  background-color: #f4f6f9;
  padding: 10px;
  margin: 10px 0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.notification-card .title {
  font-weight: bold;
}
.notification-card.read .title {
  font-weight: normal;
}
#notificationPanel .fa-exclamation-circle:before {
  text-decoration: none !important;
  display: inline-block;
}
#notificationPanel a {
  font-weight: bold;
}
#notificationPanel a:visited {
  font-weight: normal;
}
#notificationPanel a:visited span.titl {
  font-weight: normal;
}
.notification-panel a {
  font-weight: bold;
}
.notification-panel a.read {
  font-weight: normal;
}
#notificationPanel a:hover {
  text-decoration: underline;
}
#notificationPanel a:hover i {
  text-decoration: none !important;
  display: inline-block;
}
#notificationPanel .notification-card i {
  color: #4EC3E0;
  display: inline-block;
}
#notificationPanel .notification-card .title {
  margin-left: 10px;
  font-size: 0.9em;
  text-align: left;
}
.notification-card .icon {
  background-color: #4fc3e1;
  color: white;
  padding: 0 10px;
  border-radius: 33px;
  margin-right: 25px;
  font-size: 90%;
  height: 25px;
  width: 70px;
  text-align: center;
}
.notification-card .date {
  font-size: 0.8em;
  color: gray;
  margin-left: 10px;
}
.notification-card .ttl {
  font-size: 0.9em;
}
.fa-info-circle:before {
  display: none;
}
.grid {
  display: grid;
  grid-gap: 20px;
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid-5 a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  transition: background-color 0.3s, box-shadow 0.3s;
  background: #ebebeb;
  cursor: pointer;
}
.grid-5 a:hover {
  opacity: 0.8;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
on-pattern {
  display: flex;
  align-items: center;
}
.icon-pattern i {
  font-size: 24px;
  margin-right: 10px;
}
.slideshow-container {
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  margin: 20px 0;
}
.slideshow-slide {
  display: inline-block;
  width: 25%;
}
.slideshow-slide img {
  width: 100%;
  display: block;
  border-radius: 3px;
}
.feature-card {
  background-color: white;
  padding: 24px 12px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
.feature-card img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  border-radius: 3px;
}
.feature-card .feature-card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.feature-card .feature-card-subtitle {
  font-size: 14px;
  text-align: left;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
.feature-card .icon {
  background-color: #3795E1;
  color: white;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 24px;
  font-size: 48px;
}
.feature-card .icon img {
  max-height: 50px;
  max-width: 50px;
  margin-bottom: 0;
}
.feature-card .icon.color02 {
  background-color: #104670;
}
.feature-card .icon.color03 {
  background-color: #FF5B6F;
}
.feature-card .icon.color04 {
  background-color: #4DAE96;
}
.feature-card .icon.color05 {
  background-color: #93366C;
}
.feature-card .icon.color06 {
  background-color: #FF6636;
}
a[data-id="22"] .icon.color06 {
  background-color: #FF845E;
}
.feature-card .icon.color07 {
  background-color: #C49B8D;
}
.feature-card .icon.color08 {
  background-color: #A56DC5;
}
.feature-card .icon.color09 {
  background-color: #82C11F;
}
.feature-card .icon.color10 {
  background-color: #4DAE96;
}
.feature-card .icon.color11 {
  background-color: #2E7486;
}
.feature-card .icon.color12 {
  background-color: #27A6C5;
}
.feature-card .icon.color13 {
  background-color: #F1BB00;
}
.feature-card .icon.color14 {
  background-color: #C34890;
}
.feature-card {
  background-color: white;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #D0D1D2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.feature-cards-wrapper {
  margin: 25px 0;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}
.sidebar.collapsed .submenu {
  position: absolute;
  left: 98px;
  background-color: #ffffff;
  width: 167px;
  z-index: 1000;
  display: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0;
  bottom: auto !important;
  border: 1px solid #8A8D8F;
}
.important-notice {
  background-color: #ff4757c9;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 290px);
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.important-notice .close-btn {
  cursor: pointer;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.new-menu {
  background-color: #4EC3E0;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  margin-top: 20px;
}
.new-menu .new-menu-item {
  display: flex;
  padding: 10px;
  text-decoration: none;
  color: #000000;
  margin: 5px 0;
  transition: background-color 0.3s;
  border-radius: 3px;
  align-content: center;
  justify-content: space-between;
  background: #c8eeef;
}
.new-menu .new-menu-item:hover {
  background-color: #fff;
  cursor: pointer;
}
.new-menu-title {
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}
.new-submenu {
  display: none;
  background-color: #fff;
  padding-left: 10px;
  overflow: hidden;
  transition: max-height 0.3s ease;
  border-radius: 3px;
  padding-right: 10px;
}
.new-submenu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  margin: 5px 0;
  color: #333;
  border-bottom: 0.5px solid #ddd;
}
.new-submenu a:hover {
  background-color: #c8eeef;
}
.sidebar.collapsed .new-submenu {
  position: absolute;
  left: 80px;
  background-color: #444;
  width: 190px;
  z-index: 1000;
  display: none;
  box-shadow: 2px 0 5px rgba(0,0,0,0.1);
  border-radius: 3px;
}
span.arrow {
  font-size: 60%;
}
.grid {
  display: grid;
  gap: 20px;
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.feature-card {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.feature-card:hover {
  transform: translateY(-5px);
}
.feature-card .icon {
  font-size: 2em;
  margin-bottom: 24px;
  color: #fff;
}
.feature-card-title {
  font-size: 1.2em;
  margin: 14px 0 12px;
}
.feature-card-subtitle {
  font-size: 1em;
  color: #666;
}
.feature-card .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #737678;
  border: 1px solid #737678;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.resetButton {
  text-align: right;
  overflow: hidden;
}
button#resetButton {
  background: none;
  font-size: 80%;
  cursor: pointer;
  border: 1px solid #D0D1D2;
  color: #D0D1D2;
  padding: 2px 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  float: right;
  border-radius: 2px;
  transition: background 0.2s, color 0.2s, border-color 0.2s, cursor 0.2s;
}
button#resetButton:hover {
  text-decoration: none;
}
button#resetButton:not(:disabled) {
  color: #161B1F !important;
  border: 1px solid #707070;
  cursor: pointer;
  background-color: #ffffff;
}
button#resetButton:not(:disabled):hover {
  background: #F3F3F3;
  color: #161B1F !important;
}
button#resetButton:disabled {
  opacity: 0.9;
  cursor: not-allowed;
  background: none;
  color: #D0D1D2;
  border: 1px solid #D0D1D2;
}
span.ttl {
  width: 85%;
}
.notification-list {
  list-style-type: none;
  padding: 0;
}
.notification-list li {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.notification-list li .date {
  font-size: 0.9em;
  color: #666;
}
.notification-list li .message {
  margin-top: 5px;
}
.notification-list li .message a {
  color: #1C75BC;
  text-decoration: none;
}
.notification-list li .message a:hover {
  text-decoration: underline;
}
.notification-list li .message_box {
  background: #F3F3F3;
  padding: 1em;
  border: 1px solid #D0D1D2;
  width: 100%;
}
div#topage .card.board h2 a:hover {
  text-decoration: none;
}
div#topage .card.board h2 button#editButton {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  height: 36px;
  margin-top: -4px;
  border: 1px solid #676A6D;
  border-radius: 2px;
  font-size: 16px;
  gap: 5px;
  padding: 0 10px;
}
div#topage .card.board h2 button#editButton:hover {
  cursor: pointer;
  background-color: #F3F3F3;
}
div#topage .card.board .notification-list {
  margin-top: 20px;
}
div#topage .card.board h2 {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  height: 23px;
}
.card.board .notification-list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10px;
  padding: 0 0 15px;
}
.card.topic .notification-list li {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 2em;
  padding: 0;
}
.card.topic .notification-list li a {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  text-decoration: none;
  padding: 0 0 15px 0;
}
.card.topic .notification-list li a span + div {
  display: none;
}
.card.topic .notification-list li a span {
  color: #333333;
  font-size: 14px;
}
.card.topic .notification-list li a:hover span {
  text-decoration: none !important;
}
.card.topic .notification-list li a:hover p {
  text-decoration: underline;
}
.card.topic .notification-list li a p {
  color: #1C75BC;
  margin: 0;
}
.card.faq .notification-list {
  height: 350px;
  overflow: auto;
}
.card.faq .notification-list li a {
  background: #FFF;
  padding: 9px 0 9px 1em;
  border: 1px solid #D0D1D2;
  border-radius: 4px;
  width: 98%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card.faq .notification-list li .message {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-right: 2em;
}
.card.faq .notification-list li {
  border-bottom: none;
  padding: 0;
  position: relative;
}
.card.faq .notification-list li i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.card.board .notification-list li:first-child,
.card.faq .notification-list li:first-child,
.card.topic .notification-list li:first-child {
  margin-top: 10px;
}
.card.topic .notification-list li span.new {
  color: #FF334B;
  margin-left: 1em;
}
.learning-card {
  background-color: #ebebeb;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.learning-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.simple-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
}
.profile-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
}
.profile-primary-text {
  font-weight: bold;
}
.profile-secondary-text {
  color: #666;
}
.learning-links .icon {
  font-size: 24px;
  margin-right: 10px;
  width: 30px;
  text-align: center;
  background-color: #fff;
  padding: 12px 10px 8px;
  border-radius: 30px;
  height: 30px;
  vertical-align: middle;
  color: #6c757d;
}
.goods_ {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.grid-3 .goods_ {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.grid-3 .card h2 {
  margin: 0;
}
a.goods_name_ {
  text-decoration: none;
  color: #333;
  font-weight: normal;
  font-size: 85%;
}
.StyleP_Item_ {
  background-color: #fff !important;
  border-radius: 4px !important;
  border: 1px solid #ddd !important;
  padding: 10px !important;
  text-align: center !important;
  width: auto !important;
  margin: 0 !important;
  position: inherit !important;
}
.img_ img {
  max-width: 100%;
  border-radius: 8px;
}
.icon_ img {
  height: 24px;
  margin: 2px;
}
.name1_ {
  margin: 10px 0;
  font-weight: bold;
}

.g_price_ {
  color: #e74c3c !important;
  font-size: 1.2em !important;
  font-weight: normal !important;
}
a.box {
  color: #333;
  text-decoration: none;
}
.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
dd.block-notice_content {
  margin-left: 0;
  font-size: 12px;
  color: #161B1F;
}
p.box_eyecatch {
  text-align: center;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0;
}
p.box_eyecatch + .box_text {
  margin: 0 16px 16px;
}
dt.block-notice_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
}
span.block-notice_date {
  font-size: 12px;
  color: #161B1F;
}
span.block-notice_icon {
  font-size: 10px;
  color: #161B1F;
  border: 1px solid #ADAFB0;
  border-radius: 2px;
  padding: 0 10px;
}
dt.block-notice_title {
  font-size: 16px;
  color: #161B1F;
  margin-bottom: 8px;
  font-weight: bold;
}
a.bnr-blank-w {
  background: #000;
  text-align: center;
}

.is-animated {
  animation: smoothFade 0.5s ease-in-out forwards;
}

@keyframes smoothFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.anim-box.kiran:hover::before {
  animation: kiran 0.5s linear;
}
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.accordion-button {
  background: no-repeat;
  color: #6c757d;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: background-color 0.3s;
  position: absolute;
  right: 20px;
  top: 20px;
}

.icon.edit {
  background-image: linear-gradient(90deg, rgba(248, 15, 15, 1), rgb(173 0 0));
  color: #fff;
}
.icon.envelope {
  background-image: linear-gradient(90deg, rgb(87 177 71), rgb(20 135 0));
  color: #fff;
}
.icon.car {
  background-image: linear-gradient(90deg, rgb(49 181 215), rgb(0 125 157));
  color: #fff;
}
.icon.sitemap {
  background-image: linear-gradient(90deg, rgb(36 142 196), rgb(0 91 137));
  color: #fff;
}
.icon.newspaper {
  background-image: linear-gradient(90deg, rgb(226 142 19), rgb(159 94 0));
  color: #fff;
}

.feature-cards-wrapper.is-animated.admin {
  border: 5.5px solid #d31277;
}

.icon#cutomer {
  display: flex;
  position: relative;
  cursor: pointer;
  padding: 10px 0;
  align-content: center;
  align-items: center;
}
.icon#cutomer span {
  margin-right: 10px;
}
.icon#cutomer i {
  font-size: 16px;
}
#language .dropdown-menu,
#cutomer .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 10px 0;
  margin: 0;
  width: 145px;
  z-index: 1000;
  text-align: left;
  font-size: 80%;
}
#language .dropdown-menu {
  width: 85px;
  right: -32px;
}
i.fas.fa-angle-down {
  color: #999;
  margin-left: 7px;
}
#language .dropdown-menu li,
#cutomer .dropdown-menu li {
}
#language .dropdown-menu li:hover,
#cutomer .dropdown-menu li:hover {
  background-color: #DDEDFA;
  color: #165D96 !important;
}
#language .dropdown-menu li a,
#cutomer .dropdown-menu li a {
  text-decoration: none;
  color: #333;
  padding: 10px 20px;
  display: block;
}
#language .dropdown-menu li a:hover,
#cutomer .dropdown-menu li a:hover {
  text-decoration: none;
  color: #165D96 !important;
}
#help,
#topics,
#language {
  position: relative;
  display: inline-block;
}
.balloon {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 120%;
  background: #333;
  color: #fff;
  padding: 2px 10px;
  border-radius: 2px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.balloon::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
}
#language:hover .balloon,
#help:hover .balloon,
#topics:hover .balloon {
  display: block;
  opacity: 1;
}
a.menu-item.home {
  background: #4EC3E0;
  border-bottom: none;
  margin-bottom: 19px;
  text-align: left;
  padding: 10px 20px;
  display: flex;
  border-radius: 2px;
  flex-wrap: nowrap;
  justify-content: center;
  color: #fff;
  gap: 20px;
}
a.menu-item.home2 {
  background: #526e83;
  border-bottom: none;
  text-align: left;
  padding: 10px 20px;
  display: flex;
  border-radius: 2px;
  flex-wrap: nowrap;
  justify-content: space-around;
  color: #fff;
}
#admin a.menu-item.home,
#user a.menu-item.home {
  border-bottom: none;
  margin-bottom: 3px;
  text-align: left;
  padding: 12px 11px;
  display: flex;
  border-radius: 2px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 20px;
}
#user .sidebar.collapsed a.menu-item.home {
  justify-content: center;
  gap: 0;
}
#admin a.menu-item.home {
  background: #435865;
  border: 1px solid #435865;
  color: #ffffff;
}
#admin a.menu-item.home.active {
  background: #2C3A43;
  border: 1px solid #435865 !important;
  color: #ffffff;
}
#user a.menu-item.home {
  background: #ffffff;
  color: #161B1F;
}
#user a.menu-item.home i.material-symbols-outlined.dark {
}
#user a.menu-item.home.active i.material-symbols-outlined.dark {
  color: #27A6C5;
}
#user a.menu-item.home:hover {
}
#user a.menu-item.home + a.menu-item.approval {
  margin-top: 5px;
}
#admin a.menu-item.home2,
#user a.menu-item.home2 {
  border-bottom: none;
  text-align: left;
  padding: 12px 11px;
  display: flex;
  border-radius: 2px;
  justify-content: flex-start;
  color: #fff;
  margin-top: 48px;
}
#user a.menu-item.home2 {
  width: auto;
}
#admin a.menu-item.home2 {
  background: #597487;
  transition: none;
}
#admin a.menu-item.home2:hover {
  background: #2C3A43;
  border: none;
}
#admin a.menu-item.home2.active {
  background: #2C3A43 !important;
  border: none !important;
}
#user a.menu-item.home2 {
  background: #4EC3E0;
  border: 1px solid #4EC3E0;
  transition: none;
}
#user a.menu-item.home2:hover {
  background: #6FCEE5;
  border: 1px solid #4EC3E0;
}
#user a.menu-item.home2 i {
  color: #fff;
}
.icon.edit {
  background: #FC8985;
  color: #fff;
}
.icon.envelope {
  background: #C6BDDC;
  color: #fff;
}
.icon.car {
  background: #F6A547;
  color: #fff;
}
.icon.sitemap {
  background: #516D82;
  color: #fff;
}
.icon.newspaper {
  background: #0891B2;
  color: #fff;
}
.feature-cards-wrapper.is-animated.admin {
  border: 5.5px solid #d31277;
}
.icon#cutomer span {
  margin-right: 10px;
}
.icon#cutomer i {
  font-size: 16px;
}
#cutomer .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 10px 0;
  margin: 0;
  width: 200px;
  z-index: 1000;
  text-align: left;
  font-size: 80%;
}
i.fas.fa-angle-down {
  color: #999;
  margin-left: 7px;
}
.content_area100 {
  margin: 0 auto;
  padding: 0 0 10px;
}
.tab-container {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}
.tab {
  font-weight: 500;
  text-align: center;
  width: calc(60% / 3);
  padding: 10px;
  background-color: #878787;
  cursor: pointer;
  margin-right: 15px;
  color: #fff;
}
.tab:hover {
  background-color: #ebebeb;
  color: #000;
}
.tab.active {
  background-color: #ebebeb;
  color: #000;
}
.content100 {
  display: none;
  background: #ebebeb;
}
.content100.show {
  display: block;
}
dl.c-search-panel__input {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.c-search-panel__selector.c-search-panel__selector--select {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
dl.c-search-panel__input {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: calc(100% / 3);
}
dt.c-search-panel__input-title {
  width: 135px;
  text-align: right;
}
dl.c-search-panel__input {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: calc(100% / 3);
  margin: 5px 0;
}
dd.c-search-panel__select {
  width: 65%;
  text-align: left;
}
.c-select {
  width: 100%;
}
.c-select input[type="text"] {
  width: 100%;
  border-radius: 0;
}
.title-page {
  padding: 5px;
}
.header + .title-page {
  margin-top: 20px;
}
.heading-lv1 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.65;
  color: #333333;
  text-align: left;
  margin: 0;
}
ol li {
  margin-left: 0;
  list-style: none;
}
.status_button_ {
  border: 1px solid #ADAFB0;
  height: 14px;
  width: 14px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.list-breadcrumbs {
  line-height: 1.6;
  overflow: hidden;
  box-sizing: border-box;
  max-width: inherit;
  margin: 0 auto;
  padding: 10px 40px;
  text-overflow: ellipsis;
}
input[type="text"],
input[type="password"] {
  padding: 1em;
  border: 1px solid #e2e6e8;
  border-radius: 7px;
}
.wrap_formlist_.bizuserlist_ {
  background: #F3F3F3;
  margin: 0 auto 40px;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #D0D1D2;
}
.wrap_formlist_.bizuserlist_ a {
  color: #27A6C5;
  text-decoration: none;
}
.wrap_formlist_.bizuserlist_ .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
}
.table-scroll.hide-hint + .btn-wrap {
  margin-top: 24px;
}
.wrap_formlist_.bizuserlist_ .btn-wrap .change-btn {
  margin-right: auto;
}
.wrap_formlist_.bizuserlist_ .btn-wrap .submit_ {
  margin: 0;
}
.wrap_formlist_.bizuserlist_ .btn-wrap + * {
  margin-top: 40px;
}
.wrap_formlist_.bizuserlist_ .btn-wrap + form {
  margin-top: 20px;
}
.wrap_formlist_.bizuserlist_ .btn-wrap + .table-scroll {
  margin-top: 0;
}
.bizuserlist .wrap_formlist_.bizuserlist_ .btn-wrap + .table-scroll {
  margin-top: 40px;
}
.wrap_formlist_.bizuserlist_ .btn-wrap .submit_ input[type="image"] {
  height: 35px;
}
.wrap_formlist_.bizuserlist_ .btn-wrap .clear button {
  appearance: none;
  border: 0;
  outline: 0;
  background: #8A8D8F;
  color: white;
  height: 35px;
  padding: 5px 20px;
  cursor: pointer;
}
.wrap_formlist_.bizuserlist_ .btn-wrap .search button {
  appearance: none;
  border: 0;
  outline: 0;
  background: #fff;
  color: #1C75BC;
  height: 35px;
  padding: 5px 20px;
  cursor: pointer;
  border: 1px solid #1C75BC;
}
.wrap_formlist_.bizuserlist_ .formlist_ {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wrap_formlist_.bizuserlist_ .bizsearch_item {
  display: flex;
  gap: 15px;
  width: calc((100% - 40px) / 3);
}
.wrap_formlist_.bizuserlist_ .bizsearch_item * {
  margin: 0;
}
.wrap_formlist_.bizuserlist_ .formlist_ {
  border: 0;
}
.wrap_formlist_.bizuserlist_.unique_image_ h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
.wrap_formlist_.bizuserlist_.unique_image_ .item-name {
  width: auto !important;
  font-size: 14px;
}
.wrap_formlist_.bizuserlist_.unique_image_ .input-content {
  width: auto !important;
}
.wrap_formlist_.bizuserlist_ .formlist_ .item-name {
  font-weight: bold;
  width: 40%;
  text-align: right;
}
.wrap_formlist_.bizuserlist_ .formlist_ .input-content {
  width: 60%;
}
.wrap_formlist_.bizuserlist_ span.searchfix {
  display: block;
  margin-top: 2px;
  font-size: 0.8em;
  color: #737678;
}
table.formlist_.bizsearch_ th {
  text-align: right;
  padding-right: 0.5em !important;
  padding: 0.1em 0.7em;
}
table.formlist_.bizuserlist_,
table.formlist_.bizsearch_ {
  width: 100%;
  margin-bottom: 10px;
}
.formlist_ th {
  padding: 1em 0.7em;
  white-space: normal;
  background-color: #D0D1D2;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  word-break: keep-all;
}
.formlist_ td {
  text-align: left;
  background-color: inherit;
  vertical-align: middle;
}
.formlist_ td.imgPreview_ {
  text-align: center;
}
.formlist_ td.imgPreview_ img {
  margin: 0 auto;
}
.easy-select-box .esb-displayer {
  height: 35px;
}
.easy-select-box {
  position: relative;
  box-sizing: border-box;
  width: 100% !important;
  cursor: pointer;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
  text-align: left;
  border: 1px solid #e2e6e8;
  background-color: #fff;
  border-radius: 5px;
}
.easy-select-box .esb-item {
  box-sizing: border-box;
  padding: 10px 10px;
  cursor: default;
  cursor: pointer;
  border-bottom: 1px dotted #c6c8cb;
  background-color: #f4f5f9;
}
table.formlist_.bizuserlist_ {
  border: none;
  font-size: 0.9em;
}
table.formlist_.bizuserlist_ th {
  border-right: 1px #ececec solid;
}
table.formlist_.bizuserlist_ td {
  padding: 1em 0.7em;
  word-break: break-all;
  text-align: left;
  border-bottom: 1px solid #d6d3d0;
}
table.formlist_.bizuserlist_ td.status_check_ {
  text-align: center;
}
table.formlist_.bizuserlist_ th input[type="checkbox"],
table.formlist_.bizuserlist_ td.status_check_ input[type="checkbox"] {
  box-shadow: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
table.formlist_.bizuserlist_ th input[type="checkbox"] {
  display: block;
  margin: 0 auto 10px auto;
  border: 2px solid #898989;
}
table.formlist_.bizuserlist_ th input[type="checkbox"]:hover,
table.formlist_.bizuserlist_ td.status_check_ input[type="checkbox"]:hover {
  border: 2px solid #898989;
  cursor: pointer;
}
table.formlist_.bizuserlist_ th input[type="checkbox"]:checked,
table.formlist_.bizuserlist_ td.status_check_ input[type="checkbox"]:checked {
  border: 2px solid #4EC3E0;
  box-shadow: 0 0 5px #4EC3E0;
}
table.formlist_.bizuserlist_ th input[type="checkbox"]:checked:before,
table.formlist_.bizuserlist_ td.status_check_ input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0px;
  left: 5px;
  transform: rotate(50deg);
  width: 4px;
  height: 11px;
  border-right: 3px solid #4EC3E0;
  border-bottom: 3px solid #4EC3E0;
  content: '';
}
table.formlist_ a {
  color: #1C75BC;
}
table.formlist_.bizuserlist_ tr {
  border-bottom: #f7f7f7;
}
table.formlist_.bizuserlist_ tr:hover {
  background-color: #efefef;
}
.navipage_ {
  text-align: right;
  padding: 5px 0;
  margin: 24px 0 24px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
}
.table-scroll + .navipage_ {
  margin: 32px 0 24px!important;
}
.edit_list_e .navipage_,
.pattern_list .navipage_ {
  margin: 5px 0 20px;
}
.import .navipage_ {
  margin: 5px 0 20px;
}
.navipage_ .navipage_sum_ {
  margin-right: 20px;
}
.navipage_ a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  width: 32px;
  height: 32px;
  padding: 15px;
  background-color: #FFF;
  border: 1px solid #d6d3d0;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  box-sizing: border-box;
}
.navipage_ .navipage_reverse_,
.navipage_ .navipage_reverse_ > *,
.navipage_ .navipage_forward_,
.navipage_ .navipage_forward_ > * {
  display: inline-block;
  vertical-align: middle;
}
.navipage_ .navipage_reverse_ a,
.navipage_ .navipage_forward_ a {
  width: 32px;
  height: 32px;
  font-size: 0;
  padding: 0;
  background: white none;
  display: inline-block;
  position: relative;
}
.navipage_ .navipage_reverse_ a::before,
.navipage_ .navipage_reverse_ a::after,
.navipage_ .navipage_forward_ a::before,
.navipage_ .navipage_forward_ a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.navipage_ .navipage_reverse_ .navipage_first_ a::after,
.navipage_ .navipage_reverse_ .navipage_prev_ a::after {
  width: 10px;
  height: 10px;
  border-top: solid 2px black;
  border-right: solid 2px black;
  transform: rotate(-135deg);
}
.navipage_ .navipage_reverse_ .navipage_first_ a::before {
  width: 2px;
  height: 16px;
  background-color: black;
  right: -12px;
}
.navipage_ .navipage_reverse_ .navipage_first_ a::after {
  left: -2px;
}
.navipage_ .navipage_forward_ .navipage_next_ a::before,
.navipage_ .navipage_forward_ .navipage_last_ a::after {
  width: 10px;
  height: 10px;
  border-top: solid 2px black;
  border-right: solid 2px black;
  transform: rotate(45deg);
}
.navipage_ .navipage_forward_ .navipage_last_ a::before {
  width: 2px;
  height: 16px;
  background-color: black;
  right: -12px;
}
.navipage_ .navipage_forward_ .navipage_last_ a::after {
  left: -12px;
}
.navipage_now_ {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px;
  font-weight: bold;
  text-decoration: none;
  background: #1C75BC;
  border: 1px solid #1C75BC;
  border-radius: 5px;
  box-sizing: border-box;
}
.navipage_pagination_info::after {
  content: "/";
  margin: 0 5px;
}
.submit_ {
  margin: 56px auto 56px;
  text-align: center;
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
.wrap_formlist_.bizuserlist_.t01 .submit_ {
  margin: 0;
}
p.nav-open {
  border: 1px solid #707070;
  width: fit-content;
  padding: 5px 15px;
  background: #F3F3F3;
  border-radius: 3px;
  display: flex;
  align-items: center;
  margin: 24px 0 12px;
}
.selectmember table.formlist_.history_,
.selectmember_ffgs table.formlist_.history_ {
  margin-top: 20px;
}
.nav-open + .wrap_formlist_.bizuserlist_ {
  margin-top: 15px;
}
.bizuserlist_nav_filter {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  position: absolute;
  top: 18px;
  right: 24px;
  align-items: center;
}
p.nav_btn.customer_add {
  margin-left: 16px;
}
.bizuserlist_nav_filter + p.nav-open {
}
.bizuserlist_nav_filter_data {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  position: absolute;
  top: 72px;
  right: 24px;
  align-items: center;
}
.grouplist .bizuserlist_nav_button,
.grouplist .bizuserlist_nav_filter {
  margin-bottom: 20px;
}
.grouplist table.formlist_.bizsearch_ span {
  display: block;
  margin-top: 2px;
  font-size: 0.8em;
  color: #737678;
  text-align: left;
  margin-left: 1em;
}
.data_import a {
  border: 1px solid #707070;
  width: fit-content;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 2px;
}
.data_import a {
  border: 1px solid #707070;
  width: fit-content;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 2px;
}
.data_import a.upload_btn::before {
  font-family: 'Material Symbols Outlined';
  content: 'upload';
  font-size: 24px;
  font-weight: 400;
  vertical-align: middle;
  margin-right: 0.3em;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  text-decoration: none;
  display: inline-block;
}
.data_import a.download_btn::before {
  font-family: 'Material Symbols Outlined';
  content: 'download';
  font-size: 24px;
  font-weight: 400;
  vertical-align: middle;
  margin-right: 0.3em;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  text-decoration: none;
  display: inline-block;
}
.customer_add a {
  border: 1px solid #1C75BC;
  color: #1C75BC;
  width: fit-content;
  padding: 5px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 2px;
}
.customer_add.bg_ a {
  border: 1px solid #1C75BC;
  background-color: #1C75BC;
  color: #fff;
  width: fit-content;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 2px;
}
.bizuserlist_nav_button {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
.navipage_ + .bizuserlist_nav_button {
  margin-top: -55px;
  margin-bottom: 10px;
  min-height: 35px;
}
.bizuserlist_nav_button + .navipage_ {
  margin-top: -35px;
  margin-bottom: 20px;
}
.bizuserlist_nav_button + .table-scroll {
  margin-top: 20px;
}
.data_download a {
  border: 1px solid #707070;
  width: fit-content;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 2px;
}
.customer_cancel a {
  border: 1px solid #FFADB7;
  background-color: #FFADB7;
  color: #fff;
  width: fit-content;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}
.wrap_formlist_.bizuserlist_.t01 {
  display: none;
  padding: 20px 20px 30px 20px;
}
.area-article p > img {
  box-sizing: border-box;
  border: none;
}
p.nav-open:hover {
  cursor: pointer;
}
.navipage_ a:hover {
  text-decoration: none;
  color: #434a53;
  background-color: #FFF;
  border: 1px solid #434a53;
}
.feature-cards-wrapper {
  background-size: cover;
  background-position: center;
  margin: 20px 0;
  position: relative;
}
.feature-cards-wrapper .toumei {
  padding: 20px 0;
  border-radius: 3px;
}
.feature-cards-wrapper h2 {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.65;
  color: #333333;
  text-align: left;
  margin: 0 0 -20px;
}
.grid {
  display: grid;
  gap: 20px;
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.feature-card {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.feature-card:hover {
  transform: translateY(-5px);
}
.feature-card .icon {
  font-size: 2em;
  margin-bottom: 10px;
  color: #fff;
}
.feature-card-title {
  font-size: 1.2em;
  margin: 10px 0;
}
.feature-card-subtitle {
  font-size: 1em;
  color: #666;
}
.feature-card .close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  color: #737678;
  border: 1px solid #737678;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  transition: all .2s ease;
}
.resetButton {
  text-align: right;
}
span.ttl {
  width: 85%;
}
#featureCards,
#featureCards02 {
  height: auto;
  transition: height 0.3s ease-out;
  overflow: hidden;
  display: grid;
  padding: 16px 0;
}
#featureCards.open,
#featureCards02.open {
  height: auto;
}
#featureCards.open a,
#featureCards02.open a {
  text-decoration: none;
}
@media (max-width: 1700px) {
  #featureCards,
  #featureCards02 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1400px) {
  #featureCards,
  #featureCards02 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.notification-list {
  list-style-type: none;
  padding: 0;
}
.notification-list li {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px #dfe0e5 solid;
}
.notification-list li .date {
  font-size: 0.9em;
  color: #666;
}
.notification-list li .message {
  margin-top: 5px;
}
.learning-card {
  background-color: none;
  padding: 0;
  margin-bottom: 20px;
}
.learning-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.learning-links a {
  transition: all .2s ease;
  padding: 20px;
  background-color: #E6F5FA;
  border-radius: 8px;
}
.learning-links a:hover {
  background-color: #95D7EA;
}
.simple-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
}
.profile-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
}
.profile-primary-text {
  font-weight: bold;
}
.profile-secondary-text {
  color: #666;
}
.learning-links .icon {
  font-size: 24px;
  margin-right: 10px;
  width: 30px;
  text-align: center;
  background-color: #fff;
  padding: 12px 10px 8px;
  border-radius: 30px;
  height: 30px;
  vertical-align: middle;
  color: #4EC3E0;
}
.goods_ {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.grid-3 .goods_ {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
a.goods_name_ {
  text-decoration: none;
  color: #333;
  font-weight: normal;
  font-size: 85%;
}
.StyleP_Item_ {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
.img_ img {
  max-width: 100%;
  border-radius: 8px;
}
.icon_ img {
  height: 24px;
  margin: 2px;
}
.name1_ {
  margin: 10px 0;
  font-weight: bold;
}
.g_price_ {
  color: #4fc3e1;
  font-size: 1.2em;
}
a.box {
  color: #333;
  text-decoration: none;
}
.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
dd.block-notice_content {
  margin-left: 0;
}
p.box_eyecatch {
  text-align: center;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-content: center;
}
a.bnr-blank-w {
  background: #000;
  text-align: center;
}
.kiran {
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.kiran::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.anim-box.kiran:hover::before {
  animation: kiran 0.5s linear;
}
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
#featureCards,
#featureCards02 {
  height: auto;
  transition: height 0.3s ease-out;
  overflow: hidden;
  display: grid;
}
#featureCards.open,
#featureCards02.open {
  height: auto;
}
.accordion-button {
  background: no-repeat;
  color: #6c757d;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: background-color 0.3s;
  position: absolute;
  right: 20px;
  top: 20px;
}
.icon.edit {
  background-image: linear-gradient(90deg, rgba(248, 15, 15, 1), rgb(173 0 0));
  color: #fff;
}
.icon.envelope {
  background-image: linear-gradient(90deg, rgb(87 177 71), rgb(20 135 0));
  color: #fff;
}
.icon.car {
  background-image: linear-gradient(90deg, rgb(49 181 215), rgb(0 125 157));
  color: #fff;
}
.icon.sitemap {
  background-image: linear-gradient(90deg, rgb(36 142 196), rgb(0 91 137));
  color: #fff;
}
.icon.newspaper {
  background-image: linear-gradient(90deg, rgb(226 142 19), rgb(159 94 0));
  color: #fff;
}
.feature-cards-wrapper.is-animated.admin {
  border: 5.5px solid #d31277;
}
#cutomer .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 10px 0;
  margin: 0;
  width: 145px;
  z-index: 1000;
  text-align: left;
  font-size: 80%;
}
i.fas.fa-angle-down {
  color: #999;
  margin-left: 7px;
}

.content_area100 {
  margin: 0 auto;
  padding: 0 0 10px;
}

.tab-container {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
}
.tab {
  font-weight: 500;
  text-align: center;
  width: calc(60% / 3);
  padding: 10px;
  background-color: #ebebeb;
  color: #000;
  cursor: pointer;
  margin-right: 15px;
  transition: all .2s ease;
}
.tab:hover {
  background-color: #878787;
  color: #fff;
}
.tab.active {
  background-color: #4EC3E0;
  color: #fff;
}
.content100 {
  display: none;
  background: none;
}
.content100.show {
  display: block;
}
dl.c-search-panel__input {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: calc(100% / 3);
  margin: 5px 0;
}
.c-search-panel__selector.c-search-panel__selector--select {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  max-width: 1200px;
  margin: 0 auto;
}
dt.c-search-panel__input-title {
  width: 135px;
  text-align: right;
}
dd.c-search-panel__select {
  width: 65%;
  text-align: left;
}
.c-select {
  width: 100%;
}
.c-select input[type="text"] {
  width: 100%;
  border-radius: 0;
}
.table-wrapper {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #ccc;
}
table {
  border-collapse: collapse;
  width: 100%;
}
thead th {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
  border-bottom: 1px solid #ccc;
}
tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.login_area_ tbody tr:nth-child(even) {
  background-color: inherit !important;
}
.table-scroll {
  overflow-x: auto;
  max-width: 100%;
  position: relative;
}
.scrollbar-top {
  overflow-x: auto;
  overflow-y: hidden;
  height: 16px;
  margin-bottom: 2px;
}
.scrollbar-top::-webkit-scrollbar {
  height: 8px;
}
.table-scroll.hide-hint::before {
  opacity: 0;
  pointer-events: none;
}
/*.table-scroll table.formlist_.bizuserlist_ {
  width: clamp(950px, 100vw, 1500px);
}*/
.table-scroll table.formlist_.bizuserlist_ img.slide_ {
  cursor: pointer;
}
table.formlist_.bizuserlist_ td a i,
table.formlist_.unique_imagelist_ td a i {
  font-size: 13px;
  margin-right: 5px;
}
table.formlist_.bizuserlist_ th,
table.formlist_.bizuserlist_ td {
  white-space: normal;
}

/*---------顧客ボックス--------*/
#customer {
  font-family: Arial, sans-serif;
  margin: 25px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-color: #d6d3d0;
}
#customer > * {
  max-width: 1200px;
  margin: 0 auto;
}
#customer > form {
  margin-top: 20px;
}
#customer h1 {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1.5em;
  display: none;
}
#customer .message_ {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}
#customer table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 20px;
  font-size: 0.9em;
}
#customer th {
  text-align: right;
  background-color: #f0f0f0;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
  color: #333;
  width: 250px;
}
#customer td {
  padding: 1em 1em;
  border: 1px solid #ddd;
  vertical-align: middle;
}
input[type="text"],
input[type="password"],
select {
  padding: 8px;
  margin: 5px 0;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  max-width: 700px;
}
input[type="radio"] {
  margin-right: 5px;
  box-shadow: none;
}
.small_ {
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 5px;
}
#customer .submit_ {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 50px;
}
#customer .submit_ a img,
#customer .submit_ input[type="image"] {
  margin: 0 10px;
  transition: opacity 0.2s ease;
}
#customer .submit_ input[type="image"]:hover {
  opacity: 0.8;
}
#customer img {
  vertical-align: middle;
}
#customer th img.must_ {
  margin-right: 5px;
}
#customer th img.hiddenEnter_ {
  display: none;
}
#customer .formdetail_ {
  margin-bottom: 20px;
}
#customer .formdetail_ tr:nth-child(even) {
  background-color: inherit;
}
#customer .navipage_ a {
  display: inline-block;
  background-color: #007bff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 12px;
}
#customer .navipage_ a:hover {
  background-color: #0056b3;
}
#customer .hiddenEnter_ {
  width: 0;
  height: 0;
  display: inline;
  float: left;
}
div.customer_ table.customer_ i.fas.fa-asterisk,
table.formdetail_.customerconfirm_ i.fas.fa-asterisk {
  float: right;
}
.fa-asterisk:before {
  content: "＊必須";
  color: #E13239;
  font-size: 10px;
  margin-left: 5px;
}
.button {
  display: inline-block;
  padding: 10px 80px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #4EC3E0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease, opacity 0.2s ease;
}
.button:hover {
  opacity: 0.7;
}
.button-back {
  background-color: #898989;
}
.button_search {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #4EC3E0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease, opacity 0.2s ease;
}
.button_search:hover {
  opacity: 0.7;
}
#customer input#group_id_b[type="text"] {
  width: 40%;
}
#customer input#group_id_b_name[type="text"] {
  width: 40%;
  background: #F0F2F6;
}
#bizuserlist .area-outside-border .bizuserlist_.t01+.navipage_ {
  position: absolute;
  top: 40px;
  right: 0;
  margin: 0;
}
#bizuserlist .area-outside-border .bizuserlist_.t01 .content_area100+div {
  display: flex;
  justify-content: space-between;
  margin: 10px 0px 20px 10px;
  align-items: flex-end;
}
#bizuserlist .area-outside-border .bizuserlist_.t01 .content_area100+div p {
  line-height: 26px;
  text-align: left;
  margin: 0;
}
#bizuserlist .area-outside-border .bizuserlist_.t01 .content_area100+div p+p a {
  display: block;
  border: 1px #4EC3E0 solid;
  border-radius: 4px;
  padding: 0.5em 1em;
  transition: all .2s ease;
}
#bizuserlist .area-outside-border .bizuserlist_.t01 .content_area100+div p+p a:hover {
  background-color: #4EC3E0;
  color: #ffffff;
}
#bizuserlist .area-outside-border .bizuserlist_.t001>div {
  text-align: right;
  margin: 0.2em 0 1.2em 0;
}
#bizuserlist .area-outside-border .bizuserlist_.t001>div a span {
  font-size: 14px;
  margin-left: 10px;
}
#bizuserlist .area-outside-border .bizuserlist_.t001>div a:hover span {
  text-decoration: underline;
}
#bizuserlist .content100 table.formlist_.bizsearch_ th {
  text-align: left;
  font-size: 0.9em;
  border-right: 1px #e2e6e8 solid;
}
#bizuserlist .content100 table.formlist_.bizsearch_ tr {
  font-size: 0.9em;
}
#convert .title-page {
  margin-bottom: 20px;
}
#convert .flow {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  gap: 40px;
}
#convert .flow li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 1;
  flex: 1;
  text-align: left;
  padding: 5px 0 0 15px;
  position: relative;
  border-left: 5px solid #ddd;
}
#convert .step-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#convert .flow .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #b7b7b7;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}
#convert .step-header dt {
  font-size: 16px;
  font-weight: bold;
  color: #8d8d8d;
  margin: 0;
}
#convert .flow dd {
  font-size: 15px;
  color: #666;
  margin: 0;
  line-height: 1.4;
  max-width: 24em;
}
#convert .flow dd.active {
  color: #526e83;
  font-weight: bold;
}
#convert .flow li:first-child {
  border-left: 5px solid #4ec3e0;
}
#convert .flow li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  color: #666;
  font-size: 18px;
  font-weight: bold;
}
#convert .visually-hidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#convert label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
#convert label:hover {
  border-color: #666;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#convert input[type="radio"]:checked + label {
  border-color: #4EC3E0;
  background-color: #4EC3E0;
  box-shadow: 0 0 5px #4EC3E0;
}
#convert input[type="radio"]:checked + label::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px auto;
  background-color: white;
  border-radius: 50%;
}
#convert .tab-container {
  margin: 10px auto;
  max-width: 1200px;
}
#convert .content100.show {
}
#convert .content100.show td {
  padding: 20px;
}
#convert .content100.show td span {
  display: block;
  margin-top: 0.5em;
  font-size: 0.9em;
}
#convert .content100.show td input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}
#convert .content100.show tr {
  border-bottom: 1px solid #ddd;
}
#convert .content100.show th {
  width: 7em;
}
#convert .area-outside-border .bizuserlist_.t02 .content_area100+div {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 1200px;
  margin: 10px auto;
}
#convert .area-outside-border .bizuserlist_.t02 .content_area100+div p {
  line-height: 26px;
  text-align: right;
  margin: 0;
}
#convert .area-outside-border .bizuserlist_.t02 .content_area100+div p a {
  display: block;
  border: 1px #4EC3E0 solid;
  border-radius: 4px;
  padding: 0.5em 1em;
  transition: all .2s ease;
}
#convert .area-outside-border .bizuserlist_.t02 .content_area100+div p a:hover {
  background-color: #4EC3E0;
  color: #ffffff;
}
#convert .area-outside-border .bizuserlist_.t001>div {
  text-align: right;
  margin: 0.2em 0 1.2em 0;
}
#convert .area-outside-border .bizuserlist_.t001>div:first-child {
  max-width: 1200px;
  margin: 0.2em auto 1.2em auto;
}
#convert .area-outside-border .bizuserlist_.t001>div a span {
  font-size: 14px;
  margin-left: 10px;
}
#convert .area-outside-border .bizuserlist_.t001>div a:hover span {
  text-decoration: underline;
}
#convert .content100 table.formlist_.bizsearch_ th {
  text-align: left;
  font-size: 0.9em;
  border-right: 1px #e2e6e8 solid;
}
#convert table.formlist_.bizuserlist_ {
  max-width: 1200px;
  margin: 0 auto;
}
#convert .submit_ {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 50px;
}
.page-user-list .c-search-panel__selector.c-search-panel__selector--select {
  max-width: inherit;
}
.page-user-list .c-search-panel__selector.c-search-panel__selector--select table tbody {
  border-top: 1px #ddd solid;
  border-left: 1px #ddd solid;
  border-right: 1px #ddd solid;
}
.page-user-list .c-search-panel__selector.c-search-panel__selector--select table tr {
  border-bottom: 1px solid #ddd;
}
.page-user-list .c-search-panel__selector.c-search-panel__selector--select table td {
  padding: 10px;
}
.page-user-list .c-search-panel__selector.c-search-panel__selector--select table td input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}
.page-user-list .c-search-panel__selector.c-search-panel__selector--select table td span.searchfix {
  display: block;
  margin-top: 7px;
}
.page-replacement #convert .wrap_formlist_.bizuserlist_ {
}
.page-replacement #convert table.formlist_.bizsearch_ {
  max-width: 1200px;
  margin-bottom: 10px;
}
.page-replacement #convert table.formlist_.bizsearch_ tbody {
  border-top: 1px #ddd solid;
  border-left: 1px #ddd solid;
  border-right: 1px #ddd solid;
}
.page-replacement #convert table.formlist_.bizuserlist_ th:first-child {
  width: 100px;
}
.page-replacement #convert table.formlist_.bizuserlist_ th:nth-child(2),
.page-replacement #convert table.formlist_.bizuserlist_ td:nth-child(2) {
  width: 150px;
  text-align: center;
}
.page-replacement #convert table.formlist_.bizuserlist_ td:first-child {
  text-align: center;
}
.page-pattern .content100 table.formlist_.bizsearch_ tbody {
  border-top: 1px #ddd solid;
  border-left: 1px #ddd solid;
  border-right: 1px #ddd solid;
}
.page-pattern #convert table.formlist_.bizuserlist_ th:first-child,
.page-pattern #convert table.formlist_.bizuserlist_ td:first-child {
  text-align: center;
  width: 6em;
}
.page-assistance #convert table.formlist_.bizuserlist_ td a {
  transition: opacity 0.2s ease;
}
.page-assistance #convert table.formlist_.bizuserlist_ td a:hover {
  opacity: 0.5;
}
.page-assistance #convert table.formlist_.bizuserlist_ td a i {
  font-size: 20px;
  margin-right: 0;
  padding: 0.5em;
}
.page-assistance #convert table.formlist_.bizuserlist_ td {
  text-align: center;
}
.page-assistance #convert table.formlist_.bizuserlist_ td:nth-child(1),
.page-assistance #convert table.formlist_.bizuserlist_ td:nth-child(2) {
  text-align: left;
}
.page-assistance #convert table.formlist_.bizuserlist_ th:nth-child(3),
.page-assistance #convert table.formlist_.bizuserlist_ td:nth-child(3) {
  width: 100px;
}
.page-assistance #convert table.formlist_.bizuserlist_ th:nth-child(4),
.page-assistance #convert table.formlist_.bizuserlist_ td:nth-child(4) {
  width: 100px;
}
.page-assistance #convert table.formlist_.bizuserlist_ th:nth-child(5),
.page-assistance #convert table.formlist_.bizuserlist_ td:nth-child(5) {
  width: 100px;
}
.page-pattern-group #convert table.formlist_.bizsearch_ tbody {
  border-top: 1px #ddd solid;
  border-left: 1px #ddd solid;
  border-right: 1px #ddd solid;
}
.page-pattern-group #convert .wrap_formlist_ table.formlist_ th:first-child,
.page-pattern-group #convert .wrap_formlist_ table.formlist_ td:first-child {
  width: 90px;
}
.page-image-list #reference .form-section form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-image-list #reference .form-section form div {
  display: flex;
  width: 100%;
  max-width: 1000px;
  flex-direction: column;
  align-items: flex-start;
}
.page-image-list #reference .form-section form div.mb-3 input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}
.page-image-list #reference .form-section div.custom-info-box {
  margin-top: 20px;
}
.page-image-list #reference .form-section div.custom-info-box h5 {
  margin-top: 0;
}
.page-image-list #reference .form-section div.custom-info-box li.text-muted {
  margin-bottom: 1em;
}
.page-image-list #reference .form-section div.custom-info-box li:last-child {
  margin-bottom: 0;
}
.page-image-list #reference button.btn-custom {
  margin-top: 20px;
  width: 130px;
  border: 1px #4EC3E0 solid;
  border-radius: 4px;
  padding: 0.5em 1em;
  transition: all .2s ease;
  background: inherit;
  color: #4EC3E0;
}
.page-image-list #reference button.btn-custom:hover {
  background-color: #4EC3E0;
  color: #ffffff;
}
.page-image-list #reference .form-section.card table th {
  padding: 1em 0.7em;
  white-space: normal;
  background-color: #d6d3d0;
  vertical-align: middle;
  text-align: left;
  font-size: 0.9em;
  border-right: 1px #e2e6e8 solid;
  text-align: center;
}
.page-image-list #reference .form-section.card table th:last-child {
  border-right: none;
}
.page-image-list #reference .form-section.card table td {
  padding: 1em;
  word-break: break-all;
}
.page-image-list #reference .form-section.card table td:nth-child(1) {
  width: 500px;
}
.page-image-list #reference .form-section.card table td:nth-child(1) img {
  display: block;
  margin: 0 auto;
  max-width: 450px;
  max-height: 450px;
}
.page-image-list #reference .form-section.card table td:nth-child(3) {
  width: 100px;
  text-align: center;
}
.page-image-list #reference .form-section.card table td:nth-child(3) a {
  margin: 0 auto;
}
#reference .c-select input[type="text"] {
  width: 73%;
  border-radius: 0;
}
#reference .content100.show td input[type="text"],
#reference .content100.is-animated td input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}
#reference dt.c-search-panel__input-title {
  width: 195px;
  text-align: right;
  font-size: 16px;
}
#reference .content100 table.formlist_.bizsearch_ {
  background: #fff;
  margin: 10px 0;
}
#reference .content100 table.formlist_.bizsearch_ tbody {
  border-top: 1px #ddd solid;
  border-left: 1px #ddd solid;
  border-right: 1px #ddd solid;
}
#reference .content100 tbody tr {
  border-bottom: 1px solid #ddd;
  background: #fff !important;
}
#reference .content100 tbody tr td {
  padding: 10px;
}
#reference .content100 tbody tr:nth-child(even) {
  background: #fff !important;
}
#reference .content100 tbody tr td .searchfix {
  display: inline-block;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 600px;
  text-align: center;
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.close-btn {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #737678;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: none;
}
.close-btn:hover {
  color: #ffffff;
  background-color: #505457;
}
.modal-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}
.modal-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-list li {
  background-color: #f0f0f0;
  margin: 10px 0;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  color: #555;
}
.modal-list li:hover {
  background-color: #e8e8e8;
}
.open-modal-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}
.open-modal-link:hover {
  background-color: #0056b3;
}
.action-btn {
  display: inline-block;
  padding: 12px 20px;
  background-color: #526e83;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.action-btn:hover {
  background-color: #526e83;
  transform: scale(1.05);
}
#reference {
  margin: 20px auto;
}
#reference .area-outside-border .bizuserlist_.t01+.navipage_ {
  position: absolute;
  top: 40px;
  right: 0;
  margin: 0;
}
#reference .form-section {
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#reference h1.heading-lv1 {
}
#reference h2 {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}
.card h2 {
  border-left: 4px solid #4EC3E0;
  padding-left: 1em;
  margin: 1em 0;
}
.card p {
  margin: 1em 0;
}
#reference .form-label {
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}
#reference .form-control {
  width: 97%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 5px;
  font-size: 14px;
}
#reference .form-control:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
#reference .btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#reference .btn-custom {
  background-color: #007bff;
  color: #fff;
  border: none;
}
#reference .btn-custom:hover {
  background-color: #0056b3;
}
#reference .btn-danger {
  background-color: #dc3545;
  color: #fff;
}
#reference .btn-danger:hover {
  background-color: #c82333;
}
#reference .btn-secondary {
  background-color: #6c757d;
  color: #fff;
}
#reference .btn-secondary:hover {
  background-color: #5a6268;
}
#reference .custom-info-box {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin-top: 15px;
}
#reference .custom-info-box-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#reference .custom-info-box-body {
  font-size: 14px;
  color: #555;
}
#reference .custom-info-box code {
  background-color: #e9ecef;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 13px;
  color: #d63384;
}
#reference .tab-container {
  max-width: 1200px;
  margin: 10px auto;
}
#reference .area-outside-border .bizuserlist_.t01 .content_area100+div {
  display: flex;
  justify-content: flex-end;
  margin: 10px auto;
  align-items: flex-end;
  max-width: 1200px;
}
#reference .area-outside-border .bizuserlist_.t01 .content_area100+div p {
  line-height: 26px;
  text-align: left;
  margin: 0;
}
#reference .area-outside-border .bizuserlist_.t01 .content_area100+div p a {
  display: block;
  border: 1px #4EC3E0 solid;
  border-radius: 4px;
  padding: 0.5em 1em;
  transition: all .2s ease;
}
#reference .area-outside-border .bizuserlist_.t01 .content_area100+div p a:hover {
  background-color: #4EC3E0;
  color: #ffffff;
}
#reference .area-outside-border .bizuserlist_.t001>div {
  text-align: right;
  margin: 0.2em 0 1.2em 0;
}
#reference .area-outside-border .bizuserlist_.t001>div a span {
  font-size: 14px;
  margin-left: 10px;
}
#reference .area-outside-border .bizuserlist_.t001>div a:hover span {
  text-decoration: underline;
}
#reference .content100 table.formlist_.bizsearch_ th {
  text-align: left;
  font-size: 0.9em;
  border-right: 1px #e2e6e8 solid;
}
#reference .submit_ {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 50px;
}
.page-assistance-detail header.title-page {
  margin-bottom: 20px;
}
.page-assistance-detail .wrap_formlist_ > div,
.page-assistance-detail .wrap_formlist_ > table {
  max-width: 1200px;
  margin: 0 auto;
}
.page-assistance-detail .wrap_formlist_ > table {
  border-top: 1px #ddd solid;
  border-left: 1px #ddd solid;
  border-right: 1px #ddd solid;
}
.page-assistance-detail .wrap_formlist_ > table tr {
  background-color: inherit;
}
.page-assistance-detail .wrap_formlist_ > table tr:hover {
  background-color: inherit;
}
.page-assistance-detail .wrap_formlist_ > table th:nth-child(1),
.page-assistance-detail .wrap_formlist_ > table td:nth-child(1) {
}
.page-assistance-detail table.formlist_ tr {
  border-bottom: 1px solid #ddd;
}
.page-assistance-detail .formlist_ td {
  border-bottom: none;
}
.page-assistance-detail .formlist_ th {
  border-bottom: none;
}
.page-assistance-detail .wrap_formlist_ .content100 table td {
  text-align: center;
}
.page-assistance-detail .wrap_formlist_ .content100 table td input[type="checkbox"] {
  box-shadow: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-assistance-detail .wrap_formlist_ .content100 table td input[type="checkbox"]:hover {
  border: 2px solid #898989;
  cursor: pointer;
}
.page-assistance-detail .wrap_formlist_ .content100 table td input[type="checkbox"]:checked {
  border: 2px solid #4EC3E0;
  box-shadow: 0 0 5px #4EC3E0;
}
.page-assistance-detail .wrap_formlist_ .content100 table td input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0px;
  left: 5px;
  transform: rotate(50deg);
  width: 4px;
  height: 11px;
  border-right: 3px solid #4EC3E0;
  border-bottom: 3px solid #4EC3E0;
  content: '';
}
.page-assistance-detail .wrap_formlist_ .content100 table td+td {
  text-align: left;
}
.page-assistance-detail #reference .wrap_formlist_ .content100 table td input[type="text"] {
}
.page-assistance-detail #reference .wrap_formlist_ .content100 table td input[name="O|rubi_lst"],
.page-assistance-detail #reference .wrap_formlist_ .content100 table td input[name="O|rubi_fst"],
.page-assistance-detail #reference .wrap_formlist_ .content100 table td input[name="U|rubi_lst"],
.page-assistance-detail #reference .wrap_formlist_ .content100 table td input[name="U|rubi_fst"] {
  width: calc(25% - 10px);
}
#topage .notification-list {
  border-top: 1px solid #ADAFB0;
  width: 100%;
  margin-left: -20px;
  padding: 10px 20px 20px 20px;
  margin-top: 20px;
}
#topage .notification-list a i:hover {
}
@media (max-width: 1400px) {
  #topageInfo {
    grid-template-columns: repeat(1, 1fr);
  }
  #topageInfo .card {
    display: flex;
    flex-wrap: wrap;
  }
  #topageInfo .card h2 {
    width: 100%;
  }
  #topageInfo .card .notification-list {
    margin-top: 0;
  }
  #topageInfo .learning-card {
    width: calc(50% - 50px);
  }
  #topageInfo .learning-card:nth-child(odd) {
    margin-right: 10px;
  }
  #topageInfo .learning-card:nth-child(even) {
    margin-left: 10px;
  }
}
#topageColumn .slick-slider {
  margin: 0;
  padding: 0;
}
#topageColumn .slick-slider .slick-prev,
#topageColumn .slick-slider .slick-next {
  width: 30px;
  height: 100%;
}
#topageColumn .slick-slider .slick-prev {
  left: -18px;
  z-index: 1;
}
#topageColumn .slick-slider .slick-next {
  right: 10px;
}
#topageColumn .slick-slider .slick-prev:before {
  opacity: 1;
  transition: all .2s ease;
  background: url(../img/arrow_l.png);
  font-size: 0;
  height: 60px;
  width: 60px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
#topageColumn .slick-slider .slick-next:before {
  opacity: 1;
  transition: all .2s ease;
  background: url(../img/arrow_r.png);
  font-size: 0;
  height: 60px;
  width: 60px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
#topageColumn .slick-slider .slick-prev:hover:before,
#topageColumn .slick-slider .slick-next:hover:before {
  color: #404040;
}
#topageColumn .slick-slider .slick-list {
  padding-bottom: 40px;
}
#topageColumn .slick-slider .slick-list p.box_eyecatch {
  border: none;
  margin: 0 0 1em 0;
}
#topageColumn .slick-slider .slick-list p.box_eyecatch img {
  width: 100%;
  height: 100%;
}
#topageColumn .slick-slider .slick-list li.list-box_item a {
  transition: all .4s ease;
  border: 1px solid #D0D1D2;
  border-radius: 4px;
  display: block;
  min-height: 335px;
  overflow: hidden;
  text-align: left;
}
#topageColumn .slick-slider .slick-list li.list-box_item a:hover {
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.1);
}
#topageColumn .slick-slider .slick-dots {
  bottom: 0;
}
#topageColumn .slick-slider .slick-dots li.slick-active button:before {
  color: #00586E;
}
@media (max-width: 1700px) {
  #topageGoods1 .goods_ {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1400px) {
  #topageGoods1 .goods_ {
    grid-template-columns: repeat(3, 1fr);
  }
}
#topageGoods2 .goods_ {
}
@media (max-width: 1700px) {
  #topageGoods2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1400px) {
  #topageGoods2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
#banner {
  display: flex;
  width: 100%;
  margin: 30px 0;
  border-top: 1px #343a40 solid;
  padding-top: 45px;
}
#banner a img {
  display: block;
  width: 100%;
}
/*-------------------------
  goods
-------------------------*/
.goods_ .StyleP_Item_ .img_ {
  margin: 0 0 12px 0 !important;
  border: none !important;
  width: auto !important;
}
.goods_ .StyleP_Item_ .img_ a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  transition: all .2s ease;
}
.goods_ .StyleP_Item_ .img_ a:hover {
  opacity: 0.7;
}
.goods_ .StyleP_Item_ .img_ a img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  width: auto !important;
}
.goods_ .StyleP_Item_ a.goods_name_ {
  display: block;
  transition: all .2s ease;
}
.goods_ .StyleP_Item_ a.goods_name_:hover {
  color: #4fc3e1;
}
.dark {
  font-variation-settings: 'FILL' 1, 'wght' 200, 'GRAD' 0, 'opsz' 24;
}
.opsz12 {
  font-variation-settings: 'FILL' 1, 'wght' 200, 'GRAD' 0, 'opsz' 12;
}
#featureCards .dark {
  font-size: 48px;
  font-variation-settings: 'FILL' 1, 'wght' 800, 'GRAD' 0, 'opsz' 48;
}
.menu-item.active .material-symbols-outlined {
  font-variation-settings: 'FILL' 1, 'wght' 200, 'GRAD' 0, 'opsz' 24;
}
#user .menu-item.active .material-symbols-outlined {
  font-variation-settings: 'FILL' 1, 'wght' 200, 'GRAD' 0, 'opsz' 24;
  color: #27A6C5;
}
#user .menu-item.home2.active {
  border: 1px solid #435865;
  background-color: #4EC3E0;
}
/* パンくずリスト */
.navitopicpath_ {
  margin: 16px 0 32px;
  font-size: 14px;
}
.navitopicpath_ a {
  color: #1C75BC;
}
.navitopicpath_ a:hover {
  text-decoration: underline;
}
.navitopicpath_ a:first-child {
  margin-left: 0;
}
.navitopicpath_ a + a::before {
  content: "\e5cc";
  font-family: 'Material Icons';
  vertical-align: middle;
  margin: 0 6px;
  font-size: 20px;
  color: #888;
}
.navitopicpath_ a + a {
  position: relative;
}
/* 見出し */
.common_headline1_ {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.65;
  color: #333333;
  text-align: left;
  margin: 0 0 32px;
}
.common_headline1_:not(.navitopicpath_ + .common_headline1_) {
  margin-top: 40px;
  margin-bottom: 32px;
}
.common_headline2_ {
  border-left: 4px solid #4EC3E0;
  padding: 0 0 0 1em;
  margin: 24px 0 24px;
  font-size: 20px;
  font-weight: bold;
}
.wrap_box_ .common_headline2_ {
  margin-top: 0;
}
.common_headline2_2 {
  border-left: 4px solid #4EC3E0;
  padding-left: 1em;
  margin: 0 0 1.5em;
}
/* .formdetail_ */
.formdetail_ td {
  border-color: #ADAFB0;
}
.formdetail_ th {
  background-color: #D0D1D2;
  border-color: #ADAFB0;
}
.tab-container {
  width: 400px;
  margin: 40px auto;
  font-family: sans-serif;
}
/* タブ切り替え */
.tab-radio {
  display: none;
}
.tab-label {
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  background: #eee;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  margin-right: 5px;
  position: relative;
  top: 2px;
  transition: background 0.2s;
}
.tab-radio:checked + .tab-label {
  background: #fff;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
.tab-content {
  border: 1px solid #ccc;
  padding: 20px;
  background: #fff;
  display: none;
}
#tab1:checked ~ .content1,
#tab2:checked ~ .content2,
#tab3:checked ~ .content3 {
  display: block;
}
table.formdetail_.customerconfirm_ th,
.customer_entry table.customer_ th {
  text-align: right;
  padding: 1em;
}
.customer_entry table.customer_ .small_ {
  font-size: 12px;
  font-weight: bold;
  color: #CC512B;
  display: block;
  margin-top: 5px;
}
.customer_entry table.customer_ .name_ {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}
.name_ input[type="text"] {
  width: 310px;
  margin-left: 5px;
}
div.error_,
table.error_,
.error_ {
  background-color: #FFEAEC;
  border: solid 1px #FF334B;
  margin: 4px auto;
  text-align: left;
  font-weight: normal;
  padding: 0.5em 1em;
  border-radius: 2px;
}
.tabnavi_ + .error_ {
  margin-bottom: 30px;
}
.editpage_ .error_:empty {
  display: none !important;
}
.editpage_ .error_ {
  font-size: 12px;
}
.editpage_ input[type="text"] {
  max-width: 400px !important;
}
.editpage_ input[type="password"] {
  max-width: 400px !important;
}
.editpage_ select {
  max-width: 400px !important;
}
.editpage_ input[name="O|rubi_lst"],
.editpage_ input[name="O|rubi_fst"] {
  max-width: 100px !important;
}
.editpage_ div#edit_input_area table.formdetail_ td span {
  display: block;
  width: 380px;
  white-space: break-spaces;
  font-size: 12px;
}
.group_id {
  display: flex;
  align-content: center;
  align-items: center;
}
.group_id .navipage_ {
  margin: 0;
}
.group_id .navipage_ a {
  border: 1px solid #1C75BC;
  border-radius: 2px;
  width: fit-content;
  color: #1C75BC;
  font-size: 14px;
  box-sizing: border-box;
  width: 60px;
}
div.customer_ table.customer_ td .navipage_ {
  margin: 0;
  display: inline;
}
div.customer_ table.customer_ td .navipage_ a {
  border: 1px solid #1C75BC;
  border-radius: 2px;
  width: fit-content;
  color: #1C75BC;
  font-size: 14px;
  box-sizing: border-box;
  width: 60px;
  white-space: nowrap;
}
tr.not_sel_ .status_button_ {
  border: 1px solid #ADAFB0;
  height: 14px;
  width: 14px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
tr.del_sel_ .status_button_ {
  border: 1px solid #ADAFB0;
  height: 14px;
  width: 14px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
tr.sel_ .status_button_ {
  border: 1px solid #ADAFB0;
  height: 14px;
  width: 14px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-color: #1C75BC;
  border-color: #1C75BC;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
tr.sel_ .status_button_::after {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
}
tr.del_sel_ .status_button_ {
  border: 1px solid #ADAFB0;
  height: 14px;
  width: 14px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background-color: #1C75BC;
  border-color: #1C75BC;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
tr.sel_ .status_button_::after {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
}
div#imp_rayout .navipage_ {
  text-align: right;
  padding: 5px 0;
  margin: 45px 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  align-content: center;
}
div#imp_rayout .navipage_ a {
  display: block;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  width: auto;
  height: auto;
  padding: 15px;
  background-color: #FFF;
  border: 1px solid #d6d3d0;
  color: #333;
  text-decoration: none;
  border-radius: 2px;
  box-sizing: border-box;
}
.import_ .formlist_ th {
  padding: 1em 0.7em;
  white-space: nowrap;
  background-color: #D0D1D2;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
th.all_check {
  width: 40px;
}
th.all_check label::before,
th.all_check label::after {
  display: none;
}
table.formlist_.bizuserlist_ th.all_check input[type="checkbox"] {
  border: 1px solid #ccc;
  height: 15px;
  width: 15px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
table.formlist_.bizuserlist_ th.all_check input[type="checkbox"]:checked {
  border: 2px solid #2196F3;
  box-shadow: none;
  background-color: #2196F3;
}
table.formlist_.bizuserlist_ th.all_check input[type="checkbox"]:checked:before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
  transform: rotate(0deg);
  border: none;
}
th.all_check label {
  margin: 0;
  padding: 0;
}
.navitopicpath_ + .message_,
div.result_info_,
table.result_info_ {
  background-color: #F2F9F7 !important;
  border: solid 1px #4DAE96 !important;
  padding: 12px 8px 12px 12px !important;
  margin: 4px auto !important;
  text-align: left !important;
  width: auto !important;
  font-weight: normal !important;
  color: #161B1F !important;
}
.customer_.col1_.grouplist .bizuserlist_nav_filter + table.formlist_.bizsearch_ {
  border-radius: 2px;
  border: 1px solid #D0D1D2;
}
.customer_.col1_.grouplist .bizuserlist_nav_filter + .formlist_ th,
.customer_.col1_.grouplist .bizuserlist_nav_filter + .formlist_ td {
  padding: 1em 0.7em;
  white-space: normal;
  background-color: #F3F3F3;
  vertical-align: middle;
  font-weight: bold;
  border: none;
}
.customer_.col1_.grouplist .bizuserlist_nav_filter + table.formlist_.bizsearch_ input[type="checkbox"] {
  display: none;
}
.unique_image {
  border: 1px solid #D0D1D2;
  padding: 20px;
  margin: 0 0 30px 0;
}
.unique_image h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
.unique_image .message_ {
  border: 1px solid #F1BB00;
  background-color: #FEF7E5;
  padding: 20px;
}
.unique_image .message_ p {
  font-size: 14px;
}
.unique_image .message_ p span {
  color: #CC512B;
  font-weight: bold;
}
.unique_image .message_ h2 {
  font-size: 14px;
}
.uniqueimage table.formlist_.bizuserlist_ th {
  text-align: left;
}
.up_btn {
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.unique_image_ form {
  display: flex;
  flex-direction: row-reverse;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.unique_image_ .bizsearch_item2 {
  display: flex;
  gap: 15px;
  width: 100%;
  align-items: center;
}
.unique_image_ .formlist_.bizsearch_ {
  margin: 0;
}
.bizdestupdate td small {
  font-size: 12px;
  font-weight: bold;
  color: #CC512B;
  display: block;
  margin-top: 5px;
}
.bizdestupdate .formdetail_ label {
  padding-left: 5px;
  margin-right: 2em;
}
.bizdestupdate .formdetail_ label::before,
.bizdestupdate .formdetail_ label::after {
  display: none;
}
.biztopic textarea {
  max-width: 725px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
table.formdetail_.customer_.custdest_.productdetail_.biztopic_ {
  margin: 20px 0;
}
.customer_.col1_.customer_entry.biztopic td {
  white-space: break-spaces;
  word-wrap: break-word;
  overflow: hidden;
  max-width: 770px;
}
ul.history_tab {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
  border-bottom: #D0D1D2 1px solid;
}
ul.history_tab li {
  padding: 0.5em 1em;
  color: #ADAFB0;
}
ul.history_tab li.select {
  border-bottom: 2px solid #1C75BC;
  color: #161B1F !important;
}
ul.history_tab li a {
  text-decoration: none;
  color: #ADAFB0;
}
ul.history_tab li.select a:hover {
  text-decoration: none;
  color: #161B1F !important;
}
#user input[type="text"], #user input[type="password"], #user select {
}
input[type="number"] {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#user .formlist_ th {
  white-space: nowrap;
}
#user td label::before,
#user td label::after {
  display: none;
}
#user td label {
  padding-left: 5px;
  margin-right: 2em;
}
#user td span.searchfix {
  display: block;
  margin-top: 2px;
  font-size: 0.8em;
  color: #737678;
}
.container_.editpage_ {
  width: auto;
}
.container_.editpage_ .wrap_box_ {
  overflow: auto;
}
.container_.editpage_ .scrollbar-top {
  overflow-x: auto;
  overflow-y: hidden;
  height: 16px;
}
.container_.editpage_ .wrap_box_ {
  overflow: auto;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .container_.editpage_ .wrap_box_ #edit_input_area {
    padding-right: 32px;
  }
}
div.spandual_ > table {
  margin: 0 auto;
}
.action_buttons_ .line_ {
  margin-bottom: 10px;
  position: relative;
  left: -3px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 10px;
}
.action_buttons_ .line_ div {
  margin: 0 !important;
}
p.nav-open + div table.formlist_.bizsearch_ {
  width: fit-content;
  border: none;
  margin-top: 0;
}
p.nav-open + div table.formlist_.bizsearch_ th,
p.nav-open + div table.formlist_.bizsearch_ td {
  background: #F3F3F3 !important;
  border: none;
  word-break: keep-all;
  vertical-align: baseline;
}
div#toggle-box table {
  border: none;
  background: #f3f3f3;
}
div#toggle-box table th {
  background: #f3f3f3;
  border: none;
}
div#toggle-box table td {
  border: none;
  background: #f3f3f3;
}
.previewmember .formlist_ td {
  text-align: center;
}
.wrap_box_ > .wrap_box_ {
  padding: 0;
  border: none;
}
.wrap_formlist_.filter_inner_ {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.wrap_formlist_.filter_inner_ .formlist_.bizsearch_ {
  margin: 0 0 0 0;
}
.wrap_formlist_.filter_inner_ .bizsearch_item {
  display: flex;
  gap: 15px;
  width: calc((100% - 40px) / 3);
  align-content: center;
  align-items: center;
}
.btn-wrap-right .submit_ {
  margin: 0 auto;
}
.btn-wrap-right .submit_ input[type="submit"] {
  padding: 0 1em;
  border: 1px solid #1C75BC;
  color: #1C75BC;
  font-size: 16px;
  height: 42px;
  background: #fff;
  border-radius: 2px;
  cursor: pointer;
}
.title_area_ {
  margin-bottom: 20px;
}
.title_area_ h2.headtitle {
  border-left: 4px solid #4EC3E0;
  padding-left: 0.5em;
  margin: 0 0 1.5em;
  font-weight: bold;
}
h3.headtitle3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #161B1F;
}
.title_area_ .download_navipage_ {
  margin-top: -60px;
}
.step.now {
  font-weight: bold;
}
.step_ .step-wrapper {
  margin: auto;
}
.step_ .step-indicator {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding-left: 2px;
}
.step_ .step-node {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.step_ .circle {
  width: 18px;
  height: 18px;
  background: #ADAFB0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: background 0.2s, border 0.2s;
}
.step_ .circle.completed {
  background: #1C75BC;
  border-color: #1C75BC;
}
.step_ .circle.completed span {
  font-size: 16px;
}
.step_ .circle.now_edit {
  background: #1C75BC;
  border-color: #DDEDFA;
  border: 2px solid #DDEDFA;
}
.step_ .circle.completed::after {
  font-size: 18px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.step_ .line {
  flex: 1;
  height: 4px;
  margin: 0 4px;
  background: #ccc;
  border-radius: 2px;
  position: relative;
  z-index: 0;
  transition: background 0.2s;
}
.step_ .line.l1 { background: #1C75BC; }
.step_ .line.l2 { background: #ADAFB0; }
.step_ .line.l3 { background: #ADAFB0; }
.step_ .step-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  gap: 0 12px;
}
.step_ .step {
  flex: 1;
  min-width: 0;
}
.step_ .step-label {
  font-size: 12px;
  color: #161B1F;
  margin-bottom: 2px;
}
.step_ .step-title {
  font-size: 14px;
  margin-bottom: 4px;
  color: #161B1F;
}
.step_ .step-desc {
  font-size: 14px;
  color: #161B1F;
  line-height: 1.5;
}
.step_ span.circle_inner {
  background: #fff;
  border-radius: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
}
.customer_.col1_.convert.cardconv_ffgs table.formlist_.bizuserlist_ th:first-child,
.customer_.col1_.convert.cardconv_ffgs table.formlist_.bizuserlist_ td:first-child {
  width: 50px;
  text-align: center;
}
.customer_.col1_.convert.cardconv_ffgs table.formlist_.bizuserlist_ th:nth-child(2),
.customer_.col1_.convert.cardconv_ffgs table.formlist_.bizuserlist_ td:nth-child(2) {
  width: 150px;
  text-align: left;
}
.customer_.col1_.convert.cardconv_ffgs table.formlist_.bizuserlist_ th:last-child,
.customer_.col1_.convert.cardconv_ffgs table.formlist_.bizuserlist_ td:last-child {
  text-align: left;
  width: auto !important;
}
.customer_.col1_.convert.cardconv_ffgs .navipage_ {
  margin-bottom: 20px;
}
.wrap_formlist_.filter_inner_.convert .formlist_.bizsearch_ {
  width: 100%;
}
.wrap_formlist_.filter_inner_.convert .formlist_ .item-name {
  width: auto;
}
.customer_.col1_.cardconvtg_ffgs .wrap_formlist_.bizuserlist_ {
  margin-bottom: 15px;
}
.customer_.col1_.cardconvtg_ffgs p.nav-open + div table.formlist_.bizsearch_ {
}
.customer_.col1_.cardconvtg_ffgs p.nav-open.active + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: -35px;
}
.customer_.col1_.cardconvtg_ffgs p.nav-open + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: 0;
}
.customer_.col1_.cardconvtg_ffgs table.formlist_.bizuserlist_ th:first-child,
.customer_.col1_.cardconvtg_ffgs table.formlist_.bizuserlist_ td:first-child {
  width: 50px;
  text-align: center;
}
.customer_.col1_.cardconvtg_ffgs table.formlist_.bizuserlist_ th:nth-child(2),
.customer_.col1_.cardconvtg_ffgs table.formlist_.bizuserlist_ td:nth-child(2) {
  width: 150px;
  text-align: left;
}
.customer_.col1_.cardconvtg_ffgs table.formlist_.bizuserlist_ th:last-child,
.customer_.col1_.cardconvtg_ffgs table.formlist_.bizuserlist_ td:last-child {
  text-align: left;
  width: auto !important;
}
.customer_.col1_.cardconvtg_ffgs table.formlist_.bizuserlist_ th input[type="checkbox"] {
  display: block;
  margin: 0 auto;
  border: #ADAFB0;
  width: 16px;
  height: 16px;
}
.customer_.col1_.cardconvtg_ffgs table.formlist_.bizuserlist_ th input[type="checkbox"]:checked:before,
table.formlist_.bizuserlist_ td.status_check_ input[type="checkbox"]:checked:before {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.checkbox-toggle {
  border: 1px solid #ADAFB0;
  height: 14px;
  width: 14px;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-toggle.checked {
  background: #007bff;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
.checkbox-toggle.checked::after {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
}
.wrap_formlist_.filter_inner_.convert + .wrap_formlist_.filter_inner_ {
  margin: 25px auto 0;
}
.customer_.col1_.groupsearch .wrap_formlist_.bizuserlist_ .formlist_ {
}
.customer_.col1_.groupsearch .wrap_formlist_.bizuserlist_ .formlist_ th,
.customer_.col1_.groupsearch .wrap_formlist_.bizuserlist_ .formlist_ td {
  background-color: #f3f3f3;
  border: none;
}
.customer_.col1_.groupsearch p.nav-open.active + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: -35px;
}
.customer_.col1_.groupsearch p.nav-open + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: 0;
}
.customer_.col1_.groupsearch table.formlist_ th:first-child,
.customer_.col1_.groupsearch table.formlist_ td:first-child {
  width: 50px;
  text-align: center;
}
.customer_.col1_.groupsearch table.formlist_ th:nth-child(2),
.customer_.col1_.groupsearch table.formlist_ td:nth-child(2) {
  width: auto !important;
  text-align: left;
}
.customer_.col1_.groupsearch table.formlist_ th:last-child,
.customer_.col1_.groupsearch table.formlist_ td:last-child {
  text-align: left;
  width: auto !important;
}
.customer_.col1_.customer_entry.groupsearch .wrap_formlist_.bizuserlist_.t01 {
  position: relative;
}
.customer_.col1_.customer_entry.groupsearch .wrap_formlist_.bizuserlist_ .formlist_ {
  margin: 0;
  z-index: 99;
  position: relative;
}
.customer_.col1_.customer_entry.groupsearch .wrap_formlist_.bizuserlist_ .btn-wrap {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 33px;
}
.customer_.col1_.import .wrap_formlist_.bizuserlist_ .formlist_ th,
.customer_.col1_.import .wrap_formlist_.bizuserlist_ .formlist_ td {
  background-color: #f3f3f3;
  border: none;
  position: relative;
  z-index: 1000;
}
.customer_.col1_.import .wrap_formlist_.bizuserlist_ .formlist_ {
}
.customer_.col1_.import .wrap_formlist_.bizuserlist_ .formlist_ select {
  padding-right: 3em;
}
/* グループ一覧 */
.customer_.col1_.grouplist .wrap_formlist_.bizuserlist_ .formlist_ th,
.customer_.col1_.grouplist .wrap_formlist_.bizuserlist_ .formlist_ td {
  background-color: #f3f3f3;
  border: none;
}
.customer_.col1_.grouplist .wrap_formlist_.bizuserlist_ .formlist_ {
  z-index: 100;
  position: relative;
}
.customer_.col1_.grouplist .wrap_formlist_.bizuserlist_ .formlist_ select {
  padding-right: 3em;
}
/* パターン-パターン個別 */
.customer_.col1_.pattern_ffgs .wrap_formlist_.bizuserlist_ .formlist_ th,
.customer_.col1_.pattern_ffgs .wrap_formlist_.bizuserlist_ .formlist_ td {
  background-color: #f3f3f3;
  border: none;
}
.customer_.col1_.pattern_ffgs .wrap_formlist_.bizuserlist_ .formlist_ {
}
.customer_.col1_.pattern_ffgs .wrap_formlist_.bizuserlist_ .formlist_ select {
  padding-right: 3em;
}
.customer_.col1_.pattern_ffgs p.nav-open.active + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: -35px;
}
.customer_.col1_.pattern_ffgs p.nav-open + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: 0;
}
/* パターン-グループ個別 */
.customer_.col1_.group_ffgs .wrap_formlist_.bizuserlist_ .formlist_ th,
.customer_.col1_.group_ffgs .wrap_formlist_.bizuserlist_ .formlist_ td {
  background-color: #f3f3f3;
  border: none;
}
.customer_.col1_.group_ffgs .wrap_formlist_.bizuserlist_ .formlist_ {
}
.customer_.col1_.group_ffgs .wrap_formlist_.bizuserlist_ .formlist_ select {
  padding-right: 3em;
}
.customer_.col1_.group_ffgs p.nav-open.active + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: -35px;
}
.customer_.col1_.group_ffgs p.nav-open + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: 0;
}
/* パターン一覧 */
.customer_.col1_.pattern_list .wrap_formlist_.bizuserlist_ .formlist_ th,
.customer_.col1_.pattern_list .wrap_formlist_.bizuserlist_ .formlist_ td {
  background-color: #f3f3f3;
  border: none;
}
.customer_.col1_.pattern_list .wrap_formlist_.bizuserlist_ .formlist_ {
}
.customer_.col1_.pattern_list .wrap_formlist_.bizuserlist_ .formlist_ select {
  padding-right: 3em;
}
.customer_.col1_.pattern_list p.nav-open.active + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: -35px;
}
.customer_.col1_.pattern_list p.nav-open + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: 0;
}
/* パターン-グループ一覧 */
.customer_.col1_.pattern_group .wrap_formlist_.bizuserlist_ .formlist_ th,
.customer_.col1_.pattern_group .wrap_formlist_.bizuserlist_ .formlist_ td {
  background-color: #f3f3f3;
  border: none;
}
.customer_.col1_.pattern_group .wrap_formlist_.bizuserlist_ .formlist_ {
}
.customer_.col1_.pattern_group .wrap_formlist_.bizuserlist_ .formlist_ select {
  padding-right: 3em;
}
.customer_.col1_.pattern_group p.nav-open.active + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: -35px;
}
.customer_.col1_.pattern_group p.nav-open + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: 0;
}
/* パターンO/W */
.edit_list .navipage_ {
  margin: 25px 0 25px;
}
.edit_list table.formlist_.unique_imagelist_ a + a {
  margin-left: 2em;
}
/* パターン入力 */
.contact_.customer_.col1_.customer_entry.pattern .navipage_ {
  margin: 0 auto 25px;
}
.contact_.customer_.col1_.customer_entry.pattern th {
  text-align: left;
}
.contact_.customer_.col1_.customer_entry.pattern .pattern_td01 {
  text-align: center;
}
td.pattern_td02 {
  padding: 1em;
}
/* 履歴完了 */
.customer_.col1_.historyCcomp .wrap_formlist_.bizuserlist_ .formlist_ th,
.customer_.col1_.historyCcomp .wrap_formlist_.bizuserlist_ .formlist_ td {
  background-color: #f3f3f3;
  border: none;
}
.customer_.col1_.historyCcomp .wrap_formlist_.bizuserlist_ .btn-wrap + .scrollbar-top + .table-scroll {
  margin: -90px 0 -15px 0;
  max-width: 1150px;
  z-index: 1;
  position: relative;
}
.customer_.col1_.historyCcomp .wrap_formlist_.bizuserlist_ .formlist_ select {
  padding-right: 3em;
}
.customer_.col1_.historyCcomp p.nav-open.active + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: -35px;
}
.customer_.col1_.historyCcomp .bizuserlist_nav_filter.history_btn_right {
  position: absolute;
  top: 92px;
  right: 210px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
}
.customer_.col1_.formoutenv .bizuserlist_nav_button,
.customer_.col1_.historyCcomp .bizuserlist_nav_button,
.customer_.col1_.historyCcomp .bizuserlist_nav_button {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-top: 20px;
  position: absolute;
  right: 25px;
  top: 77px;
}
.customer_.col1_.pattern_group p.nav-open + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: 0;
}
/* 履歴一覧 */
.customer_.col1_.historyc .wrap_formlist_.bizuserlist_ .formlist_ th,
.customer_.col1_.historyc .wrap_formlist_.bizuserlist_ .formlist_ td {
  background-color: #f3f3f3;
  border: none;
}
.customer_.col1_.historyc .wrap_formlist_.bizuserlist_ .btn-wrap + .scrollbar-top + .table-scroll {
  margin: -60px 0 25px 0;
  max-width: 1215px;
  z-index: 1;
  position: relative;
}
.customer_.col1_.historyc .wrap_formlist_.bizuserlist_ .btn-wrap {
  position: absolute;
  bottom: 0;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
.customer_.col1_.historyc .wrap_formlist_.bizuserlist_.t01 {
  position: relative;
}
.customer_.col1_.historyc .wrap_formlist_.bizuserlist_ .btn-wrap {
  position: absolute;
}
.customer_.col1_.historyc .wrap_formlist_.bizuserlist_ .formlist_ select {
  padding-right: 3em;
}
.customer_.col1_.historyc p.nav-open.active + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: -35px;
}
.customer_.col1_.historyc p.nav-open + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: 0;
}
/* 承認待ち */
.customer_.col1_.formoutcard .wrap_formlist_.bizuserlist_ .formlist_ th,
.customer_.col1_.formoutcard .wrap_formlist_.bizuserlist_ .formlist_ td {
  background-color: #f3f3f3;
  border: none;
}
.customer_.col1_.formoutcard .wrap_formlist_.bizuserlist_ .btn-wrap + .scrollbar-top + .table-scroll {
  margin: -90px 0 -15px 0;
  max-width: 1215px;
  z-index: 1;
  position: relative;
}
.customer_.col1_.formoutcard .wrap_formlist_.bizuserlist_ .formlist_ select {
  padding-right: 3em;
}
.customer_.col1_.formoutcard p.nav-open.active + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: -35px;
}
.customer_.col1_.formoutcard p.nav-open + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: 0;
}
/* サポート一覧 */
.assistlist .navipage_ {
  margin: 25px 0 25px;
}
/* 事業所管理 */
.bizdestmanagelist .wrap_formlist_.bizuserlist_ .formlist_ .item-name {
  font-weight: bold;
  width: 25%;
  text-align: right;
}
.bizdestmanagelist .wrap_formlist_.bizuserlist_ .formlist_ .input-content {
  width: 75%;
}
.bizdestmanagelist .wrap_formlist_.bizuserlist_.t01 label {
  padding-left: 5px;
  margin-right: 2em;
}
.bizdestmanagelist .wrap_formlist_.bizuserlist_.t01 label::before,
.bizdestmanagelist .wrap_formlist_.bizuserlist_.t01 label::after {
  display: none;
}
.customer_.col1_.bizdestmanagelist .wrap_formlist_.bizuserlist_ .formlist_ {
}
.customer_.col1_.bizdestmanagelist .wrap_formlist_.bizuserlist_ .formlist_ + .formlist_ {
  margin-top: 25px;
}
.customer_.col1_.bizdestmanagelist .wrap_formlist_.bizuserlist_ .formlist_ select {
  padding-right: 3em;
}
.customer_.col1_.bizdestmanagelist p.nav-open.active + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: -35px;
}
.customer_.col1_.bizdestmanagelist p.nav-open + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: 10px;
  margin-bottom: 5px;
}
/* 一括編集 */
.customer_.col1_.bulkall .wrap_formlist_.bizuserlist_ .formlist_ th,
.customer_.col1_.bulkall .wrap_formlist_.bizuserlist_ .formlist_ td {
  background-color: #f3f3f3;
  border: none;
}
.customer_.col1_.bulkall .wrap_formlist_.bizuserlist_ .formlist_ {
}
.customer_.col1_.bulkall .wrap_formlist_.bizuserlist_ .formlist_ select {
  padding-right: 3em;
}
.customer_.col1_.bulkall p.nav-open.active + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: -35px;
}
.customer_.col1_.bulkall p.nav-open + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: 0;
}
.bulkdetail h2.headtitle {
  border-left: 4px solid #4EC3E0;
  padding-left: 1em;
  margin: 0 0 1.5em;
}
/* 一括編集（情報） */
.customer_.col1_.bulkinfo .wrap_formlist_.bizuserlist_ .formlist_ th,
.customer_.col1_.bulkinfo .wrap_formlist_.bizuserlist_ .formlist_ td {
  background-color: #f3f3f3;
  border: none;
}
.customer_.col1_.product_info .wrap_formlist_.bizuserlist_ .formlist_ th {
  background-color: #f3f3f3;
  border: none;
  padding: 0.5em;
  text-align: right;
}
.customer_.col1_.product_info .wrap_formlist_.bizuserlist_ .formlist_ td {
  background-color: #f3f3f3;
  border: none;
  padding: 0.5em;
}
/* 検索条件スクロール */
.bizuserlist .wrap_formlist_.bizuserlist_ .btn-wrap + .table-scroll .formlist_.bizsearch_ {
  min-width: 1300px;
  margin-bottom: 20px;
}
/* カート */
.cartlist_.col1_.cardcart select {
  padding-right: 2em;
  min-width: 100px;
}
.cartlist_.col1_.cardcart td table {
  background-color: #C1D0DA;
}
.cartlist_.col1_.cardcart td table tbody tr:nth-child(even) {
  background-color: inherit;
}
/* 承認カード */
.customer_.col1_.doapprovalcard .navipage_ {
  margin: 0 auto 25px;
}
.customer_.col1_.doapprovalcard textarea {
  padding: 0.5em;
}
.customer_.col1_.historyCcan .table-scroll {
  margin-top: 25px;
}
.wrap_formlist_.bizuserlist_.t01 + .table-scroll {
  margin-top: 25px;
}
.container_.editpage_.editassist_ div#edit_wrap {
  display: inherit;
}
.customer_.col1_.product_detail .wrap_formlist_.bizuserlist_ .formlist_ th,
.customer_.col1_.product_detail .wrap_formlist_.bizuserlist_ .formlist_ td {
  background-color: #f3f3f3;
  border: none;
}
.customer_.col1_.product_detail .wrap_formlist_.bizuserlist_ .formlist_ {
}
.customer_.col1_.product_detail .wrap_formlist_.bizuserlist_ .formlist_ select {
  padding-right: 3em;
}
.customer_.col1_.product_detail p.nav-open.active + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: -35px;
}
.customer_.col1_.product_detail p.nav-open + .wrap_formlist_.bizuserlist_.t01 + .navipage_ {
  margin-top: 0;
}
.product_detail h2.headtitle {
  border-left: 4px solid #4EC3E0;
  padding-left: 1em;
  margin: 0 0 1.5em;
}
.customer_.col1_.product_detail table.formlist_.bizsearch_ + .submit_?@ {
  margin: 20px;
}
div#inputForm_u .formdetail_ td input[type="text"] {
}
.contact_.col1_.reference_list .formlist_.bizsearch_ {
  min-width: 1200px;
}
.contact_.col1_.reference_list .wrap_formlist_.bizuserlist_ .btn-wrap + .table-scroll {
  margin-top: 25px;
  padding-bottom: 20px;
}
.customer_.col1_.quit .formlist_.bizsearch_ {
  min-width: 1200px;
}
.customer_.col1_.quit .wrap_formlist_.bizuserlist_ .btn-wrap + .table-scroll {
  margin-top: 25px;
  padding-bottom: 20px;
}
body:has(#form1) {
  background: #EDF9FC;
}
body:has(#form1) footer {
  display: none;
}
div.wrapper_:has(div#login_info) > div {
  display: flex;
}
#login .inner_ {
  float: right;
  width: 392px;
  background-color: #fff;
  padding: 40px;
  border: 1px solid #D0D1D2;
  margin: 0 auto;
}
#login {
  overflow: hidden;
  margin-bottom: 0;
  position: relative !important;
  z-index: inherit !important;
  background: #fff !important;
  width: 760px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
#login_info {
  width: auto;
  padding: 0 10px;
  margin: 0 auto 20px;
  background: #EDF9FC;
}
#login_info {
  width: calc(100% - 760px);
  padding: 50px;
  margin: 0 auto 20px;
  display: flex;
  background: #EDF9FC;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body:has(#form1) .notification-list {
  list-style-type: none;
  padding: 20px;
  width: 428px;
  background: #fff;
  max-height: 252px;
  overflow-y: auto;
}
#login_info h2 {
  font-size: 24px;
  background: none;
  padding-left: 23px;
  margin-bottom: 0;
  line-height: 120%;
  width: 428px;
  background: #fff;
  padding: 20px;
  text-align: left;
}
#login_info h2:before {
  content: "";
  border: 4px solid #4EC3E0;
  margin-right: 1em;
}
body:has(#form1) .notification-list li {
  background-color: #F4F6F9;
  padding: 0;
  margin-bottom: 12px;
  border-bottom: none;
}
body:has(#form1) .notification-list li a {
  background-color: #F4F6F9;
  padding: 15px !important;
  margin-bottom: 12px;
  border-radius: 2px;
  box-shadow: none;
  border-bottom: none;
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  align-content: center;
  gap: 25px;
}
#login_info ul li a span {
  display: block !important;
  float: inherit !important;
  width: auto !important;
  font-size: 14px;
}
#login_info ul li a p {
  float: none;
  width: auto;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #161B1F;
}
.important_Notices {
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  width: -webkit-calc(100% - 450px);
  width: 100%;
  padding: 10px;
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  top: 0;
  width: -webkit-fill-available;
  left: 0;
}
.login_area_ table tr {
  display: flex;
  flex-direction: column;
}
#login .inner_ table td input {
  width: 100%;
  height: 42px;
  padding: 0 10px;
  line-height: 33px;
  border: 1px #D0D1D2 solid;
  margin: 0 0 10px 0;
  outline: none;
}
#login .inner_ #btn {
  background: none !important;
  color: #ffffff;
  height: auto !important;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}
.login_area_ table {
  width: 346px !important;
  margin: 0 auto;
}
#login .inner_ h1 img {
  display: inline-block;
  width: 254px;
}
#login a {
  text-decoration: none;
  font-size: 14px;
  color: #1C75BC;
}
#login a:hover {
  text-decoration: underline;
}
p.copyright {
  font-size: 10px;
  position: absolute;
  bottom: 20px;
}
.icon.login {
  position: absolute !important;
  top: 100px;
  right: 1.5em;
  display: flex !important;
  gap: 5px;
  font-size: 12px;
  color: #676A6D;
}
div#language {
  cursor: pointer;
}
.icon.login#language .dropdown-menu {
  width: 85px;
  left: 20px;
}
.having_trouble {
  text-align: right !important;
  display: flex;
  width: 450px;
  margin-top: 15px;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  align-content: center;
  gap: 5px;
}
div.topic_ {
  margin: 0 auto;
}
h1.topic_head_ {
  color: #161B1F;
  font-size: 24px;
  font-weight: bold;
}
.topiclist_body_ {
  background: #fff;
  padding: 56px 100px;
}
h2.topic_title_ {
  margin-top: 16px;
  padding: 0;
  border-top: none;
  border-bottom: none;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 36px;
}
div.topic_ div.article_ {
  line-height: 1.75;
  margin: 0;
}
/* 事業所名選択 */
table.formlist_ td input + span {
  display: inline-flex;
}
table.formlist_ td input + span a {
  padding: 0 12px;
  display: flex;
  width: 66px;
  border-radius: 2px;
  background: #1C75BC;
  color: #fff;
  font-size: 14px;
}
table.formlist_ td input + span a:has(img) {
  padding: 0;
  display: inline-block;
  width: auto;
  border-radius: 0;
  background: none;
}
table.formlist_ td input + span + span {
  border: none;
  width: auto;
  margin-left: 25px;
  min-width: 325px;
}
/* パターンコメント */
div#pattern_comment_o,
div#pattern_comment_u {
  font-size: 12px;
  white-space: normal;
}
div#pattern_comment_o:empty,
div#pattern_comment_u:empty {
  margin: 0;
  padding: 0;
}
div.editpage_ #edit_wrap {
  position: relative;
  min-height: 650px;
  zoom: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: flex-start;
  width: 1100px;
  margin: 0 auto;
}
div.editpage_ #edit_preview_area {
  width: auto;
  position: inherit;
  top: inherit;
  left: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  min-width: 50%;
  margin-right: 20px;
}
div.editpage_ #edit_input_area {
  width: auto;
  min-height: 700px;
  float: none;
}
#inputForm_o {
  overflow-x: auto;
  width: 100%;
}
div.editpage_ .formdetail_ .navipage_ a {
  width: auto;
}
div.editpage_ .formdetail_ .navipage_ {
  padding: 1em 0;
  margin: 0;
}
.unique_image h2.headtitle {
  border-left: 4px solid #4EC3E0;
  padding-left: 1em;
  margin: 1em 0 1.5em;
}
div.editpage_ #edit_input_area .btn_area_ + table.formdetail_ th {
  width: 270px;
  max-width: 100%;
}
div.editpage_ #edit_input_area .btn_area_ + table.formdetail_ td {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 385px;
}
div.editpage_ #edit_input_area .btn_area_ + table.formdetail_ td span.navipage_ {
  display: inline-flex;
  width: auto;
  white-space: nowrap;
}
div.editpage_ #edit_input_area .btn_area_ + table.formdetail_ td span.navipage_ a {
  padding: 0 12px;
  display: flex;
  width: auto;
  border-radius: 2px !important;
  background: #fff;
  font-size: 14px;
}
div.editpage_ #edit_input_area .btn_area_ + table.formdetail_ td span.navipage_ a:hover {
  background-color: #F3F3F3;
}
div.editpage_ #edit_input_area .btn_area_ + table.formdetail_ + table.formdetail_ td span.navipage_ {
  display: inline-flex;
  width: auto;
  white-space: nowrap;
}
div.editpage_ #edit_input_area .btn_area_ + table.formdetail_ + table.formdetail_ td span.navipage_ a {
  padding: 0 12px;
  display: flex;
  width: auto;
  border-radius: 2px !important;
  background: #fff;
  font-size: 14px;
}
div.editpage_ #edit_input_area .btn_area_ + table.formdetail_ + table.formdetail_ td span.navipage_ a:hover {
  background-color: #F3F3F3;
}
div.editpage_ #edit_input_area .formdetail_ td input[type="text"] {
  max-width: 300px;
}
/*
.wrap_formlist_.bizuserlist_.t01 + .navipage_ {
    margin: -25px 0 85px 0;
}
*/
/* Remodal */
body.remodal-is-active .remodal {
  padding: 12px;
  font-size: 15px;
  line-height: 1.75;
}
.remodal-close {
  border: none;
  background: #4EC3E0;
}
.remodal-close:after {
  font-family: inherit !important;
  font-size: 23px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
  color: #ffffff;
}
.remodal-close {
  position: absolute;
  top: 0px;
  right: -37px;
  width: 24px;
  height: 24px;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  text-decoration: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #5bc0bd;
}
.remodal-close:hover,
.remodal-close:active {
  background: #27A6C5;
  color: #ffffff;
}
.remodal-close:hover.remodal-close:after,
.remodal-close:active.remodal-close:after {
  color: #ffffff;
}
/* パスワードリセット */
.customer_.col1_.forgotpass .templ {
  margin: 10px 0;
  line-height: 1.6;
}
.cartlist_.col1_.cardcart table.formlist_ input {
  margin: 0 auto;
  display: block;
}
.customer_.col1_:has(.tabnavi_.tab_design) .wrap_box_ {
  margin-top: 77px;
  border-top: 1px solid #505457;
}
.tabnavi_.tab_design {
  position: absolute;
  top: -46px;
  border-bottom: none;
  padding: 0 0 0 20px;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  left: 0;
  width: calc(100% - 20px);
}
.tabnavi_.tab_design span {
  padding: 0;
  background: #fff;
  border: 1px solid #505457;
  display: inline-flex;
  height: 43px;
  width: 132px;
  text-align: center;
  color: #1C75BC;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 4px 4px 0 0;
  border-bottom: 2px solid #ffffff;
}
.tabnavi_.tab_design span:after {
  content: "";
}
.tabnavi_.tab_design a {
  padding: 0;
  background: none;
  border: 1px solid #D0D1D2;
  display: inline-flex;
  height: 43px;
  width: 132px;
  text-align: center;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}
.tabnavi_.tab_design a:hover {
  background-color: #fff;
}
.customer_.col1_.convert.cardconv_ffgs .btn-wrap-right {
  display: flex;
  align-items: center;
}
.cartlist_.col1_.cardcart td[nowrap=""] input {
  margin: 0;
  display: inline;
}
.contact_.customer_.col1_.customer_entry.pattern .formlist_ td {
  text-align: left;
  background-color: inherit;
  vertical-align: middle;
  word-break: break-all !important;
  white-space: normal !important;
}
.customer_.col1_.convert.cardconv_ffgs p.data_download {
  display: flex;
  justify-content: flex-end;
}
form[action*="/shop/approval/doapprovaleditcd.aspx"] .wrap_box_ .spandual_:first-child td {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}
.customer_.col1_.historyCcomp select[name="search_sort_dt"] {
  width: fit-content;
}
.customer_.col1_.historyCcomp select[name="search_sort_seq"] {
  width: fit-content;
}
.bizuserlist_nav_filter.history_btn_right {
  position: absolute;
  top: 92px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
}
.bizuserlist_nav_filter.history_btn_right .history_btn_ table {
  border: none;
  margin: 0;
}
.bizuserlist_nav_filter.history_btn_right .history_btn_ table th {
  border: none;
  background-color: #fff;
  padding: 0 0.5em;
}
.bizuserlist_nav_filter.history_btn_right .history_btn_ table td {
  border: none;
  padding: 0 0.5em;
}
.bizuserlist_nav_filter.history_btn_right .bizuserlist_nav_button {
  margin: 0;
}
.cartlist_.col1_.cardcart .cmt_ {
  margin: 3em 0 1em;
}
.rules_comment_ {
  margin-bottom: 1em;
}
@media (max-width: 1100px) {
  .digitalFormModal table.formlist_ {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.digitalFormModal table.formlist_ input {
  margin: 0;
  display: block;
}
.navipage_ + div:has(table#importlist_product_) {
  width: 95% !important;
}
.navipage_ + div:has(table#importlist_product_) #bodyDiv,
#rowDiv {
  width: calc(100% - 410px) !important;
}
.submit_ .bizuserlist_nav_filter {
  position: relative;
  top: 0;
}
.customer_.col1_:has(form[action*="/shop/product/assistsearch_ffgs.aspx"]) {
  width: 1100px;
  background: #fff;
  padding: 20px;
  margin-top: 30px;
}
.customer_.col1_:has(form[action*="/shop/product/assistsearch_ffgs.aspx"]) table td span.navipage_ a {
  padding: 0 12px;
  display: flex;
  width: auto;
  border-radius: 2px !important;
  background: #fff;
  font-size: 14px;
}
td.status_check_ {
  text-align: center;
}
div#ui-datepicker-div {
  z-index: 999 !important;
}
/*物販*/
div.container_ {
  width: auto;
  padding: 30px 50px;
  margin: 20px auto;
  overflow: hidden;
  position: relative;
  overflow: visible;
  background: #fff;
}
div.container_ div.mainframe_,
div.container_ div.mainframe_ .event_ .goods_ {
  width: calc(100% - 300px);
}
div.container_ div.mainframe_ .goods_ {
  display: block;
}
div.container_ div.mainframe_ div.goodsproductdetail_ {
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  gap: 50px;
}
table.cartlist_ {
  margin: 0 auto;
  width: 1100px;
  border-left: none;
  border-right: none;
}
div.container_ div.sidebox_ h2 {
  background: #4ec3e0;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 145%;
}
div.container_ div.mainframe_ .topiclist_body_ {
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
}
div.container_ div.mainframe_ ul.topicline_ li {
  border-bottom: 1px solid #ddd;
  padding: 0.5em;
}
div.container_ #sidebox_search .to_searchdetail a {
  display: inline;
  padding: 0 0 0 25px;
}
div.container_ div.mainframe_ div.StyleP_Line_ {
  margin-bottom: 20px;
  overflow: hidden;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
}
div.container_ div.mainframe_ .goods_　table.StyleL_Frame_ td.name_ {
    width: auto;
}
div.container_ div.mainframe_ .goods_　table.StyleL_Frame_ th {
    padding: 1em 0.7em;
    white-space: normal;
    background-color: #D0D1D2;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    word-break: keep-all;
}
table.StyleL_Frame_ td.name_ {
    width: auto!important;
}
.customer_.col1_.PrdPreviewDetail_ffgs table th {
    white-space: break-spaces !important;
    max-width: 8em;
}