@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

::-webkit-scrollbar {
  width: 0.45rem;
  height: 0.45rem;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(27, 27, 27, 0.4);
  border-radius: 3px;
}
::-webkit-scrollbar-track {
  background: transparent;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.wrapper {
  max-width: 500px;
  margin: 180px auto;
}

.system-name {
  text-align: center;
  margin-top: 30px;
}

.system-name > .title {
  font-size: 30px;
  color: #123555;
  margin-bottom: 4px;
}

.system-name > .sub-title {
  font-size: 16px;
  color: #123555;
}

.form-container {
  padding: 35px 40px;
  border-radius: 5px;
}

.page-title {
  font-size: 32px;
  font-weight: 600;
}

/* On Login Page This Not Required
Commented out by KAZ
.input-field {
    border-radius: 2px;
    padding: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}*/

.logo-large {
  width: 334px;
}

input {
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  padding: 0px 2px;
}

h2 {
  font-size: 1.75rem;
}

.text-normal {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.375rem;
}
.text-xxl {
  font-size: 2rem;
}
.text-l {
  font-size: 1.25rem;
}
.text-xm {
  font-size: 1rem;
}
.text-xxm {
  font-size: 1.125rem;
}
.text-m {
  font-size: 0.875rem;
}

.inquiry-container {
  margin: 0 15px;
  width: 1787px;
}

.datepicker_input {
  width: 160px;
  height: 60px;
  font-size: 20px;
  font-weight: 100;
  color: #212529;
}

.action-inquiry {
  height: 50px;
}

.color-blue {
  color: #13395c;
}

.field-title {
  margin-top: 20px;
}

.bg-blue {
  background-color: #123555;
  color: #ffffff;
}

.btn-blue {
  background-color: #123555;
  color: #ffffff;
}

.btn-blue:hover {
  opacity: 70%;
  color: #ffffff;
  background-color: #123555;
}

.login-more {
  color: #c2a53c;
}

body {
  background-color: #eee;
  height: 100vh;
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: 400;
}

.body-container {
  margin: 0 15px;
}

.main-container {
  width: 1800px;
  margin: 0 auto;
}

.admin_header {
  background-color: #123555;
}

.header {
  width: 100%;
  min-width: 1800px;
}
.header-logo {
  width: 100%;
  height: 55px;
}
.header-menu {
  width: 100%;
  height: 65px;
  padding-top: 8px;
}
.nav-link {
  padding: 0 10px 0 10px !important;
  border-right: 1px solid #768593;
}

.nav-link:last-child {
  border: none;
}

.div-link {
  padding: 0 10px 0 10px !important;
  border-right: 1px solid #768593;
}

.div-link:last-child {
  border: none;
}

.logo-small {
  height: 23px;
}

.nav-container {
  /*width: 875px;*/
  padding: 8px 0;
}

.text-nav-link {
  font-size: 1rem;
  color: #ffffff;
}

.text-div-link {
  font-size: 22px;
  font-weight: 400;
  padding-left: 23px !important;
  padding-right: 23px !important;
  color: #ffffff;
}

.text-div-link:hover {
  color: #be9f36;
}

.btn-blue {
  background-color: #123555;
  color: #ffffff;
}

.icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 12px;
}

.icon-small {
  width: 1rem;
  height: 1rem;
  margin-right: 12px;
}

.sidebar-container {
  width: 350px;
  margin-right: 45px;
}

.sidebar-item {
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 6px;
  font-size: 16px;
  width: 350px;
}

a {
  color: #212529;
}

a:hover {
  color: #be9f36;
}

li {
  list-style-type: none;
}

.dropdown-toggle:hover {
  color: #5f5f5f;
}

a.dropdown-toggle::after {
  display: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.list-item-menu {
  color: #707070;
  margin-top: 10px;
}
.item {
  border-top: 1px solid #cdcdcd;
  width: 100%;
  padding: 6px 0;
}

.select-item {
  padding-bottom: 10px;
}

.list-unstyled {
  margin-top: 8px;
}

.color-grown {
  color: #bfa039;
}

.title-menu {
  padding: 12px 0;
}

.item-count {
  color: #8e8e8e;
  font-size: 0.7rem;
  padding-left: 8px;
}
.has-search {
  position: relative;
}

.has-search .form-control {
  padding-right: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  right: 0;
  top: 0;
}

.form-group {
  margin-top: 8px;
}

.current-page {
  color: #5d5d5d;
  font-size: 0.85 rem;
}

.item-product-1 {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  padding: 10px;
  height: 80px;
}

.w-product a:hover {
  color: #123555 !important;
  font-weight: bold;
}

.item-product-2 {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  padding: 10px;
  height: 319px;
}

.item-product-2 a:hover {
  color: #123555 !important;
}

ul {
  padding-left: 0;
}

.img-product {
  width: 70px;
  margin-right: 10px;
}

.img-product-large {
  width: 292px;
  margin-bottom: 10px;
  height: 218px;
}

.img-product-medium {
  width: 292px;
  margin-bottom: 5px;
  height: 208px;
}

.menu-product-1 {
  padding: 16px 0 20px 0;
  border-bottom: 1px solid #c8c8c8;
}

.menu-product-2 {
  padding: 16px 0 20px 0;
}

/*Page 16*/
.box-card {
  float: left;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding: 30px;
  max-width: 100%;
  margin-bottom: 6px;
  font-size: 16px;
  box-sizing: border-box;
}

.product {
  float: left;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #444;
  box-sizing: border-box;
}

.product:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.product__image {
  float: left;
  height: 220px;
  width: 220px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px;
}

.product__image img {
  width: 100%;
  height: 100%;
}

.product__info {
  float: left;
  width: calc(100% - 240px);
  box-sizing: border-box;
  margin-left: 20px;
}

.product__name {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.product__sub-info {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.product__sub-info__item {
  float: left;
  width: calc(100% / 4);
}

.product__sub-info__label {
  color: #888;
}

.product__sub-info__content {
}

.product__quantity {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.product__quantity__label {
  float: left;
}

.product__quantity__input {
  float: left;
  margin-left: 20px;
  height: 38px;
  width: 100px;
  padding: 5px 20px;
}

.info-request__wrapper {
  float: left;
  width: 100%;
}

.info-request__item-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.info-request__item {
  float: left;
  width: calc(100% / 4);
}

.info-request__label {
  color: #888;
}

.info-request__content {
}

.info-request__form {
  float: left;
  width: 100%;
}

.info-request__form-label {
  float: left;
  width: 100%;
}

.info-request__form-input {
  float: left;
  width: 100%;
  resize: none;
  height: 100px;
}

.text-yellow {
  color: #be9f36;
}

.text-gray {
  color: #5d5d5d;
}

.container__title {
  float: left;
  max-width: 100%;
  font-size: 32px;
  font-weight: bold;
  padding-left: 0px;
}

.container__tool {
  float: right;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
}

.btn-no-padding {
  padding: 0;
}

.btn-text {
  border: none;
}

.btn-print {
  height: 50px;
  width: 125px;
  outline: 1px solid #c8c8c8;
}

.btn-checkout {
  width: 221px;
  background-color: #13395c;
  color: #fff;
}

.btn-continue-buy {
  width: 221px;
  outline: 1px solid #c8c8c8;
  background-color: #fff;
}

.container-checkout__wrapper {
  display: flex;
  justify-content: center;
}

.container-checkout {
  /*width: 1272px;*/
}

.breadcrumb {
  height: 1.25rem;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #5d5d5d;
  padding-left: 0px;
}

.btn:hover {
  color: #c9c9c9;
}

.w-product {
  width: 319px;
  margin: 0 25px 20px 0;
}

.w-product:nth-child(4n) {
  margin-right: 0;
}

.name-product span {
  display: -webkit-box;
  max-width: 281px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.chevron-right {
  font-size: 0.7rem;
  margin-right: 0.5rem;
}

.select-level-1 {
  margin-top: 10px;
  border-bottom: 1px solid #c8c8c8;
}

.select-level-1:last-child {
  border: none;
}

.me-6 {
  margin-right: 70px;
}

.me-7 {
  margin-right: 70px;
}

/*----Header---*/

.header-logo > h4 {
    font-size: 12px;
    line-height: 30px;
    margin-left: 50px;
    color: #123555;
}
.header-user-avator {
    margin-left: 100px;
}
.header-user-avator.rounded-circle {
    object-fit: cover;
    margin-top: 10px;
    margin-right: 30px;
    width: 75px;
    height: 75px;
    border-radius: 50% !important;
    border: solid #696969 2px;
}
.header-user-info {
    margin-left: 20px;
}
.header-user-info > p {
    font-size: 12px;
}
.header-user-info > p > .name {
    font-size: 20px;
}

.header-user-avator img {
    margin: 0;
    height: 50px;
    width: 50px;
}
