@charset "UTF-8";
/*========================================
Re:vite
Date : 
Style : each contents CSS "index"
Filename : contents.css
========================================*/
/*========================================
Text Format
========================================*/
p {
  word-break: break-all;
  overflow-wrap: break-word;
}
main {
  display: block;
  min-height: calc(100vh - 80px);
}
hr {
  width: 100px;
  opacity: 0;
}
a:hover,
input[type="submit"]:hover {
  cursor: pointer;
}
/* @media (max-width: 450px) {
  main {
    padding: 40px 0 0;
  }
} */
/*========================================
common
========================================*/
.wrapper {
  position: relative;
  display: flex;
  /* max-width: 1360px; */
}
.side-contents {
  position: sticky;
  left: 0;
  width: 160px;
  min-height: 100vh;
  background: #999;
  z-index: 9999;
}
.side-inner {
  position: sticky;
  top: 0;
  left: 0;
}
.side-contents.active {
  width: 40px;
}
.main-contents.active {
  width: calc(100% - 160px);
  min-width: calc(100% - 160px);
}
.main-contents {
  width: calc(100% - 40px);
  min-width: 1000px;
}
.main-contet-inner {
  box-sizing: border-box;
  min-height: calc(100vh - 80px);
  padding: 20px 20px 80px;
  background: #f5f9fc;
}
.page-ttl_ar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  margin: 0 0 10px;
}
.page-contents {
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
}
.over-content {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  background-color: #fff;
}
.page-ttl_ar h2 {
  font-size: 1.3rem;
  font-weight: bold;
}
.page-ttl_ar .delete-btn p {
  align-items: center;
  max-width: 120px;
  width: 120px;
  height: 40px;
}
.border-b {
  border-bottom: 1px solid #000 !important;
}
.border-none {
  border: none!important;
}
.accordion,.accordion-ttl {
  cursor: pointer;
  position: relative;
}
.accordion:before,
.accordion-ttl:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
}
.accordion:after,
.accordion-ttl:after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 2px;
  height: 18px;
  background: #fff;
  transform: translateY(-50%);
}
.accordion.active:after,
.accordion-ttl.active:after {
  display: none;
}
/* .accordion-cont {
  display: none;
} */
.pc-cont {
  display: block;
}
.sp-cont {
  display: none;
}
.small {
  font-size: 12px;
}
.text {
  line-height: 1.8;
}
.bg-calender {
  padding: 4px 20px 4px 4px !important;
  background: url(../images/common/calender.png) center right 10px / 15px
    no-repeat #fff;
}
.btn2 {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  line-height: 0;
  padding: 10px;
  background: #aaa;
  border: 1px solid #aaa;
  color: #fff;
  border-radius: 4px;
}
.btn2:hover {
  opacity: 0.8;
}
.btn3 {
  cursor: pointer; 
  box-sizing: border-box;
  display: inline-block;
  line-height: 0;
  padding: 10px;
  background: #555;
  border: 1px solid #555;
  color: #fff;
  border-radius: 4px;
  white-space: nowrap;
  transition: 0.4s;
}
.btn3:hover {
  background-color: #fff;
  color: #555;
}
.sort-handle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
}
.sort-handle img {
  width: 15px;
}
.add-test {
  line-height: 1.8;
  font-size: 0.9rem;
}
.turnback {
  display: block;
  width: 100%!important;
  height: 1px;
}
.link {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}
.tx-l {
  text-align: left!important;
}
.tx-c {
  text-align: center!important;
}
.tx-r {
  text-align: right!important;
}
@media (min-width: 451px) {
  .accordion:hover {
    cursor: pointer;
  }
  .bg-calender:hover {
    cursor: pointer;
  }
}
@media (max-width: 450px) {
  .wrapper {
    width: 100%;
  }
  .side-contents {
    position: fixed;
    top: 0;
    left: auto;
    right: 0%;
    width: 100%;
    z-index: 100;
  }
  .side-contents.active {
    width: 100%;
    right: 100%;
  }
  .main-contents,
  .main-contents.active {
    width: 100%;
    min-width: 100%;
    overflow: auto;
  }
}
@media (max-width: 450px) {
  .main-contet-inner {
    padding: 20px 10px;
  }
  .page-contents {
    min-width: 100%;
  }
  .pc-cont {
    display: none;
  }
  .sp-cont {
    display: block;
  }
  .side-inner {
    position: static;
  }
  .sp-block {
    display: block!important;
  }
}
@media (max-width: 374px) {
}
/*========================================
table 一覧
========================================*/
/* .table_ar {
  overflow: auto;
  max-height: 90vh;
} */
.list-table {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
  z-index: 10;
}
.list-table th {
  box-sizing: border-box;
  /* position: sticky;
  top: 0 */;
  padding: 6px;
  background: #f7f7f7;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
  overflow: hidden;
  z-index: 10;
}
.list-table th:last-of-type {
  border-right: 1px solid #aaa;
}
.list-table td {
  box-sizing: border-box;
  padding: 6px;
  background: #fff;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-size: 0.9rem;
  line-height: 1.5;
  vertical-align: middle;
  word-wrap: break-word;
  overflow: hidden;
}
.list-table .gray td {
  background-color: #eee;
}
.list-table tr td:last-of-type {
  border-right: 1px solid #aaa;
}
.border-l_none {
  border-left: none!important;
}
.border-r_none {
  border-right: none!important;
}
.border-t_none {
  border-top: none!important;
}
.border-b_none {
  border-bottom: none!important;
}
.new-btn {
  display: inline-block;
  padding: 8px 10px 8px 30px;
  background: url(../images/common/edit-solid.png) left 8px center / 16px
    no-repeat;
  background-color: #fff;
  border: 2px solid #4b6eaf;
  border-radius: 4px;
  color: #4b6eaf;
  transition: 0.4s;
}
.serch_ar {
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 10px 10px 0;
  background: #fff;
}
.serch-btn {
  width: 100%;
  margin: 10px 0;
}
.serch-btn input {
  display: inline-block;
  width: 150px;
  padding: 4px 0;
  background-color: #999;
  border: 2px solid #999;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}
.serch-btn .search_clear {
  cursor: pointer;
  margin-left: 20px;
  background-color: #fff;
  color: #999;
}
.serch_ar form {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.serch_ar h4 {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  background: #999;
  color: #fff;
  font-size: 1.1rem;
}
.serch-cont {
  display: flex;
  flex-direction: column;
  margin: 0 20px 10px 0;
}
.serch-cont .check-cont_ar {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.serch-cont .wd-s {
  width: 100px;
}
.serch-cont .wd-sm {
  width: 125px;
}
.serch-cont .wd-m {
  width: 300px;
}
.serch-cont h5 {
  min-width: 50px;
  margin: 0 0 5px;
  color: #000;
}
.serch-cont input {
  max-width: 200px;
  padding: 5px;
}
.serch-cont .bg-calender {
  padding: 5px !important;
}
.serch-cont select {
  width: 150px;
  padding: 5px 25px 5px 5px;
}
.serch-cont .medium-select {
  width: 250px;
}
.serch_ar2 {
  box-sizing: border-box;
  margin: 0 0 20px;
  background: #eee;
  border: 1px solid #aaa;
}
.serch-btn2 {
  width: 100%;
  text-align: center;
}
.serch-btn2 input {
  display: inline-block;
  width: 200px;
  margin: 20px 0 0px;
  padding: 4px 16px;
  background-color: #999;
  border: 2px solid #999;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}
.serch_ar2 form {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
}
.serch_ar2 h4 {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  background: #999;
  color: #fff;
  font-size: 1.1rem;
}
.serch_ar2 .serch-cont {
  box-sizing: border-box;
  display: block;
  padding: 10px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.serch_ar2 h5 {
  margin: 0 0 5px;
}
.serch_ar2 input,
.serch_ar2 select {
  width: 200px;
}
.range {
  display: flex;
  align-items: center;
}
.serch-result {
  margin: 20px 0 0;
}
.serch-hinban {
  width: 222px;
}
.serch-hinban > div {
  display: flex;
}
.serch-hinban p:first-of-type {
  width: 50%;
}
.serch-hinban p:last-of-type {
  width: calc(50% - 20px);
  margin: 0 0 0 20px;
}
.serch-hinban > div input {
  width: 100%;
}
.serch-hinban > div input[type="submit"] {
  background: #999;
  border-color: #999;
  color: #fff;
}
.item-no-box {
  display: flex;
}
.item-no1 {
  position: relative;
  width: 110px;
  margin: 0 30px 0 0;
}
.item-no1:after {
  content: "ー";
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
}
.item-no2 {
  width: 60px;
}
.item-no-box input {
  width: 100%;
}
.pager-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 10px 0;
}
.pager-wrapper .pager_ar {
  margin: 0;
}
.all-controll {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 8px;
  background-color: #4b6eaf;
  border: 2px solid #4b6eaf;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}
.pager_ar {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.pager_ar p {
  margin: 0 10px 0 0;
  font-size: 12px;
}
.pager_ar ul {
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
}
.pager_ar ul li a {
  display: block;
  margin: 0 2px;
  padding: 3px 5px;
  font-size: 12px;
  border-radius: 2px;
  transition: 0.4s;
}
.pager_ar ul li.active a {
  background: #333;
  color: #fff;
}
.pager-customize {
  display: flex;
  align-items: center;
}
.pager-customize select {
  width: 60px;
  padding: 2px 20px 2px 2px;
  font-size: 12px;
}
.pager-customize p {
  margin: 0 5px 0 0;
  font-size: 12px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.btn a {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  max-width: 100px;
  padding: 10px 30px;
  border: 2px solid #333;
  border-radius: 4px;
  color: #333;
  transition: 0.4s;
}
.edit-btn {
  text-align: center;
}
.edit-btn a {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  max-width: 55px;
  border: 2px solid #333;
  border-radius: 4px;
  color: #333;
}
.chat-btn {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 0 10px;
  max-width: max-content;
  border: 2px solid #333;
  border-radius: 4px;
  color: #333;
}
.chat-btn.alert:after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: red;
}
.chat-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.chat-status {
  box-sizing: border-box;
  display: inline-block;
  width: 80px;
  padding: 0px 15px;
  border-radius: 20px;
  color: #fff;
}
.chat-status1 {
  background-color: #ed8077;
}
.chat-status2 {
  background-color: #4488c5;
}
.chat-status3 {
  background-color: #5eb5a6;
}
.chat-status4 {
  background-color: #fff;
  border: 1px solid #555;
  color: #555;
}
.delete-btn {
  text-align: center;
}
.delete-btn > * {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  max-width: 55px;
  background: #333;
  border: 2px solid #333;
  border-radius: 4px;
  color: #fff;
}
.compleat-text {
  position: fixed;
  top: 50%;
  width: 100%;
  padding: 20px 0;
  background: #999;
  color: #fff;
  font-size: 1.5rem;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}
.compleat-text.blue {
  background: #4b6eaf;
}
.compleat-text.red {
  background: #ed8077;
}
.tabContent {
  display: none;
}
.tabContent.active {
  display: block;
}
.tab-link {
  display: flex;
  flex-wrap: wrap;
}
.tab-link li a {
  box-sizing: border-box;
  display: block;
  padding: 10px 20px;
  background: #fff;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  color: #999;
  transition: 0.4s;
}
.tab-link li a {
  color: #4b6eaf;
}
.tab-link li:last-of-type a {
  border-right: 1px solid #999;
}
.tab-link li.edit a {
  background: orange;
  color: #fff;
}
.tab-link li.active a {
  background: #4b6eaf;
  color: #fff;
}
.wd-max {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0!important;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.align-start {
  align-items: flex-start;
}
.align-center {
  align-items: center;
}
.align-end {
  align-items: flex-end;
}
.justify-end {
  justify-content: flex-end;
}
.inline-block {
  display: inline-block;
}
@media (min-width: 451px) {
  .new-btn:hover {
    background-color: #4b6eaf;
    background-image: url(../images/common/edit-solid_w.png);
    color: #fff;
  }
  .all-controll:hover {
    cursor: pointer;
    background: #fff;
    color: #4b6eaf;
  }
  .serch-btn input:hover,
  .serch-btn2 input:hover {
    background-color: #fff;
    color: #999;
  }
  .pager_ar ul li a:hover {
    background: #999;
    color: #fff;
  }
  .edit-btn a:hover,
  .delete-btn p:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .btn a:hover {
    cursor: pointer;
    background: #333;
    color: #fff;
  }
  .tab-link li:hover,
  .tab-link li:hover a {
    cursor: pointer;
    background: #4b6eaf;
    color: #fff;
  }
}
@media (max-width: 450px) {
}
@media (max-width: 450px) {
  .table_ar {
    max-height: 100%;
  }
  .list-table th,
  .list-table td {
    /* display: none; */
    padding: 5px;
  }
  .list-table .sp-cell {
    display: table-cell;
  } /*
  .serch_ar {
    margin: 30px 0 10px;
  } */
  .serch-cont {
    display: block;
    width: 100%;
    margin: 0 0 15px;
  }
  .serch-cont select {
    width: 100%;
  }
  .serch-cont .wd-m {
    width: 100%;
  }
  .serch-cont h5 {
    margin: 0 0 5px;
    font-size: 0.9rem;
  }
  .serch-cont input {
    max-width: 100%;
  }
  .serch_ar form {
    justify-content: flex-start;
    margin: 20px 0;
  }
  .serch_ar2 form {
    padding: 20px 10px;
  }
  .serch_ar2 .serch-cont {
    width: 100%;
    margin: 0 0 20px;
  }
  .serch_ar2 input,
  .serch_ar2 select {
    width: 100%;
  }
  .serch-cont .medium-select {
    width: 100%;
  }
  .serch-btn {
    width: 250px;
    margin: 20px auto 30px;
  }
  .serch-btn input {
    width: 100%;
  }
  .serch-cont .check-cont_ar {
    margin: 20px 0 0;
  }
  .serch-btn .search_clear {
    margin: 20px 0 0;
  }
  .pager-wrapper {
    align-items: center;
    flex-direction: column;
  }
  .pager-wrapper .flex.align-end {
    margin: 0 0 0 auto;
  }
  .pager_ar {
    flex-direction: column;
    justify-content: center;
    margin: 15px 0;
  }
  .pager_ar p {
    margin: 0 0 10px;
  }
  .pager_ar ul {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }
  .pager_ar ul li a {
    margin: 0 7px 7px;
    font-size: 1.1rem;
  }
  .pager-customize {
    margin: 15px 0 0 auto;
  }
  .pager-customize p {
    margin: 0 10px 0 0;
  }
  .tab-link li a {
    padding: 10px;
  }
}
@media (max-width: 374px) {
}

/*========================================
input 入力
========================================*/
.input-submit_ar {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.input-submit {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 40px;
  padding: 0;
  background: #fff;
  border: 2px solid #333;
  border-radius: 4px;
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  transition: 0.4s;
  text-align: center;
}
.input-submit_ar .delete-btn p {
  align-items: center;
  width: 100px;
  height: 40px;
  margin: 0 0 0 30px;
}
.submit-fix {
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 15px;
    box-shadow: 0 -5px 10px -5px #ddd;
    background: #fff;
    text-align: center;
    z-index: 1000;
}
.submit-fix.chat {
  position: static;
  padding: 15px;
  border: 1px solid #aaa;
}
.submit-fix .input-submit {
    margin: 0;
}
.submit-fix > div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.return-btn {
  margin: 0 50px 0 0;
  font-weight: bold;
}
.input_ar {
  box-sizing: border-box;
  padding: 20px;
}
.category-block {
  box-sizing: border-box;
  margin: 0 0 30px;
}
.category-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border: 1px solid #999;
}
.category-ttl {
  width: 100%;
}
.category-ttl h3 {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 60px;
  background: #999;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.category-block.no-edit .input-cont {
  border-bottom: 1px solid #aaa;
}
.input-cont {
  width: 45%;
  margin: 0 5% 20px 0;
}
.input-cont.col-1 {
  width: calc(8.333% - 20px);
  margin: 0 20px 20px 0;
}
.input-cont.col-2 {
  width: calc(16.666% - 20px);
  margin: 0 20px 20px 0;
}
.input-cont.col-3 {
  width: calc(25% - 20px);
  margin: 0 20px 20px 0;
}
.input-cont.col-4 {
  width: calc(33.333% - 20px);
  margin: 0 20px 20px 0;
}
.input-cont.col-5 {
  width: calc(41.665% - 20px);
  margin: 0 20px 20px 0;
}
.input-cont.col-6 {
  width: calc(50% - 20px);
  margin: 0 20px 20px 0;
}
.input-cont.col-7 {
  width: calc(58.331% - 20px);
  margin: 0 20px 20px 0;
}
.input-cont.col-8 {
  width: calc(66.666% - 20px);
  margin: 0 20px 20px 0;
}
.input-cont.col-9 {
  width: calc(75% - 20px);
  margin: 0 20px 20px 0;
}
.input-cont.col-10 {
  width: calc(83.333% - 20px);
  margin: 0 20px 20px 0;
}
.input-cont.col-11 {
  width: calc(91.663% - 20px);
  margin: 0 20px 20px 0;
}
.input-cont.col-12 {
  width: 100%;
  margin: 0 0 20px;
}
.col-1 {
  width: 8.333%;
}
.col-2 {
  width: 16.666%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.333%;
}
.col-5 {
  width: 41.665%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.331%;
}
.col-8 {
  width: 66.666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.333%;
}
.col-11 {
  width: 91.663%;
}
.col-12 {
  width: 100%;
}
.input-cont.one-half {
  width: 100%;
}
.input-cont.one-half dl {
  width: 47.5%;
}
.input-cont.colum4 {
  width: 20%;
}
.input-cont.colum3 {
  width: 28%;
}
.input-cont.wd-max {
  width: 100%;
  max-width: 100%;
}
.input-cont dt {
  display: inline-block;
  margin: 0 0 5px;
  font-weight: bold;
}
.input-cont dd .text a {
  color: #00f;
}
.input-cont .serch {
  display: flex;
  align-items: center;
}
.input-cont .serch .btn {
  display: inline-block;
  width: auto;
  margin: 0 0 0 20px;
}
.input-cont .text {
  box-sizing: border-box;
  min-height: 40px;
  padding: 5px;
  background-color: #f7f7f7;
  line-height: 1.8;
}
.input-cont .size {
  display: inline-flex;
  align-items: center;
}
.input-cont .size > div:not(:last-of-type) {
  margin: 0 20px 0 0;
}
.input-cont .size > div div {
  display: flex;
  align-items: flex-end;
}
.input-cont .size input {
  margin: 0 5px 0 0;
}
.input-cont .size p {
  margin: 0 0 5px;
}
.input-cont input,
.input-cont textarea,
.input-cont select {
  background-color: #bbcdd2;
  border: 1px solid #bbcdd2;
}
.input-cont.tel dd {
  display: flex;
}
.input-cont.tel dd p {
  position: relative;
  width: 65px;
  margin-right: 15px;
}
.input-cont.tel dd p:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  width: 5px;
  height: 1px;
  background-color: #000;
}
.input-cont.zip dd {
  display: flex;
}
.input-cont.zip dd p {
  position: relative;
  width: 65px;
  margin-right: 15px;
}
.input-cont.zip dd p:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  width: 5px;
  height: 1px;
  background-color: #000;
}
.require {
  position: relative;
}
.require:after {
  content: "*";
  position: absolute;
  top: -4px;
  right: -12px;
  color: red;
  font-size: 20px;
}
.add-text {
  margin: 5px 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
}
.add-staff {
  display: none;
  width: 100%;
}
.add-staff.active {
  display: flex;
  flex-wrap: wrap;
}
.add-btn {
  display: inline-flex;
  align-items: center;
}
.add-btn figure {
  width: 17px;
  height: 17px;
  margin: 0 5px 0 0;
}
.add-btn p {
  user-select: none;
  color: #4b6eaf;
}
.error {
  margin: 5px 0 0;
  color: red;
  font-size: 0.9rem;
}
.error-bg,
.error-bg + .select2 .select2-selection {
  background-color: #ffdfdf !important;
  border: 1px solid red !important;
}
.change-bg {
  background-color: yellow!important;
  /* border: 1px solid yellow!important; */
}
.cost-error {
  position: relative;
}
.cost-error:after {
  content: "※カタログ外商品の場合は原価を入力してください";
  position: absolute;
  left: 0;
  width: 300px;
  bottom: -13px;
  color: #f00;
  font-size: 10px;
}
.form-check {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #a40000;
  border-radius: 50%;
  color: #fff;
}
.form-check.ok {
  background: #0d3e9a;
}

.form-check p:first-of-type {
  margin: 0 0 10px;
  font-size: 0.9rem;
  text-align: center;
}
.form-check .number {
  padding: 0 5px 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 451px) {
  .input-submit:hover {
    background-color: #333;
    color: #fff;
  }
  .add-btn:hover {
    cursor: pointer;
  }
}
@media (max-width: 450px) {
  .input_ar {
    padding: 20px 10px;
  }
  .category-inner {
    padding: 20px 10px;
  }
  .input-cont {
    width: 100%;
    margin: 0 0 20px;
  }
  .input-cont.colum3,
  .input-cont.colum4 {
    width: 100%;
  }
  .input-submit_ar {
    justify-content: space-between;
    margin: 50px 0;
  }
  .input-submit {
    width: calc(100% - 120px);
  }
  .form-check {
    bottom: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
  }
  .form-check p,
  .form-check p:first-of-type {
    font-size: 10px;
  }
  .form-check .number {
    padding: 0 5px;
    font-size: 1rem;
  }
  .input-cont.one-half dl {
    width: 100%;
  }
  .input-cont .serch .btn {
    width: 100%;
  }
  .input-cont .size > div:not(:last-of-type) {
    margin: 0 10px 0 0;
  }
  .input-submit_ar .delete-btn {
    position: absolute;
    right: 0;
    bottom: -60px;
    max-width: 100px;
  }
  .input-submit_ar .delete-btn p {
    max-width: 100px;
    margin: 0;
        }
  .input-cont.col-1,
  .input-cont.col-2,
  .input-cont.col-3,
  .input-cont.col-4,
  .input-cont.col-5,
  .input-cont.col-6,
  .input-cont.col-7,
  .input-cont.col-8,
  .input-cont.col-9,
  .input-cont.col-10,
  .input-cont.col-11,
  .input-cont.col-12 {
      width: 100%;
      margin: 0 0 20px;
  }
}
@media (max-width: 374px) {
  /* .tab-link li {
    padding: 8px;
  } */
}
/*========================================
modal
========================================*/
#modal-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.body-fix {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%);
  z-index: 1010;
}
.modal-ttl {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  background: #999;
  color: #fff;
  border: 1px solid #999;
  border-radius: 4px 4px 0 0;
}
.modal-ttl h4 {
  font-size: 1.2rem;
}
.modal-close {
  font-size: 1.5rem;
  font-weight: bold;
}
.modal-inner {
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  border: 1px solid #999;
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.modal-content.delete,
.modal-content.copy {
  max-width: 310px;
}
.modal-btn_ar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  margin: 20px auto 0;
}
.modal-submit_ar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
}
.modal-btn_ar .yes,
.modal-btn_ar .no,
.modal-btn_ar .delete {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 130px;
  padding: 5px;
  border-radius: 4px;
}
.modal-btn_ar .yes {
  cursor: pointer;
  border: 2px solid #333;
  background: #333;
  color: #fff;
}
.modal-btn_ar form {
  width: auto;
}
.modal-btn_ar .no {
  cursor: pointer;
  border: 2px solid #999;
  background: #fff;
  color: #999;
}
.modal-content.controll {
  width: 310px;
}
.modal-content.controll .modal-btn_ar {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #999;
}
.modal-content.controll .btn {
  justify-content: flex-end;
}
.modal-content dl {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.modal-content dl dt {
  width: 100px;
}
.modal-content dl dd {
  width: calc(100% - 100px);
}
.modal-content.upload {
  width: 310px;
}
.zoom-img {
  cursor: pointer;
}
.img-modal {
  max-width: 500px;
  max-height: 500px;
}
.img-modal .modal-close {
  color: #fff;
  font-weight: bold;
  text-align: right;
}
.modal-content.quotation {
  width: 310px;
}
.modal-content.purchace-confirm {
  width: 310px;
}
.modal-content.purchace-save {
  width: 310px;
}

@media (min-width: 451px) {
  .modal-btn_ar a:hover {
    opacity: 0.8;
  }
  .modal-close:hover {
    cursor: pointer;
  }
}
@media (max-width: 450px) {
  .modal-content {
    max-width: calc(100% - 50px);
  }
  .img-modal {
    max-width: calc(100% - 50px);
    max-height: calc(100% - 50px);
  }
}
@media (max-width: 450px) {
}
@media (max-width: 374px) {
}

/*========================================
login
========================================*/
.login-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 40px);
  /*background: url("../images/logo1.svg")no-repeat;*/
}
.login-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 5;
}
.login-wrapper > div {
  position: relative;
  transform: translateY(-5%);
  z-index: 10;
}
.login-box {
  box-sizing: border-box;
  position: relative;
  padding: 50px 80px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 3px #ddd;
}
.login-text {
  position: absolute;
  bottom: -30px;
  right: 0;
  color: #999;
  font-size: 0.9rem;
}
.login-form {
  width: 280px;
  margin: 0 auto;
}
.login-title h1 {
  max-width: 200px;
  margin: 0 auto 20px;
}
.login-form h2 {
  margin: 0 0 30px;
  color: #707070;
  font-size: 1.8rem;
  text-align: center;
}
.login-id {
  position: relative;
  margin: 0 auto 20px;
}
.login-id input[type="text"] {
  width: 100%;
  padding: 8px;
}
.login-id:before {
  content: "ID";
  display: block;
  margin: 0 0 5px;
  color: #707070;
  font-size: 1.2rem;
}
.login-pw {
  position: relative;
  margin: 0 auto;
}
.login-pw input[type="password"] {
  width: 100%;
  padding: 8px;
}
.login-pw:before {
  content: "PASS";
  display: block;
  margin: 0 0 5px;
  color: #707070;
  font-size: 1.2rem;
}
.login-btn-submit {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0;
  background: #999;
  border: 2px solid #999;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
  transition: 0.4s;
}
.login-btn-submit:hover {
  background: #fff;
  color: #999;
}
.login-error {
  position: relative;
  margin: 0 0 20px;
}
.login-error .error {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px 0 0;
  color: red;
  font-size: 0.8rem;
}
.login-box input[type="button"]:hover {
  cursor: pointer;
}
@media (max-width: 450px) {
}
@media (max-width: 450px) {
  .login-wrapper {
    background: url(../images/logo1.svg) center / cover no-repeat;
  }
  .login-wrapper > div {
    width: 90%;
    margin: 0 auto;
  }
  .login-box {
    padding: 30px 0 50px;
  }
  .login-error .error {
    width: 100%;
    font-size: 0.8rem !important;
  }
  .login-id:before,
  .login-pw:before {
    position: static;
    display: inline-block;
    margin: 0 0 5px;
    text-align: left;
    transform: none;
  }
}
@media (max-width: 374px) {
}
/*========================================
dashbord
========================================*/
.dashbord_ar {
  box-sizing: border-box;
  padding: 50px;
}
.all-nav {
  margin: 0 0 70px;
}
.all-nav > ul {
  display: flex;
}
.all-nav > ul > li {
  width: calc(33.333% - 20px);
  max-width: 250px;
  margin: 0 20px 0 0;
}
.all-nav ul li h4 {
  margin: 0 0 10px;
  color: #82bad8;
  font-weight: bold;
  text-align: center;
}
.all-nav ul li a {
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 0 0 2px;
  padding: 10px 25px 10px 7px;
  background: #f7f7f7;
  border-radius: 2px;
  font-size: 0.95rem;
  color: #450676;
  line-height: 1.2;
  transition: 0.4s;
}
.all-nav ul li select {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 0.95rem;
}
.all-nav ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 12.53px;
  height: 11.14px;
  background: url(../images/common/edit-solid.svg) center / cover no-repeat;
  transform: translateY(-50%);
}
.dashbord-news_ar h4 {
  box-sizing: border-box;
  padding: 10px;
  color: #82bad8;
  font-weight: bold;
  text-align: center;
}
.dashbord-news-content dl {
  box-sizing: content-box;
  display: flex;
  padding: 5px 10px;
  font-size: 0.95rem;
  line-height: 1.8;
  border-top: 1px solid #ebebeb;
}
.dashbord-news-content {
  max-height: 200px;
  overflow: auto;
}
.dashbord-news-content dl:last-of-type {
  border-bottom: 1px solid #ebebeb;
}
.dashbord-news-content dl dt {
  width: 100px;
}
.dashbord-news-content dl dd {
  width: calc(100% - 100px);
}
@media (min-width: 451px) {
  .all-nav ul li a:hover {
    background: #82bad8;
    color: #fff;
  }
}
@media (max-width: 450px) {
}
@media (max-width: 450px) {
  .dashbord_ar {
    padding: 20px 10px;
  }
  .all-nav {
    margin: 0 0 30px;
  }
  .all-nav > ul {
    display: block;
  }
  .all-nav > ul > li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 374px) {
}

/*========================================
partner
========================================*/
.partner-name {
  margin: 0 0 20px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.dashbord-news-content.partner {
  max-height: 500px;
}
@media (max-width: 450px) {
}
@media (max-width: 450px) {
}
@media (max-width: 374px) {
}
/*========================================
product-form
========================================*/
.product-form textarea {
  height: 95px;
}
.sub-category-block {
  box-sizing: border-box;
  width: 100%;
  /* border-bottom: 1px solid #999; */
}
.sub-category-inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 20px 0;
  background: #eee;
} /* 
.sub-category-inner .input-cont {
  max-width: 180px;
  margin: 0 20px 20px 0;
} */
.sub-category-block h5 {
  box-sizing: border-box;
  width: 100%;
  padding: 2px;
  background: #fff;
  /* border: 1px solid #999; */
  border-bottom: none;
  color: #4b6eaf;
  font-weight: bold;
  line-height: 1.5;
}
.sub-category-block h5.success {
  background-color: #4b6eaf;
  color: #fff;
}
.sub-category-block h5.unsuccess {
  background-color: #f00;
  color: #fff;
}
.approval {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 55px;
  margin: 0 auto;
  border: 2px solid #4b6eaf;
  background: #4b6eaf;
  border-radius: 4px;
  color: #fff;
}
.unapproved {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 55px;
  margin: 0 auto;
  border: 2px solid #f00;
  background: #f00;
  border-radius: 4px;
  color: #fff;
}
.check-cont_ar .icon-check {
  margin: 0 20px 10px 0;
}
.icon-check img {
  width: auto;
  height: 30px;
}
.pdf-cost {
  display: flex;
  align-items: center;
}
.pdf-cost .text {
  width: 200px;
}
.product-table.table_ar {
  overflow-y: hidden;
  height: 100%;
  max-height: 100%;
}
.sticky-l_0 {
  position: sticky;
  left: 0;
  z-index: 1;
}
.sticky-l_20 {
  position: sticky;
  left: 20px;
  z-index: 1;
}
.bg-yellow {
  background-color: yellow!important;
}
.btn-wrapper {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0;
}
.all-print-btn {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 8px;
  background-color: #fff;
  border: 2px solid #4b6eaf;
  border-radius: 4px;
  color: #4b6eaf;
  transition: 0.4s;
}
.all-delete-btn {
  display: inline-block;
  padding: 8px;
  background-color: #333;
  border: 2px solid #333;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}
.product_ar .category-inner {
  border: none;
  padding: 0;
}
.product_ar .category-ttl h3 {
  padding: 5px 20px;
  font-size: 1rem;
}
.product_ar .category-block {
  margin: 0 0 20px;
}
.product_ar .input-cont {
  margin: 0;
}
.product_ar input {
  padding: 4px;
}
.product_ar select {
  padding: 4px 20px 4px 4px;
}
.product_ar .input-cont dl {
  display: flex;
  height: 100%;
}
.product_ar .input-cont dl dt {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 120px;
  margin: 0;
  padding: 4px;
  background: #e4e4e4;
  font-size: 0.8rem;
  line-height: 1.2;
}
.product_ar .input-cont dl dd {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: calc(100% - 120px);
  padding: 3px;
  line-height: 1.2;
}
.first-row .input-cont dl dt {
  width: 80px;
}
.first-row .input-cont dl dd {
  width: calc(100% - 80px);
}
.product_ar .first-row .input-cont.colum5 {
  width: 20%;
  margin: 0;
}
.row {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
.row-ttl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  border-right: 1px solid #999;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.row.fare dd {
  max-width: 120px;
}
.row.fare input {
  max-width: 120px;
}
.row.fare select {
  max-width: 80px;
}
.no-condition dt {
  width: 200px!important;
}
.no-condition dd {
  width: calc(100% - 200px)!important;
}
.sub-dt {
  max-width: 50px;
  background: #fefefe!important;
  border-left: 1px solid;
  border-right: 1px solid;
  justify-content: center;
}
.product_ar .category-inner > div:last-of-type {  
  border-bottom: 1px solid #999;
}
.product_ar .btn {
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: 150px;
  margin: 0 10px 0 0;
}
.product_ar .btn a {
  padding: 3px 10px;
}
.product_ar .input-cont {
  width: 100%;
}
.product_ar .input-cont.colum1_5 {
  width: calc(75% - 20px);
  margin: 0 20px 0 0;
}
.product_ar .input-cont.colum1_25 {
  width: calc(65% - 20px);
  margin: 0 20px 0 0;
}
.product_ar .input-cont.colum2 {
  width: calc(50% - 20px);
  margin: 0 20px 0 0;
}
.product_ar .input-cont.colum3 {
  width: calc(33.333% - 20px);
  margin: 0 20px 0 0;
}
.col-4 {
  width: 25%;
}
.product_ar .input-cont.colum4 {
  width: calc(25% - 20px);
  margin: 0 20px 0 0;
}
.product_ar .col-5 {
  width: 20%;
}
.product_ar .input-cont.colum5 {
  width: calc(20% - 20px);
  margin: 0 20px 0 0;
}
.product_ar .input-cont.colum6 {
  width: calc(15% - 20px);
  margin: 0 20px 0 0;
}

.product_ar .input-cont dd .text {
  display: flex;
  align-items: center;
  padding: 5px;
  background-color: #fff;
}
.product_ar .input-cont .serch .btn {
  display: flex;
}
.product_ar .size > div {
  display: flex;
  align-items: center;
}
.product_ar .size p {
  margin: 0 5px 0 0;
  font-size: 0.8rem;
}
.product_ar textarea {
  height: 50px;
  padding: 4px;
}
.product_ar .check-cont_ar {
  margin: 0;
}
.product_ar .check-cont_ar .icon-check {
  margin: 0 10px 0 0;
}
.product_ar .icon-check img {
  height: 20px;
}
.check-cont_ar.tax {
  width: 220px;
}
.product-image_ar {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 1px solid #999;
}
.product-image_ar h5 {
  margin: 0 0 10px;
  font-weight: bold;
}
.product-image-list {
  overflow: hidden;
}
.product-image-list li {
  box-sizing: border-box;
  float: left;
  width: calc(33.33% - 20px);
  margin: 10px;
  padding: 10px;
  box-shadow: 0 0 10px #eee;
}
.product-image-list figure {
  position: relative;
  overflow: hidden;
  height: 200px;
  margin: 0 0 10px;
}
.product-image-list figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 200px;
  max-height: 200px;
  width: auto;
  transform: translate(-50%, -50%);
}
.product-image-list span {
  display: block;
  margin: 5px 0;
  font-size: 0.8rem;
  text-align: right;
}
.product-image-list textarea {
  height: 100px;
}
.image-ttl {
  display: flex;
  justify-content: space-between;
}
.product-image_ar p a {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  color: #00f;
  text-decoration: underline;
}
.image-delete label,
.product_ar .checbox-single,
.product-table label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
}
.image-delete label {
  padding: 0;
}
.mask {
  position: relative;
}
.mask:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.product_ar .category-block.price dt {
  width: 80px;
}
.product_ar .category-block.price dd {
  width: calc(100% - 80px);
}
.product-table th,
.product-table td {
  padding: 2px;
  font-size: 11px;
  text-align: center;
}
.product-table td input {
  padding: 2px;
  background: #eee;
  border: none;
  font-size: 11px;
}
.product-table td select {
  padding: 2px 15px 2px 2px;
  background-color: #fff;
  border: none;
  font-size: 11px;
}
.table-edit-link a {
  display: inline-block;
  margin: 10px 0;
  color: #00f;
  text-decoration: underline;
}
.supplier-name.btn {
  width: 100px;
  margin: 0 0 0 20px;
}
.product_ar .check-cont_ar label {
  margin: 10px 0;
  padding-right: 0;
  font-size: 12px;
}
.product_ar .check-cont_ar label span {
  margin: 0 10px 0 0;
}
.product_ar .check-cont_ar label:last-of-type span {
  margin: 0;
}
.product_ar .check-cont_ar label:last-of-type span {
  margin: 0;
}
.product_ar .conditions .input-cont dl dt {
  width: 80px;
  font-size: 12px;
  line-height: 1.2;
}
.product_ar .conditions .input-cont dl dd {
  width: calc(100% - 80px);
}
.product_ar .conditions .colum5 {
  width: calc(17% - 10px);
  margin: 0 10px 0 0;
}
.product_ar .conditions .col-5 {
  width: 17%;
}
.product_ar .input-cont.original {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 110px;
  padding: 3px;
}
.product_ar .input-cont.btn_ar {
  width: calc(66% - 230px);
}
.product_ar .input-cont.btn_ar dd > div {
  display: flex;
  align-items: center;
}
.pdf-btn {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  max-width: 100px;
  padding: 10px 30px;
  border: 2px solid #333;
  border-radius: 4px;
  color: #333;
  transition: 0.4s;
}

.pdf-btn2 a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  margin: 0 0 0 20px;
  background-color: #999;
  border: 2px solid #999;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  transition: 0.4s;
}
.supplier-info {
  display: flex;
}
.supplier-info p:not(:last-of-type) {
  margin: 0 10px 0 0;
}
.product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-top > div:first-of-type {
  width: calc(100% - 160px);
}
.product-thumbnail {
  position: relative;
  width: 140px;
  height: 140px;
  border: 1px solid;
}
.product-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 130px;
  max-height: 130px;
  box-shadow: 0 0 5px #ddd;
  transform: translate(-50%,-50%);
}
.item-thumnail_ar {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.item-thumnail_ar .btn {
  width: 100px;
}
.confirm .text {
  font-size: 0.8rem;
}
.product_ar .row input[type="file"] {
  max-width: 185px;
}
.image-text {
  box-sizing: border-box;
  min-height: 100px;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 1.5;
}
.history-list dl {
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #aaa;
}
.history-list dt {
  margin: 0 0 5px;
  font-weight: bold;
}
.history-list dd {
  line-height: 1.8;
}
.file-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-flex;
  margin: 0 10px 0 0;
  padding: 5px 10px;
  background: #aaa;
  border-radius: 4px;
  color: #fff;
}
.file-btn input {
  display: none;
}
.delete-btn2 a {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-flex;
  margin: 0 20px 0 0;
  padding: 5px 10px;
  background: #333;
  border-radius: 4px;
  color: #fff;
}
.wd-20 {
  width: 20%!important;
}
.wd-100p {
  width: 100px;
}
.wd-200p {
  width: 200px;
}
.wd-max-content {
  width: max-content!important;
}
.product-terms_ar {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 2px solid #999!important;
}
.product-terms_ar p a {
  display: inline-block;
  padding: 10px 0 0 22px;
  text-decoration: underline;
  font-size: 0.8rem;
}
.terms_ar {
  box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 15px;
  color: #000;
  line-height: 1.8;
}
.terms_ar h2 {
  margin: 0 0 50px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.terms-list > li {
  margin: 0 0 20px;
}
.terms-list li ul li {
  box-sizing: border-box;
  padding-left: 1em;
  text-indent: -1em;
}
.terms-list h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
.border-block {
  box-sizing: border-box;
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid;
}
.border-block h4 {
  font-size: 1.1rem;
  font-weight: bold;
}
.product_ar .require {
  background: #f00!important;
  color: #fff;
}
.product_ar .require:after {
  display: none;
}
@media (min-width: 451px) {
  .all-print-btn:hover {
    cursor: pointer;
    background: #4b6eaf;
    color: #fff;
  }
  .all-delete-btn:hover {
    cursor: pointer;
    background: #fff;
    color: #333;
  }
  .image-delete:hover {
    cursor: pointer;
  }
}
@media (max-width: 450px) {
  .sub-category-inner {
    display: block;
    margin: 0 0 20px;
    padding: 20px 10px 10px;
  }
  .sub-category-inner .input-cont {
    max-width: 100%;
    margin: 0 0 20px;
  }
  .product-table .list-table th,
  .product-table .list-table td {
    display: table-cell;
    padding: 5px;
  }
  .pdf-cost {
    display: block;
    align-items: center;
  }
  .pdf-cost .btn {
    margin: 15px 0;
  }
  .pdf-btn2 a {
    position: absolute;
    right: 10px;
    bottom: -60px;
  }
  .all-print-btn,
  .all-delete-btn {
    display: none;
  }
  .row {
    display: block;
  }
  .row.fare dd {
    max-width: 100%;
  }
  .row.fare input {
    max-width: 100%;
  }
  .row.fare select {
    max-width: 100%;
  }
  .no-condition dt,
  .no-condition dd {
    width: 100%;
  }
  .sub-dt {
    border: none;
    background: #eee!important;
  }
  .sub-category-block .row {
    border-bottom: 1px solid #999;
  }
  .product_ar .input-cont dl {
    display: block;
    margin: 0 0 20px;
  }
  .product_ar .input-cont dl dt {
    width: 100%;
    padding: 10px;
  }
  .product_ar .input-cont dl dd {
    width: 100%;
  }
  .product_ar .input-cont.colum1_5,
  .product_ar .input-cont.colum1_25,
  .product_ar .input-cont.colum2,
  .product_ar .input-cont.colum3,
  .product_ar .input-cont.colum4,
  .product_ar .input-cont.colum5,
  .product_ar .input-cont.colum6 {
    width: 100%;
  }
  .product_ar .conditions .colum5 {
    width: 100%;
  }
  .product_ar .conditions .col-5 {
    width: 100%;
  }
  .product_ar .print {
    margin: 10px 0;
  }
  .product-image-list li {
    width: calc(100% - 20px);
  }
  .product_ar .category-block.price dt,
  .product_ar .category-block.price dd {
    width: 100%;
  }
  /* .image-delete label,
  .product_ar .checbox-single {
    margin: 10px 0 0;
  } */
  .product_ar .input-cont.tax dd {
    display: block;
  }
  .row-ttl {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background-color: #555;
    border-right: none;
    border-bottom: 1px solid #555;
    color: #fff;
  }
  .product_ar .conditions .input-cont dl dt,
  .product_ar .conditions .input-cont dl dd {
    width: 100%;
  }
  .supplier-info {
    flex-direction: column;
  }
  .supplier-info p:not(:last-of-type) {
    margin: 0;
  }
  .supplier-name.btn {
    margin: 20px 0 0;
  }
  .product_ar .input-cont.btn_ar {
    width: 100%;
  }
  .product_ar .input-cont.btn_ar dd > div {
    align-items: center;
    flex-wrap: wrap;
  }
  .product_ar .input-cont.btn_ar dd > div .btn,
  .file-btn,
  .delete-btn2 {
    margin: 0 10px 20px 0;
  }
  .product_ar .row input[type="file"] {
    max-width: 100%;
  }
  .wd-20 {
    width: 100%!important;
  }
  .product-top {
    flex-direction: column-reverse;
  }
  .product-thumbnail {
    margin: 0 0 20px;
  }
  .product-top > div:first-of-type {
    width: 100%;
  }
  .product_ar .first-row .input-cont.colum5 {
    width: 100%;
  }
}
@media (max-width: 374px) {
}

/*========================================
社内画像
========================================*/
.in-house-image_ar {
  overflow: hidden;
}
.in-house-list {
  display: flex;
  flex-wrap: wrap;
}
.in-house-list li {
  box-sizing: border-box;
  width: calc(25% - 21px);
  margin: 10px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px #eee;
}
.in-house-list figure {
  position: relative;
  overflow: hidden;
  height: 200px;
  margin: 0 0 10px;
}
.in-house-list figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-height: 200px;
  transform: translate(-50%, -50%);
}
.image-text {
  line-height: 1.5;
}
.in-house-ttl {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 5px;
  padding: 0 10px;
}
.in-house-ttl h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
.in-house-btn-wrapper {
  display: flex;
}
.download-btn,
.upload-btn {
  display: inline-block;
  padding: 8px;
  background-color: #4b6eaf;
  border: 2px solid #4b6eaf;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}
.download-btn {
  margin: 0 20px 0 0;
}
.file-caution-type1,
.file-caution-type2,
.file-caution-type3 {
  position: relative;
}
.file-caution-type1:after,
.file-caution-type2:after,
.file-caution-type3:after {
  position: absolute;
  left: 0;
  width: 200px;
  color: red;
  font-size: 10px;
  font-weight: bold;
}
.file-caution-type1:after {
  content: "※ファイル形式PDFのみ";
  bottom: -20px;
}
.file-caution-type2:after {
  content: "※圧縮ファイル（zip形式）のみ";
  bottom: -20px;
}
.file-caution-type3:after {
  content: "※ファイル形式\APDFのみ";
  bottom: 0;
  left: 130px;
  width: auto;
  white-space: pre;
}
.in-house-btn-wrapper .delete-btn p {
  padding: 8px;
}
.in-house-list li .checbox-single {
  text-align: left;
}
.in-house-list li textarea {
  height: 100px;
}
@media (min-width: 451px) {
  .download-btn:hover,
  .upload-btn:hover {
    cursor: pointer;
    background-color: #fff;
    color: #4b6eaf;
  }
}
@media (max-width: 450px) {
}
@media (max-width: 450px) {
  .in-house-ttl {
    display: block;
  }
  .in-house-ttl h3 {
    margin: 0 0 10px;
  }
  .in-house-list li {
    width: calc(100% - 20px);
  }
}
@media (max-width: 374px) {
}
/*========================================
新着情報
========================================*/
.category-inner.news {
  display: block;
}
.news-time {
  display: flex;
}
label.all {
  display: block;
  width: 100%;
}
.news-to .check-cont_ar label {
  width: 200px;
}
.news-to .check-cont_ar h4 {
  width: 100%;
  margin: 10px 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #aaa;
}
.news-to {
  display: flex;
  justify-content: space-between;
}
.news-to .left ul {
  transition: none;
}
.news-to .left li > ul ul {
  display: none;
}
.news-to-2 {
  box-sizing: border-box;
  padding-left: 40px;
}
.news-to-3 {
  box-sizing: border-box;
  padding-left: 50px;
}
.news-to .left {
  box-sizing: border-box;
  width: 300px;
  padding: 10px;
  background-color: #eee;
}
.news-to .left li {
  line-height: 2;
}
.news-to .right {
  box-sizing: border-box;
  width: calc(100% - 330px);
  padding: 10px;
  border: 1px solid;
}
.accordion-box {
  display: flex;
  align-items: center;
  line-height: 2;
}
.accordion-box > div {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background-color: #555;
  border-radius: 50%;
}
.accordion-box > div::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transform: translate(-50%,-50%);
}
.accordion-box > div::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  background-color: #fff;
  border-radius: 2px;
  transform: translate(-50%,-50%);
}
.accordion-box.active > div:after {
  display: none;
}
/* .news-to .left {
  max-height: 500px;
  overflow: auto;
} */
/* .news-to .table_ar {
  max-height: 400px;
  overflow: auto;
} */
.news-to .table_ar th {
  position: sticky;
  top: 0;
}
.modal-content.mail ul {
  box-sizing: border-box;
  overflow: auto;
  max-height: 250px;
  margin: 10px 0 0;
  padding: 5px;
  border: 1px solid #aaa;
}
.modal-content.mail ul li {
  margin: 0 0 10px;
  line-height: 1.2;
}
.modal-content.mail {
  max-width: 600px;
  width: 100%;
}
.modal-content.mail h5 {
  margin: 20px 0 10px;
  padding: 0 0 10px;
  border-bottom: 2px solid #aaa;
  font-size: 18px;
  font-weight: bold;
}
.modal-content.mail dl {
  display: block;
}
.modal-content.mail dl dt {
  margin: 0 0 5px;
}
.modal-content.mail dl dd {
  width: 100%;
}
.modal-content.mail select {
  width: 480px;
}
.modal-content.mail .chat-member:first-of-type .member-delete-btn {
  display: none;
}
@media (max-width: 450px) {
  .file-caution-type1:after,
  .file-caution-type2:after,
  .file-caution-type3:after {
    bottom: -15px;
    left: 0;
  }
  .file-caution-type3:after {
    content: "※ファイル形式PDFのみ";
  }
  .news-to {
    display: block;
  }
  .news-to .left,
  .news-to .right {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .modal-content.mail {
    width: 310px;
  }
  .modal-content.mail select {
    width: 180px;
  }
}
@media (max-width: 374px) {
}
/*========================================
仕入側メニュー
========================================*/
.news-ttl {
  margin: 0 0 10px;
  font-size: 1.1rem;
  font-weight: bold;
}
.news-contents {
  display: flex;
}
.news-text {
  width: calc(100% - 120px);
}
.news-text p {
  line-height: 1.5;
}
.add-image {
  width: 100px;
  margin: 0 0 0 20px;
}
.add-image .btn {
  align-items: flex-start;
}
.add-image .btn a {
  padding: 0;
}
@media (max-width: 450px) {
}
@media (max-width: 450px) {
  .dashbord-news-content dl {
    display: block;
    margin: 0 0 30px;
    padding: 10px 5px;
  }
  .dashbord-news-content dl dt {
    width: 100%;
    margin: 0 0 5px;
  }
  .dashbord-news-content dl dd {
    width: 100%;
  }
  .news-contents {
    flex-direction: column-reverse;
  }
  .add-image {
    margin: 0 0 10px;
  }
  .news-text {
    width: 100%;
  }
}
@media (max-width: 374px) {
}

/*========================================
見積書
========================================*/
.quotaition-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.quotation-chat tr:first-of-type .delete {
  display: none;
}
.ui-selected td,
.ui-sortable-helper td {
  background: #4b6eaf !important;
  color: #fff;
}
.quotaition-total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin: 0 0 20px;
  text-align: right;
}
.quotaition-total dl {
  box-sizing: border-box;
  display: flex;
  width: 200px;
  margin: 0 0 10px;
  padding: 0 20px 10px;
  border-bottom: 1px solid #555;
}
.quotaition-total dl dt {
  width: 75px;
  text-align: left;
}
.quotaition-total dl dd {
  width: calc(100% - 75px);
  text-align: right;
}
.quotaion-import {
  width: 100%;
  margin: 0 0 30px;
  font-weight: bold;
}
.quotaion-import p {
  display: inline-block;
}
.quotaion-import p input,
.quotaion-import p select {
  margin: 0 0 0 10px;
}
.import-btn {
  cursor: pointer;
  margin: 0 0 0 20px;
  padding: 9px;
  border-radius: 4px;
  background-color: #999;
  color: #fff;
}
.quotaion-img {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.quotaion-img li {
  box-sizing: border-box;
  width: 15%;
  padding: 10px;
  box-shadow: 0 0 10px #eee;
}
.quotaion-img-ttl {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
  font-weight: bold;
}
.quotaion-img li figure {
  position: relative;
  overflow: hidden;
  height: 100px;
  margin: 0 0 10px;
}
.quotaion-img li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100px;
  max-height: 100px;
  transform: translate(-50%, -50%);
}

@media (max-width: 450px) {
  .quotaition-total {
    margin: 30px 0 20px;
  }
  .quotaion-img {
    display: block;
  }
  .quotaion-img li {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 450px) {
}
@media (max-width: 374px) {
}
/*========================================
チャット
========================================*/
.chat_ar {
  position: relative;
  width: 100%;
}
.chat-textarea {
  background-color: #ddd;
}
.input_ar.chat {
  margin: 0 0 50px;
}
.chat-list li {
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 20px 10px 10px;
  border-bottom: 1px solid #999;
}
.chat-list > li:first-of-type {
  display: none;
}
.own {
  background: #f3fafe;
}
.chat-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 20px;
}
.chat-info .delete-btn {
  max-width: 60px;
  margin: 0;
}
.chat-name {
  margin: 0 0 10px;
  font-size: 1.1rem;
  font-weight: bold;
}
.chat-time {
  font-size: 12px;
}
.chat-text {
  margin: 0 0 20px;
  line-height: 1.8;
}
.chat-input textarea {
  height: 150px;
  margin: 0 0 10px;
  transition: 0.4s;
}
.chat-input textarea:focus {
  height: 150px;
}
.chat-input input {
  display: inline-block;
  width: auto;
}
.file-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
.chat-image h5 {
  margin: 0 0 10px;
}
.submit-fix.chat > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.submit-fix.chat .input-submit_ar {
  display: block;
  width: auto;
}
.submit-fix.chat .return-btn a {
  position: absolute;
  top: 50%;
  left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 1.2rem;
  font-weight: bold;
  transform: translateY(-50%);
}
.submit-fix.chat .input-submit {
  margin: 0 0 5px;
}
.chat-submit-right {
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: -55px;
  right: 0px;
  width: 25%;
  z-index: 50;
}
.chat-submit-right input[type="file"] {
  margin: 0 0 10px;
}
.submit-fix.chat .ck-box {
  font-size: 0.8rem;
}
.file-size {
  display: inline-block;
  margin: 0 0 0 5px;
  color: #aaa;
  font-size: 0.8rem;
}
.file-delete {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 3px;
  background: linear-gradient(to top, #e6e6e6 0%, #ffffff 100%);
  border: 1px solid #aaa;
  border-radius: 4px;
  color: #000;
  font-size: 0.8rem;
  transition: 0.4s;
}
.check-dots {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #123779;
  border-radius: 50%;
  color: #123779;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0;
  transition: 0.4s;
}
.chat-menu_ar {
  position: relative;
}
.chat-menu {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  width: 150px;
  margin: 0 10px 0 0;
  box-shadow: 0 0 10px #aaa;
}
.chat-menu_ar.active .chat-menu {
  display: block;
}
.chat-menu_ar.active .check-dots,
.chat-menu_ar .check-dots:hover {
  background: #123779;
  color: #fff;
}
.chat-menu li {
  margin: 0;
  padding: 0;
  border: none;
}
.chat-menu li a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background: #fff;
  color: #000;
  font-size: 13px;
  cursor: pointer;
  transition: 0.4s;
}
.chat-edit-submit {
  display: flex;
}
.chat-submit,
.chat-cancel {
  cursor: pointer;
  width: 100px;
  padding: 5px 0;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.chat-submit {
  margin: 0 20px 0 0;
  background: #4b6eaf;
  color: #fff;
}
.chat-cancel {
  background: #aaa;
  color: #fff;
}
.fileAdd input {
  display: none;
}
.quotaion-link {
  display: inline-block;
  margin: 15px 0 0;
  color: blue;
  text-decoration: underline;
}
.chat-member {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.add-wrap .memberAdd:first-of-type .member-delete-btn {
  display: none;
}
.chat-inner .select2-container {
  max-width: 100%;
  width: 100%!important;
}
.member-delete-btn {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  margin: 0 0 0 10px;
  padding: 5px;
  border-radius: 4px;
  background-color: #aaa;
  color: #fff;
  font-size: 12px;
}
.chat-class {
  padding: 10px 0;
}
.read-check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.read-check p {
  box-sizing: border-box;
  margin: 0 0 5px 5px;
  padding: 2px 5px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  font-size: 12px;
}
.read-check .checked {
  position: relative;
  background-color: #eee;
}
.read-check .checked::before {
  content: "既読";
  display: inline-block;
  margin-right: 2px;
  padding: 1px 2px;
  background-color: green;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
}
.inside-chat_ar,
.outside-chat_ar  {
  display: flex;
  justify-content: space-between;
}
.chat-right {
  width: 60%;
}
.chat-left {
  width: calc(40% - 20px);
}

.chat-left .category-block {
  position: sticky;
  top: 0;
}
.outside-chat_ar .chat-left .category-block {
  position: static;
}

.chat-left textarea {
  height: 150px;
}

.outside-chat_ar .file-input dd {
  width: 70%;
}

.outside-chat_ar .chat-left textarea {
  height: 75px;
}
@media (max-width: 767px) {
  .chat-input input {
        width: 100%;
    }
    /* .input_ar.chat {
        margin: 0 0 180px;
    } */
    .chat-submit-right {
        position: static;
        width: 100%;
        margin: 0 0 10px;
        align-items: flex-start;
    }
    .submit-fix > div {
        justify-content: space-between;
    }
    .submit-fix.chat .return-btn a {
        position: static;
        transform: none;
    }
    .submit-fix.chat .input-submit {
        width: 200px;
        margin: 0 0 10px;
    }
    .submit-fix.chat .input-submit_ar {
      margin: 0 0 20px;
    }
    .inside-chat_ar,
    .outside-chat_ar  {
      flex-direction: column;
    }
    .chat-left {
      width: 100%;
    }
    .chat-right {
      width: 100%;
    }
    .chat-right textarea {
      height: 150px;
    }
}
@media (max-width: 450px) {
  /* .input_ar.chat {
    margin: 0 0 170px;
  } */
  .input-submit_ar.quotation input:first-of-type {
    margin: 0 0 20px;
  }
  .input-submit_ar.quotation .input-submit {
    width: 250px;
  }
  .submit-fix.chat .return-btn a {
    display: none;
  }
  .memberAdd {
    margin: 0 0 30px;
  }
}
@media (max-width: 374px) {
}
/*========================================
select2
========================================*/
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px!important;
}
@media (max-width: 450px) {
}
@media (max-width: 450px) {
}
@media (max-width: 374px) {
}
/*========================================
purchase
========================================*/
.quotaion-select_ar {
  display: flex;
  flex-wrap: wrap;
}
.select-btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 10px 20px 10px 0;
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 4px;
  font-weight: bold;
  line-height: 1.5;
}
.select-btn:hover {
  opacity: 0.8;
}
.select-btn span {
  font-size: 12px;
  font-weight: normal;
}
.modal-content.item-search,
.modal-content.item-sku {
  max-width: 80%;
}
.modal-content.import .table_ar,
.modal-content.item-search .table_ar,
.modal-content.branch_modal .table_ar,
.modal-content.item-sku .table_ar {
  overflow: auto;
  max-height: 200px;
  margin: 20px 0 0;
  border: 1px solid;
}
.modal-content.item-search .table_ar,
.modal-content.item-sku .table_ar {
  max-height: calc(80vh - 300px);
}
.select-radio {
  padding: 0;
}
.select-radio .radio01-parts {
  margin: 0;
}
.purchase-inner {
  margin: 0 0 50px;
}
.purchase-inner dl {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  line-height: 1.5;
}
.purchase-inner dt {
  width: 105px;
  margin-right: 10px;
  text-align: right;
}
.purchase-inner dd {
  box-sizing: border-box;
  width: calc(100% - 115px);
  padding: 3px;
  border: 1px solid #000;
}
.purchase-inner dd input {
  padding: 0;
  border: none;
}
.purchase-inner dd input:disabled {
  background-color: #eee;
}
.purchase-inner dd input.error-bg {
  border: none!important;
}
.purchase-inner dd select {
  padding: 0;
  padding-right: 25px;
  border: none;
}
.purchase-inner .quotaion-name {
  width: 100px;
  margin-left: 30px;
}
.quotaion-name dd {
  width: 100px;
}
.input-doble {
  width: 550px;
}
.input-doble dd:first-of-type {
  width: 135px;
  margin: 0 20px 0 0;
}
.input-doble dd:last-of-type {
  width: 230px;
}
.modal-content.coop {
  max-width: 80%;
}
.coop .table_ar {
  overflow: auto;
  max-height: 60vh;
  margin: 0 0 20px;
}
.pc-wd-200 {
  width: 200px;
}
.pc-wd-250 {
  width: 250px;
}
.pc-wd-300 {
  width: 300px;
}
.pc-wd-400 {
  width: 400px;
}
.pc-wd-450 {
  width: 450px;
}
.pc-wd-500 {
  width: 500px;
}
.pc-wd-550 {
  width: 550px;
}
.pc-wd-600 {
  width: 600px;
}
.pc-wd-650 {
  width: 650px;
}
.pc-wd-700 {
  width: 700px;
}
.h-100 {
  height: 100px;
}
.h-200 {
  height: 200px;
}
.new .purchase_ar {
  display: none;
}
.purchase-gross {
  width: max-content;
  margin-left: 20px;
}
.purchase-gross input {
  width: 100px;
  border: none;
}
.purchase-left1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 70%;
}
.purchase-left2 {
  width: 55%;
}
.purchase-right1 {
  width: 30%;
}
.purchase-right2 {
  width: 45%;
}
.purchase-ttl {
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  border: 1px solid;
  text-align: center;
}
.purchase-ttl.muji-method {
  background-color: #eee;
}
.purchase-ttl.print-method {
  background-color: #e7edff;
}
.purchase-ttl.kouri-method {
  background-color: #ffffd9;
}
.hint {
  cursor: pointer;
}
.hint:before {
  box-sizing: border-box;
  content: "?";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  padding: 2px;
  margin-right: 5px;
  background-color: #555;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 50%;
}
.ui-tooltip {
  box-shadow: 0 0 5px #aaa;
  font-size: 0.8rem;
  line-height: 1.5;
}
.text-hide {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 3.5em;
  margin: 0 auto;
}
.purchase-inner ::-webkit-input-placeholder,
.list-table.detail input::-webkit-input-placeholder {
  color: #aaa;
}
/* Firefox */
.purchase-inner ::-moz-placeholder,
.list-table.detail input::-moz-placeholder {
  color: #aaa;
}
/* IE */
.purchase-inner :-ms-input-placeholder,
.list-table.detail input:-ms-input-placeholder {
  color: #aaa;
}
/* Edge */
.purchase-inner ::-ms-input-placeholder,
.list-table.detail input::-ms-input-placeholder {
  color: #aaa;
}
.file-input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.file-input dd {
  width: 200px;
  margin-right: 20px;
}
.caution {
  font-size: 12px;
}
.input-submit_ar.purchase {
  align-items: flex-start;
}
.input-submit_ar.purchase > div:first-of-type {
  margin-right: 20px;
}
.input-submit_ar.purchase > div:first-of-type .input-submit {
  background-color: #555;
  color: #fff;
}
.input-submit_ar.purchase > div:first-of-type .input-submit:hover {
  opacity: 0.8;
}
.input-submit_ar.purchase > div > p {
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 450px) {
  .modal-content.import .modal-inner,
  .modal-content.item-search .modal-inner,
  .modal-content.item-sku .modal-inner {
    overflow: auto;
    max-height: 80vh;
  }
  .modal-content.coop .input-submit_ar {
    margin: 15px 0;
  }
  .input-submit_ar.purchase {
    flex-direction: column;
  }
  .input-submit_ar.purchase .return-btn {
    margin: 0 0 50px;
  }
  .input-submit_ar.purchase > div:first-of-type {
    width: 100%;
    margin: 0 0 30px;
  }
  .input-submit_ar.purchase > div:last-of-type {
    width: 100%;
  }
  .input-submit_ar.purchase .input-submit {
    width: 100%;
  }
  .select-btn {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .purchase-left1,
  .purchase-left2,
  .purchase-right1,
  .purchase-right2 {
    width: 100%;
  }
  .purchase-inner dl {
    display: block;
    width: 100%;
  }
  .purchase-inner dt {
    width: 100%;
    margin: 0 0 5px;
    text-align: left;
  }
  .purchase-inner dd {
    width: 100%;
  }
  .input-doble dd:last-of-type {
    width: 100%;
  }
  .purchase-inner .flex {
    flex-wrap: wrap;
  }
  .hint:before {
    display: none;
  }
  .file-input dd {
    display: inline-block;
    width: 200px;
  }
  .file-input .member-delete-btn {
    display: inline-block;
  }
}
@media (max-width: 374px) {
}
/*========================================
content add
========================================*/
.select-ttl {
  font-weight: bold;
  line-height: 1.5;
}
.check-supplier_ar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.check-supplier_ar label,
.check-member_ar label {
  display: none;
}
.check-supplier_ar label.active,
.check-member_ar label.active {
  display: inline-block!important;
}
.loading-block {
    display: block;
}
.loading-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px #ddd;
}
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    z-index: 9999;
}
.loading-text {
    margin: 0 0 10px;
    text-align: center;
}
.loader {
    border: 5px solid #eee;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.confirm-text {
  box-sizing: border-box;
  min-height: 38px;
  padding: 5px;
  background-color: #eee;
  line-height: 1.8;
}
.accordion-kick {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.accordion-kick {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: #aaa;
  border-radius: 4px;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
  color: #fff;
}
.accordion-cont {
  display: none;
}
.print-method-btn {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #aaa;
  border-radius: 4px;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
  color: #fff;
}
.print-method-btn_2 {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #aaa;
  border-radius: 4px;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
  color: #fff;
}
.print-method {
  display: none;
}
.muji-method {
  display: block;
  /* max-height: 80vh;
  overflow: auto; */
}
.muji-method th {
  position: sticky;
  top: 0;
}
.purchase-wd {
  width: 340px;
}
.purchase-inner .shipper-code {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
}
.purchase-inner .shipper-code input {
  box-sizing: border-box;
  padding: 3px;
  border-radius: 0;
}
.purchase-inner .shipper-code span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5px;
  height: 2px;
  background-color: #000;
}
.purchase-inner .shipper-code input:first-of-type {
  width: calc(55% - 5px);
  margin-right: 5px;
  border: 1px solid #000;
}
.purchase-inner .shipper-code input:last-of-type {
  width: calc(45% - 5px);
  margin-left: 5px;
  border: 1px solid #000;
}
.list-table.detail th:last-of-type,
.list-table.detail td:last-of-type {
  position: sticky;
  right: 0;
}
.list-table.detail th:nth-last-of-type(2),
.list-table.detail td:nth-last-of-type(2) {
  position: sticky;
  right: 50px;
}
.list-table.detail input,
.list-table.detail select {
  font-size: 14px;
}
.manufacturer-cont {
  display: none;
}
@media (max-width: 450px) {
  .print-method-btn {
    transform: translateX(440px);
  }
  .print-method-btn_2 {
    transform: translateX(440px);
  }
}
@media (max-width: 450px) {
}
@media (max-width: 374px) {
}
/*========================================
content
========================================*/
.scroll-x {
  overflow-x: auto;
}
.scroll-x > * {
    width: max-content;
    flex-wrap: nowrap;
}
@media (max-width: 450px) {
}
@media (max-width: 450px) {
}
@media (max-width: 374px) {
}
/*========================================
add
========================================*/
tr.hided td,
tr.hided input,
tr.hided p,
tr.hided select {
  background-color: #aaa;
}
.listed-products {
  max-height: 500px;
  overflow: auto;
  box-shadow: 0 0 10px #ddd;
}
.modal-content.products-list {
  width: fit-content;
  max-width: 90%;
}
.modal-content.products-list .table_ar {
  overflow:auto;
  max-height: calc(70vh - 200px);
  box-shadow: 0 0 10px #ddd;
}
.status-btn {
  box-sizing: border-box;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
}
.color-1 {
  background-color: #4488c5;
  color: #fff;
}
.color-2 {
  background-color: #ed8077;
  color: #fff;
}
.color-3 {
  background-color: #5eb5a6;
  color: #fff;
}
.modal-content.import {
  max-width: 80%;
}
.modal-content.item-code .modal-inner {
  max-height: 80vh;
  overflow: auto;
}
.file-add {
  margin-left: 120px;
}
.block-copy select {
  display: inline-block;
  width: 150px;
  margin: 0 10px 0 0;
}
.block-copy.input-submit_ar {
  margin-left: 115px;
}
@media (max-width: 450px) {
}
@media (max-width: 450px) {
  .modal-content.import {
    max-width: calc(100% - 50px);
  }
  .status-btn {
    padding: 3px 10px;
  }
}
@media (max-width: 374px) {
}
/*========================================
order
========================================*/
.order-header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  line-height: 1.5;
}
.order-client {
  display: flex;
  align-items: baseline;
}
.order-client h3 {
  box-sizing: border-box;
  margin-right: 20px;
  padding: 0 10px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
}
.order-client h3::after {
  content: "御中";
  margin: 0 0 0 20px;
  font-size: 16px;
  font-weight: normal;
}
.order-client p {
  box-sizing: border-box;
  padding: 0 10px;
  border-bottom: 1px solid #aaa;
}
.order-client p::after {
  content: "様";
  margin: 0 0 0 20px;
}
.left span {
  font-size: 18px;
  font-weight: bold;
}
.order-body ul {
  overflow: auto;
}
.order-body li {
  display: grid;
  grid-template-columns: 125px 125px 200px 150px  150px 150px 1fr;
  margin: 0 0 20px;
}
.order-body li > div {
  box-sizing: border-box;
  padding: 5px;
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
}
.order-body li .box1 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-body li .box2 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-body li .box3 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
.order-body li .box4 {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 2;
}
.order-body li .box5 {
  grid-column-start: 3;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 3;
}
.order-body li .box6 {
  grid-column-start: 7;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 3;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #aaa;
}
.order-body li .box6 input {
  width: 100px;
}
.order-body li .box7 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 5;
  border-bottom: 1px solid #aaa;
  line-height: 1.5;
}
.order-body li .box8 {
  grid-column-start: 5;
  grid-column-end: 8;
  grid-row-start: 4;
  grid-row-end: 5;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  line-height: 1.5;
}
.order-body li input {
  background-color: #bbcdd2;
  border: 1px solid #bbcdd2;
}
.order-total {
  text-align: right;
  margin-right: 20px;
}
.order-total p {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #aaa;
}
.order-total p span {
  font-size: 14px;
}
.order-total input {
  display: inline-block;
  width: 150px;
  margin: 0 5px;
}
.order-body input::placeholder {
  color: #aaa;
  font-size: 12px;
}
@media (max-width: 450px) {
  .order-header {
    flex-direction: column;
  }
  .order-header .left {
    margin-bottom: 20px;
  }
  .order-client {
    flex-direction: column;
  }
  .order-client h3 {
    margin-right: 0px;
    font-size: 18px;
  }
  .order-total {
    margin-right: 0px;
  }
  .order-total p {
    font-size: 16px;
  }
  .order-total p span {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
}

/*========================================
content
========================================*/

@media (max-width: 450px) {
}
@media (max-width: 450px) {
}
@media (max-width: 374px) {
}

.caution-box {
  box-sizing: border-box;
  border: 1px solid red;
  padding: 5px 10px;
  color: red;
  font-size: 14px;
  line-height: 1.5;
}
.manuscript-input {
  box-sizing:border-box;
  border: 1px solid;
  margin-bottom:5px;
  padding:3px 5px;
}

.bg-blue {
  background-color: #ccddfc;
}
.bg-red{
  background-color: #ffdcd8;
}
tr.deleted td,
tr.deleted input,
tr.deleted p,
tr.deleted select {
  background-color: #80110D;
  color: #FAFAFA;
}

.modal-content.branch_modal .modal-btn_ar {
  max-width: 130px;
}
@media (min-width: 1080px) {
  .modal-content.branch_modal {
    max-width: 60%;
  }
  .modal-content.branch_modal .modal-inner {
    max-height: 600px;
  }
  .modal-content.branch_modal .table_ar {
    max-height: 450px;
  }
}

.input_ar.order input:read-only,
.input_ar.order select:disabled {
  background-color: #eee;
}

@media(max-width: 767px) {
  .user-name {
    max-width: 120px;
    font-size: 12px;
  }
}

.purchase_import_form {
  width: 1024px;
}
.purchase_import_block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 70%;
}
.purchase_import_block dl {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  line-height: 1.5;
}
.purchase_import_block dt {
  width: 105px;
  margin-right: 10px;
  text-align: right;
}
.purchase_import_block dd {
  box-sizing: border-box;
  width: calc(100% - 115px);
  padding: 3px;
  border: 1px solid #000;
}