/* login
----------------------------------------------------------- */
.login {
  height: 100vh;
  background: linear-gradient(135deg, #053636, #0C7171);
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-wrapper {
  width: 100%;
  max-width: 400px;
  padding: 20px;
}
.login-card {
  background: #fff;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.logo {
  text-align: center;
  margin-bottom: 15px;
  color: #0C7171;
  font-size: 24px;
  font-weight: 600;
}
.logo img {
  margin: 0 0 20px;
}
.form-group {
  margin-bottom: 18px;
}
.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  color: #333;
}
.form-group input {
  font-family: "SourceHanSerif";
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  font-size: 16px;
  border-radius: 6px;
  box-sizing: border-box;
}
.form-group input:focus {
  outline: none;
  border-color: #0C7171;
}
.login-btn {
  width: 100%;
  margin-top: 15px;
  padding: 12px;
  background: #0C7171;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}
.login-btn:hover {
  background: #053636;
}
.login-btn a {
  text-decoration: none;
  color: #FFF;
}
.login-btn a:hover {
  text-decoration: none;
  color: #FFF;
}
.footer-text {
  margin-top: 25px;
  text-align: center;
  font-size: 12px;
  color: #999;
}
/* home
----------------------------------------------------------- */
.claim, .number, .master, .total {
  width: 64%;
  margin: 40px 15%;
  padding: 20px 3% 30px;
  overflow: hidden;
  background-color: #E6F1F1;
}
h2.head01 {
  position: relative;
  padding-left: 35px;
  color: #0c7171;
  font-weight: 600;
}
h2.head01::before, h2.head01::after {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border: 2px solid #0c7171;
  content: '';
  margin-left: 10px;
}
h2.head01::before {
  top: calc(50% - 3px);
  left: 0;
}
h2.head01::after {
  top: calc(50% + 2px);
  left: 4px;
}
.claim ul, .number ul, .master ul, .total ul {
  width: 100%;
}
.claim ul li, .number ul li, .master ul li, .total ul li {
  float: left;
  width: 23%;
  height: 71px;
  margin: 15px 1%;
  list-style: none;
  text-decoration: none;
}
/* タイトル
----------------------------------------------------------- */
.page_ttl {
  width: 90%;
  padding: 15px 5%;
  background-color: #DDDDDD;
  overflow: hidden;
}
h2.head02 {
  display: flex;
  align-items: center;
  color: #0C7171;
  font-weight: 600;
}
h2.head02::before {
  display: inline-block;
  width: 8px;
  height: 30px;
  margin-right: 15px;
  background: linear-gradient(0deg, rgb(45, 57, 56), rgb(12, 113, 113));
  content: '';
}
h3.head03 {
  position: relative;
  padding: 5px 0 5px 25px;
  border-bottom: 2px solid #0C7171;
  color: #053636;
}
h3.head03::before {
  position: absolute;
  top: 0;
  left: .3em;
  transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: #0C7171;
  content: '';
}
h3.head03::after {
  position: absolute;
  transform: rotate(15deg);
  top: .6em;
  left: 0;
  height: 8px;
  width: 8px;
  background: #0C7171;
  content: '';
}
/* ボタン
----------------------------------------------------------- */
.button-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  border: none;
  border-bottom: solid 5px #053636;
  border-radius: 5px;
  background-color: #0C7171;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  transition: .2s ease;
  cursor: pointer;
  text-decoration: none;
  list-style: none;
}
.button-1::after {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  margin-top: 11px;
  margin-left: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  text-decoration: none;
}
.button-1:hover {
  transform: translateY(3px);
  border-bottom-width: 2px;
}
.button-1 a {
  text-decoration: none;
  color: #FFF;
}
.button-1 a:hover {
  text-decoration: none;
  color: #FFF;
}
.button-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #33647D;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  list-style: none;
}
.button-2::after {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-top: 10px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  text-decoration: none;
}
.button-2:hover {
  opacity: .8;
}
.button-2 a {
  text-decoration: none;
  color: #FFF;
}
.button-2 a:hover {
  text-decoration: none;
  color: #FFF;
}
.button_edit {
  justify-content: center;
  align-items: center;
  width: 80px;
  margin: 0 2.5px;
  padding: 5px 0;
  background-color: #33647D;
  color: #fff;
  border: none;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  list-style: none;
}
.button_edit:hover {
  opacity: .8;
}
.button_edit a {
  text-decoration: none;
  color: #FFF;
}
.button_edit a:hover {
  text-decoration: none;
  color: #FFF;
}
.button_delete {
  justify-content: center;
  align-items: center;
  width: 80px;
  margin: 0 2.5px;
  padding: 5px 0;
  background-color: #8C0000;
  color: #fff;
  border: none;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  list-style: none;
}
.button_delete:hover {
  opacity: .8;
}
.button_delete a {
  text-decoration: none;
  color: #FFF;
}
.button_delete a:hover {
  text-decoration: none;
  color: #FFF;
}
.button_area {
  width: 50%;
  text-align: center;
  float: left;
  margin: 20px 0;
}
.all {
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 40px;
  margin: 0 50% 0 15%;
  background-color: #33647D;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  list-style: none;
}
.dele {
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 40px;
  margin: 20px 50% 0 15%;
  background-color: #aaa;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  list-style: none;
}
.button_area .all:hover {
  opacity: .8;
}
.button_area .dele:hover {
  opacity: .8;
}
/* パンくず
----------------------------------------------------------- */
.pan {
  width: 90%;
  padding: 10px 5%;
  overflow: hidden;
}
.pan ul {
  font-size: 14px;
  padding: 0px;
}
.pan li {
  float: left;
  padding-left: 58px;
  background: url(/../../img/h_pan.gif) no-repeat 10px center;
  background-size: 23px 11px;
  background-position: 20px 10px;
  list-style-type: none;
}
.pan li:first-child {
  background: none;
  padding-left: 0;
}
/* 検索
----------------------------------------------------------- */
.search_box {
  width: 100%;
  margin: 25px 0 0;
  overflow: hidden;
  font-size: 16px;
}
.search-form {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.search-form label {
  width: 250px;
}
.search-form input {
  width: 100%;
  height: 34px;
  padding: 1px 5px 1px 8px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #000;
  outline: none;
  font-size: 16px;
}
.search-form input:focus {
  outline: none;
  border-color: #0C7171;
}
.search-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 140px;
  height: 34px;
  border: none;
  background-color: #0c7171;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.search-form button:hover {
  background-color: #053636;
}
.search-form button::before {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
}
.registration_box {
  width: 100%;
  margin: 25px 0 0;
  display: flex;
}
.new-registration {
  float: left;
  width: 15%;
}
.page-number {
  float: right;
  width: 85%;
  text-align: right;
  font-size: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.search_box select {
  padding: 8px;
  background-color: #FFF;
  border: 1px solid #cccccc;
  font-size: 16px;
}
.search_box select:focus {
  background-color: #FFF;
  border-color: #0C7171;
}
/* 一覧
----------------------------------------------------------- */
.list_box {
  width: 100%;
  margin: 25px 0;
  overflow: hidden;
  font-size: 16px;
}
.table_box {
  overflow-x: auto;
  display: block;
}

.table_box th {
  position: sticky;
  top: 0;
}

.fixed01 {
  position: sticky;
  right: 0;
}
.fixed01:before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  height: 100%;
  border-left: 2px solid #E6F1F1;
}
.table_box table th, .table_box table td {
  white-space: nowrap;
}
.list_box th {
  background-color: #0c7171;
  color: #FFF;
  padding: 8px 12px;
  text-align: center;
  border-left: solid 2px #E6F1F1;
  font-size: 14px;
}
.list_box th a {
  color: #FFF;
}
.list_box th a.hover {
  color: #FFF;
}
.list_box th.first {
  border-left: none;
}
.list_box td {
  background-color: #FFF;
  color: #333;
  padding: 8px;
  text-align: left;
  border-left: solid 2px #E6F1F1;
  border-bottom: solid 2px #E6F1F1;
}
.list_box td.left {
  text-align: left;
}
.list_box td.center {
  text-align: center;
}
.list_box tr:hover td {
  background-color: #BFFFEF;
}
.claim_customer_select {
  background-color: #FFF;
  color: #333;
  padding: 10px 10px;
  text-align: left;
  border: solid 2px #0c7171;
  display: flex;
  font-size: 16px;
}
/* 編集
----------------------------------------------------------- */
.edit_box {
  width: 100%;
  margin: 25px 0 0;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
}
.edit_box table {
  margin-bottom: 30px;
}
.edit_box th {
  background-color: #0c7171;
  color: #FFF;
  padding: 10px;
  text-align: center;
  border-bottom: solid 2px #E6F1F1;
  font-size: 16px;
}
.edit_box th.first {
  border-left: none;
}
.edit_box td {
  background-color: #FFF;
  color: #333;
  padding: 15px 10px;
  text-align: left;
  border-bottom: solid 2px #E6F1F1;
  display: flex;
}
.edit_box td.left {
  text-align: left;
}
.edit_box td.center {
  text-align: center;
}
.edit_box span {
  color: #8C0000;
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit_box input, .edit_box select {
  height: 34px;
  padding: 1px 5px 1px 8px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #000;
  outline: none;
  font-size: 16px;
}
.edit_box input:focus {
  outline: none;
  border-color: #0C7171;
}
.edit_box button.address {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin: 0 0 0 8px;
  padding: 3px 15px;
  background-color: #33647D;
  height: 34px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.edit_box button.address:hover {
  opacity: .8;
}
.edit_box button.address::before {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
}
input.button_save {
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  margin: 0 30px;
  background-color: #0c7171 !important;;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  list-style: none;
}
input.button_save:hover {
  opacity: .8;
}
input.button_back {
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  margin: 0 30px;
  background-color: #aaa !important;;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  list-style: none;
}
input.button_back:hover {
  opacity: .8;
}
button.clear {
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  margin: 0 30px;
  background-color: #aaa;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  list-style: none;
}
button.clear:hover {
  opacity: .8;
}
/* 新規登録
----------------------------------------------------------- */
.new_box {
  width: 100%;
  margin: 25px 0 0;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
}
.new_box table {
  margin-bottom: 30px;
}
.new_box th {
  background-color: #0c7171;
  color: #FFF;
  padding: 10px;
  text-align: center;
  border-bottom: solid 2px #E6F1F1;
  font-size: 16px;
}
.new_box th.first {
  border-left: none;
}
.new_box td {
  background-color: #FFF;
  color: #333;
  padding: 15px 10px;
  text-align: left;
  border-bottom: solid 2px #E6F1F1;
  display: flex;
}
.new_box td.left {
  text-align: left;
}
.new_box td.center {
  text-align: center;
}
.new_box span {
  color: #8C0000;
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new_box input, .new_box select {
  height: 34px;
  padding: 1px 5px 1px 8px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #000;
  outline: none;
  font-size: 16px;
}
.new_box input:focus {
  outline: none;
  border-color: #0C7171;
}
.new_box button.address {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin: 0 0 0 8px;
  padding: 3px 15px;
  background-color: #33647D;
  height: 34px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.new_box button.address:hover {
  opacity: .8;
}
.new_box button.address::before {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
}
input.button_save {
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  margin: 0 30px;
  background-color: #0c7171;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  list-style: none;
}
input.button_save:hover {
  opacity: .8;
}
input.button_back {
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  margin: 0 30px;
  background-color: #aaa;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  list-style: none;
}
input.button_back:hover {
  opacity: .8;
}
/* ページング
----------------------------------------------------------- */
.pagination {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0 0 0 15px;
}
.pagination span {
  min-width: 18px;
  height: 18px;
  padding: 3px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}
.pagination a {
  min-width: 18px;
  height: 18px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #333;
  border: 1px solid #ccc;
  text-decoration: none;
  background: #fff;
}
.pagination a:hover {
  background: #F5F7F8;
  border-color: #33647D;
  color: #33647D;
}
.pagination .current {
  background: #33647D;
  color: #fff;
  border-color: #33647D;
  font-weight: 600;
  padding: 3px;
}
.pagination .prev, .pagination .next {
  font-size: 16px;
}
.pagination .dots {
  border: none;
  background: transparent;
}
/* 請求書 入力
----------------------------------------------------------- */
.invoice_search_box {
  width: 100%;
  margin: 12.5px 0 0;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
}
.invoice_search_box table {
  width: 100%;
}
.invoice_search_box th {
  background-color: #2D3938;
  color: #FFF;
  padding: 10px;
  text-align: center;
  border-bottom: solid 2px #E6F1F1;
  font-size: 14px;
}
.invoice_search_box td {
  background-color: #DDDDDD;
  color: #333;
  padding: 15px 10px;
  text-align: left;
  border-bottom: solid 2px #E6F1F1;
}
.invoice_search_box input, .invoice_search_box select {
  height: 34px;
  padding: 1px 5px 1px 8px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #000;
  outline: none;
  font-size: 14px;
}
.invoice_search_box select {
  margin-right: 5px;
}
.invoice_search_box input.button_add {
  justify-content: center;
  align-items: center;
  margin: 0 0 0 5px;
  padding: 3px 15px 5px;
  background-color: #33647D;
  height: 33px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.invoice_search_box input.button_add:hover {
  opacity: .8;
}
.pattern {
display: inline-block
}
.invoice_box {
  width: 100%;
  margin: 15px 0 0;
  overflow: hidden;
  font-size: 16px;
  text-align: left;
}
.add_number {
  width: 100%;
  margin: 15px 0 0;
  overflow: hidden;
  font-size: 14px;
}
.invoice_box .add_number input {
  font-size: 14px;
}
.invoice_box .add_number span.attention {
  color: #8C0000;
}
.invoice_box table {
  width: 100%;
  margin: 15px 0 30px;
}
.invoice_box th {
  background-color: #0c7171;
  color: #FFF;
  padding: 10px;
  text-align: center;
  border-bottom: solid 2px #E6F1F1;
  font-size: 14px;
}
.invoice_box td {
  background-color: #FFF;
  color: #333;
  padding: 15px 10px;
  text-align: left;
  border-bottom: solid 2px #E6F1F1;
}
.invoice_box td.left {
  text-align: left;
}
.invoice_box td.center {
  text-align: center;
}
.invoice_box input, .invoice_box select {
  height: 34px;
  padding: 1px 5px 1px 8px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #000;
  outline: none;
  font-size: 16px;
}
.invoice_box input:focus {
  outline: none;
  border-color: #0C7171;
}
.invoice_box input.button_save {
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  margin: 0 30px;
  background-color: #0c7171;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  list-style: none;
}
.invoice_box input.button_save:hover {
  opacity: .8;
}
.invoice_box .button_area {
  width: 100%;
  text-align: center;
  float: left;
  margin: 20px 0 40px;
}
.invoice_box button.search {
  justify-content: center;
  align-items: center;
  border: none;
  margin: 0 0 0 8px;
  padding: 3px 15px;
  background-color: #33647D;
  height: 34px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.invoice_box button.search:hover {
  opacity: .8;
}
.invoice_box button.insert {
  justify-content: center;
  align-items: center;
  border: solid 1px #2D3938;
  margin: 0;
  padding: 3px 15px;
  background-color: #EEE;
  height: 34px;
  font-size: 14px;
  color: #2D3938;
  cursor: pointer;
}
.invoice_box button.insert:hover {
  opacity: .8;
}
input[type="number"] {
  text-align: right;
  width: 140px;
  box-sizing: border-box;
}
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* チェックリスト 印刷
----------------------------------------------------------- */
.print_box {
  width: 100%;
  margin: 25px 0 0;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
}
.table-scroll {
  width: 50%;
  height: 300px;
  margin-bottom: 20px;
  overflow-y: auto;
  float: left;
}
.print_box table {
  margin-bottom: 15px;
}
.print_box table.bulk {
  margin-bottom: 0;
}
.print_box th {
  background-color: #0c7171;
  color: #FFF;
  padding: 10px;
  text-align: center;
  border-bottom: solid 2px #E6F1F1;
  font-size: 16px;
}
.print_box th.first {
  border-left: none;
}
.print_box td {
  background-color: #FFF;
  color: #333;
  padding: 15px 10px;
  text-align: center;
  border-bottom: solid 2px #E6F1F1;
  width: 70%;
}
.print_box td.left {
  text-align: left;
}
.print_box td.center {
  text-align: center;
}
.print_box td.bulk {
  padding: 0px;
}
.print_box span {
  color: #8C0000;
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.print_box input, .print_box select {
  height: 34px;
  padding: 1px 5px 1px 8px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #000;
  outline: none;
  font-size: 16px;
}
.print_box input:focus {
  outline: none;
  border-color: #0C7171;
}
.printL {
  width: 67%;
  float: left;
}
.print_button {
  width: 30%;
  font-size: 16px;
  text-align: left;
}
.print_button p {
  color: #053636;
}
.checkboxItem {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}
.checkboxItem:not(:last-of-type) {
  margin-bottom: 16px;
}
.checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #33647d;
  cursor: pointer;
}
.checkbox:checked {
  background-color: #33647d;
}
.checkbox:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
/* 車番別明細リスト 印刷
----------------------------------------------------------- */
.nlp_box {
  width: 100%;
  margin: 25px 0 0;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
}
.nlp_box table {
  margin-bottom: 15px;
}
.nlp_box th {
  background-color: #0c7171;
  color: #FFF;
  padding: 10px;
  text-align: center;
  border-bottom: solid 2px #E6F1F1;
  font-size: 16px;
}
.nlp_box th.first {
  border-left: none;
}
.nlp_box td {
  background-color: #FFF;
  color: #333;
  padding: 15px 10px;
  text-align: left;
  border-bottom: solid 2px #E6F1F1;
  display: flex;
}
.nlp_box td.left {
  text-align: left;
}
.nlp_box td.center {
  text-align: center;
}
.nlp_box span {
  color: #8C0000;
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nlp_box input, .nlp_box select {
  height: 34px;
  padding: 1px 5px 1px 8px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #000;
  outline: none;
  font-size: 16px;
}
.nlp_box input:focus {
  outline: none;
  border-color: #0C7171;
}
.nlpL {
  width: 67%;
  float: left;
}
.nlpR {
  width: 30%;
  margin-left: 3%;
  float: left;
  font-size: 16px;
  text-align: left;
}
.nlpR p {
  color: #053636;
}
input.print-button {
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 44px;
  margin: 20px 0;
  background-color: #33647D !important;;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  list-style: none;
}
input.print-button:hover {
  opacity: .8;
}
input.checkbox {
  height: 20px;
  padding: 0;
  margin: 0 10px;
  border: 1px solid #33647d;
}
input.radio {
  inline-size: 20px;
  block-size: 20px;
  accent-color: #33647D;
  margin: 10px;
}
.setumei {
  width: 100%;
  float: left;
  text-align: left;
  color: #8C0000;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
}
.setumei p {
  line-height: 1.8;
}
/* パターン一覧
----------------------------------------------------------- */
.patternL {
  width: 67%;
  float: left;
}
.patternR {
  width: 30%;
  margin-left: 3%;
  float: left;
  font-size: 14px;
  text-align: left;
}
/*====================================================================
.s_02 .accordion_one
====================================================================*/
.s_02 .accordion_one .accordion_header {
  background-color: #33647D;
  color: #fff;
  font-size: 14px;
  padding: 8px 11%;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
  border-bottom: 2px solid #FFF;
}
.accordion_header::after {
  content: "▼";
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.s_02 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 10px 10px 20px;
  box-sizing: border-box;
}
.s_02 .accordion_one .accordion_inner .box_one {}
.s_02 .accordion_one:nth-of-type(2) .accordion_inner .box_one {}
.s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}
/* 集計入力
----------------------------------------------------------- */
.invoice_search_box_02 {
  width: 100%;
  margin: 25px 0;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
}
.invoice_search_box_02 th {
  background-color: #2D3938;
  color: #FFF;
  padding: 10px 15px;
  text-align: center;
  border-bottom: solid 2px #E6F1F1;
  font-size: 14px;
}
.invoice_search_box_02 td {
  background-color: #DDDDDD;
  color: #333;
  padding: 10px 15px;
  text-align: left;
}
.invoice_search_box_02 input, .invoice_search_box_02 select {
  height: 34px;
  padding: 1px 5px 1px 8px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #000;
  outline: none;
  font-size: 14px;
}

.search_box_02 {
  width: 100%;
  margin: 0;
}
.search_box_02 select {
  padding: 8px;
  background-color: #FFF;
  border: 1px solid #cccccc;
  font-size: 14px;
}
.search_box_02 select:focus {
  background-color: #FFF;
  border-color: #0C7171;
}
.table_ttl {
  font-size: 20px;
  margin: 0;
  padding-left: 20px;
  line-height: 1.8;
  color: #0C7171;
}
.table_ttl:before {
  content: "▼";
  font-size: 16px;
  margin-top: 3px;
  margin-left: -20px;
  position: absolute;
}
.total_box {
  width: 100%;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
}
.total_box table {
  width: 100%;
  margin: 20px 0 0;
}
.total_box th {
  background-color: #0c7171;
  color: #FFF;
  padding: 10px;
  text-align: center;
  border-bottom: solid 2px #E6F1F1;
  border-left: 2px solid #E6F1F1;
  font-size: 14px;
}
.total_box th.first {
  border-left: none;
}
.total_box td {
  background-color: #FFF;
  color: #333;
  padding: 8px 10px;
  text-align: left;
  border-bottom: solid 2px #E6F1F1;
}
.total_box input, .total_box select {
  width: 100%;
  height: 34px;
  margin: 4px 0;
  padding: 1px 5px 1px 8px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #000;
  outline: none;
  font-size: 14px;
}
input:-moz-read-only {
  background-color: #ddd;
}
input:read-only {
  background-color: #ddd;
}
.total_box button.button_add {
  justify-content: center;
  align-items: center;
  width: 40px;
  margin: 0 0 0 8px;
  padding: 6px 4px;
  background-color: #33647D;
  color: #fff;
  border: none;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  list-style: none;
}
.total_box button.button_add:hover {
  opacity: .8;
}
.total_box button.button_add a {
  text-decoration: none;
  color: #FFF;
}
.total_box button.button_add a:hover {
  text-decoration: none;
  color: #FFF;
}
.tekiyou-row {
  display: flex;
}
.tekiyou-row input {
  flex: 1;
}
.tekiyou-row button {
  width: 100%;
}
.total_box button.button_delete,
.total_box button.remove-harai {
  justify-content: center;
  align-items: center;
  width: 40px;
  margin: 0;
  padding: 6px 4px;
  background-color: #8C0000;
  color: #fff;
  border: none;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  list-style: none;
}
.total_box button.button_delete.first,
.total_box button.remove-harai.first {
  margin: 0 0 0 8px;
}
.total_box button.button_delete:hover,
.total_box button.remove-harai:hover {
  opacity: .8;
}
.total_box button.button_delete a,
.total_box button.remove-harai a {
  text-decoration: none;
  color: #FFF;
}
.total_box button.button_delete a:hover,
.total_box button.remove-harai a:hover {
  text-decoration: none;
  color: #FFF;
}
.total_box_02 {
  width: 100%;
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  text-align: left;
}
.total_box_02 table {
  width: 100%;
  margin: 10px 0 15px;
}
.total_box_02 th {
  width: 225px;
  background-color: #003366;
  color: #FFF;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}
.total_box_02 td {
  width: 114px;
  background-color: #FFF;
  color: #333;
  padding: 10px 14px 10px 0;
  text-align: right;
}
.total_box_02 td input {
  width: 100%;
  box-sizing: border-box;
}
button.add_row {
  justify-content: center;
  align-items: center;
  border: solid 1px #2D3938;
  margin: 0 0 30px;
  padding: 3px 15px;
  background-color: #EEE;
  height: 34px;
  font-size: 14px;
  color: #2D3938;
  cursor: pointer;
}
button.add_row:hover {
  opacity: .8;
}
.total_box_03 {
  background-color: #DDD;
  width: 64%;
  margin: 0 15%;
  padding: 20px 3%;
  font-size: 16px;
  text-align: left;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.total_box_03 table {
  width: 1220px;
  margin: 0 0 15px;
}
.total_box_03 th {
  width: 225px;
  background-color: #003366;
  color: #FFF;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}
.total_box_03 td {
  width: 113px;
  background-color: #FFF;
  color: #333;
  padding: 10px 15px 10px 0;
  text-align: right;
}
button.add_table {
  justify-content: center;
  align-items: center;
  float: left;
  border: solid 1px #2D3938;
  margin: 0;
  padding: 3px 15px;
  background-color: #EEE;
  height: 34px;
  font-size: 14px;
  color: #2D3938;
  cursor: pointer;
}
button.add_table:hover {
  opacity: .8;
}
button.save {
  justify-content: center;
  align-items: center;
  float: right;
  border: solid 1px #2D3938;
  margin: 0;
  padding: 3px 15px;
  background-color: #EEE;
  height: 34px;
  font-size: 14px;
  color: #2D3938;
  cursor: pointer;
}
button.preview2 {
  justify-content: center;
  align-items: center;
  float: right;
  border: solid 1px #33647D;
  width: 120px;
  margin: 0;
  padding: 3px 15px;
  background-color: #33647D;
  height: 34px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
button.preview2:hover {
  opacity: .8;
}
input.button_save_02 {
  justify-content: center;
  align-items: center;
  float: right;
  border: solid 1px #0c7171;
  width: 120px;
  margin-right: 20px;
  padding: 3px 15px;
  background-color: #0c7171;
  height: 34px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
input.button_save_02:hover {
  opacity: .8;
}
/* エラーメッセージ
----------------------------------------------------------- */
.error_message {
  color: #8C0000;
  font-size: 16px;
  line-height: 1.8;
}
.error_message ul {
  margin-top: 20px;
}
.error_message ul li {
  list-style: none;
  margin-left: 20px;
  color: #8C0000;
  font-size: 16px;
  line-height: 1.8;
}
.error_message ul li::before {
  content: "！";
  font-size: 16px;
  position: absolute;
  margin-left: -20px;
}
.error_explanation {
  color: #8C0000;
  font-size: 16px;
  line-height: 1.8;
}
.error_explanation ul {
  margin-top: 20px;
}
.error_explanation ul li {
  list-style: none;
  margin-left: 20px;
  color: #8C0000;
  font-size: 16px;
  line-height: 1.8;
}
.error_explanation ul li::before {
  content: "！";
  font-size: 16px;
  position: absolute;
  margin-left: -20px;
}
