@charset "UTF-8";
/* fonts
--------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400&subset=japanese");
/* structure
--------------------------------------*/
body {
  background-color: #ecf4fe;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: .05em;
  color: #333;
}
input, button {
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  font-size: 14px !important;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 240px;
  width: 100%;
  transition: padding-left 0.3s ease-in-out;
  z-index: 1001;
}
.sidebar-collapse .header {
  padding-left: 50px;
}
.content-wrapper {
  min-width: 920px;
}
#contents {
  padding: 62px 0 10px;
}
.custom-select_wrap {
  display: inline-block;
  position: relative;
}
.custom-select_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #2d89ef transparent transparent transparent;
  pointer-events: none;
}
.form-inblock {
  display: inline-block;
  text-align: left;
}
.form-inblock .form-label {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
/* 検索 */
.seatch_header {
  padding: 10px 15px;
}
.seatch_header i {
  font-size: 26px;
  line-height: 38px;
  color: #2d89ef;
  margin-right: 5px;
  transition: .3s;
}
.seatch_header_text {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
.search_open,
.search_open2 {
  line-height: 38px;
  cursor: pointer;
}
.search_open i,
.search_open2 i {
  transform: rotate(180deg);
  vertical-align: middle;
}
.invoice-icon {
  position: relative;
  transform: rotate(0);
  margin-right: 5px !important;
  top: -2px;
}
.search_body {
  display: none;
  padding-bottom: 15px;
}
.search_body.invoice_body {
  padding-bottom: 0;
}
.search_box.open .search_open i,
.search_box.open .search_open2 i {
  transform: rotate(0);
}
/* paging */
.paging_top {
  margin-bottom: 15px;
}
.paging_c {
  padding-top: 5px;
  width: 310px;
}
.paging_l {
  padding-top: 10px;
  width: 280px;
  font-size: 14px;
}
.paging_r {
  width: 280px;
  text-align: right;
}
.paging_r select, .paging_r option {
  direction: rtl;
}
.paging_r_btn {
  padding-top: 5px;
}
.paging_list {
  width: 310px;
}
.paging_list li {
  list-style: none;
}
.paging_list a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #2d89ef;
  border-radius: 3px;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 3px;
  color: #2d89ef;
  text-align: center;
  transition: opacity .3s;
}
.paging_list a.paging_list_current {
  background-color: #2d89ef;
  color: #fff;
}
.paging_list a:hover {
  opacity: .7;
}
.paging_list a.paging_list_first {
  background-image: url(../img/ic_arrow_first.png);
}
.paging_list a.paging_list_last {
  background-image: url(../img/ic_arrow_last.png);
}
.paging_list a.paging_list_prev {
  background-image: url(../img/ic_arrow_prev.png);
}
.paging_list a.paging_list_next {
  background-image: url(../img/ic_arrow_next.png);
}
/* form */
select.text_rtl {
  direction: rtl;
}
.colorinput {
  line-height: 24px;
  vertical-align: middle;
}
/* login */
.login_company_name {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #373782;
}
.error_text {
  margin-bottom: 15px;
  padding: 6px 12px 10px;
  border-radius: 10px;
  background-color: #fcc;
  font-size: 12px;
  color: #c90101;
}
.login_body {
  width: 310px;
  padding: 30px;
}
.ime_off {
  ime-mode: disabled;
}
/* client_base */
.column_top.fixed_column {
  position: fixed;
  top: 62px;
  left: 0;
  padding: 15px 0;
  padding-left: 240px;
  width: 100%;
  background-color: #ecf4fe;
  transition: padding-left 0.3s ease-in-out;
  z-index: 1001;
}
.sidebar-collapse .column_top.fixed_column {
  padding-left: 50px;
}
.column_top.fixed_column + .column_body {
  /*margin-top: 225px;*/
  margin-top: 240px;
}
.page-name {
  padding: 0 0 5px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-header_data {
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
}
.page-title {
  margin-right: 55px;
  white-space: nowrap;
}
.page-header_name {
  width: calc(100% - 275px);
}
.page-header_data {
  min-width: 405px;
}
.company_data {
  font-size: 14px;
}
.company_data_name {
  width: calc(100% - 25px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.company_num {
  color: #666;
  font-size: 12px;
}
.page_tab_list {
  margin-top: 5px;
}
.page_tab_list a {
  display: inline-block;
  padding: 10px 31px;
  border-bottom: 2px solid #666;
  line-height: 1;
  font-size: 14px;
  color: #666;
}
.page_tab_list a.active, .page_tab_list a:hover {
  color: #2d89ef;
  border-color: #2d89ef;
}
.page_tab_return a {
  display: inline-block;
  padding-left: 25px;
  line-height: 18px;
  background: url(../img/ic_return.png) left center no-repeat;
  color: #666;
  transition: .3s;
}
.page_tab_return a:hover {
  opacity: .7;
}
.status_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
}
.status_box > div:first-child {
  border-right: 1px solid #ccc;
  padding-right: 5%;
  width: 60%;
}
.status_box > div:last-child {
  padding-left: 5%;
  font-size: 14px;
  width: 40%;
}
.status_box > div:last-child > div {
  width: 48%;
}
@media screen and (max-width: 1279px) {
.status_box > div:first-child {
  width: 63%;
  padding-right: 2%;
}
.status_box > div:last-child {
  width: 37%;
  padding-left: 2%;
}
}
.required {
  display: inline-block;
  margin-top: -2px;
  padding-top: 4px;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  background-color: #f99;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.requipink {
  display: inline-block;
  margin-top: -2px;
  padding-top: 4px;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  background-color: #fab3d6;
  line-height: 1;
  font-size: 10px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.description {
  margin-top: 5px;
  color: #666;
}
.accordion_item_title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11px 15px;
  height: 60px;
  cursor: pointer;
    position: relative;
}
.accordion_item_title i {
  margin-right: 10px;
  font-size: 26px;
  color: #2d89ef;
  vertical-align: middle;
  transition: .3s;
}
.accordion_item_title h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 38px;
  position: relative;
}
.accordion_item_title.is-close i {
  transform: rotate(180deg);
}
/*20190709フルブルーム追加*/
.accordion_item_title span:not(.colorinput-color) {/* 20191210 Mochizuki :not追加 */
  font-size: 12px;
  font-weight: normal;
  margin-left: 1.5em;
  color: #666;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 1279px) {
  .accordion_item_title span {
    font-size: 1.05vw;
  }
}
@media screen and (max-width: 1150px) {
  .accordion_item_title span {
    font-size: 12px;
  }
}
.accordion_item {
  margin-bottom: 10px;
}
.accordion_item_body, .invoice_body {
  border-top: 1px solid #ccc;
}
.accordion_up {
  padding: 5px;
}
.accordion_up a {
  display: block;
  padding: 1px 0;
  background-color: #eee;
  line-height: 1;
  text-align: center;
  transition: .3s;
}
.accordion_up a:hover {
  opacity: .7;
}
.accordion_up i {
  margin-top: -2px;
  font-size: 26px;
  color: #999;
}
.input_time_item {
  width: 205px;
}
.input_time_item input[type="time"] {
  display: inline-block;
  padding: 7px;
}
.input_time_item:not(:first-of-type) {
  padding-left: 10px;
  width: 215px;
  border-left: 1px solid #ccc;
}
.edit_tbl_list li {
  height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
/* fixed box */
.fixed_box_ttl {
  padding: 13px 15px 14px;
  border-bottom: 1px solid #ccc;
}
.fixed_box_ttl h2 {
  font-size: 16px;
  font-weight: normal;
}
/* pagetop
--------------------------------------*/
.pagetop {
  position: relative;
  text-align: right;
  height: 40px;
}
.pagetop a {
  display: inline-block;
  position: fixed;
  bottom: 10px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #666;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: -55px;
  transform: translateY(50px);
  transition: .3s;
  z-index: 1000;
}
.pagetop a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -14px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-size: 26px;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1;
  color: #fff;
  text-indent: 0;
  text-align: center;
}
.pagetop a:hover {
  opacity: .7;
}
.pagetop a.active {
  transform: translateY(0);
}
@media screen and (max-width: 1150px) {
  .pagetop a {
    right: 15px;
    margin-left: 0;
  }
  .sidebar-collapse .pagetop a {
    right: 25px;
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .sidebar-collapse .pagetop a {
    right: 15px;
    margin-left: 0;
  }
}
_:-ms-lang(x)::-ms-backdrop, .pagetop a {
  right: 25px;
  margin-left: 0;
}
@media screen and (min-width: 1520px) {
  _:-ms-lang(x)::-ms-backdrop, .pagetop a {
    right: auto;
    left: 50%;
    margin-left: 655px;
  }
}
/* table
--------------------------------------*/
table {
  width: 100%;
}
table th, table td {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
.tr_hide > td {
  width: 100%;
  padding: 5px 15px !important;
}
.search_tbl th {
  padding: 10px;
}
.search_tbl td {
  padding: 15px 10px;
}
.list_tbl {
  table-layout: fixed;
}
.list_tbl th {
  padding: 5px 10px;
  height: 50px;
  border-bottom: 1px solid #ccc;
  line-height: 1.2;
}
.list_tbl th.sort {
  border-bottom: 1px solid #ccc;
  color: #2d89ef;
  cursor: pointer;
}
.list_tbl th.sort::after {
  padding-left: 5px;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 16px;
}
.list_tbl th.sort.is_sort-up::after {
  content: "\f0d8";
}
.list_tbl th.sort.is_sort-down::after {
  content: "\f0d7";
}
.list_tbl td {
  padding: 5px 10px;
  height: 50px;
  line-height: 1.2;
  border-bottom: 1px solid #ccc;
}
.list_tbl tbody:not(.last_border) > tr:last-of-type td {
  border-bottom: 0;
}
.list_tbl .times_num {
  display: inline-block;
  margin: -3px 0 0 0px;
  width: 22px;
  background-color: #c90101;
  border-radius: 50%;
  line-height: 22px;
  font-size: 10px;
  color: #fff;
  vertical-align: middle;
}
/*---20190708_フルブルームさんのCSS
.list_tbl tbody > tr:last-of-type td {
  border-bottom: 0;
}
*/
.list_tbl .link_edit {
  font-size: 20px;
  color: #2d89ef;
}
/*フルブルームさんの追加
.list_tbl .link_edit.link_gray {
  pointer-events: none;
  color: #999;
}
*/
.edit_tbl {
  table-layout: fixed;
}
.edit_tbl > tbody > tr > th {
  padding: 5px 15px 5px 15px;
  height: 50px;
  line-height: 1.2;
}
.edit_tbl > tbody > tr > td {
  padding: 5px 15px 5px 25px;
  height: 50px;
  line-height: 1.2;
}
.edit_tbl > tbody > tr:last-of-type td {
  border-bottom: 0;
}
.edit_child_tbl {
  table-layout: fixed;
  background-color: #eee;
}
.edit_child_tbl th {
  padding: 5px 0 5px 20px;
  width: 180px;
}
.edit_child_tbl td {
  padding: 5px 20px;
}
.edit_child_tbl tr:first-child th, .edit_child_tbl tr:first-child td {
  padding-top: 15px;
}
.edit_child_tbl tr:last-child th, .edit_child_tbl tr:last-child td {
  padding-bottom: 15px;
}
.fixed_tbl_wrap {
  position: relative;
}
.fixed_tbl {
  display: block;
}
.fixed_tbl thead, .fixed_tbl tbody {
  display: block;
  border-radius: 4px 4px 0 0;
}
.fixed_tbl thead {
  position: relative;
  background-color: #fff;
  z-index: 500;
}
.fixed_tbl tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.fixed_tbl tbody.tb_strech {
  position: relative;
  overflow: hidden;
}
.data_text {
  padding: 6px 13px;
}
.data_text_inblock {
  display: inline-block;
  padding: 6px 13px;
  vertical-align: middle;
}
.data_select_rtl {
  padding: 8px 24px 8px 13px !important;
  text-align: right;
}
_:-ms-lang(x)::-ms-backdrop, .data_select_rtl {
  padding: 8px 26px 8px 13px !important;
}
@-moz-document url-prefix() {
  .data_select_rtl {
    padding: 8px 29px 8px 13px !important;
  }
}
@supports (-ms-ime-align: auto) {
  .data_select_rtl {
    padding: 8px 28px 8px 13px !important;
  }
}
/* table style */
.client_tbl_style01 tr th {
  padding: 5px 10px;
  text-align: center;
  font-size: 12.5px;
}
.client_tbl_style01 tr td {
  padding: 5px 10px;
  font-size: 12.5px;
}
.client_tbl_style01 tr > th:nth-child(1), .client_tbl_style01 tr > td:nth-child(1) {
  width: 5%;
  text-align: center;
}
.client_tbl_style01 tr > th:nth-child(2), .client_tbl_style01 tr > td:nth-child(2) {
  width: 8%;
  text-align: center;
}
.client_tbl_style01 tr > th:nth-child(3), .client_tbl_style01 tr > td:nth-child(3) {
  width: 13%;
  text-align: center;
}
.client_tbl_style01 tr > th:nth-child(4), .client_tbl_style01 tr > td:nth-child(4) {
  width: 20%;
}
.client_tbl_style01 tr > th:nth-child(5), .client_tbl_style01 tr > td:nth-child(5) {
  width: 13%;
}
.client_tbl_style01 tr > th:nth-child(6), .client_tbl_style01 tr > td:nth-child(6) {
  width: 11%;
}
.client_tbl_style01 tr > th:nth-child(7), .client_tbl_style01 tr > td:nth-child(7) {
  width: 14%;
}
.client_tbl_style01 tr > th:nth-child(8), .client_tbl_style01 tr > td:nth-child(8) {
  width: 10%;
  text-align: center;
}
.client_tbl_style01 tr > th:nth-child(9), .client_tbl_style01 tr > td:nth-child(9) {
  width: 6%;
}
.client_tbl_style02 {
  margin-bottom: 10px;
}
.client_tbl_style02 > tbody > tr > th,
.client_tbl_style02-2 > tbody > tr > th {
  position: relative;
  padding: 20px 0 0 15px;
  width: 200px;
  vertical-align: top;
}
.client_tbl_style02-2 .ml-style {
  margin-left: auto;
}
.client_tbl_style02 > tbody > tr > th .required {
  position: absolute;
  top: 20px;
  right: 0;
}
.client_tbl_style02-2 > tbody > tr > th .required {
  position: absolute;
  top: 20px;
  right: 15px;
}
.client_tbl_style02 > tbody > tr > th .requipink,
.client_tbl_style02-2 > tbody > tr > th .requipink {
  position: absolute;
  top: 20px;
  right: 0;
}
.client_tbl_style02 > tbody > tr > th.vmiddle,
.client_tbl_style02-2 > tbody > tr > th.vmiddle {
  padding: 10px 0 10px 15px;
  vertical-align: middle;
}
.client_tbl_style02 > tbody > tr > th.vmiddle .required,
.client_tbl_style02-2 > tbody > tr > th.vmiddle .required {
  margin-top: -10px;
}
.client_tbl_style02 > tbody > tr > td {
  padding: 10px 15px 10px 25px;
}
.client_tbl_style02-2 > tbody > tr > td {
  padding: 10px 0;
}
.w-style {
  width: 70%;
}
@media screen and (max-width: 1281px) {
.w-style {
  width: 85%;
}
}
.client_tbl_style02-2 .description {
  font-size: 14px;
  color: #666;
}
.client_tbl_style02-2 .v-style {
  position: relative;
  top: 10px;
}
.client_tbl_style02-2 .v-style2 {
  position: relative;
  top: -10px;
  font-style: normal;
}
.tr_hide .client_tbl_style02-2 th {
  padding: 10px 0 10px 15px;
  width: 180px;
  vertical-align: middle;
}
.tr_hide .client_tbl_style02-2 td {
  padding: 10px 0;
}
.tr_hide .client_tbl_style02-2 td .w-style {
  width: 71%;
}
@media screen and (max-width: 1281px) {
.tr_hide .client_tbl_style02-2 td .w-style {
  width: 86%;
}
}
.combo-box .dropdown-menu {
  overflow: auto;
  min-height: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
}
.combo-box .dropdown-menu li {
  padding: 5px;
}
.combo-box .dropdown-menu li:hover {
  background: #f2f3f7;
  color: #607ee9;
}
.client_tbl_style03 {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 50px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.client_tbl_style03 tbody.tb_fixed {
  height: 500px;
}
.client_tbl_style03 tbody.tb_fixed td {
  border-bottom: 0;
}
.client_tbl_style03 tbody.tb_fixed tr:not(:first-of-type) td {
  border-top: 1px solid #ccc;
}
.client_tbl_style03 tbody.tb_fixed > tr:last-of-type {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.client_tbl_style03 tr th, .client_tbl_style03 tr td {
  text-align: center;
}
.client_tbl_style03 tr th .custom-select, .client_tbl_style03 tr td .custom-select {
  text-align: left;
}
.client_tbl_style03 tr > th:nth-child(1), .client_tbl_style03 tr > td:nth-child(1) {
  width: 7%;
}
.client_tbl_style03 tr > th:nth-child(2), .client_tbl_style03 tr > td:nth-child(2) {
  width: 23%;
}
.client_tbl_style03 tr > th:nth-child(3), .client_tbl_style03 tr > td:nth-child(3) {
  padding: 5px 0;
  width: 2%;
}
.client_tbl_style03 tr > th:nth-child(4), .client_tbl_style03 tr > td:nth-child(4) {
  width: 23%;
}
.client_tbl_style03 tr > th:nth-child(5), .client_tbl_style03 tr > td:nth-child(5) {
  width: 45%;
}
.client_tbl_style03 tr > th:nth-child(5) .position-absolute, .client_tbl_style03 tr > td:nth-child(5) .position-absolute {
  position: relative;
  z-index: 1000;
  right: 10px;
}
/*ここから20190925竹林追加*/
.client_tbl_style07 {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 50px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.client_tbl_style07 tbody.tb_fixed {
  height: 200px;
}
.client_tbl_style07 tbody.tb_fixed td {
  border-bottom: 0;
}
.client_tbl_style07 tbody.tb_fixed tr:not(:first-of-type) td {
  border-top: 1px solid #ccc;
}
.client_tbl_style07 tbody.tb_fixed > tr:last-of-type {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.client_tbl_style07 tr th, .client_tbl_style07 tr td {
  text-align: center;
}
.client_tbl_style07 tr th .custom-select, .client_tbl_style07 tr td .custom-select {
  text-align: left;
}
.client_tbl_style07 tr > th:nth-child(1), .client_tbl_style07 tr > td:nth-child(1) {
  width: 7%;
}
.client_tbl_style07 tr > th:nth-child(2), .client_tbl_style07 tr > td:nth-child(2) {
  width: 23%;
}
.client_tbl_style07 tr > th:nth-child(3), .client_tbl_style07 tr > td:nth-child(3) {
  padding: 5px 0;
  width: 2%;
}
.client_tbl_style07 tr > th:nth-child(4), .client_tbl_style07 tr > td:nth-child(4) {
  width: 23%;
}
.client_tbl_style07 tr > th:nth-child(5), .client_tbl_style07 tr > td:nth-child(5) {
  width: 45%;
}
.client_tbl_style07 tr > th:nth-child(5) .position-absolute, .client_tbl_style07 tr > td:nth-child(5) .position-absolute {
  position: relative;
  z-index: 1000;
  right: 10px;
}
/*ここまで20190925竹林追加*/
.client_tbl_style04 {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 50px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.client_tbl_style04 tbody.tb_fixed {
  height: 250px;
}
.client_tbl_style04 tbody.tb_fixed td {
  border-bottom: 0;
}
.client_tbl_style04 tbody.tb_fixed tr:not(:first-of-type) td {
  border-top: 1px solid #ccc;
}
.client_tbl_style04 tbody.tb_fixed > tr:last-of-type {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.client_tbl_style04 tr th, .client_tbl_style04 tr td {
  text-align: center;
}
.client_tbl_style04 tr th .custom-select, .client_tbl_style04 tr td .custom-select {
  text-align: left;
}
.client_tbl_style04 tr > th:nth-child(1), .client_tbl_style04 tr > td:nth-child(1) {
  width: 7%;
}
.client_tbl_style04 tr > th:nth-child(2), .client_tbl_style04 tr > td:nth-child(2) {
  width: 15%;
}
.client_tbl_style04 tr > th:nth-child(3), .client_tbl_style04 tr > td:nth-child(3) {
  width: 15%;
}
.client_tbl_style04 tr > th:nth-child(4), .client_tbl_style04 tr > td:nth-child(4) {
  width: 25%;
}
.client_tbl_style04 tr > th:nth-child(5), .client_tbl_style04 tr > td:nth-child(5) {
  width: 15%;
}
.client_tbl_style04 tr > th:nth-child(6), .client_tbl_style04 tr > td:nth-child(6) {
  width: 25%;
}
.client_tbl_style04 tr > th:nth-child(6) .position-absolute, .client_tbl_style04 tr > td:nth-child(6) .position-absolute {
  position: relative;
  z-index: 1000;
  right: 10px;
}
.client_tbl_style05 {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 75px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.client_tbl_style05 td {
  height: 75px;
}
.client_tbl_style05 tbody.tb_fixed {
  height: 250px;
}
.client_tbl_style05 tbody.tb_fixed td {
  border-bottom: 0;
}
.client_tbl_style05 tbody.tb_fixed tr:not(:first-of-type) td {
  border-top: 1px solid #ccc;
}
.client_tbl_style05 tbody.tb_fixed > tr:last-of-type {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.client_tbl_style05 tr th, .client_tbl_style05 tr td {
  text-align: center;
}
.client_tbl_style05 tr th .custom-select, .client_tbl_style05 tr td .custom-select {
  text-align: left;
}
.client_tbl_style05 tr > th:nth-child(1), .client_tbl_style05 tr > td:nth-child(1) {
  width: 7%;
}
.client_tbl_style05 tr > th:nth-child(2), .client_tbl_style05 tr > td:nth-child(2) {
  width: 18%;
}
.client_tbl_style05 tr > th:nth-child(3), .client_tbl_style05 tr > td:nth-child(3) {
  width: 75%;
}
.client_tbl_style05 tr > th:nth-child(3) .position-absolute, .client_tbl_style05 tr > td:nth-child(3) .position-absolute {
  position: relative;
  z-index: 1000;
  right: 10px;
}
/* // 20190710 修正ここから //////////////////////////// */
.fixed_tbl_wrap.for_client_tbl_style06 {
  margin: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.client_tbl_style06 {
  /* width: calc(100% - 20px);*/
}
.client_tbl_style06 tfoot td {
  border-bottom: 0;
}
.list_tbl.client_tbl_style06 th {
  padding: 5px 8px;
  border-bottom: 0;
  text-align: center;
  white-space: nowrap;
}
.list_tbl.client_tbl_style06 td {
  padding: 5px 8px;
}
.list_tbl.client_tbl_style06 tbody > tr:last-child td {
  padding: 5px 8px 15px;
}
.client_tbl_style06 tr th, .client_tbl_style06 tr td .data_text {
  padding: 5px 8px;
}
.client_tbl_style06 tr th .custom-select, .client_tbl_style06 tr td .custom-select {
  text-align: left;
}
.client_tbl_style06 tr > th:nth-child(1), .client_tbl_style06 tr > td:nth-child(1) {
  width: 40px !important;
  text-align: center;
}
.client_tbl_style06 tr > th:nth-child(2), .client_tbl_style06 tr > td:nth-child(2) {
  width: 110px !important;
}
/*
.client_tbl_style06 tr > th:nth-child(3), .client_tbl_style06 tr > td:nth-child(3) {
  width: 60px !important;
}*/
.client_tbl_style06 tr > th:nth-child(3), .client_tbl_style06 tr > td:nth-child(3) {
  width: 360px !important;
}
.client_tbl_style06 tr > th:nth-child(3), .client_tbl_style06 tr > td:nth-child(3) .data_text {
  padding: 5px 12px;
}
.client_tbl_style06 tr > th:nth-child(4), .client_tbl_style06 tr > td:nth-child(4) {
  width: 230px !important;
}
.client_tbl_style06 tr > th:nth-child(5), .client_tbl_style06 tr > td:nth-child(5) {
  width: 110px !important;
}
.client_tbl_style06 tr > th:nth-child(6), .client_tbl_style06 tr > td:nth-child(6) {
  width: 60px !important;
}
.client_tbl_style06 tr > th:nth-child(7), .client_tbl_style06 tr > td:nth-child(7) {
  width: 70px !important;
}
.client_tbl_style06 tr > th:nth-child(8), .client_tbl_style06 tr > td:nth-child(8) {
  width: 45px !important;
}
.client_tbl_style06 tr > th:nth-child(9), .client_tbl_style06 tr > td:nth-child(9) {
  width: 70px !important;
  padding: 5px 15px 5px 5px !important;
}
.list_tbl.client_tbl_style06 tbody > tr:last-child > td:nth-child(9) {
  padding: 5px 15px 15px 5px !important;
}
@media screen and (min-width: 1365px) {
  .list_tbl.client_tbl_style06 tbody > tr:last-child td {
    padding: 5px 8px 5px;
  }
  .list_tbl.client_tbl_style06 tbody > tr:last-child > td:nth-child(9) {
    padding: 5px 15px 5px 5px !important;
  }
  #ascrail2000-hr {
    display: none !important;
  }
}
/* // 20190710 修正ここまで //////////////////////////// */
.product_tbl_style01 tr th {
  padding: 5px 15px;
  text-align: center;
}
.product_tbl_style01 tr td {
  padding: 5px 15px;
}
.product_tbl_style01 tr > th:nth-child(1), .product_tbl_style01 tr > td:nth-child(1) {
  width: 4.6%;
}
.product_tbl_style01 tr > th:nth-child(2), .product_tbl_style01 tr > td:nth-child(2) {
  width: 15.4%;
}
.product_tbl_style01 tr > th:nth-child(3), .product_tbl_style01 tr > td:nth-child(3) {
  width: 32.2%;
}
.product_tbl_style01 tr > th:nth-child(4), .product_tbl_style01 tr > td:nth-child(4) {
  width: 12%;
}
.product_tbl_style01 tr > th:nth-child(5), .product_tbl_style01 tr > td:nth-child(5) {
  width: 20%;
}
.product_tbl_style01 tr > th:nth-child(6), .product_tbl_style01 tr > td:nth-child(6) {
  width: 15.8%;
}
.salesman_tbl_style01 tr th {
  padding: 5px 15px;
  text-align: center;
}
.salesman_tbl_style01 tr td {
  padding: 5px 15px;
}
.salesman_tbl_style01 tr > th:nth-child(1), .salesman_tbl_style01 tr > td:nth-child(1) {
  width: 10%;
}
.salesman_tbl_style01 tr > th:nth-child(2), .salesman_tbl_style01 tr > td:nth-child(2) {
  width: 20%;
}
.salesman_tbl_style01 tr > th:nth-child(3), .salesman_tbl_style01 tr > td:nth-child(3) {
  width: 20%;
}
.salesman_tbl_style01 tr > th:nth-child(4), .salesman_tbl_style01 tr > td:nth-child(4) {
  width: 50%;
}
.team_tbl_style01 tr th {
  padding: 5px 10px;
  text-align: center;
}
.team_tbl_style01 tr td {
  padding: 5px 10px;
}
.team_tbl_style01 tr > th:nth-child(1), .team_tbl_style01 tr > td:nth-child(1) {
  width: 3%;
}
.team_tbl_style01 tr > th:nth-child(2), .team_tbl_style01 tr > td:nth-child(2) {
  width: 7%;
}
.team_tbl_style01 tr > th:nth-child(3), .team_tbl_style01 tr > td:nth-child(3) {
  width: 9%;
}
.team_tbl_style01 tr > th:nth-child(4), .team_tbl_style01 tr > td:nth-child(4) {
  width: 13%;
}
.team_tbl_style01 tr > th:nth-child(5), .team_tbl_style01 tr > td:nth-child(5) {
  width: 12%;
}
.team_tbl_style01 tr > th:nth-child(6), .team_tbl_style01 tr > td:nth-child(6) {
  width: 22%;
}
.team_tbl_style01 tr > th:nth-child(7), .team_tbl_style01 tr > td:nth-child(7) {
  width: 8%;
}
.team_tbl_style01 input, .team_tbl_style01 select {
  width: 100% !important;
}
.company_tbl_style01 {
  margin: 10px 0;
}
.company_tbl_style01 th {
  width: 200px;
}
/*フルブルームさんの追加 */
.invoice_tbl td {
  width: 25%;
}
.invoice_tbl > tbody > tr > td {
  padding: 10px 15px 10px 25px;
}
.invoice_tbl_wrap {
  position: relative;
  overflow-x: scroll;
}
.invoice_tbl_style {
  position: relative;
  width: 100%;
  table-layout: auto;
}
.invoice_tbl_style tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.invoice_tbl_style thead,
.invoice_tbl_style tbody {
  display: block;
  position: relative;
  background: #fff;
}
.invoice_tbl_style thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 500;
}
.invoice_tbl_style tbody {
  height: 600px;
  overflow-y: scroll;
}
.invoice_tbl_style tr th, .invoice_tbl_style02 tr th, .invoice_tbl_style tr td, .invoice_tbl_style02 tr td {
  position: relative;
  padding: 5px;
  text-align: center;
  margin: 0 auto;
}
.invoice_tbl_style02 tr th,.invoice_tbl_style tr th{
  white-space: nowrap;
}
.invoice_tbl_style tr > th:nth-child(1), .invoice_tbl_style tr > td:nth-child(1) {
  min-width: 40px;
  width: 4%;
}
.invoice_tbl_style tr > th:nth-child(2), .invoice_tbl_style tr > td:nth-child(2) {
  min-width: 60px;
  width: 6%;
}
.invoice_tbl_style tr > th:nth-child(3), .invoice_tbl_style tr > td:nth-child(3) {
  min-width: 150px;
  width: 13%;
}
.invoice_tbl_style tr > th:nth-child(4), .invoice_tbl_style tr > td:nth-child(4) {
  min-width: 220px;
  width: 17%;
}
.invoice_tbl_style tr > th:nth-child(5), .invoice_tbl_style tr > td:nth-child(5) {
  min-width: 80px;
  width: 6%;
}
.invoice_tbl_style tr > th:nth-child(6), .invoice_tbl_style tr > td:nth-child(6) {
  min-width: 80px;
  width: 6%;
}
.invoice_tbl_style tr > th:nth-child(7), .invoice_tbl_style tr > td:nth-child(7) {
  min-width: 80px;
  width: 6%;
}
.invoice_tbl_style tr > th:nth-child(8), .invoice_tbl_style tr > td:nth-child(8) {
  min-width: 80px;
  width: 5%;
}
.invoice_tbl_style tr > th:nth-child(9), .invoice_tbl_style tr > td:nth-child(9) {
  min-width: 110px;
  width: 11%;
  white-space: nowrap;
  text-align: left
}
.invoice_tbl_style tr > th:nth-child(9) {
  padding-left: 2em;
}
.invoice_tbl_style tr > td:nth-child(9) span {
  text-align: center
}
.invoice_tbl_style tr > th:nth-child(10), .invoice_tbl_style tr > td:nth-child(10) {
  min-width: 100px;
  width: 7%;
}
.invoice_tbl_style tr > th:nth-child(11), .invoice_tbl_style tr > td:nth-child(11) {
  min-width: 60px;
  width: 4%;
}
.invoice_tbl_style tr > th:nth-child(12), .invoice_tbl_style tr > td:nth-child(12) {
  min-width: 70px;
  width: 5.5%;
}
.invoice_tbl_style tr > th:nth-child(13), .invoice_tbl_style tr > td:nth-child(13) {
  min-width: 60px;
  width: 5.5%;
}
.invoice_tbl_style tr > th:last-child, .invoice_tbl_style tr > td:last-child {
  min-width: 50px;
  width: 4%;
}
.invoice_tbl_style tr > td:nth-child(4) {
  text-align: left;
}
/* .invoice_tbl_style thead,
.invoice_tbl_style tr > th:nth-child(2), .invoice_tbl_style tr > td:nth-child(2),
.invoice_tbl_style tr > th:nth-child(3), .invoice_tbl_style tr > td:nth-child(3),
.invoice_tbl_style tr > th:nth-child(4), .invoice_tbl_style tr > td:nth-child(4) {
  position: sticky;
  left: 0;
  z-index: 499;
}
.invoice_tbl_style thead {
  top: 0;
  z-index: 500;
}
.invoice_tbl_style tr > th:nth-child(3), .invoice_tbl_style tr > td:nth-child(3) {
  left: 60px;
}
.invoice_tbl_style tr > th:nth-child(4), .invoice_tbl_style tr > td:nth-child(4) {
  left: 210px;
}*/
.invoice_tbl_style02 tr > th:nth-child(1), .invoice_tbl_style02 tr > td:nth-child(1) {
  width: 3%;
}
.invoice_tbl_style02 tr > th:nth-child(2), .invoice_tbl_style02 tr > td:nth-child(2) {
  width: 18%;
}
.invoice_tbl_style02 tr > th:nth-child(3), .invoice_tbl_style02 tr > td:nth-child(3) {
  width: 11%;
}
.invoice_tbl_style02 tr > th:nth-child(4), .invoice_tbl_style02 tr > td:nth-child(4) {
  width: 11%;
}
.invoice_tbl_style02 tr > th:nth-child(5), .invoice_tbl_style02 tr > td:nth-child(5) {
  width: 11%;
}
.invoice_tbl_style02 tr > th:nth-child(6), .invoice_tbl_style02 tr > td:nth-child(6) {
  width: 18%;
}
.invoice_tbl_style02 tr > th:nth-child(7), .invoice_tbl_style02 tr > td:nth-child(7) {
  width: 14%;
}
.invoice_tbl_style02 tr > th:nth-child(8), .invoice_tbl_style02 tr > td:nth-child(8) {
  width: 14%;
}
@media screen and (max-width: 1280px) {
  .invoice_tbl_style02 tr > th:nth-child(3), .invoice_tbl_style02 tr > td:nth-child(3) {
    width: 10%;
  }
  .invoice_tbl_style02 tr > th:nth-child(4), .invoice_tbl_style02 tr > td:nth-child(4) {
    width: 10%;
  }
  .invoice_tbl_style02 tr > th:nth-child(5), .invoice_tbl_style02 tr > td:nth-child(5) {
    width: 10%;
  }
  .invoice_tbl_style02 tr > th:nth-child(7), .invoice_tbl_style02 tr > td:nth-child(7) {
    width: 15%;
  }
  .invoice_tbl_style02 tr > th:nth-child(8), .invoice_tbl_style02 tr > td:nth-child(8) {
    width: 16%;
  }
}
.invoice_tbl_style02-2 tr > th:nth-child(1), .invoice_tbl_style02-2 tr > td:nth-child(1) {
  width: 3%;
}
.invoice_tbl_style02-2 tr > th:nth-child(2), .invoice_tbl_style02-2 tr > td:nth-child(2) {
  width: 15%;
}
.invoice_tbl_style02-2 tr > th:nth-child(3), .invoice_tbl_style02-2 tr > td:nth-child(3) {
  width: 40%;
}
.invoice_tbl_style02-2 tr > th:nth-child(4), .invoice_tbl_style02-2 tr > td:nth-child(4) {
  width: 11%;
}
.invoice_tbl_style02-2 tr > th:nth-child(5), .invoice_tbl_style02-2 tr > td:nth-child(5) {
  width: 11%;
}
.invoice_tbl_style02-2 tr > th:nth-child(6), .invoice_tbl_style02-2 tr > td:nth-child(6) {
  width: 20%;
}
.invoice_edit-reference {
  width: 100%;
  position: relative;
}
.invoice_edit-reference .edit_tbl {
  width: 85%;
}
.invoice_edit-reference .invoice_edit-reference-stats {
  position: relative;
  width: 15%;
  display: flex;
  align-items: stretch;
  padding-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  .invoice_edit-reference .edit_tbl {
    width: 80%;
  }
  .invoice_edit-reference .invoice_edit-reference-stats {
    width: 20%;
  }
}
.invoice_edit-reference .invoice_edit-reference-stats > div {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.invoice_edit-reference .invoice_edit-reference-stats > div a {
  margin-top: auto;
}
.invoice-stats {
  display: block;
  width: 65%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  color: #2d89ef;
  border: 1px solid #2d89ef;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
}
.selectize-control {
  z-index: 999 !important;
}
.accordion_report .selectize-control {
  z-index: auto !important;
}

.datepicker {
  z-index: 1900 !important;
}
/*20190711フルブルームさん追加*/
.modal-header {
  align-items: center;
}
.modal-title {
  font-weight: normal;
  font-size: 16px !important;
}
.modal-header .close span {
  font-size: 20px;
}
#invoice_view {
  background-color: #fff;
  -webkit-print-color-adjust: exact;
}
/*↓20190717フルブルームさん追加*/
#invoice_view .cf {
  width: 100%;
}
#invoice_view .cf:before, #invoice_view .cf:after {
  content: " ";
  display: table;
}
#invoice_view .cf:after {
  clear: both;
}
#invoice_view * {
  color: #000;
}
#invoice_view .ml-2 {
	margin-left: .5em !important;
}
#invoice_view .ml-4 {
	margin-left: 1em !important;
}
#invoice_view .mt-2 {
	margin-top: .5em !important;
}
#invoice_view .mt-4 {
	margin-top: 1em !important;
}
#invoice_view #contents {
  padding: 0 0 20px;
}
.print_pages + .print_pages {
  size: A4 landscape;
  page-break-before: always;
}
#invoice_view-h1 {
	width: 35%;
	margin-left: auto;
	font-size: 32px;
	font-weight: 500;
	white-space: nowrap;
	letter-spacing: 2em;
	background: #ddd;
	padding: 8px ;
	padding-left: 1.5em;
	margin-bottom: 0px;
	text-align: center;
}
#invoice_view table {
	width: 100%;
	border: 1px solid #333;
	border-right: none;
	border-bottom: none;
	background-clip: padding-box;
}
#invoice_view table th,
#invoice_view table td {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 5px 10px;
	font-size: 16px;
	text-align: center;
	background-clip: padding-box;
}
.invoice_view-border {
  border-bottom: 1px solid #000;
}
.invoice_view-upper {
  margin-top: 0;
	position: relative;
}
.invoice_view-upper--left {
	float: left;
	width: 62%;
}
.invoice_view-upper--right {
	position: relative;
	float: left;
	width: 38%;
}
.invoice_view-upper--left .upper-left__info {
  padding-left: 90px;
  padding-right: 1em;
	margin-bottom: 40px;
  min-height: 160px;
}
.invoice_view-upper--left .upper-left__info p {
	line-height: 1.6;
  max-width: 27em;
  font-size: 14px;
}
.invoice_view-upper--left .upper-left__info p.mt-2{
  font-size: 15px;
}
.invoice_view-upper--left .upper-left__table{
	margin-top:40px;
}
.invoice_view-upper--left .upper-left__table table {
	margin: 10px 0;
}
#invoice_view .invoice_view-upper--left .upper-left__table table th {
	background: #555;
	color: #fff;
}
#invoice_view .invoice_view-upper--left .upper-left__table table tr:first-child th {
	border-bottom: 1px solid #ccc;
}
#invoice_view .invoice_view-upper--left .upper-left__table table td {
	font-size: 120%;
	font-weight: bold;
}
#invoice_view .invoice_view-tbl_note {
	font-size: 14px;
}
.invoice_view-upper--right{
  margin-top: 10px;
}
.invoice_view-upper--right .upper-right__code ul {
	text-align: right;
}
.invoice_view-upper--right .upper-right__code ul li {
	margin-bottom: 5px;
}
.invoice_view-upper--right .upper-right__info {
	position: relative;
}
.invoice_view-upper--right .upper-right__info .upper-right__info-inner {
	padding-top: 50px;
	padding-left: 30px;
}
.invoice_view-upper--right .upper-right__info .upper-right__info-inner p {
	line-height: 1.8;
  font-size: 15px;
}
.invoice_view-upper--right .upper-right__info .seal {
	position: absolute;
	right: 0;
	top: 15px;
}
#invoice_view .invoice_view-tbl_container02 {
	margin: 10px 0;
}
#invoice_view .tbl-bg_gray {
	background: #ddd;
}
#invoice_view .invoice_view-tbl_total {
	font-size: 24px !important;
	font-weight: bold;
	background: #555;
	color: #fff;
}
#invoice_view .invoice_view-tbl_total span {
	display: block;
	font-size: 14px !important;
	font-weight: normal;
	margin-top: .5em;
	color: #fff;
}
#invoice_view .invoice_view-tbl_price {
	font-size: 36px !important;
	font-weight: bold;
}
#invoice_view .invoice_view-tbl_container02 .invoice_view-tbl_blank {
	border: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	width: 66%;
}
#invoice_view .invoice_view-tbl02-1 th,
#invoice_view .invoice_view-tbl02-1 td,
#invoice_view .invoice_view-tbl02-2 th,
#invoice_view .invoice_view-tbl02-2 td {
	font-size: 15px;
	background-clip: padding-box;
}
#invoice_view .invoice_view-tbl02-2 {
	border-top: 1px solid #ccc;
}
#invoice_view .invoice_view-tbl02-2 th {
	background: #555;
	color: #fff;
	border-right: 1px solid #ccc;
}
#invoice_view .invoice_view-tbl02-2 .invoice_view-th02-1 {
	width: 48%;
}
#invoice_view .invoice_view-tbl02-2 .invoice_view-th02-2 {
	width: 9%;
}
#invoice_view .invoice_view-tbl02-2 .invoice_view-th02-3 {
	width: 9%;
}
#invoice_view .invoice_view-tbl02-2 .invoice_view-th02-5 {
	border-right: 1px solid #333;
}
#invoice_view .invoice_view-tbl02-1 .border-bottom_double {
	border-bottom: 3px double #333;
}
.invoice_view-tbl {
  width: 100%;
  table-layout: fixed;
}
.invoice_view-tbl > div:first-child {
  width: 82%;
}
.invoice_view-tbl > div:last-child {
  width: 16%;
  margin-left: 2%;
}
.invoice_view-tbl table {
  width: 100%;
  border: 1px solid #2AADE5;
  border-right: none;
}
.invoice_view-tbl th, .invoice_view-tbl td {
  border-right: 1px solid #2AADE5;
  padding: 5px 10px;
  text-align: center;
  background: rgba(37, 165, 226, .1);
  letter-spacing: .25em;
}
.invoice_view-tbl.invoice_view-tbl2 th, .invoice_view-tbl.invoice_view-tbl2 td {
  padding: 10px;
}
.invoice_view-tbl th {
  height: 30px;
  border-bottom: 1px solid #2AADE5;
}
.invoice_view-tbl th:last-child {
  background: rgba(37, 165, 226, 1);
  color: #fff !important;
}
.invoice_view-tbl td {
  background-color: #fff;
  text-align: right;
  height: 40px;
  color: #000 !important;
}
.invoice_view-tbl > div:last-child td {
  height: 90px;
}
.invoice_view-tbl2 {
  margin-top: 20px;
}
.invoice_view-tbl2 th {
  background-color: rgba(37, 165, 226, 1);
  color: #fff !important;
  white-space: nowrap;
  border-bottom: none;
}
.invoice_view-tbl2 td {
  padding: 20px 10px;
  height: auto;
  vertical-align: top;
}
@media print{
  .invoice_view-tbl2 td {
    padding: 14px 10px;
  }
}
.invoice_view-tbl.invoice_view-tbl2 td:nth-child(3){
  text-align: left;
}
.invoice_view-tbl2 tr:not(:last-child) td {
  border-bottom: none;
}
.invoice_view-tbl2 th:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, .5);
}
.invoice_view-tbl2 th:nth-child(1) {
  width: 10%;
}
.invoice_view-tbl2 th:nth-child(2) {
  width: 8%;
}
.invoice_view-tbl2 th:nth-child(3) {
  width: 38%;
}
.invoice_view-tbl2 th:nth-child(4) {
  width: 7.5%;
}
.invoice_view-tbl2 th:nth-child(5) {
  width: 7.5%;
}
.invoice_view-tbl2 th:nth-child(6) {
  width: 15%;
}
.invoice_view-tbl2 th:nth-child(7) {
  width: 14%;
}
/*20190709フルブルーム追加*/
.monthly_renew_style tr > th:nth-child(1), .monthly_renew_style tr > td:nth-child(1) {
  width: 5%;
}
.monthly_renew_style tr > th:nth-child(2), .monthly_renew_style tr > td:nth-child(2) {
  width: 5%;
}
.monthly_renew_style tr > th:nth-child(3), .monthly_renew_style tr > td:nth-child(3) {
  width: 17%;
}
.monthly_renew_style tr > th:nth-child(4), .monthly_renew_style tr > td:nth-child(4) {
  width: 10%;
}
.monthly_renew_style tr > th:nth-child(5), .monthly_renew_style tr > td:nth-child(5) {
  width: 24%;
}
.monthly_renew_style tr > th:nth-child(6), .monthly_renew_style tr > td:nth-child(6) {
  width: 24%;
}
.monthly_renew_style tr > th:nth-child(7), .monthly_renew_style tr > td:nth-child(7) {
  width: 15%;
}
.monthly_renew_style .btn {
  min-width: inherit;
}
.monthly_renew_style tbody.tb_fixed {
  height: 250px;
}
.outside-connect-h3 {
  justify-content: flex-start !important;
}
/*↓20190717フルブルームさん追加*/
.ttl-upload {
  position: relative;
  font-weight: normal;
  margin-bottom: 15px;
  color: #666;
  background: url("../img/upload.svg") no-repeat left 2px /14px 14px;
  padding-left: 20px;
}
.ttl-download {
  position: relative;
  font-weight: normal;
  margin-bottom: 15px;
  color: #666;
  background: url("../img/download.svg") no-repeat left 2px /14px 14px;
  padding-left: 20px;
}
/*↑20190717フルブルームさん追加*/
.drag-drop-area {
  background: #eee;
  padding: 20px;
}
.drag-drop-area p {
  line-height: 1.8;
  margin-bottom: 10px;
}
.drop-file-box input[type="file"] {
  display: none;
}
.drop-file-box .btn {
  border: none;
}
.out-txt-box {
  position: relative;
}
.btn_clear_file {
  position: absolute;
  cursor: pointer;
  outline: none;
  right: .5em;
  top: 50%;
  margin-top: -8px;
  background: none;
  border: none;
}
.btn_clear_file i {
  color: #bbb;
  font-size: 16px;
}
.search_open2.toggle {
  width: 180px;
}
.demand-list_tbl tr > td:nth-child(1) {
  width: 40%;
}
.demand-list_tbl tr > td:nth-child(2) {
  width: 30%;
}
.demand-list_label {
  position: relative;
  top: 2px;
}
.seatch_header_btn .btn_blue {
  width: 80px;
}
@media screen and (max-width: 1240px) {
.search_open2.toggle {
  width: auto;
  margin-right: 20px;
}
.demand-list_tbl tr > td:nth-child(1) {
  width: 42%;
}
.demand-list_tbl tr > td:nth-child(2) {
  width: 29%;
}
.seatch_header_btn .btn {
  width: 70px;
}
}
/*ここから20190711フルブルーム追加*/
.demand-list_style tr > th:nth-child(1), .demand-list_style tr > td:nth-child(1) {
  min-width: 40px;
  width: 4%;
}
.demand-list_style tr > th:nth-child(2), .demand-list_style tr > td:nth-child(2) {
  min-width: 60px;
  width: 6%;
}
.demand-list_style tr > th:nth-child(3), .demand-list_style tr > td:nth-child(3) {
  min-width: 150px;
  width: 23%;
}
.demand-list_style tr > th:nth-child(4), .demand-list_style tr > td:nth-child(4) {
  min-width: 120px;
  width: 14%;
}
.demand-list_style tr > th:nth-child(5), .demand-list_style tr > td:nth-child(5) {
  min-width: 60px;
  width: 6%;
}
.demand-list_style tr > th:nth-child(6), .demand-list_style tr > td:nth-child(6) {
  min-width: 90px;
  width: 9%;
}
.demand-list_style tr > th:nth-child(7), .demand-list_style tr > td:nth-child(7) {
  min-width: 100px;
  width: 9%;
}
.demand-list_style tr > th:nth-child(8), .demand-list_style tr > td:nth-child(8) {
  min-width: 90px;
  width: 7%;
}
.demand-list_style tr > th:nth-child(9), .demand-list_style tr > td:nth-child(9) {
  min-width: 60px;
  width: 5%;
}
.demand-list_style tr > th:nth-child(10), .demand-list_style tr > td:nth-child(10) {
  min-width: 90px;
  width: 8%;
}
.demand-list_style tr > th:nth-child(11), .demand-list_style tr > td:nth-child(11) {
  min-width: 90px;
  width: 9%;
}
@media screen and (max-width: 1280px) {
.demand-list_style tr > th:nth-child(3), .demand-list_style tr > td:nth-child(3) {
  width: 20%;
}
.demand-list_style tr > th:nth-child(5), .demand-list_style tr > td:nth-child(5) {
  width: 7%;
}
.demand-list_style tr > th:nth-child(7), .demand-list_style tr > td:nth-child(7) {
  width: 11%;
}
}
.demand-list_style tr > td:nth-child(11) .btn {
  width: 85%;
  margin: 0 auto;
}
.demand-list_style {
  width: 100%;
  table-layout: auto;
  position: relative;
}
.demand-list_style tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.demand-list_style th,
.demand-list_style td {
  text-align: center;
  padding: 5px;
  font-size: 14px;
}
.demand-list_style td {
  padding: 10px 5px;
}
.demand-list_style thead,
.demand-list_style tbody {
  position: relative;
  display: block;
}
.demand-list_style thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 500;
}
.demand-list_style tbody {
  height: 600px;
  overflow-y: scroll;
}
.dl-syl {
  margin-left: 75px;
  margin-right: 12px;
}
@media screen and (max-width: 1180px) {
  .dl-syl {
    margin-left: 45px;
  }
}
/*ここまで20190711フルブルームさん追加*/
#tackseal {
  background: #fff;
}
#tackseal #contents {
  padding: 80px 80px 0;
}
#tackseal .container {
  padding-right: 0;
  padding-left: 0;
}
#tackseal em {
  font-style: normal;
}
.tackseal-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -50px;
}
.tackseal-list ul li {
  width: 47.5%;
  /* 20190829 
  margin-right: 5%; */
  margin-right: 2%;
  margin-bottom: 50px;
  display: block;
  height: 190px;
}
.tackseal-list ul li:nth-child(2n) {
  margin-right: 0;
}
.tackseal-address {
  height: 80px;
  font-weight: 400;
}
.tackseal-address span {
  display: block;
}
.tackseal-company {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  height: 80px;
  font-weight: 400;
  position: relative;
}
.tackseal-company p:nth-child() {
  display: block;
  height: 1.4em;
}
.tackseal-company p{
  position:static;
}
.tackseal-company p span {
  position: absolute;
  display: block;
  text-align: right;
  bottom: 1.0em;
  right: 0;
}
.tackseal-number {
  text-align: right;
  font-weight: 400;
  position: relative;
  right: 3em;
}
.font-min {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
/* button
--------------------------------------*/
.btn {
  position: relative;
  transition: opacity .3s;
}
.btn i {
  font-size: 16px;
}
.btn:hover {
  opacity: .7;
}
.btn_logout {
  width: 140px;
  background-color: #eee;
  text-align: center;
  color: #666;
  border-color: #999;
  background: #eee url(../img/ic_logout.png) 15px center no-repeat;
}
.btn_new {
  width: 180px;
  text-align: center;
}
.btn_new i {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 30px;
}
.btn_save {
  width: 140px;
  text-align: center;
}
.btn_save i {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 10px;
}
.btn_csv {
  padding-left: 25px;
  width: 120px;
  color: #2d89ef;
  border-color: #2d89ef;
  background: #fff url(../img/ic_download.png) 13px center no-repeat;
}
.btn_blue {
  color: #fff;
  background-color: #2d89ef;
  border-color: #2d89ef;
}
.btn_gray {
  color: #666;
  background-color: #ccc;
  border-color: #999;
}
.btn_lgray {
  color: #666;
  background-color: #eee;
  border-color: #999;
}
.btn_white {
  background-color: #fff;
  border-color: #ccc;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.btn_sky {
  color: #2d89ef;
  background-color: #e4f0fe;
  border-color: #2d89ef;
}
.btn_sky i {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 10px;
}
/*フルブルームさんの追加 */
.invoice_tbl_style .btn {
  min-width: 40px;
}
.invoice-btn .btn_sky i, .invoice_edit-btn .btn i {
  position: relative;
  top: inherit;
  margin: inherit;
  left: 0;
  margin-right: 3px;
}
.invoice-btn-hover {
  transition: none;
  cursor: default !important;
}
.invoice-btn-hover:hover {
  opacity: 1;
}
.invoice_edit-btn .btn i {
  margin-right: 3px;
}
.bg-white-invoice, .bg-white-invoice:hover {
  background: #fff;
}
/* datepicker */
.datepicker_wrap {
  position: relative;
}
.datepicker_wrap::after {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -8px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-size: 18px;
  text-rendering: auto;
  line-height: 1;
  color: #2d89ef;
}
/* modules
--------------------------------------*/
/*8888888888888*/
/* width */
.w40 {
  width: 40px !important;
}
.w50 {
  width: 50px !important;
}
.w60 {
  width: 60px !important;
}
.w80 {
  width: 80px !important;
}
.w85 {
  width: 85px !important;
}
.w90 {
  width: 90px !important;
}
.w100 {
  width: 100px !important;
}
/*↓20190711フルブルームさん追加*/
.w110 {
  width: 110px !important;
}
.w115 {
  width: 115px !important;
}
/*↑20190711フルブルームさん追加*/
.w120 {
  width: 120px !important;
}
.w140 {
  width: 140px !important;
}
/*↓20190711フルブルームさん追加*/
.w145 {
  width: 145px !important;
}
.w150 {
  width: 150px !important;
}
/*↑20190711フルブルームさん追加*/
.w160 {
  width: 160px !important;
}
.w170 {
  width: 170px !important;
}
.w180 {
  width: 180px !important;
}
.w200 {
  width: 200px !important;
}
.w240 {
  width: 240px !important;
}
.w265 {
  width: 265px !important;
}
.w300 {
  width: 300px !important;
}
.w340 {
  width: 340px !important;
}
.w400 {
  width: 400px !important;
}
.w420 {
  width: 420px !important;
}
.w450 {
  width: 450px !important;
}
.w500 {
  width: 500px !important;
}
.w575 {
  width: 575px !important;
}
.w630 {
  width: 630px !important;
}
.w700 {
  width: 700px !important;
}
.w6p {
  width: 6% !important;
}
.w8p {
  width: 8% !important;
}
.w12p {
  width: 12% !important;
}
.w13p {
  width: 13% !important;
}
.w15p {
  width: 15% !important;
}
.w20p {
  width: 20% !important;
}
.w25p {
  width: 25% !important;
}
.w33p {
  width: 33% !important;
}
.w37p {
  width: 37% !important;
}
.w90p {
  width: 90% !important;
}
.w100p {
  width: 100% !important;
}
/* height */
.h60 {
  height: 60px !important;
}
.h460 {
  height: 460px !important;
}
.h510 {
  /*  height: 460px !important; フルブルームさん変更*/
  height: 510px !important;
}
/* margin */
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
/*↓20190711フルブルームさん追加*/
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
/*↓20190711フルブルームさん追加*/
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.ml110 {
  margin-left: 110px !important;
}
/*↑20190711フルブルームさん追加*/
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
/*↓20190711フルブルームさん追加*/
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
/*↑20190711フルブルームさん追加*/
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.form-group-inblock {
  position: relative;
}
em.error {
  display: inline-block;
  position: absolute;
  bottom: 55px;
  left: 10px;
  padding: 10px;
  background-color: rgba(255, 0, 0, .7);
  line-height: 1.2;
  font-size: 12px;
  font-style: normal;
  font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  text-align: left;
  cursor: default;
  white-space: nowrap;
	z-index: 1000;
}
.form-group {
  position: relative;
}
.form-group em.error {
  bottom: 48px;
  left: 0px;
}
.form-group-inblock em.error {
  bottom: 48px;
  left: 0px;
}
.btn_file em.error {
  left: 10px;
  width: 280px;
  bottom: 45px;
}
.approval em.error {
  left: 345px;
  top: -40px;
  bottom: auto;
}
em.error:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: rgba(255, 0, 0, .7) transparent transparent transparent;
}
/*
.list li:nth-of-type(2) .btn_file em.error {
  bottom: -50px;
}
.list li:nth-of-type(2) .btn_file em.error:after {
  top: -10px;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent rgba(255,0,0,.7) transparent;
}
*/
em.error:hover {
  opacity: 1;
}
.input_time_item {
  position: relative;
}
.input_time_item em.error {
  bottom: 45px;
  left: 0px;
}
.tb_strech tr:first-child .form-group-inblock em.error {
  bottom: -45px;
  left: auto;
  right: 0;
  z-index: 555;
}
.tb_strech tr:first-child .form-group-inblock em.error:after {
  top: -10px;
  bottom: auto;
  transform: scale(1, -1);
}
/* 20190706 */
.container.wide {
  min-width: 1115px;
}
body.modal-open .header, body.modal-open .column_top.fixed_column {
  padding-right: 17px;
}
.modal-dialog.wide {
  max-width: 580px;
}
.modal_span_select {
  padding: 0 10px 5px;
}
.modal_span_select li {
  padding: 10px 0;
  width: 50%;
  text-align: center;
}
.btn_span {
  border: 1px solid #2d89ef;
  border-radius: 19px;
  height: 38px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  transition: .3s;
}
.btn_span:hover, .btn_span.selected {
  background-color: #2d89ef;
  color: #fff;
}
.modal_free_select {
  padding: 20px 15px 10px;
  border-top: 1px solid #ccc;
}
.modal-title {
  font-size: 16px;
  font-weight: normal;
}
.modal-header {
  align-items: center;
}
.modal-header .close {
  font-size: 30px !important;
  color: #999;
  line-height: 1;
}
.form-control .ms-choice{border:none;}

.form-control .ms-choice > span {
  top: 5px;
left: 5px;}

/*↓2019-11-06 Mochizuki*/
tbody > tr:first-child div[class^="form-group"] em.error {
  bottom: -40px;
}
tbody > tr:first-child div[class^="form-group"] em.error::after {
  top: -10px;
  left: 20px;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent rgba(255, 0, 0, .7) transparent;
}
.dataTable tfoot > tr > td:nth-child(-n+3) .form-group-inblock em.error {
  bottom: 0;
  left: 80%;
}
.dataTable tfoot > tr > td:nth-child(-n+3) .form-group-inblock em.error::after {
  top: 50%;
  left: -10px;
  margin-top: -5px;
  border-width: 5px 10px 5px 0;
  border-color: transparent rgba(255, 0, 0, .7) transparent transparent;
}
.dataTable tfoot > tr > td:nth-child(n+4) .form-group-inblock em.error {
  display: inline-block !important;
  bottom: 0;
  min-width: 180px;
  left: -190px;
}
.dataTable tfoot > tr > td:nth-child(n+4) .form-group-inblock em.error::after {
  top: 50%;
  left: auto;
  right: -10px;
  margin-top: -5px;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent rgba(255, 0, 0, .7);
}
.accordion_item_title_parts {/* 2019-12-10 Mochizuki追加 */
  position: absolute;
  top: 12px;
  right: 0;
  width: auto;
}
/*↑2019-11-06 Mochizuki*/

.searchclear {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 7px;
  background: url("../img/ic_clear.svg") no-repeat left center;
  cursor: pointer;
}

.card .carry_forward {
  position: absolute;
  top:10px;
  right: 0;
  max-width: 780px;
  z-index: 100;
}
.carry_forward td:first-child{
width:24%;
  text-align: right;
	padding: 5px 0;
}
.carry_forward td:nth-child(2){
width:15%;
	padding: 5px 0;
}
.carry_forward td:nth-child(3){
width:18%;

}
.carry_forward td:nth-child(4){
width:15%;
  text-align: right;
	padding-right: 0;
}
.carry_forward td:nth-child(5){
width:28%;
padding-left: 0;
padding-right: 15px;
}
.carry_forward td:nth-child(5) input{
width:180px;

}
.accordion_item_title h3 span.ttl{
  position: absolute;
  top:-1em;
  left:8em;
  white-space: nowrap;
}
#invoice_view-header .invoice_view-box span.bank{
  display: block;
  margin-left: 0;
  color: #000 !important;
}
#invoice_view-header .invoice_view-box span.bank.virtual{
  font-weight: bold;
  font-size: 17px;
}
span.invoice_pay{
  margin-left: 2em;
}
/*メール配信履歴*/
.mail_list_tbl td,.mail_list_tbl th{
  width: 20%;
}
.mail_list_tbl.mail_list_client td,.mail_list_tbl.mail_list_client th{
  width: 14%;
}
.mail_list_tbl > tbody > tr > td {
  padding: 10px 15px 10px 25px;
}
.mail_list_tbl_wrap {
  position: relative;
  overflow-x: scroll;
}
.mail_list_tbl_style {
  position: relative;
  width: 100%;
  table-layout: auto;
}
.mail_list_tbl_style tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.mail_list_tbl_style thead,
.mail_list_tbl_style tbody {
  display: block;
  position: relative;
  background: #fff;
}
.mail_list_tbl_style thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 500;
}
.mail_list_tbl_style tbody {
  height: 600px;
  overflow-y: scroll;
}
.mail_list_tbl_style tr th,.mail_list_tbl_style tr td {
  position: relative;
  padding: 5px;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
}
.mail_list_tbl_style .alert_text{
  padding: 6px 12px 6px;
  border-radius: 10px;
  background-color: #fcc;
  color: #c90101;
}
.mail_list_tbl_style > tbody > tr > td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mail_list_tbl_style02 {
  margin-bottom: 10px;
}
.mail_list_tbl_style02 > tbody > tr > th{
  position: relative;
  padding: 20px 0 0 15px;
  width: 200px;
  vertical-align: top;
}

.mail_list_tbl_style02 > tbody > tr > td {
  padding: 10px 15px 10px 25px;
}

.mail_list_tbl td {
  width: 30%;
}
.mail_list_tbl > tbody > tr > td {
  padding: 10px 15px 10px 25px;
}

.sidebar-mini:not(.sidebar-collapse) .sidebar-menu {
  height: calc(100vh - 60px);
  overflow: hidden;
}
#invoice_view-header .invoice_view-box p.company_name{
  font-size: 18px;  
}
#invoice_view-header .invoice_view-box span.eligible-no{
  margin-left: 0;
  color: #000;
  font-size: 14px;  
}
.invoice_view_text02{
  margin-top: 0.5em;
  font-size: 14px;  
}
/* 2022-10-30 追加 */
.modal_invoice_tbl td {
  padding: 10px 5px 5px;
}
.modal_invoice_tbl th {
  text-align: center;
  border-bottom: 1px solid #e9ecef;
}
.modal_invoice_tbl .btn {
  min-width: auto;
}