@charset "UTF-8";
/*------------------------------------------------------------
    Top page
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif !important;
  /* min-width: 1280px; */
  background-image: -webkit-gradient(linear, left top, right bottom, from(#00A1FF), to(#323983));
  background-image: -webkit-linear-gradient(top left, #00A1FF, #323983);
  background-image: linear-gradient(to bottom right, #00A1FF, #323983);
}

body.login-page {
  background-image: url("/assets/img/bglogin_img-c02885f637d86832133e787ebf3e7ec0.jpg");
  background-size: cover;
  position: relative;
  height: 100vh;
  min-height: 780px;
}

body.login-page .login {
  margin: 0 auto;
  padding: 45px 0 40px 0;
  padding: 100px 0 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.login-page .login .logo {
  text-align: center;
}

body.login-page .login form {
  width: 280px;
  margin: 0 auto;
  margin-top: 25px;
}
body.login-page .login form .form_col1 {
  margin-top: 50%;
}
body.login-page .login form .form_col2 {
  margin-top: 35%;
}

body.login-page .login form label {
  font-size: 16px;
  color: #fff;
  margin-bottom: 7px;
  display: block;
}

body.login-page .login form input {
  width: 280px;
  margin-bottom: 18px;
  height: 48px;
  background-color: #fff;
  border-radius: 5px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 8px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 20px -9px rgba(0, 0, 0, 0.75);
}

body.login-page .login form input#password {
  padding-right: 50px;
}

body.login-page .login form .password {
  position: relative;
}

body.login-page .login form .password .checkpass {
  position: absolute;
  width: 24px;
  height: 12px;
  bottom: 35px;
  right: 15px;
  content: '';
  border: 0;
  cursor: pointer;
  background-color: transparent;
  background-image: url("/assets/img/icon_showpass-086cc078a27f16794641b902b05adc1a.svg");
  background-size: 100% 100%;
}

body.login-page .login form .password .checkpass:focus {
  outline: none;
}

body.login-page .login form .login_error {
  position: relative;
}

body.login-page .login form .login_error input {
  border: 2px solid #FF1414;
  background-color: #FFD0D0;
}

body.login-page .login form .login_error_message {
  background-color: #FF1414;
  color: #fff;
  font-size: 12px;
  border-radius: 6px;
  position: absolute;
  top: 89px;
  padding: 5px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  line-height: 1.6;
  z-index: 2;
}

body.login-page .login form .login_error_message:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #FF1414;
  right: 38px;
  top: -13px;
}

body.login-page .login_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 12px;
  /* Rounded sliders */
}

body.login-page .login_lang p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

body.login-page .login_lang .switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 27px;
  margin: 0 8px;
}

body.login-page .login_lang .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

body.login-page .login_lang .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: 0px 8px 20px -9px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 8px 20px -9px rgba(0, 0, 0, 0.45);
}

body.login-page .login_lang .slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 4px;
  bottom: 4px;
  background-color: #004EFF;
  -webkit-transition: .4s;
  transition: .4s;
}

body.login-page .login_lang input:checked + .slider {
  background-color: #fff;
}

body.login-page .login_lang input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #fff;
          box-shadow: 0 0 1px #fff;
}

body.login-page .login_lang input:checked + .slider:before {
  -webkit-transform: translateX(29px);
  transform: translateX(29px);
}

body.login-page .login_lang .slider.round {
  border-radius: 34px;
}

body.login-page .login_lang .slider.round:before {
  border-radius: 50%;
}

body.login-page .login_submit {
  margin-top: 30px;
  border: transparent;
  background-color: #36C1D3;
  width: 280px;
  height: 68px;
  color: #fff;
  border-radius: 5px;
  font-size: 24px;
  /* font-weight: 600; */
  -webkit-box-shadow: 0px 8px 20px -9px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 20px -9px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

body.login-page .login_submit:hover {
  -webkit-box-shadow: 0px 8px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 20px -9px rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

body.login-page .login_submit span {
  position: relative;
  padding-right: 10px;
}

body.login-page .login_submit span:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 19px;
  background-image: url("/assets/img/login_icon1-fa4caf664f03061dfd66107a0b65056f.svg");
  background-size: 100% 100%;
  right: -20px;
  top: calc(50% - 9px);
}

body.login-page .login_confirm p {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin: 60px 0 45px 0;
}

body.login-page .login_confirm p span {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.5;
}

/*二要素認証画面追加 start*/
.authCodeCls{
	display: block;
	font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #fff;
}
.authCodeCls1{
	display: block;
	font-size: 16px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}
/*二要素認証画面追加 end*/

body.login-page .login_back {
  margin-top: 30px;
  border: transparent;
  background-color: #808080;
  width: 280px;
  height: 48px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-shadow: 0px 8px 20px -9px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 20px -9px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

body.login-page .login_back:hover {
  -webkit-box-shadow: 0px 8px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 20px -9px rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

body.login-page .login_forgot {
  text-align: center;
  margin-top: 17px;
}

body.login-page .login_forgot a {
  color: #fff;
  font-size: 14px;
}

body.login-page .dev_center {
  width: 280px;
  margin : 0 auto;
  margin-top: 25px;
}

body.login-page .dev_center .login_label {
  color: #fff;
  font-size: 14px;
}

body.login-page footer {
  position: absolute;
  width: 100%;
  bottom: 10px;
}

body.login-page footer .copyright {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 0;
}

body.login-page footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0;
  margin-top: -30px;
}

body.login-page footer ul li {
  margin: 0 10px;
}

body.login-page footer ul li a {
  color: #fff;
  font-size: 12px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

body.login-page footer ul li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

body.top-page,
body.work-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-menu_left {
  width: 240px;
  background-color: rgba(44, 62, 201, 0.43);
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.c-menu_left .logo_side {
  padding: 15px 0px 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 70px;
}

.c-menu_left .logo_side img {
    width: 132px;
}

.c-menu_left .c-accordion div.active {
  background-color: rgba(10, 25, 56, 0.21);
}

.c-menu_left .c-accordion div.newClass .list_1:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #EB2727;
  right: 33px;
  top: 22px;
}

.c-menu_left .c-accordion div.newClass .list_1.ttl_aside:before {
  display: none;
}

.c-menu_left .c-accordion div:not(.c-accordion_top) {
  position: relative;
}

.c-menu_left .c-accordion div:not(.c-accordion_top) .list_1 {
  position: relative;
}

.c-menu_left .c-accordion div:not(.c-accordion_top) .list_1:after {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  background-image: url("/assets/img/icon-plus-cbc7e8f486e56cdc6a084fe4a7a10904.svg");
  background-size: 100% 100%;
  right: 38px;
  top: calc(50% - 11px);
  cursor: pointer;
}

.c-menu_left .c-accordion div:not(.c-accordion_top) .list_1.ttl_aside:after {
  background-image: url("/assets/img/icon-minus-b2c14b067abbc061afa3a3478a0c0b9b.svg");
}

.c-menu_left .c-accordion div:not(.c-accordion_top) ul {
  /* width: calc(100% - 24px); */
  margin-left: 7px;
  padding: 0 41px 0 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: -10px;
  padding-bottom: 13px;
}

.c-menu_left .c-accordion div:not(.c-accordion_top) ul li {
  margin-bottom: 3px;
}

.c-menu_left .c-accordion div:not(.c-accordion_top) ul li a {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  display: block;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-menu_left .c-accordion div:not(.c-accordion_top) ul li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-menu_left .c-accordion div:not(.c-accordion_top) ul li a span {
  position: absolute;
  right: 0px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #EB2727;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 10px;
}

.c-menu_left .c-accordion div:not(.c-accordion_top):after {
  content: '';
  position: absolute;
  width: calc(100% - 62px);
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 23px;
}

.c-menu_left .c-accordion .list_1 {
  font-size: 14px;
  padding: 16px 0;
}

.c-menu_left .c-accordion .list_1 a {
  color: #fff;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  margin: 0 18px;
  padding-left: 34px;
  padding-right: 42px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* width: calc(100% - 62px); */
  display: block;
}

.c-menu_left .c-accordion div:nth-child(1) .list_1 a:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 26px;
  background-image: url("/assets/img/icon-home-a568f3c6c11d58b35400a5c3f4d62c71.svg");
  background-size: 100% 100%;
  left: 6px;
  top: calc(50% - 13px);
}

.c-menu_left .c-accordion #dropdown-1 .list_1 a:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 27px;
  background-image: url("/assets/img/icon-clip-a16f4deacaee51bc3496e5364c47c224.svg");
  background-size: 100% 100%;
  left: 6px;
  top: calc(50% - 13px);
}

.c-menu_left .c-accordion #dropdown-2 .list_1 a:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 29px;
  background-image: url("/assets/img/icon-file-ba6bd96e58ed800442367b0c10d9502d.svg");
  background-size: 100% 100%;
  left: 6px;
  top: calc(50% - 14px);
}

.c-menu_left .c-accordion #dropdown-2 ul li a {
  width: 100%;
  padding: 0;
}

.c-menu_left .c-accordion #dropdown-3 .list_1 a:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 27px;
  background-image: url("/assets/img/icon-clip-a16f4deacaee51bc3496e5364c47c224.svg");
  background-size: 100% 100%;
  left: 6px;
  top: calc(50% - 13px);
}

.c-menu_left .c-accordion #dropdown-4 .list_1 a:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 27px;
  background-image: url("/assets/img/icon-clip-a16f4deacaee51bc3496e5364c47c224.svg");
  background-size: 100% 100%;
  left: 6px;
  top: calc(50% - 13px);
}

.c-menu_left .c-accordion #dropdown-5 .list_1 a:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/icon-check-circle-f09c4f3e5a7cd884aea35d7328327569.svg");
  background-size: 100% 100%;
  left: 6px;
  top: calc(50% - 8px);
}

.c-menu_left .c-accordion #dropdown-6 .list_1 a:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/icon-check-circle-f09c4f3e5a7cd884aea35d7328327569.svg");
  background-size: 100% 100%;
  left: 6px;
  top: calc(50% - 8px);
}

.c-menu_left .c-accordion #dropdown-7 .list_1 a:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/icon-check-circle-f09c4f3e5a7cd884aea35d7328327569.svg");
  background-size: 100% 100%;
  left: 6px;
  top: calc(50% - 8px);
}

.c-menu_left .c-accordion_top {
  height: 34px;
  line-height: 34px;
}

.c-menu_left .c-accordion_top .list_1 {
  padding: 0;
}

.c-menu_left-wrap {
  width: 100%;
}

.c-menu_left-footer {
  bottom: 40px;
  padding: 15px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
}

.c-menu_left-footer p {
  font-size: 12px;
  color: #fff;
}

.c-wrap_right {
  width: calc(100% - 240px);
  min-height: 100vh;
  padding: 0 30px;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
}

.c-header_logout {
  display: block;
  display: none;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  width: 141px;
  height: 39px;
  line-height: 39px;
  padding-right: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  margin-left: 28px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-header_logout:hover {
  opacity: 0.6;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-header_logout:after {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("/assets/img/icon-logout-bdf1af85bc766843e9b6b4696f1cb198.svg");
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: calc(50% - 8px);
}

.c-header_name {
  color: #fff;
  margin-right: 10px;
  text-align: right;
}

.c-header_switch {
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-header_switch img {
  margin-top: 5px;
}

.c-header_switch:hover img {
  opacity: 0.6;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  cursor: pointer;
}

.c-header_setting {
  margin-left: 18px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  cursor: pointer;
}

.c-header_setting:hover {
  opacity: 0.6;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-header_setting img {
  vertical-align: middle;
  vertical-align: text-bottom;
}

.c-header_switch.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-header_switch.popup .scroll_contents {
  max-height: 80vh;
  overflow-y: auto;
}

/* The actual popup */
.c-header_switch.popup .popuptext {
  display: none;
  width: 482px;
  background-color: #fff;
  color: #000;
  padding: 15px 20px 30px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 115%;
  left: calc(50% - 241px);
  left: calc(50% - 360px);
  margin-left: 8px;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.45);
  border-radius: 10px;
  /* Hide the browser's default checkbox */
}

.c-header_switch.popup .popuptext .c-flex_center {
  width: 100%;
  margin: 20px 0;
}

.c-header_switch.popup .popuptext .c-flex_center .c-user_btn {
  margin: 0 30px;
}

.c-header_switch.popup .popuptext .c-flexstart {
  padding-left: 0;
}

.c-header_switch.popup .popuptext .c-flexstart div {
  display: inline-block;
  padding-left: 0;
  margin-right: 10px;
  margin-top: 15px;
}

.c-header_switch.popup .popuptext p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.c-header_switch.popup .popuptext label {
  font-size: 14px;
  line-height: 1.8;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  z-index: 2;
}

.c-header_switch.popup .popuptext div {
  display: block;
  position: relative;
  padding-left: 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-header_switch.popup .popuptext input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-header_switch.popup .popuptext .close_popup {
  position: absolute;
  width: 13.4px;
  height: 13px;
  background-image: url("/assets/img/icon-close-372687c96eb358b8f4bf1880aa571e15.svg");
  background-size: 100% 100%;
  top: -40px;
  right: 12px;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #808080;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}

/* When the checkbox is checked, add a blue background */
input:checked ~ .checkmark {
  background-color: #004EFF;
  border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
  left: 7.5px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-btn {
  margin-top: 30px;
  text-align: center;
  color: #fff;
  padding-left: 0;
}

.c-btn_down a{
  cursor: pointer;
}

.c-btn a {
  box-sizing: border-box;
  min-width: 156px;
  background: transparent;
  border: transparent;
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  font-size: 12px;
  display: block;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
  padding: 0px 1.8em 2px 2.3em;
  display: inline-block;
  position: relative;
}

.c-btn a:focus {
  border: transparent;
  outline: none;
}

.c-btn a:hover {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.55);
}

.c-btn_red-del a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FA4242), to(#BF1919));
  background-image: -webkit-linear-gradient(top, #FA4242, #BF1919);
  background-image: linear-gradient(to bottom, #FA4242, #BF1919);
}

.c-btn_next a,
.c-btn_down a,
.c-btn_pullback a,
.c-btn_editted a,
.c-btn_icon_none a,
.c-btn_add a,
.c-btn_change a,
.c-btn_completed a,
.c-btn_add a,
.c-btn_list a,
.c-btn_print a,
.c-button_blue a,
.c-btn_check_circle a,
.c-btn_search a {
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0091FE), to(#2160EA));
  background-image: -webkit-linear-gradient(top, #0091FE, #2160EA);
  background-image: linear-gradient(to bottom, #0091FE, #2160EA);
}

.c-btn_red-del a:before,
.c-btn_down a:before,
.c-btn_pullback a:before,
.c-btn_editted a:before,
.c-btn_icon_none a:before,
.c-btn_add a:before,
.c-btn_completed a:before,
.c-btn_add a:before,
.c-btn_list a:before,
.c-btn_print a:before,
.c-btn_check_circle a:before,
.c-btn_search a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100% auto;
  width: 10px;
  height: auto;
  left: 13px;
}

.c-btn_red-del a:before {
  background: url("/assets/img/icon-garbage-1e7903d546205c768c0372138e9ca890.svg") no-repeat center;
  width: 18px;
}

.c-btn_down a:before {
  background: url("/assets/img/icon-download-eef66b42c5ceb26409df06df52ff15b8.svg") no-repeat center;
  width: 18px;
}

.c-btn_pullback a:before {
  background: url("/assets/img/icon_pullback-e077c810e5da16ce8381582f431fc224.svg") no-repeat center;
  width: 18px;
}

.c-btn_editted a:before {
  background: url("/assets/img/icon_editted-b2e176204bd18081b67fbcca231f0891.svg") no-repeat center;
  width: 18px;
}

.c-btn_icon_none a:before {
  background: none;
  width: 18px;
}

.c-btn_completed a:before {
  background: url("/assets/img/icon-check-dd65825fd660a9a99f01b96a03d65354.svg") no-repeat center;
  width: 18px;
}

.c-btn_add a:before {
  background: url(/assets/img/icon-plus-cbc7e8f486e56cdc6a084fe4a7a10904.svg) no-repeat center;
  width: 18px;
}

.c-btn_search a:before {
  background: url(/assets/img/Icon-search-0e50c2a3af4d7cfe1dd903c388bac8fd.svg) no-repeat center;
  width: 18px;
}

.c-btn_print a:before {
  background: url("/assets/img/icon-print-c1c4c0cfd59f3266c792f3bae35355ed.svg") no-repeat center;
  width: 18px;
}

.c-btn_list a {
  padding: 0px 2.3em 2px 3em;
}

.c-btn_list a:before {
  background: url("/assets/img/icon-list-65f84e18a3c11e443ba16b4f26ae50a7.svg") no-repeat center;
  width: 18px;
}

.c-btn_next a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/assets/img/icon-arrow-forward-82e4c9d8b1554ff9c4d7b789d6c1afd4.svg") no-repeat center;
  background-size: 100% auto;
  width: 7px;
  height: auto;
  left: 12px;
}

.c-btn_check_circle a:before {
  background: url("/assets/img/icon-check-circle-f09c4f3e5a7cd884aea35d7328327569.svg") no-repeat center;
  background-size: 100%;
  width: 18px;
}

.c-btn_close a,
.c-btn_back a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#5A5454));
  background-image: -webkit-linear-gradient(top, #808080, #5A5454);
  background-image: linear-gradient(to bottom, #808080, #5A5454);
}

.c-btn_change a:before,
.c-btn_close a:before,
.c-btn_back a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100% auto;
  width: 10px;
  height: auto;
  left: 12px;
}

.c-btn_change a:before {
  background: url("/assets/img/Icon-update-ba9a3c706d00b0df82b9c4b06dfb532b.svg") no-repeat center;
  width: 18px;
}

.c-btn_close a:before {
  background: url("/assets/img/icon-x-a1a36deb5e703137ba2b893c96e08683.svg") no-repeat center;
  width: 18px;
}

.c-btn_close{
  cursor: pointer;
}

/* ADD 20220401 */
/* きんでん様用クリアボタン */
.c-btn_func.c-btn_close_app_kinden:before{
  /* 疑似要素beforeの適用 */
  content: "";
  position: absolute;
  display: inline-block
  /* 画像とサイズの指定 */;
  background: url("/assets/img/icon-closew-cbbb0a7b308eb34231bcb5fdd7b25c1d.svg") no-repeat center;
  background-size: 100% auto;
  /* 画像位置の指定 */
  width: 15px;
  top: 0;
  bottom: 0;
  left: 15px;
}

.c-btn_back a:before {
  background: url("/assets/img/icon-back-19f4ff097d7d6b6cb358f966888648c5.svg") no-repeat center;
  width: 15px;
  left: 13px;
}

.c-btn_redlong a {
  min-width: 226px;
  background-image: url("/assets/img/bg_red_long-fba94cc105848768fcb5ee85d0c4be5c.svg");
}
/* ボタン：青色の追加 */
.c-btn_bluelong a {
  min-width: 226px;
  background-image: url("/assets/img/bg_blue_long-432d262ac5f88a48615e02c986f2baf4.svg");
}

.c-btn_blank {
    display: inline-block;
    text-align: center;
}

.c-btn_disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

/* Popup arrow */
.c-header_switch.popup .popuptext::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 113px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 20px solid #fff;
}

/* Toggle this class - hide and show the popup */
.c-header_switch.popup .show {
  display: block;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.c-sidenav {
  height: 100%;
  width: 280px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -280px;
  background-color: #1D2A91;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 41px 0px 10px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-sidenav_user {
  margin-top: 20px;
}

.c-sidenav_user li {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.c-sidenav_user li:before {
  content: '';
  background-image: url("/assets/img/icon_user-266a9e6aed3b6b37a8b1ee175e079de6.svg");
  background-size: 100% 100%;
  width: 14.5px;
  height: 24px;
  position: absolute;
  left: 10px;
  top: calc(50% - 12px);
}

.c-sidenav_wrap {
  padding: 0 31px;
}

.c-sidenav_ttl {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}

.c-sidenav_ttl:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 27px;
  background: url("/assets/img/icon-setting-711d5fc25d91be1eb7b8e17a9736dde0.svg") no-repeat center;
  background: url("/assets/img/icon-setting-ac56769749993cc466c7691e3fe9990e.png") no-repeat center;
  background-size: 100% auto;
  left: 5px;
  top: calc(50% - 13px);
}

.c-sidenav_ttl:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background-image: url("/assets/img/icon-closew-cbbb0a7b308eb34231bcb5fdd7b25c1d.svg");
  background-size: 100% 100%;
  right: 20px;
  top: calc(50% - 6px);
}

.c-sidenav ul {
  border-bottom: 1px solid #fff;
  padding: 5px 0;
  padding: 5px 0;
}

.c-sidenav ul li {
  padding: 0 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2px;
}

.c-sidenav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-sidenav ul li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-sidenav_user + ul {
    padding: 10px 0;
}
.c-sidenav_user + ul li {
    padding: 0 34px;
}

.c-sidenav_closebtn {
  width: 156px;
  height: 38px;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  background-image: url("/assets/img/bg_btnclose-1b76727cbd6bc40277a7380f7588a0c6.svg");
  background-size: 100% 100%;
  line-height: 38px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.c-sidenav ul.no-border {
  border-bottom: none;
}

.c-namepage {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 35px;
}
h1.c-namepage {
    margin-top: 0;
}

.c-box {
  background-color: #fff;
  min-width: 920px;
  width: 100%;
  padding: 20px 30px 20px 30px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-box.c-box_min_w1160 {
  min-width: 1160px;
}

.c-box_w1250 {
  background-color: #fff;
/* 2022/06/03 最少幅が大きいので、100pxほど少なくする(1250px → 1150px) */
  min-width: 1150px;
  width: 100%;
  padding: 20px 30px 20px 30px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-box_w1160 {
  background-color: #fff;
  min-width: 1160px;
  width: 100%;
  padding: 20px 30px 20px 30px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 2021/05/25 ログイン画面のエラーエリア↓*/
.c-box_login {
  background-color: #fff;
  /*  min-width: 920px;*/
  width: 100%;
  padding: 20px 30px 20px 30px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* 2021/05/25 ログイン画面のエラーエリア↑*/
.c-box_ttl {
  font-size: 18px;
  font-weight: 500;
  border-left: 5px solid #404040;
  padding-left: 12px;
  margin: 0;
  color: #404040;
}

.div_for_center_position_span_button {
  display: flex;
  justify-content: center;
}

.c-box_empty {
  min-height: 431px;
}

.openTabLinks:after {
  content: var(--content, "");
  border-radius: 50%;
  background-color: #EB2727;
  color: white;
  font-size: 11px;
  margin-left: 2px;
  opacity: var(--opacity, 0);
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  line-height: 1.45rem;
}

.c-box_notice ul.c-box_notice_table li .notification-title {
  cursor: pointer;
}

.c-box_notice ul.c-box_notice_table li {
  border-bottom: 1px solid #919191;
  padding: 20px 0;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
}

.c-box_notice ul.c-box_notice_table li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-box_notice ul.c-box_notice_table li ul li {
  padding: 0;
  border-bottom: none;
}

.c-box_notice ul.c-box_notice_table li ul li:first-child {
  width: 110px;
  padding-right: 50px;
  box-sizing: border-box;
}

.c-box_notice ul.c-box_notice_table li ul li:nth-child(2) {
  width: calc(100% - 190px);
}

.c-box .morecontent {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.c-box .morecontent span {
  display: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.c-box .morelink {
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("/assets/img/more_arrow-d21a0a139abb1aeca826b95bc9749b01.svg");
  background-size: 100% 100%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  margin: 0 auto;
  margin-top: 20px;
}

.c-box .morelink.less {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.c-pagenavi {
  margin-top: 20px;
}

.c-pagenavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-pagenavi ul li {
  margin: 0 15px;
}

.c-pagenavi ul li:nth-child(1) a {
  display: block;
  width: 11px;
  height: 12px;
  background-image: url("/assets/img/icon_last_page-67abd677339719dccb78ac5f258e1a01.svg");
  background-size: 100% 100%;
  border-bottom: none;
}

.c-pagenavi ul li:nth-child(2) a {
  display: block;
  width: 7px;
  height: 12px;
  background-image: url("/assets/img/icon-forward-bffbef1b53df65c9bc1684078395fca7.svg");
  background-size: 100% 100%;
  border-bottom: none;
}
/*page 次ページのCSS修正*/
.c-pagenavi ul li:nth-last-child(2) a {
  display: block;
  width: 7px;
  height: 12px;
  background-image: url("/assets/img/icon-next-521524ff5091942f262428c5b1925e3d.svg");
  background-size: 100% 100%;
  border-bottom: none;
}

.c-pagenavi ul li:last-child a {
  display: block;
  width: 11px;
  height: 12px;
  background-image: url("/assets/img/icon_last_page_1-f6c1509ce78a3925d2b017dff9a0867b.svg");
  background-size: 100% 100%;
  border-bottom: none;
}

.c-pagenavi ul li a {
  text-decoration: none;
  color: #404040;
  font-size: 16px;
  border-bottom: 1px solid #404040;
}

.c-pagenavi ul li a.active {
  color: #323983;
  border-bottom: none;
  font-weight: bold;
}

.c-box_app {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* min-height: 450px; */
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}

.c-box_app_detail {
  background-color: #fff;
  margin-right: 2%;
  width: 240px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.55);
  border-radius: 10px;
  color: #404040;
  padding: 11px 44px 14px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-box_app_detail .ttl {
  font-size: 16px;
  padding-left: 28px;
  font-weight: 500;
  position: relative;
      margin: 0;
}

.c-box_app_detail .ttl.ttl_clip:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 13px);
  width: 18px;
  height: 27px;
  background-image: url("/assets/img/icon-clip_blue-b6fa064305d4ebb201b80da8b82dc518.svg");
  background-size: 100% 100%;
}

.c-box_app_detail .ttl.ttl_check:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  width: 20px;
  height: 30px;
  background-image: url("/assets/img/icon-check_blue-ea87a6d4c4f413442c07b182779f5e7f.svg");
  background-size: 100% 100%;
}

.c-box_app_detail .ttl.ttl_file:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 13px);
  width: 18px;
  height: 27px;
  background-image: url("/assets/img/icon-file_blue-0c2f9b62a79e366a026d4204b65d3ba8.svg");
  background-size: 100% 100%;
}

.c-box_app_detail .list {
  margin-top: 10px;
  font-size: 12px;
}

.c-box_app_detail .list li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 1px;
}

.c-box_app_detail .list li:before {
  content: '';
  width: 6px;
  position: absolute;
  left: 22px;
  top: calc(50% - 5px);
  height: 10px;
  background-image: url("/assets/img/icon-next-521524ff5091942f262428c5b1925e3d.svg");
  background-size: 100% 100%;
}

.c-box_app_detail .list li a {
  text-decoration: none;
  color: #404040;
  font-weight: 500;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  position: relative;
  display: block;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-box_app_detail .list li a span {
  position: absolute;
  right: 3px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #EB2727;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-size: 10px;
}

.c-box_app_detail .list li a:hover {
  text-decoration: underline;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-mark {
  width: 232px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.c-mark_circle {
  text-align: center;
  height: 106px;
  width: 106px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FD8484), to(#FF5252));
  background-image: -webkit-linear-gradient(top, #FD8484, #FF5252);
  background-image: linear-gradient(to bottom, #FD8484, #FF5252);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-mark_circle:hover {
  -webkit-box-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.65);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-mark_circle span {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  display: block;
}

.c-mark_circle img {
  margin-top: 5px;
}


.alg-center {
  text-align: center !important;
}
.alg-left {
  text-align: left !important;
}
.alg-right {
  text-align: right !important;
}
.alg-top{
  vertical-align: top;
}
.alg-mid .checkmark{
  vertical-align: middle;
  top:calc(50% - 10px);
}

.txt8 {
  font-size: 8px;
  color: #404040;
  font-weight: 500;
}

.txt12 {
  font-size: 12px !important;
}

.txt14 {
  font-size: 14px;
  color: #404040;
  font-weight: 500;
}

.txt16 {
  font-size: 16px;
  color: #404040;
  font-weight: 500;
}

.txt24 {
  font-size: 24px;
  font-weight: 500;
  color: #404040;
}

/* ADD-ST 20210512 */
.txt16_error {
  font-size: 16px;
  color:#EB2727;
  font-weight: 500;
}
.txt24_error {
  font-size: 24px;
  font-weight: 500;
  color: #EB2727;
}
/* ADD-ED 20210512 */

input:focus {
  outline: none;
}

button:focus {
  outline: none;
}

select:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

.form_search label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
              position: relative;
}

.form_search label span.ttl_switch {
  font-weight: 500;
  width: 100px;
}

.form_search label input {
  width: 296px;
  height: 28px;
  font-size: 14px;
  padding-left: 0.5em;
  border-radius: 5px;
  border: 1px solid #808080;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form_search label:last-child {
  margin-bottom: 0;
}

.form_search_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_search_wrap div:first-child{
  position: relative;
}
.form_search_wrap_line{
  position: absolute;
  border-right: 2px solid #808080;
  width: 22px;
  right: -33px;
  top: 18px;
  height: calc(100% - 59px);
  border-top: 2px solid #808080;
  border-bottom: 2px solid #808080;
}
.form_search_wrap .c-btn1 {
  margin-top: 0;
  margin-left: 10px;
}
.form_search_wrap div label:nth-child(2) span.c-button_x{
  display: none;
}
.form_search .date_time {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-button_x{
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor:pointer;
  z-index: 2;
  position: absolute;
  right: -22px;
}
.c-button_x:after{
  content: '';
  width: 2px;
  position: absolute;
  height: 15px;
  background-color: #000;
  transform: rotate(-45deg);
   right: 6px;
}
.c-button_x:before{
  content: '';
  width: 2px;
  position: absolute;
  height: 15px;
  background-color: #000;
  transform: rotate(45deg);
  right: 6px;
}
.form_search .date_time label {
  margin-bottom: 0;
  margin-left: 10px;
}

.form_search .date_time label span {
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  width: auto;
}

.form_search .date_time_label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 6px;
  margin-left: 0 !important;
}

.form_search .date_time_label span {
  width: 100px !important;
  margin-left: 0 !important;
}

.form_search .date_time_label img {
  position: absolute;
  right: 12px;
  cursor: pointer;
  top: calc(50% - 10px);
}

.form_search .date_time_pick,
td .date_time_pick {
  width: 132px;
  padding-left: 5px;
  position: relative;
}

.form_search .date_time_pick:after,
td .date_time_pick:after {
  position: absolute;
  content: '123';
  right: 0;
  width: 10px;
  height: 10px;
  background-color: red;
  top: 0;
  z-index: 1;
}

.form_search .date_time select {
  width: 60px;
  height: 28px;
  font-size: 14px;
  border: 1px solid #808080;
  border-radius: 5px;
  padding-left: 5px;
  cursor: pointer;
}

.form_search .date_time select:focus {
  outline: none;
}

/*.form_search_3 .c-wrap_radio ul li,*/
.c-form_ul .c-wrap_radio ul li {
  width: auto;
}

/*.form_search_3 .c-wrap_radio ul li:nth-child(2),*/
.c-form_ul .c-wrap_radio ul li:nth-child(2) {
  margin-left: 20px;
}

/*.form_search_3 .c-wrap_radio ul li ul li,*/
.c-form_ul .c-wrap_radio ul li ul li {
  margin-right: 10px;
  margin-left: 0 !important;
}

/*.form_search_3 .c-wrap_radio ul li label,*/
.c-form_ul .c-wrap_radio ul li label {
  padding-left: 10px;
}

.form_search .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 66px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
}

.form_search .radio div {
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
}

.form_search .radio label {
  cursor: pointer;
  font-size: 12px;
}

.form_search .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form_search .radio .checkmark {
  top: calc(50% - 10px);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
}

.c-btn_switch {
  margin-left: 43px;
  position: relative;
}

.c-btn_switch:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 116px;
  /*background-image: url("/assets/img/border_line-d8f5d177837f0838fe5c53eb80b7fec5.svg");*/
  background-size: 100% 100%;
  left: -32px;
  top: calc(50% - 58px);
}

.c-btn_switch button {
  width: 40px;
  height: 30px;
  background: transparent;
  border: transparent;
  background-image: url("/assets/img/btn_switch-12afeef5d33e9ec33845c076473534ff.svg");
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.c-btn_switch button:hover {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.45);
}

.modal_btn_down {
  margin-top: 20px;
}
	
.c-btn1 {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  padding-left: 0;
}

.c-btn1 a,
.c-btn1 .input_file {
  min-width: 142px;
  padding: 5px 1.4em 7px 2.3em;
  box-sizing: border-box;
  /*width: 142px;*/
  /*height: 38px;*/
  /*line-height: 38px;*/
  background: transparent;
  border: transparent;
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  font-size: 14px;
  display: block;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  color: #033FC7;
  border: 1px solid #033FC7;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  position: relative;
}

.c-btn1 a:not(:disabled) {
  cursor: pointer;
}

.c-btn1 a:focus,
.c-btn1 .input_file:focus {
  /*border: transparent;*/
  outline: none;
}

.c-btn1 a:hover {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.55);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.c-btn1 a:hover,
.c-btn1 .input_file:hover {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.55);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-btn1_add2 a,
.c-btn1_add3 a,
.c-btn1_add5 a,
.c-btn1_minus5 a,
.c-btn1_normal a {
  min-width: 130px;
  height: 28px;
  line-height: 1;
  padding: 6px 1em 2px 2em;
  box-sizing: border-box;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F0F0F0));
  background-image: -webkit-linear-gradient(top, #ffffff, #F0F0F0);
  background-image: linear-gradient(to bottom, #ffffff, #F0F0F0);
  font-size: 12px;
}

.c-btn1_normal2 a {
  min-width: 130px;
  height: 28px;
  line-height: 1;
  padding: 6px 1em 2px 1em;
  box-sizing: border-box;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F0F0F0));
  background-image: -webkit-linear-gradient(top, #ffffff, #F0F0F0);
  background-image: linear-gradient(to bottom, #ffffff, #F0F0F0);
  font-size: 12px;
}

.c-btn1_minus5 a {
  border: 1px solid #FD2222;
  color: #FD2222;
}

.c-btn1_add2 a:before,
.c-btn1_add3 a:before,
.c-btn1_add5 a:before,
.c-btn1_minus5 a:before,
.c-btn1_normal a:before,
.c-btn1_normal2 a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100% auto;
  width: 10px;
  height: auto;
  left: 6px;
}

.c-btn1_add2 a:before {
  background: url("/assets/img/icon-plus_b-790593da0d2ffd7c703628fb32c5e3f9.svg") no-repeat center;
  width: 18px;
}

.c-btn1_add2 a:before {
    background: url(/assets/img/icon-plus_b-790593da0d2ffd7c703628fb32c5e3f9.svg) no-repeat center;
    width: 18px;
}

.c-btn1_add2.icon_addfile a:before {
  background: none;
  width: 18px;
}
.c-btn1_add2.icon_addfile a {
  background-image: url(/assets/img/icon-plus_b-790593da0d2ffd7c703628fb32c5e3f9.svg);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: right 6% bottom 50%;
  padding: 5px 2.4em 7px 1.3em;
  margin-bottom: 6px;
}

.c-btn1_minus5 a:before {
  background: url("/assets/img/Icon-minus_r-18a3bc416729177adb84b51c9889f89a.svg") no-repeat center;
  width: 18px;
}

.c-btn1_add6 {
	margin-top: 0px !important;
}
.c-btn1_add6 a {
	padding: 0px 1.8em 0px 1.8em !important;
}

.c-btn1_plane a,
.c-btn1_next a,
.c-btn1_search a,
.c-btn1_list a,
.c-btn1_approval a,
.c-btn1_pullback a,
.c-btn1_withdraw a,
.c-btn1_print a,
.c-btn1_add a,
.c-btn1_add6 a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F0F0F0));
  background-image: -webkit-linear-gradient(top, #ffffff, #F0F0F0);
  background-image: linear-gradient(to bottom, #ffffff, #F0F0F0);
}

/*F402 レポート表示画面用追加CSS　2020/04/16 add start*/
.c-btn1_rejected a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F0F0F0));
  background-image: -webkit-linear-gradient(top, #ffffff, #F0F0F0);
  background-image: linear-gradient(to bottom, #ffffff, #F0F0F0);
}
/*F402 レポート表示画面用追加CSS　2020/04/16 add end*/

.c-btn1_plane a:before,
.c-btn1_next a:before,
.c-btn1_search a:before,
.c-btn1_list a:before,
.c-btn1_approval a:before,
.c-btn1_pullback a:before,
.c-btn1_withdraw a:before,
.c-btn1_print a:before,
.c-btn1_add a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100% auto;
  width: 10px;
  height: auto;
  left: 12px;
}

/*F402 レポート表示画面用追加CSS　2020/04/16 add start*/
.c-btn1_rejected a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100% auto;
  width: 10px;
  height: auto;
  right: 12px;
}
/*F402 レポート表示画面用追加CSS　2020/04/16 add end*/

.c-btn1_next a:before {
  background: url("/assets/img/icon-arrow-forward_b-afcb862f4a726ebd81ef916b16e6c874.svg") no-repeat center;
  width: 18px;
}

.c-btn1_search a:before,
.c-btn1_add3 a:before {
  background: url("/assets/img/icon-search_b-3bd4d4dd0b02cd9511e5ae88804baed4.svg") no-repeat center;
  width: 18px;
}

.c-btn1_list a:before {
  background: url("/assets/img/icon-list_b-dc175259501202158810013aa71fcb5d.svg") no-repeat center;
  width: 18px;
}

.c-btn1_approval a:before {
  background: url("/assets/img/icon_approval-5f245708818cf609166a96109fc999c1.svg") no-repeat center;
  width: 18px;
}

.c-btn1_pullback a:before {
  background: url("/assets/img/icon_pullback_blue-ae84de5eb46a3b587a6df5c73df8de53.svg") no-repeat center;
  width: 18px;
}
/*F402 レポート表示画面用追加CSS　2020/04/16 add start*/
.c-btn1_rejected a:before {
  background: url("/assets/img/arrow_next-e37dbaebbb9a2f515d562d035442861c.svg") no-repeat center;
  width: 18px;
}
/*F402 レポート表示画面用追加CSS　2020/04/16 add end*/

.c-btn1_withdraw a:before {
  background: url("/assets/img/icon-back_b-86e639e065376e3aaaa475c9cb908ce4.svg") no-repeat center;
  width: 18px;
}

.c-btn1_print a:before {
  background: url("/assets/img/icon-print-b-042bfbd277ed92d86bdfd2fb77bf010c.svg") no-repeat center;
  width: 18px;
}

.c-btn1_add a:before {
  background: url(/assets/img/icon-plus_b-790593da0d2ffd7c703628fb32c5e3f9.svg) no-repeat center;
  width: 18px;
}

.search_result {
  margin-top: 28px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  font-size: 14px;
}

.search_result_detail {
  border-bottom: 1px solid #919191;
  padding: 30px 0;
  padding-left: 32px;
}

.search_result_detail .detail {
  margin-bottom: 30px;
  position: relative;
}

.search_result_detail .detail:after {
  content: '';
  height: 20px;
  width: 2px;
  background-color: #808080;
  position: absolute;
  left: 25px;
  bottom: -22px;
}

.search_result_detail .detail:last-child {
  margin-bottom: 0;
}

.search_result_detail .detail:last-child:after {
  display: none;
}

.search_result_detail span {
  font-size: 16px;
  font-weight: 500;
}

.search_result thead tr {
  border-bottom: none;
  border-top: none !important;
}

.search_result thead tr th {
  text-align: left;
  padding-bottom: 10px;
  padding-right: 10px;
}

.search_result thead tr th:first-child {
  width: 24%;
  padding-left: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search_result thead tr th:nth-child(2) {
  width: 18%;
}

.search_result thead tr th:nth-child(3) {
  width: 18%;
}

.search_result thead tr th:nth-child(4) {
  width: 38%;
  pointer-events: none;
}

.search_result thead tr th:nth-child(4) span:after {
  display: none;
}

.search_result tr {
  border-bottom: 1px solid #919191;
}

.search_result tr:first-child {
  border-top: 1px solid #919191;
}

.search_result tr td {
  padding-bottom: 28px;
  padding-top: 15px;
  padding-right: 10px;
}

.search_result tr td:first-child {
  vertical-align: center;
}

.search_result tr td:first-child label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_result tr td:first-child .check {
  position: relative;
  padding-left: 45px;
}

.search_result tr td:first-child .check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.search_result tr td:first-child .check .checkmark {
  top: calc(50% - 10px);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
}

.search_result tr td:first-child .price span {
  display: block;
}

.search_result tr td:first-child .price span span.price {
  display: inline-block;
  margin-left: 10px;
}

.search_result tr td:nth-child(2) {
  vertical-align: center;
}

.search_result tr td:nth-child(3) {
  vertical-align: center;
}

.search_result tr td:nth-child(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.search_result tr td .detail {
  left: 45px;
  top: 0px;
}

.search_result tr td .detail p {
  margin-left: 50px;
  padding: 8px 0px 8px 0px;
}
.search_result tr td .with_out_time_detail p {
  margin-left: 0;
  padding: 8px 0px 8px 0px;
}

.wrap_time {
  padding-left: 25px;
  width: 100%;
}

.wrap_time_1 {
  position: relative;
  width: 100%;
  display: inline-block;
}

.wrap_time .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  --main-bg-color: #707070;
}

.wrap_time .time:last-child {
  margin-bottom: 0;
}

.wrap_time .time:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 2px solid #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: -25px;
  background-color: #fff;
  top: 7px;
  border-radius: 50%;
  z-index: 2;
}

.wrap_time .wrap_time_1:after {
  content: '';
  width: 4px;
  height: 100%;
  background-color: var(--main-bg-color);
  position: absolute;
  left: -20px;
  top: 10px;
  z-index: 1;
}

.wrap_time .time_number {
  width: auto;
  margin-right: 20px;
}

.wrap_time .time:last-child:after {
  display: none;
}

.c-flex_center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-wrap_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-wrap_btn div {
  margin: auto 17px;
  margin-top: 40px;
}

.c-modal-content .c-wrap_btn {
  margin-bottom: 20px;
}

.c-table_btn {
  width: 44px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  font-weight: 500;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  padding-right: 0;
  margin: 3px 0;
}

.c-table_btn:hover {
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-table_btn.blue {
  cursor: pointer;
  border: 1px solid #033FC7;
  color: #033FC7;
  margin-right: 7px;
}
.c-table_btn.blue.zk {
  width: 60px;
}

/* ADD-ST 20210621 */
.c-table_btn.blue_auto_width {
  border: 1px solid #033FC7;
  color: #033FC7;
  min-width: 44px;
  padding-left: 2px;
  padding-right: 2px;
  width: auto;
}
/* ADD-ED 20210621 */

/* MOD-ST 20210406 */
.c-table_btn.blue_arrow {
  width: 80px;
  padding-right: 15px;
  position: relative;
}
/* MOD-ED 20210406 */

.c-table_btn.blue_arrow:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 12px;
  background-image: url("/assets/img/arrow_next-e37dbaebbb9a2f515d562d035442861c.svg");
  background-size: 100% 100%;
  top: calc(50% - 6px);
  right: 7px;
}

/* MOD-ST 20210507 */
.c-table_btn.red {
  cursor: pointer;
  width: 70px;
  border: 1px solid #FD2222;
  color: #FD2222;
}
/* MOD-ED 20210507 */
.c-table_btn.red.zk {
  width: 60px;
}

.c-table_btn.red_1 {
  background-color: #FD4444;
  color: #fff;
}

/* ADD-ST 20210518 */
.c-table_btn.red_no_width {
  border: 1px solid #FD2222;
  color: #FD2222;
}
/* ADD-ED 20210518 */

.show_modal {
    overflow: hidden;
    display: flex;
}

.c-modal {
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: hidden;
  display: none;
}

.c-modal_space {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-modal_space p {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}

.c-modal .c-box_ttl {
  margin-left: 10px;
}

.c-modal_close {
  width: 13.4px;
  height: 13.4px;
  background-image: url("/assets/img/icon_closemodal-747ad4de401da494df0589a828ac998c.svg");
  background-size: 100% 100%;
  position: absolute;
  top: 21px;
  right: 19px;
  cursor: pointer;
}

.c-modal_zoom_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-modal_zoom_ttl .name-date {
  font-size: 14px;
  font-weight: 500;
}

.c-modal_zoom_ttl .name-date .name {
  margin-right: 20px;
}

.c-modal_zoom_ttl .zoom span {
  width: 23px;
  height: 23px;
  background-size: 100% 100%;
  display: inline-block;
  cursor: pointer;
}

.c-modal_zoom_ttl .zoom .rotate {
  margin: 0px 10px;
  background-image: url("/assets/img/rotate-e3ab6ed75766bbe98c2ba085061e29b0.png");
}

.c-modal_zoom_ttl .zoom .zoomIn {
  background-image: url("/assets/img/zoomIn-0ed21b81d31f633ad72a42899ad352c8.svg");
}

.c-modal_zoom_ttl .zoom .zoomOut {
  margin-left: 10px;
  background-image: url("/assets/img/zoomOut-80609052c0d4b4bfe7565dd7e5d65cf0.svg");
}

.c-modal_zoom_img {
  text-align: center;
}

.c-modal_zoom_img img {
  width: 214px;
}

.c-modal_zoom_img_no_align img {
  width: 300px;
}

/*.c-modal_1 label,*/
.c-modal_1 label.text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
  padding-left: 10px;
}

.c-modal_1 label span.ttl {
  display: inline-block;
  width: 90px;
  width: 130px;
  font-size: 14px;
}

.c-modal_1 .code {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
  padding-left: 10px;
}

.c-modal_1 .code span.ttl {
  display: inline-block;
  width: 90px;
}

.c-modal_1 label.text input {
  width: 664px;
  font-size: 14px;
  padding-left: 10px;
  border: 1px solid #808080;
  border-radius: 5px;
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
}

.c-modal_1 .code input {
  width: 48px;
  border: 1px solid #808080;
  border-radius: 5px;
  height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
}

.c-modal_1 .deficit {
  color: red;
}

.c-modal_2_wrap {
  padding-left: 58px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-modal_2_wrap span {
  margin: 0 10px;
  color: #404040;
  font-size: 16px;
}

.c-modal_2_wrap div {
  position: relative;
}

.c-modal_2_wrap div input {
  width: 132px;
  height: 38px;
  border-radius: 5px;
  border: 1px solid #808080;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-modal_2_wrap div img {
  right: 7px;
  top: calc(50% - 10px);
  position: absolute;
  cursor: pointer;
}

.c-modal_2_wrap:before {
  content: '必須';
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48px;
  height: 28px;
  background-image: url("/assets/img/shape_date-a1c18a560f5e88acbcd3d8b715954162.svg");
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: calc(50% - 14px);
}
/* ADD-ST 20210329 経費レポート*/
.c-modal_3_wrap {
  padding-left: 58px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-modal_3_wrap span {
  margin: 0 10px;
  color: #404040;
  font-size: 16px;
}

.c-modal_3_wrap div {
  position: relative;
}

.c-modal_3_wrap div input {
  width: 132px;
  height: 38px;
  border-radius: 5px;
  border: 1px solid #808080;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-modal_3_wrap div img {
  right: 7px;
  top: calc(50% - 10px);
  position: absolute;
  cursor: pointer;
}

.c-modal_3_wrap:before {
  content: '必須';
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48px;
  height: 28px;
  background-image: url("/assets/img/shape_date-a1c18a560f5e88acbcd3d8b715954162.svg");
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: calc(50% - 14px);
}
/* ADD-ED 20210329  経費レポート*/

/*.c-modal_1 label span.ttl {
  width: 130px;
}*/

.c-modal_scroll {
  width: 690px;
  height: 285px;
  overflow: scroll;
  padding: 0 20px 20px 0;
}

.c-modal_scroll::-webkit-scrollbar {
  width: 16px;
  border-radius: 8px;
}

.c-modal_scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #A5A5A5;
}

.c-modal_scroll::-webkit-scrollbar-thumb {
  background: #a5a5a5;
  border-radius: 8px;
}

.c-modal_scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.c-modal_scroll table {
  width: 1000px;
}

.c-modal-content {
  background-color: #fefefe;
  font-size: 14px;
  margin: auto;
  padding: 22px 20px 25px 20px;
  border-radius: 10px;
  width: 920px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 3;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: scroll;
  overflow-y: auto;
  max-height: 90vh;
  display: none;
}

.c-modal-content.opened {
  display: block;
}

.c-modal-content::-webkit-scrollbar {
  width: 16px;
  border-radius: 8px;
}

.c-modal-content-attachment::-webkit-scrollbar {
  display: none;
}

.c-modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #A5A5A5;
}

.c-modal-content::-webkit-scrollbar-thumb {
  background: #a5a5a5;
  border-radius: 8px;
}

.c-modal-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.c-modal-content p {
  display: grid;
  row-gap: 1em;
}

.c-modal-content p .information_message {
  color: #000;
}

.c-modal-content p .warning_message {
  color: #F9870D;
}

.c-modal-content p .error_message {
  color: #EB2727;
}

.c-modal-content2 {
  width: 747px;
}

.c-modal-content3 {
  width: 1050px;
  height:420px;
}
.c-table_normal {
  width: 100%;
  margin-top: 28px;
  font-size: 12px;
  font-weight: 500;
  color: #404040;
}
.c-table_normal td.c-tooltip,
.c-table_normal td.c-tooltip-description-kinden,
td.c-tooltip-kinden-w440 {
  font-weight: lighter;
}
.c-table_normal td.c-tooltip p.text-ellipsis,
td.c-tooltip-kinden-w440 p.text-ellipsis-2line,
.c-table_normal td.c-tooltip-description-kinden p.text-ellipsis,
.c-table_normal td.c-tooltip-description-kinden span.text,
td.c-tooltip-kinden-w440 p.text-ellipsis {
  font-weight: 500;
}

.c-table_normal tr.head th {
  border-bottom: 1px solid #919191;
  text-align: left;
  padding-bottom: 11px;
}

/* テーブルヘッダにチェックボックスとラベルを表示する場合 */
.c-table_normal tr.head th label + span {
  position: absolute;
}

 /* ADD-STR 2022/03/24 */
 /* ヘッダ固定用のラッパー */
.th-sticky_wrap {
  height: 470px;
  width: 100% !important;
  overflow-y: scroll;
  padding: 0 !important;
}

/* ADD-STR 2022/03/24 */
/* "position: sticky" 時に下線を表示 */
.th-sticky_wrap table {
  width: 100%;
  margin-top:0 !important;
  border-collapse: separate;
}

 /* ADD-STR 2022/03/24 */
 /* ヘッダの固定 */
.th-sticky_wrap tr:first-child th {
  position: sticky!important;
  background: #FFF;
  top: 0;
  z-index: 1;
}

 /* ADD-STR 2022/03/24 */
 /* スクロールバーデザインの踏襲。横スクロールバーのデフォルト表示を消すため*/
.th-sticky_wrap::-webkit-scrollbar {
  width: 16px;
  border-radius: 8px;
}

/* ADD-STR 2022/03/24 */
.th-sticky_wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #A5A5A5;
}

/* ADD-STR 2022/03/24 */
.th-sticky_wrap::-webkit-scrollbar-thumb {
  background: #a5a5a5;
  border-radius: 8px;
}

/* ADD-STR 2022/03/24 */
.th-sticky_wrap::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.c-table_normal tr.head th input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 9px;
  cursor: pointer;
  top: 3px;
  position: relative;
}

.c-table_normal tr.head th:first-child {
  width: 28.8%;
  padding-left: 12px;
  position: relative;
}

.c-table_normal tr.head th:nth-child(2) {
  width: 32.4%;
}

.c-table_normal tr.head th:nth-child(3) {
  width: 38.8%;
}

/* 表組調整（きんでん用） */
.c-table_normal.kinden_modal tr.head th:first-child {
  width: 28.8%;
}
.c-table_normal.kinden_modal tr.head th:nth-child(2) {
  width: 12.4%;
}
.c-table_normal.kinden_modal tr.head th:nth-child(3) {
  width: 58.8%;
}

/* ADD-STR 220527 */

/* テーブル区切り下線なし */
.c-table_normal thead tr.noborder-bottom > th ,
.c-table_normal tbody tr.noborder-bottom > td
{
  border-bottom: none;
}
/* 区切り下線追加 2行 */
.c-table_normal thead tr.noborder-bottom > th.addborder-bottom ,
.c-table_normal tbody tr.noborder-bottom > td.addborder-bottom
{
  border-bottom: 1px solid #919191;
}

/* 縦方向のパディングを外す */
.c-table_normal tbody tr.nopadding-vertical > td
{
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 0px;
}

/* ツールチップ 2行 */
.text-ellipsis-2line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* ADD-END 220527 */

.c-table_normal thead > tr > *,
.c-table_normal tbody > tr > * {
    padding-left: 10px;
    padding-right: 10px;
}

.c-table_normal tbody tr td {
  border-bottom: 1px solid #919191;
  padding-top: 12px;
  padding-bottom: 12px;
  word-break: break-word;
  height: 38px;
  vertical-align: middle;
}

.c-table_normal tbody tr td:first-child {
  padding-left: 12px;
}

.c-table_normal tbody tr > td:last-child {
    padding-right: 12px;
}

.c-table_normal tbody tr td label {
  padding-left: 30px;
  margin-bottom: 0;
}

.c-table_normal tbody tr td label:has(input:not(:disabled)) {
  cursor: pointer;
}

/* 表組調整（きんでん用） */
.c-table_normal.kinden_modal tbody tr td label {
  padding-left: 45px;
}

.c-table_normal tbody tr td label .check {
  position: relative;
}

.c-table_normal tbody tr td label .check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-table_normal tbody tr td label .check .checkmark {
  top: calc(50% - 10px);
  left: -30px;
}

.c-table_normal tbody tr td label .check .checkradio {
  border-radius: 50% !important;
}

.c-table_normal tbody tr td label .check.checkbox .checkmark {
  border-radius: 3px;
}

.checkbox.checkmark {
  cursor: pointer;
}

.c-table_normal tbody tr:nth-child(2n) {
  background-color: #F4F4F4;
}
.c-table_normal tbody tr.odd_rows {
  background-color: transparent;
}
.c-table_normal tbody tr.even_rows {
  background-color: #F4F4F4;
}
.c-table_normal tbody tr.has_check_result_rows td {
  border-bottom: none;
  padding-bottom: 0;
}
.c-table_normal tbody tr.validation_result_rows td {
  padding-top: 0;
}
/* ADD-ST 20220315 テーブル背景色デフォルト白(きんでん用)*/
.c-table_normal.white tbody tr:nth-child(2n) {
  background-color: white;
}
/* ADD-ED 20220315 */
.c-form_1 label {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.c-form_1 label .c-ttl_1 {
  display: inline-block;
  width: 132px;
}

.c-form_1 label .c-input_1 {
  width: 65%;
  min-width: 460px;
  height: 38px;
  padding-left: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #A5A5A5;
  color: #000;
}

.c-form_1 input#password {
  padding-right: 50px;
}

.c-form_1 .wrap {
  position: relative;
  width: 65%;
  min-width: 460px;
}

.c-form_1 .wrap input {
  width: 100%;
}

.c-form_1 .wrap .checkpass {
  position: absolute;
  width: 24px;
  height: 12px;
  top: calc(50% - 6px);
  right: 15px;
  content: '';
  border: 0;
  cursor: pointer;
  background-color: transparent;
  background-image: url("/assets/img/icon_showpass-086cc078a27f16794641b902b05adc1a.svg");
  background-size: 100% 100%;
}

.c-form_1 .wrap .checkpass:focus {
  outline: none;
}

.c-box_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-card {
  width: 45%;
  max-width: 440px;
  height: 266px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  background-image: url("/assets/img/bg_ic-328ec7e6550d15fb4bb435049d6d9040.png");
  background-size: 100% 100%;
  background-origin: content-box;
  padding: 19px 15px 20px 20px;
  background-repeat: no-repeat;
  margin-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
}

.c-card_close {
  position: absolute;
  width: 28px;
  height: 28px;
  background-image: url("/assets/img/bg_btnclose_1-82ad2ebe56f7de7eb154b67b63f75790.svg");
  background-size: 100% 100%;
  top: -12px;
  right: -12px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
}

.c-card_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 60px;
  padding-left: 17px;
  height: 30px;
}

.c-card_name input {
  border: transparent;
  background: transparent;
  padding: 0px;
  border-radius: 6px;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 145px;
  margin-right: 15px;
}

.c-card_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
  padding-left: 17px;
}

.c-card_ttl {
  display: inline-block;
  width: 90px;
  font-weight: 400;
}

.c-card p {
  font-weight: 500;
}

.c-card_edit .c-table_btn {
  display: none;
}

.c-card_edit .c-card_name input {
  border: 1px solid #808080;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
  padding: 0px 12px;
  border-radius: 6px;
}

.c-card_wrapbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-card_btnok {
  min-width: 40px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: transparent;
  color: #fff;
  font-size: 12px;
  margin-right: 7px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0092FF), to(#2260EA));
  background-image: -webkit-linear-gradient(top, #0092FF, #2260EA);
  background-image: linear-gradient(to bottom, #0092FF, #2260EA);
}

.c-card_btncancel {
  min-width: 44px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: transparent;
  color: #fff;
  font-size: 12px;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  background-color: #808080;
}

.c-btn_setting {
  width: 40px;
  height: 30px;
  background-image: url("/assets/img/btn_settingcard-15b2998cb2e0a69f389f5adeabc085ec.svg");
  background-size: 100% 100%;
  border: transparent;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.c-box_nocard {
  width: 440px;
  height: 266px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  background-image: url("/assets/img/bg_ic-328ec7e6550d15fb4bb435049d6d9040.png");
  background-size: 100% 100%;
  background-origin: content-box;
  padding: 19px 15px 20px 20px;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 40px auto 55px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.c-select {
  display: inline-block;
  height: 28px;
  border: 1px solid #A5A5A5;
  border-radius: 5px;
  padding: 0 23px 0 7px;
  position: relative;
  -webkit-appearance: none;
  background-image: url("/assets/img/shape_tran-8d491f8cf5af1884da71509b8db4d24d.svg");
  background-size: 10px 8px;
  background-position: calc(100% - 8px) calc(100% - 8px);
  background-repeat: no-repeat;
  font-size: 12px;
}

.c-select:not(:disabled){
  cursor: pointer;
}

.c-select::-ms-expand {
  display: none;
}

.c-box_form1 label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-box_form1 label.full {
  margin-bottom: 18px;
  padding-left: 15px;
}

.c-box_form1_wrap {
  width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 15px;
}

.c-box_form1_wrap label {
  margin-bottom: 5px;
  width: 50%;
}

.c-box_form1_wrap label:nth-child(2n) select {
  max-width: calc(100% - 82px);
}

.c-box_form1_wrap label:nth-child(2n) .c-label_ttl {
  text-align: left;
}

.c-box_form1_wrap .c-label_ttl {
  text-align: right;
  width: 130px;
}

.c-box_form1_wrap .empty {
  min-width: 100px;
}

.c-box_form1_wrap1 label {
  width: 100%;
}

.c-box_form1_wrap1 label:nth-child(2n) select {
  max-width: calc(100% - 82px);
}

.c-box_form1_wrap1 label:nth-child(2n) .c-label_ttl {
  text-align: right;
}

.c-box_form1_wrap1 .empty {
  padding-left: 10px;
}

/* ADD-STR 20220524 */
.c-box_form1_wrap1 .num12camma{
  text-align: right;
  width: 125px;
}
/* ADD-END 20220524 */

.c-box_form1 .code {
  margin-left: 16px;
}

.c-label_ttl {
  font-size: 14px;
  width: 130px;
  display: block;
  margin-right: 10px;
}


/* ADD-ST 20210622 */
.c-label_ttl_left {
  max-width: 130px;
  margin-right: 11px;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}
/* ADD-ED 20210622 */

/* ADD-ST 20210520 */
.c-label_ttl.interval {
  width: 130px;
  text-align: right;
  padding: 0px 8px;
  margin: 2px 0px 0px -30px;
}
.c-label_ttl.msad_interval {
  width: 150px;
  text-align: right;
  padding: 0px 8px;
  margin: 2px 0px 0px -30px;
}
/* ADD-ED 20210520 */

/* 2021/04/08 英語対応のため、CSSを追加、widthの修正 */
.c-label_ttl_en {
  font-size: 14px;
  min-width: 160px;
  display: block;
  margin-right: 10px;
  text-align: right;
}

.c-input460 {
  width: 460px;
  height: 28px;
    font-size: 14px;
  border: 1px solid #A5A5A5;
  border-radius: 7px;
  color: #404040;
  font-weight: 500;
  padding: 0 15px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-flexstart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-form_ul ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-form_ul ul li {
  width: 100%;
  margin-bottom: 25px;
}

.c-form_ul ul li:last-child {
  margin-bottom: 0;
}

td .datepicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
}

.c-form_ul ul li ul li,
.datepicker_outer {
  width: auto;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  color: #404040;
}

.c-form_ul ul li ul li .c-btn1_add2 {
  margin-top: 0;
  margin-left: 10px;
}

.c-form_ul ul li ul li .c-btn1_add3 {
  margin-top: 0;
  margin-left: 10px;
}

.c-form_ul ul li ul li input,
.datepicker_cell {
  border: 1px solid #A5A5A5;
  border-radius: 5px;
  padding-left: 5px;
  height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-form_ul ul li ul li:first-child {
  padding-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  width: 100px;
}

.c-form_ul ul li ul label {
  cursor: pointer;
}

.c-form_ul ul li ul .check {
  padding-left: 30px;
}

.c-form_ul ul li ul .checkmark.checkbox {
  border-radius: 4px;
  top: calc(50% - 10px);
}
.checkmark.checkbox {
  border-radius: 4px;
}

.disabled-checkboxmark {
  top: calc(50% - 10px);
  background-color: silver !important;
}

.c-form_ul ul li ul .input_price {
  width: 132px;
  margin-right: 10px;
  padding-left: 5px;
  text-align: right;
  padding-right: 10px;
}

.c-form_ul ul li ul .date_time_pick {
  width: 132px;
}

.c-form_ul ul li ul .datepicker img {
  position: absolute;
  right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  padding-top: 5px;
}

.datepicker_outer img {
  position: absolute;
  left: 118px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  top: 15px;
}

.datepicker_inner {
    height: 28px;
    border-radius: 5px;
    border: 1px solid #A5A5A5;
    padding-left: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c-form_ul ul li ul textarea {
  padding-left: 5px;
  height: 80px;
  border: 1px solid #A5A5A5;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input664 {
  width: 664px;
}

.c-pick_dateprice {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #A5A5A5;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
  padding: 20px 30px 30px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-pick_dateprice .ttl {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
}

.c-pick_dateprice .c-modal_2_wrap {
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
}

.c-pick_dateprice .c-modal_2_wrap div input {
  height: 28px;
  width: 114px;
}

.c-pick_dateprice .c-modal_2_wrap:before {
  display: none;
}

.c-pick_dateprice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/* ADD-ST 20210329  経費レポート*/
.c-pick_dateprice .c-modal_3_wrap {
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
}

.c-pick_dateprice .c-modal_3_wrap div input {
  height: 28px;
  width: 100px;
}

.c-pick_dateprice .c-modal_3_wrap:before {
  display: none;
}

/* ADD-ED 20210329  経費レポート*/

.c-pick_dateprice ul li .ttl_1 {
  margin-bottom: 5px;
  font-size: 14px;
}

.c-pick_dateprice ul li:nth-child(2) {
  margin: 0 23px;
}

.c-pick_dateprice ul li:nth-child(4) {
  margin-left: 23px;
}

.c-pick_dateprice1 ul li:nth-child(2) {
  margin: 0 30px;
}

.c-pick_dateprice1 .c-modal_2_wrap span {
  margin: 0 3px;
}

.c-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 180px;
  position: relative;
  top: -25px;
  margin-left: auto;
}

.c-results span {
  font-size: 16px;
  font-weight: 500;
}

.c-results ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-results ul li {
  margin-left: 8px;
}

.c-results ul li a {
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 16px;
  color: #404040;
  border: 1px solid #404040;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-results ul li a:hover {
  background-color: #323983;
  color: #fff !important;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-results_active {
  background-color: #323983;
  color: #fff !important;
}

.form_search_1 label span.ttl_switch {
  width: 100px;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  font-size: 14px;
}

.form_search_1 label input {
  width: 174px;
  height: 28px;
  padding-left: 5px;
}

.form_search_1 .c-select {
  min-width: 74px;
}

.form_search_1 .c-btn_switch:before {
  height: 103px;
  top: calc(50% - 51px);
}

.c-button_wplus {
  padding-left: 144px;
  margin-top: 20px;
}

.c-button_wplus a {
  text-decoration: none;
  color: #404040;
  display: block;
  width: 130px;
  height: 38px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 38px;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.c-button_wplus a:before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background-image: url("/assets/img/icon-plusbtn-39fc2063c770dc1faf78c938b62296a1.svg");
  background-size: 100% 100%;
  top: calc(50% - 6px);
  left: 20px;
}

.c-button_wplus a:hover {
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-wrap_radio {
  margin-top: 20px;
}

.c-wrap_radio ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*.c-wrap_radio ul li {
  width: 250px;
}*/

.c-wrap_radio ul li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-wrap_radio ul li ul li label {
  cursor: pointer;
  padding-left: 25px;
}

.c-wrap_radio ul li ul li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-wrap_radio ul li ul li:first-child {
  margin-right: 0;
}

.c-wrap_radio ul li ul li:not(first-child) {
  margin-right: 18px;
}

.c-wrap_radio ul li ul li .checkmark {
  left: 0px;
  top: calc(50% - 10px);
}

.c-input_comment {
  /* MOD-STR 2021/08/25 .c-box_form1 を指定した画面で要素が横並びになるのを防ぐ */
  /* display: inline-block; */
  display: inline-block !important;
  /* MOD-END 2021/08/25 */
  width: calc(100% - 80px);
  margin-left: 80px;
}

.c-input_comment span {
  display: block;
  padding-left: 21px;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 500;
}

.c-input_comment input {
  width: 100%;
  height: 38px;
  border-radius: 8px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #A5A5A5;
}

.c-input_comment textarea {
  width: 700px;
  border: 1px solid #A5A5A5;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 14px;
  min-height: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-input_h28 {
  border-radius: 5px;
  border: 1px solid #808080;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
}

.c-input_h38 {
  height: 28px;
  border-radius: 5px;
  border: 1px solid #A5A5A5;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-report ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-report ul li {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}

.c-report ul li span.ttl {
  display: inline-block;
  width: 100px;
  margin-right: 20px;
  text-align: right;
}

.c-report_code {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #A5A5A5;
  min-height: 189px;
}

.c-report_code .red {
  color: #FF3434;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  padding: 80px 0;
}

.c-label_user {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #323983;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 18px;
  color: #323983;
  margin-right: 10px;
  min-width: 64px;
  /* ADD-ST 20210526 */
  padding: 0 4px;
  /* ADD-ED 20210526 */
}

.btn_more_table, .btn_more_table2 {
  position: relative;
  background-color: #fff;
  -webkit-appearance: none;
  font-size: 11px;
  padding-right: 22px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #A5A5A5;
  border-radius: 5px;
  padding-left: 5px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  height: 21px;
  padding-top: 0px;
  padding-bottom: 5px;
}

.btn_more_table:after, .btn_more_table2:after {
  content: '';
  background-size: 100% 100%;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 5px;
  top: 11px;
  background-image: url(/assets/img/more_arrow-d21a0a139abb1aeca826b95bc9749b01.svg);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.btn_more_table.clicked, .btn_more_table2.clicked {
  border-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  padding-bottom: 12px;
  /*top: 5px;*/
  z-index: 2;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.btn_more_table.clicked:after, .btn_more_table2.clicked:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.c-table_has_moretable tbody tr:nth-child(4n+3) td {
  /* background-color: #eee; */
}
.c-table_has_moretable tbody tr:nth-child(2n){
  background-color: #fff;
}
.c-table_has_moretable tbody tr td{
  vertical-align: top;
}
.c-table_has_moretable tbody tr:last-child .wrap_moretable_td {
  border-bottom: 1px solid #919191 !important;
}

.wrap_moretable_td {
  padding: 0 !important;
  border-bottom: 0 !important;
}
.wrap_moretable_td .c-table_normal tbody tr td{
  border-bottom:none;
}

.c-box_form2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /*width: 822px;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-box_form2_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  min-width: 381px;
  min-width: 400px;
}

.c-box_form2_label:nth-child(2n+1) {
  margin-right: 40px;
}

/* ADD-ST 20210520 */
.c-box_form2_label.interval {
  margin-bottom: 0px;
}

.c-box_form2_label.interval.second {
  margin: 0px 0px 0px -20px;
}
/* ADD-ED 20210520 */

/*.c-box_form2.c-box_form3 {
  width: auto;
}*/

.multiline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-box_form2 textarea {
  width: 668px;
  border-radius: 5px;
  border: 1px solid #A5A5A5;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 81px;
}

.c-box_form2.c-box_formshort .c-box_form2_label {
  min-width: auto;
  margin-right: 15px;
}

/*.c-box_form2.c-box_formshort .c-box_form2_label:nth-child(2) {
  width: 100px;
  margin-right: 0;
}*/

.c-box_form2 .c-btn1 {
  margin-top: 0;
}

/*.formshort {
  min-width: auto;
  margin-right: 15px !important;
}*/

.formshort:first-child .c-box_form2_ttl {
  width: 130px;
}

.formshort .c-box_form2_ttl {
  width: auto;
}

.formshort .date_time_pick {
  height: 38px;
  width: 132px;
  border-radius: 5px;
  border: 1px solid #A5A5A5;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.formshort .c-box_form2_input {
  position: relative;
  font-size: 14px;
  min-width: 105px;
}

/* ADD-ST 20210520 */
.c-box_form2_input.interval {
  padding: 8px 9px 6px;
}

.c-box_form2_input.detail {
  margin: -30px;
}

.c-box_form2_input.amount {
  margin: 10px;
}

.detail_amount {
  text-align: right;
}

.sort_btn.sort {
  width: 60px;
}
/* ADD-ED 20210520 */

.formshort .c-box_form2_input img {
  right: 12px;
  top: calc(50% - 10px);
  position: absolute;
  cursor: pointer;
}

/** 入力テキストが非活性の場合、隣のアイコンのカーソルを変更する */
input:disabled + img.ui-datepicker-trigger {
  cursor: auto;
}

.c-box_form2_ttl {
  width: 130px;
  margin-right: 11px;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.c-box_form2_input div {
  position: relative;
  display: block;
}

.c-box_form2_input input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-box_form2_input button {
  background: transparent;
  width: 35px;
  border: transparent;
  background-image: url("/assets/img/icon_search-61ed67e5b60672ebf46548511c37f577.svg");
  background-size: 15px 15px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  color: transparent;
}

.c-box_form2 .c-checkbox {
  position: relative;
  cursor: pointer;
  display: block;
  text-align: left;
}

.c-box_form2 .c-checkbox .checkmark {
  border-radius: 3px;
  right: 0;
  left: inherit;
  top: calc(50% - 10px);
}

.c-box_form2 .c-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-box_form2_input {
  font-size: 14px;
}

.c-box_wrapform1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #919191;
}

/* Style the tab */
.c-tab_notice {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 50px;
  font-size: 14px;
}

/* Style the buttons that are used to open the tab content */
.c-tab_notice button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #635c5c;
  color: #fff;
  margin-right: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* Change background color of buttons on hover */
.c-tab_notice button:hover {
  background-color: #ddd;
  color: #404040;
}

/* Create an active/current tablink class */
.c-tab_notice button.active {
  background-color: #fff;
  color: #404040;
  padding: 12px 28px;
  font-weight: bold;
}

/* Style the tab content */
.c-box_notice {
  display: none;
  width: 100%;
}

.c-box_1 {
  border-top-left-radius: 0px;
  /* border-top-right-radius: 0px; */
  font-size: 14px;
  min-height: 210px;
}

.c-tag {
  font-size: 10px;
  border-radius: 3px;
  border: 1px solid #404040;
  color: #404040;
  text-align: center;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 20px;
  line-height: 20px;
  margin-right: 4px;
}

.current_user {
  padding-left: 0 !important;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 14px;
}

.current_user .name {
  display: block;
  margin-top: 10px;
}

.switch_user {
  margin-bottom: 15px;
}

.switch_user .c-tag {
  border: none;
  background-color: #EDEDED;
  padding: 0 8px;
  margin: 5px 4px 0 0;
}

.switch_user .checkmark {
  top: inherit;
  bottom: 8px;
}

.wrap_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
  flex-wrap: wrap;
}
.c-header_name .wrap_tag .c-tag {
  color: #FFF;
  border: none;
  padding: 0 4px;
}
.current_user .wrap_tag {
  padding-left: 0px;
}

.c-button_gry > a{
  font-size: 12px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#5A5454));
  background-image: -webkit-linear-gradient(top, #808080, #5A5454);
  background-image: linear-gradient(to bottom, #808080, #5A5454);
  position: relative;
  padding: 0px 12px 4px 32px;
  min-height: 28px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.25);
}

.c-button_gry > a:hover {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.55);
}

.c-button_blue > a:before,
.c-button_gry > a:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 12px;
  top: calc(50% - 6px);
  left: 12px;
  background-image: url("/assets/img/arrow_back-a326543cb8542385fe0c76e769c41054.svg");
  background-size: 100% 100%;
}

.check {
  position: relative;
}

.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkall {
    padding-bottom: 11px;
    display: block;
    cursor: pointer;
}
tr.head th.has_checkall {
  padding-bottom: 0;
}

.c-show_detail {
  border: 1.5px solid #808080;
  padding: 0 10px 10px 10px;
  border-radius: 5px;
  margin-top: 40px;
}

.c-show_detail_btn {
  text-align: center;
  font-size: 16px;
  height: 30px;
  line-height: 40px;
  cursor: pointer;
  font-weight: 500;
}

.c-show_detail_btn span {
  position: relative;
}

.c-show_detail_btn span:after {
  content: '';
  background-image: url(/assets/img/more_arrow-d21a0a139abb1aeca826b95bc9749b01.svg);
  background-size: 100% 100%;
  width: 12px;
  height: 7px;
  position: absolute;
  right: -20px;
  top: calc(50% - 4px);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-show_detail_btn.active span:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-show_detail_check {
  display: none;
  background-color: #F4F4F4;
  border-radius: 5px;
  padding: 20px 30px 0 30px;
  margin-top: 10px;
}

.c-show_detail_check .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-check_drop {
  margin-right: 60px;
  min-width: 220px;
}

.c-check_drop div {
  margin-bottom: 13px;
}

.c-check_drop div span {
  width: 80px;
  display: inline-block;
}

.c-check_drop div:last-child {
  margin-bottom: 0;
}

.c-check_drop .c-select {
  height: 38px;
  min-width: 126px;
}

.c-check_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 5px;
}

.c-check_box_ttl {
  width: 120px;
}

.c-check_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  height: 220px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.c-check_box_wrap label {
  padding-left: 30px;
  margin-bottom: 8px;
  margin-right: 26px;
  cursor: pointer;
}

.c-check_box_wrap label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-check_box_wrap label .checkmark {
  border-radius: 4px;
  left: -25px;
  top: calc(50% - 9px);
}

.c-wrap_price {
  width: 100%;
  max-width: 150px;
}

.c-wrap_price span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 130px;
  max-width: 150px;
}

.c-wrap_price span span {
  min-width: auto;
}
.c-wrap_price span span:last-child {
  /* min-width: 110px; */
}

.c-wrap_price > span {
    min-width: 0;
}
.c-wrap_price > span .unit {
  word-break: keep-all;
}
.c-wrap_price > span .price {
    margin-left: 1em;
}
/* 表組調整（きんでん用） */
.c-wrap_price > span.ringi_kinden {
    float: right;
}
.c-wrap_purpose {
    display: flex;
    align-items:center;
}
.validation_result_icon {
    width: 16px;
    height: 16px;
}
.validation_result_error_message {
  color: #fd2222;
}
.c-report_code {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.c-report_code > img {
    margin: 20px;
}

.c-switch_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  /* Rounded sliders */
}

.c-switch_detail p {
  color: #404040;
  font-size: 14px;
}

.c-switch_detail .switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 22px;
  margin: 0 8px;
  margin-top: 3px;
  padding-left: 0;
}

.c-switch_detail .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.c-switch_detail .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: .4s;
  border: 1px solid #404040;
  transition: .4s;
  -webkit-box-shadow: 0px 8px 20px -9px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 8px 20px -9px rgba(0, 0, 0, 0.45);
}

.c-switch_detail .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: #004EFF;
  -webkit-transition: .4s;
  transition: .4s;
}

.c-switch_detail input:checked + .slider {
  background-color: #fff;
}

.c-switch_detail input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #fff;
          box-shadow: 0 0 1px #fff;
}

.c-switch_detail input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.c-switch_detail .slider.round {
  border-radius: 34px;
}

.c-switch_detail .slider.round:before {
  border-radius: 50%;
}
.c-switch_detail.center{
  -webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;
}
.c-detail_train {
  width: 100%;
  background-color: #F4F4F4;
  padding: 30px 0;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-radius: 5px;
}

.c-detail_train .c-detail_place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-detail_train .c-detail_place span {
  margin: 0 20px;
}

.wrap_moretable_td_show .c-moretable {
  position: relative;
  top: -18px;
}

.wrap_moretable_td_show span {
  float: left;
}

.wrap_moretable_td_show span.text-ellipsis {
  display: block;
}

.c-moretable {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #A5A5A5;
  border-collapse: separate !important;
  border: solid #A5A5A5 1px;
  border-radius: 10px;
  margin-bottom: 21px;
  background-color: #fff;
}

.c-moretable thead {
  background-color: #F4F4F4 !important;
}

.c-moretable thead th {
  font-weight: 500;
  padding-top: 10px;
  text-align: left;
}

.c-moretable tbody tr:nth-child(4n+3) td {
  background-color: #F4F4F4 !important;
}

.c-moretable tbody tr:nth-child(4n+4) td {
  background-color: #F4F4F4 !important;
}

.c-moretable tbody tr td {
  background-color: #F4F4F4 !important;
  text-align: left !important;
  padding-top: 8px;
  padding-bottom: 8px;
}

.c-moretable tbody tr td .checkmark {
  border-radius: 4px;
}

.c-moretable tbody tr td input {
  margin-right: 10px;
  padding-right: 5px;
}

.c-moretable tbody tr td:first-child {
  padding: 0;
  padding-left: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
}
.c-moretable tbody tr td:first-child label .check .checkmark{
  top:8px;
}

.c-moretable tbody tr td:last-child {
  text-align: right !important;
}

.c-moretable tbody tr.toggle_wrap_btnright td {
  padding-bottom: 15px;
}

.c-moretable tbody tr.toggle_wrap_btnright td .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;
  margin-top: 15px;
}
.c-moretable .toggle_wrap_btnright span{
      display: inline-block;
}
.c-moretable tbody tr.toggle_wrap_btnright td .wrap_a .c-select {
  min-width: 230px;
}

.c-moretable tbody tr.toggle_wrap_btnright td .wrap_a span {
  padding-left: 32px;
  margin-right: 10px;
}

.c-moretable tbody tr.toggle_wrap_btnright td .wrap_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-moretable tbody tr.toggle_wrap_btnright td .wrap_b .c-btn1 {
  margin-top: 0;
  margin-left: 10px;
}

.c-modal_table_btn {
  position: relative;
  background-color: #fff;
  -webkit-appearance: none;
  font-size: 12px;
  padding-right: 32px;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  padding-left: 15px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #A5A5A5;
  border-radius: 5px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-modal_table_btn:after {
  content: '';
  background-size: 100% 100%;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 8px;
  top: 14px;
  background-image: url(/assets/img/more_arrow-d21a0a139abb1aeca826b95bc9749b01.svg);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-modal_table_btn.clicked {
  border-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  padding-bottom: 10px;
  z-index: 2;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-modal_table_btn.clicked:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.c-modal_table ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #919191;
  align-items: center;
}

.c-modal_table ul li:first-child {
  border-top: none;
}

.c-modal_table ul li ul.ttl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 13px 0;
}

.c-modal_table ul li ul.ttl li {
  border-top: none;
}

.c-modal_table ul li ul.ttl li:first-child {
  padding-left: 20px;
  min-width: 120px;
  margin-right: 10px;
}

.c-modal_table ul li ul.ttl li:nth-child(2) {
  width: calc(100% - 70px);
  position: relative;
}

.c-modal_table ul li ul.ttl li:nth-child(2) span {
  margin: 0 8px;
  padding-top: 5px;
}

.c-modal_table ul li ul.ttl li:nth-child(2) span:first-child {
  text-align: right;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  word-wrap: break-word;
  width: 130px;
}

.c-modal_table ul li ul.ttl li:nth-child(2) select {
  max-width: 60%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-modal_table ul li ul.detail {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #919191;
}

.c-modal_table ul li ul.detail .c-wrap_btn {
  width: 100%;
  margin-bottom: 0;
}

.c-modal_table ul li ul.detail .detail_wrap_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-modal_table ul li ul.detail .detail_wrap_input label {
  margin-right: 20px;
}

.c-modal_table ul li ul.detail .detail_wrap_input label span {
  margin-right: 15px;
}

.c-modal_table ul li ul.detail li.line {
  border-top: none;
}

.c-modal_table ul li ul.detail li.line:first-child {
  background-color: #F4F4F4;
  border-radius: 8px;
  padding: 30px 30px 33px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.c-modal_table ul li ul.detail li.line:nth-child(2n+1) {
  background-color: #F4F4F4;
}

.c-modal_table ul li ul.detail li.line:not(:first-child) {
  border-top: 1px solid #919191;
  padding: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-modal_table ul li ul.detail li.line:last-child {
  border-bottom: 1px solid #919191;
}

.c-modal_table ul li ul.detail li.line ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-modal_table ul li ul.detail li.line ul li {
  position: relative;
  border-top: none;
}

.c-modal_table ul li ul.detail li.line ul li:first-child {
  width: 30px;
}

.c-modal_table ul li ul.detail li.line ul li:nth-child(2) {
  width: 50px;
  margin-right: 40px;
}

.c-modal_table ul li ul.detail li.line ul li:nth-child(3) {
  width: calc(100% - 120px);
}

.c-modal_table ul li ul.detail li.line ul li label {
  cursor: pointer;
}

.c-modal_table ul li ul.detail li.line ul li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-modal_table ul li ul.detail li.line ul li .checkmark {
  top: calc(50% - 10px);
}

.c-modal_table ul li ul.detail.detail_opened {
  position: relative;
  top: -14px;
}

.c-user_btn {
  border: transparent;
  background-color: transparent;
  width: 11px;
  height: 20px;
  background-size: 100% 100%;
}

.c-user_btn.prev {
  background-image: url("/assets/img/icon-forward-bffbef1b53df65c9bc1684078395fca7.svg");
}

.c-user_btn.next {
  background-image: url("/assets/img/icon-next-521524ff5091942f262428c5b1925e3d.svg");
}

.c-box_notice ul.c-box_notice_table li ul li.new{
  position: relative;
  padding-right: 50px;
  box-sizing: border-box;
}
.c-box_notice ul.c-box_notice_table li ul li.new:after{
  content: 'NEW';
  color:#fff;
  position: absolute;
  font-size:10px;
  background-color: #EB2727;
  border-radius: 3px;
  text-align:center;
  right: 12px;
  top:3px;
  width: 36px;
  height: 19px;
  line-height: 19px;
}
.c-box_notice ul.c-box_notice_table li ul li.more{
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
  /* 2021/06/24 英語の場合、改行できるように修正 */
  word-wrap:break-word;
}

.c-box_notice ul.c-box_notice_table li ul li.approval-pending{
  font-weight: 700;
}
.c-box_notice ul.c-box_notice_table li ul li img{
  width: 15px;
}
.c-box_notice ul.c-box_notice_table li ul li.more .c-table_btn{
  position: absolute;
  right: 0;
  top:0px;
}
.c-box_notice ul.c-box_notice_table li ul li:nth-child(3){
  width: 60px;
}
.c-box_notice ul.c-box_notice_table li ul li.no-link-notification{
  text-align: center;
  color: rgb(255, 0, 0);
}
.c-box.c-box_error{
  padding-bottom: 50px;
  /* ADD-STR 2022/01/17 */
  min-width: 880px;
  /* ADD-END 2022/01/17 */
}

.c-box.c-box_error .c-box_ttl{
  color:#EB2727;
  margin-bottom: 20px;
  border-left: 5px solid #EB2727;
}
.c-box.c-box_error li{
  color:#EB2727;
    font-size: 14px;
}
.c-modal_error li{
  color:#EB2727;
}
.c-box.c-box_warning {
  padding-bottom: 50px;
  min-width: 880px;
}
.c-box.c-box_warning .c-box_ttl {
  color:#F9870D;
  margin-bottom: 20px;
  border-left: 5px solid #F9870D;
}
.c-box.c-box_warning li {
  color:#000;
  font-size: 14px;
}

.c-box.c-box_warning_ac {
  min-width: 880px;
  margin-bottom: 10px;
  padding: 10px 30px 10px 30px;
}
.c-box.c-box_warning_ac .c-box_ttl {
  color:#F9870D;
  margin-bottom: 20px;
  border-left: 5px solid #F9870D;
}
.c-box.c-box_warning_ac li {
  color:#000;
  font-size: 14px;
}

.c-box.c-box_information {
  padding-bottom: 50px;
  min-width: 880px;
}
.c-box.c-box_information .c-box_ttl {
  color:#000;
  margin-bottom: 20px;
  border-left: 5px solid #000;
}
.c-box.c-box_information li {
  color:#000;
  font-size: 14px;
}

.c-unregistered{
  margin-top: 32px;
  border-top:1px solid #919191;
  font-size:14px;
  color:#3D3D3D;
  padding-top: 15px;
}

/* Add 2021/03/01 */
p.notice_txt {
    font-size: 16px;
    margin: 12px 0;
}

/* MOD-ST 20210406 */
.sort_btn {
  cursor: pointer;
  position: relative;
  background: #FFF;
  height: 28px;
  border: 1px solid #A5A5A5;
  border-radius: 5px;
  padding: 0 23px 0 7px;
  width: 105px;
}
/* MOD-ED 20210406 */

.sort_btn::before,
.sort_btn::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border: 5px solid transparent;
  right: 6px;
  top: 50%;
}
.sort_btn::before {
    border-bottom-color: #dedddd;
    margin-top: -10px;
}
.sort_btn::after {
    border-top-color: #dedddd;
    margin-top: 2px;
}
.sort_btn.asc::before {
  border-bottom-color: #444;
}
.sort_btn.desc::after {
  border-top-color: #444;
}

.textarea_moretable {
  height: 38px;
  border-radius: 5px;
  border: 1px solid #A5A5A5;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.line_radio {
  position: relative;
}
.line_radio .checkmark {
  top: 3px;
  left: -1px;
}

/* 210311 add */
.menu_copy {
  color: #FFF;
  font-size: 10px;
  text-align: right;
  position: absolute;
  right: 6%;
  bottom: 1%;
}

/* f205c.html チェックボックス */
.check_box_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  margin: 0px 0 30px 58px;
}
.check_box_inner {
    width: 110px;
}
.check_box_inner label {
    cursor: pointer;
    padding-left: 30px;
    margin-bottom: 0;
}
.check_box_inner label .check {
    position: relative;
}
.check_box_inner label .check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.check_box_inner label .check .checkmark {
    top: calc(50% - 10px);
    left: -30px;
}
.date_icon_none:before {
    background-image: none;
}
.kajo_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price_check_outer {
    display: block !important;
    text-align: center;
}

/* MOD-ST 20210419 サイズ変更 */
.ul_icon_dot li ul li:first-child {
    width: 170px !important;
}
/* MSAD経費明細一覧 */
.ul_icon_dot_msad li ul li:first-child {
    width: 200px !important;
}
/* MOD-ED 20210419 サイズ変更 */

.ul_icon_dot li ul li:first-child:after {
    content:"：";
}

/* MOD-ST 20220804 改行対応 */
/* ul_icon_dotのwidthの値を修正時はこちらの値も修正が必要 */
.ul_icon_dot_word_break {
    width: calc(100% - 170px) !important;
    word-break: break-all;
    margin-left: calc(11px + 170px);
    margin-top: -1.9em;
}
/* MOD-ED 20220804 改行対応 */

/* f322 */
.border_bottom_none {
    border-bottom: none !important;
}
.v_middle {
    vertical-align: middle !important;
}
.v_middle {
    vertical-align: middle !important;
}
.background_none {
    background: none !important;
}

/* f501 */
.radioTab_outer {
    position: relative;
    top: -8px;
    border: 1px solid #A5A5A5;
    border-radius: 5px;
    padding: 10px !important;
    background-color: #FFF !important;
}
.radioTab {
    background-color: #F4F4F4 !important;
    border-radius: 5px;
}
.radioTab_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 20px;
}
.radioTab_head_inner {
    position: relative;
    margin-right: 24px;
}
.c-table_normal tbody tr td .radioTab_head_inner label {
    cursor: pointer;
    padding-left: 12px;
    margin-bottom: 0;
}
.c-table_normal tbody tr td .radioTab_head_inner .checkmark {
    top: 3px;
    left: -2px;
}
.radioTab_body_content {
    padding: 5px 10px 15px 20px;
}
.radioTab_table {
}
.radioTab_table th {
    text-align: left;
}
.radioTab_table_btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
.btn_more_table.clicked.radioTab_open {
    padding-bottom: 16px;
}
/** 言語変換 */
.form-group .radio {
  color: #fff;
  font-size: 12px;
  padding-left:20px;
}

/** 言語変換 ラジオボタン+ラベル */
.form-group label:has(input:not(:checked)),
.form-group label:has(input:not(:checked)) input[type=radio] {
  cursor: pointer;
}

.c-input_h38.c-input_search.w250 {
    padding-right: 25px;
}

/* ADD STR 20220524 */
.c-input1000 {
  width: 1000px;
  height: 28px;
    font-size: 14px;
  border: 1px solid #A5A5A5;
  border-radius: 7px;
  color: #404040;
  font-weight: 500;
  padding: 0 15px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* ADD STR 20220524 */

/* ADD-ST 20210406 */
.input_error {
  position: relative;
}
.input_error input {
  border: 2px solid #FF1414;
  background-color: #FFD0D0;
}
.input_error .input_error_message {
  background-color: #FF1414;
  color: #fff;
  font-size: 12px;
  border-radius: 6px;
  position: absolute;
  top: 37px;
  padding: 5px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  line-height: 1.6;
  z-index: 2;
}
.input_error .input_error_message:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #FF1414;
  right: 38px;
  top: -13px;
}
/* ADD-ED 20210406 */

/* ADD-ED 20210525 */
.noneDisplay {
	display: none;
}
/* ADD-ST 20210607 */
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button,
input[type="number"].no-spin {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}
/* ADD-ED 20210607 */
/* ADD-ST 20210628 二度押し防止-disabled */
.pointer-none{
  pointer-events:none;
  border-radius: 8px;
  opacity: 0.6;
  cursor: pointer;
}
.pointer-none.c-btn_completed a,
.pointer-none.c-btn_down a{
  opacity: 0.6;
  cursor: pointer;
}
/* ADD-ED 20210628 */

/* 背景色調整 */
.bg_yellow {
  background-color: #ffffde;
}

/* 表組調整（きんでん用） */
.c-table_normal.kinden_table tr.head th:nth-child(1) {
  width: auto;
}
.c-table_normal.kinden_table tr.head th:nth-child(2) {
  width: auto;
}
.c-table_normal.kinden_table tr.head th:nth-child(3) {
  width: auto;
}
/* 金額ソートボタンの文字がずれるため特定のclassを除外 */
.c-table_normal.kinden_table tr:not(.kinden_tr) {
  line-height: 1.5;
}

/* 表組の横スクロール*/
.table_scroll {
  width: 200%;
}
.right_scroll {
  height: auto;
  overflow: auto;
}


/* 文字揃え */
.align_right {
  text-align: right;
}


/* 罫線調整 */
hr.hr {
  border-top: 3px solid #ccc;
}


/* リストクラス */
.ul_file {
/* MOD-STR 20220318 220131受領分で変更 */
/* list-style: disc; */
  list-style: none;
/* MOD-END 20220318 220131受領分で変更 */
  padding-left: 0.6em;
}
.list_choice {
  font-size: 14px;
  color: #000000;
  cursor: auto;
}


/* 文字サイズ調整 */
.text_11px {
  font-size: 11px !important;
}
.text_12px {
  font-size: 12px;
}
.text_14px {
  font-size: 14px;
}


/* 表示形式 */
.dis-inline {
  display: inline-block !important;
}
.dis-block {
  display: block !important;
}


/* 入力エリアの文字調整 */
/* DEL-STR 2022/3/28 製品版のスタイルを上書きしているため削除
.c-box_form2_input {
    font-size: 12px;
}
*/
input[type="number"] {
  padding-right: 8px;
}

/* ツールチップ */
.c-tooltip {
  position: relative;
}
.c-tooltip::before,
.c-tooltip::after {
  -webkit-transition: all 0.2s;
  opacity: 0;
  position: absolute;
  transition: all 0.2s;
  visibility: hidden;
  z-index: 11;
}
.c-tooltip::after {
  -webkit-transform: translateY(-50%);
  background: #b0e0e6;
  border-radius: 3px;
  color: #000;
  content: attr(data-tooltip);
  display: block;
  font-size: 14px;
  left: calc(10% + 13px);
  padding: 5px 10px;
  top: 0;
  transform: translateY(-100%);
  white-space: pre-wrap;
  max-width: 300px;
  width: max-content;
}

.c-tooltip:hover {
  cursor: pointer;
}
.c-tooltip:hover::before {
  opacity: 1;
  visibility: visible;
}
.c-tooltip:hover::after {
  opacity: 1;
  visibility: visible;
}

/* ADD-STR 2022/5/20 */
/* きんでん 備考表示用ツールチップ */
.c-tooltip-description-kinden {
  position: relative;
}
.c-tooltip-description-kinden::before,
.c-tooltip-description-kinden::after {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: 11;
}
.c-tooltip-description-kinden::after {
  -webkit-transform: translateY(-50%);
  background: #b0e0e6;
  border-radius: 3px;
  color: #000;
  content: attr(data-tooltip);
  display: block;
  font-size: 14px;
  left: calc(10% + 13px);
  padding: 5px 10px;
  top: 0;
  transform: translateY(-100%);
  white-space: pre-wrap;
}
.c-tooltip-description-kinden:hover {
  cursor: pointer;
}
.c-tooltip-description-kinden:hover::before {
  opacity: 1;
  visibility: visible;
}
.c-tooltip-description-kinden:hover::after {
  opacity: 1;
  visibility: visible;
}

.c-tooltip-description-kinden.active {
  position: relative;
}
.c-tooltip-description-kinden.active::before,
.c-tooltip-description-kinden.active::after {
  -webkit-transition: all 0.2s;
  opacity: 0;
  position: absolute;
  transition: all 0.2s;
  visibility: hidden;
  z-index: 11;
}
.c-tooltip-description-kinden.active::after {
  -webkit-transform: translateY(-50%);
  background: #b0e0e6;
  border-radius: 3px;
  color: #000;
  content: attr(data-tooltip);
  display: block;
  font-size: 14px;
  left: calc(10% + 13px);
  padding: 5px 10px;
  top: 0;
  transform: translateY(-100%);
  white-space: pre-wrap;
  width: max-content;
  max-width: 280px;
}
.c-tooltip-description-kinden.active:hover {
  cursor: pointer;
}
.c-tooltip-description-kinden.active:hover::before {
  opacity: 1;
  visibility: visible;
}
.c-tooltip-description-kinden.active:hover::after {
  opacity: 1;
  visibility: visible;
}
/* ADD-END 2022/5/20 */
/* きんでん1行40文字表示ツールチップ */
.c-tooltip-kinden-w440 {
  position: relative;
}
.c-tooltip-kinden-w440::before,
.c-tooltip-kinden-w440::after {
  -webkit-transition: all 0.2s;
  opacity: 0;
  position: absolute;
  transition: all 0.2s;
  visibility: hidden;
  z-index: 11;
}
.c-tooltip-kinden-w440::after {
  -webkit-transform: translateY(-50%);
  background: #b0e0e6;
  border-radius: 3px;
  color: #000;
  content: attr(data-tooltip);
  display: block;
  font-size: 14px;
  left: calc(10% + 13px);
  padding: 5px 10px;
  top: 0;
  transform: translateY(-100%)translateX(-10%);
  white-space: pre-wrap;
  max-width: 560px;
  width: max-content;
}
.c-tooltip-kinden-w440.right::after {
  left: auto;
  right: 0px;
}
.c-tooltip-kinden-w440:hover {
  cursor: pointer;
}
.c-tooltip-kinden-w440:hover::before {
  opacity: 1;
  visibility: visible;
}
.c-tooltip-kinden-w440:hover::after {
  opacity: 1;
  visibility: visible;
}

/* きんでん経費明細重複ツールチップ */
.c-tooltip-kinden-duplicate {
  position: relative;
}
.c-tooltip-kinden-duplicate::before,
.c-tooltip-kinden-duplicate::after {
  -webkit-transition: all 0.2s;
  opacity: 0;
  position: absolute;
  transition: all 0.2s;
  visibility: hidden;
  z-index: 11;
}
.c-tooltip-kinden-duplicate::after {
  -webkit-transform: translateY(-50%);
  background: #b0e0e6;
  border-radius: 3px;
  color: #000;
  content: attr(data-tooltip);
  display: block;
  font-size: 14px;
  left: -250% !important;
  padding: 5px 10px;
  top: 0;
  transform: translateY(-100%);
  white-space: nowrap;
  font-weight: lighter;
}

.c-tooltip-kinden-duplicate:hover {
  cursor: pointer;
}
.c-tooltip-kinden-duplicate:hover::before {
  opacity: 1;
  visibility: visible;
}
.c-tooltip-kinden-duplicate:hover::after {
  opacity: 1;
  visibility: visible;
}

/* きんでん経費明細ワーニングツールチップ */
.c-tooltip-kinden-warning {
  position: relative;
}
.c-tooltip-kinden-warning::before,
.c-tooltip-kinden-warning::after {
  -webkit-transition: all 0.2s;
  opacity: 0;
  position: absolute;
  transition: all 0.2s;
  visibility: hidden;
  z-index: 11;
}
.c-tooltip-kinden-warning::after {
  -webkit-transform: translateY(-50%);
  background: #b0e0e6;
  border-radius: 3px;
  color: #000;
  content: attr(data-tooltip);
  display: block;
  font-size: 14px;
  left: -190% !important;
  padding: 5px 10px;
  top: 0;
  transform: translateY(-100%);
  white-space: nowrap;
  font-weight: lighter;
}

.c-tooltip-kinden-warning:hover {
  cursor: pointer;
}
.c-tooltip-kinden-warning:hover::before {
  opacity: 1;
  visibility: visible;
}
.c-tooltip-kinden-warning:hover::after {
  opacity: 1;
  visibility: visible;
}

/* きんでん処理中ツールチップ */
.c-tooltip-kinden-processing {
  position: relative;
}
.c-tooltip-kinden-processing::before,
.c-tooltip-kinden-processing::after {
  -webkit-transition: all 0.2s;
  opacity: 0;
  position: absolute;
  transition: all 0.2s;
  visibility: hidden;
  z-index: 11;
}
.c-tooltip-kinden-processing::after {
  -webkit-transform: translateY(-50%);
  background: #b3d4fc;
  border-radius: 3px;
  color: #000;
  content: attr(data-tooltip);
  display: block;
  font-size: 11px;
  left: -200%;
  padding: 5px 10px;
  top: 0;
  transform: translateY(-100%);
  white-space: nowrap;
}

.c-tooltip-kinden-processing:hover {
  cursor: pointer;
}
.c-tooltip-kinden-processing:hover::before {
  opacity: 1;
  visibility: visible;
}
.c-tooltip-kinden-processing:hover::after {
  opacity: 1;
  visibility: visible;
}

/* ADD-STR 2022/3/28 */
.c-tooltip.left::before {
  left: 0;
}
.c-tooltip.left::after {
  left: 0;
  -webkit-transform: translate(calc(-50%), -50%);
  transform: translate(calc(-50%), -50%);
}
/* ADD-END 2022/3/28 */

/* アイコン調整 */
.icon_blank_file {
  display: inline;
  padding-left: 0.4em;
}


/* 検索窓の虫眼鏡 */
.c-box_form2_input button {
  background: transparent;
  width: 35px;
  border: transparent;
  background-image: url("/assets/img/icon_search-61ed67e5b60672ebf46548511c37f577.svg");
  background-size: 15px 15px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  color: transparent;
}


/* 2カラムレイアウト調整 */
.c-form_ul ul li ul li:first-child {
  width: 130px;
  margin-right: 11px;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}


/* 3カラムレイアウト */
.c-box_form3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-box_form3_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  width: 33%;
}
.c-box_form3_ttl {
  width: 30%;
  margin-right: 4%;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}
.c-box_form3_input {
  position: relative;
  font-size: 14px;
  width: 70%;
}
.c-box_form3_input input {
  width: 100%;
}
.c-box_form3_input select {
  width: 100%;
}
.c-box_form3_input img {
  right: 6px;
  top: calc(50% - 10px);
  position: absolute;
  cursor: pointer;
}


/* モーダルウィンドウ内の要素の調整 */
.modal_label {
  display: block;
  margin-bottom: 1em;
}
input[type="text"].modal_input,
input[type="number"].modal_input {
    border: 1px solid #E4E9F4;
    padding: 10px;
    border-radius: 4px;
    box-sizing: border-box;
    color: #000000;
    width: 100%;
}
.modal_single {
  padding-left: 12em;
}
.c-modal_1 .modal_single label span.ttl,
.c-modal_1 .modal_double label span.ttl {
    width: 100px;
}
.modal_double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 2em;
  border-bottom: 1px solid #cccccc;
  margin-top: 20px;
}


/* 強調エリア（大） */
.strong_box {
  background-color: #F4F4F4;
  margin: 0 4em;
  padding: 0.8em 2em 0.4em 1em;
}
.strong_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  font-size: 14px;
}
.strong_box dt {
  width: 11%;
  margin-left: 2%;
  margin-bottom: 1em;
  font-weight: bold;
  border-bottom: 1px solid #d2cfcf;
}
.strong_box dd {
  width: 35%;
  margin: 0;
  margin-bottom: 1em;
  padding-left: 2%;
  border-bottom: 1px solid #d2cfcf;
}


/* 強調エリア（小） */
.strong_box_short_outer {
  background-color: #F4F4F4;
  width: 100%;
}
.strong_box_short_inner {
  padding: 0.6em 1em;
}
.strong_box_short_inner h3 {
  font-size: 14px;
  margin-bottom: 0.2em;
}
.strong_box_short_inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.strong_box_short_inner dt {
  font-size: 12px;
  width: 17%;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #707070;
}
.strong_box_short_inner dd {
  font-size: 12px;
  width: 83%;
  margin-bottom: 0.6em;
  margin-left: 0;
  border-bottom: 1px solid #707070;
}



/* -------------------- Unique -------------------- */
/* f301 */
.f301 .c-table_btn.red {
  width: 44px;
}

/* f302 */
.f302 .c-btn1.c-btn1_list {
  margin-top: 0;
  margin-left: 1em;
}
.f302 .c-btn1.c-btn1_list a {
  padding: 0;
  font-size: 12px;
}
.f302 .c-table_btn.red {
  width: 45px;
}
.f302 .c-table_normal tbody tr:nth-child(2n) {
    background-color: #F4F4F4;
}
.f302 .ul_file li:first-child {
  width: initial !important;
  margin-right: 3em;
  padding-right: 0px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.f302 .ul_file li,
.f403 .ul_file li {
  margin-right: 3em;
  font-weight: normal;
}
.f302 .c-form_ul ul li:last-child,
.f403 .c-form_ul ul li:last-child {
  font-size: 14px;
  font-weight: normal;
}
.f302 .c-box_form2_label {
  margin-bottom: 15px;
}
.f302 ul li {
  margin-bottom: 15px;
}
.f302 .c-box_form4_label {
  min-width: 140px;
}
.f302 .c-box_form4_label .c-box_form2_ttl {
  width: 72px;
}
.f302 .c-box_form4_label:first-child .c-box_form2_ttl {
  width: 130px;
}

/* モーダル呼び出し時の既存cssとの競合を回避 */
.f302 .c-form_ul .c-modal ul {
    justify-content: center;
}
.f302 .c-form_ul .c-modal ul li {
    width: initial;
    margin-bottom: initial;
}

.kinden_F301_textarea {
  width: 980px;
  min-width: 980px;
  border-radius: 5px;
  border: 1px solid #A5A5A5;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-wrap: soft;
  overflow: hidden;
}

.kinden_F501_textarea {
  width: 860px;
  border-radius: 5px;
  border: 1px solid #A5A5A5;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-wrap: soft;
  overflow: hidden;
}

.kinden_F402_textarea{
  border: 1px solid #A5A5A5;
  border-radius: 7px;
  color: #404040;
  font-weight: 500;
  padding: 0 15px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-wrap: soft;
  overflow: hidden;
}

.kinden_F701_textarea {
  width: 860px;
  overflow: hidden;
  height: auto !important;
}

.kinden_resize_none_textarea {
  resize: none;
}

/* f316 */
.f316 .c-box_form2_input {
  width: 100%;
}
.f316 .c-table_normal tbody tr:nth-child(2n) {
    background-color: #F4F4F4;
}
.f316 .c-form_ul ul li:nth-child(2) {
  width: 655px;
}
.f316 .c-form_ul:first-child li:first-child {
  width: 655px;
}


/* f349 */
.f349 .c-table_fixed .sort_btn {
  width: auto;
}
.f349 .c-table_btn.blue,
.f349 .c-table_btn.red {
  font-size: 12px;
  width: auto;
  padding: 0 0.4em;
}


/* f350 */
.f350 .c-table_btn.red {
  width: 44px;
}


/* f501 */
.f501 .c-box_form2_label {
  width: 50%;
}
.f501 .c-box_form2_label:nth-child(2n+1) {
  margin-right: 0px;
}
.f501 .c-box_form2_ttl {
  width: 19%;
  margin-right: 3%;
}
.f501 .c-box_form2_input {
  position: relative;
  font-size: 14px;
  width: 75%;
}
.f501 .c-box_form2_input input {
  width: 100%;
}
.f501 .c-table_normal th {
  font-size: 10px;
}
.f501 .c-table_normal td {
  font-size: 11px;
  padding: 0.8em;
}
.f501 .c-table_btn {
  font-size: 10px;
}
.f501 .c-box_form4_label:first-child {
  min-width: 25%;
  width: 25%;
}
.f501 .c-box_form4_label {
  min-width: 22%;
  width: 22%;
}
.f501 .c-box_form4_label .c-box_form2_ttl {
  width: 40% !important;
}
.f501 .c-box_form4_label:first-child .c-box_form2_ttl {
  width: 160px;
}
.f501 .c-box_form4_label:first-child .c-box_form2_input {
  width: 200px !important;
  padding-left: 5px;
}
.f501 .c-box_form4_label .c-box_form2_input {
  width: 65% !important;
}
.f501 .form_search .radio {
  margin-left: 0;
}
.f501 .date_time_pick,
.f501 .formshort .date_time_pick {
    height: 28px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #A5A5A5;
    padding-left: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.f501 .formshort .date_time_pick {
  width: 50%;
}
.f501 .formshort .c-box_form3_input img {
    left: 37%;
    top: calc(50% - 10px);
    position: absolute;
    cursor: pointer;
}
.f501 .c-box_form2_label.num_box {
  width: 100%;
}
.f501 .c-table_btn.red {
  width: 44px;
}
.f501 .c-box_form4_label.w_fixed {
  width: 200px;
  min-width: 200px;
}
@media screen and (max-width: 1407px) {
  .f501 .mb10_1024 {
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 1408px) {
  .f501 .mb10_1024 {
    margin-bottom: 0px;
    margin-right: 15px;
  }
}

/* f501_modal */
/* DEL-END 2022/04/08 */
/*
.f501_modal .sticky_button {
  position: sticky;
  bottom: 0;
  left: 20em;
}
.f501_modal .outer_search_reference label.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.f501_modal .c-btn1 a.search_reference {
  min-width: 120px;
  padding: 0px 5px 0px 5px;
  font-size: 12px;
}
.f501_modal .outer_search_reference .c-btn1 {
  margin-top: 0;
}
.f501_modal .textarea_modal {
    border: 1px solid #A5A5A5;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 14px;
    min-height: 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.f501_modal .form_search .radio {
  margin-left: 10px;
}
.f501_modal .radio_ttl {
  font-size: 14px !important;
  font-weight: 500;
}
.f501_modal .c-box_form2_label_small {
  width: 160px;
  min-width: 160px;
}
.f501_modal .c-box_form2_label_middle {
  width: 240px;
  min-width: 240px;
}
.f501_modal .box_comment {
  width: 690px;
  padding: 1em;
  border: 1px solid #cccccc;
  margin-right: 1em;
}
.f501_modal .checkmark {
  top: 4px !important;
}
.f501_modal .h2_sub_text {
  font-size: 14px;
  font-weight: normal;
  padding-left: 5em;
}
*/
/* DEL-END 2022/04/08 */

/* f520 */
.f520 .c-modal_1 .modal_single label span.ttl {
    width: 140px;
}

/* f520 */
.f520 .c-modal_1 .modal_single label span.ttl {
  width: 140px;
}


/* f701 */
.f701 .c-menu_left .c-accordion div:nth-child(7) .list_1 a:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/icon-check-circle-f09c4f3e5a7cd884aea35d7328327569.svg");
  background-size: 100% 100%;
  left: 6px;
  top: calc(50% - 8px);
}
.f701 .c-menu_left .c-accordion div:nth-child(8) .list_1 a:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/icon-check-circle-f09c4f3e5a7cd884aea35d7328327569.svg");
  background-size: 100% 100%;
  left: 6px;
  top: calc(50% - 8px);
}
.f701 .c-menu_left .c-accordion div:nth-child(9) .list_1 a:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/icon-check-circle-f09c4f3e5a7cd884aea35d7328327569.svg");
  background-size: 100% 100%;
  left: 6px;
  top: calc(50% - 8px);
}
.f701 .ml_currency {
  margin-left: 1.2em;
}
.f701 .c-form_ul .list_file {
  display: block;
  padding-left: 1.4em;
  margin-top: 0.6em;
}
.f701 .c-form_ul ul li ul.list_file li:first-child,
.f701 .c-form_ul ul li ul.list_file li {
  font-size: 14px;
  text-align: left;
  padding-bottom: 0.4em;
}


/* f704 */
.f704 .c-table_normal td {
    font-size: 11px;
    line-height: 1.5;
    padding: 0.8em;
}
.f704 .c-wrap_check label {
  margin-right: 12px;
}
.f704 .list_title_w100px {
  display: inline-block;
  width: 100px;
}
/* f801 */
.f801 .c-form_ul ul li ul li:first-child .list_inner li:after {
    content: none;
}
.f801 .c-form_ul ul li ul li:first-child .list_inner li .title {
  width: 120px;
  padding-left: 1em;
  color: #000000;
}
.f801 .c-form_ul ul li ul li:first-child .list_inner li .price {
  width: 100px;
  color: #000000;
}
.f801 .ul_icon_dot li .list_outer ul li:first-child {
  width: auto !important;
}
.f801 .list_inner ul {
  display: block !important;
  margin-left: 15em;
  font-size: 12px;
  font-weight: 500;
}
.f801 .c-form_ul ul li ul li:first-child .list_inner li {
  width: 260px !important;
  text-align: left;
  font-size: 12px;
}
.f801 .ul_icon_dot li ul.list_outer li:first-child:after {
    content: none;
}
.f801 .outer_table {
  display: block;
  margin: 1em 0 0 2em;
}
.f801 .outer_table th,
.f801 .outer_table td {
  border: 1px solid #cccccc;
  text-align: center;
  padding: 0.3em;
  font-size: 12px;
}
.f801 .outer_table th {
  background-color: #f5f4f4;
}
.f801 .outer_table td {
  text-align: left;
      background-color: #f5f4f4;
}
.f801 .outer_table td.td_inner {
  padding-left: 2em;
}
.f801 .outer_table td.a_righ {
  text-align: right;
    background-color: #FFFFFF;
}
.f801 .outer_table td.v_top {
  vertical-align: top;
}
.f801 .outer_table tbody tr:last-child {
    font-weight: bold;
}
.f801 .total_cell_color {
    background: #fffee4 !important;
}
.f801 .deficit{
 color: red;
}
/* f802 */
.f802 .outer_table {
  display: block;
  margin: 1em 0 0 2em;
}
.f802 .outer_table th,
.f802 .outer_table td {
  border: 1px solid #cccccc;
  text-align: center;
  padding: 0.3em;
  font-size: 12px;
}
.f802 .outer_table th {
  background-color: #f5f4f4;
}
.f802 .outer_table td {
  text-align: left;
      background-color: #f5f4f4;
}
.f802 .outer_table td.td_inner {
  padding-left: 2em;
}
.f802 .outer_table td.a_righ {
  text-align: right;
    background-color: #FFFFFF;
}
.f802 .outer_table td.v_top {
  vertical-align: top;
}
.f802 .outer_table tbody tr:last-child {
    font-weight: bold;
}
.f802 .total_cell_color {
    background: #fffee4 !important;
}
.f802 .deficit{
 color: red;
}
/* ADD-ST 20220315 テーブル背景色調整(きんでん用) */
tr.kinden_yellow:not(.tableSelected) {
  background-color: #fffacd !important;
}
/* ADD-ST 20220408 テーブル背景色調整(きんでん用) */
a.kinden_yellow {
  background-color: #fffacd !important;
}
/* ADD-ED 20220315 */

/* ADD-STR 20220324  備考ラベルのマージン調整（きんでん用） */
.c-box_form2_ttl.f602_kinden {
  width: 18.5%;
}
/* ADD-END 20220324 */

/* ADD-STR 20220331 きんでんAPPモーダル */
.txt_bold {
  font-weight: bold !important;
}

.modal_search_box {
  padding: 1em;
  border-radius: 8px;
  border: 1px solid #E4E9F4;
  box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 15%);
}

.modal_search_box .modal_tit_search {
    padding-bottom: 0.8em;
    text-align: center;
    border-bottom: 3px solid #E4E9F4;
    margin-bottom: 1em;
    color: #707070;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
}

.modal_content .modal_tit_sub {
    text-align: center;
    border-bottom: 3px solid #E4E9F4;
    margin-top: 20px;
    margin-bottom: 1em;
    color: #707070;
    font-size: 16px;
    font-weight: normal;
    padding: 30px 20px 0.6em;
    line-height: 1;
}

.mordal_tbl_result th {
  font-weight: bold !important;
}
.mordal_tbl_search th.txt_10px {
  font-size: 10px !important;
}
.c-list_tbl.mordal_tbl_result th,
.c-list_tbl.mordal_tbl_result td {
  color: #707070;
}
/* ADD-END 20220331 */

/* 全共連対応 start */

.c-label_ttl_wide {
  font-size: 14px;
  width: 90px;
  display: block;
  margin-right: 10px;
}
.c-label_ttl_wide50 {
  margin-right: 50px;
}
.c-label_ttl_wide115 {
  margin-left: 100px;
}

.c-input800 {
  width: 700px;
  height: 28px;
    font-size: 14px;
  border: 1px solid #A5A5A5;
  border-radius: 7px;
  color: #404040;
  font-weight: 500;
  padding: 0 15px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-input180 {
  width: 180px;
  height: 28px;
    font-size: 14px;
  border: 1px solid #A5A5A5;
  border-radius: 7px;
  color: #404040;
  font-weight: 500;
  padding: 0 15px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-input60 {
  width: 60px;
  height: 28px;
    font-size: 14px;
  border: 1px solid #A5A5A5;
  border-radius: 7px;
  color: #404040;
  font-weight: 500;
  padding: 0 15px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-label_ttl_left_font14 {
  max-width: 130px;
  margin-right: 11px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.c-btn_div_raw{
	margin-top: 0px !important;
}
.noicon_btn {
	margin-top: 0px !important;
}
.noicon_btn a {
	padding: 0px 1.8em 0px 1.8em !important;
}

.c-btn_noicon {
    border-radius: 5px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    padding: 15px 20px 15px 20px;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    margin: 0 auto;
    width: 33%;
    box-sizing: border-box;
}

.c-modal_4_wrap div {
  position: relative;
}

.c-modal_4_wrap div input {
  width: 132px;
  height: 28px;
  border-radius: 5px;
  border: 1px solid #A5A5A5;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-modal_4_wrap div img {
  right: 7px;
  top: calc(50% - 10px);
  position: absolute;
  cursor: pointer;
}

.adjust_height{
  height: 60.5px;
}

.modal-f831_full {
  margin-bottom: 18px;
  padding-left: 15px;
}

.display_none{
  display: none !important;
}

.min_w100 {
  min-width: 100px;
}

.min_w130 {
  min-width: 130px;
}
.min_w150 {
  min-width: 150px;
}
.min_w230 {
  min-width: 230px;
}

table.radioTab_table.zk thead > tr > *,
table.radioTab_table.zk tbody > tr > * {
    padding-left: 3px;
    padding-right: 3px;
}

.compareAmountPreviousDayPlanMsg {
  color: #fd2222;
  text-align: left;
  font-size:smaller;
}

.w178px {
  width: 178px !important;
}

.c-box_w1180{
  background-color: #fff;
  min-width: 1180px;
  width: 100%;
  padding: 20px 30px 20px 30px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notRequired{
  color: #0000FF !important;
}

.uneditableAffItem{
	background-color: #F4F4F4 !important;
}

/* 全共連対応 end */

/* ADD-STR 20220407 APP虫眼鏡 */
.AFF-searchWrap {
  position: relative;
}
.AFF-searchWrap .searchButton {
  position: absolute;
  bottom: 3px;
  right: 3px;
}
/* ADD-END 20220407 */


/* ADD-STR 20220524 F403_経費明細画面対応のため */
.position-relative-l0{
	position: relative ;
}

.f403_c-label_ttl.interval {
  min-width: 120px;
  text-align: right;
  padding: 0px 8px;
  margin: 2px 0px 0px -30px;
  font-size: 14px;
  white-space: nowrap;
}
/* ADD-END 20220524 */

/* ADD-STR 20220524 スキャン画像 */
.scan_fileinput {
  display: none;
}
.scan_filelabel {
  display: inline-block;
  position: relative;
  background-color: #1877F2;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 8px;
  transition: all 0.5s;
}
.scan_filelabel:hover {
  background-color: #004db1;
}
.c-btn1_add2 .scan_filelabel {
  min-width: 130px;
  height: 28px;
  line-height: 1;
  padding: 6px 1em 2px 2em;
  box-sizing: border-box;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#F0F0F0));
  background-image: -webkit-linear-gradient(top, #ffffff, #F0F0F0);
  background-image: linear-gradient(to bottom, #ffffff, #F0F0F0);
  font-size: 12px;
}
.c-btn1_add2 .scan_filelabel:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100% auto;
  height: auto;
  left: 6px;
  background: url("/assets/img/icon-plus_b-790593da0d2ffd7c703628fb32c5e3f9.svg") no-repeat center;
  width: 18px;
}
.c-btn1 .scan_filelabel {
  min-width: 142px;
  padding: 5px 1.4em 7px 2.3em;
  box-sizing: border-box;
  background: transparent;
  border: transparent;
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  font-size: 14px;
  display: block;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  color: #033FC7;
  border: 1px solid #033FC7;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  position: relative;
}
.c-btn1 .scan_filelabel:focus {
  outline: none;
}
.c-btn1 .scan_filelabel:hover {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.55);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.scan_check_outer {
  min-height: 25em;
}
.scan_genpon,
.scan_genpon_head,
#scan_genpon_box1,
#scan_genpon_box2,
.scan_genpon_input {
  display: flex;
}
.scan_genpon_head label {
  margin-right: 0.8em;
}
.scan_genpon_head .c-box_form2_input {
  margin-right: 0.8em;
}
.scan_genpon_input {
  margin-right: 2.0em;
}
.scan_genpon_label {
  margin-right: 0.8em;
}
.scan_genpon_text {
  margin-right: 0.8em;
}
.scan_check_error li {
  color: #EB2727;
  font-size: 16px;
}
.ml5px {
  margin-left: 5px !important;
}
.width740px {
  width: 740px !important;
}
.width120px {
  width: 120px !important;
}
.c-table_btn.blue.mr-40px {
  margin-right: -40px;
}
.indent_text {
  display: flex;
}
.indent_text .min-w50px{
  min-width: 50px;
}
.scan_check .checkmark {
  top: calc(50% - 10px);
}

/* 請求書ファイル登録画面、請求書ファイル入力画面、経費添付ファイル追加画面のチェックボックスの横のラベル */
.scan_check span {
  cursor: pointer;
}

/* ADD-END 20220524 スキャン画像 */

.f518 .c-box_form2_label {
  width: 50%;
}
.f518 .c-box_form2_ttl {
  width: 19%;
  margin-right: 3%;
}
.f518 .c-box_form2_input {
  position: relative;
  font-size: 14px;
  width: 75%;
}
.f518 .c-box_form2_input.r12per {
  right: 12%
}
.f518 .c-box_form2_input.r30per {
  right: 30%
}
.f518 .c-box_form2_label.c-box_form4_label.-ml1 {
  margin-left: -12%;
}
.f518 .c-box_form2_label.c-box_form4_label.-ml2 {
  margin-left: -3%;
}
.f518 .c-table_normal th {
  font-size: 10px;
}
.f518 .c-table_normal td {
  font-size: 11px;
  line-height: 1.5;
  padding: 0.8em;
}
.f518 .c-box_form4_label:first-child {
  min-width: 29%;
  width: 29%;
}
.f518 .c-box_form4_label {
  min-width: 22%;
  width: 22%;
}
.f518 .c-box_form4_label .c-box_form2_ttl {
  width: 40%;
}
.f518 .c-box_form4_label:first-child .c-box_form2_ttl {
  width: 160px;
}
.f518 .c-box_form4_label:first-child .c-box_form2_input {
  width: 318px;
  padding-left: 5px;
}
.f518 .c-box_form4_label .c-box_form2_input {
  width: 65%;
}

/* ADD-STR 20220610 f602*/
.f602 .c-box_form2_label {
  width: 50%;
}
.f602 .c-box_form2_ttl {
  width: 19%;
  margin-right: 3%;
}
.f602 .c-box_form2_input {
  position: relative;
  font-size: 14px;
  width: 75%;
}
.f602 .c-box_form2_input.r12per {
  right: 12%
}
.f602 .c-box_form2_input.r30per {
  right: 30%
}
.f602 .c-box_form2_label.c-box_form4_label.-ml1 {
  margin-left: -12%;
}
.f602 .c-box_form2_label.c-box_form4_label.-ml2 {
  margin-left: -3%;
}
.f602 .c-table_normal th {
  font-size: 10px;
}
.f602 .c-table_normal td {
  font-size: 11px;
  line-height: 1.5;
  padding: 0.8em;
}
.f602 .c-box_form4_label:first-child {
  min-width: 29%;
  width: 29%;
}
.f602 .c-box_form4_label {
  min-width: 22%;
  width: 22%;
}
.f602 .c-box_form4_label .c-box_form2_ttl {
  width: 40%;
}
.f602 .c-box_form4_label:first-child .c-box_form2_ttl {
  width: 160px;
}
.f602 .c-box_form4_label:first-child .c-box_form2_input {
  width: 318px;
  padding-left: 5px;
}
.f602 .c-box_form4_label .c-box_form2_input {
  width: 65%;
}
/* ADD-END 20220610 f602*/

/* add 220616 */
.appearance-none, .loadingoverlay, .loadingoverlay *{
  -webkit-appearance : none !important;
}

.loadingoverlay{
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0% !important;
  transform:translateZ(1px);
}
/* add end */

.align_item_flex_start {
  align-items: flex-start;
}

.c-table_normal thead tr td label .check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-table_normal thead tr td label .check .checkmark {
  top: calc(50% - 10px);
  left: -30px;
}

.c-table_normal thead tr td label {
	display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 60px;
  margin-bottom: 0;
}

.inline_flex_center {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*   F101_top.html   */
.c-box_notice ul.c-box_notice_table li.news_readed {
  background-color: #efefef;
}
.c-box_notice ul.c-box_notice_table li.news_notice {
  position: relative;
  font-weight: bold !important;
  padding-left: 2.3em;
}
.c-box_notice ul.c-box_notice_table li.news_notice:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #EB2727;
  left: 15px;
  top: 6px;
}
.c-box_notice ul.c-box_notice_table li ul li {
  padding-left: 1em;
}
.c-box_notice ul.c-box_notice_table li ul li a {
  text-decoration: none;
  color: #000;
}
.c-box_notice ul.c-box_notice_table li ul li a:hover {
  text-decoration: underline;
}
.c-box_notice ul.c-box_notice_table li ul li a .icon_modal {
  width: 10px;
  margin-bottom: 4px;
  margin-right: 6px;
}
.c-box_notice ul.c-box_notice_table li ul li .news_notice_label_jisya {
  background-color: #8600f5;
  color: #FFF;
  font-weight: normal;
  font-size: 11px;
  padding: 4px 18px;
  margin-right: 0.4em;
  border-radius: 4px;
  text-align: center;
  vertical-align: top;
}
.c-box_notice ul.c-box_notice_table li ul li .news_notice_label_unei {
  background-color: #008e11;
  color: #FFF;
  font-weight: normal;
  font-size: 11px;
  padding: 4px 6px;
  margin-right: 0.4em;
  border-radius: 4px;
  text-align: center;
  vertical-align: top;
}
.c-box_notice ul.c-box_notice_table li ul li .news_notice_label_juyo {
  background-color: #cd0000;
  color: #FFF;
  font-weight: normal;
  font-size: 11px;
  padding: 4px 18px;
  margin-right: 0.4em;
  border-radius: 4px;
  text-align: center;
  vertical-align: top;
}

/*   F101_top_modal_output.html   */
.c-modal-content .news_company_time {
  display: flex;
  	display:-webkit-box;
  justify-content: end;
  	-webkit-box-pack: end;
  margin-top: -1.4em;
}
.c-modal-content .news_company_time time {
  font-size: 0.8em;
}
.c-modal-content .news_company_time time span {
  margin-left: 1em;
}
.c-modal-content .news_company_contents {
  display: flex;
  margin-bottom: 1em;
}
.c-modal-content .news_company_title {
  width: 130px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
}
.c-modal-content .news_company_text {
  width: 100%;
}
.c-modal-content .news_company_text a:hover {
  text-decoration: none;
}
.c-modal-content .icon_modal {
  width: 10px;
  margin-bottom: 1px;
  margin-right: 6px;
}

/*   F217_notice.html   */
.tab_push_area {
  display: flex;
  margin-top: 1em;
}
.tab_push_area .tab_push_outer {
  width: 150px;
  padding-top: 1em;
}
.tab_push_area .panel_push_outer {
  width: 100%;
}
.tab_push_area .tab_push_outer h3 {
  margin: 0;
  padding: 0em 1em 0.4em 1em;
}
.tab_push_area .tab_push_outer .tab_push_group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.tab_push_area .tab_push_outer .tab_push_group .tab_push {
  margin-left: 1em;
  margin-bottom: 0.4em;
  padding: 5px 5px 5px 1em;
  list-style: none;
  cursor: pointer;
}
.tab_push_area .tab_push_outer .tab_push_group .tab_push.is-active {
  background-color: #FAFAFA;
  outline: 1px solid #D2D2D2;
  border-radius: 8px 0px 0px 8px;
  transition: all 0.4s ease-out;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    _::-webkit-full-page-media, _:future, :root .tab_push_area .tab_push_outer .tab_push_group .tab_push {
      padding: 6px 6px 6px 17px !important;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    _::-webkit-full-page-media, _:future, :root .tab_push_area .tab_push_outer .tab_push_group .tab_push.is-active {
      padding: 5px 5px 5px 16px  !important;
      background-color: #FAFAFA;
      outline: none;
      border: 1px solid #D2D2D2;
      border-right: none;
      border-radius: 8px 0px 0px 8px;
      transition: all 0.4s ease-out;
    }
}
.tab_push_area .panel_push_outer .panel_push {
  display:none;
}
.tab_push_area .panel_push_outer .panel_push.is-show {
  display:block;
}
.tab_push_area .panel_push_outer .panel_push_group {
  padding: 1em 1.4em;
  background-color: #FAFAFA;
  border: 1px solid #D2D2D2;
  border-radius: 8px;
}
.tab_push_area .panel_push_outer .panel_push h3 {
  margin: 0;
  font-weight: normal;
}
.tab_push_area .panel_push_outer .panel_push_inner {
  margin-top: 1em;
  padding: 1em 1em 0.2em 1em;
  background: #FFF;
  border-radius: 8px;
}
.tab_push_area .panel_push_outer .panel_push_inner table {
  width: 100%;
  margin-bottom: 1em;
}
.tab_push_area .panel_push_outer .panel_push_inner table th {
  background-color: #1A66D6;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  padding: 0.2em 0.4em;
}
.tab_push_area .panel_push_outer .panel_push_inner table td {
  padding: 0.8em 0.4em;  
}
.tab_push_area .panel_push_outer .panel_push_check_outer {
  text-align: center;
  display: block;
  margin-left: -1.2em;
  margin-top: -1.1em;
}
@-moz-document url-prefix() {
	.tab_push_area .panel_push_outer .panel_push_check_outer {
	  margin-top: 0em !important;
	}
}
.tab_push_area .panel_push_outer .date_time {
  height: 4.6em;
}
.tab_push_area .panel_push_outer .date_time_top label {
  display: inline;
}
.tab_push_area .panel_push_outer .date_time select {
  height: 28px;
  font-size: 14px;
  border: 1px solid #808080;
  border-radius: 5px;
  padding-left: 5px;
  cursor: pointer;
}
.tab_push_area .panel_push_outer .date_time select:focus {
  outline: none;
}
.tab_push_area .panel_push_outer .date_time .date_time_top:first-child select {
  width: 132px;
  margin-left: 15px;
}
.tab_push_area .panel_push_outer .date_time_label {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  margin-left: 0 !important;
}
.tab_push_area .panel_push_outer .date_time_label input {
  height: 28px;
  font-size: 14px;
  padding-left: 0.5em;
  border-radius: 5px;
  border: 1px solid #808080;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tab_push_area .panel_push_outer .date_time_label img {
  position: absolute;
  right: 12px;
  cursor: pointer;
  top: calc(50% - 10px);
}
.tab_push_area .panel_push_outer .date_time_pick {
  width: 132px;
  position: relative;
}
.tab_push_area .panel_push_outer .date_time_bottom {
  margin: 0.4em 0 0 82px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    _::-webkit-full-page-media, _:future, :root .tab_push_area .panel_push_outer .date_time_bottom {
        margin: 0.4em 0 0 86px;
    }
}
.tab_push_area .panel_push_outer .lang_group_outer {
  display: flex;
}
.tab_push_area .panel_push_outer .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 32px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tab_push_area .panel_push_outer .radio div {
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
}
.tab_push_area .panel_push_outer .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.tab_push_area .panel_push_outer .radio .checkmark {
  top: calc(50% - 10px);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
}
.tab_push_area .panel_push_outer .radio label {
  cursor: pointer;
}
/* 行間調整 */
.topIndent{
	vertical-align:top;
}
/* 幅調整 */
.lineControl{
	white-space: pre-line;
	word-wrap: break-word;
	width: 70%;
}
/* 改行処理 */
.newLine{
	word-wrap: break-word;
}

.newLineBreakAll{
	word-break: break-all;
}
/* 無改行処理 */
.notNewLine{
	white-space: nowrap;
}
.flex{
	display: flex;
}

.f303 > input {
    height: 35px;
}

.f303 > span > a {
    height: 35px;
    padding-top: 3px;
    min-width: 100px;
}

/* ADD 20220915 税一覧 */
.table_tax td {
  font-size: 14px;
}
.table_tax td:nth-child(1) {
  font-size: 12px;
}

/* 必須項目のラベルにつけるシンボル */
.required::before {
  content: "* ";
  display: inline !important; /* APPのボタンの中に表示するため */
}

/*   F001b.html adjust   */
body.login-page .login_submit.login_sso span {
  padding-left: 22px;
  padding-right: 0;
}
body.login-page .login_submit.login_sso {
  color: #000;
  background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
  background-image: linear-gradient(to bottom, #ffffff, #e1e1e1);
  border: solid #033FC7 1px;
}
body.login-page .login_submit.login_sso span:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/assets/img/icon-key-e25e85b7a13103e37bffee1ce13b5c44.svg);
  background-size: 100% 100%;
  left: -12px;
  top: calc(50% - 9px);
}
body.login-page .login_submit.login_sso span:after {
  content: none;
}
body.login-page .login form .hr_login + .form_col2 {
  margin-top: 12%;
}
.hr_login {
  display: flex;
}
.hr_login:before,
.hr_login:after {
  content: "";
  flex: 1;
}
p.hr_login {
  font-size:1em;
  color:#FFF;
  margin-top: 12%;
}
.hr_login_line {
  align-items: center;
  margin: 1em -1em;
}
.hr_login_line:before {
  height: 1px;
  margin: 0 -18em 0 11em;
}
.hr_login_line:after {
  height: 1px;
  margin: 0 11em 0 -18em;
}
.hr_login_inner {
}
.hr_login_inner:before {
  background-image: -webkit-linear-gradient(top, #ffffff, #51aef9);
  background-image: linear-gradient(to right, #ffffff, #51aef9);
}
.hr_login_inner:after {
  background-image: -webkit-linear-gradient(top, #ffffff, #51aef9);
  background-image: linear-gradient(to left, #ffffff, #51aef9);
}

/* 金額入力項目をカンマ区切り表示にする */
/* number-input と number-overlap をまとめるコンテナ */
.number-container {
  position: relative;
}

/* カンマ区切りにしたい input 要素 */
.number-input {
  position: relative;
}

/* 普段は z-index:1 で number-overlap の後ろに居る。色は被ってしまうので transparent */
.number-input:not(:focus) {
  z-index: 0;
  color: transparent;
  -webkit-text-fill-color: #ffffff;
}

.readonly-gray[disabled]{
  -webkit-text-fill-color: #e5e5e5 !important;
}

.readonly-gray:focus{
  padding-left: 20px;
}

/* フォーカス中は z-index:3 で number-overlap の前に来る。色も戻す */
.number-input:focus {
  z-index: 3;
  color: #404040;
}

/* number-input に覆い被さる要素。 pointer-events:none でクリックを透過させる */
.number-overlap {
  position: absolute;
  top: 1px;
  left: 0px;
  display: inline-block;
  background: transparent;
  width: 100%;
  border: none;
  padding: 0px 8px;
  text-overflow: ellipsis;
  overflow:hidden;
  pointer-events: none;
  z-index: 2;
}

::-ms-reveal {
  display: none;
}

.ui-autocomplete { 
max-height: 50%;
overflow-y: scroll;
overflow-x: hidden;
}

/* MSAD請求書明細一覧の詳細 */
.invoiceTableDetail tr:nth-child(2n) {
  background-color: revert !important;
}
.invoiceTableDetail tr td {
  border-bottom: revert !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  height: revert !important;
}

/* MSAD リンクカーソル表示 */
.msad_a_cursor {
  cursor: pointer;
}

/* MSAD 社員番号とユーザーIDが一致しない時の表示メッセージ(F302) */
.employeeNumWarn_exp {
  color: #fd2222;
  text-align: left;
  font-size: smaller;
}

/* MSAD 社員番号とユーザーIDが一致しない時の表示メッセージ(F501) */
.employeeNumWarn_inv {
  color: #fd2222;
  text-align: left;
  font-size:12px;
}

/* MSAD 税分類「5.源泉徴収税」選択時の表示メッセージ */
.withholding_tax {
  color: #fd2222;
}

/* MSAD 税コードが取得できない時の表示メッセージ */
.tax_classfication {
  color: #fd2222;
}

/* number-inputのオートコンプリート時でフォーカスが外れた場合の文字色変更 */
.number-input:-webkit-autofill:not(:focus) {
  -webkit-text-fill-color: #E8F0FE;
}

/* MS&AD従業員を追加、非従業員を追加ボタン */
.c-btn1_add_temp a:before {
  left: 12px !important;
}

/* チェックボックスが非活性ではない場合、カーソルを変更する */
input[type="checkbox"]:hover:not(:disabled) {
  cursor: pointer;
}

/* モーダルの警告表示用 */
.c-modal_warning .c-box_ttl {
  color: #F9870D;
  border-left-color: #F9870D;
}

.c-modal_warning p {
  color: #F9870D;
}

/* モーダルのエラー表示用 */
.c-modal_error .c-box_ttl {
  color: #fd2222;
  border-left-color: #fd2222;
}

.c-modal_error p {
  color: #fd2222;
}

/* 経費項目の作成元表示ラベル */
.expense-item-source-label1 {
  background-color: #57b159;
  color: #FFF;
  font-weight: normal;
  font-size: 11px;
  padding: 6px 12px;
  margin: 0;
  border-radius: 4px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.expense-item-source-label2 {
  background-color: #3076b0;
  color: #FFF;
  font-weight: normal;
  font-size: 11px;
  padding: 6px 12px;
  margin: 0;
  border-radius: 4px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}
.expense-item-source-label3 {
  background-color: #31acd2;
  color: #FFF;
  font-weight: normal;
  font-size: 11px;
  padding: 6px 12px;
  margin: 0;
  border-radius: 4px;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
}

/* ツールチップ */
.c-info-tooltip {
  position: relative;
}
.c-info-tooltip::before,
.c-info-tooltip::after {
  opacity: 0;
  position: absolute;
  transition: all 0.2s;
  visibility: hidden;
  z-index: 11;
}
.c-info-tooltip:hover {
  cursor: pointer;
}
.c-info-tooltip:hover::before {
  opacity: 1;
  visibility: visible;
}
.c-info-tooltip:hover::after {
  opacity: 1;
  visibility: visible;
}
.c-info-tooltip::after {
  background: #b0e0e6;
  border-radius: 3px;
  color: #000;
  content: attr(data-tooltip);
  display: block;
  font-size: 14px;
  padding: 5px 10px;
  top: 0;
  transform: translateY(-100%);
  white-space: pre-wrap;
  width: max-content;
  overflow-y: auto;
  max-height: 350px;
}
.c-info-tooltip.c-info-tooltip-description-lg::after {
  max-width: 420px;
}
.c-info-tooltip.c-info-tooltip-description-md::after {
  max-width: 282px;
}
.c-info-tooltip.c-info-tooltip-left::after {
  transform: translateY(-100%)translateX(-25%);
}
