@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed:600&display=swap");
/******************************************
[global]
******************************************/
html,
body {
  height: 100%;
}

body {
  background: #EFF1F4;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif, "Alegreya SC", serif;
  font-size: 14px;
  line-height: 1.5;
  color: #3F4446;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

/*
[img]
******************************************/
img {
  vertical-align: middle;
}

.img-fluid {
  width: auto;
  height: 45px;
}

/*
[link]
******************************************/
a {
  text-decoration: none;
  transition: 0.3s;
}

.link {
  text-decoration: underline;
  color: #00A7FF;
}
.link-icon {
  display: inline-flex;
  align-items: center;
}
.link-icon .fas {
  margin: 0 5px 0 0;
}
.link-white {
  color: #fff;
}
.link-black {
  color: #3F4446;
}

.linkBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #005DAD;
  font-weight: bold;
  color: #005DAD;
}
.linkBtn-icon {
  margin: 0 5px 0 0;
}

@media (min-width: 769px) {
  a:hover {
    opacity: 0.6;
  }

  .link:hover {
    text-decoration: none;
    opacity: 1;
  }
}
/*
[text]
******************************************/
.text-sm {
  font-size: 0.75rem;
}
.text-lg {
  font-size: 1rem;
}
.text-blue {
  color: #005DAD;
}

/*
[background]
******************************************/
.bg-gray {
  background: #EFF1F4;
}

/******************************************
[header]
******************************************/
.globalHeader {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  z-index: 900;
  transition: 0.3s;
}
.globalHeader-unit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  background: #2c2f31;
  z-index: 1;
}
.globalHeader-logo {
  width: 200px;
  line-height: 1;
}
.globalHeader-logo-link {
  display: flex;
  align-items: center;
  width: 100%;
}
.globalHeader-action {
  display: flex;
  align-items: center;
}
.globalHeader-shop .formSelect-input {
  height: 30px;
  text-overflow: ellipsis;
}
.globalHeader-logout {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #BEC4C7;
  color: #BEC4C7;
  transition: 0.3s;
}

@media (min-width: 769px) {
  .globalHeader-shop {
    margin: 0 10px 0 0;
  }
  .globalHeader-shop .formSelect {
    min-width: 150px;
    max-width: 200px;
  }
  .globalHeader-shop .formSelect:before {
    color: #BEC4C7;
  }
  .globalHeader-shop .formSelect-input {
    background: #2c2f31;
    color: #BEC4C7;
  }
  .globalHeader-shop .formSelect:hover .formSelect-input:not(:disabled) {
    border-color: #8B8F93;
  }
  .globalHeader-logout:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .globalHeader-unit {
    padding: 0 15px;
  }
  .globalHeader-logo {
    width: 60%;
  }
}
/*
[scrollHeader]
******************************************/
.scrollHeader {
  display: none;
}

@media (max-width: 768px) {
  .scrollHeader {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    transform: translateY(-15px);
    transition: 0.3s;
  }
  .scrollHeader.is-scroll {
    transform: translateY(60px);
  }
  .scrollHeader.is-toggled {
    left: 230px;
  }
  .scrollHeader .pageHeader-top {
    width: 100%;
    padding: 10px 15px;
  }
}
/******************************************
[wrap]
******************************************/
.globalWrap {
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
}

/******************************************
[nav]
******************************************/
.globalNav {
  position: fixed;
  top: 60px;
  left: 0;
  width: 230px;
  height: calc(100% - 60px);
  background: #3F4446;
}
.globalNav-scroll {
  height: 100%;
  padding: 0 0 40px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.globalNav-unit {
  margin: 0 0 40px;
  border-top: 1px solid #626769;
}
.globalNav-unit:last-child {
  margin-bottom: 0;
}
.globalNav-item {
  border-bottom: 1px solid #626769;
  color: #fff;
}
.globalNav-trigger {
  transition: 0.3s;
  cursor: pointer;
}
.globalNav-trigger:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 10px;
  background: url("../img/arrow/arrow-line-white.svg") no-repeat center;
  background-size: cover;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
.globalNav-trigger.is-open:before {
  transform: translateY(-50%) rotate(-90deg);
}
.globalNav-icon {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.3125rem;
}
.globalNav-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  color: #fff;
  white-space: nowrap;
}
.globalNav-link.is-active {
  background: #2c2f31;
}
.globalNav-sub {
  display: none;
}
.globalNav-sub-item {
  display: flex;
  align-items: center;
  border-top: 1px solid #626769;
}
.globalNav-sub-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 0 0 40px;
  color: #fff;
}
.globalNav-sub-link.is-active {
  background: #626769;
  pointer-events: none;
}
.globalNav-sub-link:before {
  content: '\f0da';
  margin: 0 10px 0 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media (min-width: 769px) {
  .globalNav {
    transition: 0.3s;
  }
  .globalNav.is-toggled {
    width: 40px;
    z-index: 1;
  }
  .globalNav.is-toggled .globalNav-scroll {
    overflow: visible;
  }
  .globalNav.is-toggled .globalNav-link {
    color: transparent;
    overflow: hidden;
  }
  .globalNav.is-toggled .globalNav-link:before {
    display: none;
  }
  .globalNav.is-toggled .globalNav-icon {
    color: #fff;
  }
  .globalNav.is-toggled .globalNav-sub {
    position: absolute;
    top: 0;
    left: 45px;
    width: 200px;
    background: #626769;
    font-size: 0.75rem;
    z-index: 1;
  }
  .globalNav.is-toggled .globalNav-sub:before {
    content: "";
    position: absolute;
    top: 15px;
    left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #626769 transparent transparent;
  }
  .globalNav.is-toggled .globalNav-sub-item {
    border-top: 1px solid #8B8F93;
  }
  .globalNav.is-toggled .globalNav-sub-link {
    height: 35px;
    padding: 0 15px;
  }
  .globalNav.is-toggled .globalNav-sub-link.is-active {
    color: #8B8F93;
  }
  .globalNav-trigger:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .globalNav {
    pointer-events: none;
    /*&:before{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100vh;
      height: 100%;
      background: $white;
      transition: $ts;
      z-index: 1;
    }*/
  }
  .globalNav-scroll {
    overflow: hidden;
  }
  .globalNav.is-toggled {
    pointer-events: auto;
    /*&:before{
      left: $gnW;
    }*/
  }
  .globalNav.is-toggled .globalNav-scroll {
    overflow-y: scroll;
  }
}
/******************************************
[body]
******************************************/
.globalBody {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 0 0 230px;
  padding: 60px 0 0;
  background: #fff;
  transition: 0.3s;
}
.globalBody.is-toggled {
  margin: 0 0 0 40px;
}

@media (max-width: 768px) {
  .globalBody {
    width: 100%;
    min-width: 100%;
    margin: 0;
  }
  .globalBody:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100vh;
    height: 100%;
    background: #fff;
    transition: 0.3s;
  }
  .globalBody.is-toggled {
    height: 100%;
    margin: 0 0 0 230px;
  }
  .globalBody.is-toggled:before {
    left: 230px;
  }
}
/******************************************
[main]
******************************************/
.globalMain {
  flex: 1 0 auto;
  height: calc(100% - 45px);
  background: #EFF1F4;
}

/*
[pageheder]
******************************************/
.pageHeader {
  width: 100%;
  background: #fff;
}
.pageHeader-top {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #DEE1E5;
}
.pageHeader-ttl {
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 768px) {
  .pageHeader-top {
    padding: 15px;
  }
}
/*
[drawerBtn]
******************************************/
.drawerBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin: 0 10px 0 0;
  background: #EFF1F4;
  border-radius: 3px;
  border: 1px solid #BEC4C7;
  line-height: 1;
  transition: 0.3s;
}
.drawerBtn-icon {
  margin: 0 0 2px;
  font-size: 1.3125rem;
}
.drawerBtn-text {
  font-size: 0.625rem;
}

@media (min-width: 769px) {
  .drawerBtn:hover {
    opacity: 0.6;
  }
}
/*
[breadcrumb]
******************************************/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px 0 0;
  padding: 10px 20px;
}
.breadcrumb-item {
  display: flex;
  margin: 5px 0 0;
  font-size: 0.75rem;
  line-height: 1;
}
.breadcrumb-item:not(:first-child):before {
  content: ">";
  display: block;
  margin: 0 5px;
}
.breadcrumb-link {
  color: #3F4446;
}

/*
[pageBody]
******************************************/
.pageBody {
  padding: 20px;
}

@media (max-width: 768px) {
  .pageBody {
    padding: 15px;
  }
}
/*
[pageNav]
******************************************/
.pageNav {
  margin: -10px 0 20px;
}
.pageNav:last-child {
  margin-bottom: 0;
}
.pageNav-unit {
  display: flex;
  flex-wrap: wrap;
}
.pageNav-item {
  margin: 10px 10px 0 0;
}
.pageNav-item:last-child {
  margin-right: 0;
}
.pageNav-link {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #BEC4C7;
  font-weight: bold;
  color: #005DAD;
}
.pageNav-link.is-active {
  background: #EFF1F4;
  pointer-events: none;
}

@media (max-width: 768px) {
  .pageNav {
    margin: -5px 0 15px;
  }
  .pageNav-item {
    margin: 5px 5px 0 0;
  }
}
/******************************************
[panel]
******************************************/
.panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #BEC4C7;
}

/*
[row]
******************************************/
.panelRow {
  margin: 0 0 20px;
}
.panelRow:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .panelRow {
    margin: -15px 0 15px;
  }
}
/*
[unit]
******************************************/
@media (max-width: 768px) {
  .panelUnit {
    margin: 15px 0 0;
  }
}
/*
[header]
******************************************/
.panelHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #DEE1E5;
}
.panelHeader-headline {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: bold;
}
.panelHeader-headline.text-sm {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .panelHeader {
    min-height: 50px;
    padding: 0 15px;
  }
  .panelHeader-headline {
    font-size: 1rem;
  }
}
/*
[body]
******************************************/
.panelBody {
  flex: 1 0 auto;
  padding: 20px;
}

@media (max-width: 768px) {
  .panelBody {
    padding: 15px;
  }
}
/*
[footer]
******************************************/
.panelFooter {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  border-top: 1px solid #DEE1E5;
}

@media (max-width: 768px) {
  .panelFooter {
    padding: 15px;
  }
}
/******************************************
[footer]
******************************************/
.globalFooter {
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0 20px;
  background: #fff;
}
.globalFooter-copy {
  font-size: 0.625rem;
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.pagetop-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: #3F4446;
  font-size: 1.5rem;
  color: #fff;
  transition: 0.3s;
  z-index: 1;
}

@media (min-width: 769px) {
  .pagetop-btn:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .globalFooter {
    padding: 0 15px;
  }
  .globalFooter-copy {
    font-size: 0.5625rem;
  }
}
/******************************************
[form]
******************************************/
.formBody {
  margin: 0 0 20px;
}
.formBody:last-child {
  margin-bottom: 0;
}

.formRow {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  margin: 0 0 2px;
}
.formRow:last-child {
  margin-bottom: 0;
}
.formRow-unit {
  margin: 0 0 2px;
}
.formRow-unit:last-child {
  margin-bottom: 0;
}
.formRow-unit .row {
  margin-right: -1px;
  margin-left: -1px;
}
.formRow-unit [class*="col"] {
  padding-right: 1px;
  padding-left: 1px;
}
.formRow-bd {
  margin: 10px 0 0;
  border: 1px solid #3F4446;
}

.formLabel {
  flex: 0 0 auto;
  width: 200px;
  min-height: 60px;
  padding: 0 10px;
  background: #DEE1E5;
}
.formLabel-text {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  height: 60px;
  font-weight: bold;
  line-height: 1;
}
.formLabel-help {
  width: 100%;
  margin: 5px 0 0;
  font-size: 0.75rem;
}

.formField {
  flex: 1 0 auto;
  width: 1%;
  padding: 10px;
  background: #EFF1F4;
}
.formField-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 10px;
}
.formField-list:last-child {
  margin-bottom: 0;
}
.formField-list-item {
  margin: 10px 10px 0 0;
}
.formField-list-item-custom-coupon {
  margin: 20px 40px 0 0;
}
.formField-list-item:last-child {
  margin-right: 0;
}
.formField-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.formField-group-input {
  flex: 1 0 auto;
  width: 1%;
}
.formField-group-text {
  margin: 0 10px;
}
.formField-group-text:first-child {
  margin-left: 0;
}
.formField-group-text:last-child {
  margin-right: 0;
}
.formField-btn {
  display: flex;
}
.formField-btn-input {
  flex: 1 0 auto;
  width: 1%;
}
.formField-btn-input [class*="form"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.formField-btn .btn {
  padding: 0 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 0.75rem;
}
.formField-note {
  margin: 10px 0 10px;
}
.formField-note:last-child {
  margin-bottom: 0;
}
.formField-note-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #BEC4C7;
}
.formField-note-item:last-child {
  margin-bottom: 0;
}
.formField-note-input {
  flex: 1 0 auto;
  width: 1%;
}
.formField-note-label {
  margin: 0 10px 0 0;
  font-weight: bold;
  white-space: nowrap;
}
.formField-add {
  display: flex;
  margin: 10px 0 0;
  overflow-x: scroll;
}
.formField-add-item {
  flex: 0 0 auto;
  width: 220px;
  margin: 0 10px 0 0;
  border: 1px solid #BEC4C7;
}
.formField-add-item:last-child {
  margin-right: 0;
}
.formField-add-label {
  padding: 10px;
  background: #DEE1E5;
  border-bottom: 1px solid #BEC4C7;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.formField-add-input {
  padding: 10px;
}
.formField-add-btn {
  display: flex;
  justify-content: flex-end;
  padding: 0 10px 10px;
}
.formField-add-copy {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.formField-table {
  display: table;
  width: 100%;
  margin: 0 0 10px;
  border-top: 1px solid #BEC4C7;
  border-right: 1px solid #BEC4C7;
  border-left: 1px solid #BEC4C7;
}
.formField-table:last-child {
  margin-bottom: 0;
}
.formField-table-item {
  display: table-row;
  border-bottom: none;
}
.formField-table-label, .formField-table-input {
  display: table-cell;
  padding: 10px;
  border-bottom: 1px solid #BEC4C7;
}
.formField-table-label {
  width: 1%;
  background: #DEE1E5;
  border-right: 1px solid #BEC4C7;
  vertical-align: middle;
  font-weight: bold;
  white-space: nowrap;
}
.formField-text {
  display: flex;
  align-items: center;
  min-height: 60px;
  margin: -10px;
  padding: 10px;
}
.formField-help {
  margin: 5px 0 0;
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  .formBody {
    margin: 0 0 15px;
  }

  .formRow-unit [class*="col"] {
    margin: 0 0 2px;
  }
  .formRow-unit [class*="col"]:last-child {
    margin-bottom: 0;
  }

  .formLabel {
    width: 100%;
    min-height: 0;
    padding: 10px;
  }
  .formLabel-text {
    height: auto;
  }
  .formLabel-help {
    width: auto;
    margin: 0 0 0 5px;
  }

  .formField-add {
    -webkit-overflow-scrolling: touch;
  }
  .formField-table {
    display: block;
  }
  .formField-table-item, .formField-table-label, .formField-table-input {
    display: block;
  }
  .formField-table-label {
    display: block;
    width: 100%;
    border-bottom: none;
    border-right: none;
    white-space: normal;
  }
  .formField-text {
    min-height: 0;
  }
}
/*
[placeholder]
******************************************/
:placeholder-shown {
  font-size: 0.875rem;
  color: #BEC4C7;
}

::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #BEC4C7;
}

:-moz-placeholder {
  font-size: 0.875rem;
  color: #BEC4C7;
  opacity: 1;
}

::-moz-placeholder {
  font-size: 0.875rem;
  color: #BEC4C7;
  opacity: 1;
}

:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #BEC4C7;
}

/*
[reqiored]
******************************************/
.required {
  padding: 5px;
  background: #EF4646;
  font-size: 0.625rem;
  line-height: 1;
  color: #fff;
}

/*
[type=text]
******************************************/
.formInput {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #BEC4C7;
  caret-color: #3F4446;
}
.formInput:focus {
  border-color: #3F4446;
}
.formInput:disabled {
  background: #EFF1F4;
}

@media (min-width: 769px) {
  .formInput:not(:disabled):hover {
    border-color: #3F4446;
  }
}
@media (max-width: 768px) {
  .formInput {
    font-size: 1rem;
  }
}
/*
[type=checkbox,type=radio]
******************************************/
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.formCheck,
.formRadio {
  display: inline-block;
}
.formCheck-label,
.formRadio-label {
  display: flex;
  align-items: center;
}
.formCheck-label:before,
.formRadio-label:before {
  content: "\f00c";
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  padding: 2px 0 0;
  background: #fff;
  border: 1px solid #BEC4C7;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  color: #EFF1F4;
}
.formCheck-label:empty:before,
.formRadio-label:empty:before {
  margin-right: 0;
}
.formCheck-input:not(:disabled) + .formCheck-label:hover, .formCheck-input:not(:disabled) + .formRadio-label:hover,
.formRadio-input:not(:disabled) + .formCheck-label:hover,
.formRadio-input:not(:disabled) + .formRadio-label:hover {
  cursor: pointer;
}
.formCheck-input:disabled:checked + .formCheck-label:before, .formCheck-input:disabled:checked + .formRadio-label:before,
.formRadio-input:disabled:checked + .formCheck-label:before,
.formRadio-input:disabled:checked + .formRadio-label:before {
  background: #DEE1E5;
  border-color: #BEC4C7;
}
.formCheck-input:disabled + .formCheck-label:before, .formCheck-input:disabled + .formRadio-label:before,
.formRadio-input:disabled + .formCheck-label:before,
.formRadio-input:disabled + .formRadio-label:before {
  background: #EFF1F4;
}
.formCheck-input:checked + .formCheck-label:before, .formCheck-input:checked + .formRadio-label:before,
.formRadio-input:checked + .formCheck-label:before,
.formRadio-input:checked + .formRadio-label:before {
  background: #005DAD;
  border-color: #005DAD;
  color: #fff;
}

.formRadio-label:before {
  border-radius: 50%;
}

@media (min-width: 769px) {
  .formCheck-input:not(:disabled):hover + .formCheck-label:before, .formCheck-input:not(:disabled):hover + .formRadio-label:before,
  .formRadio-input:not(:disabled):hover + .formCheck-label:before,
  .formRadio-input:not(:disabled):hover + .formRadio-label:before {
    border-color: #3F4446;
  }
}
/*
[toggle]
******************************************/
.formToggle {
  display: block;
}
.formToggle-unit {
  display: block;
  width: 90px;
  height: 30px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #BEC4C7;
  transition: border-color .6s ease-out;
}
.formToggle-btn {
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 64px;
  width: 20px;
  background-color: #BEC4C7;
  border-radius: 10px;
  transition: all .3s .1s, width .1s, top .1s, bottom .1s;
  cursor: pointer;
}
.formToggle-on, .formToggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.formToggle-on {
  left: 0;
  right: 0;
  color: transparent;
}
.formToggle-off {
  right: 10px;
  color: #BEC4C7;
}
.formToggle-check:checked + .formToggle-unit {
  border-color: #005DAD;
  transition: all .5s .15s ease-out;
}
.formToggle-check:checked + .formToggle-unit .formToggle-btn {
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  border-radius: 23px;
  background: #005DAD;
  transition: all .2s .1s, right .1s;
}
.formToggle-check:checked + .formToggle-unit .formToggle-on {
  color: #fff;
  transition: color .3s .15s;
}
.formToggle-check:checked + .formToggle-unit .formToggle-off {
  color: transparent;
}

/*
[select]
******************************************/
.formSelect {
  width: 100%;
}
.formSelect:before {
  content: "\f0d7";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
}
.formSelect-input {
  width: 100%;
  height: 40px;
  padding: 0 30px 0 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #BEC4C7;
}
.formSelect-input:not(:disabled) {
  cursor: pointer;
}
.formSelect-input:disabled {
  background: #EFF1F4;
}

@media (min-width: 769px) {
  .formSelect:hover .formSelect-input:not(:disabled) {
    border-color: #3F4446;
  }
}
@media (max-width: 768px) {
  .formSelect {
    font-size: 1rem;
  }
}
/*
[file]
******************************************/
.formFile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 135px;
  height: 135px;
  background: #fff;
  border: 1px solid #BEC4C7;
}
.formFile:before {
  content: "\f067";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-size: 2.25rem;
  font-weight: 900;
  color: #BEC4C7;
  line-height: 1;
}
.formFile-trigger {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.formFile-input {
  display: none;
}
.formFile-thumb {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: url("../img/common/loader.svg") no-repeat center #EFF1F4;
  background-size: 50%;
}
.formFile-thumb.is-finish {
  background-color: #EFF1F4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.formFile-action {
  display: none;
}
.formFile-action-item {
  width: 50%;
}
.formFile-action-item:first-child .btn {
  border-radius: 3px 0 0 3px;
}
.formFile-action-item:last-child .btn {
  border-radius: 0 3px 3px 0;
}
.formFile-action-btn.btn {
  width: 100%;
  min-width: 0;
  height: 25px;
  padding: 0;
  font-size: 0.75rem;
}
.formFile.is-upload {
  padding: 10px;
}
.formFile.is-upload:before {
  display: none;
}
.formFile.is-upload .formFile-trigger {
  height: 70px;
}
.formFile.is-upload .formFile-thumb {
  display: flex;
}
.formFile.is-upload .formFile-action {
  display: flex;
}

@media (min-width: 769px) {
  .formFile:hover {
    border-color: #3F4446;
  }
}
@media (max-width: 768px) {
  .formFlieList {
    justify-content: center;
    margin: -10px -5px 0;
  }
  .formFlieList .formField-list-item {
    margin: 10px 0 0;
    padding: 0 5px;
  }
}
@media (max-width: 320px) {
  .formFile {
    width: 105px;
    height: 105px;
  }
  .formFile-thumb {
    height: 55px;
  }
}
/*
[color]
******************************************/
.formColor {
  display: block;
}
.formColor-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  border: 1px solid #BEC4C7;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.formColor-input:checked + .formColor-label {
  border: 2px solid #005DAD;
  cursor: auto;
}
.formColor-input:checked + .formColor-label:before {
  content: "\f00c";
  position: absolute;
  bottom: -7px;
  right: -7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  background: #005DAD;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
.formColor-white .formColor-label {
  background: #fff;
}
.formColor-black .formColor-label {
  background: #000;
  color: #fff;
}
.formColor-brown .formColor-label {
  background: #9E8365;
  color: #fff;
}
.formColor-red .formColor-label {
  background: #E00;
  color: #fff;
}
.formColor-orange .formColor-label {
  background: #F7A015;
  color: #fff;
}
.formColor-yellow .formColor-label {
  background: #F8EA17;
}
.formColor-green .formColor-label {
  background: #4FBC63;
  color: #fff;
}
.formColor-blue .formColor-label {
  background: #0872C6;
  color: #fff;
}
.formColor-sky .formColor-label {
  background: #37D0DE;
  color: #fff;
}
.formColor-pink .formColor-label {
  background: #F97398;
  color: #fff;
}

@media (min-width: 769px) {
  .formColor-input:not(:checked):hover + .formColor-label {
    transition: 0.3s;
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .formColor-label {
    width: 100%;
  }

  .formColorList .formField-list-item {
    width: calc((100% - 20px) / 3);
  }
  .formColorList .formField-list-item:nth-child(3n) {
    margin-right: 0;
  }
}
/*
[rating]
******************************************/
.formRating {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.formRating-icon {
  cursor: pointer;
}
.formRating-icon:before {
  content: "\f005";
  align-items: center;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #8B8F93;
}
.formRating-input:checked ~ .formRating-icon:before {
  font-weight: 900;
  color: #FFD800;
}

@media (min-width: 769px) {
  .formRating:not(:checked) > .formRating-icon:hover:before, .formRating:not(:checked) > .formRating-icon:hover ~ .formRating-icon:before {
    color: #FFD800;
  }
}
/*
[textarea]
******************************************/
.formTextarea {
  display: block;
  width: 100%;
  height: 120px;
  min-height: 40px;
  padding: 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #BEC4C7;
  caret-color: #3F4446;
  resize: vertical;
}
.formTextarea:focus {
  border-color: #3F4446;
}

@media (min-width: 769px) {
  .formTextarea:hover {
    border-color: #3F4446;
  }
}
@media (max-width: 768px) {
  .formTextarea {
    font-size: 1rem;
  }
}
/*
[datepicker]
******************************************/
.formDate {
  width: 212px;
}
.formDate:before {
  content: "\f073";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1;
  color: #8B8F93;
  z-index: 1;
}
.formDate .formInput {
  padding-left: 35px;
}

.formDateRange {
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
}
.formDateRange:last-child {
  margin-right: 0;
}

.formDateBtn-calendar {
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
  z-index: 1;
}
.formDateBtn-calendar.is-show {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  .formDate {
    font-size: 1rem;
  }

  .formDateRange {
    width: 100%;
    margin: 0 0 10px;
  }
  .formDateRange:last-child {
    margin-bottom: 0;
  }
  .formDateRange .formDate {
    flex: 1 0 auto;
    width: 1%;
  }
}
/*
[ui-datepicker]
******************************************/
.ui-datepicker {
  width: 226px;
  box-sizing: content-box;
  padding: 5px 5px 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #3F4446;
}
.ui-datepicker .ui-datepicker-header {
  height: 35px;
  margin: 0 0 10px;
  padding: 0;
}
.ui-datepicker .ui-datepicker-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin: 0 30px;
  font-weight: bold;
  line-height: 1;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 0;
  display: flex;
  align-items: center;
  width: 20px;
  height: 100%;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\f0d9";
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
  justify-content: flex-end;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\f0da";
}
.ui-datepicker select.ui-datepicker-year, .ui-datepicker select.ui-datepicker-month {
  display: block;
  width: auto;
  margin: 0 5px;
  padding: 5px 15px 5px 5px;
  background: url("../img/arrow/arrow-tri-black.svg") no-repeat right 5px center #fff;
  background-size: 6px 10px;
  border-radius: 3px;
  border: 1px solid #BEC4C7;
}
.ui-datepicker table {
  margin: 0 0 10px;
  border-collapse: separate;
  border-spacing: 2px;
}
.ui-datepicker th {
  padding: 0 0 4px;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  color: #8B8F93;
}
.ui-datepicker td {
  padding: 0;
  background: #EFF1F4;
  font-size: 0.75rem;
  text-align: center;
}
.ui-datepicker td.ui-datepicker-other-month {
  background: rgba(239, 241, 244, 0.5);
}
.ui-datepicker td.ui-datepicker-other-month a {
  color: rgba(98, 103, 105, 0.5);
}
.ui-datepicker td.ui-datepicker-today a {
  border: 1px solid #8B8F93;
}
.ui-datepicker td a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #626769;
}
.ui-datepicker td a.ui-state-active {
  pointer-events: none;
  background: #005DAD;
  border: none;
  color: #fff;
}
.ui-datepicker .ui-datepicker-buttonpane {
  margin: 0 -3px;
  padding: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  margin: 0 3px;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid #BEC4C7;
  font-size: 0.75rem;
  transition: 0.3s;
}

@media (min-width: 769px) {
  .ui-datepicker .ui-datepicker-buttonpane button:hover {
    opacity: 0.6;
  }
  .ui-datepicker select.ui-datepicker-year:hover, .ui-datepicker select.ui-datepicker-month:hover {
    border-color: #3F4446;
    cursor: pointer;
  }
}
/*
[map]
******************************************/
.map {
  width: 100%;
  height: 300px;
}

/******************************************
[btn]
******************************************/
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 40px;
  padding: 0 20px;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  transition: 0.3s;
  cursor: pointer;
}
.btn.is-active {
  pointer-events: none;
}
.btn-main {
  background: #005DAD;
  border: 1px solid #005DAD;
}
.btn-main:disabled {
  background: #BEC4C7;
  border: 1px solid #BEC4C7;
}
.btn-main.is-active {
  background: rgba(0, 93, 173, 0.1);
  color: #005DAD;
}
.btn-black {
  background: #3F4446;
  border: 1px solid #3F4446;
}
.btn-black:disabled {
  background: #BEC4C7;
  border: 1px solid #BEC4C7;
}
.btn-black.is-active {
  background: rgba(63, 68, 70, 0.1);
  color: #3F4446;
}
.btn-red {
  background: #EF4646;
  border: 1px solid #EF4646;
}
.btn-red.is-active {
  background: rgba(239, 70, 70, 0.1);
  color: #EF4646;
}
.btn-bd {
  background: #EFF1F4;
  border: 1px solid #BEC4C7;
  color: #3F4446;
}
.btn-bd:disabled {
  color: #BEC4C7;
}
.btn-bd.is-active {
  background: #fff;
}
.btn-block {
  width: 100%;
}
.btn-auto {
  min-width: 0;
}
.btn-lg {
  height: 60px;
  font-size: 1.125rem;
}
.btn-sm {
  min-width: 0;
  height: 30px;
  padding: 0 10px;
  font-size: 0.75rem;
}
.btn-memo {
  border-color: #EF4646;
  color: #EF4646;
}
.btn-memo .fas {
  margin: 0 5px 0 0;
  font-size: 1rem;
  line-height: 1;
}
.btn-icon {
  margin: 0 5px 0 0;
}

@media (min-width: 769px) {
  .btn:disabled {
    cursor: auto;
  }
  .btn:not(:disabled):hover {
    opacity: 0.6;
  }
}
/*
[group]
******************************************/
.btnGroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.btnGroup-item:first-child.btn {
  border-radius: 3px 0 0 3px;
}
.btnGroup-item:last-child.btn {
  border-radius: 0 3px 3px 0;
}
.btnGroup-item:not(:last-child).btn {
  border-right: none;
}
.btnGroup-item.btn {
  min-width: 0;
  border-radius: 0;
}

@media (max-width: 768px) {
  .btnGroup-item.btn {
    padding: 0 15px;
  }
}
/*
[unit]
******************************************/
.btnUnit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px 0 0;
}
.btnUnit-item {
  margin: 10px 10px 0 0;
}
.btnUnit-item:last-child {
  margin-right: 0;
}

/*
[action]
******************************************/
.btnAction {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -20px 0 0;
}
.btnAction-item {
  width: 100px;
  margin: 20px 20px 0 0;
}
.btnAction-item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.btnAction-item:last-child {
  margin-right: 0;
}
.btnAction-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #005DAD;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.btnAction-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.75rem;
}

@media (max-width: 768px) {
  .btnAction {
    margin: -10px 0 0;
  }
  .btnAction-item {
    width: calc((100% - 20px) / 3);
    margin: 10px 10px 0 0;
  }
  .btnAction-item:nth-child(3n) {
    margin-right: 0;
  }
  .btnAction-icon {
    font-size: 1.5rem;
  }
}
/******************************************
[alert]
******************************************/
.alert {
  border-radius: 3px !important;
}
.alert .iziModal-header {
  box-shadow: none;
}
.alert .iziModal-button-close {
  background: none;
}
.alert .iziModal-button-close:before {
  content: "\f057";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-size: 1.3125rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}

/*
[success]
******************************************/
.alertSuccess .iziModal-header {
  background: #005DAD !important;
}

/*
[error]
******************************************/
.alertError .iziModal-header {
  background: #EF4646 !important;
}

/******************************************
[table]
******************************************/
.tableHeader {
  margin: 0 0 10px;
}

.tableBody {
  margin: 0 0 10px;
}
.tableBody:last-child {
  margin-bottom: 0;
}

.tableInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.tableInfo-item {
  margin: 0 10px 0 0;
  line-height: 1;
}
.tableInfo-item:last-child {
  margin-right: 0;
}

.table {
  width: 100%;
  border-top: 1px solid #BEC4C7;
  border-left: 1px solid #BEC4C7;
  border-collapse: separate;
}
.table thead tr {
  background: #DEE1E5;
}
.table tr:nth-child(even) {
  background: #EFF1F4;
}
.table tr.table-bg-red {
  background: none;
}
.table tr.table-bg-red th,
.table tr.table-bg-red td {
  background: rgba(239, 70, 70, 0.2);
}
.table tr.table-bg-blue {
  background: none;
}
.table tr.table-bg-blue th,
.table tr.table-bg-blue td {
  background: rgba(0, 93, 173, 0.2);
}
.table th,
.table td {
  padding: 10px;
  border-bottom: 1px solid #BEC4C7;
  border-right: 1px solid #BEC4C7;
}
.table th {
  text-align: left;
}
.table td {
  word-break: break-all;
}
.table td .btn {
  display: flex;
  width: 100%;
}
.table-thumb {
  max-width: 150px;
}
.table-bg-red {
  background: rgba(239, 70, 70, 0.2);
}
.table-bg-blue {
  background: rgba(0, 93, 173, 0.2);
}
.table-price th {
  background: #DEE1E5;
}
.table-price td {
  text-align: right;
}

.table-cellFit {
  width: 1%;
  white-space: nowrap;
}

.tableScroll-lg {
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  .tableScroll {
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .tableInfo-item {
    margin: 0 0 10px;
  }
  .tableInfo-item:last-child {
    margin-bottom: 0;
  }
}
/*
[sort]
******************************************/
.sortBtn {
  transition: 0.3s;
  cursor: pointer;
}
.sortBtn-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  font-style: normal;
}
.sortBtn-icon:before, .sortBtn-icon:after {
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}
.sortBtn-icon:before {
  content: "\f30c";
}
.sortBtn-icon:after {
  content: "\f309";
}
.sortBtn.is-active {
  background: #626769;
  color: #fff;
}
.sortBtn.is-asc .sortBtn-icon:after {
  display: none;
}
.sortBtn.is-desc .sortBtn-icon:before {
  display: none;
}

.table .sortBtn {
  padding-right: 35px;
}

@media (min-width: 769px) {
  .sortBtn:hover {
    opacity: 0.6;
  }
}
/*
[pager]
******************************************/
.pager {
  display: flex;
  align-items: center;
}
.pager-item {
  margin: 0 10px 0 0;
}
.pager-item:last-child {
  margin-right: 0;
}
.pager-prev, .pager-next {
  min-width: 0;
  height: 30px;
  padding: 0 10px;
}
.pager-prev:before, .pager-prev:after, .pager-next:before, .pager-next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
}
.pager-prev {
  border-radius: 3px 0 0 3px;
}
.pager-prev:before {
  content: "\f104";
  margin: 0 5px 0 0;
}
.pager-prev:empty:before {
  margin-right: 0;
}
.pager-next {
  border-radius: 0 3px 3px 0;
}
.pager-next:after {
  content: "\f105";
  margin: 0 0 0 5px;
}
.pager-next:after:last-child {
  margin-left: 0;
}
.pager-next:empty:after {
  margin-left: 0;
}
.pager-num {
  display: flex;
  align-items: center;
}
.pager-num-item {
  margin: 0 5px 0 0;
}
.pager-num-item:last-child {
  margin-right: 0;
}
.pager-num-input {
  width: 50px;
  height: 30px;
  text-align: center;
}

/*
[action]
******************************************/
.tableAction {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px 0 0;
}
.tableAction-item {
  margin: 10px 10px 0 0;
}
.tableAction-item:last-child {
  margin-right: 0;
}

/******************************************
[section]
******************************************/
.sec {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #DEE1E5;
}
.sec:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/******************************************
[headline]
******************************************/
.headline {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
}
.headline:last-child {
  margin-bottom: 0;
}
.headline-step {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  margin: 0 5px 0 0;
  padding: 0 5px;
  background: #3F4446;
  border-radius: 3px;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
}

@media (max-width: 768px) {
  .headline {
    font-size: 1rem;
  }
}
/******************************************
[text]
******************************************/
.text {
  margin: 0 0 10px;
}
.text:last-child {
  margin-bottom: 0;
}
.text-red {
  color: #EF4646 !important;
}

/******************************************
[totalText]
******************************************/
.totalText {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
}
.totalText-num {
  margin: 0 5px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 3.75rem;
}

@media (max-width: 768px) {
  .totalText-num {
    font-size: 3rem;
  }
}
/******************************************
[badge]
******************************************/
.badge {
  position: absolute;
  top: -5px;
  right: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 5px;
  background: #EF4646;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  z-index: 1;
}

/******************************************
[number]
******************************************/
.number {
  display: flex;
  justify-content: center;
}
.number-unit {
  text-align: center;
}
.number-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
}
.number-text {
  margin: 10px 0 0;
  padding: 10px 30px 0;
  border-top: 1px solid #DEE1E5;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  color: #005DAD;
}
.number-num {
  margin: 0 5px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 3rem;
}
.number-note {
  margin: 10px 0 0;
  font-size: 0.75rem;
  text-align: center;
}

/******************************************
[fullheight]
******************************************/
.fullheight.globalMain {
  display: flex;
  flex-direction: column;
}
.fullheight .pageBody {
  flex: 1 1 auto;
  display: flex;
}
.fullheight .panelRow {
  flex: 1 1 auto;
}
.fullheight .panelUnit {
  height: 100%;
}

/******************************************
[accordion]
******************************************/
.ac-trigger {
  transition: 0.3s;
  cursor: pointer;
}
.ac-body {
  display: none;
}

@media (min-width: 769px) {
  .ac-trigger:hover {
    opacity: 0.6;
  }
}
/******************************************
[tab]
******************************************/
.tabHeader {
  display: flex;
  width: 100%;
}
.tabHeader-item {
  flex: 1 0 auto;
  margin: 0 10px 0 0;
}
.tabHeader-item:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 1px;
  display: none;
  width: calc(100% - 2px);
  height: 1px;
  background: #fff;
  z-index: 1;
}
.tabHeader-item:last-child {
  margin-right: 0;
}
.tabHeader-item.is-active:before {
  display: block;
}
.tabHeader-item.is-active .tabHeader-btn {
  background: #fff;
  border-bottom: none;
  color: #3F4446;
  pointer-events: none;
}
.tabHeader-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #BEC4C7;
  border-radius: 6px 6px 0 0;
  border: 1px solid #BEC4C7;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
}

.tabWrap {
  display: none;
}
.tabWrap.is-active {
  display: block;
  animation: show 0.3s linear 0s;
}

.tabUnit {
  border-radius: 0 0 6px 6px;
}

.tabBody {
  margin: 0 0 20px;
}
.tabBody:last-child {
  margin-bottom: 0;
}

.tabFooter {
  display: flex;
  justify-content: flex-end;
  margin: 0 -20px;
  padding: 20px 20px 0;
  border-top: 1px solid #DEE1E5;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .tabHeader-item:not(.is-active) .tabHeader-btn:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .tabHeader {
    background: #fff;
    border-radius: 6px 6px 0 0;
    border: 1px solid #BEC4C7;
    border-bottom: none;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .tabHeader:before, .tabHeader:after {
    content: "";
    flex: 0 0 auto;
    display: block;
    width: 10px;
    height: 40px;
  }
  .tabHeader-item {
    margin: 0;
    padding: 0 10px;
  }
  .tabHeader-item:before {
    bottom: 0;
    height: 4px;
    background: #005DAD;
  }
  .tabHeader-item.is-active .tabHeader-btn {
    background: none;
  }
  .tabHeader-btn {
    background: none;
    border-radius: 0;
    border: none;
    color: #BEC4C7;
  }

  .tabBody {
    margin: 0 0 15px;
  }

  .tabFooter {
    margin: 0 15px;
    padding: 15px;
  }
}
/******************************************
[icon]
******************************************/
.icon-wrap {
  display: flex;
  align-items: center;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.icon:before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon-dashboard.gray:before {
  width: 15px;
  height: 11px;
  background-image: url("../img/icon/icon-dashboard-gray.svg");
}
.icon-calendar.gray:before {
  width: 16px;
  height: 17px;
  background-image: url("../img/icon/icon-calendar-gray.svg");
}
.icon-calendar.black:before {
  width: 29px;
  height: 32px;
  background-image: url("../img/icon/icon-calendar-black.svg");
}
.icon-bike.gray:before {
  width: 22px;
  height: 11px;
  background-image: url("../img/icon/icon-bike-gray.svg");
}
.icon-bike.black:before {
  width: 48px;
  height: 23px;
  background-image: url("../img/icon/icon-bike-black.svg");
}
.icon-user.gray:before {
  width: 12px;
  height: 17px;
  background-image: url("../img/icon/icon-user-gray.svg");
}
.icon-chart.gray:before {
  width: 15px;
  height: 15px;
  background-image: url("../img/icon/icon-chart-gray.svg");
}
.icon-coupon.gray:before {
  width: 15px;
  height: 15px;
  background-image: url("../img/icon/icon-coupon-gray.svg");
}
.icon-point.gray:before {
  width: 16px;
  height: 16px;
  background-image: url("../img/icon/icon-point-gray.svg");
}
.icon-bell.gray:before {
  width: 18px;
  height: 19px;
  background-image: url("../img/icon/icon-bell-gray.svg");
}
.icon-shop.gray:before {
  width: 17px;
  height: 13px;
  background-image: url("../img/icon/icon-shop-gray.svg");
}
.icon-mail.gray:before {
  width: 17px;
  height: 12px;
  background-image: url("../img/icon/icon-mail-gray.svg");
}
.icon-list.black:before {
  width: 34px;
  height: 33px;
  background-image: url("../img/icon/icon-list-black.svg");
}
.icon-book.gray:before {
  width: 13px;
  height: 18px;
  background-image: url("../img/icon/icon-book-gray.svg");
}
.icon-survey.gray:before {
  width: 12px;
  height: 18px;
  background-image: url("../img/icon/icon-survey-gray.svg");
}
.icon-alert-oil:before {
  width: 37px;
  height: 22px;
  background-image: url("../img/icon/icon-alert-oil.svg");
}
.icon-alert-bike:before {
  width: 46px;
  height: 30px;
  background-image: url("../img/icon/icon-alert-bike.svg");
}
.icon-credit:before {
  background-size: contain;
}
.icon-credit-jcb:before {
  width: 36px;
  height: 36px;
  background-image: url("../img/icon/icon-credit-jcb.png");
}
.icon-credit-master:before {
  width: 36px;
  height: 36px;
  background-image: url("../img/icon/icon-credit-master.png");
}
.icon-credit-visa:before {
  width: 36px;
  height: 36px;
  background-image: url("../img/icon/icon-credit-visa.png");
}
.icon-credit-amex:before {
  width: 36px;
  height: 36px;
  background-image: url("../img/icon/icon-credit-amex.png");
}
.icon-credit-diners:before {
  width: 36px;
  height: 36px;
  background-image: url("../img/icon/icon-credit-diners.png");
}
.icon-credit-discover:before {
  width: 36px;
  height: 36px;
  background-image: url("../img/icon/icon-credit-discover.png");
}

.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.arrow:before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.arrow-line.white:before {
  width: 6px;
  height: 10px;
  background-image: url("../img/arrow/arrow-line-white.svg");
}

/******************************************
[error]
******************************************/
.error {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.error-headline {
  margin: 0 0 20px;
  font-size: 1.5rem;
  line-height: 1;
}
.error-text {
  margin: 0 0 20px;
}

@media (max-width: 768px) {
  .error-headline {
    font-size: 0.875rem;
  }
}
/******************************************
[help]
******************************************/
.faq-title {
  margin: -20px;
  padding: 20px;
}
.faq-icon {
  margin: 0 5px 0 0;
  font-size: 1.125rem;
}
.faq-body {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #BEC4C7;
}
.faq-text {
  margin: 0 0 20px;
}
.faq-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .faq {
    margin: -15px;
    padding: 15px;
  }
  .faq-body {
    margin: 15px 0 0;
    padding: 15px 0 0;
  }
  .faq-text {
    margin: 0 0 15px;
  }
}
/******************************************
[login]
******************************************/
.login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.login-logo {
  flex: 0 0 auto;
  width: 100%;
  max-width: 180px;
  margin: 0 auto 40px;
}
.login-body {
  flex: 0 0 auto;
  width: 300px;
  box-sizing: content-box;
  margin: 0 0 40px;
  padding: 40px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #BEC4C7;
}
.login-item {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 0 20px;
}
.login-item:last-child {
  margin-bottom: 0;
}
.login-headline {
  margin: 0 0 20px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.login-form {
  width: 100%;
}
.login-form-item {
  margin: 0 0 10px;
}
.login-form-item:last-child {
  margin-bottom: 0;
}
.login-note {
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  .login {
    padding: 15px;
  }
  .login-logo {
    margin: 0 auto 15px;
  }
  .login-body {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 15px;
    padding: 20px;
  }
  .login-item {
    margin: 0 0 15px;
  }
  .login-headline {
    margin: 0 0 15px;
  }
}
/******************************************
[madal]
******************************************/
.iziModal {
  box-shadow: 0 5px 10px rgba(63, 68, 70, 0.7);
  background: transparent !important;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif, "Alegreya SC", serif;
}
.iziModal:after {
  display: none;
}
.iziModal-overlay {
  background: rgba(63, 68, 70, 0.9) !important;
}
.iziModal .iziModal-button {
  opacity: 1;
}
.iziModal .iziModal-button-close:hover {
  opacity: 0.6;
  transform: none;
}

.modalInit {
  display: none;
  width: 600px;
  max-height: 85%;
  border-radius: 0 !important;
}

@media (max-width: 768px) {
  .iziModal {
    width: calc(100% - 20px);
  }
}
/*
[delete]
******************************************/
.deleteCheck {
  text-align: center;
}
.deleteCheck-icon {
  margin: 0 0 10px;
  font-size: 3rem;
  color: #EF4646;
}
.deleteCheck-text {
  font-size: 1.125rem;
  font-weight: bold;
}

/******************************************
[chart]
******************************************/
.chartBody {
  height: 400px;
  margin: 0 0 20px;
}
.chartBody:last-child {
  margin-bottom: 0;
}

.chartFooter-total {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: baseline;
  font-weight: bold;
}
.chartFooter-total-ttl {
  align-self: center;
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
  padding: 5px 10px;
  background: #3F4446;
  border-radius: 15px;
  color: #fff;
  white-space: nowrap;
}
.chartFooter-total-num {
  margin: 0 5px 0 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

/******************************************
[lity]
******************************************/
.lity {
  background: rgba(39, 42, 43, 0.9);
}
.lity-container {
  max-width: 70%;
  height: 70%;
  max-height: 70%;
}
.lity-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.lity-content:after {
  box-shadow: none;
}
.lity-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100% !important;
}

@media (max-width: 768px) {
  .lity-container {
    height: auto;
  }
}
/******************************************
[directory]
******************************************/
.directory {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.directory:before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  opacity: .8;
}
.directory.hmj:before {
  content: "事務局";
  background: #005DAD;
}
.directory.zr:before {
  content: "ZR";
  background: #EF4646;
}
.directory.client:before {
  content: "加盟店";
  background: #22D172;
}

/******************************************
[filter]
******************************************/
.filter {
  margin: 0 0 20px;
  padding: 15px;
  background: #EFF1F4;
}
.filter-item {
  margin: 0 0 10px;
}
.filter-item:last-child {
  margin-bottom: 0;
}
.filter-footer {
  display: flex;
  justify-content: flex-end;
}
.filter .headline {
  padding: 0 0 10px;
  border-bottom: 1px solid #BEC4C7;
}

.filterList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.filterList-item {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 5px;
}
.filterList-label {
  margin: 0 0 5px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .filterList {
    margin: 0;
  }
  .filterList-item {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
  .filterList-item:last-child {
    margin-bottom: 0;
  }
}
/******************************************
[numpad]
******************************************/
.numpad {
  width: calc(60px * 4 + 5px * 3);
}
.numpad-value {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 10px;
}
.numpad-value-input {
  flex: 1 0 auto;
  width: 1%;
  font-size: 1.5rem;
  text-align: right;
}
.numpad-value-unit {
  flex: 0 1 auto;
  margin: 0 0 0 5px;
  font-size: 1.5rem;
}
.numpad-pad {
  display: flex;
  align-items: flex-start;
}
.numpad-key {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: calc(60px * 3 + 5px * 2);
  margin: -5px 5px 0 0;
}
.numpad-key-btn {
  flex: 1 0 auto;
  width: 60px;
  height: 45px;
  margin: 5px 5px 0 0;
  background: #fff;
  border: 1px solid #BEC4C7;
  border-radius: 3px;
  font-weight: bold;
  transition: 0.3s;
}
.numpad-key-btn:active {
  background: #EFF1F4;
}
.numpad-key-btn:nth-child(3n), .numpad-key-btn:last-child {
  margin-right: 0;
}
.numpad-key-btn:nth-last-child(2) {
  width: calc(60px * 2 + 5px);
}
.numpad-delete {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 60px;
}
.numpad-delete-btn {
  width: 100%;
  min-width: 0;
  height: 45px;
  margin: 0 0 5px;
  border-radius: 3px;
  transition: 0.3s;
}
.numpad-delete-btn:last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .numpad-key-btn:hover {
    background: #EFF1F4;
  }
}
@media (max-width: 768px) {
  .numpad {
    width: 100%;
  }
  .numpad-key {
    max-width: calc(75% - (5px / 2));
  }
  .numpad-key-btn {
    width: calc(100% / 3 - 10px);
  }
  .numpad-key-btn:nth-last-child(2) {
    width: calc(100% / 3 * 2 - 5px);
  }
  .numpad-delete {
    width: calc(25% - (5px / 2));
  }
}
/******************************************
[schedule]
******************************************/
.schedule .fc-toolbar {
  flex-wrap: wrap;
}
.schedule .fc-toolbar.fc-header-toolbar {
  margin: 0 0 20px;
}
.schedule .fc-toolbar > * > :not(:first-child) {
  margin: 0 0 0 5px;
}
.schedule .fc-center {
  line-height: 1;
}
.schedule .fc-left {
  display: flex;
  align-items: center;
}
.schedule .fc-button, .schedule .fc-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.schedule .fc-button {
  height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  transition: 0.3s;
}
.schedule .fc-button-primary {
  background: #3F4446;
  border-color: #3F4446;
  box-shadow: none;
}
.schedule .fc-button-primary:not(:disabled).fc-button-active:focus, .schedule .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none;
}
.schedule .fc-button-active {
  background: #2c2f31;
}
.schedule .fc-icon {
  width: auto;
  height: auto;
}
.schedule .fc-head {
  background: #EFF1F4;
}
.schedule .fc-event, .schedule .fc-event-dot {
  background: #005DAD;
  border-color: #005DAD;
}
.schedule .fc-bgevent {
  background: rgba(239, 70, 70, 0.2);
  opacity: 1;
}
.schedule.fc-unthemed .fc-content,
.schedule.fc-unthemed .fc-divider,
.schedule.fc-unthemed .fc-list-heading td,
.schedule.fc-unthemed .fc-list-view,
.schedule.fc-unthemed .fc-popover,
.schedule.fc-unthemed .fc-row,
.schedule.fc-unthemed tbody,
.schedule.fc-unthemed td,
.schedule.fc-unthemed th,
.schedule.fc-unthemed thead {
  border-color: #DEE1E5;
}
.schedule.fc-unthemed .fc-bg .fc-today {
  background: rgba(255, 216, 0, 0.2);
}
.schedule-holiday .fc-day {
  cursor: pointer;
}
.schedule-holiday.fc-unthemed .fc-bg .fc-today {
  background: transparent;
}
.schedule .holiday {
  background: rgba(239, 70, 70, 0.2) !important;
}
.schedule .holiday-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  color: #EF4646;
}
.schedule .openingHours {
  background: rgba(0, 167, 255, 0.2) !important;
}
.schedule .openingHours-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  color: #00A7FF;
}

@media (min-width: 769px) {
  .schedule .fc-button:hover {
    opacity: 0.6;
  }
  .schedule-holiday .fc-day:hover {
    background: #EFF1F4;
    transition: 0.3s;
    opacity: 0.6;
  }
  .schedule-holiday.fc-unthemed .fc-bg .fc-today:hover {
    background: #EFF1F4;
  }
  .schedule-holiday .fc-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .schedule .fc-toolbar.fc-header-toolbar {
    margin: 0 0 10px;
  }
  .schedule .fc-center {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  .schedule .fc-center h2 {
    font-size: 1.3125rem;
  }
  .schedule .fc-right {
    margin: 0 0 0 auto;
  }
  .schedule .fc-day-header, .schedule .fc-day-top {
    font-size: 0.75rem;
  }
  .schedule .fc-axis {
    min-width: 40px;
    font-size: 0.75rem;
  }
  .schedule .fc-more {
    font-size: 0.625rem;
  }
  .schedule .fc-dayGrid-view .fc-body .fc-row {
    height: 80px;
  }
  .schedule .fc-timeGridWeek-view {
    overflow-x: scroll;
  }
  .schedule .fc-timeGridWeek-view table {
    table-layout: auto;
  }
  .schedule .fc-timeGridWeek-view .fc-day {
    min-width: 60px;
  }
  .schedule .fc-timeGridWeek-view .fc-day-header {
    min-width: 82px;
    font-size: 0.75rem;
  }
  .schedule .holiday-text,
  .schedule .openingHours-text {
    font-size: 0.625rem;
  }
}
/******************************************
[formSelectCustom]
******************************************/
.formSelectCustom.select2-selection {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 30px 0 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #BEC4C7;
}

.select2-container:focus {
  outline: none;
}
.select2-container .formSelectCustom:focus {
  outline: none;
}
.select2-container .formSelectCustom .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.select2-container .formSelectCustom .select2-selection__arrow:before {
  content: "\f0d7";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
}
.select2-container .formSelectCustom .select2-selection__arrow b {
  display: none;
}
.select2-container .formSelectCustom .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
}

.select2-container--open .select2-dropdown--below {
  top: -1px;
  border-top: 1px solid #BEC4C7;
}
.select2-container--open .select2-dropdown--above {
  top: 1px;
  border-bottom: 1px solid #BEC4C7;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #BEC4C7;
  caret-color: #3F4446;
}

.select2-dropdown {
  min-width: 180px;
  padding: 5px;
  border-color: #BEC4C7;
}
.select2-dropdown .select2-results__option {
  border-radius: 3px;
}
.select2-dropdown .select2-results__option[aria-selected=true] {
  background: #DEE1E5;
}
.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background: #00A7FF;
}

@media (min-width: 769px) {
  .select2:not(.select2-container--disabled) .formSelectCustom.select2-selection:hover {
    border-color: #3F4446;
  }
}
/******************************************
[formSelectCustom]
******************************************/
.formSelecTime .select2-results__options {
  display: flex;
  flex-wrap: wrap;
}
.formSelecTime .select2-results__option {
  width: calc((100% - 5px) / 2);
  height: 30px;
  margin: 0 5px 0 0;
  border-radius: 3px;
}
.formSelecTime .select2-results__option:nth-child(even) {
  margin-right: 0;
}

.formSelectReport {
  min-width: 220px;
}
.formSelectReport .select2-results__options {
  display: flex;
  flex-wrap: wrap;
}
.formSelectReport .select2-results__option {
  width: calc((100% - 5px) / 2);
  height: 30px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  white-space: nowrap;
}
.formSelectReport .select2-results__option:nth-child(even) {
  margin-right: 0;
}

/******************************************
[formSwitch]
******************************************/
.formSwitch {
  display: block;
  width: 60px;
}
.formSwitch-unit {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #BEC4C7;
  overflow: hidden;
}
.formSwitch-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.formSwitch-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% / 2 );
  height: 100%;
  background-color: #EF4646;
  cursor: pointer;
  transition: 0.3s;
}
.formSwitch-on, .formSwitch-off {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.formSwitch-on {
  color: #8B8F93;
}
.formSwitch-off {
  color: #fff;
}
.formSwitch-check:checked + .formSwitch-unit .formSwitch-btn {
  background-color: #005DAD;
  transform: translateX(100%);
}
.formSwitch-check:checked + .formSwitch-unit .formSwitch-on {
  color: #fff;
}
.formSwitch-check:checked + .formSwitch-unit .formSwitch-off {
  color: #8B8F93;
}

/******************************************
[timelie]
******************************************/
.timeline {
  width: 100%;
  margin: 0 0 20px;
  border-top: 1px solid #BEC4C7;
  border-left: 1px solid #BEC4C7;
  border-collapse: separate;
}
.timeline:last-child {
  margin-bottom: 0;
}
.timeline thead th {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background: #fff;
  z-index: 3;
}
.timeline thead th:empty {
  background: #3F4446;
}
.timeline thead th.timeline-sunday:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(239, 70, 70, 0.2);
  z-index: -1;
}
.timeline thead th.timeline-saturday:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 167, 255, 0.2);
  z-index: -1;
}
.timeline tbody tr {
  background: #DEE1E5;
}
.timeline tbody tr:nth-child(odd) {
  background: #EFF1F4;
}
.timeline tbody th {
  left: 0;
  width: 1em;
  background: #3F4446;
  font-weight: normal;
  white-space: nowrap;
  color: #fff;
  z-index: 2;
}
.timeline th,
.timeline td {
  padding: 10px;
  border-bottom: 1px solid #BEC4C7;
  border-right: 1px solid #BEC4C7;
}
.timeline th {
  vertical-align: middle;
}
.timeline td {
  word-break: break-all;
}
.timeline .formSwitch {
  margin: 0 auto;
}
.timeline-scroll {
  max-height: 510px;
  margin: 0 0 20px;
  border: 1px solid #BEC4C7;
  overflow: scroll;
}
.timeline-scroll:last-child {
  margin-bottom: 0;
}
.timeline-scroll .timeline {
  border: none;
}
.timeline-scroll .timeline tbody tr:last-child th,
.timeline-scroll .timeline tbody tr:last-child td {
  border-bottom: none;
}
.timeline-scroll .timeline th:last-child,
.timeline-scroll .timeline td:last-child {
  border-right: none;
}
.timeline-week tbody td:nth-child(2) {
  background: rgba(239, 70, 70, 0.1);
}
.timeline-week tbody td:nth-child(8) {
  background: rgba(0, 167, 255, 0.1);
}
.timeline-hold-all:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 216, 0, 0.2);
  z-index: -1;
}
.timeline-hold tbody td:nth-child(2) {
  background: rgba(255, 216, 0, 0.1);
}

@media (max-width: 768px) {
  .timeline {
    margin: 0 0 15px;
  }
  .timeline-scroll {
    height: 400px;
    margin: 0 0 15px;
  }
}
/******************************************
[progress]
******************************************/
.progress {
  display: flex;
  margin: 0 0 20px;
}
.progress:last-child {
  margin-bottom: 0;
}
.progress-item {
  flex: 1 0 auto;
  width: 1%;
  text-align: center;
  color: #BEC4C7;
}
.progress-item .formInput {
  pointer-events: none;
}
.progress-item.is-active {
  color: #3F4446;
}
.progress-item.is-active .formInput {
  pointer-events: auto;
}
.progress-item.is-active .progress-content {
  border-bottom-color: #005DAD;
}
.progress-item.is-active .progress-step {
  background: #005DAD;
  border-color: #005DAD;
  color: #fff;
}
.progress-item.is-active .progress-text {
  font-weight: bold;
  color: #3F4446;
}
.progress-content {
  margin: 0 0 10px;
  border-bottom: 2px solid #DEE1E5;
}
.progress-content:last-child {
  margin-bottom: 0;
}
.progress-step {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
  min-width: 25px;
  height: 25px;
  padding: 0 2px;
  border-radius: 3px;
  border: 2px solid #BEC4C7;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  color: #BEC4C7;
}
.progress-text {
  margin: 0 0 10px;
  line-height: 1;
  color: #BEC4C7;
}
.progress .btn.is-hide {
  display: none;
}

@media (max-width: 768px) {
  .progress {
    flex-direction: column;
    margin: 0 0 15px;
  }
  .progress-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 0 0 10px;
    border-bottom-width: 1px;
  }
  .progress-item:last-child {
    margin-bottom: 0;
  }
  .progress-content {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .progress-step {
    margin: 0 5px 0 0;
  }
  .progress-text {
    margin: 0;
  }
}
/******************************************
[finish]
******************************************/
.finish {
  text-align: center;
}
.finish-body {
  margin: 0 0 20px;
}
.finish-body .headline {
  justify-content: center;
}
.finish-note {
  display: inline-block;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #EF4646;
  color: #EF4646;
}
.finish-note-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 5px;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .finish-body {
    margin: 0 0 15px;
  }
  .finish-note {
    padding: 15px;
    text-align: left;
  }
}
/******************************************
[listGroup]
******************************************/
.listGroup {
  margin: 0 0 20px;
  border: 1px solid #BEC4C7;
  border-top: none;
}
.listGroup:last-child {
  margin-bottom: 0;
}
.listGroup-flush {
  border: none;
}
.listGroup-flush .listGroup-item {
  margin: 15px 0 0;
  padding: 15px 0 0;
}
.listGroup-flush .listGroup-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.listGroup-sm .listGroup-item {
  margin: 10px 0 0;
  padding: 10px 0 0;
}
.listGroup-item {
  padding: 15px;
  border-top: 1px solid #BEC4C7;
}
.listGroup-slide {
  cursor: pointer;
}
.listGroup-slide:after {
  content: "さらに詳しく";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  background: #3F4446;
  border: 1px solid #3F4446;
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  transition: 0.3s;
}
.listGroup-slide.is-active:after {
  content: "閉じる";
}
.listGroup-slide-body {
  display: none;
}
.listGroup-table {
  display: table;
  width: 100%;
}
.listGroup-table-row {
  display: table-row;
}
.listGroup-table-row:last-child .listGroup-table-label, .listGroup-table-row:last-child .listGroup-table-item {
  border-bottom: none;
}
.listGroup-table-label, .listGroup-table-item {
  display: table-cell;
  padding: 15px;
  border-bottom: 1px solid #BEC4C7;
}
.listGroup-table-label {
  width: 1%;
  white-space: nowrap;
}

/******************************************
[survey]
******************************************/
.survey {
  margin: 0 0 20px;
  background: #EFF1F4;
}
.survey:last-child {
  margin-bottom: 0;
}
.survey.is-checked .survey-check:before {
  border-radius: 0;
}
.survey-body {
  padding: 15px;
  border-bottom: 1px solid #BEC4C7;
}
.survey-question {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.survey-question-num {
  display: block;
  width: 20px;
  margin: 0 10px 0 0;
  font-weight: bold;
}
.survey-answer {
  margin: 0 0 0 30px;
}
.survey-check {
  flex: 0 0 auto;
  margin: 0 5px 0 0;
}
.survey-check:before {
  content: "\f00c";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding: 2px 0 0;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #BEC4C7;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: #EFF1F4;
  transition: 0.3s;
}
.survey-answerList {
  margin: 0 0 15px;
}
.survey-answerList:last-child {
  margin-bottom: 0;
}
.survey-answerList-item {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.survey-answerList-item:last-child {
  margin-bottom: 0;
}
.survey-answerList-item .survey-delete {
  opacity: 0;
}
.survey-answerList-input {
  margin: 0 15px 0 0;
}
.survey-answerList-input:last-child {
  margin-right: 0;
}
.survey-delete {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 1.3125rem;
  color: #626769;
  transition: 0.3s;
}
.survey-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.survey-toggle {
  display: flex;
  align-items: center;
}
.survey-toggle-item {
  display: flex;
  align-items: center;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #BEC4C7;
}
.survey-toggle-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.survey-toggle-title {
  margin: 0 10px 0 0;
  font-weight: bold;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .survey-delete:hover {
    opacity: 0.6;
  }
  .survey-answerList-item:hover > .survey-delete {
    opacity: 1;
  }
  .survey-answerList-item:hover > .survey-delete:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .survey-answerList-item .survey-delete {
    opacity: 1;
  }
  .survey-toggle-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .survey-toggle-title {
    margin: 0 0 5px;
    font-size: 0.75rem;
  }
}
/******************************************
[surveyNew]
******************************************/
.surveyNew {
  display: inline-flex;
  overflow: hidden;
}
.surveyNew-trigger {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  white-space: nowrap;
  z-index: 1;
}
.surveyNew-trigger:not(:disabled):hover {
  opacity: 1;
}
.surveyNew-trigger:before {
  content: "\f067";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  transition: 0.3s;
}
.surveyNew-trigger-text {
  margin: 0 0 0 5px;
  transform: scale(1, 1);
  transform-origin: left;
  transition: 0.3s;
}
.surveyNew-trigger.is-open {
  width: 40px;
  padding: 0;
  border-radius: 3px 0 0 3px;
}
.surveyNew-trigger.is-open:before {
  transform: rotate(-45deg);
}
.surveyNew-trigger.is-open .surveyNew-trigger-text {
  width: 0;
  transform: scale(0, 1);
  margin: 0;
}
.surveyNew-trigger.is-open + .surveyNew-container {
  transform: translateX(0);
  margin: 0 0 0 40px;
}
.surveyNew-btn {
  border-radius: 0;
  border-left: 1px solid #8B8F93;
  white-space: nowrap;
}
.surveyNew-btn:last-child {
  border-radius: 0 3px 3px 0;
}
.surveyNew-container {
  display: inline-flex;
  transform: translateX(-100%);
  transition: 0.3s;
}

/******************************************
[slide]
******************************************/
.slide-trigger {
  cursor: pointer;
}
.slide-trigger-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
}
.slide-trigger-icon:before, .slide-trigger-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #3F4446;
  transition: 0.3s;
}
.slide-trigger-icon:before {
  width: 100%;
  height: 1px;
}
.slide-trigger-icon:after {
  width: 1px;
  height: 100%;
}
.slide-trigger.is-active .slide-trigger-icon:before {
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
}
.slide-trigger.is-active .slide-trigger-icon:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.slide-body {
  display: none;
}

/******************************************
[reportTable]
******************************************/
.reportTable {
  width: 90%;
  margin-left: 5%;
}
@media (max-width: 768px) {
  .tableScroll {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.reportTable tr {
  transition: 0.3s;
}
.reportTable tr:first-child th,
.reportTable tr:first-child td {
  padding-top: 0;
  height: 55px;
}
.reportTable tr.is-disabled {
  color: #BEC4C7;
}
.reportTable tr.is-disabled .reportTiming-year {
  background: #BEC4C7;
}
.reportTable th,
.reportTable td {
  padding: 10px;
  border-bottom: 1px solid #BEC4C7;
}
.reportTable-head {
  width: 130px;
  box-sizing: content-box;
}
.reportTable .nameService {
  width: 20%;
}
.reportTable .formSelect-td,
.reportTable .formInput-td {
  width: 12%;
  min-width: 150px;
}
.reportTable .formSelect-td .formSelect {
  min-width: 110px;
  width: 80%;
  display: inline;
}
.reportTable .formSelect-td .formSelect-input {
  min-width: 110px;
  width: 40%;
  display: inline;
}
.reportTable .formInput-td {
  white-space: nowrap;
}
.reportTable .formInput-td input {
  margin-right: 5px;
}
.reportTable .formInput-td input::placeholder {
  text-align: right;
}
.comment-div {
  width: 90%;
  margin-left: 5%;
  margin-top: 45px;
  margin-bottom: 20px;
}
.comment-div span {
  float: left;
  width: 20%;
  min-width: 135px;
  margin-top: 10px;
  margin-left: 10px;
}
.comment-div div {
  overflow: hidden;
}
.comment-div input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block
}
/******************************************
[reportTiming]
******************************************/
.reportTiming {
  display: inline-flex;
  padding: 5px;
  border-radius: 3px;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  transition: 0.3s;
}
.reportTiming-half {
  background: #8B8F93;
  color: #fff;
}
.reportTiming-year {
  background: #00A7FF;
  color: #fff;
}

/******************************************
[tableList]
******************************************/
.tableList {
  table-layout: fixed;
}
.tableList th {
  width: 50%;
  background: #DEE1E5;
}
.tableList td:not(:last-child) {
  background: #DEE1E5;
}

/******************************************
[formLabel-mark]
******************************************/
.formLabel-mark {
  width: 100%;
  font-size: 0.75rem;
  color: #fff;
}
.formLabel-mark-unit {
  display: inline-flex;
  margin: 0 0 5px;
  padding: 5px;
  background: #3F4446;
  line-height: 1;
}
.formLabel-mark-red .formLabel-mark-unit {
  background: #EF4646;
}
.formLabel-mark-icon {
  margin: 0 5px 0 0;
  font-size: 0.875rem;
}

/******************************************
[attention]
******************************************/
.attention {
  border-color: #EF4646;
  border-width: 2px;
}
.attention-unit {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #EF4646;
}
.attention-icon {
  margin: 0 15px 0 0;
  font-size: 1.3125rem;
}
.attention-link {
  text-decoration: underline;
  color: #EF4646;
}

@media (min-width: 769px) {
  .attention-link:hover {
    text-decoration: none;
  }
}
/******************************************
[dashboard]
******************************************/
.dashboard {
  background: #fff;
}
.dashboard .panel {
  overflow: hidden;
}
.dashboard .panelHeader {
  background: #3F4446;
  color: #fff;
}
.dashboard .number-text {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.625rem;
  color: #3F4446;
}
.dashboard .number-num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 4rem;
}
.dashboard-red {
  color: #ca0813;
}
.dashboard-nav-item {
  margin: 0 0 10px;
}
.dashboard-nav-item:last-child {
  margin-bottom: 0;
}
.dashboard-nav-btn {
  width: 100%;
  height: 70px;
  font-size: 1.125rem;
}
.dashboard-nav-btn .icon {
  margin: 0 10px 0 0;
}
.dashboard-analysis {
  background: #005DAD;
  border: none;
  color: #fff;
}
.dashboard-analysis .panelBody {
  padding: 0;
}
.dashboard-analysis .number-text {
  color: #fff;
}
.dashboard-analysis .number-note {
  font-size: 0.875rem;
}
.dashboard-analysis-unit {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.dashboard-analysis-item {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  width: 1%;
  padding: 20px 20px 0;
  border-right: 1px solid #fff;
}
.dashboard-analysis-item:last-child {
  border: none;
}
.dashboard-analysis-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dashboard-analysis-age {
  height: 140px;
}
.dashboard-popular {
  height: 300px;
}
.dashboard-year-canvas {
  height: 340px;
}
.dashboard-chart {
  height: 140px;
}
.dashboard-withdrawal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #3F4446;
  color: #fff;
}
.dashboard-have {
  margin: 0 0 5px;
}
.dashboard-have:last-child {
  margin-bottom: 0;
}
.dashboard-have-num {
  font-size: 1.125rem;
  font-weight: bold;
  color: #005DAD;
}
.dashboard-active {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #005DAD;
  color: #fff;
}
.dashboard-active-item {
  flex: 1 0 auto;
  width: 100%;
}
.dashboard-active-dream {
  background: #3F4446;
  color: #fff;
}
.dashboard-active-commuter {
  background: #ca0813;
  color: #fff;
}

.chartDoughnut-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.125rem;
  font-weight: bold;
  color: #005DAD;
}

.dashboardRate {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 0 0 20px;
  font-size: 1.125rem;
}
.dashboardRate:last-child {
  margin-bottom: 0;
}
.dashboardRate-num {
  font-size: 1.5rem;
  font-weight: bold;
}

.withdrawalRate {
  display: flex;
  justify-content: center;
  align-items: center;
}
.withdrawalRate-num {
  margin: 0 0 0 15px;
}

@media (max-width: 768px) {
  .dashboard .number-num {
    font-size: 3.125rem;
  }
  .dashboard-nav-btn {
    height: 60px;
    font-size: 1rem;
  }
  .dashboard-nav-btn .icon-list:before {
    width: 27px;
    height: 26px;
  }
  .dashboard-nav-btn .icon-calendar:before {
    width: 23px;
    height: 25px;
  }
  .dashboard-nav-btn .icon-bike:before {
    width: 38px;
    height: 19px;
  }
  .dashboard-analysis-item {
    width: 100%;
    padding: 20px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .dashboard-analysis-headline {
    margin: 0 0 15px;
  }
  .dashboard-year {
    overflow-x: scroll;
  }
  .dashboard-year-scroll {
    width: 300%;
  }
}
/*
[table]
******************************************/
.dashboardTable {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.dashboardTable thead th {
  height: 50px;
  background: #3F4446;
  color: #fff;
}
.dashboardTable tbody th {
  background-color: #EFF1F4;
  background-image: url("../img/dashboard/dashboard-table-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.dashboardTable tbody tr:nth-child(odd) td {
  background: #BEC4C7;
}
.dashboardTable tbody tr:nth-child(1) th {
  background-position: top center;
}
.dashboardTable tbody tr:nth-child(3) th {
  background-position: center;
}
.dashboardTable tbody tr:nth-child(5) th {
  background-position: bottom center;
}
.dashboardTable tbody th,
.dashboardTable tbody td {
  white-space: nowrap;
}
.dashboardTable tbody th {
  color: #fff;
}
.dashboardTable tbody td {
  height: 50px;
  background: #DEE1E5;
  text-align: center;
  font-weight: bold;
}
.dashboardTable col.dashboardTable-col {
  width: 220px;
}
.dashboardTable-unit {
  font-size: 0.75rem;
}
.dashboardTable-num {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.25rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .dashboardTable col {
    width: 100px;
  }
}
/*
[term]
******************************************/
.dashboardTerm {
  padding: 0 50px 0 0;
}
.dashboardTerm-table {
  table-layout: fixed;
  width: 100%;
}
.dashboardTerm-table thead th:not(.dashboardTerm-table-head) {
  background: #3F4446;
  border-top: 1px solid #BEC4C7;
  border-bottom: 1px solid #BEC4C7;
  border-left: 1px solid #BEC4C7;
  color: #fff;
}
.dashboardTerm-table thead th:last-child {
  border-right: 1px solid #BEC4C7;
}
.dashboardTerm-table th,
.dashboardTerm-table td {
  height: 40px;
}
.dashboardTerm-table th {
  font-weight: normal;
}
.dashboardTerm-table td:not(.dashboardTerm-table-head) {
  border-bottom: 1px solid #BEC4C7;
  border-left: 1px solid #BEC4C7;
  text-align: center;
}
.dashboardTerm-table td:last-child {
  border-right: 1px solid #BEC4C7;
}
.dashboardTerm-table-head {
  width: 100px;
  text-align: left;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.2;
}
.dashboardTerm-table-label01:before {
  background: #315ea1;
}
.dashboardTerm-table-label02:before {
  background: #c70f1e;
}
.dashboardTerm-table-label03:before {
  background: #139148;
}

[class^="dashboardTerm-table-label"] {
  display: flex;
  align-items: center;
}
[class^="dashboardTerm-table-label"]:before {
  content: "";
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}

/*
[member]
******************************************/
.dashboardMember {
  width: 100%;
  border-top: 1px solid #BEC4C7;
  border-left: 1px solid #BEC4C7;
}
.dashboardMember th,
.dashboardMember td {
  padding: 10px;
  border-bottom: 1px solid #BEC4C7;
  border-right: 1px solid #BEC4C7;
  text-align: center;
}
.dashboardMember th {
  background: #EFF1F4;
}

/******************************************
[info]
******************************************/
.info-date {
  margin: 0 10px 0 0;
  line-height: 1;
}
.info-date:last-child {
  margin-right: 0;
}
.info-category {
  display: inline-flex;
  align-items: center;
  height: 25px;
  padding: 0 10px;
  background: #3F4446;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
}
.info-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-pagenation-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
  background: #EFF1F4;
  border-radius: 3px;
  border: 1px solid #BEC4C7;
  color: #BEC4C7;
}
.info-pagenation-item:last-child {
  margin-right: 0;
}
.info-pagenation-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #3F4446;
}

.infoGroup-item {
  display: flex;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #BEC4C7;
}
.infoGroup-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.infoGroup-photo {
  flex: 0 0 auto;
  width: 160px;
  margin: 0 10px 0 0;
}
.infoGroup-content {
  flex: 1 0 auto;
  width: 1%;
}
.infoGroup-content-header {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.infoDetail-header {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

@media (max-width: 768px) {
  .info-category {
    height: 20px;
    padding: 0 5px;
    font-size: 0.625rem;
  }

  .infoGroup-photo {
    width: 100px;
  }
  .infoGroup-content {
    font-size: 0.75rem;
  }
  .infoGroup-content-header {
    margin: 0 0 5px;
  }
}
/*
[topics]
******************************************/
.topics_thumbnail {
  width: 100%;
  height: auto;
}

#topics_body a {
  text-decoration: underline;
  color: #00A7FF;
}
.c-gr {
  color: #004000!important;
}
.number-plate {
  width: 220px;
  height: 106px;
  border-radius: 10px;
  background-color: #fff;
  border: 4px solid #dadada; }
.number-plate .min {
  font-size: 20px;
  line-height: 27px;
  color: #b7b7b7;
  text-align: center; }
.number-plate .min input{
  font-size:15px;
  width: 40%;
  border-bottom: 1px solid #BEC4C7;
  text-align: center;
}

.number-plate .max {
  color: #b7b7b7;
  text-align: center;
  margin-top: 10px;
  margin-left: 15px;
  display: inline-flex;
  height: 50px;
}
.number-plate .max input{
  border-bottom: 1px solid #BEC4C7;
  text-align: center;
}

.number-plate .max input::-webkit-input-placeholder {
  font-size: 35px;
}
.number-plate .max input::-moz-placeholder {
  font-size: 35px;
}
.number-plate .max input::-ms-input-placeholder {
  font-size: 35px;
}
.number-plate .max input::placeholder {
  font-size: 35px;
}
.number-plate .max .hiragana{
  font-size:15px;
  width: 30px;
  margin-right: 5px;
}
.number-plate .max .hiragana::-webkit-input-placeholder {
  font-size: 15px;
}
.number-plate .max .hiragana::-moz-placeholder {
  font-size: 15px;
}
.number-plate .max .hiragana::-ms-input-placeholder {
  font-size: 15px;
}
.number-plate .max .hiragana::placeholder {
  font-size: 15px;
}
.number-plate .max .num-before{
  font-size:35px;
  width: 60px;
}
.number-plate .max .num-after{
  font-size:35px;
  width: 60px;
}
.number-plate .max .min {
  padding-top: 6px;
}
.number-plate .max .num, .number-plate .max .hyphen {
  font-family: "Arial";
  font-size: 35px;
  line-height: 1; }
.number-plate .max .hyphen {
  line-height: .7;
  padding: 0 8px 8px 5px;
  margin-top: 10px;
}
.number-plate .dot:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #dadada;
  display: inline-block;
  margin: 0px 5px 2px; }

/*tooltip reserve_month*/
.tooltip_pop {
  border: 1px solid #f4f2f2;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
  z-index: 999999 !important;
  background: white;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.5); 
  font-size: .70em;
  font-weight: unset;
  font-weight: 500;
}
.tooltip_pop::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid white;
  clear: both;
}
.tooltip_head {
  padding: 10px 10px;
  background-color: #f4f2f2;
  text-align: left;
}
.tooltip_content {
  padding: 10px 5px 0px 10px;
}
.tooltip_content p {
  padding-bottom: 5px;
}
.tooltip_note {
  max-width: 200px;
  word-wrap: break-word;
}
.popover {
  z-index: 1;
}
.bd-ra-bt-6 {
  border-radius: 0px 0px 6px 6px;
}
.hidden {
  display: none;
}
.spread {
  display: none;
  margin: 9px 0 0;
  border-radius: 0 3px 3px 3px;
  border: 1px solid #3F4446;
}
.spreadBody {
  padding: 20px;
}
.formField-listV-item {
  margin: 0 0 10px;
}
.spreadFooter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #BEC4C7;
  padding: 20px;
}
.spread:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -1px;
  width: 120px;
  height: 10px;
  background: #fff;
  border-right: 1px solid #3F4446;
  border-left: 1px solid #3F4446;
  z-index: 1;
}
.spread-btn.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #3F4446;
  pointer-events: auto !important;
}
.disabled-input {
  background-color: #F3F3F3 !important;
  color: #999999 !important;
  pointer-events: none !important;
  overflow: hidden;
}
.coolMenu {
  text-align: center;
}
.coolMenu li a {
  display: block;
  height: 2em;
  line-height: 2em;
  padding: 0 1.5em;
  text-decoration: none;
  color: black;
}
.coolMenu ul {
  text-align: left;
  position: absolute;
  display: none;
  z-index: 999;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0;
  top: auto;
}
.coolMenu ul li a {
  width: 135px;
}
.coolMenu li a {
  display: block;
  height: 2em;
  line-height: 2em;
  padding: 0 1.5em;
  text-decoration: none;
  color: black;
}
.coolMenu li:hover ul {
    display: block;
}
.coolMenu li:hover ul a:hover {
  background-color: #005DAD;
  color: white;
  opacity: 1;
}
.survey-move-div {
  display: flex;
}
.survey-move-div button {
  margin: 0 10px;
}
.survey-move {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 1.3125rem;
  color: #626769;
  transition: 0.3s;
}
.disabled_input {
  background-color: #F3F3F3 !important;
  color: #999999 !important;
  pointer-events: none !important;
  overflow: hidden;
}
.disabled_select{
  color: #B8B8B8 !important;
  background-color: #F3F3F3 !important;
  pointer-events: none !important;
}
.disabled_select::before{
  background-color: #F3F3F3 !important;
  pointer-events: none !important;
}
.active-gr {
  padding: 0px 5px 0px 5px;
  background-color: rgba(239, 70, 70, 0.1) !important;
  border: 1px solid red !important;
  color: red !important;
}
.bt-gr {
  padding: 5px 4px 5px 4px;
  background-color: #BEC4C7;
  margin-left: 10px;
  border: 1px solid #BEC4C7;
  color: #3F4446;
}
.min-width-90 {
  min-width: 90px;
}