html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", Sans-Serif;
  font-size: 1.4rem;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #E9E9E9;
  overflow-y: scroll !important;
}

a {
  color: #105fb1;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: bold;
}

select,
button,
[type='text'] {
  margin: 0;
  padding: 0;
  font-size: inherit;
  border: 0;
}

select,
button,
textarea,
[type='text'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  background-color: transparent;
}

button:hover {
  cursor: pointer;
}

sup {
  vertical-align: super;
}

video {
  vertical-align: top;
}

.l-fullpage {
  height: 100%;
  background-color: #fafafa;
}

.l-fullpage__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.l-wrapper {
  height: 100%;
}

.l-wrapper.-fixedWD {
  min-width: 1024px;
}

.l-wrapper.-sinenth .l-header,
.l-wrapper.-sinenth .l-localBar {
  left: 56px;
  margin-left: 0;
  -webkit-transition: margin-left 0.2s ease-out;
  transition: margin-left 0.2s ease-out;
}

.l-wrapper.-sinenth .l-main {
  margin-left: 0;
  padding-left: 56px;
  -webkit-transition: margin-left 0.2s ease-out;
  transition: margin-left 0.2s ease-out;
}

.l-wrapper.is-navOpen .l-header,
.l-wrapper.is-navOpen .l-localBar,
.l-wrapper.is-navOpen .l-main {
  margin-left: 144px;
}

.l-wrapper.is-navOpen .l-navigation {
  width: 200px;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  z-index: 1005;
  background-color: #f5f6f6;
}

.l-localBar {
  position: fixed;
  top: 131px;
  right: 0;
  left: 0;
  height: 50px;
  z-index: 9998;
}

.l-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 56px;
  height: 100%;
  z-index: 8999;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}

.l-main {
  display: block;
  padding-top: 80px;
  min-height: calc(100% - 80px);
}

.l-main.-lNavPattern {
  padding-top: 80px;
  min-height: calc(100% - 80px);
}

.l-main.-bNavPattern {
  padding-top: 80px;
  min-height: calc(100% - 80px);
}

.c-btn {
  text-align: center;
  text-decoration: none;
  line-height: 1;
  border-radius: 3px;
}

.c-customInputTxt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1;
  background-color: transparent;
  border: 0;
}

.c-customInputTxt:disabled {
  background-color: #cccccc;
}

.c-customInputTxt::-ms-clear {
  display: none;
}

.c-customInputTxt__outer {
  background-color: #fff;
  border: 1px solid #eaecef;
  border-radius: 3px;
}

.c-customInputDate {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  font-size: 1.4rem;
  font-family: inherit;
  line-height: 1;
  background-color: transparent;
  border: 0;
}

.c-customInputDate__outer {
  background-color: #fff;
  border: 1px solid #eaecef;
  border-radius: 3px;
}

.c-customSelect {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1;
  background-color: transparent;
}

.c-customSelect__outer {
  background-color: #fff;
  border: 1px solid #eaecef;
  border-radius: 3px;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  .c-customSelect {
    padding: 6px 20px 6px 6px;
  }
  .c-customSelect__outer {
    position: relative;
  }
  .c-customSelect__outer::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    border: 0 solid transparent;
    border-width: 5px 4px 0;
    border-top-color: #0062ae;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
  }
}

.c-customTextarea {
  width: 100%;
  margin: 0;
  padding: 10px 1em;
  font-size: 1.4rem;
  font-family: inherit;
  line-height: 1.6;
  background-color: transparent;
  border: 0;
  resize: none;
}

.c-customTextarea__outer {
  background-color: #fff;
  border: 1px solid #eaecef;
  border-radius: 3px;
}

.p-actionBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-actionBtns.-userReport {
  position: absolute;
  right: 0;
  top: -7px;
}

.p-actionBtn {
  margin-left: 10px;
  padding: 13px 24px;
  color: #fff;
  font-size: 14px;
  background-color: #0062ae;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.p-actionBtn:hover {
  background-color: #3180bc;
}

.p-actionBtn:not(.-nomal) {
  padding-left: 44px;
  background-repeat: no-repeat;
  background-position: 20px center;
}

.p-actionBtn.-addition {
  background-image: url(../images/icon-add-white.png);
  background-size: 13px auto;
}

.p-actionBtn.-search {
  background-image: url(../images/icon-search-white.png);
  background-size: 13px auto;
}

.p-actionBtn.-download {
  background-image: url(../images/icon-download-white.png);
  background-size: 14px auto;
}

.p-actionBtn.-resetSearchData {
  background-image: url(../images/icon-serach_clear.png);
  background-size: 14px auto;
}

.p-actionBtn.-batch {
  padding-left: 46px;
  background-image: url(../images/icon-batch-white.png);
  background-size: 20px auto;
}

.p-actionBtn.-report {
  padding-left: 46px;
  background-image: url(../images/icon-report-white.png);
  background-size: 17px auto;
}

.p-actionBtn.-delete {
  background-image: url(../images/icon-delete-white.png);
  background-size: 15px auto;
}

.p-actionBtn[disabled] {
  background-color: #c7c7c7;
  cursor: default;
}

.p-alertBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #e65858;
}

.p-alertBox__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 8px 10px;
  padding-left: 32px;
  color: #df0000;
  font-size: 1.4rem;
  line-height: 1.64;
  background-image: url(../images/icon-alert.png);
  background-repeat: no-repeat;
  background-size: 24px auto;
}

.p-alertBox__title_officeTop {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #c7c7c7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-alertBox__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 110px;
  padding: 9px 10px 0 0;
  overflow-y: auto;
}

.p-alertList {
  padding-bottom: 6px;
  color: #e65858;
  font-size: 1.4rem;
  line-height: 1.43;
}

.p-alertList__item {
  margin-bottom: 5px;
}

.p-alertList__item br {
  display: none;
}
.alertListMoreActionBtns {
  clear: both;
  margin: 10px 0px;
}

.alertListMoreActionBtns.hide {
  display: none;
}
.alertListMoreActionBtns.show {
  display: block;
}

.p-alertList__link {
  color: #e65858;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

.p-alertList__link:hover {
  color: #fc9292;
}

.p-contract {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d1d1;
}

.p-alertBox + .p-contract {
  margin-top: 18px;
}

.p-contract__title {
  margin-bottom: 12px;
  color: #404e67;
  font-size: 1.6rem;
  font-weight: 400;
}

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

.p-contractInfo__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: calc((100% - 16px * 3) / 4);
  flex-basis: calc((100% - 16px * 3) / 4);
  height: 44px;
  background-color: #fff;
}

.p-contractInfo__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%;
  min-width: 130px;
  height: 100%;
  color: #404e67;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: rgba(64, 78, 103, 0.15);
}

.p-contractInfo__value {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  color: #535353;
  font-size: 1.2rem;
  text-align: center;
}

.p-contractInfo__num {
  padding-right: 3px;
  font-size: 1.8rem;
  font-weight: 700;
  vertical-align: -1px;
}

.p-entryBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 420px;
  height: 420px;
  padding: 37px 26px 26px;
  background-color: #fff;
  border-top: 2px solid #0062ae;
  -webkit-box-shadow: 0 2px 2px rgba(4, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(4, 0, 0, 0.1);
}

.p-entryBox__userIcon {
  width: 200px;
  margin: -11px auto 5px;
  overflow: hidden;
}

.p-entryBox__userImg {
  width: 100%;
}

.p-entryBox__finishIcon {
  position: relative;
  height: 71px;
  margin-bottom: 17px;
  background-image: url(../images/icon-finished.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0;
}

.p-entryBox__title {
  margin-bottom: 12px;
  color: #2a3541;
  font-size: 1.8rem;
  text-align: center;
}

.p-entryBox__forgotPassword {
  margin-top: 20px;
  text-align: center;
}

.p-entryBox__forgotPasswordLink {
  text-decoration: none;
}

.p-entryBox__forgotPasswordLink:hover {
  text-decoration: underline;
}

.p-entryBox__leadSetPassTxt {
  margin: 15px -5px;
  color: #404e67;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
}

.p-errorHeader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding: 0 18px;
  color: #fff;
  background-color: #0062ae;
  -webkit-box-shadow: 0 0 2px 2px rgba(4, 0, 0, 0.2);
  box-shadow: 0 0 2px 2px rgba(4, 0, 0, 0.2);
}

.p-errorPage {
  width: 630px;
  padding-top: 40px;
}

.p-errorPage__message {
  margin-bottom: 20px;
  color: #2a3541;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.p-errorTxtBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 25px 20px 0;
  color: #404e67;
  background-color: #fff;
  border: 1px solid #eaecef;
  border-radius: 3px;
  overflow-y: auto;
}

.p-errorTxtBox__txt {
  margin-bottom: 1.5em;
  font-size: 1.2rem;
  line-height: 2;
}

.p-errorTxtBox__txt:last-child {
  margin-bottom: 25px;
}

.p-form {
  margin-top: 28px;
}

.p-form__inputGroup {
  margin-top: 24px;
}

.p-form__inputGroup .c-customSelect {
  height: 38px;
  padding: 8px 6px;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  .p-form__inputGroup .c-customSelect {
    padding: 8px 20px 8px 6px;
  }
}

.p-form__inputGroup .c-customInputTxt,
.p-form__inputGroup .c-customInputFile,
.p-form__inputGroup .c-customInputDate {
  height: 38px;
  padding: 8px;
}

.p-form__inputGroup-flex {
  margin-top: 24px;
  width: 100%;
  display: flex;
}


.p-form__label {
  display: inline-block;
  margin-bottom: 6px;
  color: #404e67;
  font-size: 1.2rem;
}

.p-form__required {
  display: inline-block;
  margin-left: 4px;
  padding: 3px 5px 2px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  vertical-align: 1px;
  background-color: #ff0000;
  border-radius: 3px;
}

.p-form__selectOuter::after {
  right: 10px;
  border-width: 7px 5px 0;
}

.p-form__text {
  margin: 2px 0 10px 0;
  color: rgba(64, 78, 103, 0.7);
  font-size: 1.2rem;
  line-height: 1.3;
}

.p-form__text.-center {
  text-align: center;
}

.p-form__text.-delete {
  color: #404e67;
}

.p-form__value {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}

.p-form__btnOuter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}

.p-form__btn {
  width: 100%;
  padding: 13px 0;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.p-form__btn:nth-child(n+2) {
  margin-left: 12px;
}

.p-form__btn.-submit {
  background-color: #0062ae;
}

.p-form__btn.-mail {
  background-color: #0062ae;
}

.p-form__btn.-submit:hover {
  background-color: #3180bc;
}

.p-form__btn.-submit[disabled] {
  background-color: rgba(149, 149, 149, 0.5);
  cursor: default;
}

.p-form__btn.-cancel {
  background-color: rgba(149, 149, 149, 0.5);
}

.p-form__btn.-cancel:hover {
  background-color: rgba(149, 149, 149, 0.65);
}

.p-form__hidden {
  display: none;
}

.p-form .is-hidden {
  display: none;
}

.p-formMileageBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-formMileageBox__unit {
  padding-left: 10px;
  color: #404e67;
  font-size: 1.2rem;
}

.p-formMileageBox .c-customInputTxt__outer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-formAddedField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 12px;
}

.p-formAddedField__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-formDeleteField__btn {
  position: relative;
  width: 34px;
  height: 34px;
  margin-top: 3px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

.p-formDeleteField__btn::before, .p-formDeleteField__btn::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 11px;
  width: 12px;
  height: 2px;
  background-color: #ff0000;
}

.p-formDeleteField__btn::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-formDeleteField__btn::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-formAddField {
  margin-top: 14px;
}

.p-formAddField__link {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 1.4rem;
  text-decoration: underline;
  line-height: 1.714;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  cursor: pointer;
}

.p-formAddField__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  background-color: #f5f5f5;
  border: 1px solid #afafaf;
  border-radius: 50%;
}

.p-formAddField__link:hover {
  color: #3180bc;
}

.p-formAddField__mark::before, .p-formAddField__mark::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  width: 12px;
  height: 2px;
  background-color: #898989;
}

.p-formAddField__mark::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-header {
  background-color: #F4F4F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 18px;
  -webkit-box-shadow: 0 0 2px 2px rgba(4, 0, 0, 0.2);
  box-shadow: 0 0 2px 2px rgba(4, 0, 0, 0.2);
}

.-sinenth .p-header {
  color: #000;
  background-color: #F4F4F4;
  position: fixed;
}

.-sinenth .p-header .p-account__name {
  color: #404e67;
}

.-sinenth .p-header .p-account__btn::after {
  border-top-color: #0062ae;
}

.-sinenth .p-header .p-accountMenu {
  background-color: #fff;
}

.-sinenth .p-header .p-accountMenu__item a {
  color: #105fb1;
  background-color: #fff;
}

.-sinenth .p-header .p-accountMenu__item a:hover {
  background-color: #ddebf6;
}

.p-pageTitle {
  width: 8em;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*overflow: hidden;*/
}

.p-pageTitleMain {
  font-size: 1.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 20px;
}

.p-account {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: calc(1.2rem * 3 + 57px);
  padding-left: 10px;
}

.p-account__name {
  min-width: 3em;
  margin-right: 14px;
  font-size: 1.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.p-account__btn {
  padding-right: 15px;
  outline: 0;
  position: relative;
}

.p-account__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  border: 0 solid transparent;
  border-width: 5px 4px 0;
  border-top-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.p-account__btn::after {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.p-account__btn:hover .p-account__icon, .p-account__btn:focus .p-account__icon {
  border-color: #1e74b7;
}

.p-account__btn[aria-expanded="true"]::after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
}

.p-account__icon {
  display: block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
}

.p-accountMenu {
  position: absolute;
  top: 32px;
  right: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0062ae;
  -webkit-box-shadow: 0 0 6px rgba(4, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(4, 0, 0, 0.3);
}

.p-accountMenu[aria-hidden="true"] {
  display: none;
}

.p-accountMenu__item {
  position: relative;
}

.p-accountMenu__item:nth-child(n+2) {
  margin-left: 1px;
}

.p-accountMenu__item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  width: 1px;
  height: 23px;
  background-color: #d1d1d1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-accountMenu__item a {
  display: block;
  padding: 20px 30px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  background-color: #0062ae;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.p-accountMenu__item a:hover {
  background-color: #3180bc;
}

.p-listTable_outer {
  position: relative;
  max-height: calc(100vh - 110px);
  overflow: hidden;
}

.p-listTable_fixedHead {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 2px 2px rgba(4, 0, 0, 0.1);
  box-shadow: 0 0 2px 2px rgba(4, 0, 0, 0.1);
  z-index: 2;
}

.p-listTable_scrollBody {
  max-height: calc(100vh - 110px);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

.p-listTable {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

.p-listTable thead th {
  height: 50px;
  color: #404e67;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
}

.p-listTable thead th.halfHeight {
  height: 30px;
}

.p-listTable thead th.halfHeight.-combinedCell {
  height: 20px;
  vertical-align: bottom;
}

.p-listTable tbody tr:nth-child(n+2) {
  border-top: 1px solid #dadada;
}

.p-listTable tbody tr.is-selected {
  background-color: rgba(255, 226, 171, 0.25);
}

.p-listTable tbody td {
  min-width: 3em;
  padding: 15px 10px;
  color: #39424c;
  font-size: 1.4rem;
  line-height: 1.28;
  text-align: left;
  vertical-align: middle;
}

.p-listTable tbody td.customerCode,
.p-listTable tbody td.accountId,
.p-listTable tbody td.contractNumber,
.p-listTable tbody td.wheelCharId,
.p-listTable tbody td.deviceNumber,
.p-listTable tbody td.dormantCount,
.p-listTable tbody td.lastLogin,
.p-listTable tbody td.unitModel,
.p-listTable tbody td.unitNumber,
.p-listTable tbody td.weeklyAvailabilityComparison,
.p-listTable tbody td.useTime,
.p-listTable tbody td.useDistance,
.p-listTable tbody td.cumulativeDistance,
.p-listTable tbody td.inspectionDaysCount,
.p-listTable tbody td.contractCount,
.p-listTable tbody td.notInstallDeviceCount,
.p-listTable tbody td.dormantCount,
.p-listTable tbody td.wheelChairCode,
.p-listTable tbody td.distanceCoefficient,
.p-listTable tbody td.batteryThreshold,
.p-listTable tbody td.bigImpactThreshold,
.p-listTable tbody td.impactDetectionCount {
  text-align: right;
}

.p-listTable tbody td.check {
  min-width: 30px;
  padding: 15px 5px;
  text-align: center;
}

.p-listTable tbody td.edit, .p-listTable tbody td.delete {
  min-width: 20px;
  text-align: center;
}

.p-listTable tbody td.is-inactive {
  color: #a2a2a2;
}

.p-listTable tbody td a {
  text-decoration: underline;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  cursor: pointer;
}

.p-listTable tbody td a:hover {
  color: #3180bc;
}

.p-listTable tbody td .c-customSelect {
  height: 28px;
  padding: 3px;
  color: #39424c;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  .p-listTable tbody td .c-customSelect {
    padding: 6px 20px 6px 3px;
  }
}

.p-listTable tbody td .c-customSelect__outer {
  border: 1px solid #c5c5c5;
}

.p-listTable tbody td .c-customInputDate {
  height: 28px;
  padding: 6px 3px;
  color: #39424c;
}

.p-listTable tbody td .c-customInputDate__outer {
  border: 1px solid #c5c5c5;
}

.p-listTable.-customer .check {
  width: 70px;
}

.p-listTable.-wheelChair .status {
  min-width: 132px;
}

.p-listTable.-device .check {
  width: 70px;
}

.p-listTable.-officeTop .responsiblePersonName,
.p-listTable.-officeTop .careManagerId {
  width: 120px;
}

.p-sortBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 0 4px;
  color: #105fb1;
  line-height: 1.33;
  white-space: nowrap;
  outline-offset: -3px;
  outline-width: 2px;
}

.p-sortBtn::after {
  content: "";
  display: inline-block;
  pointer-events: none;
}

.p-sortBtn:hover {
  background-color: #ddebf6;
}

.p-sortBtn.-half {
  height: 30px;
}

.p-sortBtn.-sortAscAndFilter {
  padding: 0 4px 0 8px;
}

.p-sortBtn.-sortAscAndFilter::after {
  width: 13px;
  height: 12px;
  margin-left: 4px;
  background-image: url(../images/icon-filter-asc.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}


.p-sortBtn.-sortFilter {
  padding: 0 4px 0 8px;
}

.p-sortBtn.-sortFilter::after {
  width: 13px;
  height: 12px;
  margin-left: 4px;
  background-image: url(../images/icon-filter.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.p-sortBtn.-sortDescAndFilter {
  padding: 0 4px 0 8px;
}

.p-sortBtn.-sortDescAndFilter::after {
  width: 13px;
  height: 12px;
  margin-left: 4px;
  background-image: url(../images/icon-filter-desc.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.p-sortBtn.-sortAsc {
  padding: 0 4px 0 8px;
  position: relative;
}

.p-sortBtn.-sortAsc::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  border: 0 solid transparent;
  border-width: 5px 4px 0;
  border-top-color: #0062ae;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.p-sortBtn.-sortAsc::after {
  position: static;
  margin-left: 6px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-sortBtn.-sortDesc {
  padding: 0 4px 0 8px;
  position: relative;
}

.p-sortBtn.-sortDesc::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  border: 0 solid transparent;
  border-width: 5px 4px 0;
  border-top-color: #0062ae;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.p-sortBtn.-sortDesc::after {
  position: static;
  margin-left: 6px;
  -webkit-transform: none;
  transform: none;
}

.p-checkbox {
  padding: 5px;
  cursor: pointer;
}

.p-checkbox__mark {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #eaecef;
  border-radius: 3px;
}

.p-checkbox__mark::after {
  content: url(../images/icon-checked.png);
  position: absolute;
  top: -3px;
  left: 0;
  opacity: 0;
}

:focus + .p-checkbox__mark {
  background-color: #e0e2e5;
}

:checked + .p-checkbox__mark {
  background-color: #ffd2b9;
}

:checked + .p-checkbox__mark::after {
  opacity: 1;
}

.p-listInTable li:nth-child(n+2) {
  margin-top: 6px;
}

.p-deviceLink {
  display: inline-block;
  margin-top: 3px;
}

.p-grooveDepthLink {
  display: inline-block;
  margin-top: 3px;
  margin-right: 5px;
}

.p-wheelChairReplacementLink {
  display: inline-block;
  margin-top: 3px;
  margin-right: 5px;
}

.p-status.-inactive {
  color: #a2a2a2;
}

.p-localBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  height: 50px;
  margin-bottom: -5px;
  padding: 0 18px;
  background-color: #f5f6f6;
  border-bottom: 1px solid #d1d1d1;
}

.p-main.-bNavPattern:not(.-lNavPattern) .p-localBar {
  /*-webkit-box-pack: end;*/
  /*-ms-flex-pack: end;*/
  /*justify-content: flex-end;*/
}

.p-breadcrumbNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  color: #404e67;
  font-size: 1.1rem;
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: left center;
}

.p-breadcrumbNav__item {
  padding: 2px 0;
}

.p-breadcrumbNav__item:nth-child(n+2) {
  position: relative;
  margin-left: 22px;
}

.p-breadcrumbNav__item:nth-child(n+2)::before {
  position: absolute;
  top: 50%;
  left: -14px;
  content: ">";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-breadcrumbNav__link {
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

.p-breadcrumbNav__link:hover {
  color: #3180bc;
}

.p-officeNameList {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #404e67;
  font-size: 1.1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.p-officeNameList__item {
  display: inline;
}

.p-officeNameList__item:nth-child(n+2) {
  margin-left: -0.3em;
}

.p-officeNameList__item:nth-child(n+2)::before {
  content: "/";
}


.p-main__inner {
  padding: 35px 10px 10px;
  margin-top: 10px;
}


.p-map {
  position: relative;
}

.p-map.-userDetail {
  height: 100%;
}

.p-map__inner {
  width: 100%;
  height: 100%;
}

.p-map .leaflet-pane {
  z-index: 2;
}

.p-map .leaflet-top,
.p-map .leaflet-bottom {
  z-index: 3;
}

.p-map .leaflet-popup-content-wrapper,
.p-map .leaflet-popup-tip {
  color: #e65858;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 4px 2px rgba(4, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 2px rgba(4, 0, 0, 0.2);
}

.p-map .leaflet-popup-content {
  width: 245px !important;
  margin: 10px 30px 15px;
}

.leaflet-container .p-mapAlert__title {
  margin-left: -20px;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 1.1;
  background-image: url(../images/icon-alert.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
}

.leaflet-container .p-mapAlert__contents {
  margin-top: 6px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.leaflet-container .p-mapAlert__contents dt {
  clear: both;
  float: left;
  font-weight: 700;
}

.leaflet-container .p-mapAlert__link {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 25px;
  padding: 6px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  line-height: 2;
  background-color: #e65858;
  border-radius: 3px;
}


.leaflet-container .p-mapAlert__blink {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
  padding: 6px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  line-height: 2;
  background-color: #0062ae;
  border-radius: 3px;
}

.p-map .leaflet-popup.alertType_0 .leaflet-popup-content-wrapper {
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0,98,174, 0.7);
  box-shadow: 2px 2px 4px 2px rgba(0,98,174, 0.7);
}

.leaflet-container .p-mapAlert__contents.alertType_0 {
  display: block;
  color: #0062ae;
  text-decoration: none;
  border-radius: 3px;
  border: 0;
  -webkit-transition: color 0.1s, background-color 0.1s;
  transition: color 0.1s, background-color 0.1s;
}

.fieldsetGroupSeperator {
  border-bottom: 1px solid #dadada;
}

.img-header-logo {
  width: 200px;
}

.span-header-image {
  padding: 0 5px;
}

.p-mapHandle {
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 200px;
  height: 19px;
  background-color: #f5f6f6;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: row-resize;
  z-index: 4;
}

.p-mapHandle__inner {
  position: absolute;
  top: 6px;
  left: 50%;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #5f5f5f;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-mapHandle__inner::before, .p-mapHandle__inner::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #5f5f5f;
}

.p-mapHandle__inner::after {
  top: 6px;
}

.p-modal__inner {
  padding: 26px 26px 100px;
}

.p-modal__title {
  margin-bottom: 12px;
  color: #2a3541;
  font-size: 1.8rem;
}

.p-modal__btnOuter {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 26px 26px;
  background-color: #fff;
}

.p-modal.modaal-wrapper {
  overflow: hidden;
}

.p-modal .modaal-outer-wrapper {
  display: block;
}

.p-modal .modaal-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 20px;
}

.p-modal .modaal-container {
  position: relative;
  width: 420px;
  max-height: 100%;
  margin: inherit;
}

.p-modal .modaal-content {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 3px solid #0062ae;
  -webkit-overflow-scrolling: auto;
}

.p-modal .modaal-content.opacity_per50 {
  opacity: 0.5;
}

.p-modal .modaal-content-container {
  padding: 0;
}

.modaal-noscroll {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-pagination__link {
  position: relative;
  display: block;
  margin-right: 5px;
  padding: 0 7px;
  font-size: 1.2rem;
  line-height: 24px;
  text-align: center;
  background-color: transparent;
  border-radius: 20px;
  -webkit-transition: color 0.1s, background-color 0.1s;
  transition: color 0.1s, background-color 0.1s;
  cursor: pointer;
}

.p-pagination__link.-first {
  margin-right: 0;
}

.p-pagination__link.-first::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 5px;
  height: 5px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.p-pagination__link.-first::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 5px;
  height: 5px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.p-pagination__link.-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  width: 5px;
  height: 5px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.p-pagination__link.-next {
  margin-right: 0;
}

.p-pagination__link.-next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 5px;
  height: 5px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.p-pagination__link.-last {
  margin-right: 0;
}

.p-pagination__link.-last::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 5px;
  height: 5px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.p-pagination__link.-last::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 5px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.p-pagination__link:hover, .p-pagination__link.is-current {
  color: #fff;
  background-color: #0062ae;
}

.p-popup {
  position: absolute;
  top: 350px;
  left: 10px;
  width: 128px;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(4, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(4, 0, 0, 0.3);
}

.p-popup[aria-hidden="true"] {
  top: -999px;
  left: -999px;
  opacity: 0;
  z-index: 3;
}

.p-popup[aria-hidden="false"] {
  opacity: 1;
  -webkit-transition: opacity 0.05s ease-in;
  transition: opacity 0.05s ease-in;
  z-index: 106;
}

.p-popup__inputOuter {
  border: 1px solid #c5c5c5;
}

.p-popup__input {
  height: 28px;
  padding: 6px;
  color: #39424c;
}

.p-popup__sortOrder {
  margin-top: 8px;
}

.p-popup__sortItem {
  display: block;
  padding: 8px 0;
  color: #39424c;
  font-size: 1.4rem;
  cursor: pointer;
}

.p-popup__sortRadioMark {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #eaecef;
  border-radius: 50%;
}

.p-popup__sortRadioMark::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

:focus + .p-popup__sortRadioMark {
  background-color: #e0e2e5;
}

:checked + .p-popup__sortRadioMark::after {
  background-color: #0062ae;
}

.p-popup__btnOuter {
  margin-top: 10px;
}

.p-popup__btn {
  width: 100%;
  padding: 10px 24px;
  color: #fff;
  font-size: 14px;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.p-popup__btn.-submit {
  background-color: #0062ae;
}

.p-popup__btn.-submit:hover {
  background-color: #3180bc;
}

.p-popup__btn.-close {
  background-color: rgba(149, 149, 149, 0.5);
}

.p-popup__btn.-close:hover {
  background-color: rgba(149, 149, 149, 0.65);
}

.p-popup__btn:nth-child(n+2) {
  margin-top: 8px;
}

.p-setting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 5px;
}

.p-setting + .p-setting {
  margin-top: 40px;
}

.p-setting__form {
  width: 360px;
  margin-top: 0;
}

.p-setting__form .p-form__inputGroup:first-child {
  margin-top: 0;
}

.p-setting__message {
  display: none;
  background-color: rgba(143, 195, 31, 0.15);
  border: 1px solid #eaecef;
}

.p-setting__message.is-changed {
  display: inherit;
  margin-bottom: 20px;
  -webkit-animation-name: "fadein";
  animation-name: "fadein";
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.p-setting__messageTxt {
  padding: 14px 14px 14px 32px;
  color: #8fc31f;
  font-size: 1.4rem;
  font-weight: 700;
  background-image: url(../images/icon-ok.png);
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: 12px center;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.p-sideNav {
  padding-top: 20px;
  color: #fff;
  background-color: #0062ae;
  -webkit-box-shadow: 0 0 1px rgba(4, 0, 0, 0.1);
  box-shadow: 0 0 1px rgba(4, 0, 0, 0.1);
}

.p-sideNav__btn {
  position: absolute;
  top: 0;
  right: 8px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.p-sideNav__btn::before, .p-sideNav__btn::after,
.p-sideNav__btn span {
  content: "";
  position: absolute;
  left: 11px;
  display: block;
  width: 19px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.p-sideNav__btn::before {
  top: 14px;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.p-sideNav__btn span {
  top: 19px;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.p-sideNav__btn::after {
  top: 24px;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.is-navOpen .p-sideNav__btn {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.is-navOpen .p-sideNav__btn::before {
  -webkit-transform: translate(3px, -1px) rotate(45deg);
  transform: translate(3px, -1px) rotate(45deg);
}

.is-navOpen .p-sideNav__btn span {
  opacity: 0;
}

.is-navOpen .p-sideNav__btn::after {
  -webkit-transform: translate(3px, 2px) rotate(-45deg);
  transform: translate(3px, 2px) rotate(-45deg);
}

.p-sideNav__head {
  margin: 36px 0 8px;
  padding: 0 18px;
  color: #a7cae5;
  font-size: 1.2rem;
  font-weight: 400;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: opacity 0.1s ease-in, -webkit-transform 0.2s ease-in;
  transition: opacity 0.1s ease-in, -webkit-transform 0.2s ease-in;
  transition: opacity 0.1s ease-in, transform 0.2s ease-in;
  transition: opacity 0.1s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.is-navOpen .p-sideNav__head {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: opacity 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.1s, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.1s, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.p-sideNavMenu {
  margin-bottom: 12px;
}

.p-sideNavMenu:not(:last-child) {
  position: relative;
}

.p-sideNavMenu:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -24px;
  right: 16px;
  left: 16px;
  height: 1px;
  background-color: #00518f;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

.is-navOpen .p-sideNavMenu:not(:last-child)::after {
  bottom: -12px;
}

.p-sideNavMenu__link {
  display: block;
  padding: 18px 10px 18px 46px;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 21px center;
  -webkit-transition: color 0.1s, background-color 0.1s;
  transition: color 0.1s, background-color 0.1s;
}

.p-sideNavMenu__link.-customer {
  background-image: url(../images/icon-edit-white.png);
}

.p-sideNavMenu__link.-account {
  background-image: url(../images/icon-key-white.png);
  background-size: 12px auto;
  background-position: 22px center;
}

.p-sideNavMenu__link.-family_account {
  background-image: url(../images/icon_family_account.png);
  background-size: 12px auto;
  background-position: 22px center;
}

.p-sideNavMenu__link.-wheelChair {
  background-image: url(../images/icon-wheelchair-white.png);
  background-position: 20px center;
}

.p-sideNavMenu__link.-device {
  background-image: url(../images/icon-signal-white.png);
  background-size: 17px auto;
  background-position: 20px center;
}

.p-sideNavMenu__link.-office {
  background-image: url(../images/icon-eye-white.png);
  background-size: 18px auto;
  background-position: 19px center;
}

.p-sideNavMenu__link.-user {
  background-image: url(../images/icon-user-white.png);
  background-size: 14px auto;
}

.p-sideNavMenu__link.-maintenance {
  background-image: url(../images/icon-gear-white.png);
}

.p-sideNavMenu__link.-wheel_chair_item {
  background-image: url(../images/icon-chairmaster-white.png);
  background-size: 12px auto;
  background-position: 22px center;
}

.p-sideNavMenu__link.-option_items {
  background-image: url(../images/icon_chairoption-white.png);
  background-size: 12px auto;
  background-position: 22px center;
}


.p-sideNavMenu__link:hover, .p-sideNavMenu__link.is-current {
  margin-right: -1px;
  color: #0062ae;
  background-color: #f5f6f6;
}

.p-sideNavMenu__link:hover.-customer, .p-sideNavMenu__link.is-current.-customer {
  background-image: url(../images/icon-edit-blue.png);
}

.p-sideNavMenu__link:hover.-account, .p-sideNavMenu__link.is-current.-account {
  background-image: url(../images/icon-key-blue.png);
}

.p-sideNavMenu__link:hover.-family_account, .p-sideNavMenu__link.is-current.-family_account {
  background-image: url(../images/icon_family_account_blue.png);
}

.p-sideNavMenu__link:hover.-wheelChair, .p-sideNavMenu__link.is-current.-wheelChair {
  background-image: url(../images/icon-wheelchair-blue.png);
}

.p-sideNavMenu__link:hover.-device, .p-sideNavMenu__link.is-current.-device {
  background-image: url(../images/icon-signal-blue.png);
}

.p-sideNavMenu__link:hover.-office, .p-sideNavMenu__link.is-current.-office {
  background-image: url(../images/icon-eye-blue.png);
}

.p-sideNavMenu__link:hover.-user, .p-sideNavMenu__link.is-current.-user {
  background-image: url(../images/icon-user-blue.png);
}

.p-sideNavMenu__link:hover.-maintenance, .p-sideNavMenu__link.is-current.-maintenance {
  background-image: url(../images/icon-gear-blue.png);
}

.p-sideNavMenu__link:hover.-wheel_chair_item, .p-sideNavMenu__link.is-current.-wheel_chair_item {
  background-image: url(../images/icon-chairmaster-blue.png);
}

.p-sideNavMenu__link:hover.-option_items, .p-sideNavMenu__link.is-current.-option_items {
  background-image: url(../images/icon_chairoption-blue.png);
}

.p-sideNavMenu__link span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: opacity 0.1s ease-in, -webkit-transform 0.2s ease-in;
  transition: opacity 0.1s ease-in, -webkit-transform 0.2s ease-in;
  transition: opacity 0.1s ease-in, transform 0.2s ease-in;
  transition: opacity 0.1s ease-in, transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.is-navOpen .p-sideNavMenu__link span {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: opacity 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.1s, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.1s, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out 0.1s, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.p-simpleList {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-simpleList::after {
  content: "";
  -ms-flex-preferred-size: calc((100% - 10px) / 2);
  flex-basis: calc((100% - 10px) / 2);
}

.p-simpleList__item {
  -ms-flex-preferred-size: calc((100% - 10px) / 2);
  flex-basis: calc((100% - 10px) / 2);
  margin-top: 10px;
}

.p-simpleList__link {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 12px 22px 12px 12px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  text-decoration: none;
  background-color: #0062ae;
  border-radius: 5px;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.p-simpleList__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.p-simpleList__link:hover {
  background-color: #3180bc;
}

.p-simpleList__officeName {
  display: block;
}

.p-simpleList__responsiblePersonName {
  display: block;
  margin-top: 4px;
}
.p-simpleList__unitNumber {
  display: block;
  margin-top: 4px;
}
.p-simpleList__userName {
  margin-top: 3px;
  font-size: 1.6rem;
}

.p-subTitle {
  padding-left: 6px;
  color: #404e67;
  font-size: 1.6rem;
  font-weight: 400;
}

.p-termPage {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 630px;
}

.p-termPage__title {
  margin-bottom: 20px;
  color: #2a3541;
  font-size: 1.8rem;
  text-align: center;
}

.p-termPage__btnOuter {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-termPage__btnOuter .p-form__btn + .p-form__btn {
  margin-left: 0;
}

.p-termBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 280px;
  margin-bottom: 30px;
  padding: 25px 20px 0;
  color: #404e67;
  background-color: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  overflow-y: auto;
}

.p-termBox__title {
  margin-bottom: 1em;
  font-size: 1.6rem;
}

.p-termBox p {
  margin-bottom: 1.5em;
  font-size: 1.2rem;
  line-height: 2;
}

.p-termBox p:last-child {
  margin-bottom: 25px;
}

.p-term-text {
    font-size: 1.2rem;
    line-height: 2rem;
}

.p-term-text .-indent {
    margin-bottom: 0;
    padding-left: 1.2rem;
    text-indent: -1.2rem;
}

.p-term-text .-indent-more {
    margin-bottom: 0;
    padding-left: 3.6rem;
    text-indent: -2.4rem;
}

.p-termAgreement {
  text-align: center;
}

.p-termCheckbox {
  display: inline-block;
  color: #404e67;
  font-size: 1.4rem;
  line-height: 1.5;
  cursor: pointer;
}

.p-termCheckbox__mark {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  vertical-align: -5px;
}

.p-termCheckbox__mark::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 12px;
  height: 10px;
  background-image: url(../images/icon-checked-term.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}

:focus + .p-termCheckbox__mark {
  border-color: #aaaaaa;
}

:checked + .p-termCheckbox__mark::after {
  opacity: 1;
}

.p-userData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  border: 3px solid #cacaca;
  border-width: 3px 3px 2px 2px;
}

.p-userData + .p-userData {
  margin-top: 30px;
}

.p-userData__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-bottom: 1px solid #cacaca;
}

.p-userData__group.-widthHalf {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.p-userData__group.-widthQuarter {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.p-userData__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 115px;
  flex-basis: 115px;
  padding: 12px 0 12px 15px;
  color: #697992;
  font-size: 1.4rem;
  line-height: 1.3;
  border-left: 1px solid #cacaca;
}

.-notes .p-userData__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  padding-top: 14px;
}

.js-remarks {
  margin-left: 10px;
}

.p-userData__careManagerTitle {
  display: block;
  -webkit-transform: scaleX(0.85);
  transform: scaleX(0.85);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.p-userData__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 15px 12px 0;
  color: #39424c;
  font-size: 1.6rem;
  line-height: 1.3;
}

.-notes .p-userData__body {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 160px;
}

.-widthQuarter .p-userData__body {
  white-space: nowrap;
}

.p-userDetail,
.p-userDetailUsage {
  position: relative;
  padding: 32px 15px 15px;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%);
}

.p-userDetail .p-subTitle,
.p-userDetailUsage .p-subTitle {
  padding-left: 0;
}

.p-userDetailUsage {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 340px 1fr;
  grid-template-columns: 340px 1fr;
  -ms-grid-rows: 4fr;
  grid-template-rows: 4fr;
}

.p-userDetailUsage .p-subTitle.-userUsage {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 1.8rem;
}

.p-userDetailUsage .p-subTitle.-userWheelChair {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.p-userUsageGraph.-sixMonths {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4 / 5;
  margin-top: 20px;
  padding: 10px 10px 0;
  border: 3px solid #cacaca;
}

.p-userUsageGraph.-recent {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  margin-left: 20px;
  padding: 10px 10px 0;
  border: 3px solid #cacaca;
  border-bottom-width: 0;
}

.p-userUsageGraph__title {
  color: #404e67;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}

.p-userUsageGraph__selectOuter {
  display: inline-block;
}

.p-userUsageGraph canvas {
  width: 100% !important;
}

.p-userUsageTerm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 16px 0;
  position: relative;
}

.p-userUsageTerm__inputGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
}

.p-userUsageTerm__label {
  margin-right: 6px;
  color: #404e67;
  white-space: nowrap;
}

.p-userUsageTerm__txt {
  margin-left: 2px;
  color: #404e67;
  font-size: 1.2rem;
  white-space: nowrap;
}

.p-userUsageTerm__selectOuter, .p-userUsageTerm__inputOuter {
  border-color: #0062ae;
}

.p-userUsageTerm__selectOuter.is-disabled, .p-userUsageTerm__inputOuter.is-disabled {
  border-color: #c5c5c5;
}

.p-userUsageTerm__select {
  height: 28px;
  padding: 6px;
  color: #39424c;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  .p-userUsageTerm__select {
    padding: 6px 20px 6px 6px;
  }
}

.p-userUsageTerm__input {
  width: 50px;
  height: 28px;
  padding: 6px 6px;
  color: #39424c;
}

.p-userUsageTerm__input:disabled {
  background-color: #f5f5f5;
}

.p-userUsageTerm__btn {
  padding: 8px 24px;
  color: #fff;
  font-size: 14px;
  background-color: #0062ae;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.p-userUsageTerm__btn:hover {
  background-color: #3180bc;
}

.p-userUsageMap {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3 / 5;
  margin-left: 20px;
  border: 3px solid #cacaca;
  border-top-width: 0;
}

.p-userWheelChair {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / 4;
  border: 3px solid #cacaca;
  border-width: 3px 3px 2px 2px;
}

.p-userWheelChair__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cacaca;
}

.p-userWheelChair__group .alert {
  color: #e65858;
}

.p-userWheelChair__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 110px;
  flex-basis: 110px;
  padding: 12px 15px;
  color: #697992;
  font-size: 1.4rem;
  line-height: 1.3;
  border-left: 1px solid #cacaca;
}

.p-userWheelChair__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 15px 12px 0;
  color: #39424c;
  font-size: 1.5rem;
  line-height: 1.3;
}

.p-userWheelChair__option {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 12px 15px;
  color: #39424c;
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  border-left: 1px solid #cacaca;
}

.p-userWheelChair__inspection {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 12px 15px;
  color: #39424c;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  border-left: 1px solid #cacaca;
}

.p-userWheelChair__last {
  margin-top: 2px;
  font-size: 1.3rem;
}

.p-userWheelChair__model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 14px 12px;
  border-left: 1px solid #cacaca;
}

.p-userWheelChair__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  width: 50%;
}

.p-userWheelChair__modelName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.5rem;
}

.p-userWheelChair__status {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-userWheelChair__status.-normal {
  width: 25px;
  height: 25px;
  margin: -3px 0 -3px 2px;
  background-image: url(../images/icon-status-normal.png);
}

.p-userWheelChair__status.-needsToBeChecked {
  width: 26px;
  height: 27px;
  margin: -4px 0 -4px 2px;
  background-image: url(../images/icon-status-needsToBeChecked.png);
}

.p-viewControler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #404e67;
  font-size: 1.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
}

.p-viewControler:first-child {
  margin-top: 0;
}

.p-viewControler__info {
  margin-right: 25px;
  padding-left: 8px;
}

.p-viewControler__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-viewControler__number span {
  margin-right: 12px;
}

.p-viewControler__selectOuter {
  border: 1px solid #c5c5c5;
}

.p-viewControler__select {
  height: 28px;
  padding: 3px 6px;
  color: #39424c;
  font-size: 1.2rem;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  .p-viewControler__select {
    padding: 6px 20px 6px 6px;
  }
}

.p-weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 20px 0 5px;
}

.p-weather__group {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 35px;
  flex-basis: 35px;
}

.p-weather__group_text {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 45px;
  flex-basis: 45px;
}

.p-weather__day {
  color: #404e67;
  font-size: 1rem;
  text-align: center;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.u-clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.search-btn {
  text-align: center;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.u-mt05 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb-15 {
  margin-bottom: -15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-alignL {
  text-align: left !important;
}

.u-alignR {
  text-align: right !important;
}

.u-alignC {
  text-align: center !important;
}

.u-valignB {
  vertical-align: bottom !important;
}

.u-valignM {
  vertical-align: middle !important;
}

.u-valignT {
  vertical-align: top !important;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-none {
  display: none !important;
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

@media screen and (min-width: 802px) {
  .l-wrapper.-responsiveWD {
    min-width: 1024px;
  }
  .p-entryBox__title br {
    display: none;
  }
  .p-errorPage__btnOuter {
    width: 180px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-termPage__title br {
    display: none;
  }
  .p-termPage__btnOuter {
    width: 364px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-termPage__btnOuter .p-form__btn + .p-form__btn {
    margin-top: 20px;
  }
  .u-onlySP {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .l-wrapper.is-navOpen.-fixedWD .-bNavPattern .l-localBar {
    margin-left: 0;
  }
  .-fixedWD .-bNavPattern .l-localBar {
    position: inherit;
  }
  .-fixedWD .l-main.-bNavPattern {
    padding-top: 40px;
    min-height: calc(100% - 40px);
  }
  .office-top-area {
    padding: 20px 10px 10px !important;;
  }
}

@media screen and (max-width: 801px) {
  .-responsiveWD .l-localBar {
    height: auto;
  }
  .-responsiveWD .l-main.-lNavPattern {
    padding-top: 120px;
    min-height: calc(100% - 120px);
  }
  .-responsiveWD .l-main.-bNavPattern {
    padding-top: 80px;
    min-height: calc(100% - 70px);
  }
  .-responsiveWD .l-main.-lNavPattern.-bNavPattern {
    padding-top: 150px;
    min-height: calc(100% - 150px);
  }
  .-responsiveWD .p-actionBtns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .-responsiveWD .p-actionBtns.-sideBySide {
    float: right;
    width: 125px;
    margin-bottom: 24px;
  }
  .-responsiveWD .p-actionBtns.-userReport {
    top: 0px;
    right: 0;
    width: 154px;
    margin-bottom: 15px;
  }
  .-responsiveWD .p-actionBtn {
    width: 100%;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .-responsiveWD .p-alertBox {
    display: inherit !important;
    /*max-height: 190px;*/
    overflow-y: auto;
  }
  .-responsiveWD .p-alertBox__title {
    margin: 12px 10px;
    padding-left: 26px;
    font-size: 1.5rem;
    line-height: 1.2;
    background-size: 18px auto;
  }
  .-responsiveWD .p-alertBox__body {
    max-height: none;
    padding: 0 10px;
    overflow-y: inherit;
  }
  .-responsiveWD .p-alertList {
    margin-left: 1.3em;
    list-style-type: disc;
  }
  .-responsiveWD .p-alertList__item {
    margin-bottom: 8px;
  }
  .-responsiveWD .p-alertList__item br {
    display: inherit;
  }
  .-responsiveWD .p-contractInfo {
    display: inherit;
  }
  .-responsiveWD .p-contractInfo__group:nth-child(n+2) {
    margin-top: 6px;
  }
  .p-entryBox {
    width: 100%;
    height: 440px;
    margin: 0 20px;
    padding: 26px 22px;
    border-top-width: 3px;
  }
  .p-entryBox__userIcon {
    margin-top: -1px;
  }
  .p-entryBox__finishIcon {
    margin-bottom: 15px;
  }
  .p-entryBox__title {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .p-entryBox__leadSetPassTxt {
    margin: 12px 0;
    text-align: left;
  }
  .p-errorPage {
    width: 100%;
    margin: 0 20px;
  }
  .p-errorPage__message {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .p-errorTxtBox {
    max-height: calc(100vh - 260px);
    padding: 20px 10px 0;
  }
  .p-errorTxtBox__txt {
    line-height: 1.8;
  }
  .p-errorTxtBox__txt:last-child {
    margin-bottom: 20px;
  }
  .-responsiveWD .p-form__label {
    margin-bottom: 10px;
  }
  .-responsiveWD .p-form__btn {
    padding: 15px 0;
  }
  .-responsiveWD .p-pageTitle {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
  }
  .-sinenth.-responsiveWD .p-pageTitle{
    position: relative;
  }

  .-responsiveWD .p-localBar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .-fixedWD .p-localNav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .-responsiveWD .p-localNav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 18px 20px;
    background-color: #f5f6f6;
  }
  .-responsiveWD .p-localNav__item {
    margin-right: 0;
  }
  .-responsiveWD .p-localNav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 43px;
    padding: 0;
    border-radius: 22px;
  }
  .-fixedWD .p-breadcrumbNav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .-responsiveWD .p-breadcrumbNav {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 7px 20px 7px 38px;
    background-position: 20px center;
    border-bottom: 1px solid #eee;
  }
  .p-officeNameList {
    padding: 9px 20px 9px 20px;
    border-bottom: 1px solid #eee;
  }
  .-responsiveWD .p-main__inner {
    padding: 15px 20px;
  }
  .caremanager_container.-responsiveWD .p-main__inner {
    margin-top: 20px;
  }
  .-responsiveWD .p-map .leaflet-popup-content {
    width: 200px !important;
    margin: 10px 25px 15px;
  }
  .p-modal__inner {
    padding: 26px 24px 100px;
  }
  .p-modal__title {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .p-modal__btnOuter {
    padding: 10px 24px 26px;
  }
  .p-modal .modaal-container {
    width: 100%;
    max-width: 400px;
  }
  .-responsiveWD .p-pagination {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 12px 0 8px;
  }
  .-responsiveWD .p-setting__form {
    width: auto;
  }
  .-responsiveWD .p-subTitle {
    padding-left: 0;
    font-size: 1.5rem;
  }
  .-responsiveWD .p-subTitle.-sideBySide {
    float: left;
    padding-top: 13px;
  }
  .p-termPage {
    width: 100%;
    margin: 0 20px;
  }
  .p-termPage__title {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .p-termPage__btnOuter .p-form__btn + .p-form__btn {
    margin-top: 15px;
  }
  .p-termBox {
    height: calc(100vh - 330px);
    max-height: 440px;
    margin-bottom: 20px;
    padding: 20px 10px 0;
  }
  .p-termBox p {
    line-height: 1.8;
  }
  .p-termBox p:last-child {
    margin-bottom: 20px;
  }
  .-responsiveWD .p-userData {
    clear: both;
    margin-top: 15px;
    background-color: #fff;
    border-width: 2px 2px 1px 1px;
  }
  .-responsiveWD .p-userData + .p-userData {
    margin-top: 10px;
  }
  .-responsiveWD .p-userData__group.-widthHalf, .-responsiveWD .p-userData__group.-widthQuarter {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .-responsiveWD .p-userData__title {
    display: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 15px;
    font-size: 1.3rem;
  }
  .-responsiveWD .p-userData__title br {
    display: none;
  }
  .-responsiveWD .p-userData__careManagerTitle {
    display: inherit;
    -webkit-transform: none;
    transform: none;
  }
  .-responsiveWD .p-userData__body {
    display: inherit;
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 9px 10px 9px 0;
    font-size: 1.4rem;
  }
  .-responsiveWD .-notes .p-userData__body {
    min-height: 100px;
  }
  .-responsiveWD .p-userDetail, .-responsiveWD
  .p-userDetailUsage {
    padding: 25px 0 0 0;
    background-color: transparent;
  }
  .-responsiveWD .p-userDetailUsage {
    display: inherit;
  }
  .-responsiveWD .p-userDetailUsage .p-subTitle.-userUsage {
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 1.5rem;
  }
  .-responsiveWD .p-userDetailUsage .p-subTitle.-userWheelChair {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .-responsiveWD .p-userUsageGraph.-sixMonths {
    margin-top: 20px;
    background-color: #fff;
    border: 2px solid #cacaca;
  }
  .-responsiveWD .p-userUsageGraph.-recent {
    margin-top: 20px;
    margin-left: 0;
    background-color: #fff;
    border: 2px solid #cacaca;
  }
  .-responsiveWD .p-userUsageGraph__title {
    font-size: 1.3rem;
  }
  .-responsiveWD .p-userUsageTerm {
    position: relative;
    /*display: inherit;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 310px;
    margin: 15px auto 10px;
    /*padding-right: 90px;*/
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
  }
  .-responsiveWD .p-userUsageTerm__inputGroup {
    margin-top: 6px;
    margin-right: 0;
	font-size: 1.4rem;
  }
  .-responsiveWD .p-userUsageTerm__select {
    width: 110px;
  }
  .-responsiveWD .p-userUsageTerm__input {
    width: auto;
    max-width: 110px;
  }
  .-responsiveWD .p-userUsageTerm__btnOuter {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .-responsiveWD .p-userUsageMap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 250px;
    margin-left: 0;
    border: 2px solid #cacaca;
  }
  .-responsiveWD .p-userWheelChair {
    background-color: #fff;
    border-width: 2px 2px 1px 1px;
  }
  .-responsiveWD .p-userWheelChair__title {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 15px;
    font-size: 1.3rem;
  }
  .-responsiveWD .p-userWheelChair__body {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 9px 10px 9px 0;
    font-size: 1.4rem;
  }
  .-responsiveWD .p-userWheelChair__option {
    padding: 9px 10px;
    font-size: 1.4rem;
  }
  .-responsiveWD .p-userWheelChair__inspection {
    padding: 9px 10px;
    font-size: 1.5rem;
  }
  .-responsiveWD .p-userWheelChair__modelName {
    font-size: 1.4rem;
  }
  .-responsiveWD .p-userWheelChair__status.-normal {
    width: 19px;
    height: 19px;
    margin: -1px 0 -1px 2px;
  }
  .-responsiveWD .p-userWheelChair__status.-needsToBeChecked {
    width: 20px;
    height: 22px;
    margin: -2px 0 -2px 2px;
  }
  .-responsiveWD .p-viewControler {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .-sideBySide + .-responsiveWD .p-viewControler {
    clear: both;
  }
  .-responsiveWD .p-viewControler__info {
    padding-left: 0;
  }
  .-responsiveWD .u-onlyPC {
    display: none;
  }
  .-fixedWD .u-onlySP {
    display: none;
  }
  .l-wrapper.is-navOpen .l-header,
  .l-wrapper.is-navOpen .l-localBar,
  .l-wrapper.is-navOpen .l-main {
     margin-left: 0;
  }
  .xs-mt-35 {
    margin-top: 35px !important;
  }

  .p-account__name {
    min-width: 2rem;
    max-width: 10rem;
    font-size: 1.1rem;
  }

  .img-header-logo {
    width: 100px;
  }

  .span-header-image {
    padding: 0 5px;
    width: calc(50% + 100px);
    text-align: right;
  }

  .l-localBar {
    top: 75px !important;
  }

  .office-top-area-office-login {
    padding: 70px 10px 10px !important;;
  }

}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.p-alertResult {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  overflow: hidden;
  padding: 8px 0px;
  width: 100%;
}

.p-alertResult .noData {
  color: #404e67;
  text-align: left;
  width: 50%;
  opacity: 0;
}
.p-alertResult .update {
  color: #404e67;
  text-align: right;
  width: 50%;
}

.p-listTable.-office  td:first-child,
.p-listTable.-office  th:first-child{
  display: none;
}

.p-listTable.-user  td:first-child,
.p-listTable.-user  th:first-child{
  display: none;
}
@media only screen and (max-width: 801px) {
  .xs-hide {
    display: none !important;
  }
}
.xs-hide {
    display: block;
 }

.img-main-logo {

}


.div-report-logo {
  text-align: left;
}

.img-report-logo {
  width: 200px;
}


.p-form__base {
  display: flex;
  width: 100%;
}

.wheelChairPictureUrl {
}
.imgWheelChairPictureUrl {
  height: 70px;
}

#imgMapWidthToggle {
  height: 60px;
}

.img-impact01-icon {
  width:30px;
  display: inline!important;
}

.icon-street-view {
    max-width: 24px;
    width: 24px;
    height: 24px;
    display: inline !important;
    font-size:20px;
}
