@charset "UTF-8";

/*--reset--*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style: none;
  padding-left: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*  */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/*  */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

/*--reset--*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*電話の無効化*/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*------表示非表示------*/
.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

@media screen and (min-width: 992px) {

  /*pc以上のサイズ*/
  .sp_only {
    display: none;
  }

  .pc_only {
    display: block;
  }
}

/*----pagetop----*/
#page-top {
  position: fixed;
  bottom: 10.5vh;
  right: 1rem;
  font-size: 77%;
}

@media screen and (min-width: 992px) {
  #page-top {
    bottom: 6.5vh;
  }
}

#page-top a {
  background: #aaa;
  opacity: 0.8;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  padding: auto;
  text-align: center;
  display: block;
  border-radius: 50%;
}

#page-top a i {
  margin: 0 auto;
  padding: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

#page-top a:hover {
  text-decoration: none;
  background: #aaa;
}

/* CSS Document */
/*-----------------------------------
共通css
-----------------------------------*/
a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  color: #848484;
}

a:link,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
form,
input {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px;
}

/*a{color:#aaa; }*/
input,
textarea,
select,
label {
  font-size: 1rem;
}

.label_pps_code_name {
  font-size: 1rem;
}

.collapsing {
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.form-check {
  padding-left: 0;
}

/* other */
.text_center {
  text-align: center;
}

.color_red {
  color: red;
}

.color_bule {
  color: blue;
}

.small {
  font-size: 0.8rem;
}

.bold {
  font-weight: bolder;
}

input {
  width: 100%;
  vertical-align: middle;
  margin: 0.25rem;
}

input[type=checkbox] {
  width: 1.5rem;
  margin: 0 0.2rem;
}

input[type=button] {
  width: auto;
  min-height: 1.8rem;
}

input[type=radio] {
  width: 1.5rem;
}

input[type=text],
input[type=password],
input[type=number] {
  height: 2rem;
  padding: 0.25rem;
  border: solid 1px #999;
  border-radius: 0.25rem;
}

select {
  height: 2rem;
  border: solid 1px #999;
  border-radius: 0.25rem;
  margin: 0.25rem;
}

textarea {
  resize: both;
  margin: 0.25rem;
  height: 100px;
}

label {
  white-space: nowrap;
}

/*form size setting
参考：契約日、受付日などカレンダーが出てくるもの：formstb_s
参考：電話番号：formstb_ss,formstb_sss,formstb_sss
参考：役職名など：formstb_b
参考：氏名　本支店名、契約番号：formstb
参考：各種番号：formstb_m
参考：住所入力：formstb_500
参考：単位付き（日、％）：formunit
参考：KV　円：formstb_s
参考：備考：cols=60
*/
/*レスポンシブル用調整*/
.formsta {
  padding: 0 0.25rem;
}

.form100 {
  width: 100%;
}

.form80,
.formstb_700,
.formstb_800 {
  width: 100%;
}

@media screen and (min-width: 768px) {

  .form80,
  .formstb_700,
  .formstb_800 {
    width: 80%;
  }
}

.formstb_600,
.formstb_400,
.formstb_350,
.form50,
.formstb,
.formstb_b,
.formstb_m,
.formstb_mm {
  width: 75%;
}

.form30,
.formstb_s {
  width: 45%;
}

@media screen and (min-width: 576px) {

  .form30,
  .formstb_s {
    width: 30%;
  }
}

.formstb_500 {
  width: calc(100% - 30px);
}

@media screen and (min-width: 768px) {
  .formstb_500 .formstb_500 {
    min-width: 360px;
  }
}

/*---入力エリアのサイズ固定*/
@media screen and (min-width: 992px) {

  .formstb_350,
  .formstb_b,
  .formstb_400,
  .formstb_500,
  .formstb_600,
  .formstb_700,
  .formstb_800 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .formsta {
    margin: 0px 0px 0px 0px;
  }

  .formstb {
    width: 300px;
  }

  .formstb_350 {
    width: 350px;
  }

  .formstb_b {
    width: 450px;
  }

  .formstb_400 {
    width: 400px;
  }

  .formstb_500 {
    width: 500px !important;
  }

  .formstb_600 {
    width: 600px;
  }

  .formstb_700 {
    width: 700px;
  }

  .formstb_800 {
    width: 800px;
  }

  .formstb_s {
    width: 120px;
  }

  .formstb_ss {
    width: 80px;
  }

  .formstb_sss {
    width: 80px;
  }

  .formunit {
    width: 50px;
  }

  .form20,
  .form25 {
    width: 150px;
  }

  .form50 {
    width: 300px;
  }
}

.disclaimer {
  font-size: 10px;
  padding: 3px 0.25rem;
  color: #808080;
}

@media screen and (min-width: 768px) {
  .disclaimer {
    width: 100%;
    text-wrap: nowrap;
  }
}

.form-nameset {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-nameset .form-nameset_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-nameset label {
  width: 4rem;
  margin: 0.75rem 0.5rem 0.5rem;
}

.form-nameset .forminput {
  width: 100% !important;
  margin: 0rem !important;
}

.form-nameset .fi_name {
  width: 40%;
  margin-right: 0rem;
}

table {
  border: solid 1px #bbb;
  border-radius: 0.5rem;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0.5rem;
}

table th {
  border: solid 1px #aaa;
  min-height: 3rem;
}

table tr {
  min-height: 3em;
}

table td {
  min-height: 3em;
  word-break: break-all;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  vertical-align: middle;
}

.nowrap {
  white-space: nowrap;
}

html {
  font-size: 12px;
  /* ルート要素のフォントサイズを1rem=12pxと定義する */
}

body {
  margin: 0;
  text-align: center;
  font-size: 1rem;
  background-color: #ffffff;
  font-size: 1rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding-top: 8rem;
  padding-bottom: 7em;
  width: 100% !important;
}

body#popup {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  body {
    height: 100%;
    min-height: 100vh;
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

#popupwrap {
  width: 95%;
  text-align: left;
  margin: 0rem auto -2rem auto;
}

/*-------------------------------
header
---------------------------------*/
.logo {
  height: 50px;
}

#header {
  width: 100%;
  margin-top: 10px;
  height: 4rem;
  position: relative;
}

.header_logo {
  max-height: 100%;
  margin-left: 0.5rem;
}

#header h1 {
  float: left;
  text-align: center;
  font-weight: lighter;
  margin: 0px;
  font-size: 10px;
  color: #FFFFFF;
  background-color: #A9A9A9;
}

#headerleft {
  float: left;
  height: 35px;
}

#headerleft a {
  text-decoration: none;
  color: #C0C0C0;
  font-size: 1rem;
  margin-bottom: 5px;
  margin: 0 0 0.25rem 0.5rem;
}

#headerleft a:hover {
  text-decoration: none;
  color: #848484;
}

#headerright {
  width: auto;
  height: auto;
  text-align: right;
  margin-top: 4rem;
  padding: 0.25rem;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

#headerright p {
  width: 100%;
  font-size: 1rem;
  color: #A9A9A9;
  font-weight: lighter;
  line-height: 120%;
  padding: 0;
  margin: 0;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #headerright {
    text-align: right;
    margin-top: 0;
    padding-right: 1rem;
    border-bottom: none;
    -webkit-box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.1);
  }
}

#headerright div.headerBtn {
  /*height:25px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0.5rem 0;
  padding: 0.75rem auto;
}

#headerright div.headerBtn a {
  font-size: 0.8rem;
  padding: 0.25rem 0.4rem;
  text-align: center;
  width: 7rem;
  background: #ccc;
  color: #000;
  border-radius: 0.5rem;
  margin: 0 0.25rem;
}

#headerright div.headerBtn a:link {
  text-decoration: none;
}

#headerright div.headerBtn a:hover {
  text-decoration: none;
  background: var(--subcolor);
}

/*----FA button----*/
input.fa130 {
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  input.fa130 {
    font-size: 1.33rem;
  }
}

.faBtn,
.far,
.fas {
  border: none;
  background: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*login*/
#logs {
  width: 90%;
  margin: auto;
  padding: 50px 0 0 0;
}

@media screen and (min-width: 768px) {
  #logs {
    padding: 140px 10px 10px 10px;
  }
}

@media screen and (min-width: 992px) {
  #logs {
    width: 500px;
    height: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}

#logs .loginHeader {
  width: 80%;
  margin: 0 auto 2rem auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #logs .loginHeader {
    width: 30%;
  }
}

#loginBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 3rem !important;
}

#loginBox .loginInnerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem !important;
}

#loginBox .loginInnerBox .loginLabel {
  height: 26px;
  width: 30%;
  padding: 0.25rem 0.25rem 0.25rem 1rem;
  border: solid 1px #ccc;
  border-radius: 0.5rem 0 0 0.5rem;
  background: #f5f5f5;
}

#loginBox .loginInnerBox .loginForm {
  width: auto;
  width: 50%;
  border: solid 1px #ccc;
  border-left: none;
  border-radius: 0 0.5rem 0.5rem 0;
}

#loginBox .loginInnerBox .loginForm input {
  height: 24px;
  width: 100%;
  background: #fff !important;
  border-radius: 0 0.5rem 0.5rem 0;
  margin: 0 !important;
}

#loginBox .loginInnerBox .loginForm input[type=text],
#loginBox .loginInnerBox .loginForm input[type=password] {
  border: solid 1px #ccc;
}

#loginBox .loginInnerBox button {
  margin: 0;
  padding: 0;
}

#loginBox .loginInnerBox button:hover {
  color: white;
}

#loginBox #remind {
  text-align: center;
}

#remind a {
  text-decoration: underline;
  color: #C0C0C0;
}

#remind a:hover {
  text-decoration: none;
  color: #848484;
}

#logs h4 {
  font-size: 1rem;
  color: #A9A9A9;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}

.formst {
  width: 98%;
  font-size: 1rem;
  margin-left: 8px;
}

/*kanri system*/
.bg_topnavi {
  background: #fff;
  z-index: 999;
}

#sidebarMenu {
  font-size: 1rem;
  background: none;
  border-right: solid 1px #ccc;
  position: fixed;
  top: 8rem;
  bottom: 5.05rem;
  left: 0;
  z-index: 1;
  padding: 0 0 0 0;
  margin: -0.4rem 0 0 0;
  -webkit-box-shadow: 0px 0 2px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 2px -1px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  #sidebarMenu {
    top: 0;
    margin-top: 1rem;
    background: #eee;
    padding: 0;
    top: 4rem;
    overflow-y: auto;
  }
}

#sidebarMenu .nav-item {
  text-align: left;
  background: #efefef;
  font-size: 1.1rem;
  font-weight: normal;
}

#sidebarMenu .nav-item a {
  color: #333;
  padding: 1rem;
}

#sidebarMenu .nav-item a[aria-expanded=false]:after {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  font-weight: bold;
  position: absolute;
  right: 10px;
  color: #ccc;
}

#sidebarMenu .nav-item a[aria-expanded=true]:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: bold;
  position: absolute;
  right: 10px;
  color: #999;
}

#sidebarMenu .nav-link {
  border-bottom: solid 1px #ccc;
  background: #efefef;
  font-weight: 400;
  color: #333;
}

#sidebarMenu .nav-link:hover,
#sidebarMenu .nav-link.active {
  color: #333;
}

.navbar-toggler {
  position: absolute;
  right: 5px;
  top: 10px;
  border-color: #999 !important;
}

.naviUser {
  margin: 0 1rem;
}

.naviUser>a {
  color: #999;
}

.sidenaviLower ul {
  background: #fefefe;
  margin-top: 0;
  text-align: left;
}

.sidenaviLower ul li {
  font-size: 1rem;
  margin: 0rem;
  padding: 0 1rem;
  /*border-bottom: solid 1px #ccc;*/
}

.sidenaviLower ul li a {
  text-decoration: none;
  display: block;
}

.sideInformation_bl,
.sideInformation_no_bl {
  width: 100%;
  background: #eee;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-bottom: solid 1px #ccc;
}

@media screen and (min-width: 768px) {

  .sideInformation_bl,
  .sideInformation_no_bl {
    width: 25%;
    position: fixed;
    bottom: 2.9rem;
    left: 0rem;
    border-right: solid 1px #ccc;
    -webkit-box-shadow: 0px 0 2px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0 2px -1px rgba(0, 0, 0, 0.3);
    padding: 0.25rem 0 0.25rem 1rem;
  }
}

@media screen and (min-width: 992px) {

  .sideInformation_bl,
  .sideInformation_no_bl {
    width: 16.6666666667%;
  }
}

.sideInformation_bl a .backlog {
  width: 20px;
  height: 20px;
  background-image: url("../img/backlog_icon_gray.png");
  background-size: contain;
}

.sideInformation_bl a:hover .backlog {
  background-image: url("../img/backlog_icon.png");
  background-size: contain;
}

.sideInformation_no_bl {
  height: 2.9rem;
}

#topwrap {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

#mainstage {
  position: relative;
  margin: 10px 0.25rem;
}

@media screen and (min-width: 768px) {
  #mainstage {
    margin-left: 25%;
  }
}

@media screen and (min-width: 992px) {
  #mainstage {
    margin-left: 16.6666666667%;
  }
}

#mainstaget {
  top: -7rem;
  width: 100%;
  margin: auto 0%;
  position: relative;
  background-color: #FFFFFF;
  border: 0px 2px 2px 2px solid #A9A9A9;
}

@media screen and (min-width: 768px) {
  #mainstaget {
    top: 0;
    width: 90%;
    margin: auto 5%;
  }
}

#mainstaget h3 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0px 15px 0px;
  border-top: 2px solid #848484;
  background-color: #848484;
}

#rightm {
  width: 100%;
  height: 100%;
  float: left;
  background-color: #ffffff;
  margin-top: 10px;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  #rightm {
    padding: 10px 10px 10px 2rem;
  }
}

@media screen and (min-width: 992px) {
  #rightm {
    padding: 10px 30px 10px 2rem;
  }
}

#rightm h2 {
  font-size: 2rem;
  color: var(--maincolor);
  padding: 2px 0;
  margin-bottom: 10px;
}

#rightm p {
  font-size: 1rem;
  color: #333;
  line-height: 125%;
}

#rightm h2.cateName {
  font-size: 1rem;
  color: #fff;
  background: var(--maincolor);
  border-radius: 0.25rem;
  padding: 0.25rem 1rem;
}

/* トップボタン配置 */
#top_flex_box {
  width: 100%;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 992px) {
  #top_flex_box {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
}

#top_flex_box .top_button {
  margin: 0 1em 1em 0;
  padding: 0;
}

#top_flex_box .top_button:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  #top_flex_box .top_button {
    font-size: 0.8rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }
}

@media screen and (min-width: 992px) {
  #top_flex_box .top_button {
    margin: 0 2em 1em 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
}

input.formbtn_top {
  margin-left: 0;
  font-size: 1rem;
  padding: 1.5rem 0.5rem;
  width: 100%;
}

/* ---aggregate--- */
/* aggregate list */
.aggregate_outer_frame {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .aggregate_outer_frame {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.aggregate_list_frame {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0.5rem 0 2rem 0;
}

.aggregate_list_frame .aggregate_list_box {
  margin: 0.5rem 0.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  border: solid #ccc 1px;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
}

.aggregate_list_frame .aggregate_list_box a {
  display: block;
  text-decoration: none;
}

.aggregate_list_frame .aggregate_list_box a:hover {
  text-decoration: none;
}

.aggregate_list_frame .aggregate_list_box:last-child {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .aggregate_list_frame {
    height: 15%;
    width: 100%;
  }

  .aggregate_list_frame .aggregate_list_box {
    margin: 0.5rem 0.5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(25% - 0.5rem);
    flex: 0 1 calc(25% - 0.5rem);
  }
}

@media screen and (min-width: 992px) {
  .aggregate_list_frame .aggregate_list_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(25% - 1rem);
    flex: 0 1 calc(25% - 1rem);
    margin: 0 1rem 0.25rem 0;
  }
}

.aggregate_value,
.aggregate_list_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  color: var(--maincolor);
  background: var(--subcolor);
}

.aggregate_value>i,
.aggregate_list_value>i {
  font-size: 1.5rem;
}

.aggregate_value span,
.aggregate_list_value span {
  font-size: 1rem;
  font-weight: normal;
  margin-left: 0.25rem;
}

@media screen and (min-width: 768px) {

  .aggregate_value,
  .aggregate_list_value {
    font-size: 2.5rem;
  }

  .aggregate_value>i,
  .aggregate_list_value>i {
    font-size: 2rem;
    margin: 0.25rem;
  }
}

.narrow {
  -webkit-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
}

h3 {
  margin: 1rem 0 0.5rem 0.5rem;
}

h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  font-weight: bold;
  color: #999;
}

.list_haeder {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 1rem 0 1rem 0.5rem;
  color: var(--maincolor);
}

.list_haeder::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  font-weight: bold;
}

.baseBox {
  width: 100%;
  padding: 0.5rem;
  border: solid 1px #ccc;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .baseBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.formbtn,
.boxform input[type=button] {
  background: var(--maincolor);
  border: solid 1px var(--maincolor);
  color: #fff;
  border-radius: 0.25rem;
  overflow: visible;
  min-width: auto;
  height: 2rem;
  text-align: center;
  padding: 0.5rem;
  margin: 0 0.25rem 0.25rem 0.25rem;
}

.formbtn:hover,
.boxform input[type=button]:hover {
  border: solid 1px var(--maincolor);
  color: #fff;
}

@media screen and (min-width: 768px) {

  .formbtn,
  .boxform input[type=button] {
    min-width: 90px;
  }
}

@media screen and (min-width: 992px) {

  .formbtn,
  .boxform input[type=button] {
    min-width: 120px;
  }
}

.list_card {
  width: 100%;
}

.list_card .cardsLabel {
  width: 25%;
}

.list_card .cardsform {
  margin-left: 0.5rem;
  width: calc(75% - 0.5rem);
}

@media screen and (min-width: 768px) {
  .list_card {
    width: 45%;
    margin: 0 2.5%;
  }
}

@media screen and (min-width: 992px) {
  .list_card {
    width: 31.3333333333%;
    margin: 0 1%;
  }
}

@media screen and (min-width: 1200px) {
  .list_card {
    width: 31.3333333333%;
  }
}

.formBoxWrap,
.formBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  margin: 0.25rem 0;
}

@media screen and (min-width: 576px) {

  .formBoxWrap,
  .formBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.formWrap2 {
  width: 100%;
  border: solid 1px #fff;
}

.confirm .formBox {
  border-bottom: dotted 1px #ccc;
  margin: 0.25rem 0.25rem 0.25rem 0;
  padding: 0.25rem 0;
}

.confirm .formBox.no_borderbottom {
  border-bottom: none;
}

@media screen and (min-width: 576px) {
  .formBoxWrap {
    margin: 0.5rem 0;
    display: table;
  }

  .formBoxWrap .formBox {
    margin: 0;
  }
}

.boxLabel,
.wrapLabel {
  width: 100%;
  line-height: 1.5rem;
  text-align: left;
  margin-right: 0.25rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 576px) {

  .boxLabel,
  .wrapLabel {
    font-weight: normal;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    margin-right: 0.5rem;
  }
}

@media screen and (min-width: 768px) {

  .boxLabel,
  .wrapLabel {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
}

@media screen and (min-width: 992px) {

  .boxLabel,
  .wrapLabel {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 250px;
  }
}

.form_f_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.boxform {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: solid 1px transparent;
  margin: 0.25rem 0;
}

@media screen and (min-width: 576px) {
  .boxform {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
}

@media screen and (min-width: 768px) {
  .boxform {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
  }
}

@media screen and (min-width: 992px) {
  .boxform {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 75%;
    flex: 0 1 75%;
    min-width: 600px;
  }

  .boxform font {
    display: block;
    line-height: 125%;
  }

  .boxform font:first-child {
    margin-top: 0.25rem;
  }
}

#into_checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#into_checkboxes label {
  margin: 0.5rem 0;
}

.wrapLabel {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  min-height: 2rem;
  border-bottom: 1px dotted #ccc;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .wrapLabel {
    width: 15%;
  }
}

@media screen and (min-width: 768px) {
  .wrapLabel {
    width: 12.5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 12.5%;
    flex: 0 1 12.5%;
    display: table-cell;
    vertical-align: middle;
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0.75rem;
  }
}

@media screen and (min-width: 768px) {

  .boxLabel_sm,
  .boxLabel_md,
  .boxLabel_lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 2rem;
    width: 12.5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 12.5%;
    flex: 0 1 12.5%;
    padding: 0 0.5rem;
    background: #f5f5f5;
    margin-left: 0.5vw;
  }

  .boxLabel_sm:first-child,
  .boxLabel_md:first-child,
  .boxLabel_lg:first-child {
    border-radius: 0.25rem 0.25rem 0 0;
  }

  .boxLabel_sm:last-child,
  .boxLabel_md:last-child,
  .boxLabel_lg:last-child {
    border-radius: 0 0 0.25rem 0.25rem;
  }
}

/*-------------------------------
serachArea
---------------------------------*/
.serachArea {
  border: solid 1px #ccc;
  border-radius: 0.5rem;
  background: #efefef;
  padding: 0.5rem 0 0 0;
  margin-bottom: 3rem;
}

.serachArea a {
  display: block;
  text-decoration: none;
}

.serachArea a:link,
.serachArea ahover {
  text-decoration: none;
}

.serachArea h3 {
  color: #999;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 0.5rem 0;
  padding: 0.5rem;
}

.serachArea h3::before {
  content: none;
}

.serachArea h3::after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  padding-left: 0.5rem;
}

#serachBox,
#fileBox {
  background: #fff;
  padding: 0.5rem;
  border-radius: 0 0 0.5rem 0.5rem;
}

.seratchBtn {
  background: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0.25rem;
}

#pt {
  background: #fff;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0.5rem 0;
  width: 100%;
  font-size: 1rem;
  color: #333;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #pt {
    width: auto;
  }
}

#print_pt {
  width: 640px;
  font-size: 1rem;
  color: #333;
  padding: 3px 0px 2px 5px;
  text-align: right;
}

.card-body hr:last-child {
  display: none;
}

.divBox .row {
  margin: 0.25rem 0;
}

.divBox .row div {
  margin: 0.25rem -5px;
}

.divBox .dBhaed {
  padding: 0.25rem 0;
  background: #f5f5f5;
}

#main table.tblBg,
#main table.tblBg3,
#main table.tblBg2,
#main table.tblBg1 {
  border: none;
}

.tblBg,
.tblBg3,
.tblBg2,
.tblBg1 {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
}

.tblBg tr,
.tblBg3 tr,
.tblBg2 tr,
.tblBg1 tr,
.tblBg td,
.tblBg3 td,
.tblBg2 td,
.tblBg1 td {
  padding: 3px 0px 3px 0px;
}

.tblBg th,
.tblBg3 th,
.tblBg2 th,
.tblBg1 th {
  height: 2.5rem;
  font-size: 1rem;
  font-weight: normal;
  color: #000000;
  padding: 0.25rem 0;
  background: #f5f5f5;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.tblBg td,
.tblBg3 td,
.tblBg2 td,
.tblBg1 td {
  height: 2.5rem;
  padding: 0.25rem 0;
  border: 1px solid #ccc;
  font-size: 1rem;
  line-height: 1.2em;
  color: #000000;
}

.tblBg td.bgc1,
.tblBg3 td.bgc1,
.tblBg2 td.bgc1,
.tblBg1 td.bgc1 {
  background: #f5f5f5;
}

@media screen and (min-width: 992px) {

  .tblBg th,
  .tblBg3 th,
  .tblBg2 th,
  .tblBg1 th,
  .tblBg td,
  .tblBg3 td,
  .tblBg2 td,
  .tblBg1 td {
    padding: 0.25rem 0.5rem;
  }
}

.tfextra {
  font-size: 1rem;
  color: #000000;
  padding: 3px 0px 3px 0px;
  background: #f5f5f5;
}

.tblBg1 {
  margin-top: 0.5rem;
}

.tblBg1 tr:nth-child(2n+1) {
  background: #fdf6ec;
}

.tblBg2 {
  margin-top: 0.5rem;
}

.tblBg2 tr:nth-child(4n+5),
.tblBg2 tr:nth-child(4n+2) {
  background: #fdf6ec;
}

.tblBg3 {
  margin-top: 0.5rem;
}

.tblBg3 tr:nth-child(6n+3),
.tblBg3 tr:nth-child(6n+2),
.tblBg3 tr:nth-child(6n+1) {
  background: #fdf6ec;
}

/*-------------------------------
Lower
---------------------------------*/
.menu_types {
  margin-top: 1rem;
}

/*任意*/
/*必須*/
.notRequired::after,
.must::after {
  background: #999;
  border-radius: 0.2rem;
  margin: -0.5rem 0.2rem 0 0.2rem;
  padding: 0.1rem 0.5rem;
  color: white;
  font-size: 0.8rem;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
}

/*任意*/
.notRequired::after {
  content: "任意";
  background: #aaa;
}

/*必須*/
.must::after {
  content: "必須";
  background: #f4a460;
  text-decoration: none;
  white-space: nowrap;
}

/*-------------------------------
footer
---------------------------------*/
#footer {
  width: 100%;
  margin: 0;
  border-top: 1px solid #ddd;
  text-align: left;
  position: fixed;
  bottom: 0;
  background: #fff;
  padding: 0.5rem 1rem;
  z-index: 9999;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#footer p {
  font-size: 0.8rem;
  color: #c0c0c0;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 120%;
}

@media screen and (min-width: 768px) {
  #footer {
    height: 3rem;
  }
}

.sideInformation a .backlog {
  width: 20px;
  height: 20px;
  background-image: url("../img/backlog_icon_gray.png");
  background-size: contain;
}

.sideInformation a:hover .backlog {
  background-image: url("../img/backlog_icon.png");
  background-size: contain;
}

.collapse.in {
  display: block;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse.in {
    overflow-y: visible;
  }
}

.collapse:not(.show) {
  display: none;
}

/*---------add css----------*/
@media screen and (min-width: 768px) {
  #main {
    margin-top: 1rem !important;
  }
}

.aggregate_list_frame {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem 0;
}

@media screen and (min-width: 768px) {
  .aggregate_list_frame {
    height: 15%;
  }
}

.aggregate_list_box {
  margin: 0.5rem 0.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  border: solid #ccc 1px;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
}

.aggregate_list_box a {
  display: block;
  text-decoration: none;
}

.aggregate_list_box a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .aggregate_list_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
  }
}

.aggregate_value,
.aggregate_list_value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  color: var(--maincolor);
  background: var(--subcolor);
}

.aggregate_value>i,
.aggregate_list_value>i {
  font-size: 1.5rem;
}

.aggregate_value span,
.aggregate_list_value span {
  font-size: 1rem;
  font-weight: normal;
  margin-left: 0.25rem;
}

@media screen and (min-width: 768px) {

  .aggregate_value,
  .aggregate_list_value {
    font-size: 2.5rem;
  }

  .aggregate_value>i,
  .aggregate_list_value>i {
    font-size: 2rem;
    margin: 0.25rem;
  }
}

.narrow {
  -webkit-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
}

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

.agBox i {
  color: var(--maincolor);
  padding: 1rem 1rem 0 0;
  font-size: 1.2rem;
}

.agBox .aggregate_list_item {
  color: var(--maincolor);
  padding: 1rem;
  font-size: 1rem;
}

.agBox .aggregate_list_item i {
  padding: 0;
  font-size: 1rem;
}

.list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*アイコンをボタンに変更したもの*/
.formstc {
  background: var(--maincolor) !important;
  border-radius: 0.25rem;
  color: #fff;
  padding: 0 0.25rem;
}

.formstc.text-success {
  background: green !important;
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .formstc {
    padding: 0 0.5rem;
  }
}

/*tooltip*/
.operationBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.5rem 0;
}

.operationBtns .tooltips:nth-child(n+2) {
  margin-left: 0.25rem;
}

@media screen and (min-width: 576px) {
  .operationBtns .tooltips:nth-child(n+2) {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .operationBtns .tooltips:nth-child(n+2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.tooltips div.toolDescription {
  display: none;
}

.tooltips input {
  font-size: 1.2rem;
  color: #333;
}

.tooltips:hover {
  color: var(--maincolor) !important;
  /*行追加、削除（3文字）のボタン*/
  /*行追加、削除（4文字）のボタン*/
  /*ポータルのボタン*/
  /*ダウンロード（6文字）のボタン*/
}

.tooltips:hover i {
  color: var(--maincolor);
}

.tooltips:hover div.toolDescription {
  display: block !important;
  position: absolute;
  -webkit-transform: translate(-0.7rem, -4.25rem);
  transform: translate(-0.7rem, -4.25rem);
  padding: 5px;
  font-size: 0.9rem;
  line-height: 1.2em;
  color: #fff;
  border-radius: 5px;
  background: var(--maincolor);
  width: auto;
  z-index: 9999;
}

.tooltips:hover .toolDescription:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 5px solid transparent;
  border-top: 5px solid var(--maincolor);
  margin-left: -5px;
}

.tooltips:hover div.toolDescription.tool3words {
  -webkit-transform: translate(-0.9rem, -4.25rem);
  transform: translate(-0.9rem, -4.25rem);
}

.tooltips:hover div.toolDescription.tool4words {
  -webkit-transform: translate(-1.3rem, -4.25rem);
  transform: translate(-1.3rem, -4.25rem);
}

.tooltips:hover div.toolDescription.toolportal {
  -webkit-transform: translate(-2.5rem, -4.25rem);
  transform: translate(-2.5rem, -4.25rem);
}

.tooltips:hover div.toolDescription.tool6words {
  -webkit-transform: translate(-1.25rem, -5.25rem);
  transform: translate(-1.25rem, -5.25rem);
}

@media screen and (min-width: 992px) {
  .tooltips:hover div.toolDescription.tool6words {
    -webkit-transform: translate(-2.25rem, -4.25rem);
    transform: translate(-2.25rem, -4.25rem);
  }
}

/*disabledのときツールチップを非表示*/
.operationBtns input:disabled {
  background: #ccc !important;
}

.operationBtns input:disabled+div.toolDescription {
  display: none !important;
}

/*操作アイコンがセルからはみ出さないように指定する*/
.icons1 {
  width: 4rem;
}

@media screen and (min-width: 768px) {
  .icons1 {
    width: 5rem;
  }
}

.icons2 {
  width: 4rem;
}

@media screen and (min-width: 768px) {
  .icons2 {
    width: 10rem;
  }
}

.icons3 {
  width: 4rem;
}

@media screen and (min-width: 768px) {
  .icons3 {
    width: 13rem;
  }
}

/*ボタンがセルからはみ出さないように指定する*/
.cellsize2 {
  width: 5rem;
}

.cellsize5 {
  width: 7rem;
}

/* 更新時成功メッセージ */
.success_message {
  border: solid 1px var(--maincolor);
  background: var(--subcolor);
  border-radius: 0.25rem;
  padding: 0.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}

/* 更新時失敗メッセージ */
.failure_message {
  border: solid 1px #ada736;
  background: var(--subcolor);
  border-radius: 0.25rem;
  padding: 0.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}

/* 数字入力フォーム内の上下矢印を削除 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* キャンセル済みのリストの色を変更 */
.cancel_tr {
  background-color: #dddddd !important;
}

.fas_button_borderbackradius {
  padding: 0 20px;
  height: 28px;
  background: var(--maincolor);
  border: 1px solid var(--maincolor);
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
}

/* HOME bootstrap rewrite */
.dashbord_wrap h3 {
  font-size: 1.7rem;
}

.dashbord_wrap h5 {
  font-size: 1.2rem;
}

.dashbord_wrap .card_home {
  position: relative;
  width: 24rem;
  margin: 10px !important;
  border: solid 1px var(--maincolor) !important;
}

.dashbord_wrap .card_home .card_home_header {
  padding: 1.5rem 12px !important;
  background-color: var(--subcolor) !important;
  color: var(--maincolor);
}

.dashbord_wrap .card_home .card_home_body {
  color: var(--maincolor);
}

.dashbord_wrap .card_home .card_home_awesome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
}

.dashbord_wrap .card_home .card_home_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 2.2rem;
  font-weight: bold;
}

.dashbord_wrap .card_home .card_home_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}

.dashbord_wrap .card_home .card_home_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}

.dashbord_wrap .card_home .card_home_errmsg {
  position: absolute;
  right: 2rem;
  bottom: -2rem;
  font-size: 1rem;
  font-weight: bold;
}

.dashbord_wrap .card_home:hover .card_home_header {
  color: var(--subcolor);
  background-color: var(--maincolor) !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.dashbord_wrap .card_home:hover .card_home_body {
  background-color: var(--subcolor) !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45% !important;
}

/*# sourceMappingURL=layout_common.css.map */

