@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--menu2:before {
  content: "\e926"; }

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

.p-icon--tag:before {
  content: "\e921"; }

.p-icon--money-bag:before {
  content: "\e922"; }

.p-icon--cart:before {
  content: "\e923"; }

.p-icon--box2:before {
  content: "\e924"; }

.p-icon--clone:before {
  content: "\e925"; }

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

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

.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"; }

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
  ========================================================================== */
/* =============================================================================
  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 {
  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; }
    @media (max-width: 991.98px) {
      .p-button.p-button--m {
        padding: 0 0.7rem; } }
  .p-button.p-button--l {
    height: 50px; }
  .p-button.p-button--wide {
    padding-right: 2rem;
    padding-left: 2rem; }
  .p-button.p-button--white {
    background-color: #fff; }
  .p-button.p-button--theme {
    font-weight: 700;
    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);
    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-button.p-button--delete {
    background-color: #dc3545;
    color: #fff;
    border: none; }

.p-label {
  white-space: nowrap;
  display: inline-block;
  padding: 0.2rem 0.3rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1; }
  .p-label.p-label--green {
    background-color: #78D661;
    color: #fff; }
  .p-label.p-label--purple {
    background-color: #A3A0FB;
    color: #fff; }
  .p-label.p-label--orange {
    background-color: #FFAB4A;
    color: #fff; }
  .p-label.p-label--blue {
    background-color: #5596FF;
    color: #fff; }
  .p-label.p-label--gray {
    background-color: #6C6C6C;
    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-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;
  max-width: none;
  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;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif; }
  .popover.bs-popover-top .arrow {
    top: auto;
    bottom: -5px; }
  .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; }
  .popover.bs-popover-auto[x-placement^=left] > .arrow, .popover .bs-popover-left > .arrow,
  .popover.bs-popover-auto[x-placement^=right] > .arrow, .popover .bs-popover-right > .arrow {
    width: 1.1rem; }
  @media (max-width: 991.98px) {
    .popover .arrow {
      display: none; } }

.popover {
  color: #606060; }
  .popover .popover-header {
    padding: 1rem;
    border-bottom: none;
    background-color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700; }
  .popover .popover-body {
    margin-bottom: 0.5rem;
    color: #606060; }
    .popover .popover-body fieldset {
      padding: 0 .25rem; }
    .popover .popover-body #span-selector {
      margin-top: 0.2rem;
      margin-bottom: 1rem; }
    .popover .popover-body .form-group {
      margin-bottom: 0.5rem; }
      .popover .popover-body .form-group .pull-right {
        float: right;
        margin-right: 0 !important; }
      .popover .popover-body .form-group .btn.btn-primary {
        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;
        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: #fff;
        padding: 0 0.8rem;
        margin-left: 1rem;
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: 700;
        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); }
        .popover .popover-body .form-group .btn.btn-primary:hover, .popover .popover-body .form-group .btn.btn-primary:active, .popover .popover-body .form-group .btn.btn-primary:focus {
          opacity: 0.5;
          outline: none;
          color: #fff; }
      .popover .popover-body .form-group .btn.btn-default {
        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;
        padding: 0 0.8rem;
        font-size: 12px;
        font-size: 0.75rem; }
        .popover .popover-body .form-group .btn.btn-default:hover, .popover .popover-body .form-group .btn.btn-default:active, .popover .popover-body .form-group .btn.btn-default:focus {
          opacity: 0.5;
          outline: none;
          color: #333; }

.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; }
      .p-tab.p-tab--default li a {
        display: block;
        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;
        color: #999; }
        .p-tab.p-tab--default li a.active {
          border-bottom: 1px solid transparent;
          background-color: #fff;
          font-weight: 700;
          color: #606060 !important; }
        .p-tab.p-tab--default li a:hover, .p-tab.p-tab--default li a:active, .p-tab.p-tab--default li a:focus {
          opacity: 1; }
  @media (max-width: 991.98px) {
    .p-tab li {
      font-size: 12px;
      font-size: 0.75rem; }
    .p-tab.p-tab--default li a {
      padding: 1rem; } }

.p-table tbody td {
  font-size: 13px;
  font-size: 0.8125rem; }

.p-table.p-table--default {
  border: 1px solid #E4E4E4;
  color: #808080; }
  .p-table.p-table--default thead th {
    padding: 0.5rem 1rem;
    vertical-align: middle;
    border-bottom: none;
    border-top: none;
    background-color: #F6F6F6;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 700; }
  .p-table.p-table--default tbody tr {
    border-top: 1px solid #E4E4E4; }
  .p-table.p-table--default tbody td {
    padding: 0.5rem 1rem;
    vertical-align: middle;
    border-bottom: none;
    border-top: none;
    font-size: 12px;
    font-size: 0.75rem; }

.p-table td {
  vertical-align: middle; }

.p-table .p-sorter {
  font-family: "admin"; }

.p-table--list thead {
  background-color: #F6F6F6; }
  .p-table--list thead th {
    padding: 1rem 0.75rem;
    border-top: none;
    border-bottom: 1px solid #eee;
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
    color: #808080; }
    .p-table--list thead th a {
      color: #808080; }

.p-table--list tbody tr {
  border-bottom: 1px solid #eee; }
  .p-table--list tbody tr td {
    padding: 1rem 0.75rem;
    font-size: 13px;
    font-size: 0.8125rem; }
    .p-table--list tbody tr td.p-table__name {
      white-space: normal;
      font-weight: 700; }
      .p-table--list tbody tr td.p-table__name a {
        text-decoration: underline;
        color: #333; }
    .p-table--list tbody tr td.p-table__customer {
      white-space: normal; }
    .p-table--list tbody tr td.p-table__schedule ul li {
      font-weight: 700;
      color: #808080; }
      .p-table--list tbody tr td.p-table__schedule ul li span {
        font-weight: 500;
        color: #333; }
    .p-table--list tbody tr td.p-table__buttons .p-button {
      display: -webkit-inline-flex;
      display: inline-flex; }
    .p-table--list tbody tr td.p-table__buttons ul li {
      margin-bottom: 5px; }
      .p-table--list tbody tr td.p-table__buttons ul li:last-child {
        margin-bottom: 0; }

.p-table-nav {
  margin-bottom: 0.5rem; }
  .p-table-nav .p-buttons {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .p-table-nav .p-buttons .p-button {
      margin-left: 10px; }
      .p-table-nav .p-buttons .p-button:first-child {
        margin-left: 0; }
    .p-table-nav .p-buttons .p-nav-checks {
      margin-right: 10px; }
    .p-table-nav .p-buttons .p-nav-others {
      margin-right: 10px; }
    .p-table-nav .p-buttons div {
      display: -webkit-flex;
      display: flex; }
  .p-table-nav .p-form__search {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .p-table-nav .p-form__search input[type='text'] {
      padding: 0 0.5rem; }
    .p-table-nav .p-form__search button[type='submit'] {
      white-space: nowrap;
      margin-left: 5px; }
  @media (max-width: 991.98px) {
    .p-table-nav {
      margin-bottom: 1rem; }
      .p-table-nav .p-nav-others {
        margin-right: 10px; }
      .p-table-nav .p-buttons {
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
      .p-table-nav .p-form__search input[type='text'] {
        max-width: 135px;
        line-height: 1.8; } }
  @media (max-width: 991.98px) {
    .p-table-nav.p-table-nav--2 .p-buttons {
      display: block; }
      .p-table-nav.p-table-nav--2 .p-buttons .p-button {
        margin-right: 0;
        margin-bottom: 0.5rem; }
    .p-table-nav.p-table-nav--2 .p-form__search {
      margin-left: 0; } }
  .p-table-nav + p {
    margin-top: 2rem;
    font-size: 13px;
    font-size: 0.8125rem; }

@media (max-width: 991.98px) {
  .table-responsive {
    border-right: 1px solid #eee; } }

input[type="submit"] + p {
  margin-top: 2rem;
  font-size: 13px;
  font-size: 0.8125rem; }

/* =============================================================================
  header
  ========================================================================== */
.p-account-popover {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding: 0.8rem 0 0.5rem 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #606060; }
  .p-account-popover a {
    color: #606060; }
  .p-account-popover div {
    margin-bottom: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #F1F1F3; }
    .p-account-popover div:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
  .p-account-popover .p-account-name {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    .p-account-popover .p-account-name img {
      padding-right: 5px; }
  .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) {
    .p-account-popover {
      /* IE10,11用 */ }
      .p-account-popover .p-icon {
        background: none;
        color: #53AFE8; } }

.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; }
    .p-sidebar .p-menu .p-menu__folder {
      padding-left: 1rem; }

/* =============================================================================
  main
  ========================================================================== */
.p-main {
  -webkit-flex: 1;
  flex: 1;
  width: 100%; }
  @media (max-width: 991.98px) {
    .p-main {
      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: 1.5rem 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; }
      .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-section__heading .p-section__heading__sub {
          display: block;
          margin-top: 5px;
          font-size: 12px;
          font-size: 0.75rem;
          font-weight: 500; }
      .p-main .p-section .p-section__header + .p-post-date {
        margin-top: -1.5rem;
        margin-bottom: 2.5rem;
        font-size: 13px;
        font-size: 0.8125rem;
        color: #808080; }
      @media (max-width: 991.98px) {
        .p-main .p-section .p-section__header {
          display: block;
          margin-bottom: 1rem; }
          .p-main .p-section .p-section__header .p-buttons {
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-left: 0; }
            .p-main .p-section .p-section__header .p-buttons .p-button {
              margin-bottom: 10px; }
          .p-main .p-section .p-section__header .p-section__heading {
            margin-bottom: 1.5rem;
            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-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;
        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__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: 1.5rem 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 .p-section__item__tr {
              padding: 1rem 0; } }
      @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--form .p-section__item__body .p-section__item__table .p-section__item__tr .p-section__item__th {
        padding-top: 0.5rem; }
        @media (max-width: 991.98px) {
          .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; } }
      .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='number'],
.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='number']:hover,
  .p-form input[type='number']:active,
  .p-form input[type='number']: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 {
  opacity: 0.5; }

.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 .p-select {
  position: relative;
  padding: 0.5rem 1.3rem 0.5rem 0.5rem;
  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-select.p-select--m {
    max-width: 150px;
    height: 35px;
    font-size: 12px;
    font-size: 0.75rem; }
    @media (max-width: 991.98px) {
      .p-form .p-select.p-select--m {
        max-width: 100px; } }

.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 label {
  margin-bottom: 0; }

.p-form__search {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  .p-form__search input[type='text'] {
    padding: 0 0.5rem; }
  .p-form__search button[type='submit'] {
    white-space: nowrap;
    margin-left: 5px;
    margin-bottom: 0 !important; }

.p-form__search {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem; }

.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; }
  .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 {
      background-color: #fff;
      max-width: none; }
      .p-login h1 {
        font-size: 17px;
        font-size: 1.0625rem; }
      .p-login .p-login-wrapper {
        padding: 0; }
      .p-login .p-panel {
        padding: 2rem;
        -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; }
        .p-login .p-panel .p-login__panel-left {
          display: none; }
        .p-login .p-panel .p-login__panel-right {
          padding: 0; }
      .p-login + .p-footer {
        display: block;
        margin-top: 0; } }
  @media (max-width: 767.98px) {
    .p-login .p-panel {
      margin-top: -10rem;
      padding: 1.5rem; } }

/* =============================================================================
  案件管理
  ========================================================================== */
.p-matter-search {
  margin-bottom: 3rem; }
  .p-matter-search .p-matter-search__title {
    cursor: pointer;
    margin-bottom: 0;
    padding: 1rem 1.5rem;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    background-color: #f6f6f6;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border: 1px solid #E4E4E4;
    color: #808080; }
    .p-matter-search .p-matter-search__title .p-icon {
      display: inline-block;
      float: right;
      transition: all 0.2s ease; }
    .p-matter-search .p-matter-search__title.is-open .p-icon {
      transform: rotate(180deg); }
  .p-matter-search .p-matter-search__body {
    display: none;
    background-color: #f6f6f6;
    border: 1px solid #E4E4E4;
    border-top: none;
    font-size: 13px;
    font-size: 0.8125rem; }
    .p-matter-search .p-matter-search__body .p-form {
      padding: 1.5rem; }
    .p-matter-search .p-matter-search__body table th {
      font-weight: 500;
      white-space: nowrap;
      padding: 0 1rem; }
    .p-matter-search .p-matter-search__body table td {
      padding: 0.5rem; }
    .p-matter-search .p-matter-search__body .p-nav {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .p-matter-search .p-matter-search__body .p-nav li {
        margin-right: 1rem; }
  .p-matter-search .p-form__search input[type='text'] {
    padding: 0 0.5rem;
    width: 50%; }
  .p-matter-search .p-matter-search__buttons {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 1rem;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #E4E4E4; }
    .p-matter-search .p-matter-search__buttons .p-button {
      margin-right: 0.5rem; }
      .p-matter-search .p-matter-search__buttons .p-button:last-child {
        margin-right: 0; }
  @media (max-width: 991.98px) {
    .p-matter-search .p-matter-search__body .p-form {
      padding: 1rem; }
    .p-matter-search .p-matter-search__body table tr, .p-matter-search .p-matter-search__body table th, .p-matter-search .p-matter-search__body table td {
      display: block;
      padding: 0; }
    .p-matter-search .p-matter-search__body table tr {
      margin-bottom: 1.2rem; }
    .p-matter-search .p-matter-search__body table th {
      margin-bottom: 0.5rem; }
    .p-matter-search .p-form__search input[type='text'] {
      width: 100%; }
    .p-matter-search .p-matter-search__buttons {
      margin-right: -1rem;
      margin-left: -1rem; } }

@media (min-width: 1200px) {
  .p-table__name span,
  .p-table__customer span {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: normal;
    text-decoration: none; }
    .p-table__name span::before,
    .p-table__customer span::before {
      content: "("; }
    .p-table__name span::after,
    .p-table__customer span::after {
      content: ")"; } }

@media (max-width: 1199.98px) {
  .p-matter-list.p-matter-list--dashboard .p-table--list thead {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .p-matter-list.p-matter-list--dashboard .p-table--list thead th {
      display: none; } }

@media (max-width: 991.98px) {
  .p-matter-list {
    margin-right: -1rem;
    margin-left: -1rem; }
    .p-matter-list .p-table-nav {
      margin-right: 1rem;
      margin-left: 1rem; } }

.p-matter-list ul.p-status {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #808080; }
  .p-matter-list ul.p-status li {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    width: calc(100% / 6);
    height: 42px;
    margin-right: 1.2rem;
    padding: 0.5rem;
    border: 1px solid #e4e4e4;
    border-right: none;
    line-height: 1;
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: -1px; }
    .p-matter-list ul.p-status li span {
      margin-top: 2px;
      letter-spacing: normal;
      font-weight: 500;
      color: #333; }
    .p-matter-list ul.p-status li.is-done {
      background-color: #f6f6f6; }
    .p-matter-list ul.p-status li.is-active {
      background-color: #EDF8FF; }
    .p-matter-list ul.p-status li:last-child {
      margin-right: 0;
      border-right: 1px solid #e4e4e4; }
      .p-matter-list ul.p-status li:last-child::after {
        content: none; }
    .p-matter-list ul.p-status li::after {
      content: '';
      display: block;
      height: 50px;
      width: 50px;
      -webkit-transform: rotate(45deg) skew(10deg, 10deg);
      transform: rotate(45deg) skew(10deg, 10deg);
      position: absolute;
      top: -5px;
      right: -12px;
      z-index: -1;
      background: inherit;
      border-top: 1px #e4e4e4 solid;
      border-right: 1px #e4e4e4 solid; }
  @media (max-width: 991.98px) {
    .p-matter-list ul.p-status {
      display: -webkit-flex;
      display: flex;
      margin-top: 1rem;
      margin-bottom: 1rem;
      font-weight: 700; }
      .p-matter-list ul.p-status li {
        margin-right: 0.5rem; } }

.p-matter-list .p-table--list thead th {
  white-space: nowrap; }

.p-matter-list .p-table--list tbody {
  border-bottom: 1px solid #eee; }
  .p-matter-list .p-table--list tbody tr {
    border-bottom: none; }

.p-matter-list .p-table--list .p-table--default {
  margin-top: -1rem;
  border: 1px solid #E4E4E4; }
  .p-matter-list .p-table--list .p-table--default th, .p-matter-list .p-table--list .p-table--default td {
    padding: 0.5rem; }
  .p-matter-list .p-table--list .p-table--default thead th {
    white-space: nowrap;
    border: 1px solid #EEEEEE;
    font-size: 11px;
    font-size: 0.6875rem; }
  .p-matter-list .p-table--list .p-table--default tbody {
    border-bottom: none; }
    .p-matter-list .p-table--list .p-table--default tbody tr {
      border-top: 1px solid #E4E4E4; }
    .p-matter-list .p-table--list .p-table--default tbody td {
      border: 1px solid #EEEEEE;
      font-size: 12px;
      font-size: 0.75rem; }
  .p-matter-list .p-table--list .p-table--default .p-total {
    background-color: #F6F6F6; }
    .p-matter-list .p-table--list .p-table--default .p-total .p-total__title {
      font-weight: 700;
      font-size: 11px;
      font-size: 0.6875rem; }

@media (max-width: 1199.98px) {
  .p-matter-list .p-table--list {
    display: block; }
    .p-matter-list .p-table--list tbody, .p-matter-list .p-table--list thead, .p-matter-list .p-table--list tr, .p-matter-list .p-table--list td {
      display: block; }
    .p-matter-list .p-table--list tbody tr {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
    .p-matter-list .p-table--list th {
      padding: 0.5rem 0.75rem !important; }
    .p-matter-list .p-table--list th.p-table__name,
    .p-matter-list .p-table--list .p-table__id,
    .p-matter-list .p-table--list .p-table__date,
    .p-matter-list .p-table--list .p-table__label,
    .p-matter-list .p-table--list .p-table__customer,
    .p-matter-list .p-table--list .p-table__category,
    .p-matter-list .p-table--list .p-table__schedule,
    .p-matter-list .p-table--list .p-table__buttons,
    .p-matter-list .p-table--list .p-table__sell-table {
      display: none; }
    .p-matter-list .p-table--list td.p-table__name {
      position: relative;
      padding-right: 2rem;
      width: 100%; }
      .p-matter-list .p-table--list td.p-table__name span {
        display: block;
        font-weight: 500; }
      .p-matter-list .p-table--list td.p-table__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-matter-list .p-table--list td.p-table__name .p-table__name__head {
        display: -webkit-flex;
        display: flex;
        margin-bottom: 0.5rem; }
        .p-matter-list .p-table--list td.p-table__name .p-table__name__head .p-date {
          margin-right: 0.5rem;
          font-size: 13px;
          font-size: 0.8125rem; }
        .p-matter-list .p-table--list td.p-table__name .p-table__name__head .p-id {
          margin-right: 0.5rem;
          margin-left: -0.2rem; } }

.p-table--default .p-total {
  background-color: #F6F6F6; }
  .p-table--default .p-total .p-total__title {
    font-weight: 700;
    font-size: 11px;
    font-size: 0.6875rem; }

@media (max-width: 991.98px) {
  ul.p-status {
    display: block; }
    ul.p-status li {
      margin-right: 0;
      margin-bottom: 0.5rem; } }

.p-table--item.p-table--default thead th {
  white-space: nowrap;
  border: 1px solid #E4E4E4;
  text-align: center; }
  .p-table--item.p-table--default thead th:first-child {
    width: 300px; }

.p-table--item.p-table--default tbody td {
  white-space: nowrap;
  position: relative;
  padding: 10px;
  border: 1px solid #E4E4E4; }

.p-table--item.p-table--default .p-table__name {
  width: 200px;
  min-width: 200px; }

.p-table--item.p-table--default .p-table__repair {
  width: 200px;
  min-width: 200px; }

.p-table--item.p-table--default .p-table__quantity {
  width: 80px;
  min-width: 80px; }

@media (max-width: 991.98px) {
  .p-table--item.p-table--default .p-table__quantity {
    width: 80px;
    min-width: 80px; }
  .p-table--item.p-table--default .p-table__unit {
    width: 80px;
    min-width: 80px; }
  .p-table--item.p-table--default .p-table__unit-price {
    width: 150px;
    min-width: 150px; }
  .p-table--item.p-table--default .p-table__purchase-price {
    width: 150px;
    min-width: 150px; }
  .p-table--item.p-table--default .p-table__profit {
    width: 150px;
    min-width: 150px; } }

.p-table_check {
  width: 30px; }

.p-table__name,
.p-table__unit,
.p-table__buttons {
  white-space: nowrap; }

.p-table__buttons {
  text-align: right; }

/* =============================================================================
  案件用商品
  ========================================================================== */
@media (max-width: 991.98px) {
  .p-table--list--item {
    border-left: 1px solid #eee; }
    .p-table--list--item thead th {
      white-space: nowrap;
      padding: 0.5rem 0.75rem;
      line-height: 1; }
    .p-table--list--item tbody .p-table__buttons {
      white-space: nowrap; } }

/* =============================================================================
  帳票
  ========================================================================== */
.p-section--estimate .p-table-nav .p-buttons {
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .p-section--estimate .p-table-nav .p-buttons .p-button {
    margin-right: 10px;
    margin-left: 0; }

@media (max-width: 991.98px) {
  .p-section--estimate .p-table-nav .p-buttons {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .p-section--estimate .p-table-nav .p-buttons .p-button {
      margin-bottom: 0.5rem; }
  .p-section--estimate .p-panel {
    padding: 0.5rem; } }

.p-main .p-section .tab-content .p-section__item:last-child {
  margin-bottom: 3rem; }

.p-ledger-sheet .p-table--default thead th {
  border: 1px solid #EEEEEE; }
  .p-ledger-sheet .p-table--default thead th:last-child {
    border-left: none; }
  .p-ledger-sheet .p-table--default thead th:nth-last-child(2) {
    border-right: none; }

.p-ledger-sheet .p-table--default tbody td {
  border: 1px solid #EEEEEE;
  white-space: nowrap;
  position: relative;
  padding-right: 5px;
  padding-left: 5px; }
  .p-ledger-sheet .p-table--default tbody td:last-child {
    border-left: none; }
  .p-ledger-sheet .p-table--default tbody td:nth-last-child(2) {
    border-right: none; }

.p-ledger-sheet .p-table--default .p-table__name {
  padding-left: 10px;
  width: 40%;
  min-width: 200px; }

.p-ledger-sheet .p-table--default .p-table__quantity {
  width: 10%; }

.p-ledger-sheet .p-table--default .p-table__unit-price {
  width: 15%;
  min-width: 100px; }

.p-ledger-sheet .p-table--default .p-table__price {
  width: 25%;
  min-width: 150px; }

.p-ledger-sheet .p-table--default .p-table__handle {
  position: relative; }
  .p-ledger-sheet .p-table--default .p-table__handle a {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background-color: #F6F6F6;
    border: 1px solid #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 10px;
    font-size: 0.625rem;
    color: #333; }
    .p-ledger-sheet .p-table--default .p-table__handle a:first-child {
      top: -11px;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      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);
      border: none;
      color: #fff; }
  .p-ledger-sheet .p-table--default .p-table__handle:hover a {
    display: -webkit-flex;
    display: flex; }

.p-ledger-sheet .p-table--default .p-table__last-row {
  padding: 1rem 3rem 1rem 10px; }
  .p-ledger-sheet .p-table--default .p-table__last-row .p-total {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 700;
    background-color: transparent; }
    .p-ledger-sheet .p-table--default .p-table__last-row .p-total span {
      padding-right: 2rem;
      font-size: 11px;
      font-size: 0.6875rem;
      font-weight: 500; }

.p-panel {
  padding: 3rem;
  background-color: #F6F6F6; }

/* =============================================================================
  スケジュール管理
  ========================================================================== */
.p-calendar .p-calendar__table {
  table-layout: fixed; }
  .p-calendar .p-calendar__table th, .p-calendar .p-calendar__table td {
    padding: 1rem;
    border: 1px solid #E4E4E4; }
  .p-calendar .p-calendar__table thead th {
    text-align: center;
    background-color: #F6F6F6;
    font-size: 12px;
    font-size: 0.75rem;
    color: #A3A6B4; }
  .p-calendar .p-calendar__table tbody td {
    cursor: pointer;
    position: relative;
    width: 124px;
    height: 200px;
    font-size: 15px;
    font-size: 0.9375rem; }
    .p-calendar .p-calendar__table tbody td .p-day {
      position: absolute;
      top: 0.5rem;
      left: 0.5rem; }
    .p-calendar .p-calendar__table tbody td .p-schedule-create {
      display: none;
      position: absolute;
      bottom: 0.5rem;
      right: 0.5rem;
      color: #333; }
    .p-calendar .p-calendar__table tbody td:hover .p-schedule-create {
      display: block; }
    .p-calendar .p-calendar__table tbody td.is-today {
      background-color: #F6F6F6; }
    .p-calendar .p-calendar__table tbody td.is-active .p-day {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      width: 28px;
      height: 28px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background-color: #6ABBE5;
      color: #fff; }
    .p-calendar .p-calendar__table tbody td .p-calendar__label {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column; }
      .p-calendar .p-calendar__table tbody td .p-calendar__label .p-label {
        margin-bottom: 5px;
        text-align: center; }
        .p-calendar .p-calendar__table tbody td .p-calendar__label .p-label:last-child {
          margin-bottom: 0; }

@media (max-width: 991.98px) {
  .p-calendar .p-calendar__table th, .p-calendar .p-calendar__table td {
    padding: 0.2rem; }
  .p-calendar .p-calendar__table tbody td {
    vertical-align: top;
    padding-bottom: 2rem;
    width: auto; }
    .p-calendar .p-calendar__table tbody td .p-schedule-create {
      display: block;
      bottom: 10px;
      right: 10px; }
      .p-calendar .p-calendar__table tbody td .p-schedule-create .p-icon {
        font-size: 12px;
        font-size: 0.75rem; }
    .p-calendar .p-calendar__table tbody td .p-day {
      position: static;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      margin-bottom: 5px;
      width: 28px;
      height: 28px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background-color: transparent; }
    .p-calendar .p-calendar__table tbody td .p-calendar__label {
      position: static;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
      .p-calendar .p-calendar__table tbody td .p-calendar__label .p-label {
        padding: 0; }
        .p-calendar .p-calendar__table tbody td .p-calendar__label .p-label span {
          display: none; } }

.p-calendar .p-calendar__table--gantt tbody td {
  vertical-align: top;
  padding: 5px;
  width: auto;
  height: 100px;
  min-height: 100px;
  font-size: 13px;
  font-size: 0.8125rem; }
  .p-calendar .p-calendar__table--gantt tbody td:first-child {
    white-space: normal;
    vertical-align: middle;
    text-align: center;
    width: auto;
    min-width: 120px; }
  .p-calendar .p-calendar__table--gantt tbody td .p-label {
    display: block;
    margin-bottom: 5px; }
  .p-calendar .p-calendar__table--gantt tbody td .p-item {
    margin-bottom: 5px;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 700;
    background-color: #ccc;
    color: #fff; }
    .p-calendar .p-calendar__table--gantt tbody td .p-item.p-item--blue {
      background-color: #5596FF; }
    .p-calendar .p-calendar__table--gantt tbody td .p-item.p-item--orange {
      background-color: #FFAB4A; }
    .p-calendar .p-calendar__table--gantt tbody td .p-item.p-item--gray {
      background-color: #6C6C6C; }
    .p-calendar .p-calendar__table--gantt tbody td .p-item .p-item__title {
      text-decoration: underline;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .p-calendar .p-calendar__table--gantt tbody td .p-item .p-item__time {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

@media (max-width: 991.98px) {
  .p-calendar .p-calendar__table--gantt {
    table-layout: auto; }
    .p-calendar .p-calendar__table--gantt th, .p-calendar .p-calendar__table--gantt td {
      white-space: nowrap; } }

.p-calendar .p-month {
  margin-bottom: 1.2rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  color: #606060; }

.p-calendar .p-controls {
  position: relative; }
  .p-calendar .p-controls .p-prev,
  .p-calendar .p-controls .p-next {
    position: absolute;
    top: -3rem; }
    .p-calendar .p-controls .p-prev a,
    .p-calendar .p-controls .p-next a {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      width: 35px;
      height: 35px;
      border: 1px solid #ddd;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      color: #606060; }
      .p-calendar .p-controls .p-prev a .p-icon,
      .p-calendar .p-controls .p-next a .p-icon {
        top: 0; }
  .p-calendar .p-controls .p-prev {
    left: 0; }
  .p-calendar .p-controls .p-next {
    right: 0; }

.p-calendar .p-weekly {
  margin-top: 3rem; }
  .p-calendar .p-weekly .p-weekly__title {
    margin-bottom: 2rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    color: #606060; }

.p-item-popover {
  padding: 1rem;
  color: #333; }
  .p-item-popover .p-item-popover__title {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    border-bottom: 1px solid #eee; }
    .p-item-popover .p-item-popover__title span {
      display: block;
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 500; }
  .p-item-popover .p-item-popover__content {
    margin-bottom: 0.5rem;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500; }
  .p-item-popover .p-item-popover__footer {
    font-size: 11px;
    font-size: 0.6875rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    .p-item-popover .p-item-popover__footer .p-more {
      color: #00a7fe; }
  .p-item-popover .p-close {
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-family: "admin"; }

/* =============================================================================
  顧客管理
  ========================================================================== */
@media (max-width: 991.98px) {
  .p-client-list {
    margin-right: -1rem;
    margin-left: -1rem; }
    .p-client-list .p-table-nav {
      margin-right: 1rem;
      margin-left: 1rem; } }

.p-table--list--customer thead th {
  white-space: nowrap; }

.p-table--list--customer .p-table--default {
  margin-top: -1rem;
  border: 1px solid #E4E4E4; }
  .p-table--list--customer .p-table--default th, .p-table--list--customer .p-table--default td {
    padding: 0.5rem; }
  .p-table--list--customer .p-table--default thead th {
    white-space: nowrap;
    border: 1px solid #EEEEEE;
    font-size: 11px;
    font-size: 0.6875rem; }
  .p-table--list--customer .p-table--default tbody {
    border-bottom: none; }
    .p-table--list--customer .p-table--default tbody tr {
      border-top: 1px solid #E4E4E4; }
    .p-table--list--customer .p-table--default tbody td {
      border: 1px solid #EEEEEE;
      font-size: 12px;
      font-size: 0.75rem; }
  .p-table--list--customer .p-table--default .p-total {
    background-color: #F6F6F6; }
    .p-table--list--customer .p-table--default .p-total .p-total__title {
      font-weight: 700;
      font-size: 11px;
      font-size: 0.6875rem; }

@media (max-width: 1199.98px) {
  .p-table--list--customer {
    display: block; }
    .p-table--list--customer tbody, .p-table--list--customer thead, .p-table--list--customer tr, .p-table--list--customer td {
      display: block; }
    .p-table--list--customer tbody tr {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
    .p-table--list--customer th {
      padding: 0.5rem 0.75rem !important; }
    .p-table--list--customer th.p-table__name,
    .p-table--list--customer .p-table__item_number,
    .p-table--list--customer .p-table__personnel,
    .p-table--list--customer .p-table__date,
    .p-table--list--customer .p-table__category,
    .p-table--list--customer .p-table__buttons,
    .p-table--list--customer .p-table__remarks,
    .p-table--list--customer .p-table__stock,
    .p-table--list--customer .p-table__id,
    .p-table--list--customer .p-table__price {
      display: none; }
    .p-table--list--customer td.p-table__name {
      position: relative;
      padding-right: 2rem;
      width: 100%; }
      .p-table--list--customer td.p-table__name span {
        display: block;
        font-weight: 500; }
      .p-table--list--customer td.p-table__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-table--list--customer td.p-table__name .p-table__name__head {
        display: -webkit-flex;
        display: flex;
        margin-bottom: 0.2rem; }
        .p-table--list--customer td.p-table__name .p-table__name__head .p-date {
          font-size: 13px;
          font-size: 0.8125rem; }
      .p-table--list--customer td.p-table__name .p-table__name__foot {
        display: -webkit-flex;
        display: flex;
        margin-top: 0.5rem; }
        .p-table--list--customer td.p-table__name .p-table__name__foot .p-category {
          font-size: 13px;
          font-size: 0.8125rem; } }

/* =============================================================================
  送付状
  ========================================================================== */
@media (max-width: 991.98px) {
  .p-section--letter .p-table-nav .p-buttons {
    -webkit-flex-direction: row;
    flex-direction: row; }
  .p-section--letter .p-panel {
    padding: 0.5rem; } }

/* =============================================================================
  月別在庫一覧
  ========================================================================== */
.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 #dee2e6;
  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;
  text-align: center;
  border: 1px solid #dee2e6; }
  .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-table--i .p-category-title {
  background-color: #edf8ff; }

/* =============================================================================
    ポップアップ画面共通
========================================================================== */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); }
  .open .overlay {
    display: block; }
  @media (max-width: 991.98px) {
    .overlay {
      background-color: #fff; } }

.p-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; }
  .p-popup.open {
    visibility: visible;
    opacity: 1; }
  @media (max-width: 991.98px) {
    .p-popup {
      display: block; } }
  .p-popup .p-popup__content {
    position: relative;
    z-index: 9999;
    width: 100%;
    max-width: 650px;
    margin: 0;
    padding: 60px 0 68px 0;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    font-weight: bold; }
    @media (max-width: 991.98px) {
      .p-popup .p-popup__content {
        max-width: 100%;
        border-radius: 0; } }
    .p-popup .p-popup__content .p-popup__body--check .p-title {
      margin-bottom: 2rem;
      font-size: 18px;
      font-size: 1.125rem;
      color: #606060; }
    .p-popup .p-popup__content .p-popup__body--check ul {
      margin-bottom: 2rem;
      padding-left: 0;
      list-style: none;
      border: 1px solid #ddd;
      text-align: left;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      .p-popup .p-popup__content .p-popup__body--check ul li {
        padding: 1rem;
        border-bottom: 1px solid #ddd;
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: normal;
        color: #333333; }
        .p-popup .p-popup__content .p-popup__body--check ul li:last-child {
          border-bottom: none; }
        .p-popup .p-popup__content .p-popup__body--check ul li label {
          margin: 0; }
    .p-popup .p-popup__content .btn-close {
      display: inline-block;
      width: 18px;
      height: 18px;
      position: absolute;
      top: 24px;
      right: 24px;
      cursor: pointer; }
      .p-popup .p-popup__content .btn-close span:before, .p-popup .p-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; }
      .p-popup .p-popup__content .btn-close span:before {
        transform: rotate(-45deg); }
      .p-popup .p-popup__content .btn-close span:after {
        transform: rotate(45deg); }

/* =============================================================================
    基本設定
========================================================================== */
.p-signature {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }
  .p-signature img {
    margin-right: 0.5rem;
    width: 100%; }
  @media (max-width: 991.98px) {
    .p-signature img {
      width: 33%; } }

.suggest {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

/* PDFビューアー */
@media (max-width: 991.98px) {
  #pdfjs-iframe {
    height: 29em !important; } }

.alert {
  font-size: 13px;
  font-size: 0.8125rem; }

.p-check-style-input {
  display: none; }

.p-check-style-label {
  position: relative; }

.p-check-style {
  cursor: pointer;
  display: inline-block; }
  .p-check-style span {
    padding-left: 20px; }
  .p-check-style::before {
    transition: all 0.2s ease;
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #bbb;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    left: 0;
    top: 1px; }
  .p-check-style::after {
    transition: all 0.2s ease;
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 7px;
    height: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
    left: 4px; }

.p-check-style-input[type="radio"] + .p-check-style::before {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: none;
  background-color: #ddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 1px; }

.p-check-style-input[type="radio"] + .p-check-style::after {
  transition: all 0.2s ease;
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  border-left: none;
  border-bottom: none;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: none;
  transform: none;
  top: 5px;
  left: 4px;
  background-color: #fff; }

.p-check-style-input:checked + .p-check-style:before {
  border: none;
  background: #1C7CD5; }

.p-check-style-input:checked + .p-check-style:after {
  opacity: 1; }

/* 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; }
