@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
/*------------------------------------------
  cmn
------------------------------------------*/
body {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.75;
  color: #343A40; }

.wrapper {
  position: relative; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: top; }

a {
  text-decoration: none; }
  a.text-decoration-underline:hover {
    text-decoration: none !important; }

input[type="number"],
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield; }

h1.ttlBox {
  font-size: 20px;
  font-weight: 700; }

.btn.btn-dark {
  transition: 0.3s; }
  .btn.btn-dark:hover {
    opacity: 0.8; }

.bg_blueGra {
  background: linear-gradient(to bottom right, #0C9ED4, #3DBDBF); }

.bg_greenGra {
  background: linear-gradient(to bottom right, #0CD43A, #3DBF83); }

.bg_greenGra_client {
  background: linear-gradient(to bottom right, #78bb59, #8ec675); }

.bg_orangeGra_dairiten,
.bg_orangeGra {
  background: linear-gradient(to bottom right, #fa7802, #f99942); }

.bg-gray {
  background: #F2F2F2; }

.row-eq-height {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap; }

.maxw-22 {
  max-width: 22px; }

.maxw-40 {
  max-width: 40px; }

.maxw-50 {
  max-width: 50px; }

.maxw-55 {
  max-width: 55px; }

.maxw-60 {
  max-width: 60px; }

.maxw-65 {
  max-width: 65px; }

.maxw-80 {
  max-width: 80px; }

.maxw-100 {
  max-width: 100px; }

.maxw-120 {
  max-width: 120px; }

.maxw-150 {
  max-width: 150px; }

.maxw-180 {
  max-width: 180px; }

.maxw-200 {
  max-width: 200px; }

.maxw-250 {
  max-width: 250px; }

.maxw-300 {
  max-width: 300px; }

.maxw-320 {
  max-width: 320px; }

.maxw-350 {
  max-width: 350px; }

.maxw-400 {
  max-width: 400px; }

.maxw-520 {
  max-width: 520px; }

.maxw-540 {
  max-width: 540px; }

.maxw-670 {
  max-width: 670px; }

.maxw-680 {
  max-width: 680px; }

.maxw-820 {
  max-width: 820px; }

.minw-22 {
  min-width: 22px; }

.minw-40 {
  min-width: 40px; }

.minw-70 {
  min-width: 70px; }

.minw-80 {
  min-width: 80px; }

.minw-90 {
  min-width: 90px; }

.minw-100 {
  min-width: 100px; }

.minw-120 {
  min-width: 120px; }

.minw-150 {
  min-width: 150px; }

.minw-200 {
  min-width: 200px; }

.minw-250 {
  min-width: 250px; }

.minw-300 {
  min-width: 300px; }

.minw-320 {
  min-width: 320px; }

.minw-600 {
  min-width: 600px; }

.minw-100per {
  min-width: 100%; }

.maxh-42 {
  max-height: 42px; }

.maxh-200 {
  max-height: 200px; }

.maxh-300 {
  max-height: 300px; }

.maxh-400 {
  max-height: 400px; }

.maxh-500 {
  max-height: 500px; }

.minh-140 {
  min-height: 140px; }

@media screen and (max-width: 992px) {
  .lg-w-100 {
    max-width: 100% !important;
    min-width: 100% !important; } }
@media screen and (max-width: 768px) {
  .md-w-100 {
    max-width: 100% !important;
    min-width: 100% !important; } }
@media screen and (max-width: 440px) {
  .d-none-440px {
    display: none !important; } }
.fs-10 {
  font-size: 10px; }

.fs-12 {
  font-size: 12px; }

.bottom--25 {
  bottom: -25px; }

/*------------------------------------------
  ヘッダー
------------------------------------------*/
.spNav {
  display: none;
  width: 100%;
  height: 55px;
  padding: 0;
  /*
  position: fixed;
  left: 0;
  top: 0;
  */
  position: relative;
  z-index: 1000;
  background: #FFF; }
  @media screen and (max-width: 768px) {
    .spNav {
      display: block; } }
  .spNav .logoBox {
    /*position: fixed;*/
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1000; }
  .spNav .menuBox {
    width: 30px;
    /*position: fixed;*/
    position: absolute;
    right: 20px;
    top: 12px; }
    .spNav .menuBox .menu-trigger,
    .spNav .menuBox .menu-trigger span.bar {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box; }
    .spNav .menuBox .menu-trigger {
      position: relative;
      width: 30px;
      height: 36px;
      cursor: pointer; }
    .spNav .menuBox .menu-trigger span.bar {
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      background: linear-gradient(to right, #0C9ED4, #3DBDBF); }
    .spNav .menuBox .menu-trigger span.bar:nth-of-type(1) {
      top: 0; }
    .spNav .menuBox .menu-trigger span.bar:nth-of-type(2) {
      top: 10px;
      width: 100%; }
    .spNav .menuBox .menu-trigger.active span.bar:nth-of-type(1) {
      -webkit-transform: translateY(10px) rotate(45deg);
      transform: translateY(10px) rotate(45deg); }
    .spNav .menuBox .menu-trigger.active span.bar:nth-of-type(2) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
    .spNav .menuBox .menu-trigger span.txt {
      width: 100%;
      position: absolute;
      bottom: 0px;
      text-align: center;
      font-size: 10px;
      font-family: 'Roboto', sans-serif;
      color: #0C9ED4; }
      .spNav .menuBox .menu-trigger span.txt .open {
        display: none; }
    .spNav .menuBox .menu-trigger.active span.txt .open {
      display: block; }
    .spNav .menuBox .menu-trigger.active span.txt .close {
      display: none; }

@media screen and (max-width: 767px) {
  #sidebarMenu {
    z-index: 999;
    display: none; }
    #sidebarMenu .btnBox .btn-outline-light {
      border: 1px solid #FFF !important;
      color: #FFF !important; }
      #sidebarMenu .btnBox .btn-outline-light:hover {
        background: rgba(255, 255, 255, 0.4); } }
/*------------------------------------------
  フッター
------------------------------------------*/
/*------------------------------------------
  ログインページ
------------------------------------------*/
.loginPage {
  height: 100vh;
  min-height: 600px; }
  .loginPage .contents {
    max-width: 760px;
    height: 100%;
    margin: 0 auto;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center; }
    .loginPage .contents .middleBox .whiteBox {
      background: #F3F6F9;
      border-radius: 5px; }

/*------------------------------------------
  下層ページサイドメニュー
------------------------------------------*/
.grayBox {
  background: #F3F6F9;
  border-radius: 5px; }

.underLine-60 {
  position: relative; }
  .underLine-60:after {
    content: "";
    width: 60px;
    height: 1px;
    display: block;
    background: #000;
    position: absolute;
    right: 50%;
    bottom: -8px;
    transform: translate(50%, 0); }

@media screen and (max-width: 768px) {
  .sideBarPage {
    /*padding-top: 55px;*/ } }
/*------------------------------------------
  下層ページヘッダーメニュー
------------------------------------------*/
.contentsHead .btnBox .btn-outline-light {
  border: 1px solid #FFF !important;
  color: #FFF !important; }
  .contentsHead .btnBox .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.4); }

/*------------------------------------------
  下層ページコンテンツ
------------------------------------------*/
/*///////////クライアント一覧///////////*/
.icon_required {
  position: relative;
  padding-right: 60px !important; }
  .icon_required:after {
    content: "必須";
    width: 50px;
    height: 20px;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    background: #DC3545;
    border-radius: 20px;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
  .icon_required.top:after {
    top: 2px;
    transform: translate(0, 0); }

.calendarInput {
  border-radius: 5px 0 0 5px !important; }

.fileSelect {
  position: relative;
  display: -ms-flex;
  display: flex; }
  .fileSelect label {
    min-width: 120px;
    max-width: 120px;
    display: block; }
    .fileSelect label span {
      display: block;
      color: #000;
      font-size: 13px;
      background-color: #E9ECEF;
      border: 1px solid #CED4DA;
      padding: 6px 10px;
      border-radius: 5px;
      cursor: pointer; }
    .fileSelect label > input {
      display: none; }
  .fileSelect .file_text_box {
    width: 100%;
    -ms-flex: 1;
    flex: 1;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent; }
    .fileSelect .file_text_box::-ms-expand {
      display: none; }
  .fileSelect .date {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    color: #000; }

.table:not(.noroll) tbody tr:hover td {
  background: #F3F6F9 !important; }
.table:not(.noroll) tbody tr.link:hover {
  cursor: pointer; }
.table:not(.noroll) tbody tr.link button {
  position: relative;
  z-index: 100; }
.table tbody tr.link:hover {
  cursor: pointer; }
.table tbody tr.link button {
  position: relative;
  z-index: 100; }

.pagination .page-item:not(:last-child) {
  margin-right: 2px; }
.pagination .page-item .page-link {
  padding: .375rem 1rem;
  color: #000;
  border: none; }
  .pagination .page-item .page-link:hover {
    background: #000;
    color: #FFF; }
  @media screen and (max-width: 768px) {
    .pagination .page-item .page-link {
      padding: .375rem 0.5rem; } }
.pagination .page-item.disabled .page-link {
  background: #000;
  color: #FFF;
  pointer-events: none; }

/* 日曜日：赤 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n + 1),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n + 1) {
  color: red; }

/* 土曜日：青 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
  color: blue; }

.flatpickr-current-month {
  display: flex;
  justify-content: center; }

.cur-year {
  order: 1; }

.cur-month:before {
  content: '年　'; }

.cur-month {
  order: 2; }

.flatpickr-current-month span.cur-month {
  font-weight: 300;
  padding-top: 4px; }

.blueLine {
  height: 100%;
  position: relative; }
  .blueLine:after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: #0C9ED4;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translate(50%, 0); }

/*初期文字カラー*/
.form-control::placeholder {
  color: lightgray;
  font-size: 13px; }

.form-control::-ms-input-placeholder {
  /* 旧Edge対応 */
  color: lightgray;
  font-size: 13px; }

.form-control:-ms-input-placeholder {
  /* IE対応 */
  color: lightgray;
  font-size: 13px; }

/*///////////クライアントメニュー///////////*/
/*///////////複数選択スタイル///////////*/
.ui-multiselect {
  width: 100% !important;
  max-width: 320px;
  border: 1px solid #ced4da;
  background: #FFF;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem; }
  .ui-multiselect > span:not([class]) {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    color: #212529; }
  .ui-multiselect .ui-icon.ui-icon-triangle-1-s {
    background: url("../img/multiselect.png") no-repeat center/10px;
    background-position: center; }
  .ui-multiselect .ui-multiselect-open {
    position: relative;
    top: 5px; }

.ui-multiselect-menu .ui-multiselect-header {
  border: none;
  background: #666; }
  .ui-multiselect-menu .ui-multiselect-header a {
    font-weight: normal; }
    .ui-multiselect-menu .ui-multiselect-header a:hover {
      color: #FFF; }
.ui-multiselect-menu .ui-state-hover {
  padding: 3px 1px 3px 21px;
  background: #F6F6F6;
  color: #000;
  border: none;
  border-radius: 0;
  font-weight: normal; }
.ui-multiselect-menu .ui-multiselect-checkboxes label {
  border: none; }
.ui-multiselect-menu .ui-multiselect-checkboxes input {
  top: 0;
  margin-right: 5px;
  display: inline-block; }

/*///////////フロントステップナビ///////////*/
.stepper {
  max-width: 800px;
  padding: 0;
  margin: 0 auto;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  position: relative; }
  .stepper:before {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    background: #0C9ED4; }
  .stepper li {
    text-align: center;
    position: relative; }
    .stepper li .num {
      width: 30px;
      height: 30px;
      margin: 0 auto 10px auto;
      display: -ms-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      -ms-justify-content: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 900;
      line-height: 1;
      color: #0C9ED4;
      border: 1px solid #0C9ED4;
      border-radius: 30px;
      background: #FFF;
      position: relative;
      z-index: 10; }
    .stepper li .clm {
      font-size: 14px;
      font-weight: 700;
      color: #0C9ED4;
      position: relative;
      z-index: 10; }
    .stepper li:first-child:before, .stepper li:last-child:before {
      content: "";
      width: 50%;
      height: 100%;
      display: block;
      background: #FFF;
      position: absolute;
      top: 0; }
    .stepper li:first-child:before {
      left: 0; }
    .stepper li:last-child:before {
      right: 0; }
    .stepper li.active .num, .stepper li.done .num {
      color: #FFF;
      background: #0C9ED4; }
  @media screen and (max-width: 400px) {
    .stepper li .num {
      width: 25px;
      height: 25px;
      font-size: 3.5vw; }
    .stepper li .clm {
      font-size: 3vw; } }

/*///////////フロントカレンダー///////////*/
.calBox {
  /*選択アイコン*/ }
  .calBox label {
    width: 100%;
    cursor: pointer; }
    .calBox label > div span {
      position: relative; }
      .calBox label > div span:before {
        content: "";
        width: 34px;
        height: 34px;
        display: block;
        border-radius: 50rem;
        background: transparent;
        opacity: 0.2;
        position: absolute;
        top: 0;
        right: 50%;
        transform: translate(50%, -20%);
        transition: 0.3s; }
    .calBox label input {
      display: none; }
      .calBox label input:checked + div span:before {
        background: #0C9ED4; }
      .calBox label input:checked + div span {
        position: relative;
        z-index: 2; }

/*///////////フロント時間選択///////////*/
.timeSelectBox label {
  width: 100%;
  cursor: pointer; }
  .timeSelectBox label span {
    width: 100%;
    height: 50px;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 5px;
    background: #FFF;
    font-weight: bold;
    transition: 0.3s; }
  .timeSelectBox label input {
    display: none; }
    .timeSelectBox label input:checked + span {
      border: 1px solid #0C9ED4;
      background: #0C9ED4;
      color: #FFF; }

/*///////////ローディング表示///////////*/
#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8; }

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("../img/loading.gif") center center no-repeat; }

/*///////////スクラッチ///////////*/
.scratchWrapper {
  width: 350px;
  height: 350px;
  margin: 0 auto;
  position: relative; }
  .scratchWrapper p {
    width: 100%;
    height: 100%;
    background: #F3F6F9;
    border: 1px solid #C3C3C3;
    font-size: 50px;
    font-weight: 700;
    color: #343A40;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }

.scratchpad {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2; }

@media (max-width: 450px) {
  .scratchWrapper {
    width: 250px;
    height: 250px; } }
@media (max-width: 340px) {
  .scratchWrapper {
    width: 200px;
    height: 200px; } }
