@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------------------------------------
reset
 *------------------------------------------------------------------------------------------------------------------------------------ */
audio:not([controls]) {
  display: none;
}
button {
  -webkit-appearance: button;
  overflow: visible;
}
details {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  position: relative;
}
html::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
main {
  display: block;
}
pre {
  overflow: auto;
}
progress {
  display: inline-block;
}
summary {
  display: block;
}
svg:not(:root) {
  overflow: hidden;
}
template {
  display: none;
}
textarea {
  overflow: auto;
}
[hidden] {
  display: none;
}
/* Universal inheritance */
*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
* {
  font-size: inherit;
  line-height: inherit;
}
::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
/* Opinionated defaults */
*, ::after, ::before {
  border-style: solid;
  border-width: 0;
}
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
.center {
  text-align: center;
}
.text_left {
  text-align: left !important;
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
[type="date"], [type="datetime"], [type="datetime-local"], [type="email"], [type="month"], [type="number"], [type="password"], [type="reset"], [type="search"], [type="submit"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], button, select, textarea {
  min-height: 1.5em;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
nav ol, nav ul {
  list-style: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  width: 100%;
}
textarea {
  resize: vertical;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
li {
  list-style: none;
}
input[type="text"], input[type="date"], input[type="password"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}
input[type="radio"] {
  display: none;
}
input[type="checkbox"] {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}
button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
input[type="button"] {
  cursor: pointer;
  font-weight: 900 !important;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="date"]:focus, select:focus, textarea:focus {
  border: 2px solid #00ABB2;
  outline: 0;
}
/*common
------------------------------------------------------------------------------- */
body {
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #222;
  font-weight: 500;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  margin: 0 auto;
  position: relative;
  background-color: #EAEDEF;
  min-width: 1200px;
}
body.login {

  min-width: auto;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a {
  color: #222;
  text-decoration: none;
  word-wrap: break-word;
    cursor: pointer;
}
a, button, input[type="button"] {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
    cursor: pointer;
}
a:hover, button:hover, input[type="button"]:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.8;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  font-size: 0px;
}
.clearfix {
  min-height: 1px;
  zoom: 1;
}
.bg_white_wrap {
  padding: 30px;
  box-sizing: border-box;
}
input[type="text"], input[type="password"], input[type="date"], input[type="email"], select {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px 15px;
  width: 100%;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
textarea {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px 15px;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  min-height: 200px;
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
input[type="date"]::after {
  content: '';
  background-image: url(/assets/img/icon_calendar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  /* transform: translateY(-50%); */
}
.input_txt_half {
  max-width: 410px;
}
.input_txt_small {
  max-width: 100px;
}
.input_txt_w200 {
  max-width: 200px;
}
.input_txt_w90 {
  max-width: 85px;
}
.input_txt_w150 {
  max-width: 150px;
}
::placeholder {
  color: #999;
}
input:disabled::placeholder, textarea:disabled::placeholder {
  color: #222 !important;
}
input:disabled, textarea:disabled {
  color: #000 !important;
  border: 2px solid #00ABB2;
  background-color: #E7F5F2;
}
.common_green_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 100px;
  background-color: #00ABB2;
  color: #fff;
  height: 50px;
  font-weight: bold;
  font-size: 18px;
}
.common_green_frame_btn {
  display: flex;
  justify-content: center;
  align-items: center;
    color: #00ABB2;
    border: 1px solid #00ABB2;
  border-radius: 5px;
    padding: 0 15px;
  background-color: #fff;
  height: 35px;
  font-weight: bold;
  font-size: 14px;
}

.common_green_frame_btn.icon_download::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -1px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(/assets/img/icon_download.svg) no-repeat center center;
  background-size: contain;
}
.common_green_frame_btn.icon_upload::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 0px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(/assets/img/icon_upload.svg) no-repeat center center;
  background-size: contain;
}
.common_green_frame_btn.icon_connect::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -1px;
  margin-right: 5px;
  vertical-align: middle;
  background: url(/assets/img/icon_connect.svg) no-repeat center center;
  background-size: contain;
}
.common_green_frame_btn.new_add {
  display: flex;
  justify-content: center;
  align-items: center;
    padding: 0 12px;
  height: 35px;
    margin-top: -2px;

}
.common_gray_frame_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  border-radius: 5px;
  color: #666666;
  background-color: #fff;
  border: 1px solid #666666;
  height: 35px;
  font-weight: bold;
  font-size: 14px;
}
.common_gray_frame_btn.icon_plus::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  top: -0px;
  margin-right: 4px;
  vertical-align: middle;
  background: url(/assets/img/icon_plus.svg) no-repeat center center;
  background-size: contain;
}
.common_gray_btn.small {
  height: 45px;
  font-size: 16px;
}
.common_gray_btn:hover {
  opacity: 0.8;
}
.common_checkbox {
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  line-height: 1.5;
}
.common_checkbox:before {
  position: absolute;
  top: 3px;
  z-index: 1;
  left: 7px;
  display: block;
  width: 6px;
  height: 12px;
  border-right: 2px solid #00ABB2;
  border-bottom: 2px solid #00ABB2;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.common_checkbox:after {
  position: absolute;
  top: 1px;
  left: 0px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 2px solid #CCCCCC;
  background-color: #fff;
  content: "";
}
input[type="checkbox"]:checked + .common_checkbox:before {
  opacity: 1;
}


.common_checkbox.table_checkbox {
  padding: 0 0 0 0px;
        vertical-align: -4px;
}
.common_checkbox.table_checkbox:after {
  position:relative;
  top: 0px;
  left: 0px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 2px solid #CCCCCC;
  background-color: #fff;
  content: "";
}






.author_title_checkbox {
  position: relative;
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  line-height: 1.5;
}
input[type="checkbox"]:checked + .author_title_checkbox {
  background-color: #E7F5F2;
}
.error_message {
  color: #EB5050;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  padding-top: 8px;
}
.wrapper {
  display: flex;
}
#main-contents {
  padding: 40px 0px 0px var(--sidebar-width-open);
  width: 100%;
  box-sizing: border-box;
  transition: padding-left var(--sidebar-transition-time);
}
.is_sidebar_close #main-contents {
    padding-left: var(--sidebar-width-close);
}

.common_contentsarea {
  padding: 30px 40px 0px 40px;
  box-sizing: border-box;
}
.breadcrumb {
  border-bottom: 1px solid #ddd;
  padding: 8px 15px;
}
.breadcrumb .breadcrumb_list {
  display: flex;
  font-size: 12px;
  color: #666666;
}
.breadcrumb .breadcrumb_list .breadcrumb_item a {
  font-size: 12px;
  color: #666666;
  position: relative;
  text-decoration: underline;
}
.breadcrumb .breadcrumb_list .breadcrumb_item::after {
  content: "＞";
  display: inline-block;
  padding: 0 5px;
}
.breadcrumb .breadcrumb_list .breadcrumb_item:last-child::after {
  display: none;
}
.common_ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding-left: 28px;
  margin-bottom: 30px;
    letter-spacing: 0.05em;
}
.common_ttl::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 30px;
  top: 0px;
  left: 0;
  vertical-align: middle;
  background: url(/assets/img/icon_ttl.svg) no-repeat center center;
  background-size: contain;
}

.ttl_side_add{
    display: inline-block;
    margin-left: 15px;
    vertical-align: text-top;
}




.common_ttl.no_icon {
  padding-left: 0px;
}
.common_ttl.no_icon::before {
  display: none;
}
.common_ttlarea .back_arrow {
  position: relative;
}
.common_ttlarea {
  display: flex;
}
.common_ttlarea.between {
 justify-content: space-between;

}

.common_ttlarea.between .ttl_side_add{
 justify-content: space-between;

}
.right_btn_list{
    display: flex;
}
.right_btn_list .right_btn_item{
    margin-left: 5px;
}



.common_ttlarea .back_arrow {
  display: block;
  width: 18px;
  height: 18px;
  padding: 13px;
}
.icon_back_arrow::before {
  content: "";
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: 0px;
  border-top: solid 3px #00ABB2;
  border-right: solid 3px #00ABB2;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 3px;
  display: block;
  padding: 5px;
  margin-top: 0px;
}
.common_selectbox {
  position: relative;
}
.common_selectbox .common_select {
  position: relative;
}
.common_selectbox::after {
  content: "";
  width: 10px;
  height: 10px;
  cursor: pointer;
  border: 0px;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
}
.common_frame_radio {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px 15px 10px 40px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
}
.common_frame_radio:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 100px;
  content: '';
}
.common_frame_radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00ABB2;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .common_frame_radio:before {
  opacity: 1;
}
input[type=radio]:checked + .common_frame_radio {
  border: 2px solid #00ABB2;
  background-color: #E7F5F2;
}

.common_frame_radio.small {
 
  padding: 7px 10px 7px 33px;
  width: 100%;
  font-size: 14px;
    max-height: 40px;

}
.common_frame_radio.small:after {
width: 18px;
    height: 18px;
  left: 10px;
    margin-top: -9px;

}
.common_frame_radio.small:before {

  left: 15px;
  display: block;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00ABB2;
  content: '';
  opacity: 0;
}



.drop_zone {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
  border: 2px dotted #cccccc;
}
.drop_zone .caption_area {
  color: #666;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.drop_zone .caption_area .caption {
  font-size: 22px;
  font-weight: bold;
  padding-top: 8px;
  line-height: 1.4;
}
.drop_zone .caption_area .caption_icon {
  width: 40px;
  margin: 0 auto;
}
.drop_zone .caption_area .caption_sub {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.drop_zone .file_button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.drop_zone .file_button_area .file_button {
  height: 40px;
  width: 180px;
  background-color: #666;
  color: #fff;
  border-radius: 4px;
}
.drop_zone .file_button_area .file_input {
  display: none;
}
.common_submit_btnarea {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.common_submit_btnarea .common_green_btn {
  border-radius: 5px;
  width: 200px;
  height: 40px;
  font-size: 16px;
}
.common_input_list .common_input_item {
  display: flex;
  margin-top: 20px;
}
.common_input_list .common_input_item.border {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.common_input_list .common_input_item.no_mt {
  margin-top: 0;
}
.common_input_list .common_input_item .common_input_ttl {
  font-weight: bold;
  padding-top: 14px;
  width: 130px;
  padding-right: 20px;
  line-height: 1.4;
}
.common_input_list .common_input_item .common_input_detail {
  width: calc(100% - 130px);
}
.cr_second {
  font-size: 10px;
  text-align: right;
  padding-top: 35px;
  padding-bottom: 20px;
  box-sizing: border-box;
  margin-right: -20px;
}
.txt_link {
  font-weight: bold;
  color: #00ABB2;
}
.link_arrow {
  position: relative;
  padding-right: 16px;
  line-height: 1.0;
}
.link_arrow::after {
  content: "";
  width: 11px;
  height: 11px;
  cursor: pointer;
  border: 0px;
  border-top: solid 2px #00ABB2;
  border-right: solid 2px #00ABB2;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -6px;
}
.common_tab .common_tab_list {
  display: flex;
}
.common_tab .common_tab_list .common_tab_item {
  border-right: 1px solid #ccc;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 1.4;
}
.common_tab .common_tab_list .common_tab_item:last-child {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}
.common_tab .common_tab_list .common_tab_item .common_tab_nav {
  font-size: 14px;
  color: #00ABB2;
}
.common_tab .common_tab_list .common_tab_item .common_tab_nav.current {
  font-weight: bold;
  color: #222;
}
.common_switch {
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  position: relative;
  width: 70px;
  background: #fff;
  border-radius: 30px;
}
.common_switch input[type="checkbox"] {
  display: none;
}
.common_switch label {
  display: block;
  box-sizing: border-box;
  height: 30px;
  border: 1px solid #999999;
  border-radius: 30px;
}
.common_switch input[type="checkbox"]:checked + label {
  border-color: #00abb2;
}
.common_switch label span {
  line-height: 15px;
  vertical-align: text-top;
}
.common_switch label span:after {
  content: "OFF";
  padding: 0 0 0 19px;
  color: #999999;
}
.common_switch input[type="checkbox"]:checked + label span:after {
  content: "ON";
  padding: 0 18px 0 0;
  color: #00abb2;
}
.common_switch .swImg {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #999999;
  top: 5px;
  left: 5px;
  border-radius: 26px;
  transition: .2s;
}
.common_switch input[type="checkbox"]:checked ~ .swImg {
  transform: translateX(40px);
  background: #00abb2;
}
.common_switch.big {
  line-height: 40px;
  font-size: 16px;
  width: 100px;
}
.common_switch.big label {
  height: 40px;
}
.common_switch.big label span {
  line-height: 15px;
  vertical-align: text-top;
}
.common_switch.big label span:after {
  padding: 0 0 0 21px;
}
.common_switch.big input[type="checkbox"]:checked + label span:after {
  padding: 0 20px 0 0;
}
.common_switch.big .swImg {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #999999;
  top: 5px;
  left: 5px;
  border-radius: 26px;
  transition: .2s;
}
.common_switch.big input[type="checkbox"]:checked ~ .swImg {
  transform: translateX(60px);
  background: #00abb2;
}
.common_searcharea {
  position: relative;
}
.common_searcharea .common_search_input_button {
  position: absolute;
  right: 15px;
  top: 7px;
  width: 18px;
  height: 18px;
}

.common_notice{
    border: 1px solid #EB5050;
    background-color: #fff;
    color: #EB5050;
    padding: 8px 13px;
    margin-bottom: 20px;
}

.common_notice .txt_notice{
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
}
.common_notice .txt_notice::before{
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  top: 2px;
  left: 0;
  vertical-align: middle;
  background: url(/assets/img/icon_notice.svg) no-repeat center center;
  background-size: contain;
}
.common_notice .txt_notice a{
     color: #EB5050;
    text-decoration: underline;
}

/*header
------------------------------------------------------------------------------- */
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 100;
  border-bottom: 1px solid #eee;
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  height: 40px;
}
header .header_inner .header_left {
  display: flex;
  align-items: center;
}
header .header_inner .header_left .header_logo {
  max-width: 110px;
  margin-top: -5px;
  border-right: 1px solid #ddd;
  padding-right: 17px;
  margin-right: 14px;
}
header .header_inner .header_left .header_logo img {
  vertical-align: middle;
}
header .header_inner .header_left .header_company_name {
  font-size: 13px;
  margin-top: -2px;
}
header .header_inner .header_right_list {
  display: flex;
  align-items: center;
}
header .header_inner .header_right_list .header_right_item:first-child {
  line-height: 40px;
  border-right: 1px solid #ddd;
  padding-right: 15px;
  margin-right: 15px;
}
header .header_inner .header_right_list .header_right_item .icon_user {
  display: block;
  font-size: 13px;
  line-height: 1.4;
}
header .header_inner .header_right_list .header_right_item .icon_user::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: -2px;
  margin-right: 3px;
  vertical-align: middle;
  background: url(/assets/img/icon_user.svg) no-repeat center center;
  background-size: contain;
}
header .header_inner .header_right_list .header_right_item .icon_logout::before {
  top: -1px;
  margin-right: 2px;
  background: url(/assets/img/icon_logout.svg) no-repeat center center;
  background-size: contain;
}
/*sidebar
------------------------------------------------------------------------------- */
:root {
    --sidebar-transition-time:0.2s;
    --sidebar-width-open:200px;
    --sidebar-width-close:50px;
}
#sidebar {
  width: var(--sidebar-width-open);
  background-color: #444444;
  margin-top: 40px;
  position: fixed;
  height: calc(100vh - 40px);
  z-index: 101;
  transition: width var(--sidebar-transition-time);
}
.is_sidebar_close #sidebar {
    width: var(--sidebar-width-close);
}


#sidebar .sidebar_list {
  position: relative;

}
#sidebar.is_overflow_hidden {
    overflow: hidden;
}
#sidebar.is_overflow_hidden .sidebar_list {
    /* overflow: hidden; */
}
#sidebar.is_overflow_hidden .sidebar_list .sidebar_item {
    /* overflow: hidden; */
}
#sidebar .sidebar_list .sidebar_item,
#sidebar .sidebar_list .sidebar_item:last-child {
    transition: width var(--sidebar-transition-time);
    width: var(--sidebar-width-open);
}
.is_sidebar_close #sidebar .sidebar_list .sidebar_item,
.is_sidebar_close #sidebar .sidebar_list .sidebar_item:last-child {
    width: var(--sidebar-width-close);
}
#sidebar .sidebar_list .sidebar_item:last-child {
  position: fixed;
  bottom: 0;
  left: 0;

}
#sidebar .sidebar_list .sidebar_item {
  position: relative;
  min-height: 50px;
  /* overflow: hidden; */
}
#sidebar .sidebar_list .sidebar_item .sidebar_nav {
  display: flex;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background-color: #444444;
  min-height: 50px;
  /* width: 100%; */
  width: var(--sidebar-width-open);
  white-space: nowrap;
  width: 100%;
}


#sidebar .sidebar_list .sidebar_item .sidebar_nav .nav_icon {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
#sidebar .sidebar_list .sidebar_item .sidebar_nav .nav_name {
  padding: 13px 12px 13px 0px;
  margin-left: -7px;
  float: left;
  transition: opacity var(--sidebar-transition-time), visibility var(--sidebar-transition-time) ,width var(--sidebar-transition-time) ;
  overflow: hidden;
}
.is_sidebar_close #sidebar .sidebar_list .sidebar_item .sidebar_nav .nav_name {
    opacity: 0;
    visibility: hidden;
    width: 0;
}
#sidebar .sidebar_list .sidebar_item .nav_submenu_list {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

body:not(.is_sidebar_close) #sidebar .sidebar_list .sidebar_item.sidebar_item_current .nav_submenu_list {
  display: block;
  opacity: 1.0;
  background-color: #5F5F5F;
  font-size: 13px;
}
#sidebar .sidebar_list .sidebar_item.sidebar_item_current .nav_submenu_list .sidebar_nav_submenu {
  font-size: 13px;
}


.is_sidebar_close #sidebar .sidebar_list .sidebar_item:hover .nav_submenu_list,
#sidebar .sidebar_list .sidebar_item:not(.sidebar_item_current):hover .nav_submenu_list {
  display: block;
  opacity: 1.0;
  position: absolute;
  left: var(--sidebar-width-open);
  top: 0px;
  background-color: #5F5F5F;
  z-index: 9999;
  width: 215px;
  overflow: visible;
  word-wrap: break-word;
  padding: 8px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.is_sidebar_close #sidebar .sidebar_list .sidebar_item:hover .nav_submenu_list {
    left: 50px;
}
#sidebar .sidebar_list .sidebar_item .nav_submenu_list::before {
  left: -20px;
  border: solid 10px transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #5F5F5F;
  top: 15px;
}
#sidebar .sidebar_list .sidebar_item .nav_submenu_list .nav_submenu_item .sidebar_nav_submenu {
  color: #ccc;
  min-height: 40px;
  font-size: 14px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#sidebar .sidebar_list .sidebar_item .nav_submenu_list .nav_submenu_item.nav_submenu_item_current .sidebar_nav_submenu {
    color: #fff;
    font-weight: bold;
}

#sidebar .sidebar_list .sidebar_item .current {
  background-color: #00ABB2;
}
#sidebar .sidebar_list .sidebar_item.sidebar_item_current .sidebar_nav {
  background-color: #00ABB2;
}
#sidebar .sidebar_list .sidebar_item .sidebar_nav:hover {
  background-color: #00ABB2;
  opacity: 1.0;
}
#sidebar .sidebar_list .sidebar_item .sidebar_nav .nav_icon::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 13px 0;
  vertical-align: middle;
  background: url(/assets/img/icon_nav_home.svg) no-repeat center center;
  background-size: contain;
}
#sidebar .sidebar_list .sidebar_item .sidebar_nav .nav_icon.icon_sales-register::before {
  background: url(/assets/img/icon_nav_sales-register.svg) no-repeat center center;
  background-size: contain;
}
#sidebar .sidebar_list .sidebar_item .sidebar_nav .nav_icon.icon_sales-info::before {
  background: url(/assets/img/icon_nav_sales-info.svg) no-repeat center center;
  background-size: contain;
}
#sidebar .sidebar_list .sidebar_item .sidebar_nav .nav_icon.icon_sales-report::before {
  background: url(/assets/img/icon_nav_sales-report.svg) no-repeat center center;
  background-size: contain;
}
#sidebar .sidebar_list .sidebar_item .sidebar_nav .nav_icon.icon_royalty::before {
  background: url(/assets/img/icon_nav_royalty.svg) no-repeat center center;
  background-size: contain;
}
#sidebar .sidebar_list .sidebar_item .sidebar_nav .nav_icon.icon_vendor::before {
  background: url(/assets/img/icon_nav_vendor.svg) no-repeat center center;
  background-size: contain;
}
#sidebar .sidebar_list .sidebar_item .sidebar_nav .nav_icon.icon_master::before {
  background: url(/assets/img/icon_nav_master.svg) no-repeat center center;
  background-size: contain;
}
#sidebar .sidebar_list .sidebar_item .sidebar_nav .nav_icon.icon_setting::before {
  background: url(/assets/img/icon_nav_setting.svg) no-repeat center center;
  background-size: contain;
}
#sidebar .menu_close {
  background-color: #5F5F5F;
  border-radius: 0 5px 5px 0;
  position: fixed;
  left: var(--sidebar-width-open);
  bottom: 20px;
  width: 22px;
  height: 32px;
  cursor: pointer;
  transition:left var(--sidebar-transition-time);
}
.is_sidebar_close #sidebar  .menu_close  {
    left:var(--sidebar-width-close);
}
#sidebar .menu_close .icon_menu_close::after {
  content: "";
  width: 8px;
  height: 8px;
  cursor: pointer;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -5px;
}
.is_sidebar_close #sidebar .icon_menu_close::after {
    transform: scaleX(-1) rotate(225deg);
    -ms-transform: scaleX(-1) rotate(225deg);
    -webkit-transform: scaleX(-1) rotate(225deg);
    left:3px;
}

/*login
------------------------------------------------------------------------------- */
#login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
#login .login_wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 70px 90px 30px;
  max-width: 580px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
#login .login_wrap .login_logo {
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
}
#login .login_wrap .login_ttl {
  font-size: 20px;
  font-weight: 900;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
#login .login_wrap .login_ttl span {
  padding: 0 10px;
  box-sizing: border-box;
}
#login .login_wrap .login_ttl::before, #login .login_wrap .login_ttl::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background: #CCCCCC;
}
#login .login_inputarea_item {
  margin-top: 10px;
}
#login .login_omitarea {
  margin-top: 12px;
}
#login .login_btn {
  display: block;
  width: 75%;
  margin: 25px auto 0
}
#login .cr {
  font-size: 12px;
  padding-top: 50px;
  font-weight: normal;
}
/*売上新規登録
------------------------------------------------------------------------------- */
.radio_list {
  display: flex;
  width: 100%;
}
.radio_list .radio_item {
  width: 200px;
  margin-right: 10px;
}
.sale-register-done_ttl {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 35px;
}
.sale-register-done_ttl .icon_done {
  line-height: 1.3;
  margin-bottom: 3px;
}
.sale-register-done_link {
  text-align: right;
  margin-top: 30px;
}
/*売上情報
------------------------------------------------------------------------------- */
.sales-info-detail_list {}
.sales-info-detail_list .sales-info-detail_item {
  background-color: #fff;
  display: flex;
  border: 1px solid #ddd;
  margin-top: -1px;
}
.sales-info-detail_list .sales-info-detail_item .sales-info-detail_name {
  background-color: #F8F8F8;
  font-weight: bold;
  width: 200px;
  padding: 15px 20px;
}
.sales-info-detail_list .sales-info-detail_item .sales-info-detail_contents {
  padding: 15px 30px;
  width: calc(100% - 200px);
}
/*設定
------------------------------------------------------------------------------- */
.setting-client-info_list {
  margin-top: 20px;
}
.setting-client-info_list .setting-client-info_item {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-top: -1px;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}
.setting-format_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
.setting-format_list .setting-format_item {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
}
.setting-format_list .setting-format_item .format_icon {
  color: #fff;
  background-color: #10753E;
  font-size: 13px;
  text-align: center;
  width: 50px;
}
.setting-format_list .setting-format_item .format_icon.icon_pdf {
  background-color: #B30B00;
}
.setting-format_list .setting-format_item .format_name {
  font-size: 16px;
  margin-top: 12px;
  line-height: 1.5;
}
.setting-format_list .setting-format_item .format_capacity {
  color: #666666;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.2;
}
.setting-format_list .setting-format_item .format_download {
  text-align: right;
  padding-top: 5px;
}
.setting-basic-info_list {
  margin-top: 40px;
}
.setting-basic-info_list.common_input_list .common_input_item .common_input_ttl {
  width: 160px;
}
.setting-basic-info_list.common_input_list .common_input_item .common_input_detail {
  width: calc(100% - 160px);
}
.input_sub_list .input_sub_item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.input_sub_list .input_sub_item:last-child {
  margin-bottom: 0px;
}
.input_sub_list .input_sub_item .input_sub_name {
  font-size: 14px;
  max-width: 60px;
  width: 100%;
}
.input_sub_list .input_sub_item .input_sub_detail {
  max-width: 350px;
  width: 100%;
}
.payment_any_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
}
.payment_any_list .payment_any_item {

  width: 11%;
  margin-top: 6px;
}
.payment_any_list .payment_any_item_spacer {
  width: 100%;
}
.payment_cycle_list {
  display: flex;
  align-items: center;
}
.payment_cycle_list .payment_cycle_item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.payment_cycle_list .payment_cycle_item .common_selectbox {
  width: 150px
}
.payment_cycle_list .payment_cycle_item .payment_cycle_txt {
  margin-left: 8px;
}
/*table共通
------------------------------------------------------------------------------- */
table.common_table {
  width: 100%;
  background-color: #fff;
  text-align: left;
    box-sizing: border-box;
}
table.common_table th,
table.common_table td{
    box-sizing: border-box;
}
table.common_table .common_table_ttl {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.1;
  padding: 0px 15px;
  height: 50px;
}
table.common_table .ttl_border_left {
  position: relative;
  height: 30px!important;
    display: flex;
    align-items: center;

}
table.common_table .ttl_border_left::before {
  content: "";
 border-left: 1px solid #ddd;
  height: 30px;
  position: absolute;
  left: -10px;
  top: 0px;
}
table.common_table .common_table_ttl_border {
  border: 1px solid #ccc;
  height: 50px;
}
table.common_table .common_table_contents_border {
  border: 1px solid #ccc;
}
table.common_table .odd {
 background-color: #F8F8F8;
}
table.common_table .border-top {
 border-top: 1px solid #ccc;
}

table.common_table .common_table_txt {
  font-size: 14px;
  padding: 15px 15px;
    line-height: 1.2;
}
table.common_table .common_table_txt.txt_strong {
font-weight: bold;
}
table.common_table .common_table_txt.center {
text-align: center;
}
table.common_table .common_table_txt.right {
text-align:right;
}
 table.common_table .common_table_txt.txt_head{
vertical-align: top;
}


table.sales-register-done_table th:first-child, table.sales-register-done_table td:first-child {
  width: 45%;
}


table.sales_info_all_table,
table.sales_info_summary_table,
table.setting_user_table,
table.master_title_table,
table.master_vendor_table,
table.master_author_table,
table.master_author_setting_table,
table.vendor_invoice_download_table,
table.vendor_payment_download_table,
table.sales_report_client_table{
  border: 1px solid #ccc;
}


table.sales_info_all_table th:first-child, 
table.sales_info_all_table td:first-child {
  width: 3%;
}
table.sales_info_all_table th:nth-child(2), 
table.sales_info_all_table td:nth-child(2){
  width: 40%;
}
table.sales_info_all_table th:nth-child(3), 
table.sales_info_all_table td:nth-child(3){
  width: 10%;
}
table.sales_info_all_table th:nth-child(4), 
table.sales_info_all_table td:nth-child(4){
  width: 10%;
}
table.sales_info_all_table th:nth-child(5), 
table.sales_info_all_table td:nth-child(5){
  width: 12%;
}
table.sales_info_all_table th:nth-child(6), 
table.sales_info_all_table td:nth-child(6){
  width: 12%;
}
table.sales_info_all_table th:nth-child(7), 
table.sales_info_all_table td:nth-child(7){
  width: 7%;
}
table.sales_info_all_table th:nth-child(8), 
table.sales_info_all_table td:nth-child(8){
  width: 6%;
    
}
.common_table_total{
    font-weight: bold;
    margin-top: 10px;
  
   
}
.total_strong_txt{
      border-left: 6px solid #00ABB2;
    font-size: 16px;
   
}
table.sales_info_all_table.common_table_total td:nth-child(1){
  width: 40%;
   
   
}
table.sales_info_all_table.common_table_total td:nth-child(2){
  width: 3%;
   
}
table.sales_info_all_table.common_table_total td:nth-child(3){
  width: 10%;
   
}
table.sales_info_all_table.common_table_total td:nth-child(4){
  width: 10%;
   
}
table.sales_info_all_table.common_table_total td:nth-child(5){
  width: 12%;
   
}
table.sales_info_all_table.common_table_total td:nth-child(6){
  width: 12%;
   
}
table.sales_info_all_table.common_table_total td:nth-child(7){
  width: 7%;
   
}
table.sales_info_all_table.common_table_total td:nth-child(8){
  width: 6%;
   
}


table.sales_info_summary_table th:first-child, 
table.sales_info_summary_table td:first-child {
  width: 5%;
}
table.sales_info_summary_table th:nth-child(2), 
table.sales_info_summary_table td:nth-child(2){
  width: 16%;
}
table.sales_info_summary_table th:nth-child(3), 
table.sales_info_summary_table td:nth-child(3){
  width: 10%;
}
table.sales_info_summary_table th:nth-child(4), 
table.sales_info_summary_table td:nth-child(4){
  width: 10%;
}
table.sales_info_summary_table th:nth-child(5), 
table.sales_info_summary_table td:nth-child(5){
  width: 14%;
}
table.sales_info_summary_table th:nth-child(6), 
table.sales_info_summary_table td:nth-child(6){
  width: 10%;
}
table.sales_info_summary_table th:nth-child(7), 
table.sales_info_summary_table td:nth-child(7){
  width: 9%;
}
table.sales_info_summary_table th:nth-child(8), 
table.sales_info_summary_table td:nth-child(8){
  width: 9%;
    
}
table.sales_info_summary_table th:nth-child(9), 
table.sales_info_summary_table td:nth-child(9){
  width: 9%;
    
}
table.sales_info_summary_table th:nth-child(10), 
table.sales_info_summary_table td:nth-child(10){
  width: 8%;
    
}
table.sales_info_summary_table th:nth-child(11), 
table.sales_info_summary_table td:nth-child(11){
  width: 4%;
    
}

table.sales_info_summary_table.common_table_total td:nth-child(1){
   width: 18%;
   
}

table.sales_info_summary_table.common_table_total td:nth-child(2){
  width: 2%;
   
}
table.sales_info_summary_table.common_table_total td:nth-child(3){
  width: 9%;
   
}
table.sales_info_summary_table.common_table_total td:nth-child(4){
  width: 7%;
   
}
table.sales_info_summary_table.common_table_total td:nth-child(5){
  width: 13%;
   
}
table.sales_info_summary_table.common_table_total td:nth-child(6){
  width: 7%;
   
}
table.sales_info_summary_table.common_table_total td:nth-child(7){
  width: 7%;
   
}
table.sales_info_summary_table.common_table_total td:nth-child(8){
  width: 8%;
   
}
table.sales_info_summary_table.common_table_total td:nth-child(9){
  width: 8%;
   
}
table.sales_info_summary_table.common_table_total td:nth-child(10){
  width: 6%;
   
}
table.sales_info_summary_table.common_table_total td:nth-child(11){
  width: 5%;
   
}


table.setting_user_table th:nth-child(1), 
table.setting_user_table td:nth-child(1){
  width: 3%;
    
}
table.setting_user_table th:nth-child(2), 
table.setting_user_table td:nth-child(2){
  width: 15%;
    
}

table.setting_user_table th:nth-child(3), 
table.setting_user_table td:nth-child(3){
  width: 15%;
    
}

table.setting_user_table th:nth-child(4), 
table.setting_user_table td:nth-child(4){
  width:32%;
    
}

table.setting_user_table th:nth-child(5), 
table.setting_user_table td:nth-child(5){
  width: 13%;
    
}


table.setting_user_table th:nth-child(6), 
table.setting_user_table td:nth-child(6){
  width: 15%;
    
}
table.setting_user_table th:nth-child(7), 
table.setting_user_table td:nth-child(7){
  width: 6%;
    
}


table.master_title_table th:nth-child(1), 
table.master_title_table td:nth-child(1){
  width: 5%;
    
}
table.master_title_table th:nth-child(2), 
table.master_title_table td:nth-child(2){
  width: 5%;
    
}
table.master_title_table th:nth-child(3), 
table.master_title_table td:nth-child(3){
  width: 10%;
    
}
table.master_title_table th:nth-child(4), 
table.master_title_table td:nth-child(4){
  width: 25%;
    
}
table.master_title_table th:nth-child(5), 
table.master_title_table td:nth-child(5){
  width: 25%;
    
}
table.master_title_table th:nth-child(6), 
table.master_title_table td:nth-child(6){
  width: 20%;
    
}
table.master_title_table th:nth-child(7), 
table.master_title_table td:nth-child(7){
  width: 5%;
    
}


table.master_vendor_table th:nth-child(1), 
table.master_vendor_table td:nth-child(1){
  width: 5%;
    
}
table.master_vendor_table th:nth-child(2), 
table.master_vendor_table td:nth-child(2){
  width: 5%;
    
}
table.master_vendor_table th:nth-child(3), 
table.master_vendor_table td:nth-child(3){
  width: 20%;
    
}
table.master_vendor_table th:nth-child(4), 
table.master_vendor_table td:nth-child(4){
  width: 25%;
    
}
table.master_vendor_table th:nth-child(5), 
table.master_vendor_table td:nth-child(5){
  width: 25%;
    
}
table.master_vendor_table th:last-child, 
table.master_vendor_table td:last-child{
  width: 5%;
    
}

table.master_author_table th:nth-child(1), 
table.master_author_table td:nth-child(1){
  width: 5%;
    
}
table.master_author_table th:nth-child(2), 
table.master_author_table td:nth-child(2){
  width: 5%;
    
}
table.master_author_table th:nth-child(3), 
table.master_author_table td:nth-child(3){
  width: 40%;
    
}
table.master_author_table th:nth-child(4), 
table.master_author_table td:nth-child(4){
  width: 40%;
    
}
table.master_author_table th:last-child, 
table.master_author_table td:last-child{
  width: 5%;
    
}



table.master_author_setting_table th:nth-child(1), 
table.master_author_setting_table td:nth-child(1){
  width: 5%;
    
}
table.master_author_setting_table th:nth-child(2), 
table.master_author_setting_table td:nth-child(2){
  width: 5%;
    
}
table.master_author_setting_table th:nth-child(3), 
table.master_author_setting_table td:nth-child(3){
  width: 20%;
    
}
table.master_author_setting_table th:nth-child(4), 
table.master_author_setting_table td:nth-child(4){
  width: 25%;
    
}
table.master_author_setting_table th:nth-child(5), 
table.master_author_setting_table td:nth-child(5){
  width: 25%;
    
}
table.master_author_setting_table th:last-child, 
table.master_author_setting_table td:last-child{
  width: 5%;
    
}


table.vendor_invoice_download_table th:nth-child(1), 
table.vendor_invoice_download_table td:nth-child(1){
  width: 5%;
    
}
table.vendor_invoice_download_table th:nth-child(2), 
table.vendor_invoice_download_table td:nth-child(2){
  width: 18%;
    
}
table.vendor_invoice_download_table th:nth-child(3), 
table.vendor_invoice_download_table td:nth-child(3){

    
}
table.vendor_invoice_download_table th:nth-child(4), 
table.vendor_invoice_download_table td:nth-child(4){

    
}
table.vendor_invoice_download_table th:nth-child(5), 
table.vendor_invoice_download_table td:nth-child(5){

    
}
table.vendor_invoice_download_table th:nth-child(6), 
table.vendor_invoice_download_table td:nth-child(6){

    
}
table.vendor_invoice_download_table th:nth-child(7), 
table.vendor_invoice_download_table td:nth-child(7){

    
}
table.vendor_invoice_download_table th:nth-child(8), 
table.vendor_invoice_download_table td:nth-child(8){

    
}
table.vendor_invoice_download_table th:nth-child(9), 
table.vendor_invoice_download_table td:nth-child(9){

    
}
table.vendor_invoice_download_table th:last-child, 
table.vendor_invoice_download_table td:last-child{
  width: 6%;
    
}



table.vendor_payment_download_table th:nth-child(1), 
table.vendor_payment_download_table td:nth-child(1){
  width: 5%;
    
}
table.vendor_payment_download_table th:nth-child(2), 
table.vendor_payment_download_table td:nth-child(2){
  width: 31%;
    
}
table.vendor_payment_download_table th:nth-child(3), 
table.vendor_payment_download_table td:nth-child(3){
width: 20%;
    
}
table.vendor_payment_download_table th:nth-child(4), 
table.vendor_payment_download_table td:nth-child(4){
width: 15%;
    
}
table.vendor_payment_download_table th:nth-child(5), 
table.vendor_payment_download_table td:nth-child(5){
width: 15%;
    
}

table.vendor_payment_download_table th:last-child, 
table.vendor_payment_download_table td:last-child{
  width: 9%;
    
}


.link_underline{
    text-decoration: underline;
}
.icon_edit img{
    width: 22px;
}
.icon_sokuho {
  color: #29ABE2;
  border: 1px solid #29ABE2;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.0;
  padding: 3px 0;
  display: inline-block;
  width: 45px;
  text-align: center;
  margin-right: 6px;
}
.icon_sokuho.icon_kakuho {
  color: #EB5050;
  border: 1px solid #EB5050;
}

.icon_deposit {
  color: #D82794;
  border: 1px solid #D82794;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.0;
  padding: 3px 0;
  display: inline-block;
  width: 50px;
  text-align: center;
}
.icon_deposit.deposit_none {
  color: #666666;
  border: 1px solid#666666;
 
}
.icon_no-register {
  color: #EB5050;
  border: 1px solid #EB5050;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.0;
  padding: 3px 0;
  display: inline-block;
  width: 50px;
  text-align: center;
}

.icon_no-output {
  color: #555;
  border: 1px solid #555;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.0;
  padding: 4px 0;
    letter-spacing: 0;
  display: inline-block;
  width: 60px;
  text-align: center;
}
.icon_no-output.mb {
    margin-bottom: 7px;
}
.icon_no-output.mr {
    margin-right: 5px;
}
.icon_no-output.process {
  color: #29ABE2;
  border: 1px solid #29ABE2;
 
}
.icon_no-output.other01 {
  color: #D35B5B;
  border: 1px solid #D35B5B;
 
}
.icon_no-output.other02 {
  color: #008316;
  border: 1px solid #008316;
 
}
.icon_no-output.wait {
  color: #E37110;
  border: 1px solid #E37110;
 
}
.icon_disabled{
    opacity: 0.4;
}

.common_table_head{
    margin-bottom: 10px;
}
.common_table_head.flex{
   display: flex;
    align-items: center;
}
.common_table_head.between{
  justify-content: space-between;
}

.common_table_head.flex .common_tab{
  margin-right: 15px;
}
.common_table_btn_list{
  display: flex;
    flex-wrap: wrap;
}
.common_table_btn_list .common_table_btn_item{
 margin-right: 5px;
}
.common_table_btn_list .common_gray_frame_btn.btn_strech{
 width: auto;
    padding: 0 13px;
    font-weight: 500;
    color: #222222;
 
}
.common_table_head .common_table_head_left{
 display: flex;
    align-items: center;
}
.common_table_head .common_table_head_right.flex{
 display: flex;
    align-items: center;
}
.common_table_head_right .common_searcharea{
width: 300px;
}
.common_table_head .table_search{
      height: 35px;
        border: 1px solid #666666;
    font-size: 14px;
}
.common_table_head .common_searcharea{
   width: 300px;
}
.common_table_head .common_searcharea .common_search_input_button {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 14px;
    height: 14px;
    line-height: 1.0;
}

.common_table_head input[type="date"] {
      height: 35px;
        
    padding: 5px 10px;
    font-size: 14px;
    width: 200px;
}
.common_table_children{
    display: none;
}



.common_table_head_right .common_searcharea .table_search{
    height: 35px;
        border: 1px solid #666666;
    font-size: 14px;
    width: 100%;
}
.common_table_head_right .common_searcharea .common_search_input_button {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 14px;
    height: 14px;
    line-height: 1.0;
}

.common_multi_search_list{
    display: flex;
    align-items: center;
}

.common_multi_search_list .common_multi_search_item{
    margin-right: 5px;
}

.common_multi_search_list .common_multi_search_item .common_select{
      font-size: 14px;
    border: 1px solid #666;
    height: 35px;
        padding: 5px 10px;
    width: 80px;
}
.common_multi_search_list .common_multi_search_item .common_select.long{
    width: 300px;
}
.common_multi_search_list .common_multi_search_item .common_select.semilong{
    width: 180px;
}
.common_multi_search_list .common_multi_search_item .common_selectbox::after {

    right: 12px;
    margin-top: -7px;
}

.common_multi_search_list .common_multi_search_item .table_search{
    width: 300px;
      font-size: 14px;
    border: 1px solid #666;
    height: 35px;
        padding: 5px 10px;
}



td.details-control {
  text-align:center;
    padding: 15px 15px;
    position: relative;
}
td.details-control span{
position: absolute;
    right: 0px;
    top: 11px;
}
td.details-control:before {
    background: url(/assets/img/icon_toggle.svg) no-repeat center center;
    background-size: contain;
    width: 18px;
    display: block;
    height: 18px;
  content: "";
    margin: 0 auto;
   
  
}

tr.dt-hasChild td.details-control:before {
 background: url(/assets/img/icon_toggle.svg) no-repeat center center;
    background-size: contain;
    width: 18px;
    display: block;
    height: 18px;
  content: "";
    transform:rotate(90deg);    /* 中心を基準点に時計回りに回転する */
}

.accordion_body{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sales_info_summary_table .accordion_body{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sales_info_summary_table .accordion_body li:nth-child(1){
    width:  3.5%;
}
.sales_info_summary_table .accordion_body li:nth-child(2){
   width:  18%;
    
}
.sales_info_summary_table .accordion_body li:nth-child(3){
   width:  10%;
}
.sales_info_summary_table .accordion_body li:nth-child(4){
   width:  11%;
}
.sales_info_summary_table .accordion_body li:nth-child(5){
   width:  15.5%;
}
.sales_info_summary_table .accordion_body li:nth-child(6){
   width:  10.5%;
}
.sales_info_summary_table .accordion_body li:nth-child(7){
   width:  9%;
}
.sales_info_summary_table .accordion_body li:nth-child(8){
   width:  9%;
}
.sales_info_summary_table .accordion_body li:nth-child(9){
   width:  9%;
}
.sales_info_summary_table .accordion_body li:nth-child(10){
   width:  8%;
}

table.dataTable .child_row td{
    padding: 0!important;
}



.tool_tips{
  position: relative;
    cursor: pointer;
    display: inline-block;
   
}


.tool_tips p{
    margin-left: 5px;
    padding:0;

   
}
.tool_tips p img{
vertical-align: -2px;
   
}
.tool_tips_detail {
    display: none;
    position: absolute;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 1.5;
    background: #fff;
    width: 300px;
    z-index: 100;
    border: 1px solid #eee;
    font-weight: 500;
        filter: drop-shadow(0 0px 4px rgba(0, 0, 0, .3));
    transform: translateZ(0);
}

.tool_tips:hover .tool_tips_detail{
  display: inline-block;
    top: -10px;
    left:30px;
}


.output_txt{
    padding: 10px 0px;
        font-size: 16px;
}

/*ベンダー向け書類
------------------------------------------------------------------------------- */
.vendor-payment-download-edit_list.common_input_list .common_input_item .common_input_ttl {
  width: 180px;
}
.vendor-payment-download-edit_list.common_input_list .common_input_item .common_input_detail {
  width: calc(100% - 180px);
}
/*マスタ管理
------------------------------------------------------------------------------- */
.series_sub_list {}
.series_sub_list .series_sub_item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.series_sub_list .series_sub_item.vertical {
  display: block;
  margin-bottom: 20px;
}
.series_sub_list .series_sub_item:last-child {
  margin-bottom: 0px;
}
.series_sub_list .series_sub_item.border {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.series_sub_list .series_sub_item .series_sub_name {
  font-size: 14px;
  line-height: 1.3;
  width: 130px;
}
.series_sub_list .series_sub_item .series_sub_detail {
  width: calc(100% - 130px);
}
.new_title_flex {
  display: flex;
}
.new_title_flex .common_btn_add {
  margin-left: 8px;
}
.common_author_row03_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common_author_row03_list .common_author_row03_item:first-child {
  width: calc(20% - 35px);
}
.common_author_row03_list .common_author_row03_item:nth-child(2) {
  width: calc(78% - 35px);
}
.common_author_row03_list .common_author_row03_item:nth-child(3) {
  width: 70px;
}
.common_btn_add {
  color: #00ABB2;
  border: 1px solid #00ABB2;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 10px 12px;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  max-width: 70px;
  font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.common_btn_add.address {
  max-width: 140px;
}
.common_vertical_ttl {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 3px;
}
.common_vertical_detail.flex {
  display: flex;
  align-items: center;
  width: 100%;
}
.common_vertical_detail.flex .common_btn_add {
  margin-left: 10px;
}
.common_vertical_detail_subtxt {
  font-size: 15px;
  margin-left: 5px;
}
.common_input_flex_list {
  display: flex;
  flex-wrap: wrap;
  flex-basis: auto;
  align-items: flex-end;
}
.common_input_flex_list .common_input_flex_item.small {
  width: 21%;
}
.common_input_flex_list .common_input_flex_item{
  width: 30%;
}
.common_input_flex_list .common_input_flex_item.long {
  width: 60%;
}
.right_add_btnarea {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.bank_info_list {
  display: flex;
  justify-content: space-between;
}
.bank_info_list .bank_info_item:nth-child(1) {
  width: 9%;
}
.bank_info_list .bank_info_item:nth-child(2) {
  width: 27%;
}
.bank_info_list .bank_info_item:nth-child(3) {
  width: 17%;
}
.bank_info_list .bank_info_item:nth-child(4) {
  width: 44%;
}
.author_title_list {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}
.author_title_list .author_title_item {
  margin-bottom: 1px;
}
.author_title_list .author_title_item:last-child {
  margin-bottom: 0px;
}
.author_title_list .author_title_item label {
  background-color: #fff;
  padding: 8px 10px;
  display: block;
  width: 100%;
  cursor: pointer;
}
.author_name_list {}
.author_name_list .author_name_item {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.author_name_list .author_name_item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.author_name_list .author_name_item .common_author_name_set {
  display: flex;
  justify-content: space-between;
  width: 95%;
}
.author_name_list .author_name_item .common_author_name_set .common_author_name_box {
  width: 48%;
  display: flex;
  align-items: center;
}
.author_name_list .author_name_item .common_author_name_set .common_author_name_box .author_name_number {
  width: 110px;
}
.author_name_list .author_name_item .common_author_name_set .common_author_name_box .author_name_input {
  width: calc(100% - 110px);
}


/*レポート系
------------------------------------------------------------------------------- */
.common_report_list{
    display:flex;
flex-wrap: wrap;
gap: 1.6%;
justify-content: space-between;
    margin-top: 20px;
}

.common_report_list .common_report_item{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 25px 20px;
    margin-bottom: 18px;
}
#chart_deposit_ranking{
    width: 100%;
}

.common_report_list .common_report_item:nth-child(1) { 
width: 49.2%;
}
.common_report_list .common_report_item:nth-child(2) { 
width: 49.2%;
}
.common_report_list .common_report_item:nth-child(3) { 
width: 49.2%;
}
.common_report_list .common_report_item:nth-child(4) { 
width: 49.2%;
}
.common_report_list .common_report_item:nth-child(5) { 
width: 100%;
}
.common_report_list .common_report_item.full{ 
width: 100%;
}
.common_report_list .common_report_item .report_ttl{
    font-size: 16px;
    line-height: 1.0;
}
.report_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.report_number_list{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666666;
    line-height: 1.4;
}

.report_number_list .report_number_item:first-child{
    border-right: 1px solid #ddd;
    padding-right: 10px;
    margin-right: 10px;
}
.txt_blue{
  color: #29ABE2;
}
.txt_red{
  color: #EB5050;
}
.report_right_link .txt_link {
   font-size: 14px;
}

.report_amount .yen{
    font-size: 28px;
    font-weight: 400;
}
.report_amount{
     font-size: 32px;
     font-weight: 400;
    line-height: 1.1;
    margin-top: 20px;
    letter-spacing: 0;
}
.report_amount_compare{
    padding-top: 0px;
      font-size: 12px;
}
.report_amount_compare .compare_up{
   color: #EB5050;
    margin-left: 3px;
    
}
.report_amount_compare .compare_up::after{
  content: "";
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    top: -1px;
    margin-left: 2px;
    vertical-align: middle;
    background: url(/assets/img/icon_up.svg) no-repeat center center;
    background-size: contain;
    
}
.report_amount_compare .compare_down{
   color: #0068B5;
    margin-left: 3px;
    
}
.report_amount_compare .compare_down::after{
  content: "";
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    top: -1px;
    margin-left: 2px;
    vertical-align: middle;
    background: url(/assets/img/icon_down.svg) no-repeat center center;
    background-size: contain;
    
}

.common_chart_deposit_ranking{
    
}
.common_chart_deposit_ranking .common_chart_deposit_ranking_item{
    margin-bottom: 10px;
}
.common_chart_deposit_ranking .chart_deposit_ranking_number{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}
.common_chart_deposit_ranking .chart_deposit_ranking_number dt .ranking_number{
   background-color: #D8A61E;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
  border-radius: 50px;
    margin-right: 5px;
}
.common_chart_deposit_ranking .chart_deposit_ranking_number dt .ranking_number.rank_02{
   background-color:#898989;
}
.common_chart_deposit_ranking .chart_deposit_ranking_number dt .ranking_number.rank_03{
   background-color:#BA4917;
}

.common_chart_deposit_ranking .chart_deposit_ranking_bar_wrap{
 position: relative;
  overflow: hidden;
    height: 15px;
}

.common_chart_deposit_ranking .chart_deposit_ranking_bar_wrap .ranking_bar{
height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #00ABB2;
  width: 100%;
    animation: graphAnim 1s forwards;
    overflow: auto;
      z-index: 2;
}
.common_chart_deposit_ranking .chart_deposit_ranking_bar_wrap .ranking_default_bar{
height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #DDDDDD;
  width: 100%;
    z-index: 1;
   
}
.common_chart_deposit_ranking .chart_deposit_ranking_bar_wrap .ranking_bar.per90{

  width: 90%;

}
.common_chart_deposit_ranking .chart_deposit_ranking_bar_wrap .ranking_bar.per80{

  width: 80%;

}
.common_chart_deposit_ranking .chart_deposit_ranking_bar_wrap .ranking_bar.per70{

  width: 70%;

}
.common_chart_deposit_ranking .chart_deposit_ranking_bar_wrap .ranking_bar.per60{

  width: 60%;

}
.common_chart_deposit_ranking .chart_deposit_ranking_bar_wrap .ranking_bar.per50{

  width: 50%;

}
.common_chart_deposit_ranking .chart_deposit_ranking_bar_wrap .ranking_bar.per40{

  width: 40%;

}
.common_chart_deposit_ranking .chart_deposit_ranking_bar_wrap .ranking_bar.per30{

  width: 30%;

}
.common_chart_deposit_ranking .chart_deposit_ranking_bar_wrap .ranking_bar.per20{

  width: 20%;

}
.common_chart_deposit_ranking .chart_deposit_ranking_bar_wrap .ranking_bar.per10{

  width: 10%;

}
@keyframes graphAnim {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}



.chart_deposit{
    margin-top: 10px;
}
.deposit_price{
  font-size: 13px;
    text-align: right;
}

/*詳細検索
------------------------------------------------------------------------------- */




.search_detail {
  background-color: #fff;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 20px;
}

.search_detail_link {
  position: relative;
  padding: 10px 0 10px;
  border-top: 1px solid #ccc;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
    top: -1px;
}
.search_detail_link:hover {
  background-color: #F8F8F8;
}
.search_detail_text {
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  font-size: 15px;
}
.search_detail_text.close .icon-arrow {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: -3px;
}
.search_detail_text .icon-arrow {
  vertical-align: 3px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 3px;
  border-top: solid 2px #00ABB2;
  border-right: solid 2px #00ABB2;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.search_detail_body {
  margin: 30px;
}

.search_detail_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.search_detail_list .search_detail_item{
   width: 50%;
    display: flex;
    align-items: center;
    padding-bottom:  20px;
    
}
.search_detail_list .search_detail_item:last-child,
.search_detail_list .search_detail_item:nth-last-child(2){

    padding-bottom:  0px;
    
}

.search_detail_list .search_detail_item:nth-child(odd){
   border-right: 1px solid #ddd;
    padding-right: 3.5%;
    
}
.search_detail_list .search_detail_item:nth-child(even){
  padding-left: 3.5%;
    
}
.search_detail_list .search_detail_item .search_detail_name{
 width: 80px;
    font-weight: bold;
    font-size: 14px;
    
}
.search_detail_list .search_detail_item .search_detail_input{
 width:calc(100% - 80px);
    
}


.search_calendar_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search_calendar_list .search_calendar_item{
    width: 47%;
}
.search_calendar_list .search_calendar_item:nth-child(2){
    width: 4%;
}


.search_detail input[type="text"], .search_detail input[type="date"], .search_detail select {
  padding: 8px 10px;
  font-size: 14px;
    max-height: 40px;
}

.search_detail_input .radio_list{
    justify-content: space-between;
}

.search_detail_input .radio_item{
    margin-right: 0;
    width: 49%;
}
.search_checkbox_list{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}
.search_checkbox_list .common_checkbox {
    padding: 0 0 0 26px;
}

.search_checkbox_list .search_checkbox_item{
   margin-right: 18px;
}


.search_btn_list{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.search_btn_list .search_btn_item{
   margin: 0 4px;
}
.search_btn_list .search_btn_item .common_gray_frame_btn{
   width: 80px;
    height: 40px;
}
.search_btn_list .search_btn_item .common_green_btn{
   width: 200px;
    height: 40px;
    border-radius: 5px;
    font-size: 15px;
}
.modal_container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* display: none; */
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  transition: ease opacity 0.5s;
}
.menu_overlay.is_show, .modal_container.is_show,
.modal-content-group.careerplan-modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: visible;
  opacity: 1;
}

.modal-container {
  display: flex;
    justify-content: center;
    align-items: center;
  height: 100%;
  width: 100%;
}

.modal_overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
  left: 0;
  top: 0;
}
.modal_overlay {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.modal-content-group {
  /* background-color: #fff; */
  display: none;
  margin: 0 auto;
  position: relative;
  z-index: 10000;
}
.modal-content-group.active {
  display: block;
}
.common_alert_modal{
 
    
     background-color: #fff;
  max-width: 400px;
  width: 100%;
  z-index: 10001;
}
.common_alert_modal_inner{
  
}

.alert_modal_close{
    position: absolute;
    top: -40px;
    right: 0;;
}
.alert_ttl{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
      padding: 20px 20px 10px 20px;
    line-height: 1.4;
}
.alert_txt{
    font-size: 15px;
    border-bottom: 1px solid #ddd;
      padding: 25px 20px 25px 20px;
    line-height: 1.5;
}
.alert_btn_list{
      padding: 25px 20px 25px 20px;
    display: flex;
    justify-content: flex-end;
    
}
.alert_btn_list .alert_btn_item{
     margin-left: 5px;
    
}
.alert_btn_list .common_gray_frame_btn{
    height: 40px;
     font-size: 15px;
}
.alert_btn_list .common_green_btn{
    height: 40px;
     font-size: 15px;
      width: 80px;
    border-radius: 5px;
  border: 1px solid #00ABB2;  
}

.common_red_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    border-radius: 5px;
    color: #fff;
    background-color: #EB5050;
    border: 1px solid #EB5050;
    height: 40px;
    font-weight: bold;
    font-size: 15px;
}



/*DataTables調整
------------------------------------------------------------------------------- */

.common_table_wrap .dataTables_wrapper .dataTables_length {
    width: 20%!important;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    
}
.common_table_wrap .dataTables_wrapper .dataTables_length select  {
  background-color: #fff!important;
    border: 1px solid #ccc!important;
    height: 35px!important;
    font-size: 14px!important;
    width: 60px!important;
  
}
.common_table_wrap .dataTables_wrapper .dataTables_length label  {

     font-size: 13px!important;
    padding: 0!important;
    margin: 0!important;
}
.common_table_wrap .dataTables_wrapper .dataTables_filter{
       width: 40%!important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
      margin-bottom: 10px;
}

.common_table_wrap .dataTables_wrapper .dataTables_filter input {
     background-color: #fff!important;
    border: 1px solid #ccc!important;
    height: 35px!important;
    font-size: 14px!important;
     width: 300px!important;
}
.common_table_wrap .dataTables_wrapper .dataTables_filter label {
    
     font-size: 13px!important;
    padding: 0!important;
    margin: 0!important;
}



.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
    font-size: 13px!important;
    letter-spacing: 0;
}



.common_table_wrap .dataTables_wrapper .dataTables_paginate {
    padding-top: 5px!important;
  color: unset!important;
       color: #222!important;
    color: initial!important;
  

}


.common_table_wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.common_table_wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color:transparent!important;
    background:none!important;
    font-weight: bold;
    border-bottom: 2px solid #00ABB2!important;
    color: #222!important;
      color: initial!important;
      -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
 
  
}


.common_table_wrap .dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.3em 1em;
    font-size: 14px!important;
    margin-left: 0px!important;
    border-top: none!important;
     border-left: none!important; 
    border-right: none!important;
      border-bottom: 2px solid transparent!important;
       color: #222!important;
     background-color:transparent!important;
      -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
      
}
.common_table_wrap .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #222!important;
     border: none!important;
    background-color: #585858;
     background-color:transparent!important;
    background:none!important;
      border-bottom: 2px solid #00ABB2!important;
}





