﻿@charset "utf-8";

/*ヘッダ*/

header .logo_esia {
  padding: 12px 0 10px;
}

header .logo_esia img {
  margin: 0 auto;
}

header .header_bar {
  background: #24a5a5;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.05) inset;
  /*overflow: hidden;*/
  color: #fff;
  line-height: 1.1;
}

header .header_bar .company_name {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 12px 0 11px;
  float: left;
}

header .header_bar .user_name {
  font-size: 1.4rem;
  padding: 14px 0 0;
  float: right;
  margin-right: 2em;
}

header .header_bar nav {
  font-size: 1.4rem;
  float: right;
}

header .header_bar nav li {
  border-right: 1px solid #24a5a5;
  display: inline-block;
}

header .header_bar nav .navbar-nav .dropdown .dropdown-menu li {
  border-right: 0;
  display: block;
}

header .header_bar nav a {
  color: #fff;
  display: inline-block;
  background: #0e8282;
  padding: 14px 10px 13px;
  text-decoration: none;
}

header .header_bar nav a:last-child {
  border-right: none;
}

header .header_bar nav a i {
  margin-right: 0.3em;
}

header .header_bar nav a span {
  text-decoration: underline;
}

header .header_bar nav a:hover span {
  text-decoration: none;
}

header .header_bar .dropdown-menu {
  background: #0e8282;
}

header .header_bar .dropdown-menu a:hover {
  background: #0e8282;
  color: #fff;
}

@media (max-width: 991px) {
  header .header_bar .user_name {
    margin-right: 1em;
  }
  /* /max-width: 992px */
}

header .breadcrumb {
  background: #eaeaea;
  color: #000;
  line-height: 1.1;
  font-size: 1.2rem;
  padding: 13px 0 12px;
  margin: 0;
  border-radius: 0;
}

header .breadcrumb ul {
  overflow: hidden;
  list-style: none;
}

header .breadcrumb ul li {
  display: inline-block;
}

header .breadcrumb ul li i {
  margin-right: 5px;
}

header .breadcrumb ul li:after {
  content: '\f105';
  font-family: FontAwesome;
  margin: 0 10px 0 10px;
}

header .breadcrumb .toolbarback {
  float: right;
  margin: 0;
}

header .breadcrumb ul li:last-child:after {
  content: none;
}

header .breadcrumb ul li a {
  text-decoration: none;
}

header .breadcrumb ul li a span {
  text-decoration: underline;
}

header .breadcrumb ul li a:hover span {
  text-decoration: none;
}

/* メイン */
main {
  background: #44bcbc;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.05) inset;
  padding: 50px 0;
}

main .ct_each_box {
  background: #fff;
  border: solid 1px #fff;
  /* box-shadow */
  -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.15);
  /* border-radius */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

/* ページタイトル */
main .ct_each_box .page_ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 20px 10px 16px;
  color: #fff;
  margin-bottom: 40px;
  position: relative;
}

main .ct_each_box .page_ttl i {
  margin-right: 10px;
}

main .ct_each_box .page_ttl:after {
  border: 10px solid transparent;
  border-top-color: #ccc;
  border-bottom-width: 0;
  bottom: -10px;
  content: '';
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 0;
}

main .ct_each_box .ctgly_name {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}

main .ct_each_box .lead_txt {
  display: block;
  margin: 0 100px 40px;
  font-size: 1.6rem;
}

main .ct_each_box .label_header {
  width: 100%;
  background: #0e8282;
  color: white;
  border-bottom: solid 1px #cccccc;
  list-style: 1.2;
  font-size: 1.6rem;
  padding: 12px 30px 10px;
  font-weight: bold;
}

main .ct_each_box .label_header a {
  color: white;
  font-size: 1.4rem;
  float: right;
  font-weight: bold;
  text-decoration: none;
}

main .ct_each_box .label_header i {
  margin-right: 5px;
}

main .button_box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

main .button_box .btn {
  padding: 8px 12px 6px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
  text-decoration: none;
}

main .button_box a,
main .button_box input[type='button'],
main .button_box button {
  margin: 0 5px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  width: 120px;
}

main .button_box a {
  background: #999;
  color: #fff;
  text-decoration: none;
}

main .button_box i {
  margin-right: 5px;
  display: inline-block;
}

main .button_box input[type='button'],
main .button_box button {
  background: #24a5a5;
  color: #fff;
}

main .button_box input[type='button']:hover,
main .button_box button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
}

main .button_box .btn_Grip {
  margin: 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background: #61874d;
  position: relative;
  width: auto;
  color: #fff;
  min-height: 38px;
}
main .button_box .btn_Grip:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha(opacity=70)';
}

main .ct_each_box .link_box {
  margin: 0 auto;
  text-align: center;
  padding: 0 5px 5px;
  -webkit-box-sizing: content;
  box-sizing: content;
}

main .ct_each_box .link_box a {
  display: inline-block;
  padding: 5px 20px 5px 20px;
  color: #fff;
  background: #007db3;
  text-decoration: none;
  font-size: 1.4rem;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

main .ct_each_box .plan_link_box {
  margin: 0 auto;
  text-align: center;
  padding: 0 15px 5px;
  -webkit-box-sizing: content;
  box-sizing: content;
}

main .ct_each_box .plan_link_box a {
  display: table-cell;
  padding: 5px 20px 5px 20px;
  color: #fff;
  background: #131d6a;
  text-decoration: none;
  font-size: 1.9rem;
  font-weight: bold;
  height: 60px;
  vertical-align: middle;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

main .ct_each_box .link_box a i,
main .ct_each_box .plan_link_box a i {
  margin-right: 5px;
}

main .ct_each_box .link_selectbox {
  margin: 0 auto;
  text-align: center;
  padding: 0 5px 5px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: content;
  box-sizing: content;
}

main .ct_each_box .link_selectbox a {
  display: inline-block;
  padding: 5px 20px 5px 20px;
  color: #fff;
  background: #007db3;
  text-decoration: none;
  font-size: 1.4rem;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

main .ct_each_box .link_selectbox i {
  margin-right: 5px;
}

/* フッタ */

footer {
  width: 100%;
  border-top: solid 2px #24a5a5;
  margin: 100px 0 20px;
  padding: 20px 0 0;
  font-size: 1.2rem;
  text-align: center;
}

footer p {
  display: inline-block;
  text-align: center;
  padding-top: 12px;
}

footer a.logo_shalf {
  display: block;
  float: right;
}

footer a.agree {
  display: block;
  float: left;
  margin-left: 30px;
}

#scrollToTop {
  display: block;
  position: fixed;
  right: 0;
  bottom: 100px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 10px 7px 7px;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 10;
}

#scrollToTop i {
  font-size: 2.4rem;
}

/* 点滅 */
.blinking {
  font-weight: normal;
  color: red;
  /*-webkit-animation:blink 2.0s ease-in-out infinite alternate;
-moz-animation:blink 2.0s ease-in-out infinite alternate;
animation:blink 2.0s ease-in-out infinite alternate;*/
}

.blinking a {
  color: red;
  /*text-decoration: none;*/
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

main .ct_each_box .page_ttl.ctgly99 {
  background: #0e8282;
}

main .ct_each_box .page_ttl.ctgly99:after {
  border-top-color: #0e8282;
}

main .ct_each_box .page_ttl.ctglyFree {
  background: #a9a9a9;
}

main .ct_each_box .page_ttl.ctglyFree:after {
  border-top-color: #a9a9a9;
}

main .ct_each_box .page_ttl.ctglyBasic {
  background: #1e90ff;
}

main .ct_each_box .page_ttl.ctglyBasic:after {
  border-top-color: #1e90ff;
}

main .ct_each_box .page_ttl.ctglyPro {
  background: #a0522d;
}

main .ct_each_box .page_ttl.ctglyPro:after {
  border-top-color: #a0522d;
}

main .ct_each_box .page_ttl.ctglyHRFree {
  background: #a9a9a9;
}

main .ct_each_box .page_ttl.ctglyHRFree:after {
  border-top-color: #a9a9a9;
}

main .ct_each_box .page_ttl.ctglyHRLight {
  background: #228b22;
}

main .ct_each_box .page_ttl.ctglyHRLight:after {
  border-top-color: #228b22;
}

main .ct_each_box .page_ttl.ctglyHRBasic {
  background: #4682b4;
}

main .ct_each_box .page_ttl.ctglyHRBasic:after {
  border-top-color: #4682b4;
}

main .ct_each_box .page_ttl.ctglyHRPro {
  background: #ea5532;
}

main .ct_each_box .page_ttl.ctglyHRPro:after {
  border-top-color: #ea5532;
}

main .ct_each_box .page_ttl.ctglyHREnt {
  background: #4d4398;
}

main .ct_each_box .page_ttl.ctglyHREnt:after {
  border-top-color: #4d4398;
}

/*一般企業・顧問先向けカラー*/
header .header_bar.user_hr {
  background: #4763c2;
}

header .header_bar.user_hr nav li {
  border-color: #4763c2;
}

header .header_bar.user_hr nav a {
  background: #305ea9;
}

.main_body.user_hr {
  background: #bedaf5;
}

.footer_body.user_hr {
  border-color: #9bc985;
}

header .header_bar.user_hr .dropdown-menu {
  background: #305ea9;
}

header .header_bar.user_hr .dropdown-menu a:hover {
  background: #305ea9;
  color: #fff;
}

/*本人向けカラー*/
header .header_bar.user_my {
  background: #f0b355;
}

header .header_bar.user_my nav li {
  border-color: #f0b355;
}

header .header_bar.user_my nav a {
  background: #f39832;
}

.main_body.user_my {
  background: #f8f4d6;
}

.footer_body.user_my {
  border-color: #f0b355;
}

header .header_bar.user_my .dropdown-menu {
  background: #f39832;
}

header .header_bar.user_my .dropdown-menu a:hover {
  background: #f39832;
  color: #fff;
}

/*ロボスル向けカラー*/
header .header_bar.user_royal {
  background: #00a8f4;
}

header .header_bar.user_royal nav li {
  border-color: #00a8f4;
}

header .header_bar.user_royal nav a {
  background: #00a8f4;
}

.main_body.user_royal {
  background: #00a8f4;
}

.footer_body.user_royal {
  border-color: #00a8f4;
}

header .header_bar.user_royal .dropdown-menu {
  background: #00a8f4;
}

header .header_bar.user_royal .dropdown-menu a:hover {
  background: #00a8f4;
  color: #fff;
}

/*三昧向けカラー*/
header .header_bar.user_zanmai {
  background: #1e50a2;
}

header .header_bar.user_zanmai nav li {
  border-color: #1e50a2;
}

header .header_bar.user_zanmai nav a {
  background: #1e50a2;
}

.main_body.user_zanmai {
  background: #1e50a2;
}

.footer_body.user_zanmai {
  border-color: #1e50a2;
}

header .header_bar.user_zanmai .dropdown-menu {
  background: #1e50a2;
}

header .header_bar.user_zanmai .dropdown-menu a:hover {
  background: #1e50a2;
  color: #fff;
}

/*タブ*/
.esiazero--tabs {
  text-align: center;
  font-size: 1.1rem;
}

.esiazero--tabsEntry {
  text-align: center;
  font-size: 1.1rem;
}

.esiazero--tabsEntry > a {
  background: #bedaf5;
  text-decoration: none;
}

.esiazero--tabs12 {
  text-align: center;
  font-size: 1.1rem;
}

.esiazero--tabs12 > a {
  background: #bfd3f7;
  text-decoration: none;
}

.esiazero--tabs > a {
  background: #ffe599;
  text-decoration: none;
}

.esiazero--active_tabs {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}

.esiazero--active_tabs > a {
  text-decoration: none;
}

main .button_box .btn_tabs {
  background: #131d6a;
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

main .button_box .btEntryn_tabs {
  background: #131d6a;
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

main .button_box .btn_tabs12 {
  background: #bfd3f7;
  font-size: 1.4rem;
  color: black;
  font-weight: normal;
  text-align: center;
}

main .button_box2 .btn_tabs {
  background: #131d6a;
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.helpBtn {
  float: right !important;
}

.helpBtn i {
  font-size: 2rem;
}

.grTabInfo {
  padding: 0px 30px 0px 30px;
}

.listValid {
  margin: 0px 30px 15px 30px;
  color: red;
  font-weight: bold;
}

.validateShowInput > input {
  border: solid 1px #ccc;
  border-radius: 5px;
}

.list-approver tbody tr td {
  background-color: transparent !important;
  text-align: center !important;
  width: 25%;
}

.list-approver tbody tr td span {
  display: block;
}

.tbl-approval-status tbody tr td {
  background-color: transparent !important;
  text-align: center !important;
  width: 25%;
}

.tbl-approval-status tbody tr td span,
.tbl-approval-status tbody tr th span {
  display: block;
}

.inline-flex {
  display: inline-flex;
  align-items: baseline;
}

.pl-30 {
  padding-left: 30px;
}

.pl-15 {
  padding-left: 15px;
}

.fa-desktop {
  color: #9bc985;
}

.group-bottom {
  height: auto;
  align-items: center;
  margin-bottom: 0px;
  margin-left: 0 !important;
  padding: 10px 0 10px 15px;
  border: 1px solid;
}

.group-bottom.bg-yellow {
  border-top: none;
}

.group-bottom td {
  margin-bottom: 0 !important;
}

.group-bottom i {
  width: 20px;
  align-items: center;
  margin-right: 10px;
}

.group-bottom a {
  margin-left: 20px;
}

.group-bottom select {
  margin: 0 20px 0 20px;
}

.group-bottom .label_title {
  font-weight: normal !important;
  font-size: 1.4rem !important;
  min-width: 220px !important;
  padding-bottom: 30px !important;
}

.group-bottom.add-group {
  padding: 10px 0 10px 20px;
}

.group-bottom.link_selectbox {
  padding: 10px 15px;
}

.group-bottom.link_selectbox a {
  text-align: center;
}

.bg-gray {
  background: #eeeeee;
  border-color: #cccccc;
}

.bg-yellow {
  background: #f8eddd;
  border-color: #ead9c0;
}

.fill-green {
  color: #9bc985;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.txt-white {
  color: white;
}
.txt-red {
  color: #da3a3a;
}

.icon-new {
  color: #9bc985;
  font-weight: bold;
}

.add-group-customer {
  display: flex !important;
  padding-top: 20px !important;
}
.add-group-customer .label_title {
  font-weight: normal !important;
}
.lblNote {
  margin: 0 0 10px 0;
  padding: 10px 15px;
  background: #d5eca9;
  border: solid 1px #bdda85;
}
.grid-import {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.grid-import .title i {
  margin-right: 5px;
}
.grid-import .title label {
  border-bottom: 3px solid #9bc985;
}
.grid-import .content {
  margin-left: 50px;
}
.btn-green {
  display: inline-block;
  background: #acda96;
  color: #fff !important;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.grid-import .card {
  width: 500px;
  margin-left: 30px;
  color: white;
}
.grid-import .card-title {
  padding: 10px 20px;
  background: linear-gradient(to bottom, #addb97 0%, #84b26e 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.grid-import .card-content {
  padding: 10px 20px;
  background: linear-gradient(to bottom, #c8dfbd 0%, #acc3a1 100%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.grid-import .card .btn-green {
  background: linear-gradient(to bottom, #c8f6b2 0%, #84b26e 100%);
}
.ml-0 {
  margin-left: 0 !important;
}
.pager_page_box a[active='true'] {
    background-color: #ACDA96;
    color: white !important;
}
.inquiry_box span{
    margin-left: 20px;
}
a.disabled {
    cursor: no-drop !important;
    pointer-events: all !important;
}