@charset "UTF-8";
/*
* カスタマイズcss
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Noto+Serif+JP&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.0/font/bootstrap-icons.css");
.text-maruku-red {
  color: #c23636 !important;
}

.text-maruku-blue {
  color: #2d3dd7 !important;
}

.text-maruku-green {
  color: #06c755 !important;
}

/*
 @include is-pc {

 }
 @include is-tb {

 }
 @include is-sp {

 }


 .is-pc 
 .is-tb

*/
@media only screen and (max-width: 991px) {
  .is-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .is-tb {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  br.sp-only {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .tb-mt-2 {
    margin-top: 0.5rem !important;
  }
  .tb-mt-3 {
    margin-top: 1rem !important;
  }
  .tb-mt-4 {
    margin-top: 1.5rem !important;
  }
  .tb-mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .tb-mb-3 {
    margin-bottom: 1rem !important;
  }
  .tb-mb-4 {
    margin-bottom: 1.5rem !important;
  }
}
a {
  color: #17894c;
}
a:hover {
  color: #17894c;
}

.content-wrapper {
  background: #dcede4;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 5px 21px -5px #c7cbc9;
  /* height: 60px; */
  height: 40px;
  padding-left: 20px;
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .header {
    padding: 0 10px;
  }
}
.header .logo-wrapper a img {
  /*  width: 420px; */
  width: 340px;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .header .logo-wrapper a img {
    width: 85%;
    max-width: 340px;
  }
}
.header .user-area {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .header .user-area {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .header .toggler-wrapper {
    display: none;
  }
}
.header .toggler-wrapper .toggler {
  height: 60px;
  width: 28px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0;
  background: none;
  color: #17894c;
}

.card .card-title {
  font-size: 22px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .table-responsive {
    min-height: 115px;
  }
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f6f9f7;
}

.table th .th-with-check {
  position: relative;
  padding-right: 25px;
}
.table th .th-with-check .form-check {
  position: absolute;
  right: -15px;
  top: -2px;
  margin: 0;
  padding: 0;
}

.table th,
.jsgrid .jsgrid-table th,
.table td,
.jsgrid .jsgrid-table td {
  white-space: normal;
  line-height: 1.5;
  padding: 15px 15px;
}

.table th,
.jsgrid .jsgrid-table th {
  white-space: nowrap;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background: #17894c;
  border-color: #17894c;
}

.pagination .page-item.disabled .page-link,
.pagination .page-item.disabled:hover .page-link {
  border-color: #CED4DA;
  background-color: #fff;
  color: #CED4DA;
}

.sidebar .nav .nav-item.active > .nav-link,
.sidebar .nav:not(.sub-menu) > .nav-item:hover > .nav-link, .sidebar .nav:not(.sub-menu) > .nav-item:hover[aria-expanded=true],
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded=true],
.sidebar .nav.sub-menu {
  background-color: #17894c;
}

.sidebar {
  width: 210px !important;
}

@media only screen and (min-width: 992px) {
  .main-panel {
    width: calc(100% - 200px);
  }
}

.search-panel-trigger {
  display: none;
}
@media only screen and (max-width: 767px) {
  .search-panel-trigger {
    display: block;
  }
}
.search-panel-trigger .btn {
  margin: 0 auto;
}
.search-panel-trigger .btn.collapsed + hr {
  display: none;
}
.search-panel-trigger .btn.collapsed.dropdown-toggle::after {
  transform: translateY(-50%) rotate(0);
  animation: change-color 2s linear infinite;
}
.search-panel-trigger .btn.dropdown-toggle {
  position: relative;
}
.search-panel-trigger .btn.dropdown-toggle::after {
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center;
  transition: 0.3s;
}

.search-option {
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .search-option {
    display: flex;
    flex-wrap: wrap;
  }
  .search-option > div {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px dotted #c8c8c8;
  }
  .search-option > div:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1269.98px) {
  .search-option label {
    line-height: 1.3;
  }
  .search-option .sp-only {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .search-option {
    margin-top: 15px;
  }
}

#search-panel.collapse:not(.show) {
  display: block;
}
@media only screen and (max-width: 767px) {
  #search-panel.collapse:not(.show) {
    display: none;
  }
}

.syllabary-panel {
  margin: 20px 0 20px;
}
@media only screen and (min-width: 992px) {
  .syllabary-panel {
    display: flex;
    max-width: 1000px;
  }
}
@media only screen and (max-width: 991px) {
  .syllabary-panel {
    max-width: 500px;
  }
}
@media only screen and (min-width: 992px) {
  .syllabary-panel .-group {
    flex: 1;
  }
}
@media only screen and (max-width: 991px) {
  .syllabary-panel .-group {
    display: flex;
  }
}
.syllabary-panel .-group a {
  display: block;
}
.syllabary-panel .-group .-header,
.syllabary-panel .-group .-item {
  text-align: center;
  border: 1px solid #d4d4d4;
  margin-right: -1px;
  margin-bottom: -1px;
}
@media only screen and (max-width: 991px) {
  .syllabary-panel .-group .-header,
  .syllabary-panel .-group .-item {
    height: 50px;
    line-height: 50px;
  }
}
.syllabary-panel .-group .-header.select,
.syllabary-panel .-group .-item.select {
  background-color: #2b995e;
}
.syllabary-panel .-group .-header.select a,
.syllabary-panel .-group .-item.select a {
  color: #fff;
}
.syllabary-panel .-group .-header {
  background-color: #e5e5e5;
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .syllabary-panel .-group .-header {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .syllabary-panel .-group .-header {
    width: 20vw;
  }
}
.syllabary-panel .-group .-item {
  background-color: #f6f5f5;
  font-size: 22px;
}
@media only screen and (min-width: 992px) {
  .syllabary-panel .-group .-item {
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .syllabary-panel .-group .-item {
    flex: 1;
  }
}

.makers-search-result {
  margin-top: 20px;
}
.makers-search-result ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 10px 20px;
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .makers-search-result ul {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.makers-search-result ul li a {
  display: block;
  background-color: #eaf1f7;
  color: #333;
  border-radius: 5px;
  padding: 20px 30px 20px 50px;
  position: relative;
  line-height: 1.3;
  font-size: 16px;
}
.makers-search-result ul li a i {
  position: absolute;
  left: 20px;
  top: 48%;
  transform: translateY(-50%);
}

.form-control:focus, .asColorPicker-input:focus, .dataTables_wrapper select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row select:focus, .jsgrid .jsgrid-table .jsgrid-filter-row input:focus[type=number], .select2-container--default .select2-selection--single:focus, .select2-container--default .select2-selection--single .select2-search__field:focus, .typeahead:focus, .tt-query:focus, .tt-hint:focus {
  border-color: #17894c;
}

.form-group label {
  font-size: 12px;
  margin-bottom: 0;
}

.form-control.form-number {
  width: 100px;
}

.select2-selection__rendered[title=選択してください] {
  color: #ced4da !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #17894c;
}

.select2-container--default .select2-selection--single {
  height: 2.875rem !important;
}

.select2-container {
  width: 100% !important;
}

.form-check .form-check-label input[type=checkbox]:checked + .input-helper:before {
  background: #17894c;
}

.form-check .form-check-label input[type=checkbox] + .input-helper:before {
  border-color: #17894c;
}

.form-check .form-check-label input[type=radio]:checked + .input-helper:before {
  background: #17894c;
}

.form-check .form-check-label input[type=radio] + .input-helper:before {
  border-color: #17894c;
}

.btn {
  color: #fff;
  background-color: #17894c;
  border-color: #17894c;
  transition: 0.2s opacity;
}
.btn:hover {
  background-color: #17894c;
  border-color: #17894c;
  color: #fff;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .btn:hover {
    opacity: 1;
  }
}
.btn.bg-red {
  background-color: #c23636;
  border-color: #c23636;
}
.btn.bg-red:hover {
  background-color: #c23636;
  border-color: #c23636;
}
.btn.btn-outline {
  background-color: transparent;
  color: #17894c;
}
.btn.btn-outline:hover {
  background-color: #17894c;
  color: #fff;
}

.order_number {
  border: 1px solid #17894c;
  border-radius: 2px;
}
.order_number .input-group-prepend .input-group-text {
  background-color: #17894c;
  color: #fff;
  border-color: transparent;
}
.order_number .form-control {
  border-color: transparent;
}
.order_number .already-in-cart {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 5px 10px;
}

.floating_cart_button {
  position: fixed;
  bottom: 10px;
  right: 30px;
}

.tb-table-style-01 {
  font-size: 0.875rem;
}
.tb-table-style-01 tr th, .tb-table-style-01 tr td {
  padding: 5px 0;
  vertical-align: baseline;
}
.tb-table-style-01 tr th {
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  .tb-title-style-01 {
    border-left: 7px solid #17894c;
    padding-bottom: 3px;
    padding-left: 10px;
    font-size: 1.3rem;
  }
  .tb-lh-tight {
    line-height: 1.4 !important;
  }
  .w-tb-100 {
    width: 100% !important;
  }
}
input {
  min-width: 80px;
}

@keyframes change-color {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.auth .auth-contents {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.auth .brand-logo img {
  width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.btn,
a {
  font-weight: bold;
}

.area-bg {
  background-color: #f6f9f7;
  padding: 20px;
}

.textarea-csv {
  width: 100%;
  height: 250px !important;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .textarea-csv {
    height: 300px !important;
  }
}

.required-mark {
  color: #c23636;
  font-weight: bold;
  font-size: 16px;
  line-height: 0;
}

.datepicker.datepicker-dropdown,
.datepicker.datepicker-inline {
  width: 300px;
  max-width: unset;
  min-width: unset;
  padding: 10px 20px;
  z-index: 9999 !important;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.new,
.datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td.day.new {
  color: #d9dde3;
}

.bar-code-scanning-wrapper {
  max-width: 600px;
  margin: 20px 0 20px;
}/*# sourceMappingURL=style.css.map */