@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100; }

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200; }

@media all and (-ms-high-contrast: none) {
  body,
  tooltip,
  popover {
    font-family: Verdana, Meiryo, sans-serif; } }

@font-face {
  font-family: 'admin';
  src: url("../webfonts/admin.ttf?jz90im") format("truetype"), url("../webfonts/admin.woff?jz90im") format("woff"), url("../webfonts/admin.svg?jz90im#admin") format("svg");
  font-weight: normal;
  font-style: normal; }

i.p-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  position: relative;
  top: 1px;
  font-family: 'admin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.p-icon--calendar:before {
  content: "\e900"; }

.p-icon--world:before {
  content: "\e901"; }

.p-icon--doc:before {
  content: "\e902"; }

.p-icon--comment:before {
  content: "\e903"; }

.p-icon--process:before {
  content: "\e904"; }

.p-icon--tel:before {
  content: "\e905"; }

.p-icon--close:before {
  content: "\e906"; }

.p-icon--search:before {
  content: "\e907"; }

.p-icon--clock:before {
  content: "\e908"; }

.p-icon--logout:before {
  content: "\e909"; }

.p-icon--list:before {
  content: "\e90a"; }

.p-icon--preview:before {
  content: "\e90b"; }

.p-icon--map-pin:before {
  content: "\e90c"; }

.p-icon--arrow-left:before {
  content: "\e90d"; }

.p-icon--arrow-down:before {
  content: "\e90e"; }

.p-icon--arrow-right:before {
  content: "\e90f"; }

.p-icon--arrow-up:before {
  content: "\e910"; }

.p-icon--dl:before {
  content: "\e911"; }

.p-icon--plus:before {
  content: "\e912"; }

.p-icon--trash:before {
  content: "\e913"; }

.p-icon--box:before {
  content: "\e914"; }

.p-icon--graph:before {
  content: "\e915"; }

.p-icon--folder:before {
  content: "\e916"; }

.p-icon--check:before {
  content: "\e917"; }

.p-icon--customer:before {
  content: "\e918"; }

.p-icon--camera:before {
  content: "\e919"; }

.p-icon--building:before {
  content: "\e91a"; }

.p-icon--cog:before {
  content: "\e91b"; }

.p-icon--menu:before {
  content: "\e91c"; }

.p-icon--hamburger:before {
  content: "\e91d"; }

.p-icon--pen:before {
  content: "\e91e"; }

.p-icon--sort:before {
  content: "\e91f"; }

.p-icon--check2:before {
  content: "\e920"; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  color: #333;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  /* アンチエイリアスを指定する */
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  background-color: #f6f6f6;
  overflow-wrap: break-word;
  word-wrap: break-word; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  color: inherit; }

ul, ol {
  padding-left: 1.5rem; }

/**
 * ネストされたリストのマージンをリセットします。
 */
li > ul, li > ol {
  margin-bottom: 0; }

/**
 * `dt`と`dd`の左端を揃えます。
 */
dd {
  margin-left: 0; }

table {
  width: 100%; }

th {
  text-align: left; }

a {
  text-decoration: none;
  color: #00a7fe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transition: opacity 0.2s ease; }
  a:hover, a:active, a:focus {
    color: #00a7fe;
    opacity: 0.4;
    text-decoration: none; }

/**
 * フルードイメージにします。
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace; }

/* header
-------------------------------------------------------------------------- */
/* Footer
-------------------------------------------------------------------------- */
/* main
-------------------------------------------------------------------------- */
.l-container {
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 991.98px) {
    .l-container {
      display: block; } }
/* sidebar
-------------------------------------------------------------------------- */
.l-sidebar {
  white-space: nowrap;
  -webkit-flex-basis: 260px;
  flex-basis: 260px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }
  @media (max-width: 991.98px) {
    .l-sidebar {
      white-space: normal;
      width: 100%; } }
/* =============================================================================
  config
  ========================================================================== */
/* =============================================================================
    ポップアップ画面共通
========================================================================== */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }
  .open .overlay {
    display: block; }

.mod-btn_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }

.com-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: .3s; }
  .com-popup.open {
    visibility: visible;
    opacity: 1; }
  .com-popup .building-name {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    color: #808080; }
  .com-popup .room-num {
    font-size: 31px;
    font-size: 1.9375rem;
    color: #606060; }
  .com-popup .popup-content {
    position: relative;
    z-index: 9999;
    width: 100%;
    max-width: 650px;
    margin: 0 15px;
    padding: 60px 0 68px 0;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    font-weight: bold; }
    .com-popup .popup-content .btn-close {
      display: inline-block;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 24px;
      right: 24px;
      cursor: pointer; }
      .com-popup .popup-content .btn-close span:before, .com-popup .popup-content .btn-close span:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 2px;
        margin: -11% 0 0 -50%;
        background-color: #808080; }
      .com-popup .popup-content .btn-close span:before {
        transform: rotate(-45deg); }
      .com-popup .popup-content .btn-close span:after {
        transform: rotate(45deg); }

/* =============================================================================
  common
  ========================================================================== */
/* iOSでのデフォルトスタイルをリセット */
@media (max-width: 991.98px) {
  input[type='text'],
  input[type='number'],
  input[type='password'],
  input[type='tel'],
  input[type='email'],
  textarea {
    -webkit-appearance: none; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

body {
  background-image: url(../img/bg_body.png);
  background-repeat: repeat-y; }
  @media (max-width: 991.98px) {
    body {
      background-image: none; } }
body.login {
  background-image: none; }
  @media (max-width: 991.98px) {
    body.login {
      background-color: #fff; } }
.p-nav {
  margin: 0;
  padding: 0; }
  .p-nav ul {
    margin: 0;
    padding: 0; }
  .p-nav li {
    margin: 0;
    padding: 0;
    list-style: none; }
    .p-nav li a {
      display: block;
      text-decoration: none; }
      .p-nav li a:hover {
        text-decoration: none; }

.p-site-branding {
  margin-bottom: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700; }
  .p-site-branding a {
    color: #333; }

.p-button {
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.4s ease;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 1.5rem;
  height: 35px;
  text-align: center;
  border: 1px solid #ddd;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #F6F6F6;
  line-height: 1;
  color: #333; }
  .p-button:hover, .p-button:active, .p-button:focus {
    opacity: 0.5;
    outline: none;
    color: #333; }
  .p-button .p-icon {
    padding-right: 5px; }
  .p-button.p-button--s {
    padding: 0 0.5rem;
    height: 20px;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 500; }
  .p-button.p-button--m {
    padding: 0 0.8rem;
    font-size: 12px;
    font-size: 0.75rem; }
  .p-button.p-button--l {
    height: 50px; }
  .p-button.p-button--wide {
    padding-right: 2rem;
    padding-left: 2rem; }
  .p-button.p-button--theme {
    border: none;
    background-image: -owg-linear-gradient(#7dc2e5, #53AFE8);
    background-image: -webkit-linear-gradient(#7dc2e5, #53AFE8);
    background-image: -moz-linear-gradient(#7dc2e5, #53AFE8);
    background-image: -o-linear-gradient(#7dc2e5, #53AFE8);
    background-image: linear-gradient(#7dc2e5, #53AFE8);
    font-weight: 700;
    color: #fff; }
    .p-button.p-button--theme:hover, .p-button.p-button--theme:active, .p-button.p-button--theme:focus {
      color: #fff; }
  .p-button.p-button--blk {
    border: none;
    background-image: -owg-linear-gradient(#525252, #333);
    background-image: -webkit-linear-gradient(#525252, #333);
    background-image: -moz-linear-gradient(#525252, #333);
    background-image: -o-linear-gradient(#525252, #333);
    background-image: linear-gradient(#525252, #333);
    color: #fff; }
    .p-button.p-button--blk:hover, .p-button.p-button--blk:active, .p-button.p-button--blk:focus {
      color: #fff; }

.p-label {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .p-label.p-label--orange {
    background-color: #FFAB4A;
    color: #fff; }

.p-page-control {
  margin-top: 2.5rem;
  color: #333; }
  .p-page-control a, .p-page-control span {
    display: block;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #333; }
  .p-page-control li.is-active span {
    border-color: transparent;
    background-image: -owg-linear-gradient(#7dc2e5, #53AFE8);
    background-image: -webkit-linear-gradient(#7dc2e5, #53AFE8);
    background-image: -moz-linear-gradient(#7dc2e5, #53AFE8);
    background-image: -o-linear-gradient(#7dc2e5, #53AFE8);
    background-image: linear-gradient(#7dc2e5, #53AFE8);
    color: #fff; }
  .p-page-control .p-pagination {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    .p-page-control .p-pagination li {
      margin: 0 3px; }
    .p-page-control .p-pagination a, .p-page-control .p-pagination span {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      width: 40px;
      height: 40px;
      line-height: 1;
      background-color: #fff; }
    .p-page-control .p-pagination .p-pagination__prev a,
    .p-page-control .p-pagination .p-pagination__next a {
      padding-right: 1rem;
      padding-left: 1rem;
      width: auto; }
    @media (max-width: 991.98px) {
      .p-page-control .p-pagination {
        font-size: 12px;
        font-size: 0.75rem; }
        .p-page-control .p-pagination li {
          margin: 0 2px; }
        .p-page-control .p-pagination a, .p-page-control .p-pagination span {
          width: 35px;
          height: 35px; }
        .p-page-control .p-pagination .p-pagination__prev a,
        .p-page-control .p-pagination .p-pagination__next a {
          padding-right: 0.2rem;
          padding-left: 0.2rem; } }
.p-table tbody td {
  font-size: 13px;
  font-size: 0.8125rem; }

.p-popover {
  padding: 0.5rem;
  font-size: 13px;
  font-size: 0.8125rem; }
  .p-popover .p-popover__heading {
    margin-bottom: 0.5rem;
    font-weight: 700;
    border-bottom: 1px solid #E4E4E4; }
  .p-popover p {
    margin-bottom: 0;
    font-weight: 500; }

.popover {
  padding: 0;
  border: none;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px 2px; }
  .popover.bs-popover-left {
    margin-right: 1rem; }
  .popover.bs-popover-right {
    margin-left: 1rem; }
  .popover a {
    color: #333; }
  .popover .popover-title {
    background: none;
    border-bottom: medium none !important;
    margin: 0 !important;
    padding: 10px 14px 0 !important; }
  .popover .popover-body {
    position: relative;
    z-index: 1;
    background-color: #fff; }
  .popover .arrow {
    top: -5px;
    width: 1.1rem;
    height: 1.1rem;
    z-index: -1;
    background-color: #fff;
    transform: rotate(45deg);
    -webkit-box-shadow: rgba(130, 130, 130, 0.1) 0px 0px 3px 2px;
    -moz-box-shadow: rgba(130, 130, 130, 0.1) 0px 0px 3px 2px;
    box-shadow: rgba(130, 130, 130, 0.1) 0px 0px 3px 2px; }
    .popover .arrow::before {
      border: none; }
    .popover .arrow::after {
      border: none; }

.p-tab {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 3rem;
  text-align: center; }
  .p-tab::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc; }
  .p-tab li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1; }
  .p-tab.p-tab--default {
    position: relative; }
    .p-tab.p-tab--default li {
      position: static;
      z-index: 1;
      margin-right: 2px;
      margin-left: 2px;
      padding: 1rem 2rem;
      border: 1px solid #dcdcdc;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
      -o-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0;
      background-color: #F2F2F2; }
      .p-tab.p-tab--default li.is-active {
        border-bottom: 1px solid transparent;
        background-color: #fff;
        font-weight: 700; }
        .p-tab.p-tab--default li.is-active a, .p-tab.p-tab--default li.is-active span {
          color: #606060 !important; }
      .p-tab.p-tab--default li a {
        display: block;
        color: #999; }

.p-table thead th {
  border-bottom: none; }

.p-table.p-table--default thead th {
  border-top: none;
  background-color: #F6F6F6;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #808080; }

.p-table.p-table--default tbody tr:last-child td {
  border-bottom: 1px solid #eee; }

/* =============================================================================
  header
  ========================================================================== */
.p-account-popover {
  padding: 1rem 3rem;
  font-size: 13px;
  font-size: 0.8125rem; }

.p-header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 1.5rem;
  height: 70px;
  background-color: #fff;
  -webkit-box-shadow: rgba(130, 130, 130, 0.1) 0px 0px 3px 2px;
  -moz-box-shadow: rgba(130, 130, 130, 0.1) 0px 0px 3px 2px;
  box-shadow: rgba(130, 130, 130, 0.1) 0px 0px 3px 2px; }
  .p-header .p-account-menu {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #606060; }
    .p-header .p-account-menu:hover {
      color: #606060; }
    .p-header .p-account-menu:hover, .p-header .p-account-menu:active, .p-header .p-account-menu:focus {
      opacity: 1; }
  @media (max-width: 991.98px) {
    .p-header {
      position: fixed;
      z-index: 1061;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      background-color: #fff;
      width: 100%;
      height: 70px;
      -webkit-box-shadow: rgba(130, 130, 130, 0.1) 0px 0px 3px 2px;
      -moz-box-shadow: rgba(130, 130, 130, 0.1) 0px 0px 3px 2px;
      box-shadow: rgba(130, 130, 130, 0.1) 0px 0px 3px 2px;
      /* ハンバーガーメニュー */ }
      .p-header p {
        margin-bottom: 0;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 700;
        color: #606060; }
      .p-header .p-site-branding {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        margin-right: 1rem;
        width: 70px;
        height: 70px;
        background-image: -owg-linear-gradient(#7dc2e5, #53AFE8);
        background-image: -webkit-linear-gradient(#7dc2e5, #53AFE8);
        background-image: -moz-linear-gradient(#7dc2e5, #53AFE8);
        background-image: -o-linear-gradient(#7dc2e5, #53AFE8);
        background-image: linear-gradient(#7dc2e5, #53AFE8); }
        .p-header .p-site-branding img {
          width: 40px; }
      .p-header .p-menu-button {
        position: absolute;
        top: 50%;
        right: 1rem;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 101;
        width: 27px;
        height: 17px; }
        .p-header .p-menu-button a {
          opacity: 1;
          display: block; }
          .p-header .p-menu-button a:hover, .p-header .p-menu-button a:active {
            opacity: 1; }
        .p-header .p-menu-button .p-hamburger,
        .p-header .p-menu-button .p-hamburger span {
          display: inline-block;
          transition: all 0.3s;
          box-sizing: border-box; }
        .p-header .p-menu-button .p-hamburger {
          width: 100%; }
          .p-header .p-menu-button .p-hamburger:hover {
            opacity: 1; }
        .p-header .p-menu-button .p-hamburger span {
          position: absolute;
          left: 0;
          width: 100%;
          height: 3px;
          background-color: #606060; }
        .p-header .p-menu-button .p-hamburger span:nth-of-type(1) {
          top: 0; }
        .p-header .p-menu-button .p-hamburger span:nth-of-type(2) {
          top: 7px; }
        .p-header .p-menu-button .p-hamburger span:nth-of-type(3) {
          bottom: 0; }
        .p-header .p-menu-button .p-hamburger.is-open span {
          background-color: #606060; }
        .p-header .p-menu-button .p-hamburger.is-open span:nth-of-type(1) {
          -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg); }
        .p-header .p-menu-button .p-hamburger.is-open span:nth-of-type(2) {
          opacity: 0; }
        .p-header .p-menu-button .p-hamburger.is-open span:nth-of-type(3) {
          -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg); } }
/* =============================================================================
  wrapper
  ========================================================================== */
.p-wrapper {
  position: relative;
  padding: 2.5rem; }
  @media (max-width: 991.98px) {
    .p-wrapper {
      padding: 1.5rem 1rem; } }
/* =============================================================================
  sidebar
  ========================================================================== */
.p-sidebar {
  background-color: #333;
  color: #fff; }
  .p-sidebar .p-icon {
    margin-right: 0.5rem; }
  .p-sidebar a {
    color: #fff; }
  .p-sidebar .p-site-branding {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 2.5rem;
    padding-left: 1.5rem;
    height: 70px;
    background-image: -owg-linear-gradient(#7dc2e5, #53AFE8);
    background-image: -webkit-linear-gradient(#7dc2e5, #53AFE8);
    background-image: -moz-linear-gradient(#7dc2e5, #53AFE8);
    background-image: -o-linear-gradient(#7dc2e5, #53AFE8);
    background-image: linear-gradient(#7dc2e5, #53AFE8); }
    .p-sidebar .p-site-branding img {
      width: 105px; }
  @media (max-width: 991.98px) {
    .p-sidebar {
      display: none;
      position: fixed;
      z-index: 2;
      top: 70px;
      left: 0;
      overflow: scroll;
      height: 100%;
      padding-bottom: 70px;
      background-color: transparent;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch; }
      .p-sidebar .p-sidebar__menu {
        padding: 1.5rem 0 6rem 0;
        background-color: #333; } }
  .p-sidebar .p-sidebar_title {
    padding: 1rem 1.5rem;
    font-size: 13px;
    font-size: 0.8125rem;
    border-bottom: 1px solid #484848; }
  .p-sidebar .p-menu {
    margin-bottom: 1.5rem;
    font-size: 14px;
    font-size: 0.875rem; }
    .p-sidebar .p-menu .p-icon {
      background-image: -owg-linear-gradient(#7dc2e5, #53AFE8);
      background-image: -webkit-linear-gradient(#7dc2e5, #53AFE8);
      background-image: -moz-linear-gradient(#7dc2e5, #53AFE8);
      background-image: -o-linear-gradient(#7dc2e5, #53AFE8);
      background-image: linear-gradient(#7dc2e5, #53AFE8);
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent; }
    @media all and (-ms-high-contrast: none) {
      .p-sidebar .p-menu {
        /* IE10,11用 */ }
        .p-sidebar .p-menu .p-icon {
          background: none;
          color: #53AFE8; } }
    .p-sidebar .p-menu:last-child {
      margin-bottom: 0; }
    .p-sidebar .p-menu a {
      position: relative;
      display: block;
      padding: 1rem 1.5rem; }
      .p-sidebar .p-menu a:hover {
        background-color: #434343;
        transition: all 0.2s ease; }
      .p-sidebar .p-menu a:hover, .p-sidebar .p-menu a:active, .p-sidebar .p-menu a:focus {
        opacity: 1; }
    .p-sidebar .p-menu > li.is-open, .p-sidebar .p-menu > li.is-active {
      background-color: #434343; }
      .p-sidebar .p-menu > li.is-open::after, .p-sidebar .p-menu > li.is-active::after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      .p-sidebar .p-menu > li.is-open > a, .p-sidebar .p-menu > li.is-active > a {
        position: relative; }
        .p-sidebar .p-menu > li.is-open > a::before, .p-sidebar .p-menu > li.is-active > a::before {
          opacity: 1;
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 5px;
          height: 100%;
          background-image: -owg-linear-gradient(#7dc2e5, #53AFE8);
          background-image: -webkit-linear-gradient(#7dc2e5, #53AFE8);
          background-image: -moz-linear-gradient(#7dc2e5, #53AFE8);
          background-image: -o-linear-gradient(#7dc2e5, #53AFE8);
          background-image: linear-gradient(#7dc2e5, #53AFE8); }
    .p-sidebar .p-menu .p-menu__parent {
      position: relative; }
      .p-sidebar .p-menu .p-menu__parent::after {
        transition: all 0.2s ease;
        pointer-events: none;
        position: absolute;
        top: 1.2rem;
        right: 1.5rem;
        content: "\e90e";
        font-family: "admin";
        font-size: 10px;
        font-size: 0.625rem;
        color: #808080; }
      .p-sidebar .p-menu .p-menu__parent span {
        display: block;
        padding: 1rem 1.5rem; }
    .p-sidebar .p-menu .p-menu__child {
      display: none;
      background-color: #222;
      font-size: 13px;
      font-size: 0.8125rem; }
      .p-sidebar .p-menu .p-menu__child li {
        border-bottom: 1px solid #484848; }
        .p-sidebar .p-menu .p-menu__child li a {
          padding: 0.7rem 1.5rem 0.7rem 3rem; }
          .p-sidebar .p-menu .p-menu__child li a:hover {
            background-color: #555; }
        .p-sidebar .p-menu .p-menu__child li.is-active {
          background-color: #555; }

/* =============================================================================
  main
  ========================================================================== */
.p-main {
  -webkit-flex: 1;
  flex: 1;
  width: 100%; }
  @media (max-width: 991.98px) {
    .p-main {
      position: relative;
      z-index: 1;
      padding-top: 70px; } }
  .p-main .p-main__heading {
    margin-bottom: 2.5rem;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #606060; }
    .p-main .p-main__heading + .p-buttons {
      position: absolute;
      top: 2.5rem;
      right: 2.5rem; }
    @media (max-width: 991.98px) {
      .p-main .p-main__heading {
        margin-bottom: 1.5rem;
        font-size: 20px;
        font-size: 1.25rem; }
        .p-main .p-main__heading + .p-buttons {
          position: absolute;
          top: 1.5rem;
          right: 1rem; } }
  .p-main .p-section {
    margin-top: 2.5rem;
    padding: 2.5rem;
    background-color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: rgba(160, 160, 160, 0.1) 2px 2px 5px 1px;
    -moz-box-shadow: rgba(160, 160, 160, 0.1) 2px 2px 5px 1px;
    box-shadow: rgba(160, 160, 160, 0.1) 2px 2px 5px 1px; }
    @media (max-width: 991.98px) {
      .p-main .p-section {
        margin-top: 1.5rem;
        margin-right: -1rem;
        margin-left: -1rem;
        padding: 1rem 1rem;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; } }
    .p-main .p-section .p-section__header {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      margin-bottom: 2.5rem; }
      .p-main .p-section .p-section__header .p-buttons {
        display: -webkit-flex;
        display: flex;
        padding-left: 1rem; }
        .p-main .p-section .p-section__header .p-buttons .p-button {
          margin-right: 10px; }
          .p-main .p-section .p-section__header .p-buttons .p-button:last-child {
            margin-right: 0; }
        @media (max-width: 575.98px) {
          .p-main .p-section .p-section__header .p-buttons--photo {
            -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse; }
            .p-main .p-section .p-section__header .p-buttons--photo .p-button {
              margin-right: 0;
              margin-bottom: 10px; } }
      .p-main .p-section .p-section__header .p-section__heading {
        -webkit-flex: 1;
        flex: 1;
        position: relative;
        margin-bottom: 0;
        padding: 0.2rem 0;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 700;
        color: #606060; }
        .p-main .p-section .p-section__header .p-section__heading::before {
          content: "";
          position: absolute;
          top: 0;
          left: -2.5rem;
          display: block;
          width: 3px;
          height: 100%;
          background-image: -owg-linear-gradient(#7dc2e5, #53AFE8);
          background-image: -webkit-linear-gradient(#7dc2e5, #53AFE8);
          background-image: -moz-linear-gradient(#7dc2e5, #53AFE8);
          background-image: -o-linear-gradient(#7dc2e5, #53AFE8);
          background-image: linear-gradient(#7dc2e5, #53AFE8); }
      .p-main .p-section .p-section__header + .p-post-date {
        margin-top: -1.5rem;
        margin-bottom: 2.5rem; }
      @media (max-width: 991.98px) {
        .p-main .p-section .p-section__header {
          margin-bottom: 1rem; }
          .p-main .p-section .p-section__header .p-section__heading {
            font-size: 18px;
            font-size: 1.125rem; }
            .p-main .p-section .p-section__header .p-section__heading::before {
              left: -1rem; } }
    .p-main .p-section.p-matter-view .p-post-date {
      font-size: 13px;
      font-size: 0.8125rem;
      color: #808080; }
    @media (max-width: 991.98px) {
      .p-main .p-section.p-matter-view .p-section__header {
        display: block; }
        .p-main .p-section.p-matter-view .p-section__header .p-section__heading {
          margin-bottom: 0.5rem; }
        .p-main .p-section.p-matter-view .p-section__header .p-post-date {
          margin-bottom: 1rem; }
        .p-main .p-section.p-matter-view .p-section__header .p-buttons {
          -webkit-justify-content: flex-end;
          justify-content: flex-end;
          padding-left: 0; } }
    .p-main .p-section .p-table td {
      border-top: 1px solid #eee;
      vertical-align: middle; }
    .p-main .p-section .p-table .p-sorter {
      font-family: "admin"; }
    .p-main .p-section .p-table.p-table--p .p-table__buttons .p-button {
      display: -webkit-inline-flex;
      display: inline-flex; }
    .p-main .p-section .p-table.p-table--p .p-table__buttons ul li {
      margin-bottom: 5px; }
      .p-main .p-section .p-table.p-table--p .p-table__buttons ul li:last-child {
        margin-bottom: 0; }
    .p-main .p-section .p-table.p-table--p thead {
      height: 48px;
      background-color: #F6F6F6; }
      .p-main .p-section .p-table.p-table--p thead th {
        padding: 1rem 0.75rem;
        border-top: none;
        font-weight: 700;
        font-size: 12px;
        font-size: 0.75rem;
        color: #808080; }
        .p-main .p-section .p-table.p-table--p thead th a {
          color: #808080; }
    .p-main .p-section .p-table.p-table--p > tbody tr.is-signal {
      background-color: #ffbfbf; }
    .p-main .p-section .p-table.p-table--p > tbody tr td.p-p_name {
      font-weight: 700; }
      @media (min-width: 1025px) {
        .p-main .p-section .p-table.p-table--p > tbody tr td.p-p_name {
          width: 25%; } }
      .p-main .p-section .p-table.p-table--p > tbody tr td.p-p_name span {
        display: none; }
      .p-main .p-section .p-table.p-table--p > tbody tr td.p-p_name a {
        text-decoration: underline;
        color: #333; }
    .p-main .p-section .p-table.p-table--p > tbody tr td.p-p_contractor span::after, .p-main .p-section .p-table.p-table--p > tbody tr td.p-p_manufacturer span::after {
      content: "/";
      padding: 0 5px; }
    .p-main .p-section .p-table.p-table--p > tbody tr td.p-p_contractor span:last-child::after, .p-main .p-section .p-table.p-table--p > tbody tr td.p-p_manufacturer span:last-child::after {
      content: none; }
    .p-main .p-section .p-table.p-table--p > tbody tr td.p-p_buttons {
      white-space: nowrap;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column; }
      .p-main .p-section .p-table.p-table--p > tbody tr td.p-p_buttons .p-button--s {
        margin-bottom: 0.3rem; }
        .p-main .p-section .p-table.p-table--p > tbody tr td.p-p_buttons .p-button--s:last-child {
          margin-bottom: -0px; }
    .p-main .p-section .p-table.p-table--p > tbody tr:last-child td {
      border-bottom: 1px solid #eee; }
    @media (max-width: 1024px) {
      .p-main .p-section .p-table.p-table--p {
        display: block;
        margin-left: -1rem;
        margin-right: -1rem;
        width: calc( 100% + 2rem); }
        .p-main .p-section .p-table.p-table--p thead,
        .p-main .p-section .p-table.p-table--p tbody,
        .p-main .p-section .p-table.p-table--p tr,
        .p-main .p-section .p-table.p-table--p th,
        .p-main .p-section .p-table.p-table--p td {
          display: block; }
        .p-main .p-section .p-table.p-table--p > thead {
          background-color: #F6F6F6; }
          .p-main .p-section .p-table.p-table--p > thead th {
            padding: 1rem; }
            .p-main .p-section .p-table.p-table--p > thead th a {
              display: none; }
            .p-main .p-section .p-table.p-table--p > thead th.p-p_date, .p-main .p-section .p-table.p-table--p > thead th.p-p_name, .p-main .p-section .p-table.p-table--p > thead th.p-p_contractor, .p-main .p-section .p-table.p-table--p > thead th.p-p_manufacturer, .p-main .p-section .p-table.p-table--p > thead th.p-p_common, .p-main .p-section .p-table.p-table--p > thead th.p-p_owned, .p-main .p-section .p-table.p-table--p > thead th:last-child {
              display: none; }
        .p-main .p-section .p-table.p-table--p > tbody tr {
          display: -webkit-flex;
          display: flex; }
        .p-main .p-section .p-table.p-table--p > tbody td {
          padding: 1rem; }
          .p-main .p-section .p-table.p-table--p > tbody td a {
            text-decoration: underline;
            color: #333; }
          .p-main .p-section .p-table.p-table--p > tbody td.p-p_date, .p-main .p-section .p-table.p-table--p > tbody td.p-p_contractor, .p-main .p-section .p-table.p-table--p > tbody td.p-p_manufacturer, .p-main .p-section .p-table.p-table--p > tbody td.p-p_common, .p-main .p-section .p-table.p-table--p > tbody td.p-p_owned, .p-main .p-section .p-table.p-table--p > tbody td.p-p_buttons {
            display: none !important; }
          .p-main .p-section .p-table.p-table--p > tbody td.p-p_check {
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center; }
          .p-main .p-section .p-table.p-table--p > tbody td.p-p_name {
            position: relative;
            padding-right: 2rem;
            width: 100%; }
            .p-main .p-section .p-table.p-table--p > tbody td.p-p_name span {
              display: block;
              margin-bottom: 0.3rem;
              font-weight: 500; }
            .p-main .p-section .p-table.p-table--p > tbody td.p-p_name::after {
              content: "\e90f";
              font-family: "admin";
              position: absolute;
              top: 50%;
              right: 1rem;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              width: 10px;
              font-size: 10px;
              font-size: 0.625rem;
              color: #808080; } }
    .p-main .p-section .p-table-nav {
      margin-bottom: 0.5rem; }
      .p-main .p-section .p-table-nav .p-buttons {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start; }
        .p-main .p-section .p-table-nav .p-buttons .p-button {
          margin-right: 10px;
          width: 100%; }
          .p-main .p-section .p-table-nav .p-buttons .p-button:last-child {
            margin-right: 0; }
      .p-main .p-section .p-table-nav .p-form__search input[type='text'] {
        padding: 0.2rem 0.5rem 0 1.5rem; }
      @media (max-width: 991.98px) {
        .p-main .p-section .p-table-nav .p-form__search {
          margin-left: 10px; } }
      @media (max-width: 991.98px) {
        .p-main .p-section .p-table-nav.p-table-nav--2 .p-buttons {
          display: block; }
          .p-main .p-section .p-table-nav.p-table-nav--2 .p-buttons .p-button {
            margin-bottom: 0.5rem;
            width: auto; }
        .p-main .p-section .p-table-nav.p-table-nav--2 .p-form__search {
          margin-left: 0; } }
    .p-main .p-section .p-section__item {
      margin-bottom: 3rem; }
      .p-main .p-section .p-section__item:last-child {
        margin-bottom: 0; }
      .p-main .p-section .p-section__item .p-section__item__title {
        margin-bottom: 0;
        padding: 1rem;
        background-color: #F6F6F6;
        border-bottom: 1px solid #eee;
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: 700;
        color: #808080; }
      @media (max-width: 991.98px) {
        .p-main .p-section .p-section__item {
          margin-right: -1rem;
          margin-left: -1rem; } }
      .p-main .p-section .p-section__item .p-section__item__body.p-section__item__body--border {
        position: relative;
        margin: 1rem 0;
        padding: 1.5rem;
        border: 1px solid #ccc; }
        .p-main .p-section .p-section__item .p-section__item__body.p-section__item__body--border .p-button {
          position: absolute;
          top: 1rem;
          right: 1rem; }
        .p-main .p-section .p-section__item .p-section__item__body.p-section__item__body--border .p-section__item__table .p-section__item__tr:last-child {
          border-bottom: none; }
        .p-main .p-section .p-section__item .p-section__item__body.p-section__item__body--border .p-section__item__body__title {
          padding: 0.5rem 1rem;
          background-color: #F6F6F6;
          border-bottom: 1px solid #eee;
          font-size: 12px;
          font-size: 0.75rem;
          font-weight: 700;
          color: #808080; }
        @media (max-width: 991.98px) {
          .p-main .p-section .p-section__item .p-section__item__body.p-section__item__body--border {
            margin-right: 1rem;
            margin-left: 1rem;
            padding: 0rem; }
            .p-main .p-section .p-section__item .p-section__item__body.p-section__item__body--border .p-section__item__table {
              padding-top: 1rem; } }
      .p-main .p-section .p-section__item .p-section__item__body .p-section__item__table {
        font-size: 13px;
        font-size: 0.8125rem; }
        .p-main .p-section .p-section__item .p-section__item__body .p-section__item__table .p-label {
          font-size: 11px;
          font-size: 0.6875rem; }
        .p-main .p-section .p-section__item .p-section__item__body .p-section__item__table .p-section__item__tr {
          padding: 1rem 0;
          border-bottom: 1px solid #eee; }
      @media (max-width: 991.98px) {
        .p-main .p-section .p-section__item .p-section__item__body .p-section__item__table [class^="col-"] {
          margin-bottom: 0.5rem; }
          .p-main .p-section .p-section__item .p-section__item__body .p-section__item__table [class^="col-"]:last-child {
            margin-bottom: 0; }
        .p-main .p-section .p-section__item .p-section__item__body .p-section__item__table .p-section__item__tr .p-section__item__th {
          font-size: 12px;
          font-size: 0.75rem; }
        .p-main .p-section .p-section__item .p-section__item__body .p-section__item__table .p-section__item__tr .p-section__item__td {
          font-size: 12px;
          font-size: 0.75rem; } }
      .p-main .p-section .p-section__item.p-section__item--form .p-section__item__body .p-section__item__table .p-section__item__tr .p-section__item__th {
        padding-top: 0.5rem; }
      .p-main .p-section .p-section__item.p-section__item--form .p-section__item__body .p-section__item__table .p-section__item__tr .p-section__item__td .row {
        -webkit-align-items: center;
        align-items: center; }

/* =============================================================================
  フォーム
  ========================================================================== */
.p-form input[type='text'],
.p-form input[type='password'],
.p-form input[type='tel'],
.p-form input[type='email'] {
  vertical-align: top;
  padding: 0 0.5rem;
  width: 100%;
  height: 35px;
  border: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .p-form input[type='text']:hover, .p-form input[type='text']:active, .p-form input[type='text']:focus,
  .p-form input[type='password']:hover,
  .p-form input[type='password']:active,
  .p-form input[type='password']:focus,
  .p-form input[type='tel']:hover,
  .p-form input[type='tel']:active,
  .p-form input[type='tel']:focus,
  .p-form input[type='email']:hover,
  .p-form input[type='email']:active,
  .p-form input[type='email']:focus {
    outline: none; }

.p-form input[type='text']:disabled,
.p-form input[type='password']:disabled,
.p-form input[type='tel']:disabled,
.p-form input[type='email']:disabled {
  background-color: #ececec; }

.p-form textarea {
  padding: 0.5rem;
  width: 100%;
  border: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.p-form select {
  position: relative;
  padding: 0.5rem 2rem 0.5rem 1rem;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  background: #fff;
  background-image: url(../img/icon_sort.png);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.p-form .p-file input[type="file" i]::-webkit-file-upload-button {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  height: 35px;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #F6F6F6;
  outline: none; }

@media (max-width: 767px) {
  .p-form .p-file input[type="file" i]::-webkit-file-upload-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; } }

.p-form__search {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem; }
  .p-form__search [type='submit'] {
    position: absolute;
    top: 50%;
    left: 0.5rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    display: block;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: center;
    line-height: 1; }

.p-form__suggest {
  padding-left: 2rem !important;
  background-image: url(../img/icon_search.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left 10px top 50%; }

.p-datepicker-input {
  cursor: pointer;
  width: 140px !important;
  background-image: url(../img/icon_calendar.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: right 10px top 50%; }

/* =============================================================================
  ログイン
  ========================================================================== */
.p-login {
  height: 100vh; }
  .p-login .row {
    height: 100%; }
  .p-login .p-panel {
    padding: 3rem 0;
    background-color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: rgba(160, 160, 160, 0.1) 2px 2px 5px 1px;
    -moz-box-shadow: rgba(160, 160, 160, 0.1) 2px 2px 5px 1px;
    box-shadow: rgba(160, 160, 160, 0.1) 2px 2px 5px 1px;
    text-align: center; }
    .p-login .p-panel .p-logo img {
      display: block;
      margin: 0 auto 2rem auto;
      width: 180px; }
    .p-login .p-panel .p-logo h1 {
      margin-bottom: 2rem;
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 700;
      color: #606060; }
    @media (max-width: 991.98px) {
      .p-login .p-panel {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; } }
  .p-login .p-form input {
    height: 45px;
    width: 100%; }
  .p-login .p-form input[type="submit"] {
    height: 50px; }
  .p-login .p-form label {
    display: block;
    margin-bottom: 1rem;
    font-weight: 700; }
    .p-login .p-form label:last-of-type {
      margin-bottom: 1.5rem; }
  @media (max-width: 991.98px) {
    .p-login .p-panel {
      padding: 2rem; } }
  @media (max-width: 767.98px) {
    .p-login .p-panel {
      margin-top: -10rem;
      padding: 1.5rem; } }
/* =============================================================================
  物件詳細
  ========================================================================== */
.p-room-number {
  display: inline-block; }
  .p-room-number ul {
    display: none; }
  .p-room-number a {
    color: #333; }
    .p-room-number a .p-icon {
      padding-right: 0;
      transition: all 0.2s ease; }
    .p-room-number a.is-open .p-icon {
      transform: rotate(180deg); }

.p-section__item__list1 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  .p-section__item__list1 li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap; }
    .p-section__item__list1 li::after {
      content: "\e90f";
      padding: 0 0.5rem;
      font-family: "admin";
      font-size: 10px;
      font-size: 0.625rem;
      color: #808080; }
    .p-section__item__list1 li:last-child::after {
      content: none; }
  @media (max-width: 991.98px) {
    .p-section__item__list1 {
      display: block; }
      .p-section__item__list1 li {
        display: block; }
        .p-section__item__list1 li::after {
          content: "\e90e";
          display: block;
          padding: 0.5rem; } }
/* =============================================================================
  作業工程表
  ========================================================================== */
.p-process-memo {
  @media (max-width: 767.98px) {
      margin-right: 1rem;
      margin-left: 1rem;
  }
}
.p-schedule-link {
  margin-top: 2.5rem; }
  .p-schedule-link ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 0; }
    .p-schedule-link ul li {
      list-style: none;
      margin: 0 0 5px 0;
      padding: 0 5px;
      width: calc(100% / 6); }
      .p-schedule-link ul li .p-button {
        width: 100%; }
  @media (max-width: 1199.98px) {
    .p-schedule-link ul li {
      width: calc(100% / 4); } }
  @media (max-width: 991.98px) {
    .p-schedule-link {
      margin-top: 1rem;
      margin-right: 1rem;
      margin-left: 1rem; }
      .p-schedule-link ul li {
        width: calc(100% / 3); } }
  @media (max-width: 767.98px) {
    .p-schedule-link ul li {
      width: calc(100% / 2); } }
.p-section--work-list {
  /*
  @include media-breakpoint-down(md) {
    .p-section__header {
      margin-bottom: 0!important;
      .p-section__heading {
        margin-bottom: 1rem!important;
      }
    }
    .p-work {
      margin-bottom: 1rem;
      .p-work__header {
        margin-bottom: 1rem;
        padding-top: 1rem;
        border: none;
        &::after {
          transition:all 0.2s ease;
          pointer-events: none;
          position: absolute;
          top: 1.2rem;
          right: 1rem;
          content: "\e90e";
          font-family: "admin";
          @include fontsize(13);
          color: #808080;
        }
        &.is-open {
          &::after {
            transform: rotate(180deg);
          }
        }
        &:before {
          margin-right: -1rem;
          margin-left: -1rem;
          width: calc(100% + 2rem);
          height: 1px;
          background: none;
          background-color: #F1F1F3;
        }
        display: block;
        .p-work__heading {
        }
        .p-work__units {
          display: none;
        }

      }//.p-work__header

      .p-work__body {
        display: none;
        .p-work__units {
          @include display-flex;
          margin-bottom: 1rem;
        }
        .p-table--w {
          display: block;
          tbody,tr {
            display: block!important;
          }
          thead {
            display: none;
          }

          td {
            padding: 0;
            border-top:none;
          }

          tbody {
            tr {
              position: relative;
              margin-bottom: 2rem;
              border-top: 1px solid #eee;

              &.is-signal {
                td {
                  .p-th {
                    background-color: transparent!important;
                  }
                }
              }

              &.is-close {
                td {
                  &:after {
                    content: none;
                  }
                  .p-th {
                    background-color: #F6F6F6!important;
                  }
                }
                &::before {
                  pointer-events: none;
                  content: "";
                  opacity: 0.5;
                  position: absolute;
                  top: 0;
                  left: 0;
                  z-index: 1;
                  display: block;
                  width: 100%;
                  height: 100%;
                  @include background-image( linear-gradient( $_gradient-master ) );
                }
                .p-table--w__status {
                  display: block;
                  position: absolute;
                  top:50%;
                  left: 50%;
                  @include translate(-50%, -50%);
                  z-index: 2;
                  border-bottom: none;
                }
              }
            }
            td {
              @include display-flex;
              // border-bottom: none;

              .p-th {
                display: block;
                padding:1rem 0.5rem;
                width: 25%;
                @include fontsize(12);
                background-color: #F6F6F6;
              }
              .p-td {
                padding:1rem 0 1rem 1rem;
                width:75%;
              }
            }
          }
          .p-table--w__status {
            display: none;
          }
          .p-table--w__group {
            .p-th {
              @include display-flex;
              @include align-items(center);
            }
          }
          .p-table--w__room-number {
          }
          .p-table--w__receiving {
          }
          .p-table--w__photo {
          }
          .p-table--w__remarks {
            .p-table--w__remarks__title {
            }
            .p-table--w__remarks__admin {
            }
            .p-table--w__remarks__user {
              .p-table--w__remarks__title {
              }
            }
          }
        }//.p-table--w
      }//.p-work__body

    }//.p-work
  }//@include media-breakpoint-down(md)

*/ }
  .p-section--work-list .p-work {
    position: relative;
    margin-bottom: 3rem; }
    .p-section--work-list .p-work:last-child {
      margin-bottom: 0; }
    .p-section--work-list .p-work .p-work__header {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
      margin-bottom: 1.5rem;
      padding-top: 1.5rem;
      border-top: 3px solid #eee; }
      .p-section--work-list .p-work .p-work__header:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 186px;
        height: 3px;
        background-image: -owg-linear-gradient(#7dc2e5, #53AFE8);
        background-image: -webkit-linear-gradient(#7dc2e5, #53AFE8);
        background-image: -moz-linear-gradient(#7dc2e5, #53AFE8);
        background-image: -o-linear-gradient(#7dc2e5, #53AFE8);
        background-image: linear-gradient(#7dc2e5, #53AFE8); }
      .p-section--work-list .p-work .p-work__header .p-work__heading {
        font-size: 17px;
        font-size: 1.0625rem;
        font-weight: 700;
        color: #606060; }
        .p-section--work-list .p-work .p-work__header .p-work__heading .p-icon {
          background-image: -owg-linear-gradient(#7dc2e5, #53AFE8);
          background-image: -webkit-linear-gradient(#7dc2e5, #53AFE8);
          background-image: -moz-linear-gradient(#7dc2e5, #53AFE8);
          background-image: -o-linear-gradient(#7dc2e5, #53AFE8);
          background-image: linear-gradient(#7dc2e5, #53AFE8);
          -webkit-background-clip: text;
          -moz-background-clip: text;
          background-clip: text;
          -webkit-text-fill-color: transparent; }
      @media (max-width: 991.98px) {
        .p-section--work-list .p-work .p-work__header {
          margin-bottom: 1rem; }
          .p-section--work-list .p-work .p-work__header .p-work__heading {
            font-size: 16px;
            font-size: 1rem; } }
    .p-section--work-list .p-work .p-work__units {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      font-size: 13px;
      font-size: 0.8125rem; }
      .p-section--work-list .p-work .p-work__units span {
        padding-right: 0.5rem; }
      .p-section--work-list .p-work .p-work__units .p-form {
        display: -webkit-flex;
        display: flex; }
        .p-section--work-list .p-work .p-work__units .p-form input[type="text"] {
          margin-right: 0.5rem;
          width: 50px;
          text-align: center; }
      @media (max-width: 991.98px) {
        .p-section--work-list .p-work .p-work__units {
          display: block;
          font-size: 11px;
          font-size: 0.6875rem; }
          .p-section--work-list .p-work .p-work__units span {
            display: block;
            margin-bottom: 0.2rem; } }
    .p-section--work-list .p-work .p-work__body .text-option {
      font-size: 12px;
      font-size: 0.75rem; }
    .p-section--work-list .p-work .p-work__body .p-work__units {
      display: none; }
    .p-section--work-list .p-work .p-work__body .p-table--w th {
      padding: 1rem 0.5rem;
      border: 1px solid #000;
      text-align: center; }
    .p-section--work-list .p-work .p-work__body .p-table--w td {
      cursor: pointer;
      padding: 1.5rem 0.5rem;
      border: 1px solid #000;
      text-align: center; }
    .p-section--work-list .p-work .p-work__body .p-table--w thead tr {
      background-color: #F6F6F6; }
    .p-section--work-list .p-work .p-work__body .p-table--w thead th {
      white-space: nowrap;
      border-bottom: 1px solid #000;
      font-size: 12px;
      font-size: 0.75rem;
      color: #808080; }
    .p-section--work-list .p-work .p-work__body .p-table--w tbody tr.is-signal {
      background-color: #F2BCBC; }
      .p-section--work-list .p-work .p-work__body .p-table--w tbody tr.is-signal td {
        border-color: #e4b7b7; }
    .p-section--work-list .p-work .p-work__body .p-table--w tbody tr.is-close {
      background-color: transparent; }
      .p-section--work-list .p-work .p-work__body .p-table--w tbody tr.is-close td {
        position: relative;
        border-color: #7d7d7d; }
        .p-section--work-list .p-work .p-work__body .p-table--w tbody tr.is-close td:after {
          pointer-events: none;
          opacity: 0.5;
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          display: block;
          width: 100%;
          height: 100%;
          background-color: #53AFE8; }
      .p-section--work-list .p-work .p-work__body .p-table--w tbody tr.is-close .p-table--w__room-number::before {
        content: "完了";
        position: absolute;
        top: 50%;
        left: 290%;
        z-index: 2;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        padding: 0.5rem 1.5rem;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        background-color: #FFAB4A;
        border-radius: 25px;
        color: #fff; }
    .p-section--work-list .p-work .p-work__body .p-table--w tbody td {
      border-bottom: 1px solid #000; }
    .p-section--work-list .p-work .p-work__body .p-table--w .p-table--w__group {
      white-space: nowrap;
      width: 100px; }
    .p-section--work-list .p-work .p-work__body .p-table--w .p-table--w__room-number {
      white-space: nowrap; }
      .p-section--work-list .p-work .p-work__body .p-table--w .p-table--w__room-number a {
        text-decoration: underline;
        color: #333; }
    .p-section--work-list .p-work .p-work__body .p-table--w .p-table--w__receiving {
      background-color: #F2BCBC; }
      .p-section--work-list .p-work .p-work__body .p-table--w .p-table--w__receiving.is-active {
        background-color: #BCF2BE; }
    .p-section--work-list .p-work .p-work__body .p-table--w .p-table--w__photo {
      white-space: nowrap; }
    .p-section--work-list .p-work .p-work__body .p-table--w .p-table--w__remarks {
      width: 200px; }
      .p-section--work-list .p-work .p-work__body .p-table--w .p-table--w__remarks span {
        text-decoration: underline; }
    @media (max-width: 991.98px) {
      .p-section--work-list .p-work .p-work__body .p-table--w {
        table-layout: auto; }
        .p-section--work-list .p-work .p-work__body .p-table--w th {
          padding: 0.5rem 0.2rem;
          font-size: 11px;
          font-size: 0.6875rem; }
        .p-section--work-list .p-work .p-work__body .p-table--w td {
          padding: 0.5rem 0.2rem; }
        .p-section--work-list .p-work .p-work__body .p-table--w .p-table--w__group {
          white-space: nowrap;
          width: auto; }
          .p-section--work-list .p-work .p-work__body .p-table--w .p-table--w__group .p-form select {
            padding: 0.5rem 1.5rem 0.5rem 0.5rem;
            font-size: 11px;
            font-size: 0.6875rem; }
        .p-section--work-list .p-work .p-work__body .p-table--w .p-table--w__room-number {
          white-space: nowrap; }
          .p-section--work-list .p-work .p-work__body .p-table--w .p-table--w__room-number a {
            text-decoration: underline;
            color: #333; }
        .p-section--work-list .p-work .p-work__body .p-table--w .p-table--w__photo .p-button {
          line-height: 1;
          height: auto;
          padding: 0.2rem;
          font-size: 11px;
          font-size: 0.6875rem; }
        .p-section--work-list .p-work .p-work__body .p-table--w .p-table--w__remarks {
          width: 80px;
          font-size: 11px;
          font-size: 0.6875rem; }
          .p-section--work-list .p-work .p-work__body .p-table--w .p-table--w__remarks span {
            display: block;
            width: 80px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; } }
/* =============================================================================
  作業工程表 - 詳細
  ========================================================================== */
.p-user-info .p-section__item__title {
  position: relative;
  cursor: pointer; }
  .p-user-info .p-section__item__title::after {
    transition: all 0.2s ease;
    pointer-events: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
    content: "\e90e";
    font-family: "admin";
    font-size: 13px;
    font-size: 0.8125rem;
    color: #808080; }
  .p-user-info .p-section__item__title.is-open::after {
    transform: rotate(180deg); }

.p-user-info .p-section__item__body {
  display: none; }

.p-reschedule .p-schedule-date {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #606060; }
  .p-reschedule .p-schedule-date .p-icon {
    background-image: -owg-linear-gradient(#7dc2e5, #53AFE8);
    background-image: -webkit-linear-gradient(#7dc2e5, #53AFE8);
    background-image: -moz-linear-gradient(#7dc2e5, #53AFE8);
    background-image: -o-linear-gradient(#7dc2e5, #53AFE8);
    background-image: linear-gradient(#7dc2e5, #53AFE8);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; }

.p-reschedule .p-history .p-history__title {
  position: relative;
  padding: 0.5rem;
  border: 1px solid #E4E4E4;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }
  .p-reschedule .p-history .p-history__title::after {
    transition: all 0.2s ease;
    pointer-events: none;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    content: "\e90e";
    font-family: "admin";
    font-size: 13px;
    font-size: 0.8125rem;
    color: #808080;
    transform: rotate(180deg); }
  .p-reschedule .p-history .p-history__title.is-open::after {
    transform: rotate(0deg); }

.p-reschedule .p-history .p-history__body {
  border: 1px solid #E4E4E4;
  border-top: none; }
  .p-reschedule .p-history .p-history__body .p-table {
    margin-bottom: 0; }
    .p-reschedule .p-history .p-history__body .p-table th, .p-reschedule .p-history .p-history__body .p-table td {
      vertical-align: top;
      padding: 0.5rem; }
    .p-reschedule .p-history .p-history__body .p-table .p-histrory_request a {
      display: block;
      font-weight: 700;
      text-decoration: underline;
      color: #333; }
    .p-reschedule .p-history .p-history__body .p-table .p-history__memo {
      white-space: normal;
      width: 300px; }
    .p-reschedule .p-history .p-history__body .p-table thead th {
      white-space: nowrap;
      background-color: #F6F6F6;
      font-weight: 500;
      border-top: none;
      border-bottom: none; }
    .p-reschedule .p-history .p-history__body .p-table tbody td:not(.p-history__memo) {
      white-space: nowrap; }

/* =============================================================================
  工事写真台帳
  ========================================================================== */
.p-table--i thead th, .p-table--i thead td {
  white-space: nowrap;
  vertical-align: middle;
  border-bottom: none;
  border-top: none;
  border: 1px solid #eee;
  background-color: #F6F6F6;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-align: center;
  color: #808080; }

.p-table--i tbody td {
  position: relative;
  white-space: nowrap;
  text-align: center;
  border: 1px solid #eee; }
  .p-table--i tbody td .p-preview-image img {
    display: block;
    margin: 0 auto 5px auto;
    width: 64px; }

.p-table--i tbody tr.is-close td a, .p-table--i tbody tr.is-close td .p-preview-image {
  position: relative;
  z-index: 2; }

.p-table--i tbody tr.is-close td::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -owg-linear-gradient(#7dc2e5, #53AFE8);
  background-image: -webkit-linear-gradient(#7dc2e5, #53AFE8);
  background-image: -moz-linear-gradient(#7dc2e5, #53AFE8);
  background-image: -o-linear-gradient(#7dc2e5, #53AFE8);
  background-image: linear-gradient(#7dc2e5, #53AFE8); }

/* =============================================================================
  写真管理
  ========================================================================== */
.p-detail-image {
  vertical-align: top; }
  .p-detail-image img {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px; }
  .p-detail-image .p-button {
    vertical-align: top; }

/* =============================================================================
  住民情報
  ========================================================================== */
.p-table.p-table--u thead {
  background-color: #F6F6F6; }
  .p-table.p-table--u thead th {
    white-space: nowrap;
    padding: 1rem 0.75rem;
    border-top: none;
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
    color: #808080; }
    .p-table.p-table--u thead th a {
      color: #808080; }

.p-table.p-table--u > tbody tr td.p-u_room-number {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700; }
  .p-table.p-table--u > tbody tr td.p-u_room-number span {
    display: none; }
  .p-table.p-table--u > tbody tr td.p-u_room-number a {
    text-decoration: underline;
    color: #333; }

.p-table.p-table--u > tbody tr td.p-p_buttons {
  white-space: nowrap; }
  .p-table.p-table--u > tbody tr td.p-p_buttons .p-button--s {
    margin-bottom: 0.5rem; }
    .p-table.p-table--u > tbody tr td.p-p_buttons .p-button--s:last-child {
      margin-bottom: -0px; }

.p-table.p-table--u > tbody tr:last-child td {
  border-bottom: 1px solid #eee; }

/* =============================================================================
  工事進捗情報
  ========================================================================== */
.p-chart .chart .pie {
  background-color: #53AFE8; }

.p-chart .chart .donut-chart {
  background-color: #DFDFDF; }
  .p-chart .chart .donut-chart .mask {
    margin-left: 0;
    background: none;
    background-color: #DFDFDF !important; }
  .p-chart .chart .donut-chart::after {
    width: 65%;
    height: 65%;
    background-color: #fff; }
  .p-chart .chart .donut-chart p::after {
    content: "%"; }

/* =============================================================================
  ユーザー管理
  ========================================================================== */
.p-table--u thead th {
  white-space: nowrap; }
  .p-table--u thead th a {
    color: #808080; }

.p-table--u tbody td {
  white-space: nowrap; }

.p-u_company a {
  text-decoration: underline;
  color: #333; }

/* =============================================================================
  完成写真
  ========================================================================== */
.p-complete-photo .p-complete-photo__item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee; }
  .p-complete-photo .p-complete-photo__item:first-child {
    border-top: 1px solid #eee;
    margin-top: 1rem;
    padding-top: 2rem; }
  .p-complete-photo .p-complete-photo__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .p-complete-photo .p-complete-photo__item table th, .p-complete-photo .p-complete-photo__item table td {
    padding: 0.5rem 0;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
    vertical-align: top; }
  .p-complete-photo .p-complete-photo__item table .p-table-input-th {
    padding-top: 1rem; }
  @media (max-width: 767px) {
    .p-complete-photo .p-complete-photo__item table {
      margin-top: 1rem; } }
/* ************************************************************************

Admin用

************************************************************************ */
body.admin .p-button.p-button--theme {
  background-image: -owg-linear-gradient(#75CB96, #6BCB9F);
  background-image: -webkit-linear-gradient(#75CB96, #6BCB9F);
  background-image: -moz-linear-gradient(#75CB96, #6BCB9F);
  background-image: -o-linear-gradient(#75CB96, #6BCB9F);
  background-image: linear-gradient(#75CB96, #6BCB9F); }

body.admin .p-page-control li.is-active span {
  background-image: -owg-linear-gradient(#75CB96, #6BCB9F);
  background-image: -webkit-linear-gradient(#75CB96, #6BCB9F);
  background-image: -moz-linear-gradient(#75CB96, #6BCB9F);
  background-image: -o-linear-gradient(#75CB96, #6BCB9F);
  background-image: linear-gradient(#75CB96, #6BCB9F); }

@media (max-width: 991.98px) {
  body.admin .p-header .p-site-branding {
    background-image: -owg-linear-gradient(#75CB96, #6BCB9F);
    background-image: -webkit-linear-gradient(#75CB96, #6BCB9F);
    background-image: -moz-linear-gradient(#75CB96, #6BCB9F);
    background-image: -o-linear-gradient(#75CB96, #6BCB9F);
    background-image: linear-gradient(#75CB96, #6BCB9F); } }

body.admin .p-sidebar .p-site-branding {
  background-image: -owg-linear-gradient(#75CB96, #6BCB9F);
  background-image: -webkit-linear-gradient(#75CB96, #6BCB9F);
  background-image: -moz-linear-gradient(#75CB96, #6BCB9F);
  background-image: -o-linear-gradient(#75CB96, #6BCB9F);
  background-image: linear-gradient(#75CB96, #6BCB9F); }

body.admin .p-menu .p-icon {
  background-image: -owg-linear-gradient(#75CB96, #6BCB9F);
  background-image: -webkit-linear-gradient(#75CB96, #6BCB9F);
  background-image: -moz-linear-gradient(#75CB96, #6BCB9F);
  background-image: -o-linear-gradient(#75CB96, #6BCB9F);
  background-image: linear-gradient(#75CB96, #6BCB9F); }

@media all and (-ms-high-contrast: none) {
  body.admin .p-menu {
    /* IE10,11用 */ }
    body.admin .p-menu .p-icon {
      background-image: none;
      color: #6BCB9F; } }

body.admin .p-menu > li.is-open > a::before, body.admin .p-menu > li.is-active > a::before {
  background-image: -owg-linear-gradient(#75CB96, #6BCB9F);
  background-image: -webkit-linear-gradient(#75CB96, #6BCB9F);
  background-image: -moz-linear-gradient(#75CB96, #6BCB9F);
  background-image: -o-linear-gradient(#75CB96, #6BCB9F);
  background-image: linear-gradient(#75CB96, #6BCB9F); }

body.admin .p-main .p-section .p-section__header .p-section__heading::before {
  background-image: -owg-linear-gradient(#75CB96, #6BCB9F);
  background-image: -webkit-linear-gradient(#75CB96, #6BCB9F);
  background-image: -moz-linear-gradient(#75CB96, #6BCB9F);
  background-image: -o-linear-gradient(#75CB96, #6BCB9F);
  background-image: linear-gradient(#75CB96, #6BCB9F); }

body.admin .p-section--work-list .p-work .p-work__header:before {
  background-image: -owg-linear-gradient(#75CB96, #6BCB9F);
  background-image: -webkit-linear-gradient(#75CB96, #6BCB9F);
  background-image: -moz-linear-gradient(#75CB96, #6BCB9F);
  background-image: -o-linear-gradient(#75CB96, #6BCB9F);
  background-image: linear-gradient(#75CB96, #6BCB9F); }

@media (max-width: 991.98px) {
  body.admin .p-section--work-list .p-work .p-work__header::before {
    background: none;
    background-color: #F1F1F3; } }

body.admin .p-section--work-list .p-work .p-work__header .p-work__heading .p-icon {
  background-image: -owg-linear-gradient(#75CB96, #6BCB9F);
  background-image: -webkit-linear-gradient(#75CB96, #6BCB9F);
  background-image: -moz-linear-gradient(#75CB96, #6BCB9F);
  background-image: -o-linear-gradient(#75CB96, #6BCB9F);
  background-image: linear-gradient(#75CB96, #6BCB9F); }

body.admin .p-section--work-list .p-work .p-work__body .p-table--w tbody tr.is-close td:after {
  background-image: -owg-linear-gradient(#75CB96, #6BCB9F);
  background-image: -webkit-linear-gradient(#75CB96, #6BCB9F);
  background-image: -moz-linear-gradient(#75CB96, #6BCB9F);
  background-image: -o-linear-gradient(#75CB96, #6BCB9F);
  background-image: linear-gradient(#75CB96, #6BCB9F); }

@media (max-width: 991.98px) {
  body.admin .p-section--work-list .p-work .p-work__body .p-table--w tbody tr.is-close::before {
    background-image: -owg-linear-gradient(#75CB96, #6BCB9F);
    background-image: -webkit-linear-gradient(#75CB96, #6BCB9F);
    background-image: -moz-linear-gradient(#75CB96, #6BCB9F);
    background-image: -o-linear-gradient(#75CB96, #6BCB9F);
    background-image: linear-gradient(#75CB96, #6BCB9F); } }

body.admin .p-reschedule .p-schedule-date .p-icon {
  background-image: -owg-linear-gradient(#75CB96, #6BCB9F);
  background-image: -webkit-linear-gradient(#75CB96, #6BCB9F);
  background-image: -moz-linear-gradient(#75CB96, #6BCB9F);
  background-image: -o-linear-gradient(#75CB96, #6BCB9F);
  background-image: linear-gradient(#75CB96, #6BCB9F); }

body.admin .p-table--i tbody tr.is-close td::after {
  background-image: -owg-linear-gradient(#75CB96, #6BCB9F);
  background-image: -webkit-linear-gradient(#75CB96, #6BCB9F);
  background-image: -moz-linear-gradient(#75CB96, #6BCB9F);
  background-image: -o-linear-gradient(#75CB96, #6BCB9F);
  background-image: linear-gradient(#75CB96, #6BCB9F); }

body.admin .p-chart .chart .pie {
  background-color: #6BCB9F; }

/* ************************************************************************

User用

************************************************************************ */
body.user {
  background-image: none;
  /* =============================================================================
  共通
  ========================================================================== */
  /* =============================================================================
  ログイン
  ========================================================================== */
  /* =============================================================================
  トップページ
  ========================================================================== */
  /* =============================================================================
  お客様情報の登録
  ========================================================================== */
  /* =============================================================================
  日程予約
  ========================================================================== */
  /* =============================================================================
  FAQ
  ========================================================================== */ }
  body.user .p-table--option.p-table--option--confirm td {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  body.user .p-table--option th:first-child {
    width: 36px; }
  body.user .p-table--option .p-option_image {
    width: 64px; }
    body.user .p-table--option .p-option_image img {
      max-width: 64px; }
  body.user .p-table--option .p-option_quantity {
    width: 64px; }
  body.user .p-login .p-panel {
    margin-top: 0; }
  body.user .p-account-popover {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding: 0.8rem 0 0.5rem 0; }
    body.user .p-account-popover div {
      padding-right: 2rem;
      padding-left: 2rem; }
    body.user .p-account-popover .p-icon {
      background-image: -owg-linear-gradient(#7dc2e5, #53AFE8);
      background-image: -webkit-linear-gradient(#7dc2e5, #53AFE8);
      background-image: -moz-linear-gradient(#7dc2e5, #53AFE8);
      background-image: -o-linear-gradient(#7dc2e5, #53AFE8);
      background-image: linear-gradient(#7dc2e5, #53AFE8);
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent; }
    @media all and (-ms-high-contrast: none) {
      body.user .p-account-popover {
        /* IE10,11用 */ }
        body.user .p-account-popover .p-icon {
          background: none;
          color: #53AFE8; } }
  body.user > .p-footer {
    margin-top: 2.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #fff;
    border-top: 1px solid #EEEEEE; }
    body.user > .p-footer .p-login__tel-title {
      margin-bottom: 0.5rem;
      font-size: 14px;
      font-size: 0.875rem; }
    body.user > .p-footer .p-login__tel {
      margin-bottom: 0.5rem;
      font-size: 30px;
      font-size: 1.875rem;
      font-weight: 700;
      color: #53AFE8; }
    @media (max-width: 991.98px) {
      body.user > .p-footer {
        padding-top: 3rem;
        padding-bottom: 3rem;
        text-align: center; } }
  body.user > .p-header {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-right: 0;
    height: 140px; }
    body.user > .p-header .p-site-branding {
      width: 150px; }
    body.user > .p-header p {
      display: none;
      margin-bottom: 0; }
    body.user > .p-header .p-header__utility {
      text-align: right; }
      body.user > .p-header .p-header__utility .p-en-link {
        margin-bottom: 0.5rem;
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: 700; }
        body.user > .p-header .p-header__utility .p-en-link a {
          color: #606060; }
    body.user > .p-header .p-menu-button {
      display: none; }
    @media (max-width: 991.98px) {
      body.user > .p-header {
        height: 70px; }
        body.user > .p-header p {
          display: block;
          text-align: right;
          padding-right: 2.5rem; }
        body.user > .p-header .p-site-branding {
          background: none;
          width: auto; }
          body.user > .p-header .p-site-branding img {
            width: 35px; }
        body.user > .p-header .p-header__utility {
          display: none; }
        body.user > .p-header .p-menu-button {
          display: block; } }
  body.user .p-main > .p-header {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background-color: #333333;
    height: 140px;
    color: #fff; }
    body.user .p-main > .p-header .p-header__title {
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: 700; }
    @media (max-width: 991.98px) {
      body.user .p-main > .p-header {
        position: static;
        height: 130px; }
        body.user .p-main > .p-header .p-header__title {
          font-size: 20px;
          font-size: 1.25rem; }
        body.user .p-main > .p-header span {
          font-size: 14px;
          font-size: 0.875rem; } }
  body.user .p-main .p-section {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 2.5rem; }
  body.user .p-sp-menu {
    display: none;
    position: fixed;
    z-index: 2;
    top: 70px;
    left: 0;
    overflow: scroll;
    width: 100%;
    height: 100%;
    padding-bottom: 70px;
    background-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    background-color: #fff; }
    body.user .p-sp-menu .container {
      padding-top: 1.5rem;
      background-color: #F6F6F6; }
      body.user .p-sp-menu .container .p-menu-item {
        background-color: #fff; }
    body.user .p-sp-menu .p-nav {
      margin-bottom: 3rem; }
      body.user .p-sp-menu .p-nav a {
        color: #606060; }
      body.user .p-sp-menu .p-nav .p-icon {
        background-image: -owg-linear-gradient(#7dc2e5, #53AFE8);
        background-image: -webkit-linear-gradient(#7dc2e5, #53AFE8);
        background-image: -moz-linear-gradient(#7dc2e5, #53AFE8);
        background-image: -o-linear-gradient(#7dc2e5, #53AFE8);
        background-image: linear-gradient(#7dc2e5, #53AFE8);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent; }
      @media all and (-ms-high-contrast: none) {
        body.user .p-sp-menu .p-nav {
          /* IE10,11用 */ }
          body.user .p-sp-menu .p-nav .p-icon {
            background: none;
            color: #53AFE8; } }
      body.user .p-sp-menu .p-nav li {
        border-bottom: 1px solid #EEEEEE;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 700; }
        body.user .p-sp-menu .p-nav li a {
          padding: 1.5rem 15px; }
    body.user .p-sp-menu .p-sp-menu__link {
      margin-right: -15px;
      margin-left: -15px;
      padding-bottom: 3rem;
      background-color: #fff; }
      body.user .p-sp-menu .p-sp-menu__link .p-login__tel-title {
        margin-bottom: 0.5rem;
        font-size: 14px;
        font-size: 0.875rem; }
      body.user .p-sp-menu .p-sp-menu__link .p-login__tel {
        margin-bottom: 0.5rem;
        font-size: 30px;
        font-size: 1.875rem;
        font-weight: 700;
        color: #53AFE8; }
      body.user .p-sp-menu .p-sp-menu__link .p-en-link {
        margin-top: 3rem;
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: 700; }
        body.user .p-sp-menu .p-sp-menu__link .p-en-link a {
          color: #606060; }
  body.user .p-panel {
    background-color: #F6F6F6; }
  body.user .p-section__item__th {
    font-weight: 700; }
  body.user .p-login a {
    color: #606060; }
  body.user .p-login h1 {
    margin-bottom: 2rem;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #606060; }
    body.user .p-login h1 + p {
      margin-bottom: 2rem;
      font-size: 13px;
      font-size: 0.8125rem;
      color: #606060; }
  body.user .p-login .p-logo {
    margin: 0 auto;
    margin-bottom: 5rem;
    width: 200px; }
  body.user .p-login .p-login__tel-title {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-size: 0.875rem; }
  body.user .p-login .p-login__tel {
    margin-bottom: 0.5rem;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700; }
  body.user .p-login .p-privacy-link {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700; }
    body.user .p-login .p-privacy-link a {
      text-decoration: underline; }
  body.user .p-login .p-en-link {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700; }
  body.user .p-login .p-panel {
    overflow: hidden;
    padding: 0; }
  body.user .p-login .p-login__panel-right {
    padding: 3rem;
    background-color: #fff; }
  body.user .p-login .p-login__panel-left {
    background-image: -owg-linear-gradient(#7dc2e5, #53AFE8);
    background-image: -webkit-linear-gradient(#7dc2e5, #53AFE8);
    background-image: -moz-linear-gradient(#7dc2e5, #53AFE8);
    background-image: -o-linear-gradient(#7dc2e5, #53AFE8);
    background-image: linear-gradient(#7dc2e5, #53AFE8);
    color: #fff; }
  body.user .p-login + .p-footer {
    display: none; }
  @media (max-width: 991.98px) {
    body.user .p-login {
      height: auto;
      background-color: #fff;
      max-width: none; }
      body.user .p-login h1 {
        font-size: 17px;
        font-size: 1.0625rem; }
      body.user .p-login .p-login-wrapper {
        padding: 0; }
      body.user .p-login .p-panel {
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; }
        body.user .p-login .p-panel .p-login__panel-left {
          display: none; }
        body.user .p-login .p-panel .p-login__panel-right {
          padding: 0; }
      body.user .p-login + .p-footer {
        display: block;
        margin-top: 0; } }
  body.user .p-panel .p-schedule-date {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #606060; }
    body.user .p-panel .p-schedule-date .p-icon {
      top: 0;
      margin-right: 1rem;
      background-image: -owg-linear-gradient(#7dc2e5, #53AFE8);
      background-image: -webkit-linear-gradient(#7dc2e5, #53AFE8);
      background-image: -moz-linear-gradient(#7dc2e5, #53AFE8);
      background-image: -o-linear-gradient(#7dc2e5, #53AFE8);
      background-image: linear-gradient(#7dc2e5, #53AFE8);
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 30px;
      font-size: 1.875rem; }
    @media all and (-ms-high-contrast: none) {
      body.user .p-panel .p-schedule-date {
        /* IE10,11用 */ }
        body.user .p-panel .p-schedule-date .p-icon {
          background: none;
          color: #53AFE8; } }
  @media (max-width: 991.98px) {
    body.user .p-panel .p-schedule-date {
      font-size: 15px;
      font-size: 0.9375rem; } }
  body.user .p-expire-date {
    padding: 2rem 1.5rem; }
    body.user .p-expire-date p {
      font-size: 13px;
      font-size: 0.8125rem;
      color: #606060; }
      body.user .p-expire-date p strong {
        font-size: 16px;
        font-size: 1rem; }
    @media (max-width: 991.98px) {
      body.user .p-expire-date {
        padding: 1rem 0; }
        body.user .p-expire-date p strong {
          font-size: 14px;
          font-size: 0.875rem; } }
  body.user .p-user-menu {
    margin-bottom: 15px; }
    body.user .p-user-menu:last-child {
      margin-bottom: 0; }
    body.user .p-user-menu.row {
      margin-right: -7.5px;
      margin-left: -7.5px; }
      body.user .p-user-menu.row [class*=col-] {
        padding-right: 7.5px;
        padding-left: 7.5px; }
    body.user .p-user-menu .p-menu-item {
      position: relative;
      display: block;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      padding: 1.5rem 1.5rem;
      height: 100%;
      background-color: #F6F6F6;
      border: 1px solid #EEEEEE;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      -ms-border-radius: 16px;
      -o-border-radius: 16px;
      border-radius: 16px;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 700;
      color: #606060; }
      body.user .p-user-menu .p-menu-item::after {
        position: absolute;
        top: 50%;
        right: 1.5rem;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "\e90f";
        font-family: "admin";
        font-size: 12px;
        font-size: 0.75rem;
        color: #808080; }
      body.user .p-user-menu .p-menu-item div {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center; }
      body.user .p-user-menu .p-menu-item .p-en {
        display: block;
        margin-top: 5px;
        font-size: 13px;
        font-size: 0.8125rem; }
      body.user .p-user-menu .p-menu-item .p-icon {
        display: block;
        margin-right: 1rem;
        background-image: -owg-linear-gradient(#7dc2e5, #53AFE8);
        background-image: -webkit-linear-gradient(#7dc2e5, #53AFE8);
        background-image: -moz-linear-gradient(#7dc2e5, #53AFE8);
        background-image: -o-linear-gradient(#7dc2e5, #53AFE8);
        background-image: linear-gradient(#7dc2e5, #53AFE8);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 30px;
        font-size: 1.875rem; }
      @media all and (-ms-high-contrast: none) {
        body.user .p-user-menu .p-menu-item {
          /* IE10,11用 */ }
          body.user .p-user-menu .p-menu-item .p-icon {
            background: none;
            color: #53AFE8; } }
    @media (max-width: 991.98px) {
      body.user .p-user-menu .p-menu-item {
        padding: 1rem;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        font-size: 13px;
        font-size: 0.8125rem; }
        body.user .p-user-menu .p-menu-item .p-icon {
          font-size: 30px;
          font-size: 1.875rem; } }
  body.user .p-construction-date .p-panel {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #606060; }
    body.user .p-construction-date .p-panel li {
      margin-bottom: 0.5rem; }
  @media (max-width: 991.98px) {
    body.user .p-construction-date .p-panel {
      font-size: 13px;
      font-size: 0.8125rem; }
      body.user .p-construction-date .p-panel span {
        display: block; } }
  body.user .p-section .p-lead {
    font-size: 13px;
    font-size: 0.8125rem; }
  body.user .p-section .p-section__item .p-note {
    color: #606060; }
  body.user .p-section .p-section__item .p-section__item__table {
    border-top: 1px solid #eee; }
    body.user .p-section .p-section__item .p-section__item__table .p-section__item__tr {
      padding: 2rem 0 !important; }
  body.user .p-agree {
    margin-bottom: 2rem;
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: center; }
    body.user .p-agree label {
      display: block; }
    body.user .p-agree a {
      color: #333; }
    body.user .p-agree .small {
      font-weight: 700;
      text-decoration: underline; }
  body.user input[type="submit"][disabled] {
    opacity: 0.5;
    cursor: not-allowed; }
  body.user .p-category-anchor {
    display: -webkit-flex;
    display: flex;
    padding-bottom: 2rem;
    border-bottom: 1px solid #EEEEEE; }
    body.user .p-category-anchor a {
      color: #333; }
    body.user .p-category-anchor li {
      margin-right: 0.5rem;
      padding-right: 0.5rem;
      border-right: 1px solid #333;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1; }
      body.user .p-category-anchor li:last-child {
        margin-right: 0;
        border-right: none; }
  body.user .p-category-container {
    padding-top: 2rem;
    border-bottom: 1px solid #EEEEEE; }
    body.user .p-category-container:last-child {
      border-bottom: none; }
    body.user .p-category-container .p-category__title {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700; }
    body.user .p-category-container .p-category-item {
      margin-bottom: 2.5rem;
      padding-bottom: 2.5rem;
      border-bottom: 1px solid #EEEEEE;
      font-size: 14px;
      font-size: 0.875rem; }
      body.user .p-category-container .p-category-item:last-child {
        padding-bottom: 0;
        border-bottom: none; }
      body.user .p-category-container .p-category-item .p-category-item__q {
        position: relative;
        margin-bottom: 0;
        padding: 0 0 0.5rem 1.2rem; }
        body.user .p-category-container .p-category-item .p-category-item__q::before {
          content: "Q.";
          position: absolute;
          top: 0;
          left: 0;
          position: absolute;
          font-weight: 700; }
      body.user .p-category-container .p-category-item .p-category-item__a {
        position: relative;
        margin-bottom: 0;
        padding: 0.5rem 0 0 1.2rem;
        font-size: 13px;
        font-size: 0.8125rem; }
        body.user .p-category-container .p-category-item .p-category-item__a::before {
          content: "A.";
          position: absolute;
          top: 0.5rem;
          left: 0;
          position: absolute;
          font-weight: 700;
          font-size: 14px;
          font-size: 0.875rem; }
      body.user .p-category-container .p-category-item .p-category-item__image {
        list-style: none;
        margin: 1rem -1rem 0 0;
        padding: 0; }
        body.user .p-category-container .p-category-item .p-category-item__image li {
          float: left;
          margin-right: 1rem;
          width: calc((100% / 3) - 1rem); }
          body.user .p-category-container .p-category-item .p-category-item__image li:last-child {
            margin-right: 0; }

/* =============================================================================
  物件手動割り振り
  ========================================================================== */
.p-assign-table {
  overflow: scroll;
  padding: 30px 20px 30px 0;
  height: 500px; }

/* =============================================================================
  アプリ用ボタンスタイル
  ========================================================================== */
.p-app-button a {
  font-size: 12px;
  font-size: 0.75rem; }

.p-wrapper > .p-app-button {
  margin-bottom: 30px; }
  .p-wrapper > .p-app-button a {
    background-color: #fff; }

.p-section__item__td .p-app-button .p-button {
  width: 150px; }

.p-section__item__td .p-app-button div {
  margin-bottom: 10px; }

.p-section__item__td .p-app-button i {
  margin-right: 5px; }

.home_sample,
.home_form {
  margin: 0;
  background-image: none;
  background-color: #F6F6F6;
  padding-bottom: 100px; }
  @media (max-width: 768px) {
    .home_sample,
    .home_form {
      padding-bottom: 60px; } }
  .home_sample .l-header,
  .home_form .l-header {
    padding: 17px 28px;
    background: #fff;
    margin-bottom: 50px; }
    .home_sample .l-header .logo,
    .home_form .l-header .logo {
      width: 104px; }
  .home_sample .p-wrapper,
  .home_form .p-wrapper {
    max-width: 978px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 2.5rem;
    background-color: #fff;
    border-radius: 16px; }
    @media (max-width: 768px) {
      .home_sample .p-wrapper,
      .home_form .p-wrapper {
        width: 95%;
        padding: 2.5rem 1.5rem; } }
  .home_sample .p-section__header,
  .home_form .p-section__header {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2.5rem; }
    .home_sample .p-section__header .p-section__heading,
    .home_form .p-section__header .p-section__heading {
      -webkit-flex: 1;
      flex: 1;
      position: relative;
      margin-bottom: 0;
      padding: 0.2rem 0;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700;
      color: #606060; }
      .home_sample .p-section__header .p-section__heading:before,
      .home_form .p-section__header .p-section__heading:before {
        content: "";
        position: absolute;
        top: 0;
        left: -2.5rem;
        display: block;
        width: 3px;
        height: 100%;
        background-image: -webkit-linear-gradient(#7dc2e5, #53AFE8);
        background-image: linear-gradient(#7dc2e5, #53AFE8); }
        @media (max-width: 768px) {
          .home_sample .p-section__header .p-section__heading:before,
          .home_form .p-section__header .p-section__heading:before {
            left: -1.5rem; } }
/* =============================================================================
   home_menu
========================================================================== */
.home_menu {
  padding-top: 6.9444444444vw;
  background-color: #F6F6F6; }
  @media (max-width: 400px) {
    .home_menu {
      padding: 0;
      height: 100vh;
      background-color: #fff; } }
  .home_menu .home_menu_block {
    max-width: 380px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 2px 6px -6px rgba(0, 0, 0, 0.4);
    padding: 50px 20px 60px; }
    @media (max-width: 400px) {
      .home_menu .home_menu_block {
        border-radius: 0;
        box-shadow: none; } }
    .home_menu .home_menu_block .head,
    .home_menu .home_menu_block .body,
    .home_menu .home_menu_block .foot {
      max-width: 280px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
    .home_menu .home_menu_block .head {
      margin-bottom: 50px; }
      .home_menu .home_menu_block .head .img_logo {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 18px; }
      .home_menu .home_menu_block .head .text {
        text-align: center;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: bold;
        color: #606060; }
    .home_menu .home_menu_block .body .textlink {
      margin-top: 30px;
      text-align: center; }
      .home_menu .home_menu_block .body .textlink a {
        text-decoration: underline;
        color: #606060;
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: bold; }
    .home_menu .home_menu_block .foot {
      margin-top: 40px;
      padding-top: 30px;
      border-top: 1px solid #eee;
      text-align: center; }
      .home_menu .home_menu_block .foot .text {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        color: #606060; }
      .home_menu .home_menu_block .foot .tel {
        margin-top: 6px;
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: bold;
        padding-left: 24px;
        background-image: url(../img/icon_tel.svg);
        background-size: 20px auto;
        background-repeat: no-repeat;
        background-position: left center;
        color: #5AB2E8; }
        .home_menu .home_menu_block .foot .tel a {
          color: #5AB2E8; }
          .home_menu .home_menu_block .foot .tel a:hover {
            backface-visibility: visible;
            opacity: 0.8 !important;
            color: #53AFE8 !important; }
      .home_menu .home_menu_block .foot .time {
        color: #606060;
        margin-top: 6px;
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: bold; }
  .home_menu .mod-btn_list--home {
    display: block;
    list-style: none;
    padding: 0; }
    .home_menu .mod-btn_list--home li ~ li {
      margin-top: 20px; }
    .home_menu .mod-btn_list--home li a {
      border-radius: 4px;
      display: block;
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: bold;
      padding: 17px 10px 16px;
      text-align: center;
      line-height: 1; }
      .home_menu .mod-btn_list--home li a.new-app {
        color: #fff;
        background: linear-gradient(180deg, #7dc2e5 0%, #53afe8 100%); }
      .home_menu .mod-btn_list--home li a.login {
        color: #53AFE8;
        border: 1px solid #5AB2E8; }
        .home_menu .mod-btn_list--home li a.login:hover {
          backface-visibility: visible;
          opacity: 0.8 !important;
          color: #53AFE8 !important; }
      .home_menu .mod-btn_list--home li a:hover {
        backface-visibility: visible;
        opacity: 0.8 !important;
        color: #fff !important; }

/* =============================================================================
   form
========================================================================== */
#mfp_hidden {
  display: none; }

.mod-form input[type='text'],
.mod-form input[type='password'],
.mod-form input[type='tel'],
.mod-form input[type='email'],
.mod-form textarea {
  vertical-align: top;
  padding: 0 0.5rem;
  width: 100% !important;
  height: 35px;
  border: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.mod-form textarea {
  width: 100% !important;
  height: 175px !important; }

.mod-form .lead {
  margin-bottom: 2.5rem; }

@media (max-width: 768px) {
  .mod-form .table {
    display: block; } }

.mod-form .table + .table {
  margin-top: 30px; }

@media (max-width: 768px) {
  .mod-form .table thead {
    display: block; } }

@media (max-width: 768px) {
  .mod-form .table thead tr {
    display: block; } }

.mod-form .table thead tr th {
  font-size: 12px;
  padding: 16px 20px;
  color: #606060;
  background: #F6F6F6; }
  @media (max-width: 768px) {
    .mod-form .table thead tr th {
      display: block; } }
@media (max-width: 768px) {
  .mod-form .table tbody {
    display: block; } }

.mod-form .table tbody tr {
  border-bottom: 1px solid #eee; }
  @media (max-width: 768px) {
    .mod-form .table tbody tr {
      display: block; } }
  .mod-form .table tbody tr th {
    padding: 26px 20px 20px;
    font-size: 13px;
    width: 210px;
    color: #606060;
    vertical-align: top; }
    @media (max-width: 768px) {
      .mod-form .table tbody tr th {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-bottom: 0; } }
    .mod-form .table tbody tr th span {
      font-size: 11px;
      color: #fff;
      background-color: #FFAB4A;
      border-radius: 4px;
      display: inline-block;
      padding: 2px 4px;
      margin-left: 8px; }
  .mod-form .table tbody tr td {
    width: calc(100% - 210px);
    padding: 20px 20px 20px 0; }
    @media (max-width: 768px) {
      .mod-form .table tbody tr td {
        display: block;
        width: 100%;
        padding-right: 0; } }
    .mod-form .table tbody tr td .w300 {
      max-width: 300px; }
    .mod-form .table tbody tr td .block span {
      width: 65px;
      font-size: 13px;
      display: inline-block;
      line-height: 35px;
      color: #606060; }
    .mod-form .table tbody tr td .block + .block {
      margin-top: 15px; }

.mod-form .mfp_buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 25px; }
  .mod-form .mfp_buttons .prev {
    border-radius: 4px;
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    padding: 17px 10px 16px;
    text-align: center;
    line-height: 1;
    background-color: #F6F6F6;
    border: 1px solid #ccc;
    color: #333;
    max-width: 130px;
    width: 100%;
    margin: 5px; }
  .mod-form .mfp_buttons .submit {
    border-radius: 4px;
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    padding: 17px 10px 16px;
    text-align: center;
    line-height: 1;
    color: #fff;
    background: linear-gradient(180deg, #7dc2e5 0%, #53afe8 100%);
    max-width: 130px;
    width: 100%;
    margin: 5px; }

/* =============================================================================
   sample
========================================================================== */
.mod-sample .lead {
  margin-bottom: 2.5rem; }

.mod-sample .com-heading01 {
  font-size: 17px;
  color: #606060;
  position: relative;
  padding-top: 23px;
  margin-bottom: 24px;
  font-weight: bold; }
  .mod-sample .com-heading01:before, .mod-sample .com-heading01:after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0; }
  .mod-sample .com-heading01:before {
    width: 85px;
    background-color: #7DC2E5;
    z-index: 2; }
  .mod-sample .com-heading01:after {
    background-color: #eee;
    z-index: 1; }

.mod-sample .com-heading02 {
  font-size: 12px;
  font-weight: bold;
  color: #606060;
  padding: 16px 20px;
  background-color: #F6F6F6;
  border-bottom: 1px solid #eee; }

.mod-sample .wrap + .wrap {
  margin-top: 40px; }

.mod-sample_col2 + .mod-sample_col2 {
  margin-top: 10px; }

.mod-sample_col2 dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 20px; }
  @media (max-width: 568px) {
    .mod-sample_col2 dd {
      padding-left: 0;
      padding-right: 0;
      display: block; } }
  .mod-sample_col2 dd .pc_sample {
    width: 67.7345537757%; }
    @media (max-width: 568px) {
      .mod-sample_col2 dd .pc_sample {
        width: 100%;
        margin-bottom: 20px; } }
  .mod-sample_col2 dd .sp_sample {
    width: 28.8329519451%; }
    @media (max-width: 568px) {
      .mod-sample_col2 dd .sp_sample {
        width: 100%; } }
  .mod-sample_col2 dd div img {
    width: 100%; }
  .mod-sample_col2 dd span {
    display: block;
    font-size: 12px;
    color: #606060;
    margin-top: 8px; }

/* utility
 -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   #Text
   -------------------------------------------------------------------------- */
/*doc
---
title: text
name: text
categories: [utility]
---

テキストのスタイルを指定する汎用クラスです。

```block
<p class="u-text-light">font-weight 300</p>
<p class="u-text-normal">font-weight 400</p>
<p class="u-text-bold">font-weight 600</p>
<p class="u-text-indent">先頭の1文字目を1文字分字下げします。</p>
<p class="u-text-note">2行目以降の1文字目を1文字分字下げします。<br>2行目以降の1文字目を1文字分字下げします。</p>
<p class="u-text-nowrap">テキストを折り返させません。横幅を超えても、このテキストは折り返さずに表示されます。</p>
<p class="u-text-breakword">テキストを折り返させます。長文になっても、このテキストは必ず折り返して表示されます。</p>
<p class="u-text-justify">テキストを両端揃え（均等割り付け）させます。通常のテキストと文字間が違うのが分かると思います。</p>
<p class="u-text-none">記述した通りに表示します。</p>
<p class="u-text-lowercase">abcdEFGH すべての英単語を小文字で表示します。</p>
<p class="u-text-uppercase">abcdEFGH すべての英単語を大文字で表示します。</p>
<p class="u-text-capitalize">abcdEFGH 英単語の先頭を大文字で表示します。</p>
<p class="u-text-smallcaps">abcdEFGH スモールキャップ（小文字と同じ高さで作られた大文字）で表示します。</p>
<p class="u-text-vertical">abcdEFGH 縦書きで表示します。</p>
<p class="u-text-vertical u-text-vertical--upright">abcdEFGH 英文も縦書きにする場合はModifierを指定します。</p>
<p class="u-text-right">text-align right</p>
<p class="u-text-center">text-align center</p>
<p class="u-text-left">text-align left</p>
<p class="u-text-top">vertical-align top</p>
<p class="u-text-middle">vertical-align middle</p>
<p class="u-text-bottom">vertical-align bottom</p>
```
*/
/* font-colorを指定します。 */
.u-text-color--white {
  color: #fff !important; }

.u-text-color--blk {
  color: #000 !important; }

.u-text-color--red {
  color: #c2382c !important; }

/* 文字に余白付きの下線を引きます */
.u-text-underline {
  padding-bottom: 3px;
  border-bottom: 1px solid #333; }

/* font-weightを指定します。 */
.u-text-light {
  font-weight: 300 !important; }

.u-text-normal {
  font-weight: 500 !important; }

.u-text-bold {
  font-weight: 600 !important; }

/* 先頭の1文字目を1文字分字下げします。 */
.u-text-indent {
  text-indent: 1em !important; }

/* 2行目以降の1文字目を1文字分字下げします。 */
.u-text-note {
  margin-left: 1em !important;
  text-indent: -1em !important; }

/* テキストを改行させません。 */
.u-text-nowrap {
  white-space: nowrap !important; }

/* テキストを改行させます。 */
.u-text-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important; }

/* テキストを両端揃えさせます。 */
.u-text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important; }

/* 記述した通りに表示します。 */
.u-text-none {
  text-transform: none !important; }

/* すべての英単語を小文字にします。 */
.u-text-lowercase {
  text-transform: lowercase !important; }

/* すべての英単語を大文字にします。 */
.u-text-uppercase {
  text-transform: uppercase !important; }

/* 英単語の先頭を大文字にします。 */
.u-text-capitalize {
  text-transform: capitalize !important; }

/* スモールキャップ（小文字と同じ高さで作られた大文字）にします。 */
.u-text-smallcaps {
  font-variant: small-caps !important; }

/* 縦書きにします。 */
.u-text-vertical {
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important; }

/* 英文も縦書きにする場合はModifierを指定します。 */
.u-text-vertical--upright {
  text-orientation: upright !important; }

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

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

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

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

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

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