/* //////////////////////// */
/* 共通 */
/* //////////////////////// */
.error-message {
  font-size: 0.8rem;
  color: #fe5d70;
  margin-top: 0.5rem;
}
.form-error {
  border-color: #fe5d70;
  color: #fe5d70;
}

table thead tr th .asc {
  display: inline-block;
  border-bottom: 1px solid #007bff;
}

table thead tr th .desc {
  display: inline-block;
  border-bottom: 1px solid #007bff;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#tab-contents-area .nav-tabs li .active {
  color: #007bff;
}

.link-style {
  border-bottom: 1px #01a9ac solid;
  color: #01a9ac !important;
}

.link-style:hover {
  border-bottom: none;
  color: #01a9ac !important;
  cursor: pointer;
}

.bg-caution {
  background-color: #ffc105 !important;
}

/* スライダー用 */
.swiper-container {
  width: 100%;
  height: 500px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  z-index: 10;
  transform: translate(0%, -50%);
  margin-top: 0;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  position: relative;
  font-family: "Font Awesome 5 Free", sans-serif;
  opacity: 1;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
}
.swiper-button-prev::after {
  content: "\f104";
}
.swiper-button-next::after {
  content: "\f105";
}
.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  color: #fff;
}
.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.mySwiper2 {
  height: 400px;
  width: 100%;
}

.mySwiper {
  height: auto;
  max-width: 50vw;
  overflow: hidden;
  box-sizing: border-box;
  margin: 30px 0;
  padding: 100px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  line-height: 80px;
  cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.input-cost-form div {
  width: 100%;
}
.input-password-form div {
  width: 100%;
}
.input-year-form div {
  width: 100%;
}
.input-form-fluid div {
  width: 100%;
}

/* datepicker用 */
.custom-calendar-saturday a.ui-state-default {
  background-color: #c1e0ff;
  background-image: none !important;
}
.custom-calendar-sunday a.ui-state-default {
  background-color: #ffc1c1;
}
.custom-calendar-holiday a.ui-state-default {
  background-color: #ffe0c1;
}
.custom-calendar-warning a.ui-state-default {
  background-color: #f7fc00 !important;
  background-image: none !important;
}
.custom-calendar-primary a.ui-state-default {
  background-color: #1bbcec !important;
  background-image: none !important;
}
.custom-calendar-undate a.ui-state-default {
  background-color: #ffcabf !important;
  background-image: none !important;
}
button.ui-datepicker-close {
  display: none;
}
button.ui-datepicker-current {
  display: none;
}
​

/* ドラッグ＆ドロップアイテム用 */
.drag-item {
  cursor: grab !important;
}
.drag-item:active {
  cursor: grabbing !important;
}

.select-image-item {
  border: 1px solid #01a9ac !important;
  background-color: #d3eff2 !important;
}
.select-image-item-checkbox::before {
  background-color: #ffffff !important;
}

/* おすすめタグ表示用 */
.article-tag {
  /* height: 1.6rem; */
  font-size: 1.2rem;
  align-items: center;
  margin: 2px;
  padding: 10px 5px;
  line-height: 1px;
  border-radius: 5px !important;
  color: #ffffff;
  font-weight: bold;
  /* box-shadow: 0 1px 5px 0 rgb(69 90 100 / 50%); */
  width: fit-content;
  display: inline-block;
}

div#add_col2 select option:hover {
  background-color: #c1e0ff !important;
  color: #272727;
}

div#edit_col2 select option:hover {
  background-color: #c1e0ff !important;
  color: #272727;
}

.modal-dialog-fluid {
  max-width: inherit;
  width: 80%;
  margin: 30px auto;
}

/* スイッチカラー */
.js-form-plus:hover {
  color: #007bff;
}
.js-form-minus:hover {
  color: #007bff;
}
.js-sort-up:hover {
  color: #007bff;
}
.js-sort-down:hover {
  color: #007bff;
}

/* カレンダー */

.fc button {
  height: auto !important;
  padding: 10px !important;
}

.fc-toolbar button {
  position: relative !important;
}

.fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer;
  background-color: #fff;
}

.fc-state-active {
  background-color: #01a9ac !important;
  color: #fff !important;
}

.fc-state-default {
  background-color: #fff;
  color: #272727;
}

.fc-event-container:hover {
  cursor: pointer;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: relative;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.datepicker-display {
  display: block;
  height: 28px;
  margin: 2px;
  border: 1px solid #c5dbec;
  font-weight: bold;
  color: #2e6e9e;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
  font-family: "Lucida Grande", "Lucida Sans", "Arial", "sans-serif";
}

.date-form {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  width: 80%;
  font-size: 1.5em;
  font-weight: bold;
}

/* アドオン打消し用 */
.reset-addon {
  height: 36px;
  font-size: 1em !important;
  background-color: transparent !important;
  color: #272727;
  border: none;
}

/* ダッシュボード用 */

.home-btn {
  cursor: pointer;
  border-radius: 10px;
}

.home-btn:hover {
  opacity: 0.8;
}

.bg-c-default {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#404e68),
    to(#bfe4ff)
  );
  background: linear-gradient(to right, #404e68, #bfe4ff);
}

.btr-light {
  border-top: 2px ridge #e9ecef !important;
}

.btn-enable {
  background-color: rgb(0, 79, 251);
  border-color: rgb(0, 79, 251);
  box-shadow: rgb(0, 79, 251) 0px 0px 0px 16px inset;
  color: #fff;
  cursor: pointer;
  transition: all ease-in 0.3s;
  border-radius: 2px;
  text-transform: capitalize;
  padding: 2px 6px !important;
}
.btn-enable:hover {
  background-color: rgb(70, 128, 255);
  border-color: rgb(70, 128, 255);
  box-shadow: rgb(70 128 255) 0px 0px 0px 16px inset;
}

/* 一覧テーブル全般 */
/* 3点リーダー */
.table td,
.modal-body p,
.txt-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.col-form-data {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
}

/* グリッド .col-xxl-* を追加 */

@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.bg-readonly {
  background-color: #e9ecef !important;
  opacity: 1;
}

.read-only {
  cursor: not-allowed;
  opacity: 0.5;
}

/* 納車日 Date-Picker */
.selected-delivery-date > a.ui-state-default {
  background: #2fd798;
  color: #fff;
}
.ui-datepicker-current-day > .ui-state-default {
  background: #7190ee;
  color: #fff;
}
.selected-delivery-date.ui-datepicker-current-day > .ui-state-default {
  background: #7190ee;
  color: #fff;
}

/**  =====================
    Theme-preloader css start
==========================  **/
.theme-loader-mail {
  display: none;
  height: 100%;
  width: 100%;
  background-color: white;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  opacity: 0.8;
}

.theme-loader-mail .ball-scale {
  left: 50%;
  top: 50%;
  position: absolute;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
}

.theme-loader-mail .ball-scale .contain {
  height: 100%;
  width: 100%;
}

.theme-loader-mail .ball-scale .contain .ring {
  display: none;
}

.theme-loader-mail .ball-scale .contain .ring:first-child {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  padding: 10px;
  border: 3px solid transparent;
  border-left-color: #01a9ac;
  border-right-color: #01a9ac;
  -webkit-animation: round-rotate 1s ease-in-out infinite;
  animation: round-rotate 1s ease-in-out infinite;
}

.theme-loader-mail .ball-scale .contain .ring:first-child .frame {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #0ac282;
  border-right-color: #0ac282;
  -webkit-animation: round-rotate 1s ease-in-out infinite;
  animation: round-rotate 1s ease-in-out infinite;
}
.theme-loader-mail .loader-message {
  position: absolute;
  top: 60%;
  left: 50%;
  font-size: 25px;
  line-height: 27px;
  font-weight: bold;
  transform: translate(-50%, -50%);
}
.theme-loader-mail .loader-sub-message {
  position: absolute;
  top: 75%;
  left: 50%;
  font-size: 15px;
  font-weight: bold;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes round-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.layer-style {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1100;
  opacity: 0.7;
  background-color: #fbff96;
}

.bg-marker {
  background-color: #ffcabf !important;
  padding: 2px;
}

.btd-light {
    border-top: 4px double #e9ecef !important;
}

#footer-back{
    display: block;
    width: 100%;
    height: 30px;
    padding-right: 70px;
}

.env-consent {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 30px;
    left: 50%;
	transform: translateX(-50%) translateY(-50%);
    width: 10em;
    font-size: max(1em,14px);
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    border:1px solid #fff;
    padding: 1.2em;
    box-sizing: border-box;
    visibility: visible;
    z-index: 9999;
  }
  @media screen and (max-width: 768px) {
    /* line 1360, ../../src/sass/_basic.scss */
    .env-consent {
        top: 73px;
        width: 7em;
        font-size: clamp(14px,1em,60px);
        padding: 0.5em;
    }
  } 