@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}
body.page-template-chat-page {
  overflow-y: hidden;
  max-height: 100vh;
}

header {
  display: block;
}

div {
  display: block;
}
div.clickable {
  cursor: pointer;
}
div.clickable.availBtn:hover {
  opacity: 0.8;
}

a {
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}

button:hover {
  opacity: 0.7;
}

p.clickable:hover {
  text-decoration: underline;
  cursor: pointer;
}

label.tag_list:hover {
  cursor: pointer;
  opacity: 0.7;
}

img.clickable:hover, .hovereding {
  opacity: 0.5;
  cursor: pointer;
}

span.radio:hover {
  opacity: 0.7;
  cursor: pointer;
}

input.no_display {
  display: none;
}

.header__logo--fit {
  width: 150px;
  margin: 15px;
}

.header__search__btn {
  height: 2rem;
  width: 50px;
  background-image: url(/images/SearchIcon.svg?9536e53d192dab6e7e0139c8f3bb9165);
  background-size: 40%;
  background-position: center;
}

.header__user-status--white {
  color: white;
  font-size: 1.2rem;
  white-space: nowrap;
}

.content__top__bar.p-1 h5 {
  font-size: 18px;
}

.container-fluid-blue {
  background-color: #1b4f98;
  padding: 0.5rem !important;
}

.img-container__img {
  height: 30px;
  cursor: pointer;
}

.h-100__custom {
  height: calc(100vh + 30px);
}

.divider-vertical {
  height: 100%;
  width: 1px;
  background-color: #FFF;
}

.body--center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
}

.body__content--center {
  text-align: center;
  width: 100%;
}

.form--space-around {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 22rem;
}

.content--space {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.lb-sm {
  font-size: 12px;
}

.link-forget {
  text-decoration: none;
  color: #29abe2;
  white-space: nowrap;
}

.box-noti {
  position: relative;
}

.box-number-noti {
  position: absolute;
  top: 0;
  right: 0;
  background-color: red;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  transform: translate(-210%, -21%);
}

.number-noti {
  line-height: 20px;
  font-size: 9px;
  padding-bottom: 2px;
  padding-left: 1px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 100;
}

header div.header--fixed {
  background-color: #1b4f98;
  align-items: center;
}

header #global_menu {
  background: #f2f2f2;
}
header #global_menu ul.no_wrap {
  white-space: nowrap;
}
header #global_menu ul.no_wrap ul.wrap {
  white-space: initial;
}

.d-flex-custom {
  display: flex;
}
@media screen and (max-width: 1425px) {
  .d-flex-custom {
    flex-flow: wrap;
    justify-content: center;
  }
  .d-flex-custom button {
    margin-bottom: 10px;
  }
}

header #global_menu li {
  display: inline-block;
  width: 53px;
  height: 50px;
  border-radius: 8px;
  padding: 5px;
  background-size: auto 76%;
  background-repeat: no-repeat;
  background-position: center 10px;
  text-align: center;
  position: relative;
  margin: 10px;
  font-size: 12px;
  background-color: #e2e2e2;
}

header #global_menu li a {
  height: 100%;
  display: block;
  color: #333;
}

header #global_menu li span {
  display: block;
  width: 60px;
  position: absolute;
  text-align: center;
  bottom: 0;
}

header #global_menu li:hover, header #global_menu li.current {
  background-color: #005099;
  cursor: pointer;
}
.mg-top-0 {
  margin-top: 0px !important;
}

.btn-search-gray {
  background-color: transparent;
  border: 0px;
  margin: -4px;
}

li.gmenu_ico_01 {
  background-image: url(/images/gmenu01.svg?9fa1a1f404725d5d1bed6f9781b25637);
}
li.gmenu_ico_01:hover {
  background-image: url(/images/gmenu01-white.svg?3a79ef5759ac849ab8ce5bc0d3446a6d);
}
li.gmenu_ico_01.current {
  background-image: url(/images/gmenu01_w.png?7c907f0ce342ec6eb8d2b3c81a804581);
}
li.gmenu_ico_01.current:hover {
  background-image: url(/images/gmenu01_w.png?7c907f0ce342ec6eb8d2b3c81a804581);
}
li.gmenu_ico_02 {
  background-image: url(/images/gmenu02.svg?b6de4109ed81f03a833c97cce0da3b44);
}
li.gmenu_ico_02:hover {
  background-image: url(/images/gmenu02-white.svg?75921838b8611a2e7da9fe24b0851394);
}
li.gmenu_ico_02.current {
  background-image: url(/images/gmenu02-white.svg?75921838b8611a2e7da9fe24b0851394);
}
li.gmenu_ico_02.current:hover {
  background-image: url(/images/gmenu02-white.svg?75921838b8611a2e7da9fe24b0851394);
}
li.gmenu_ico_03 {
  background-image: url(/images/gmenu03.svg?bb0021a4538d3880998c2c255e0c03f9);
}
li.gmenu_ico_03:hover {
  background-image: url(/images/gmenu03-white.svg?aebca710c79dcc425c76af4a95e16470);
}
li.gmenu_ico_03.current {
  background-image: url(/images/gmenu03-white.svg?aebca710c79dcc425c76af4a95e16470);
}
li.gmenu_ico_03.current:hover {
  background-image: url(/images/gmenu03-white.svg?aebca710c79dcc425c76af4a95e16470);
}
li.gmenu_ico_04 {
  background-image: url(/images/gmenu04.svg?22925efc7221f4a3446e2a7085bd35f2);
}
li.gmenu_ico_04:hover {
  background-image: url(/images/gmenu04-white.svg?d8ff11400fe2a7dcdadddb9786f54b32);
}
li.gmenu_ico_04.current {
  background-image: url(/images/gmenu04-white.svg?d8ff11400fe2a7dcdadddb9786f54b32);
}
li.gmenu_ico_04.current:hover {
  background-image: url(/images/gmenu04-white.svg?d8ff11400fe2a7dcdadddb9786f54b32);
}
li.gmenu_ico_05 {
  background-image: url(/images/gmenu05.svg?e59cde009e438958f38c679d08f8d658);
}
li.gmenu_ico_05:hover {
  background-image: url(/images/gmenu05-white.svg?b36a26ed947fd46350f71fbb1e453012);
}
li.gmenu_ico_05.current {
  background-image: url(/images/gmenu05-white.svg?b36a26ed947fd46350f71fbb1e453012);
}
li.gmenu_ico_05.current:hover {
  background-image: url(/images/gmenu05-white.svg?b36a26ed947fd46350f71fbb1e453012);
}
li.gmenu_ico_06 {
  background-image: url(/images/gmenu06.svg?854d20594740bfbefd50cc2b85bdfefc);
}
li.gmenu_ico_06:hover {
  background-image: url(/images/gmenu06-white.svg?276809c3c667ac862e6ee0ad1a712cb0);
}
li.gmenu_ico_06.current {
  background-image: url(/images/gmenu06-white.svg?276809c3c667ac862e6ee0ad1a712cb0);
}
li.gmenu_ico_06.current:hover {
  background-image: url(/images/gmenu06-white.svg?276809c3c667ac862e6ee0ad1a712cb0);
}
li.gmenu_ico_07 {
  background-image: url(/images/gmenu07.svg?5d4c1d0dfedb1a79a138a932efd5020d);
}
li.gmenu_ico_07:hover {
  background-image: url(/images/gmenu07-white.svg?a2d46ad3616f722770fd137d0c5788d5);
}
li.gmenu_ico_07.current {
  background-image: url(/images/gmenu07-white.svg?a2d46ad3616f722770fd137d0c5788d5);
}
li.gmenu_ico_07.current:hover {
  background-image: url(/images/gmenu07-white.svg?a2d46ad3616f722770fd137d0c5788d5);
}
li.gmenu_ico_08 {
  background-image: url(/images/gmenu08.svg?02cb61cb07abb5290e71af6945ce2a17);
}
li.gmenu_ico_08:hover {
  background-image: url(/images/gmenu08-white.svg?6e6eae31609620e61da71f43fa6576c6);
}
li.gmenu_ico_08.current {
  background-image: url(/images/gmenu08-white.svg?6e6eae31609620e61da71f43fa6576c6);
}
li.gmenu_ico_08.current:hover {
  background-image: url(/images/gmenu08-white.svg?6e6eae31609620e61da71f43fa6576c6);
}
li.gmenu_ico_09 {
  background-image: url(/images/gmenu09.svg?cfbcbe0d0e0c1a37ac57dcbea3e1d472);
}
li.gmenu_ico_09:hover {
  background-image: url(/images/gmenu09-white.svg?fc18969398963220d6b46b2dba40935a);
}
li.gmenu_ico_09.current {
  background-image: url(/images/gmenu09-white.svg?fc18969398963220d6b46b2dba40935a);
}
li.gmenu_ico_09.current:hover {
  background-image: url(/images/gmenu09-white.svg?fc18969398963220d6b46b2dba40935a);
}
li.gmenu_ico_10 {
  background-image: url(/images/gmenu10.svg?f1c2c1c58988ee42ffdc204980fdea11);
}
li.gmenu_ico_10:hover {
  background-image: url(/images/gmenu10-white.svg?eabbac749d6be8539fa977d0907d9722);
}
li.gmenu_ico_10.current {
  background-image: url(/images/gmenu10-white.svg?eabbac749d6be8539fa977d0907d9722);
}
li.gmenu_ico_10.current:hover {
  background-image: url(/images/gmenu10-white.svg?eabbac749d6be8539fa977d0907d9722);
}
li.gmenu_ico_11 {
  background-image: url(/images/gmenu11.svg?8a481998b32143365d451b364df8a680);
}
li.gmenu_ico_11:hover {
  background-image: url(/images/gmenu11-white.svg?95e19cd7ec670402ece785aca117340a);
}
li.gmenu_ico_11.current {
  background-image: url(/images/gmenu11-white.svg?95e19cd7ec670402ece785aca117340a);
}
li.gmenu_ico_11.current:hover {
  background-image: url(/images/gmenu11-white.svg?95e19cd7ec670402ece785aca117340a);
}
li.gmenu_ico_12 {
  background-image: url(/images/gmenu12.svg?572e43cd796c96fe08175f7060e9e59e);
}
li.gmenu_ico_12:hover {
  background-image: url(/images/gmenu12-white.svg?ace79c7eb2101ea14c68c379b89cc384);
}
li.gmenu_ico_12.current {
  background-image: url(/images/gmenu12-white.svg?ace79c7eb2101ea14c68c379b89cc384);
}
li.gmenu_ico_12.current:hover {
  background-image: url(/images/gmenu12-white.svg?ace79c7eb2101ea14c68c379b89cc384);
}
li.gmenu_ico_13 {
  background-image: url(/images/gmenu13.svg?9b49f02755770b856f574803bd4b2e8c);
}
li.gmenu_ico_13:hover {
  background-image: url(/images/gmenu13-white.svg?c90316ae2437cc15f75c7b7948dbcffd);
}
li.gmenu_ico_13.current {
  background-image: url(/images/gmenu13-white.svg?c90316ae2437cc15f75c7b7948dbcffd);
}
li.gmenu_ico_13.current:hover {
  background-image: url(/images/gmenu13-white.svg?c90316ae2437cc15f75c7b7948dbcffd);
}
li.gmenu_ico_14 {
  background-image: url(/images/gmenu14.svg?f3d5cc304d5bd9b32ab3e91a805127c8);
}
li.gmenu_ico_14:hover {
  background-image: url(/images/gmenu14-white.svg?2071e6ec29dae89d50474042af44906d);
}
li.gmenu_ico_14.current {
  background-image: url(/images/gmenu14-white.svg?2071e6ec29dae89d50474042af44906d);
}
li.gmenu_ico_14.current:hover {
  background-image: url(/images/gmenu14-white.svg?2071e6ec29dae89d50474042af44906d);
}
li.gmenu_ico_15 {
  background-image: url(/images/gmenu15.svg?16de70e81d81ce044f7d15529dedb0b9);
}
li.gmenu_ico_15:hover {
  background-image: url(/images/gmenu15-white.svg?d4de9d8e27a263271c22fd71c25d391b);
}
li.gmenu_ico_15.current {
  background-image: url(/images/gmenu15-white.svg?d4de9d8e27a263271c22fd71c25d391b);
}
li.gmenu_ico_15.current:hover {
  background-image: url(/images/gmenu15-white.svg?d4de9d8e27a263271c22fd71c25d391b);
}
li.gmenu_ico_16 {
  background-image: url(/images/gmenu16.svg?0961abcff6f37fff46e17c025e94ee1f);
}
li.gmenu_ico_16:hover {
  background-image: url(/images/gmenu16-white.svg?22c9fb633b7426e769470bc48f1b4898);
}
li.gmenu_ico_16.current {
  background-image: url(/images/gmenu16-white.svg?22c9fb633b7426e769470bc48f1b4898);
}
li.gmenu_ico_16.current:hover {
  background-image: url(/images/gmenu16-white.svg?22c9fb633b7426e769470bc48f1b4898);
}
li.gmenu_ico_17 {
  background-image: url(/images/gmenu17.svg?45d839459d2cae633b17903c5c238b9e);
}
li.gmenu_ico_17:hover {
  background-image: url(/images/gmenu17-white.svg?aabf79035066434f433afc9af0a0001a);
}
li.gmenu_ico_17.current {
  background-image: url(/images/gmenu17-white.svg?aabf79035066434f433afc9af0a0001a);
}
li.gmenu_ico_17.current:hover {
  background-image: url(/images/gmenu17-white.svg?aabf79035066434f433afc9af0a0001a);
}

#global_menu li:hover ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
#global_menu li > ul {
  display: none;
}
#global_menu li > ul li {
  width: 100%;
  margin: 0;
  border-radius: 0px;
  border-bottom: 2px solid #CFCFCF;
  padding: 5px 10px;
}
#global_menu li > ul li:nth-child(1) {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#global_menu li > ul li:nth-child(3) {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#global_menu li > ul li:hover a {
  color: #fff;
}
#global_menu li > ul li a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #000 !important;
}

#global_menu a > li {
  display: inline-block;
  width: 53px;
  height: 50px;
  border-radius: 8px;
  padding: 5px;
  background-size: auto 76%;
  background-repeat: no-repeat;
  background-position: center 10px;
  text-align: center;
  position: relative;
  margin: 10px;
  font-size: 12px;
  background-color: #e2e2e2;
}

.search-box {
  display: flex;
  background-color: #FFF;
  border-radius: 5px;
  align-items: center;
}
.search-box__left {
  width: 120px;
  display: flex;
  justify-content: flex-end;
  padding-right: 4px;
}
.search-box__left span {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 1px 10px;
  font-size: 12px;
  color: #797979;
}
.search-box__right {
  display: flex;
  width: calc(100% - 120px);
}
.search-box__right input {
  border: 0px;
  box-shadow: none;
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  width: 100%;
  -webkit-box-shadow: none;
}
.search-box__right input::-moz-placeholder {
  font-size: 12px;
}
.search-box__right input::placeholder {
  font-size: 12px;
}
.search-box__right .input-group-append {
  margin-right: -1px;
}
.search-box__right .input-group-append button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

button:hover {
  opacity: 0.7;
}

#global_menu li a {
  height: 100%;
  display: block;
  color: #333;
}

#global_menu li span {
  display: block;
  width: 60px;
  position: absolute;
  text-align: center;
  bottom: 0;
}

#global_menu li:hover,
#global_menu li.current {
  background-color: #005099;
  cursor: pointer;
}

section {
  padding-top: 147px;
}

#top_bar_title {
  position: fixed;
  background: #343a40;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  top: 10rem;
  z-index: 10;
  top: 138px;
}

#top_bar_title h2 {
  display: block;
  font-size: 18px;
  display: inline-block;
}

.dashboard__wrap {
  height: 80vh;
  padding-top: 100px;
}

.dashboard__wrap__inner {
  width: 94%;
  margin: 0 auto;
}

.dashboard__wrap__inner__col__left,
.dashboard__wrap__inner__col__right {
  display: inline-block;
  vertical-align: top;
}

.dashboard__wrap__inner__col__left {
  width: 66%;
  overflow: hidden;
  margin-right: 3%;
}

#slider .carousel-inner .carousel-item {
  height: 36rem;
}

#slider img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.dashboard__wrap__inner__col__left .slide {
  padding: 5px;
}

.dashboard__thumbnail--h100 {
  width: 100%;
  height: 100%;
  max-height: 11rem;
}

.dashboard__wrap__inner__col__right {
  width: 30%;
}

.dashboard_wrap_inner_col_right h2 {
  background: #343a40;
  color: #fff;
  font-size: 18px;
  padding: 1rem;
  margin-top: 5px;
  margin-bottom: 1rem;
  width: 113.5%;
}

.dashboard_wrap_inner_col_left .slider img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 465px;
}

.dashboard_wrap_inner_col_left .slider {
  padding: 5px;
}

.store_list {
  max-height: auto;
  margin-top: -10;
}

.section__right__welcome h2 {
  background: #343a40;
  color: #fff;
  font-size: 18px;
  padding: 1rem;
  margin-top: 5px;
  margin-bottom: 1rem;
  width: 113.5%;
}

.section__right__vid iframe {
  width: 100%;
  height: 280px;
  margin-bottom: 1rem;
}

.section__right__wrap-text p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.section__right__wrap-text img {
  float: right;
  width: 40%;
  height: 13rem;
  -o-object-fit: contain;
     object-fit: contain;
}

input.form-control {
  margin-bottom: 1rem;
}

img.page__content__logo {
  height: 8em;
}

div.form-check button.btn {
  white-space: nowrap;
}

.header--fixed img.img-container__img--full-height {
  height: 2.5em;
}

input.form-control {
  margin-bottom: unset;
}

div.div--grey-background {
  background-color: #eeeeee;
  color: #888888;
}

.avatar--color-cyan {
  background-color: #00cccb !important;
}

.avatar--color-red {
  background-color: #c32f34 !important;
}

.avatar--color-blue {
  background-color: #1b4f98 !important;
}

.avatar--color-orange {
  background-color: #f99600 !important;
}

.avatar--color-grey {
  background-color: #999999 !important;
}

.box--bg-grey {
  background-color: #999999;
}

.bg-gray-12 {
  background-color: #f8f8f8 !important;
}

.content__top__bar {
  background-color: #343a40;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 138px;
}
.content__top__bar .input-group input {
  padding-top: 0;
  padding-bottom: 0;
}
.content__top__bar .input-group input::-moz-placeholder {
  color: #cccccc;
  font-size: 0.7rem;
}
.content__top__bar .input-group input::placeholder {
  color: #cccccc;
  font-size: 0.7rem;
}
.content__top__bar .bar__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.content__top__bar .bar__list .hover--dim:hover {
  opacity: 0.7;
}
.content__top__bar .bar__list .hover--dim:hover a, .content__top__bar .bar__list .hover--dim:hover a:hover {
  color: inherit;
}
.content__top__bar .bar__list__item.border-left {
  border-left: 1px solid #555c60;
}
.content__top__bar .bar__list__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 5px;
  border-left: 1px solid #555c60;
  height: 50px;
  justify-content: center;
  min-width: 60px;
  color: #FFF;
}
.content__top__bar .bar__list__item span {
  font-size: 0.6rem;
  margin-top: 3px;
}
.content__top__bar .bar__list__item__box {
  width: 59px;
  height: 47px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.content__top__bar .bar__list__item__box--off, .content__top__bar .bar__list__item__box--on {
  font-size: 0.6rem;
  padding-top: 5px;
  color: #FFF;
  text-align: center;
  line-height: 1rem;
}
.content__top__bar .bar__list__item__box--off {
  background-color: #D53430;
}
.content__top__bar .bar__list__item__box--on {
  background-color: #5168CB;
}
.content__top__bar .bar__list__item__box--status {
  background-color: #FFF;
  color: #000;
  width: 94%;
  height: 27px;
  margin: auto;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content__top__bar .bar__list:last-child {
  border-right: 1px solid #555c60;
}

.mail-btn img {
  width: 35px;
}

#input-file {
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  margin-left: 5px;
  margin-right: 5px;
  width: auto;
}

.white-space-nowrap {
  white-space: nowrap;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.width-120 {
  width: 120px;
}

.custom-dropdown button {
  border-color: #d4d4d4;
  width: 150px;
}
.custom-dropdown button:hover, .custom-dropdown button:focus {
  color: #FFF;
}
.custom-dropdown button:before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0px;
  right: 23px;
  background: #ced4da;
}
.custom-dropdown button:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: absolute;
  right: 8px;
  top: 50%;
}

div.calendar {
  position: relative;
  max-width: 280px;
}
div.calendar #calendar {
  width: 235px;
  padding: 10px;
}
div.calendar .circle {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: inset 3px 3px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
}
div.calendar .circle.right {
  right: 16px;
}
div.calendar .rope {
  height: 110px;
  width: 10px;
  background-color: #2e6a2e;
  position: absolute;
  border-radius: 0 0 7px 7px;
  top: -80px;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.3);
}
div.calendar .rope.left {
  left: 21px;
}
div.calendar .rope.right {
  right: 21px;
}
div.calendar .currentDateDisplay {
  height: 130px;
  width: 100%;
  color: #b12c2c;
  font-weight: 600;
}
div.calendar .currentDateDisplay > p {
  font-size: 2rem;
  margin-top: 25px;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.4);
}
div.calendar .ui-datepicker {
  display: inline-block;
  margin: auto;
  background-color: #FFF;
  border-radius: 5px;
  padding: 5px;
  border: 2px solid #999999;
}
div.calendar .ui-datepicker .ui-datepicker-title {
  color: #333333;
  text-align: left;
  margin: 0px;
  padding-left: 10px;
}
div.calendar .ui-datepicker .ui-datepicker-calendar {
  margin: auto;
  width: 100%;
  padding: 1rem;
}
div.calendar .ui-datepicker .ui-datepicker-calendar tr th {
  text-align: center;
}
div.calendar .ui-datepicker .ui-datepicker-calendar a {
  text-decoration: none;
  color: #000;
  padding: 0px;
  background: transparent;
  border: 0px;
  text-align: center;
}
div.calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day {
  text-align: center;
}
div.calendar .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  color: #4c246e;
  background-color: #e4f2ff;
}
div.calendar .ui-datepicker .ui-datepicker-calendar .ui-state-active {
  color: #4c246e;
}
div.calendar .ui-datepicker .ui-datepicker-header {
  color: #4c246e;
  font-size: 1.3rem;
  background-color: transparent;
  border: transparent;
}
div.calendar .ui-datepicker .ui-datepicker-prev {
  float: left;
  line-height: 2.5rem;
  display: none;
}
div.calendar .ui-datepicker .ui-datepicker-next {
  float: right;
  line-height: 2.5rem;
  display: none;
}
div.calendar .ui-datepicker .ui-datepicker-year,
div.calendar .ui-datepicker .ui-datepicker-month {
  line-height: 2.5rem;
}
div.calendar .ui-datepicker .ui-datepicker-month {
  margin-right: 1rem;
}
div.calendar .ui-datepicker td {
  font-family: "Droid Sans", sans-serif;
  text-align: center;
}
div.calendar .ui-datepicker thead tr th {
  opacity: 0.5;
  padding: 0em 0.3em;
}
div.calendar .ui-datepicker thead tr th:nth-child(1) {
  color: #d9534f;
}
div.calendar .ui-datepicker thead tr th:last-child {
  color: #4874bc;
}
div.calendar .ui-datepicker tbody tr td:nth-child(1) a {
  color: #d9534f;
}
div.calendar .ui-datepicker tbody tr td:last-child a {
  color: #4874bc;
}

.w-150px {
  width: 150px;
}

.w-700px {
  width: 700px;
}

.width-250 {
  width: 250px;
}

.mg-right-5 {
  margin-right: 5px;
}

.btn-status {
  padding: 5px;
  min-width: 4rem;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  border: none;
}
.btn-status--warring {
  background-color: #F99600;
}
.btn-status--success {
  background-color: #49AC51;
}
.btn-status--primary {
  background-color: #058BF7;
}
.btn-status--success3 {
  background-color: #74C686;
}
.btn-status--success4 {
  background-color: #98CB00;
}
.btn-status--primary2 {
  background-color: #58AAFF;
}
.btn-status--primary3 {
  background-color: #467CF2;
}
.btn-status--primary4 {
  background-color: #0082FF;
}
.btn-status--purple1 {
  background-color: #952bf7;
}
.btn-status--purple2 {
  background-color: #5168CB;
}
.btn-status--border0 {
  border-radius: 0px;
}
.btn-status--error {
  background-color: #D53430;
}
.btn-status--error2 {
  background-color: #D9534F;
}
.btn-status--shadow {
  border: 2px solid #1268A6;
  background: linear-gradient(180deg, rgb(0, 153, 255) 0%, rgb(20, 107, 170) 100%);
}
.btn-status--grey8 {
  background-color: #898989;
}

.btn-tag {
  padding: 5px;
  border-radius: 3px;
  color: #005099;
  text-align: center;
  border: 2px solid #005099;
  background-color: #FFF;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.btn-tag--small, .btn-tag--long, .btn-tag--high {
  position: relative;
}
.btn-tag--small::after, .btn-tag--long::after, .btn-tag--high::after {
  position: absolute;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  bottom: 0 !important;
  right: 0 !important;
  transform: translate(50%, 5px);
  background-color: #FFF;
}
.btn-tag--small::after {
  content: "長";
  border: 2px solid #45d035;
}
.btn-tag--long::after {
  content: "若";
  border: 2px solid #ff6900;
}
.btn-tag--high::after {
  content: "高";
  border: 2px solid #952bf7;
}

.btn-switch-request {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 152px;
  border: 2px solid #5168CB;
  border-radius: 2px;
}
.btn-switch-request > div {
  width: 50%;
  text-align: center;
}
.btn-switch-request div:nth-child(1) {
  color: #FFF;
  background-color: #5168CB;
  padding: 5px;
}
.btn-switch-request div:nth-child(2) {
  color: #FFF;
  background-color: #FFF;
  padding: 5px;
}
.btn-switch-request--active div:nth-child(1) {
  color: #FFF;
  background-color: #FFF;
}
.btn-switch-request--active div:nth-child(2) {
  color: #FFF;
  background-color: #5168CB;
}

.ele--pointer {
  cursor: pointer;
}

.top-55 {
  top: 55%;
}

.start-60 {
  left: 60%;
}

button.header__group_btn:focus {
  outline: 0;
  box-shadow: none;
}

body.overlay:after {
  background-color: rgba(0, 0, 0, 0.4117647059);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
}
body.overlay .lds-ellipsis {
  display: inline-block;
  position: relative;
  height: 80px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
body.overlay .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #4874BC;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
body.overlay .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
body.overlay .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
body.overlay .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
body.overlay .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.form-search__workschedule input, .form-search__workschedule button {
  padding: 3px 10px;
}
.form-search__workschedule button {
  border: 0px;
  padding: 4px 8px;
}

.messenger {
  display: grid;
}

div.body-wrapper {
  margin-top: 45px;
}
div.body-wrapper .chat-wrapper {
  padding: 1px 0px;
}
div.body-wrapper #files-detail::-webkit-scrollbar {
  width: 5px;
}
div.body-wrapper #files-detail::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #eaeaea;
}
div.body-wrapper #files-detail::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #919191;
}
div.body-wrapper .chat-screen {
  padding: 0 2em;
  background-color: #F7F7F7;
}
div.body-wrapper .chat-screen .col--no_py {
  padding-left: unset;
  padding-right: unset;
  border-left: 1px solid #dee2e6;
}
div.body-wrapper .chat-screen .wrapper__mess {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
div.body-wrapper .chat-screen #files-detail {
  overflow-y: scroll;
  height: calc(100vh - 300px);
}
div.body-wrapper .chat-screen #files-detail::-webkit-scrollbar {
  width: 2px;
}
div.body-wrapper .chat-screen #files-detail::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #eaeaea;
}
div.body-wrapper .chat-screen #files-detail::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #919191;
}
div.body-wrapper .chat-screen ul.users, div.body-wrapper .chat-screen ul.files {
  list-style-type: none;
  max-height: calc(100vh - 250px);
  overflow: auto;
}
div.body-wrapper .chat-screen ul.users::-webkit-scrollbar, div.body-wrapper .chat-screen ul.files::-webkit-scrollbar {
  width: 5px;
}
div.body-wrapper .chat-screen ul.users::-webkit-scrollbar-track, div.body-wrapper .chat-screen ul.files::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #eaeaea;
}
div.body-wrapper .chat-screen ul.users::-webkit-scrollbar-thumb, div.body-wrapper .chat-screen ul.files::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #919191;
}
div.body-wrapper .chat-screen ul.users li, div.body-wrapper .chat-screen ul.files li {
  cursor: pointer;
}
div.body-wrapper .chat-screen ul.users li:first-child .item, div.body-wrapper .chat-screen ul.files li:first-child .item {
  border-top: 0px;
}
div.body-wrapper .chat-screen ul.users li div.user__action, div.body-wrapper .chat-screen ul.files li div.user__action {
  margin-left: unset;
  margin-right: unset;
  height: 50px;
}
div.body-wrapper .chat-screen ul.users li div.user__action div.div--center, div.body-wrapper .chat-screen ul.files li div.user__action div.div--center {
  display: flex;
  align-items: center;
  padding: unset;
}
div.body-wrapper .chat-screen ul.users li div.user__action p.user__action__text--big-bold, div.body-wrapper .chat-screen ul.files li div.user__action p.user__action__text--big-bold {
  font-weight: 900;
  font-size: 18;
}
div.body-wrapper .chat-screen ul.users li div.user__action p.user__action__text--big-bold.user_action--padding-left, div.body-wrapper .chat-screen ul.files li div.user__action p.user__action__text--big-bold.user_action--padding-left {
  color: #000;
  font-size: 120%;
}
div.body-wrapper .chat-screen ul.users li div.user__action div.user__action__add, div.body-wrapper .chat-screen ul.files li div.user__action div.user__action__add {
  border-right: 2px solid #EEEEEE;
}
div.body-wrapper .chat-screen ul.users li div.user__action p.user_action--padding-left, div.body-wrapper .chat-screen ul.files li div.user__action p.user_action--padding-left {
  padding-left: 1em;
}
div.body-wrapper .chat-screen ul.users li div.user__action p.user_action--padding-left img, div.body-wrapper .chat-screen ul.files li div.user__action p.user_action--padding-left img {
  width: 30px;
}
div.body-wrapper .chat-screen ul.users li div.user__action p.add_btn, div.body-wrapper .chat-screen ul.files li div.user__action p.add_btn {
  padding-top: unset;
  display: flex;
  align-items: center;
}
div.body-wrapper .chat-screen ul.users li div.user__action p.add_btn img, div.body-wrapper .chat-screen ul.files li div.user__action p.add_btn img {
  height: 80%;
  padding-right: unset;
}
div.body-wrapper .chat-screen ul.users li img, div.body-wrapper .chat-screen ul.files li img {
  max-width: 100%;
}
div.body-wrapper .chat-screen ul.users li .item, div.body-wrapper .chat-screen ul.files li .item {
  border: 1px solid #ccc;
  padding: 0.5rem 1.5rem;
  position: relative;
}
div.body-wrapper .chat-screen ul.users li .item .time, div.body-wrapper .chat-screen ul.files li .item .time {
  text-align: right;
  height: 1rem;
  position: absolute;
  right: 15px;
}
div.body-wrapper .chat-screen ul.users li .item .inner__wrapper, div.body-wrapper .chat-screen ul.files li .item .inner__wrapper {
  height: 3.5rem;
  align-items: center;
}
div.body-wrapper .chat-screen ul.users li .item .inner__wrapper > img, div.body-wrapper .chat-screen ul.files li .item .inner__wrapper > img {
  margin: 0.5rem;
  height: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
div.body-wrapper .chat-screen ul.users li .item .inner__wrapper > div, div.body-wrapper .chat-screen ul.files li .item .inner__wrapper > div {
  margin: 0.5rem;
}
div.body-wrapper .chat-screen ul.users li .item .inner__wrapper > div img, div.body-wrapper .chat-screen ul.files li .item .inner__wrapper > div img {
  height: 1.3rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1rem;
}
div.body-wrapper .chat-screen ul.users li .item .inner__wrapper .inner__right > p, div.body-wrapper .chat-screen ul.files li .item .inner__wrapper .inner__right > p {
  font-weight: 600;
  margin-bottom: 0.3rem;
}
div.body-wrapper .chat-screen ul.users li .item .inner__wrapper .inner__right div p, div.body-wrapper .chat-screen ul.files li .item .inner__wrapper .inner__right div p {
  font-size: 70%;
}
div.body-wrapper .chat-screen ul.users li.search-user, div.body-wrapper .chat-screen ul.files li.search-user {
  background-color: #EEEEEE;
  height: 59px;
  padding: 7px 15px 3px;
}
div.body-wrapper .chat-screen ul.users li.search-user div.search-input, div.body-wrapper .chat-screen ul.files li.search-user div.search-input {
  padding: 7px;
}
div.body-wrapper .chat-screen ul.users li.search-user span.input-group__button--custom, div.body-wrapper .chat-screen ul.files li.search-user span.input-group__button--custom {
  background-color: #fff;
  border-right: 0px;
  padding: 0.375rem 0.4rem 0.375rem 1.4rem;
}
div.body-wrapper .chat-screen ul.users li.search-user input.input--custom, div.body-wrapper .chat-screen ul.files li.search-user input.input--custom {
  border-left: 0px;
}
div.body-wrapper .chat-screen ul.users .box__chat, div.body-wrapper .chat-screen ul.files .box__chat {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 20px;
  position: relative;
}
div.body-wrapper .chat-screen ul.users .box__chat .box__left, div.body-wrapper .chat-screen ul.files .box__chat .box__left {
  position: relative;
  margin-right: 5px;
}
div.body-wrapper .chat-screen ul.users .box__chat .box__left .box__left_avatar, div.body-wrapper .chat-screen ul.files .box__chat .box__left .box__left_avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #EAEAEA;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
div.body-wrapper .chat-screen ul.users .box__chat .box__left .box__left_avatar img, div.body-wrapper .chat-screen ul.files .box__chat .box__left .box__left_avatar img {
  max-width: 50%;
  max-height: 50%;
  margin-right: 2px;
}
div.body-wrapper .chat-screen ul.users .box__chat .box__left .box__left_noti, div.body-wrapper .chat-screen ul.files .box__chat .box__left .box__left_noti {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #F0142F;
  right: 0;
  top: -5px;
}
div.body-wrapper .chat-screen ul.users .box__chat .box__right, div.body-wrapper .chat-screen ul.files .box__chat .box__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
div.body-wrapper .chat-screen ul.users .box__chat .box__right .box__right__name, div.body-wrapper .chat-screen ul.files .box__chat .box__right .box__right__name {
  font-size: 1rem;
  font-weight: 600;
  color: #3B4048;
  text-align: left;
}
div.body-wrapper .chat-screen ul.users .box__chat .box__right .box__right__mess, div.body-wrapper .chat-screen ul.files .box__chat .box__right .box__right__mess {
  font-size: 0.8rem;
  color: #888888;
  text-align: left;
}
div.body-wrapper .chat-screen ul.users .box__chat .box__date, div.body-wrapper .chat-screen ul.files .box__chat .box__date {
  position: absolute;
  color: #888888;
  top: 10px;
  right: 20px;
  font-weight: 500;
}
div.body-wrapper .chat-screen ul.users .box__chat--border, div.body-wrapper .chat-screen ul.files .box__chat--border {
  border: 2px solid #F4F2F0;
}
div.body-wrapper .chat-screen .mess__header {
  display: flex;
  height: 59px;
  justify-content: space-between;
  border-bottom: 2px solid #EEEEEE;
  padding: 1.5rem 1rem 1rem;
}
div.body-wrapper .chat-screen .mess__header .mess__users, div.body-wrapper .chat-screen .mess__header .mess__option {
  display: flex;
  align-items: center;
}
div.body-wrapper .chat-screen .mess__header .mess__users .btn__more, div.body-wrapper .chat-screen .mess__header .mess__option .btn__more {
  cursor: pointer;
}
div.body-wrapper .chat-screen .mess__header .mess__users .mess__users__left_avatar, div.body-wrapper .chat-screen .mess__header .mess__option .mess__users__left_avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #EAEAEA;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 10px;
}
div.body-wrapper .chat-screen .mess__header .mess__users .mess__users__left_avatar img, div.body-wrapper .chat-screen .mess__header .mess__option .mess__users__left_avatar img {
  max-width: 50%;
  max-height: 50%;
  margin-right: 2px;
}
div.body-wrapper .chat-screen .mess__content {
  overflow-y: auto;
  height: 90%;
  overflow-x: hidden;
  max-height: calc(100vh - 405px);
}
div.body-wrapper .chat-screen .mess__content::-webkit-scrollbar {
  width: 5px;
}
div.body-wrapper .chat-screen .mess__content::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #eaeaea;
}
div.body-wrapper .chat-screen .mess__content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #919191;
}
div.body-wrapper .chat-screen .mess__input {
  background-color: #EEEEEE;
  height: 255px;
  padding: 7px 17px 17px;
}
div.body-wrapper .chat-screen .mess__input textarea {
  height: 6rem;
  width: 100%;
}
div.body-wrapper .chat-screen .mess__input .mess__buttons {
  display: flex;
  justify-content: space-between;
  padding: 0.5em 2px 0;
}
div.body-wrapper .chat-screen .mess__input .mess__buttons .mess__buttons__insert {
  display: flex;
  width: 80px;
  justify-content: space-between;
  align-items: center;
}
div.body-wrapper .chat-screen .mess__input .mess__buttons .mess__buttons__insert img {
  height: 24px;
  cursor: pointer;
}
div.body-wrapper .chat-screen .mess__input .mess__buttons .mess__buttons__insert .inputfile {
  /* visibility: hidden etc. wont work */
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
div.body-wrapper .chat-screen .mess__input .mess__buttons .mess__buttons__send #btn_send {
  background-color: #035aa6;
  border: 0px;
  padding: 0.5rem 1rem;
  color: #FFF;
}
div.body-wrapper .chat-screen .mess__input .mess__buttons .mess__buttons__send #btn_send:hover {
  opacity: 0.5;
}
div.body-wrapper .chat-screen .box__mess {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px 20px;
  position: relative;
}
div.body-wrapper .chat-screen .box__mess .box__mess__left {
  position: relative;
  margin-right: 5px;
}
div.body-wrapper .chat-screen .box__mess .box__mess__left .box__mess__left_avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #EAEAEA;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
div.body-wrapper .chat-screen .box__mess .box__mess__left .box__mess__left_avatar img {
  max-width: 50%;
  max-height: 50%;
  margin-right: 2px;
}
div.body-wrapper .chat-screen .box__mess .box__mess__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  max-width: 500px;
}
div.body-wrapper .chat-screen .box__mess .box__mess__right .box__mess__right__name {
  font-size: 0.8rem;
  font-weight: 600;
  color: #3B4048;
  text-align: left;
  height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.body-wrapper .chat-screen .box__mess .box__mess__right .box__mess__right__text {
  font-size: 0.8rem;
  color: #252525;
  font-weight: 600;
  text-align: left;
  background-color: #EEEEEE;
  padding: 10px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
div.body-wrapper .chat-screen .box__mess .box__mess__right .box__mess__right__text::before {
  content: url(/images/ChatBoxArrow.svg?f2a5fa9f9c86d92921d5b4a321f0b11f);
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 0;
  transform: translate(-10px, 0px);
}
div.body-wrapper .chat-screen .box__mess .box__mess__right__time {
  color: #888888;
  height: 100%;
  align-self: flex-end;
}
div.body-wrapper .chat-screen .box__mess .box__mess__right__time p {
  font-weight: 500;
  font-size: 0.8rem;
  padding-left: 10px;
}
div.body-wrapper .chat-screen .box__mess.go {
  justify-content: flex-end;
}
div.body-wrapper .chat-screen .box__mess.go .box__mess__right__text {
  background-color: #DAEDFD;
}
div.body-wrapper .chat-screen .box__mess.go .box__mess__right__text::before {
  content: url(/images/ChatBoxArrowGo.svg?293ac18610a108241b644699e93a4af1);
  color: #DAEDFD;
  left: unset;
  right: 0;
  transform: translate(70%, 0px);
}
div.body-wrapper .chat-screen .box__mess.go .box__mess__right__time p {
  padding-left: unset;
  padding-right: 10px;
  text-align: right;
}
div.body-wrapper .chat-screen .adver-wrapper {
  background-color: #F7F7F7;
}
div.body-wrapper .chat-screen .adver-wrapper div.ad__img__bg {
  background-color: #fff;
  border-radius: 25px;
  height: 80%;
}
div.body-wrapper .chat-screen .adver-wrapper .top-ad {
  height: 30%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
div.body-wrapper .file__wrapper button.nav-link {
  color: #000;
  font-size: 1rem;
  padding: 24px 30px 8px !important;
}
div.body-wrapper .file__wrapper button.nav-link.active {
  background-color: transparent;
  border-color: transparent;
  border-bottom: 4px solid #4874bc;
}
div.body-wrapper .file__wrapper .tabs {
  border: 2px solid #EEEEEE;
}
div.body-wrapper .file__wrapper .tabs > div {
  width: 30%;
  height: 3.5rem;
  text-align: center;
  padding: 1.5rem 0.5rem 0.5rem 0.5rem;
  font-size: 400;
}
div.body-wrapper .file__wrapper .tabs > div.selected {
  border-bottom: 0.4rem solid #4874BC;
}
div.body-wrapper .file__wrapper .list.hidden {
  visibility: hidden;
}
div.body-wrapper #btn_send {
  background-color: red;
  border: 0px;
  padding: 0.5rem 1rem;
  color: #FFF;
}

input[name="total-unseen[]"] {
  display: hidden;
}

#box-total-unread-message {
  position: absolute;
  top: 0;
  right: 0;
  background-color: red;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  transform: translate(-165%, -21%);
  display: none;
}
#box-total-unread-message #total-unread-message {
  line-height: 20px;
  font-size: 9px;
  padding-bottom: 2px;
  padding-left: 1px;
  color: #fff;
}

.cursor-pointer {
  cursor: pointer;
}

.listOfContacts .messenger-list-item .chat-group-name {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
}
.listOfContacts .messenger-list-item .created-message {
  min-height: 22px;
}
.listOfContacts .messenger-list-item .created-message span {
  color: #cacaca;
  font-weight: 400;
  font-size: 13px;
  float: right;
  display: block;
}
.listOfContacts .avatar p {
  margin-top: 13px;
  color: #fff;
}

.header-update-group {
  background-color: #1B4F98;
  height: 50px;
}
.header-update-group .close {
  color: #fff;
  padding: 13px;
}
.header-update-group .close span {
  font-size: 24px;
}
.header-update-group .close span:focus {
  color: #fff !important;
}
.header-update-group .close span:hover {
  color: #fff !important;
}
.header-update-group .close:hover {
  color: #fff !important;
}

.header-add-member {
  background-color: #1B4F98;
  height: 50px;
}
.header-add-member .close {
  color: #fff;
  padding: 13px;
}
.header-add-member .close span {
  font-size: 24px;
}
.header-add-member .close span:focus {
  color: #fff !important;
}
.header-add-member .close span:hover {
  color: #fff !important;
}
.header-add-member .close:hover {
  color: #fff !important;
}

.header-detai-user {
  background-color: #1B4F98;
  height: 50px;
}
.header-detai-user .close {
  color: #fff;
  padding: 13px;
}
.header-detai-user .close span {
  font-size: 24px;
}
.header-detai-user .close span:focus {
  color: #fff !important;
}
.header-detai-user .close span:hover {
  color: #fff !important;
}
.header-detai-user .close:hover {
  color: #fff !important;
}

.header-leave-user {
  background-color: #FFF;
  height: 50px;
}
.header-leave-user .close {
  color: black;
  padding: 13px;
}
.header-leave-user #cancel-leave-user span {
  font-size: 22px !important;
}

.confirm-leave-user .app-modal-card {
  background: #FFF !important;
  box-shadow: unset;
  border-radius: unset;
  animation: unset;
}
.confirm-leave-user .app-modal-card .btn-leave-user {
  width: 100px;
  background: #1B4F98;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
  margin-right: 30px;
}
.confirm-leave-user .app-modal-card .cancel {
  width: 100px;
  background: #C0C0C0;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
}

.header-remove-user {
  background-color: #FFF;
  height: 50px;
}
.header-remove-user .close {
  color: black;
  padding: 13px;
}
.header-remove-user #cancel-remove-user span {
  font-size: 22px !important;
}

#avatar-detail-member {
  margin-right: 5px;
}
#avatar-detail-member p {
  margin-top: 10px;
  color: #fff;
}

.confirm-remove-user .app-modal-card {
  background: #FFF !important;
  box-shadow: unset;
  border-radius: unset;
  animation: unset;
}
.confirm-remove-user .app-modal-card .btn-remove-user {
  width: 100px;
  background: #1B4F98;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
  margin-right: 30px;
}
.confirm-remove-user .app-modal-card .cancel {
  width: 100px;
  background: #C0C0C0;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
}

.modal-body--update-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-body--update-group .btn-primary.edit-group {
  background-color: #004A8C;
  border-radius: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
}
.modal-body--update-group .delete-member-in-group {
  display: inline-block;
  margin-top: 10px;
}
.modal-body--update-group #leave-room {
  color: red;
}
.modal-body--update-group #leave-room img {
  margin-right: 10px;
}
.modal-body--update-group #list-member {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 230px;
}
.modal-body--update-group #list-member::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-body--update-group #list-member::-webkit-scrollbar-thumb,
.modal-body--update-group .app-scroll-thin::-webkit-scrollbar-thumb {
  background: #d8dce0;
}
.modal-body--update-group #chat-group-name {
  display: inline-block;
  margin: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 283px;
  overflow: hidden;
}
.modal-body--update-group .change-name-group {
  margin: 0px 10px;
  width: calc(100% - 20px);
  border-right: none;
  border-top: none;
  border-left: none;
  padding: 8px 10px;
  outline: none;
  margin-right: 0px !important;
  background: #E8E5E5;
}
.modal-body--update-group .app-modal-footer {
  text-align: center;
}
.modal-body--update-group .app-modal-footer .edit-group {
  width: 200px;
}
.modal-body--update-group .hidden {
  display: none;
}
.modal-body--update-group .add-member-text a {
  color: #6C757D;
}
.modal-body--update-group .icon-edit {
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin-bottom: 10px;
}
.modal-body--update-group .user-name .icon-user-name {
  width: 18px;
  height: 18px;
}
.modal-body--update-group .input-group-text {
  height: 32px;
  background: #E8E5E5;
}
.modal-body--update-group .delete-member-in-group {
  min-height: 30px;
  margin-bottom: 10px;
}
.modal-body--update-group .delete-member-in-group .icon-del {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  display: none;
}
.modal-body--update-group .delete-member-in-group .icon-del:hover {
  cursor: pointer;
}
.modal-body--update-group .delete-member-in-group p {
  margin-top: 5px;
}
.modal-body--update-group .display-icon-delete:hover .icon-del {
  display: block;
}
.modal-body--add-member {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-body--add-member .btn-primary.search-member {
  background-color: #004A8C;
  border-radius: 0;
  width: 180px;
  text-align: center;
  color: #FFF;
}
.modal-body--add-member input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.modal-body--add-member input::placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.modal-body--add-member input:-ms-input-placeholder {
  color: #FFFFFF;
}
.modal-body--add-member input::-ms-input-placeholder {
  color: #FFFFFF;
}
.modal-body--add-member #search-list-member {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 180px;
}
.modal-body--add-member .list-username {
  display: grid;
  grid-gap: 16px;
  padding: 16px;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  grid-auto-flow: column;
  grid-auto-columns: minmax(50px, 1fr);
  overflow-x: auto;
  max-width: 400px;
}
.modal-body--add-member .list-username .item {
  text-align: center;
}
.modal-body--add-member .list-username .item p {
  margin-top: 5px;
}
.modal-body--add-member .list-username .item.hidden {
  display: none;
}
.modal-body--add-member .list-username::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-body--add-member .list-username::-webkit-scrollbar-thumb,
.modal-body--add-member .app-scroll-thin::-webkit-scrollbar-thumb {
  background: #d8dce0;
}
.modal-body--add-member #search-list-member::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-body--add-member #search-list-member::-webkit-scrollbar-thumb,
.modal-body--add-member .app-scroll-thin::-webkit-scrollbar-thumb {
  background: #d8dce0;
}
.modal-body--add-member .app-modal-footer {
  margin: auto;
}
.modal-body--add-member .input-search-number {
  background: #1B4F98;
  color: #fff;
}
.modal-body--add-member .add-member-text a {
  color: #6C757D;
}
.modal-body--add-member .user-name .icon-user-name {
  width: 18px;
  height: 18px;
}
.modal-body--add-member .row {
  min-height: 30px;
  margin-bottom: 10px;
}
.modal-body--add-member .row .icon-del {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  display: none;
}
.modal-body--add-member .row .icon-del:hover {
  cursor: pointer;
}
.modal-body--add-member .row p {
  margin-top: 5px;
}
.modal-body--add-member .row:hover .icon-del {
  display: block;
}
.modal-body--detai-user #detail-user-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
.modal-body--detai-user .app-modal-footer {
  margin: auto;
  text-align: center;
}
.modal-body--detai-user .btn-primary {
  background-color: #004A8C;
  border-radius: 0;
  width: 180px;
  text-align: center;
  color: #FFF;
}

.message-item .avatar p {
  margin-top: 13px;
  color: #fff;
}
.message-item .container-img-upload {
  border: none;
  width: 100%;
}
.message-item .container-img-upload img {
  width: 150px !important;
  height: 150px !important;
  -o-object-fit: fill;
  object-fit: fill;
}

.tab-content .files .name-file {
  margin-top: 10px;
  text-align: left;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tab-content .files .row.time {
  text-align: right;
  height: 1rem;
  position: unset !important;
  margin: auto;
  display: block;
  color: #cacaca;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 10px;
}
.tab-content .files li .item .container-img-upload {
  width: 100%;
  border: none;
  float: right;
}
.tab-content .files li .item .container-img-upload img {
  width: 150px !important;
  height: 150px !important;
  -o-object-fit: fill;
  object-fit: fill;
}
.tab-content .files li .item .inner__wrappe {
  width: 100% !important;
}
.tab-content .files .inner__wrapper {
  width: 100% !important;
}
.tab-content .files .inner__wrapper img {
  margin-bottom: 10px;
}

.hidden {
  display: none;
}

div.add_option {
  display: flex;
  align-items: center;
}

.arrangement__table .table__header__bg--blue {
  background-color: #4874BC;
  color: #FFF;
}
.arrangement__table .table__header__bg--blue2 {
  background-color: #1B4F98;
  color: #FFF;
}
.arrangement__table .table__header__bg--grey7 {
  background-color: #4C4C4C;
  color: #FFF;
  white-space: nowrap;
}
.arrangement__table .table__header__bg--white {
  background-color: #FFF;
  color: #E2E2E2;
  border-bottom-color: 1px solid #E2E2E2;
}
.arrangement__table .table__column__bg--blue {
  background-color: #4874BC !important;
  color: #FFF;
}
.arrangement__table .table__column__bg--blue2 {
  background-color: #1B4F98 !important;
  color: #FFF;
  white-space: nowrap;
}
.arrangement__table .table__column__bg--none {
  border: none;
}
.arrangement__table .table__column__bg--blue5 {
  background-color: #001F67 !important;
  color: #FFF;
}
.arrangement__table.tbl-arrangement-custom thead th:nth-child(1) span:after {
  display: none;
}
.arrangement__table.tbl-arrangement-custom thead th span {
  position: relative;
  cursor: pointer;
}
.arrangement__table.tbl-arrangement-custom thead th span:after {
  content: "";
  position: absolute;
  right: -29px;
  width: 0;
  height: 0;
  top: 5px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}
.arrangement__table.tbl-arrangement-custom thead th span:before {
  content: "";
  position: absolute;
  right: -33px;
  top: -3px;
  width: 22px;
  height: 22px;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.arrangement__table .genba .ginosya_name {
  border: 2px solid #005099;
  border-radius: 3px;
  display: inline-block;
  padding: 3px;
  margin: 5px;
  color: #005099;
  position: relative;
  height: 32px !important;
  background-color: #FFF;
}
.arrangement__table .genba .ginosya_name span {
  padding: 4px;
  margin-right: 5px;
  color: #005099;
  background: #fff;
  cursor: pointer;
}
.arrangement__table .genba .ginosya_name span:after {
  border-radius: 100%;
  padding: 2px;
  position: absolute;
  width: 24px;
  height: 24px;
  font-size: 0.8rem;
  text-align: center;
  background: #fff;
  bottom: -3px;
  right: -10px;
}
.arrangement__table .genba .ginosya_name span.leader:after {
  content: "長";
  border: 2px solid #ff6900;
}
.arrangement__table .genba .ginosya_name span.junior:after {
  content: "小";
  border: 2px solid #45d035;
}
.arrangement__table .genba .ginosya_name span.senior:after {
  content: "高";
  border: 2px solid #952bf7;
}
.arrangement__table table {
  border-collapse: collapse;
  border-color: #E2E2E2;
}
.arrangement__table table.table-fixed {
  table-layout: fixed;
}
.arrangement__table table th, .arrangement__table table td {
  border: 1px solid #8E8E8E;
  vertical-align: middle;
  min-width: 1rem;
  font-size: 12px;
}
.arrangement__table table th.last_day, .arrangement__table table td.last_day {
  background-color: #e4f2ff;
}
.arrangement__table table th.last_row, .arrangement__table table td.last_row {
  background-color: #fff5e4;
  height: 3rem;
}
.arrangement__table table th:first-child {
  border-bottom-color: 1px solid #E2E2E2;
}
.arrangement__table table th.table--disabled--column {
  background-image: linear-gradient(to top right, transparent calc(50% - 1px), #FFF, transparent calc(50% + 1px));
}
.arrangement__table table th.table--disabled--column, .arrangement__table table td.table--disabled--column {
  background-image: linear-gradient(to top right, transparent calc(50% - 1px), #CFCFCF, transparent calc(50% + 1px));
}
.arrangement__table table.table--bg--white td {
  background-color: #FFF;
}
.arrangement__table table.table--bg--white td.select {
  padding: 0;
}
.arrangement__table table.table--bg--white td select {
  width: 100%;
  height: 3rem;
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
}
.arrangement__table table.table--bg--row-grey .span_1 {
  width: 1.5rem;
}
.arrangement__table table.table--bg--row-grey .span_2 {
  width: 2rem;
}
.arrangement__table table.table--bg--row-grey .span_3 {
  width: 6rem;
}
.arrangement__table table.table--bg--row-grey .span_4 {
  width: 9rem;
}
.arrangement__table table.table--bg--row-grey .span_7 {
  width: 20rem;
}
.arrangement__table table.table--bg--row-grey tr:nth-child(even) td {
  background-color: #E2E2E2;
}
.arrangement__table table .custom-dropdown button:hover, .arrangement__table table .custom-dropdown button:focus {
  color: #000;
}
.arrangement__table .table--w250 {
  width: 250px;
}
.arrangement__table .table--border--radius {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #E2E2E2;
}

.ginosya__list {
  background-color: #f2f2f2;
}
.ginosya__list .input-w80 {
  width: 80%;
}
.ginosya__list__tag {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.modal-custom .modal-content {
  border-radius: 0;
}
.modal-custom .modal-dialog {
  position: fixed;
  margin: auto;
  right: 10px;
  bottom: 10px;
  width: 400px;
  border-radius: 0;
}

.modal-body--edit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal-body--edit .form-control-input--money {
  border-radius: 0;
}
.modal-body--edit .form-control-input--money--blue {
  background-color: #004A8C;
  color: #FFF;
}
.modal-body--edit .btn-primary-edit {
  background-color: #004A8C;
  border-radius: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
}

.addable-contents {
  list-style: none;
}
.addable-contents li {
  margin: 10px 0;
  width: 100%;
  padding: 3px;
}
.addable-contents li .company {
  border: 2px solid #005099;
  border-radius: 3px;
}
.addable-contents li .ginosya_name {
  border: 2px solid #005099;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
.addable-contents li span {
  padding: 6px;
  margin-right: 5px;
  color: #005099;
  background: #fff;
  cursor: pointer;
}
.addable-contents li span:after {
  border-radius: 100%;
  padding: 2px;
  position: absolute;
  width: 24px;
  height: 24px;
  font-size: 0.8rem;
  text-align: center;
  background: #fff;
  bottom: -3px;
  right: -10px;
}
.addable-contents li span.leader:after {
  content: "長";
  border: 2px solid #ff6900;
}
.addable-contents li span.junior:after {
  content: "小";
  border: 2px solid #45d035;
}
.addable-contents li span.senior:after {
  content: "高";
  border: 2px solid #952bf7;
}

#ginosya_list li.moved * {
  background: #999;
}

.content__top__bar.ledger_sale1 {
  z-index: 20;
}

.ledger {
  background-color: #F7F7F7;
  overflow-x: auto;
  margin-top: -80px;
}
.ledger.ma-top-6 {
  margin-top: 3.6rem;
}
.ledger .nav-tabs--custom {
  flex-wrap: nowrap;
}
.ledger .nav-tabs--custom .nav-item {
  margin-left: -20px;
}
.ledger .nav-tabs--custom .nav-item:nth-child(1) {
  margin-left: 0px;
}
.ledger .nav-tabs--custom .nav-item.beforeActive a {
  padding-left: 0px;
}
.ledger .nav-tabs--custom .nav-item:nth-child(1) {
  z-index: 9;
}
.ledger .nav-tabs--custom .nav-item:nth-child(1).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-item:nth-child(2) {
  z-index: 8;
}
.ledger .nav-tabs--custom .nav-item:nth-child(2).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-item:nth-child(3) {
  z-index: 7;
}
.ledger .nav-tabs--custom .nav-item:nth-child(3).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-item:nth-child(4) {
  z-index: 6;
}
.ledger .nav-tabs--custom .nav-item:nth-child(4).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-item:nth-child(5) {
  z-index: 5;
}
.ledger .nav-tabs--custom .nav-item:nth-child(5).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-item:nth-child(6) {
  z-index: 4;
}
.ledger .nav-tabs--custom .nav-item:nth-child(6).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-item:nth-child(7) {
  z-index: 3;
}
.ledger .nav-tabs--custom .nav-item:nth-child(7).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-item:nth-child(8) {
  z-index: 2;
}
.ledger .nav-tabs--custom .nav-item:nth-child(8).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-item:nth-child(9) {
  z-index: 1;
}
.ledger .nav-tabs--custom .nav-item:nth-child(9).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-item:nth-child(10) {
  z-index: 0;
}
.ledger .nav-tabs--custom .nav-item:nth-child(10).active {
  z-index: 15;
}
.ledger .nav-tabs--custom .nav-link {
  color: #333333;
  background: linear-gradient(90deg, rgb(207, 207, 207) 0%, rgb(238, 238, 238) 100%);
  border-top-right-radius: 1.5rem;
  width: 190px;
  text-align: center;
  padding-left: 20px;
  transition: none;
}
.ledger .nav-tabs--custom .nav-link.active {
  color: #1B4F98;
  background: #FFF;
  border-left: 10px solid #1B4F98;
  padding-left: 0px;
}
.ledger .nav-tabs--custom .nav-link:hover {
  background: #FFF;
}
.ledger .nav-tabs--custom--body {
  background-color: #FFF;
  display: none;
}
.ledger .nav-tabs--custom--body.active {
  display: flex;
}

.list--color {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 1rem;
  background-color: #FFF;
}
.list--color .list--color {
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
.list--color .list--color--1 {
  background-color: #F7AC3B;
}
.list--color .list--color--2 {
  background-color: #4CD3A7;
}
.list--color .list--color--3 {
  background-color: #4EA0DD;
}
.list--color div {
  display: flex;
  justify-content: start;
  align-items: center;
}

.box--search--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  background-color: #FFF;
  border-radius: 6px;
  overflow: hidden;
}
.box--search--top--item {
  display: flex;
  justify-content: start;
  align-items: center;
}
.box--search--top--item--text {
  font-size: 0.8rem;
}
.box--search--top--item:nth-child(1) input {
  width: 80px;
}
.box--search--top--item:nth-child(2) input {
  width: 40px;
}
.box--search--top .btn--search--top {
  background-color: #4874BC;
  text-align: center;
  border: none;
  color: #FFF;
  height: 40px;
}

.box--tab--header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.box--tab--header div:nth-child(1) {
  border-left: 1rem solid #4874BC;
  padding-left: 1rem;
  margin-right: 4rem;
}
.box--tab--body {
  border: 1px solid #CFCFCF;
}

.w-350px {
  width: 350px;
}

.body-wrapper.parent-company-page {
  padding: 2rem;
}
.body-wrapper.parent-company-page table {
  border-collapse: collapse;
  border-color: #707070;
  width: 100%;
}
.body-wrapper.parent-company-page table th, .body-wrapper.parent-company-page table td {
  border: 1px solid #707070;
  padding: 0.4rem;
}
.body-wrapper.parent-company-page table tr:nth-child(odd) {
  background-color: #E2E2E2;
}
.body-wrapper.parent-company-page table th {
  background-color: #1B4F98;
  color: #fff;
  text-align: center;
}
.body-wrapper.parent-company-page table td:nth-child(even), .body-wrapper.parent-company-page table td:last-child {
  color: #0071BC;
}
.body-wrapper.parent-company-page table a {
  color: #0071BC;
}

.body-wrapper.add-parent-company {
  padding: 1rem 2rem;
}
.body-wrapper.add-parent-company .common_form ul h4 {
  color: #000;
  font-size: 0.9rem;
  font-weight: 900;
}
.body-wrapper.add-parent-company .common_form ul .li--err {
  color: #dc3545;
  margin-top: -1rem;
}
.body-wrapper.add-parent-company .common_form ul li, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li {
  display: flex;
  flex-flow: wrap;
  width: 80%;
  margin: 1rem;
  align-items: center;
}
.body-wrapper.add-parent-company .common_form ul li label, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li label {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
}
.body-wrapper.add-parent-company .common_form ul li input[type=text], .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input[type=text] {
  display: flex;
  width: 100%;
  border: 1px solid #888;
  padding: 0.3rem;
}
.body-wrapper.add-parent-company .common_form ul li input[type=month], .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input[type=month] {
  min-height: 35.59px;
}
.body-wrapper.add-parent-company .common_form ul li input.half, .body-wrapper.add-parent-company .common_form ul li input select, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input.half, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input select {
  display: inline-block;
  width: 30%;
  margin: 0 1rem;
}
.body-wrapper.add-parent-company .common_form ul li input[disabled], .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input[disabled] {
  background-color: #f0f0f0;
}
.body-wrapper.add-parent-company .common_form ul li select, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li select {
  display: inline-block;
  width: 30%;
  margin: 0 1rem;
  font-size: 120%;
  padding: 0.3rem;
  font-weight: 500;
}
.body-wrapper.add-parent-company .common_form ul li button.add_input, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li button.add_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: #ed1d23;
  color: #fff;
  font-weight: 700;
  padding: 0.3rem 0.5rem;
  margin-left: 1rem;
}
.body-wrapper.add-parent-company .common_form ul li button.add_input:hover, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li button.add_input:hover {
  filter: brightness(110%);
}
.body-wrapper.add-parent-company .common_form ul li .radio_list, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list {
  display: flex;
  width: 250px;
  justify-content: flex-start;
  padding-left: 10px;
}
.body-wrapper.add-parent-company .common_form ul li .radio_list label, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list label {
  width: auto;
  cursor: pointer;
}
.body-wrapper.add-parent-company .common_form ul li .radio_list label:hover, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list label:hover {
  filter: brightness(110%);
}
.body-wrapper.add-parent-company .common_form ul li .radio_list input[type=radio], .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}
.body-wrapper.add-parent-company .common_form ul li .radio_list input[type=radio] + span, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio] + span {
  padding: 0.3rem 1rem;
  background: #ccc;
  color: #fff;
  font-size: 120%;
  margin-right: 1px;
}
.body-wrapper.add-parent-company .common_form ul li .radio_list input[type=radio]:checked + span, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio]:checked + span {
  background: #1b5099;
}
.body-wrapper.add-parent-company .common_form ul li .label_toggle_flag, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .label_toggle_flag {
  width: 100px;
}
.body-wrapper.add-parent-company .common_form ul li input.toggle_flag[type=checkbox], .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag[type=checkbox] {
  display: none;
}
.body-wrapper.add-parent-company .common_form ul li input.toggle_flag:checked + .toggle:after, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag:checked + .toggle:after {
  left: 29px;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5019607843);
}
.body-wrapper.add-parent-company .common_form ul li input.toggle_flag:checked + .toggle:before, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag:checked + .toggle:before {
  background: #35c759;
}
.body-wrapper.add-parent-company .common_form ul li .toggle, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .toggle {
  position: relative;
  width: 62px;
  height: 36px;
  margin: 0px 10px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.body-wrapper.add-parent-company .common_form ul li input.toggle_flag + .toggle:before, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag + .toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #e9e9eb;
  transition: 0.2s ease-out;
}
.body-wrapper.add-parent-company .common_form ul li input.toggle_flag + .toggle:after, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag + .toggle:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3019607843);
  transition: 0.1s ease-out;
}
.body-wrapper.add-parent-company .common_form ul li#check_list, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li#check_list {
  width: 100%;
}
.body-wrapper.add-parent-company .common_form ul li#check_list input#check_list, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li#check_list input#check_list {
  width: 80%;
}
.body-wrapper.add-parent-company .common_form ul li .check_list, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.body-wrapper.add-parent-company .common_form ul li .check_list label, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list label {
  width: auto;
}
.body-wrapper.add-parent-company .common_form ul li .check_list input[type=checkbox], .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.body-wrapper.add-parent-company .common_form ul li .check_list input[type=checkbox] + span, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox] + span {
  border: 1px solid #ccc;
  padding: 0.3rem 0.5rem;
  display: inline-block;
  margin: 0.2rem;
}
.body-wrapper.add-parent-company .common_form ul li .check_list input[type=checkbox]:checked + span, .body-wrapper.add-parent-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox]:checked + span {
  background: #1b5099;
  color: #fff;
}

.body-wrapper.cooperate-company {
  padding: 2rem;
}
.body-wrapper.cooperate-company table {
  border-collapse: collapse;
  border-color: #707070;
  width: 100%;
}
.body-wrapper.cooperate-company table th, .body-wrapper.cooperate-company table td {
  border: 1px solid #707070;
  padding: 0.4rem;
}
.body-wrapper.cooperate-company table tr:nth-child(odd) {
  background-color: #E2E2E2;
}
.body-wrapper.cooperate-company table th {
  background-color: #1B4F98;
  color: #fff;
  text-align: center;
}
.body-wrapper.cooperate-company table td:nth-child(even), .body-wrapper.cooperate-company table td:last-child {
  color: #0071BC;
}

.body-wrapper.add-cooperate-company {
  padding: 1rem 2rem;
}
.body-wrapper.add-cooperate-company .common_form ul h4 {
  color: #000;
  font-size: 0.9rem;
  font-weight: 900;
}
.body-wrapper.add-cooperate-company .common_form ul li, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li {
  display: flex;
  flex-flow: wrap;
  width: 80%;
  margin: 1rem;
}
.body-wrapper.add-cooperate-company .common_form ul li label, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li label {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
}
.body-wrapper.add-cooperate-company .common_form ul li input[type=text], .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li input[type=text] {
  display: flex;
  width: 100%;
  border: 1px solid #888;
  padding: 0.3rem;
}
.body-wrapper.add-cooperate-company .common_form ul li input[type=month], .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li input[type=month] {
  min-height: 35.59px;
}
.body-wrapper.add-cooperate-company .common_form ul li input.half, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li input.half {
  display: inline-block;
  width: 30%;
  margin: 0 1rem;
}
.body-wrapper.add-cooperate-company .common_form ul li select, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li select {
  display: inline-block;
  width: 30%;
  margin: 0 1rem;
  font-size: 120%;
  padding: 0.3rem;
  font-weight: 500;
}
.body-wrapper.add-cooperate-company .common_form ul li button.add_input, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li button.add_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: #ed1d23;
  color: #fff;
  font-weight: 700;
  padding: 0.3rem 0.5rem;
  margin-left: 1rem;
}
.body-wrapper.add-cooperate-company .common_form ul li button.add_input:hover, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li button.add_input:hover {
  filter: brightness(110%);
}
.body-wrapper.add-cooperate-company .common_form ul li .radio_list, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list {
  display: flex;
  width: 250px;
  justify-content: flex-start;
}
.body-wrapper.add-cooperate-company .common_form ul li .radio_list label, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list label {
  width: auto;
  cursor: pointer;
}
.body-wrapper.add-cooperate-company .common_form ul li .radio_list label:hover, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list label:hover {
  filter: brightness(110%);
}
.body-wrapper.add-cooperate-company .common_form ul li .radio_list input[type=radio], .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}
.body-wrapper.add-cooperate-company .common_form ul li .radio_list input[type=radio] + span, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio] + span {
  padding: 0.3rem 1rem;
  background: #ccc;
  color: #fff;
  font-size: 120%;
  margin-right: 1px;
}
.body-wrapper.add-cooperate-company .common_form ul li .radio_list input[type=radio]:checked + span, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio]:checked + span {
  background: #1b5099;
}
.body-wrapper.add-cooperate-company .common_form ul li .label_toggle_flag, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .label_toggle_flag {
  width: 100px;
}
.body-wrapper.add-cooperate-company .common_form ul li input.toggle_flag[type=checkbox], .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag[type=checkbox] {
  display: none;
}
.body-wrapper.add-cooperate-company .common_form ul li input.toggle_flag:checked + .toggle:after, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag:checked + .toggle:after {
  left: 29px;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5019607843);
}
.body-wrapper.add-cooperate-company .common_form ul li input.toggle_flag:checked + .toggle:before, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag:checked + .toggle:before {
  background: #35c759;
}
.body-wrapper.add-cooperate-company .common_form ul li .toggle, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .toggle {
  position: relative;
  width: 62px;
  height: 36px;
  margin: 0px 10px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.body-wrapper.add-cooperate-company .common_form ul li input.toggle_flag + .toggle:before, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag + .toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #e9e9eb;
  transition: 0.2s ease-out;
}
.body-wrapper.add-cooperate-company .common_form ul li input.toggle_flag + .toggle:after, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag + .toggle:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3019607843);
  transition: 0.1s ease-out;
}
.body-wrapper.add-cooperate-company .common_form ul li#check_list, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li#check_list {
  width: 100%;
}
.body-wrapper.add-cooperate-company .common_form ul li#check_list input#check_list, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li#check_list input#check_list {
  width: 80%;
}
.body-wrapper.add-cooperate-company .common_form ul li .check_list, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.body-wrapper.add-cooperate-company .common_form ul li .check_list label, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list label {
  width: auto;
}
.body-wrapper.add-cooperate-company .common_form ul li .check_list input[type=checkbox], .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.body-wrapper.add-cooperate-company .common_form ul li .check_list input[type=checkbox] + span, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox] + span {
  border: 1px solid #ccc;
  padding: 0.3rem 0.5rem;
  display: inline-block;
  margin: 0.2rem;
}
.body-wrapper.add-cooperate-company .common_form ul li .check_list input[type=checkbox]:checked + span, .body-wrapper.add-cooperate-company .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox]:checked + span {
  background: #1b5099;
  color: #fff;
}

.body-wrapper.construction-site {
  padding: 2rem;
}
.body-wrapper.construction-site .filter__wrapper {
  border: 2px solid #E2E2E2;
  border-radius: 5px;
}
.body-wrapper.construction-site .filter__wrapper .row--flx {
  display: flex;
}
.body-wrapper.construction-site .filter__wrapper .row--flx.top {
  border-bottom: 2px solid #E2E2E2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
.body-wrapper.construction-site .filter__wrapper .row--flx.bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.body-wrapper.construction-site .filter__wrapper .row--flx > div {
  display: flex;
}
.body-wrapper.construction-site .filter__wrapper .row--flx label {
  background-color: #1B4F98;
  height: 100%;
  min-width: 6rem;
  color: #FFF;
  text-align: center;
  padding: 0.4rem 0px;
}
.body-wrapper.construction-site .filter__wrapper .row--flx input {
  margin: 0.3rem;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.body-wrapper.construction-site .filter__wrapper .row--flx .coln--1 input {
  min-width: 10rem;
}
.body-wrapper.construction-site .filter__wrapper .row--flx .coln--1 select {
  min-width: 10rem;
  width: 100%;
  margin: 0.3rem;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.body-wrapper.construction-site .filter__wrapper .row--flx .coln--2 {
  grid-column-start: 2;
  grid-column-end: 4;
}
.body-wrapper.construction-site .filter__wrapper .row--flx .coln--2 input {
  min-width: 20rem;
  width: 100%;
}
.body-wrapper.construction-site .btn_pair button {
  border: unset;
  border-radius: 5px;
  min-width: 6rem;
  min-height: 2rem;
  color: #FFF;
  font-size: 95%;
}
.body-wrapper.construction-site .btn_pair button.search {
  background-color: #0885db;
}
.body-wrapper.construction-site .btn_pair button.reset {
  background-color: #001F67;
}
.body-wrapper.construction-site .list .btn_group {
  margin: 1rem 0 0.5rem 0;
}
.body-wrapper.construction-site .list .btn_group button {
  border-radius: 5px;
  padding: 0.4rem;
}
.body-wrapper.construction-site .list .btn_group .filled {
  border: 1px solid #058BF7;
  background-color: #058BF7;
  color: #FFF;
}
.body-wrapper.construction-site .list .btn_group .alt {
  border: 1px solid #058BF7;
  color: #058BF7;
  background-color: #FFF;
}
.body-wrapper.construction-site .list table {
  border-collapse: collapse;
  border-color: #707070;
  width: 100%;
}
.body-wrapper.construction-site .list table th, .body-wrapper.construction-site .list table td {
  border: 1px solid #E2E2E2;
  padding: 0.4rem;
  font-size: 80%;
}
.body-wrapper.construction-site .list table td input[type=checkbox] {
  width: 17px;
  height: 17px;
}
.body-wrapper.construction-site .list table th {
  background-color: #4C4C4C;
  color: #FFF;
  text-align: center;
  font-weight: 200;
}
.body-wrapper.construction-site .list table td:first-child, .body-wrapper.construction-site .list table td:last-child, .body-wrapper.construction-site .list table td:nth-child(3), .body-wrapper.construction-site .list table td:nth-child(5), .body-wrapper.construction-site .list table td:nth-child(6), .body-wrapper.construction-site .list table td:nth-child(n+8) {
  text-align: center;
}
.body-wrapper.construction-site .list table td.btn_group {
  text-align: center;
  max-width: 5rem;
}
.body-wrapper.construction-site .list table td.btn_group button {
  background-color: #2D96DA;
  border: 0px;
  color: #FFF;
  padding: 2px 10px;
  margin-right: 1rem;
}
.body-wrapper.construction-site .list table td.btn_group button:hover {
  filter: brightness(110%);
}

.body-wrapper.add-construction-site {
  padding: 1rem 2rem;
}
.body-wrapper.add-construction-site .common_form ul h4 {
  color: #000;
  font-size: 0.9rem;
  font-weight: 900;
  padding-top: 1rem;
}
.body-wrapper.add-construction-site .common_form ul h4:first-child {
  padding-top: unset;
}
.body-wrapper.add-construction-site .common_form ul .li--err {
  color: #dc3545;
  margin-top: -1rem;
}
.body-wrapper.add-construction-site .common_form ul li, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  width: 80%;
  margin: 1rem;
}
.body-wrapper.add-construction-site .common_form ul li label, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li label {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
}
.body-wrapper.add-construction-site .common_form ul li input[type=text], .body-wrapper.add-construction-site .common_form ul li input[type=tel], .body-wrapper.add-construction-site .common_form ul li input[type=number], .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input[type=text], .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input[type=tel], .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input[type=number] {
  display: flex;
  width: 100%;
  border: 1px solid #888;
  padding: 0.3rem;
}
.body-wrapper.add-construction-site .common_form ul li input[type=month], .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input[type=month] {
  min-height: 35.59px;
}
.body-wrapper.add-construction-site .common_form ul li input.half, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input.half {
  display: inline-block;
  width: 30%;
  margin: 0 1rem;
}
.body-wrapper.add-construction-site .common_form ul li input.half.fw--nm, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input.half.fw--nm {
  font-weight: unset;
}
.body-wrapper.add-construction-site .common_form ul li.floor, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li.floor {
  align-items: center;
  font-size: 90%;
}
.body-wrapper.add-construction-site .common_form ul li.floor .fw--bold, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li.floor .fw--bold {
  font-weight: 600;
}
.body-wrapper.add-construction-site .common_form ul li select, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li select {
  display: inline-block;
  width: 35%;
  margin: 0 1rem;
  font-size: 120%;
  padding: 0.3rem;
  font-weight: 500;
}
.body-wrapper.add-construction-site .common_form ul li select.left, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li select.left {
  margin-left: 0;
}
.body-wrapper.add-construction-site .common_form ul li button.add_input, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li button.add_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: #ed1d23;
  color: #fff;
  font-weight: 700;
  padding: 0.3rem 0.5rem;
  margin-left: 1rem;
}
.body-wrapper.add-construction-site .common_form ul li button.add_input:hover, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li button.add_input:hover {
  filter: brightness(110%);
}
.body-wrapper.add-construction-site .common_form ul li .radio_list, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .radio_list {
  display: flex;
  width: 250px;
  justify-content: flex-start;
}
.body-wrapper.add-construction-site .common_form ul li .radio_list label, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .radio_list label {
  width: auto;
  cursor: pointer;
}
.body-wrapper.add-construction-site .common_form ul li .radio_list label:hover, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .radio_list label:hover {
  filter: brightness(110%);
}
.body-wrapper.add-construction-site .common_form ul li .radio_list input[type=radio], .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}
.body-wrapper.add-construction-site .common_form ul li .radio_list input[type=radio] + span, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio] + span {
  padding: 0.3rem 1rem;
  background: #ccc;
  color: #fff;
  font-size: 120%;
  margin-right: 1px;
}
.body-wrapper.add-construction-site .common_form ul li .radio_list input[type=radio]:checked + span, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio]:checked + span {
  background: #1b5099;
}
.body-wrapper.add-construction-site .common_form ul li .label_toggle_flag, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .label_toggle_flag {
  width: 100px;
}
.body-wrapper.add-construction-site .common_form ul li input.toggle_flag[type=checkbox], .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag[type=checkbox] {
  display: none;
}
.body-wrapper.add-construction-site .common_form ul li input.toggle_flag:checked + .toggle:after, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag:checked + .toggle:after {
  left: 29px;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5019607843);
}
.body-wrapper.add-construction-site .common_form ul li input.toggle_flag:checked + .toggle:before, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag:checked + .toggle:before {
  background: #35c759;
}
.body-wrapper.add-construction-site .common_form ul li .toggle, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .toggle {
  position: relative;
  width: 62px;
  height: 36px;
  margin: 0px 10px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.body-wrapper.add-construction-site .common_form ul li input.toggle_flag + .toggle:before, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag + .toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #e9e9eb;
  transition: 0.2s ease-out;
}
.body-wrapper.add-construction-site .common_form ul li input.toggle_flag + .toggle:after, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag + .toggle:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3019607843);
  transition: 0.1s ease-out;
}
.body-wrapper.add-construction-site .common_form ul li#check_list, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li#check_list {
  width: 100%;
}
.body-wrapper.add-construction-site .common_form ul li#check_list input#check_list, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li#check_list input#check_list {
  width: 80%;
}
.body-wrapper.add-construction-site .common_form ul li .check_list, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .check_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.body-wrapper.add-construction-site .common_form ul li .check_list label, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .check_list label {
  width: auto;
}
.body-wrapper.add-construction-site .common_form ul li .check_list input[type=checkbox], .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.body-wrapper.add-construction-site .common_form ul li .check_list input[type=checkbox] + span, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox] + span {
  border: 1px solid #ccc;
  padding: 0.3rem 0.5rem;
  display: inline-block;
  margin: 0.2rem;
}
.body-wrapper.add-construction-site .common_form ul li .check_list input[type=checkbox]:checked + span, .body-wrapper.add-construction-site .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox]:checked + span {
  background: #1b5099;
  color: #fff;
}

.body-wrapper.employee {
  padding: 2rem;
}
.body-wrapper.employee table {
  border-collapse: collapse;
  border-color: #707070;
  width: 100%;
}
.body-wrapper.employee table th, .body-wrapper.employee table td {
  border: 1px solid #707070;
  padding: 0.4rem;
  font-size: 80%;
}
.body-wrapper.employee table th {
  background-color: #1B4F98;
  color: #FFF;
  text-align: center;
}
.body-wrapper.employee table tr:nth-child(odd) {
  background-color: #E2E2E2;
}
.body-wrapper.employee table td:nth-child(4) {
  color: #0071BC;
}
.body-wrapper.employee table td:last-child {
  letter-spacing: 3px;
}
.body-wrapper.employee table td.btn_group {
  text-align: center;
  max-width: 5rem;
}
.body-wrapper.employee table td.btn_group button {
  background-color: #2D96DA;
  border: 0px;
  color: #FFF;
  padding: 2px 10px;
  margin-right: 1rem;
}
.body-wrapper.employee table td.btn_group button:hover {
  filter: brightness(110%);
}

.box--performance {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #FFF;
  background-color: #52B0D1;
  padding: 0.5rem 1.5rem;
  text-align: center;
  width: 130px;
  height: 68px;
  border-radius: 5px;
}
.box--performance a {
  white-space: nowrap;
}

.w-850px {
  max-width: 850px;
}

.w-200 {
  width: 200px;
}

td.border-left--none {
  border-left-color: transparent !important;
}

td.border-right--none {
  border-right-color: transparent !important;
}

tr#minute_total td, tr#month_total td {
  background-color: #FFF;
}

.daily-report-table table tr:nth-last-child(2) td, .daily-report-table table tr:last-child td {
  font-size: 1rem;
}
.daily-report-table table tr:nth-last-child(2) td:nth-child(1), .daily-report-table table tr:nth-last-child(2) td:nth-child(2), .daily-report-table table tr:nth-last-child(2) td:nth-child(3), .daily-report-table table tr:last-child td:nth-child(1), .daily-report-table table tr:last-child td:nth-child(2), .daily-report-table table tr:last-child td:nth-child(3) {
  border-left: 0px;
  border-right: 0px;
}
.daily-report-table table tr:nth-last-child(2) td:nth-child(1), .daily-report-table table tr:last-child td:nth-child(1) {
  border-left: 1px solid #8E8E8E;
  padding-right: 11%;
}
.daily-report-table table tr:nth-last-child(2) td:nth-child(4), .daily-report-table table tr:last-child td:nth-child(4) {
  border-left: 0px;
}

.body-wrapper.add-employee {
  padding: 1rem 2rem;
}
.body-wrapper.add-employee .common_form ul h4 {
  color: #000;
  font-size: 0.9rem;
  font-weight: 900;
  padding-top: 1rem;
}
.body-wrapper.add-employee .common_form ul h4:first-child {
  padding-top: unset;
}
.body-wrapper.add-employee .common_form ul .li--err {
  color: #dc3545;
  margin-top: -1rem;
}
.body-wrapper.add-employee .common_form ul li, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  width: 80%;
  margin: 1rem;
}
.body-wrapper.add-employee .common_form ul li textarea, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li textarea {
  font-size: 120%;
  padding: 0.3rem;
  display: block;
  width: 100%;
}
.body-wrapper.add-employee .common_form ul li label, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li label {
  width: 100%;
  font-size: 0.9rem;
  font-weight: 400;
}
.body-wrapper.add-employee .common_form ul li label.switch, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li label.switch {
  width: -moz-min-content;
  width: min-content;
}
.body-wrapper.add-employee .common_form ul li input[type=text], .body-wrapper.add-employee .common_form ul li input[type=tel], .body-wrapper.add-employee .common_form ul li input[type=mail], .body-wrapper.add-employee .common_form ul li input[type=password], .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input[type=text], .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input[type=tel], .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input[type=mail], .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input[type=password] {
  display: flex;
  width: 100%;
  border: 1px solid #888;
  padding: 0.3rem;
}
.body-wrapper.add-employee .common_form ul li input[type=month], .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input[type=month] {
  min-height: 35.59px;
}
.body-wrapper.add-employee .common_form ul li input.half, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input.half {
  display: inline-block;
  width: 30%;
  margin: 0 1rem;
}
.body-wrapper.add-employee .common_form ul li input.half.fw--nm, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input.half.fw--nm {
  font-weight: unset;
}
.body-wrapper.add-employee .common_form ul li.floor, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li.floor {
  align-items: center;
  font-size: 90%;
}
.body-wrapper.add-employee .common_form ul li.floor .fw--bold, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li.floor .fw--bold {
  font-weight: 600;
}
.body-wrapper.add-employee .common_form ul li select, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li select {
  display: inline-block;
  width: 30%;
  margin: 0 1rem;
  font-size: 120%;
  padding: 0.3rem;
  font-weight: 500;
}
.body-wrapper.add-employee .common_form ul li button.add_input, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li button.add_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: #ed1d23;
  color: #FFF;
  font-weight: 700;
  padding: 0.3rem 0.5rem;
  margin-left: 1rem;
}
.body-wrapper.add-employee .common_form #list_occupations ul li button.minus_input, .body-wrapper.add-employee .common_form #list_occupations ul span.toggle_item.kenpo_add_comment li button.minus_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: #939393;
  color: #FFF;
  font-weight: 700;
  padding: 0.3rem 0.5rem;
  margin-left: 1rem;
}
.body-wrapper.add-employee .common_form ul li button.add_input:hover, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li button.add_input:hover {
  filter: brightness(110%);
}
.body-wrapper.add-employee .common_form ul li .radio_list, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .radio_list {
  display: flex;
  width: 250px;
  justify-content: flex-start;
  padding-left: 0.5rem;
}
.body-wrapper.add-employee .common_form ul li .radio_list label, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .radio_list label {
  width: auto;
  cursor: pointer;
}
.body-wrapper.add-employee .common_form ul li .radio_list label:hover, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .radio_list label:hover {
  filter: brightness(110%);
}
.body-wrapper.add-employee .common_form ul li .radio_list input[type=radio], .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}
.body-wrapper.add-employee .common_form ul li .radio_list input[type=radio] + span, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio] + span {
  padding: 0.5rem 1.2rem;
  background: #ccc;
  color: #FFF;
  margin-right: 2px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 110%;
}
.body-wrapper.add-employee .common_form ul li .radio_list input[type=radio]:checked + span, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .radio_list input[type=radio]:checked + span {
  background: #1b5099;
}
.body-wrapper.add-employee .common_form ul li .label_toggle_flag, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .label_toggle_flag {
  width: 100px;
}
.body-wrapper.add-employee .common_form ul li input.toggle_flag[type=checkbox], .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag[type=checkbox] {
  display: none;
}
.body-wrapper.add-employee .common_form ul li input.toggle_flag:checked + .toggle:after, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag:checked + .toggle:after {
  left: 29px;
  box-shadow: 0 9px 28px -6px #000;
}
.body-wrapper.add-employee .common_form ul li input.toggle_flag:checked + .toggle:before, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag:checked + .toggle:before {
  background: #35c759;
}
.body-wrapper.add-employee .common_form ul li .toggle, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .toggle {
  position: relative;
  width: 62px;
  height: 36px;
  margin: 0px 10px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.body-wrapper.add-employee .common_form ul li input.toggle_flag + .toggle:before, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag + .toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #e9e9eb;
  transition: 0.2s ease-out;
}
.body-wrapper.add-employee .common_form ul li input.toggle_flag + .toggle:after, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li input.toggle_flag + .toggle:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0 9px 28px -6px #000;
  transition: 0.1s ease-out;
}
.body-wrapper.add-employee .common_form ul li#check_list, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li#check_list {
  width: 100%;
}
.body-wrapper.add-employee .common_form ul li#check_list input#check_list, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li#check_list input#check_list {
  width: 80%;
}
.body-wrapper.add-employee .common_form ul li .check_list, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .check_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.body-wrapper.add-employee .common_form ul li .check_list label, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .check_list label {
  width: auto;
}
.body-wrapper.add-employee .common_form ul li .check_list input[type=checkbox], .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.body-wrapper.add-employee .common_form ul li .check_list input[type=checkbox] + span, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox] + span {
  border: 1px solid #ccc;
  padding: 0.3rem 0.5rem;
  display: inline-block;
  margin: 0.2rem;
}
.body-wrapper.add-employee .common_form ul li .check_list input[type=checkbox]:checked + span, .body-wrapper.add-employee .common_form ul span.toggle_item.kenpo_add_comment li .check_list input[type=checkbox]:checked + span {
  background: #1b5099;
  color: #FFF;
}

.body-wrapper.quotation {
  padding: 2rem;
}
.body-wrapper.quotation .filter__wrapper {
  border: 2px solid #E2E2E2;
  border-radius: 5px;
}
.body-wrapper.quotation .filter__wrapper .row--flx {
  display: flex;
}
.body-wrapper.quotation .filter__wrapper .row--flx.top {
  border-bottom: 2px solid #E2E2E2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
.body-wrapper.quotation .filter__wrapper .row--flx.bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.body-wrapper.quotation .filter__wrapper .row--flx > div {
  display: flex;
}
.body-wrapper.quotation .filter__wrapper .row--flx label {
  background-color: #1B4F98;
  height: 100%;
  min-width: 6rem;
  color: #FFF;
  text-align: center;
  padding: 0.4rem 0px;
}
.body-wrapper.quotation .filter__wrapper .row--flx input {
  margin: 0.3rem;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.body-wrapper.quotation .filter__wrapper .row--flx .coln--1 input {
  min-width: 10rem;
}
.body-wrapper.quotation .filter__wrapper .row--flx .coln--1 select {
  min-width: 10rem;
  width: 100%;
  margin: 0.3rem;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.body-wrapper.quotation .filter__wrapper .row--flx .coln--2 {
  grid-column-start: 2;
  grid-column-end: 4;
}
.body-wrapper.quotation .filter__wrapper .row--flx .coln--2 input {
  min-width: 20rem;
  width: 100%;
}
.body-wrapper.quotation .btn_pair button {
  border: unset;
  border-radius: 5px;
  min-width: 6rem;
  min-height: 2rem;
  color: #FFF;
  font-size: 95%;
}
.body-wrapper.quotation .btn_pair button.search {
  background-color: #0885db;
}
.body-wrapper.quotation .btn_pair button.reset {
  background-color: #001F67;
}
.body-wrapper.quotation .list .btn_group {
  margin: 1rem 0 0.5rem 0;
}
.body-wrapper.quotation .list .btn_group button {
  border-radius: 5px;
  padding: 0.4rem;
}
.body-wrapper.quotation .list .btn_group .filled {
  border: 1px solid #058BF7;
  background-color: #058BF7;
  color: #FFF;
}
.body-wrapper.quotation .list .btn_group .alt {
  border: 1px solid #058BF7;
  color: #058BF7;
  background-color: #FFF;
}
.body-wrapper.quotation .list table {
  border-collapse: collapse;
  border-color: #707070;
  width: 100%;
}
.body-wrapper.quotation .list table th, .body-wrapper.quotation .list table td {
  border: 1px solid #E2E2E2;
  padding: 0.4rem;
  font-size: 80%;
}
.body-wrapper.quotation .list table th {
  background-color: #4C4C4C;
  color: #FFF;
  text-align: center;
  font-weight: 200;
}
.body-wrapper.quotation .list table td:first-child, .body-wrapper.quotation .list table td:last-child, .body-wrapper.quotation .list table td:nth-child(3), .body-wrapper.quotation .list table td:nth-child(5), .body-wrapper.quotation .list table td:nth-child(6), .body-wrapper.quotation .list table td:nth-child(n+8) {
  text-align: center;
}
.body-wrapper.quotation .list table td:nth-child(1) input[type=checkbox] {
  width: 17px;
  height: 17px;
}
.body-wrapper.quotation .list table td.btn_group {
  text-align: center;
  max-width: 5rem;
}
.body-wrapper.quotation .list table td.btn_group button {
  background-color: #2D96DA;
  border: 0px;
  color: #FFF;
  padding: 2px 10px;
  margin-right: 1rem;
}
.body-wrapper.quotation .list table td.btn_group button:hover {
  filter: brightness(110%);
}
