@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
* {
  font-family: "Noto Sans JP", sans-serif;
}

/**
* Global Styles
*/
html,
body {
  width: 100%;
  height: 100%;
}

ul {
  list-style: none;
}

input {
  max-height: 30px;
}

input,
textarea,
select,
datalist {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
* Individual Styles
*/
/* MAIN CONTENTS */
main {
  min-height: 100vh;
}

#mainWrapper {
  min-height: 100vh;
}

#mainContents {
  grid-row: 1/2;
  grid-column: 1/1;
}

.pagination_center{
  padding-bottom: 40px;
}

#mainFooter {
  position: fixed;
  bottom: 20px;
  /*left: 59%;*/
  left: calc(50% + 49px);
  transform: translateX(-50%);
}

#page-top {
  color: #333333;
  font-size: 13px;
  text-decoration: none;
}

div.stl_main-contents {
  padding: 54px 30px 0 208px;
}

#sideMenu {
  position: fixed;
  top: 0;
  width: 178px;
  height: 100vh;
  background-color: #0069e1;
  color: #fff;
  padding: 10px 0;
  z-index: 20;
  /* SHORT sidebar style */
}
#sideMenu .short-hide-active {
  display: none !important;
}
#sideMenu .stl_sidemenu_logo {
  text-align: center;
  margin-bottom: 40px;
}
#sideMenu .stl_sidemenu_logo img {
  width: 144px;
  height: 27px;
}
#sideMenu .stl_sidemenu_logo img.small {
  display: none;
}
#sideMenu .stl_sidemenu_items {
  padding: 0;
  cursor: pointer;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item:hover {
  background-color: #008ce1;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item .stl_sidemenu_flex {
  display: flex;
  flex-wrap: wrap;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item .stl_sidemenu_flex > span:first-child {
  width: 30px;
  text-align: center;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item .stl_sidemenu_flex > span:last-child {
  width: calc(100% - 30px);
  padding-left: 10px;
  font-size: 15px;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item .stl_sidemenu_item_icon {
  width: 24px;
  height: 24px;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item .stl_sidemenu_item_icon.icon-aggregateList {
  width: 24px;
  height: 24px;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item .stl_sidemenu_item_icon.icon-estimationList {
  width: 18px;
  height: 24px;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item .stl_sidemenu_item_icon.icon-salesList {
  width: 18px;
  height: 24px;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item .stl_sidemenu_item_icon.icon-clients {
  width: 22px;
  height: 24px;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item .stl_sidemenu_item_icon.icon-expense {
  width: 26px;
  height: 22px;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item.stl_nested_sidemenu {
  position: relative;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item.stl_nested_sidemenu .stl_sidemenu_sub_items {
  position: absolute;
  top: 50%;
  left: calc(100% + 14px);
  transform: translateY(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  min-height: 50px;
  background-color: #fff;
  padding: 10px;
  color: #333;
  box-shadow: 3px 2px 11px -1px rgba(0, 0, 0, 0.2);
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  z-index: 10;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item.stl_nested_sidemenu .stl_sidemenu_sub_items::before, #sideMenu .stl_sidemenu_items .stl_sidemenu_item.stl_nested_sidemenu .stl_sidemenu_sub_items::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item.stl_nested_sidemenu .stl_sidemenu_sub_items::before {
  left: -15px;
  border-right: 15px solid #b4b4b4;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item.stl_nested_sidemenu .stl_sidemenu_sub_items::after {
  left: -13px;
  border-right: 15px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item.stl_nested_sidemenu .stl_sidemenu_sub_items.short {
  display: none;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item.stl_nested_sidemenu .stl_sidemenu_sub_items .stl_sidemenu_item {
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item.stl_nested_sidemenu .stl_sidemenu_sub_items .stl_sidemenu_item:not(.linkBtn):hover {
  background-color: #fff;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item.stl_nested_sidemenu .stl_sidemenu_sub_items .stl_sidemenu_item.linkBtn:hover {
  background-color: #f0f0f0;
  color: #0069e1;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item.stl_nested_sidemenu .stl_sidemenu_sub_items .stl_sidemenu_item:not(.menuBtn):hover {
  background-color: #fff;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item.stl_nested_sidemenu .stl_sidemenu_sub_items .stl_sidemenu_item.menuBtn:hover {
  background-color: #f0f0f0;
  color: #0069e1;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item.stl_nested_sidemenu .stl_sidemenu_sub_items .stl_sidemenu_item .stl_sidemenu_item_text.blue {
  color: #0069e1;
}
#sideMenu .stl_sidemenu_items .stl_sidemenu_item .stl_sidemenu_item_title {
  display: none;
  position: absolute;
  top: 80%;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  width: 62px;
  height: 22px;
  line-height: 15px;
  padding: 3px;
  z-index: 1;
}
#sideMenu .toggle_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 178px;
  height: 50px;
  line-height: 50px;
  background-color: #0050aa;
  text-align: right;
  padding-right: 10px;
}
#sideMenu .toggle_footer #actionMenu:hover {
  cursor: pointer;
}
#sideMenu .toggle_footer img {
  width: 16px;
  height: 16px;
}
#sideMenu.short {
  width: 50px;
  /* main contents padding */
}
#sideMenu.short .stl_sidemenu_logo {
  margin-bottom: 30px;
}
#sideMenu.short .stl_sidemenu_logo img {
  display: none;
  width: 34px;
  height: 41px;
}
#sideMenu.short .stl_sidemenu_logo img.small {
  display: inline-block;
}
#sideMenu.short .stl_sidemenu_items .stl_sidemenu_item:hover .stl_sidemenu_item_title {
  display: inline-block;
}
#sideMenu.short .stl_sidemenu_items .stl_sidemenu_item.stl_nested_sidemenu {
  position: relative;
}
#sideMenu.short .stl_sidemenu_items .stl_sidemenu_item.stl_nested_sidemenu .stl_sidemenu_sub_items .stl_sidemenu_item.short {
  display: block;
}
#sideMenu.short .toggle_footer {
  width: 50px;
}
#sideMenu.short .toggle_footer img {
  transform: rotate(180deg) translateX(7px);
}
#sideMenu.short + main .stl_main-contents,
#sideMenu.short .stl_main-contents {
  padding: 54px 30px 0 80px;
}
#sideMenu.short + main .stl_main-contents .stl_screen_title_box,
#sideMenu.short .stl_main-contents .stl_screen_title_box {
  padding-left: 80px;
}
#sideMenu.short + main #mainFooter {
  left: 50%;
}

.menu_active {
  background-color: #0050AA;
}

ul.pagination_list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
}
ul.pagination_list a:hover {
  text-decoration: none;
}
ul.pagination_list li {
  margin-right: 10px;
  margin-bottom: 10px;
}
ul.pagination_list li .btn {
  width: 36px;
  min-width: initial;
  height: 28px;
  line-height: 26px;
  padding: 0;
  color: #fff;
}
ul.pagination_list li .btn.disabled {
  background-color: #fff;
  color: #333;
}
ul.pagination_list .pgn_start .btn,
ul.pagination_list .pgn_end .btn,
ul.pagination_list .pgn_prev .btn,
ul.pagination_list .pgn_next .btn {
  line-height: 22px;
}
ul.pagination_list .pgn_start img,
ul.pagination_list .pgn_end img {
  width: 11px;
  height: 10px;
}
ul.pagination_list .pgn_prev img,
ul.pagination_list .pgn_next img {
  width: 6px;
  height: 10px;
}

.error_message_point {
  color: #f00;
}

.required:after {
  content: "*";
  color: #f00;
}

.hidden {
  display: none;
}

.stl_btn_login {
  min-width: 100%;
  height: 43px;
}

.stl_text_primary {
  color: #4b629d;
}

.stl_menu {
  cursor: pointer;
}

.stl_info_section:not(:first-of-type) {
  border-top: 1px solid #a0a0a0;
  padding-top: 30px;
}

.stl_screen_title_box {
  position: fixed;
  top: 0;
  left: 0;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  height: 54px;
  margin: 0;
  padding-left: 208px;
  padding-right: 30px;
  background-color: #f0f0f0;
  z-index: 15;
}
.stl_screen_title_box .stl_screen_title_box_title {
  padding: 0;
}
.stl_screen_title_box .stl_screen_title_box_title h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 54px;
}
.stl_screen_title_box .stl_screen_title_box_commnads {
  line-height: 48px;
  padding-right: 0;
}
.stl_screen_title_box .stl_screen_title_box_commnads ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
.stl_screen_title_box .stl_screen_title_box_commnads ul .btn {
  color: #fff;
}
.stl_screen_title_box .stl_screen_title_box_commnads ul .btn-white {
  color: #0069e1;
}

.stl_screen_subtitle_box {
  justify-content: space-between;
  height: 30px;
  line-height: 30px;
}
.stl_screen_subtitle_box h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.stl_command_box ul {
  padding-left: 0;
}
.stl_command_box .stl_screen_commnads_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.stl_command_box .stl_screen_commnads_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.stl_between_box ul {
  margin-right: 0;
  margin-left: 0;
  border: 1px solid black;
}

.stl_common_form {
  min-width: 820px;
  max-width: 1600px;
  margin: 30px auto;
}
.stl_common_form .row {
  margin: 0 0 12px;
}
.stl_common_form .form-group {
  font-size: 13px;
  color: #333;
  font-weight: 400;
  padding: 0;
}
.stl_common_form .form-group .col-4 {
  padding-right: 10px;
}
.stl_common_form .form-group .col-4:last-child {
  padding-left: 0;
}
.stl_common_form .col-form-label {
  padding-left: 0;
  font-weight: 500;
  font-size: 13px;
}
.stl_common_form .form-control {
  font-size: 13px !important;
}
.stl_common_form .form-control-xs {
  width: 65px;
  margin-right: 5px;
}
.stl_common_form .form-control-xs:not(:first-of-type) {
  margin-left: 5px;
}
.stl_common_form .check_wrap {
  position: relative;
  padding-left: 22px;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
}
.stl_common_form .check_wrap input[type=checkbox],
.stl_common_form .check_wrap input[type=radio] {
  position: absolute;
  left: -200vw;
}
.stl_common_form .check_wrap .check_icon {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  border: 1px solid #a0a0a0;
}
.stl_common_form .check_wrap input[type=checkbox]:checked + .check_icon:after,
.stl_common_form .check_wrap input[type=radio]:checked + .check_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #0069e1;
}
.stl_common_form .check_wrap:hover {
  cursor: pointer;
}
.stl_common_form .btn {
  height: 30px;
  line-height: 28px;
}

.stl_search_form {
  border: 1px solid #0069e1;
  border-radius: 3px;
  min-width: 820px;
  max-width: 1600px;
  margin: 30px auto;
}
.stl_search_form .row {
  margin: 0;
}
.stl_search_form .stl_form_input {
  padding: 20px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.stl_search_form .stl_form_input .row {
  padding: 0;
  margin: 0;
}
.stl_search_form .stl_form_input .form-group {
  height: 30px;
  padding: 0 20px;
}
.stl_search_form .stl_form_input .form-group label.col-form-label {
  width: 50px;
  padding: 0;
  line-height: 30px;
  font-weight: 500;
  font-size: 13px;
}
.stl_search_form .stl_form_input .form-group .col-form-input {
  padding-left: 10px;
  width: calc(100% - 50px);
}
.stl_search_form .stl_form_input .form-group select,
.stl_search_form .stl_form_input .form-group input {
  height: 30px;
  font-size: 13px;
}
.stl_search_form .stl_form_button {
  background-color: #e6f0fc;
  padding: 12px 0;
  justify-content: center;
  align-items: center;
}
.stl_search_form .stl_form_button .col-3 {
  padding: 0 10px;
}

.form-control {
  border: 1px solid #a0a0a0;
}

.form-inline .error_message_point {
  margin-left: 5px;
}
.form-inline .stl_half_char_4_text {
  width: 60px;
}
.form-inline .stl_half_char_2_text {
  width: 45px;
}

.stl_search_table {
  min-width: 820px;
  max-width: 1600px;
  margin: 0 auto 30px;
}
.stl_search_table table {
  font-size: 13px;
}
.stl_search_table table tr,
.stl_search_table table th,
.stl_search_table table td {
  border: 1px solid #a0a0a0 !important;
  position: relative;
}
.stl_search_table table tr.check,
.stl_search_table table th.check,
.stl_search_table table td.check {
  width: 40px;
  padding: 0;
}
.stl_search_table table tr.has_btn,
.stl_search_table table th.has_btn,
.stl_search_table table td.has_btn {
  padding-right: 35px;
}
.stl_search_table table thead {
  height: 50px;
}
.stl_search_table table thead tr {
  font-weight: 500;
}
.stl_search_table table thead th {
  position: relative;
  height: 50px;
  text-align: left;
}
.stl_search_table table thead .stl_thead_title {
  line-height: 1.5;
  display: inline-block;
}
.stl_search_table table thead .btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  min-width: inherit;
  background-color: transparent;
  border: none;
  color: #a0a0a0;
  font-size: 10px;
}
.stl_search_table table thead .btn:hover {
  color: #0069e1;
}
.stl_search_table table thead .btn img {
  width: 10px;
}
.stl_search_table table thead .btn.sortBtn {
  top: 0;
  right: 0;
  transform: initial;
  width: 100%;
  height: 100%;
  padding: 0;
}
.stl_search_table table thead .btn.sortBtn img {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.stl_search_table table tbody tr {
  font-weight: 400;
}
.stl_search_table table tbody tr:hover {
  cursor: pointer;
}
.stl_search_table table tbody tr:hover td:not(.no-bg) {
  background-color: #e6f0fc;
}
.stl_search_table table tbody tr.open {
  background-color: #92ccf5;
}
.stl_search_table table tbody td {
  padding: 10px;
  text-align: left;
}
.stl_search_table table .table_check_wrap {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stl_search_table table .table_check_wrap input[type=checkbox] {
  position: absolute;
  left: -200vw;
}
.stl_search_table table .table_check_wrap .check_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.stl_search_table table .table_check_wrap .check_icon:hover {
  background-color: #008ce1;
  cursor: pointer;
}
.stl_search_table table .table_check_wrap .check_icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border: 1px solid #a0a0a0;
  border-radius: 2px;
  background-color: #fff;
}
.stl_search_table table .table_check_wrap input[type=checkbox]:checked + .check_icon:before {
  background-image: url("../images/icon_table_checked.png");
  background-position: center;
  background-size: 13px;
  background-repeat: no-repeat;
}

.stl_calc_box_wrapper {
  padding-right: 90px;
  padding-left: 30px;
  min-width: 645px;
}
.stl_calc_box_wrapper.pl-0 {
  padding-left: 0;
}

.stl_calc_box {
  display: inline-block;
  width: 302px;
  border: 1px solid #a0a0a0;
  padding: 0;
}
.stl_calc_box.row {
  display: flex;
  width: 396px;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: auto;
}
.stl_calc_box ul {
  border-bottom: 1px solid #c8c8c8;
}
.stl_calc_box ul:last-child {
  border-bottom: none;
}
.stl_calc_box ul:last-child li:last-child {
  font-size: 16px;
  padding: 2px 10px;
}
.stl_calc_box ul li {
  height: 30px;
  padding: 5px 10px;
  font-size: 13px;
}
.stl_calc_box ul li:first-child {
  background-color: #f0f0f0;
}
.stl_calc_box .row {
  padding: 0;
  margin: 0;
}
.stl_calc_box select {
  height: 22px;
  padding: 0 2px;
}

.nav-tabs {
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 15px;
}
.nav-tabs .nav-item {
  margin-bottom: -2px;
}
.nav-tabs .nav-item .nav-link {
  font-size: 15px;
  color: #333333;
  padding: 8px 30px;
  border: none;
}
.nav-tabs .nav-item .nav-link:hover {
  color: #0069e1;
}
.nav-tabs .nav-item .nav-link.active {
  position: relative;
  color: #0069e1;
  font-weight: 500;
}
.nav-tabs .nav-item .nav-link.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0069e1;
}

.modal {
  /* 削除モーダル */
}
.modal .stl_common_form {
  margin: 0;
  min-width: inherit;
}
.modal .stl_common_form .row {
  margin: 0;
}
.modal .stl_screen_subtitle_box {
  display: flex;
  justify-content: space-between;
  max-width: inherit;
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #b4b4b4;
}
.modal .stl_screen_subtitle_box h2 {
  padding-left: 40px;
  line-height: 55px;
}
.modal .stl_screen_subtitle_box .stl_screen_title_box_commnads ul {
  display: flex;
  height: 100%;
  padding: 0;
  margin: 0;
}
.modal .stl_screen_subtitle_box .stl_screen_title_box_commnads li {
  line-height: 50px;
}
.modal .stl_screen_subtitle_box .stl_screen_title_box_commnads li.modalClose {
  position: relative;
  width: 55px;
  height: 100%;
}
.modal .stl_screen_subtitle_box .stl_screen_title_box_commnads .modalCloseTrigger {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}
.modal .stl_screen_subtitle_box .stl_screen_title_box_commnads .modalCloseTrigger .modalCloseIcon {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.modal .stl_screen_subtitle_box .stl_screen_title_box_commnads .modalCloseTrigger .modalCloseIcon:before, .modal .stl_screen_subtitle_box .stl_screen_title_box_commnads .modalCloseTrigger .modalCloseIcon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: #0069e1;
}
.modal .stl_screen_subtitle_box .stl_screen_title_box_commnads .modalCloseTrigger .modalCloseIcon:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal .stl_screen_subtitle_box .stl_screen_title_box_commnads .modalCloseTrigger .modalCloseIcon:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal .stl_screen_subtitle_box .stl_screen_title_box_commnads .modalCloseTrigger:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  background-color: #e6f0fc;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.modal .stl_screen_subtitle_box .stl_screen_title_box_commnads .modalCloseTrigger:hover:after {
  opacity: 1;
  transition: opacity 0.2s;
}
.modal .stl_screen_subtitle_box .stl_screen_title_box_commnads .btn {
  height: 34px;
  line-height: 29px;
}
.modal .stl_modal_input_wrapper {
  padding: 20px 20px 30px 40px;
}
.modal .stl_modal_input_wrapper .form-group:not(:first-of-type) {
  margin-top: 12px;
}
.modal .modal_alert_delete {
  text-align: center;
  padding: 50px 75px 30px;
}
.modal .modal_alert_delete .row {
  justify-content: center;
}
.modal .modal_alert_delete p {
  font-size: 16px;
  margin-bottom: 40px;
}
.modal .modal_alert_delete p span {
  font-size: 14px;
  color: #ff6487;
}

.str_scroll_table_wrapper {
  margin-bottom: 15px;
  padding-right: 10px;
}

.stl_editing_row {
  background-color: #fef9e7;
}

.stl_bg_title_row {
  background-color: #e6f0fc;
}

/**
 * Table layout
 */
.table {
  font-size: 13px;
}
.table th,
.table td {
  vertical-align: inherit !important;
}
.table th {
  font-weight: 500;
  height: 50px;
  padding: 5px 0 5px 10px;
}
.table th.row-2 {
  padding: 0 0 0 10px;
}
.table td {
  height: 40px;
  padding: 10px;
}
.table tbody tr:last-child .bd-light-bottom {
  border-bottom: 1px solid #a0a0a0 !important;
}
.table .thead-light th {
  color: #333333 !important;
  background-color: #f0f0f0;
  vertical-align: baseline;
}
.table .bd-l-b {
  border-left: 2px solid #a0a0a0 !important;
}
.table .bd-l-d {
  border-right: 1px dashed #a0a0a0 !important;
  border-left: 1px dashed #a0a0a0 !important;
}
.table .bd-light-top {
  border-top: 1px solid #c8c8c8 !important;
}
.table .bd-light-right {
  border-right: 1px solid #c8c8c8 !important;
}
.table .bd-light-bottom {
  border-bottom: 1px solid #c8c8c8 !important;
}
.table .bd-light-left {
  border-left: 1px solid #c8c8c8 !important;
}
.table .no-bg {
  width: 30px;
  max-width: 30px;
  min-width: 30px;
  padding: 0;
  border-color: #fff !important;
  background-color: #fff !important;
}
.table .no-bg-r {
  width: 30px;
  max-width: 30px;
  min-width: 30px;
  padding-left: 0;
  border-color: #fff #a0a0a0 #fff #fff !important;
  background-color: #fff !important;
}
.table .no-bg-r .over {
  display: none;
}
.table .no-bg-r:hover img {
  display: none;
}
.table .no-bg-r:hover .over {
  display: inline-block;
}
.table .form-control {
  height: 22px;
}
.table .icon_wrap {
  display: inline-block;
  position: relative;
}
.table .icon_wrap:hover:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -46%);
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: rgba(0, 140, 255, 0.3);
  z-index: 0;
}
.table .icon_wrap:hover img {
  position: relative;
  z-index: 1;
}
.table .readonlyCell {
  background-color: #f0f0f0;
  border-right: none !important;
}
.table .readonlyCell + .editableCell {
  border-left: none !important;
}

table .no-border,
th .no-border,
tr .no-border,
td .no-border {
  border: none !important;
}

table .border-top-right,
th .border-top-right,
tr .border-top-right,
td .border-top-right {
  border: none !important;
  border-top: 1px solid black !important;
  border-right: 1px solid black !important;
}

table .border-right,
th .border-right,
tr .border-right,
td .border-right {
  border: none !important;
  border-right: 1px solid black !important;
}

table .border-top,
th border-top,
tr .border-top,
td .border-top {
  border: none 0px !important;
  border-top: 1px solid black !important;
}

/**
 * bootstrap customizing
 */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0 !important;
}

.btn.disabled,
.btn:disabled {
  cursor: default;
}

table,
tr,
th,
td {
  border: 1px solid #a0a0a0 !important;
}

tr .pdg-fix-0px,
td .pdg-fix-0px {
  padding: 0px;
}

tr .pdg-fix-2px,
td .pdg-fix-2px {
  padding: 0px 2px;
}

tr .pdg-fix-3px,
td .pdg-fix-3px {
  padding: 1px 3px;
}

.title_size {
  width: 100%;
}

.estimate_size {
  width: 10%;
}

.others_size {
  width: 30%;
}

.item_size {
  width: 25%;
}

.quantity_size {
  width: 7%;
}

.detail_size {
  width: 9%;
}

.msg_error {
  color: red;
}

.msg_info {
  color: blue;
}

.hide {
  display: none;
}

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  background-image: url(/images/loading.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: 75px 75px;
}

/* DatePicker */
.ui-datepicker * {
  color: #333333 !important;
}
.ui-datepicker .ui-widget-header {
  border: none;
  background-color: #fff;
}
.ui-datepicker th {
  padding: 5px !important;
  margin: 0 !important;
  font-size: 13px;
}
.ui-datepicker td {
  padding: 0 !important;
}
.ui-datepicker td a {
  border: none !important;
  padding: 4px 3px !important;
  margin: 0 !important;
  font-size: 13px;
}
.ui-datepicker td a.ui-state-highlight {
  background: #92ccf5;
}

/* jQuery Sticky */
.sticky-wrapper.is-sticky .stl_sticky_form {
  position: relative;
  z-index: 10 !important;
  margin: 0;
  padding: 20px 0;
}
.sticky-wrapper.is-sticky .stl_sticky_form:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100px;
  width: calc(100vw);
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

/**
 * Table の上部sticky仕様
 */
.stl_sticky_form {
  width: 100%;
  margin: 0px auto 0px;
  min-width: 820px;
  max-width: 1600px;
}
.stl_sticky_form .btn {
  height: 28px;
  line-height: 26px;
}

/**
* btn
*/
.pg-header {
  color: #0068e1;
  font-weight: bold;
}

.side-bar-bg {
  background-color: #0068e1;
}

/**
 * btn layout
 */
.btn {
  min-width: 50px;
  height: 34px;
  line-height: 32px;
  padding: 0 10px;
  background-color: #0069e1;
  color: #fff;
  border: 1px solid #0069e1;
  font-weight: 400;
  font-size: 14px;
}
.btn:hover {
  color: #fff;
  background-color: #0050aa;
}
.btn-white {
  color: #0069e1;
  background-color: #fff;
}
.btn-white:hover {
  color: #0069e1;
  background-color: #e6f0fc;
}
.btn-low {
  height: 28px;
  line-height: 26px;
}
.btn-w_60 {
  padding: 0;
  width: 60px;
}
.btn-w_84 {
  padding: 0;
  width: 84px;
}
.btn-w_90 {
  padding: 0;
  width: 90px;
}
.btn-w_100 {
  padding: 0;
  width: 100px;
}
.btn-w_110 {
  padding: 0;
  width: 110px;
}

.icon-btn {
  display: inline-block;
  width: 13px;
  height: 16px;
  margin-top: -4px;
}
.icon-btn-header {
  width: 15px;
  height: 19px;
  margin-top: -3px;
}

.stl_add_data_btn .btn {
  position: relative;
  padding-left: 25px;
}
.stl_add_data_btn .btn::before, .stl_add_data_btn .btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  background-color: #fff;
}
.stl_add_data_btn .btn::after {
  transform: translateY(-50%) rotate(90deg);
}
.stl_add_data_btn .btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}
.stl_add_data_btn .btn-white {
  padding-left: 34px;
}
.stl_add_data_btn .btn-white::before, .stl_add_data_btn .btn-white::after {
  background-color: #0069e1;
}

.calendar_wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.calendar_wrap .stl_icon_calendar {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.calendar_wrap .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 15px;
  height: 18px;
}

.select_wrap, .select_wrap-alter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
}
.select_wrap:after, .select_wrap-alter:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #0069e1 transparent transparent transparent;
  background-color: #fff;
  pointer-events: none;
}
.select_wrap:hover, .select_wrap-alter:hover {
  cursor: pointer;
}
.select_wrap:hover .btn-remove, .select_wrap-alter:hover .btn-remove {
  opacity: 1;
}
.select_wrap-alter:after {
  right: 12px;
}
.select_wrap-alter input {
  cursor: pointer;
}

.btn-remove {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  opacity: 0.2;
  z-index: 10;
}
.btn-remove:before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #000;
  transform: translateY(-50%) rotate(135deg);
  top: 50%;
  left: 5px;
}
.btn-remove:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #000;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  left: 5px;
}

/**
 * common style
 */
.stl_icon_120 {
  width: 120px;
  height: 120px;
}

.stl_icon_100 {
  width: 100px;
  height: 100px;
}

.stl_icon_50 {
  width: 50px;
  height: 50px;
}

.stl_icon_40 {
  width: 40px;
  height: 40px;
}

.stl_icon_32 {
  width: 32px;
  height: 32px;
}

.stl_icon_28 {
  width: 28px;
  height: 28px;
}

.stl_icon_20 {
  width: 20px;
  height: 20px;
}

.stl_icon_trush {
  width: 15px;
  height: 17px;
}

.stl_icon_append_detail {
  width: 22px;
  height: 22px;
}

.stl_icon_move {
  width: 13px;
  height: 11px;
}
.stl_icon_move:hover {
  cursor: move;
}

.stl_icon_copy {
  width: 15px;
  height: 18px;
}

.stl_icon_calendar {
  width: 15px;
  height: 18px;
}

.stl_icon_btn {
  cursor: pointer;
}

.stl_fix_w_30 {
  max-width: 30px;
  min-width: 30px;
  width: 30px;
}

.stl_fix_w_40 {
  max-width: 40px;
  min-width: 40px;
  width: 40px;
}

.stl_fix_w_50 {
  max-width: 50px;
  min-width: 50px;
  width: 50px;
}

.stl_fix_w_60 {
  max-width: 60px;
  min-width: 60px;
  width: 60px;
}

.stl_fix_w_65 {
  max-width: 65px;
  min-width: 65px;
  width: 65px;
}

.stl_fix_w_75 {
  max-width: 75px;
  min-width: 75px;
  width: 75px;
}

.stl_fix_w_80 {
  max-width: 80px;
  min-width: 80px;
  width: 80px;
}

.stl_fix_w_90 {
  max-width: 90px;
  min-width: 90px;
  width: 90px;
}

.stl_fix_w_100 {
  max-width: 100px;
  min-width: 100px;
  width: 100px;
}

.stl_fix_w_110 {
  max-width: 110px;
  min-width: 110px;
  width: 110px;
}

.stl_fix_w_120 {
  max-width: 120px;
  min-width: 120px;
  width: 120px;
}

.stl_fix_w_140 {
  max-width: 140px;
  min-width: 140px;
  width: 140px;
}

.stl_fix_w_145 {
  max-width: 145px;
  min-width: 145px;
  width: 145px;
}

.stl_fix_w_160 {
  max-width: 160px;
  min-width: 160px;
  width: 160px;
}

.stl_fix_w_180 {
  max-width: 180px;
  min-width: 180px;
  width: 180px;
}

.stl_fix_w_215 {
  max-width: 215px;
  min-width: 215px;
  width: 215px;
}

.stl_fix_w_250 {
  max-width: 250px;
  min-width: 250px;
  width: 250px;
}

.stl_fix_w_300 {
  max-width: 300px;
  min-width: 300px;
  width: 300px;
}

.stl_fix_w_350 {
  max-width: 350px;
  min-width: 350px;
  width: 350px;
}

.stl_fix_w_400 {
  max-width: 400px;
  min-width: 400px;
  width: 400px;
}

.stl_fix_w_450 {
  max-width: 450px;
  min-width: 450px;
  width: 450px;
}

.stl_fix_w_640 {
  max-width: 640px;
  min-width: 640px;
  width: 640px;
}

.stl_fix_w_full {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

.message_div{
  padding: 50px 37px 30px!important;
}

.message_title{
  margin-bottom: 0!important;
}

.message_title_red{
  font-size: 14px!important;
  color: #ff6487;
}