@charset "UTF-8";
/* =========================================================
 Foundation
========================================================= */
@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeInUp {
  opacity: 0 !important;
  -webkit-transform: translateY(40px) !important;
          transform: translateY(40px) !important;
  -webkit-transition-timing-function: cubic-bezier(0.41, 0.2, 0.38, 0.8) !important;
          transition-timing-function: cubic-bezier(0.41, 0.2, 0.38, 0.8) !important;
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  -webkit-transition-duration: 0.34s !important;
          transition-duration: 0.34s !important; }

.fadeInUp02 {
  opacity: 0 !important;
  -webkit-transform: translateY(40px) !important;
          transform: translateY(40px) !important;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.2, 0.48, 1) !important;
          transition-timing-function: cubic-bezier(0.11, 0.2, 0.48, 1) !important;
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  -webkit-transition-duration: 0.6s !important;
          transition-duration: 0.6s !important; }

.-d1 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important; }

.fadeInUp.show,
.fadeInUp02.show {
  opacity: 1 !important;
  -webkit-transform: translateY(0) translateZ(0) !important;
          transform: translateY(0) translateZ(0) !important; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?7b5bbp");
  src: url("../fonts/icomoon.eot?7b5bbp#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?7b5bbp") format("truetype"), url("../fonts/icomoon.woff?7b5bbp") format("woff"), url("../fonts/icomoon.svg?7b5bbp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*! jQuery Timepicker Addon - v1.6.3 - 2016-04-20
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2016 Trent Richardson; Licensed MIT */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px; }

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0; }

.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: 0 0;
  color: inherit;
  border: 0;
  outline: 0;
  border-bottom: solid 1px #555;
  width: 95%; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa; }

.ui-timepicker-rtl {
  direction: rtl; }

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0; }

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right; }

.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px; }

.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px; }

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none; }

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px; }

.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right; }

.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0; }

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ':';
  display: inline-block; }

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: '.';
  display: inline-block; }

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none; }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.eot");
  src: url("../font/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype"); }

html {
  -webkit-font-smoothing: antialiased; }

img {
  max-width: 100%; }

body {
  color: #000;
  font-size: 1.4rem;
  font-family: 'Lato', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  min-width: 1000px;
  font-size: 1.4rem; }

body.is-locked {
  overflow: hidden; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

button {
  font-family: 'Lato', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif; }

.red {
  color: #e74c3c; }

.strong {
  font-size: large;
  font-weight: bold; }

.copy {
  padding: 0 30px 30px;
  text-align: right;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%); }

.mandatory,
.unread {
  color: #fff;
  background: #e74c3c;
  display: inline-block;
  padding: .2em .6em;
  font-size: 1.1rem;
  border-radius: 4px;
  margin-left: 1em; }

.hr {
  border: 0;
  border-bottom: 1px dashed #d8cacb;
  background: #fff;
  margin-bottom: 2em; }

.notice {
  font-size: 1.2rem;
  padding: .4em 0; }

.is-inactive {
  pointer-events: none;
  opacity: .4; }

.pagetop {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: 60px;
  z-index: 10;
  border: 1px solid #DF6F6E;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s cubic-bezier(0.24, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.24, 1, 0.32, 1);
  transition: opacity 0.5s cubic-bezier(0.24, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.24, 1, 0.32, 1);
  transition: box-shadow 0.5s cubic-bezier(0.24, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.24, 1, 0.32, 1);
  transition: box-shadow 0.5s cubic-bezier(0.24, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.24, 1, 0.32, 1), -webkit-box-shadow 0.5s cubic-bezier(0.24, 1, 0.32, 1);
  opacity: 0;
  pointer-events: none; }

.pagetop:before {
  content: '\f106';
  font-family: fontAwesome;
  font-size: 2.5rem;
  color: #DF6F6E; }

.pagetop:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }

.pagetop.is-active {
  opacity: 1;
  pointer-events: inherit; }

/* =========================================================
 Layout
========================================================= */
.l-container {
  padding: 0 15px;
  margin: 0 auto;
  position: relative; }

.l-contentBlock ~ .l-contentBlock {
  margin-top: 60px; }

.l-row {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }
  .l-row--wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .l-row .l-row_item {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1; }
    .l-row .l-row_item ~ .l-row_item {
      margin-left: 25px; }
    .l-row .l-row_item.l-row_item--right {
      -ms-flex: none;
      -webkit-box-flex: 0;
              flex: none;
      margin-left: auto; }
    .l-row .l-row_item.l-row_item--flex {
      -js-display: flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
              align-items: center; }
  .l-row.l-row--col2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .l-row.l-row--col2 .l-row_item {
      width: 48%;
      -ms-flex: none;
      -webkit-box-flex: 0;
              flex: none;
      margin-bottom: 15px; }
      .l-row.l-row--col2 .l-row_item:nth-of-type(2n+1) {
        margin-left: 0; }
  .l-row.l-row--col3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .l-row.l-row--col3 .l-row_item {
      width: 30%;
      -ms-flex: none;
      -webkit-box-flex: 0;
              flex: none; }
      .l-row.l-row--col3 .l-row_item:nth-of-type(3n+1) {
        margin-left: 0; }
  .l-row.l-row--col4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .l-row.l-row--col4 .l-row_item {
      width: 23.5%;
      -ms-flex: none;
      -webkit-box-flex: 0;
              flex: none;
      margin-bottom: 15px; }
      .l-row.l-row--col4 .l-row_item ~ .l-row_item {
        margin-left: 2%; }
      .l-row.l-row--col4 .l-row_item:nth-of-type(4n+1) {
        margin-left: 0; }
  .l-row.l-row--col5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start; }
    .l-row.l-row--col5 .l-row_item {
      width: 17%;
      -ms-flex: none;
      -webkit-box-flex: 0;
              flex: none;
      margin-bottom: 15px; }
      .l-row.l-row--col5 .l-row_item ~ .l-row_item {
        margin-left: 3.7%; }
      .l-row.l-row--col5 .l-row_item:nth-of-type(5n+1) {
        margin-left: 0; }
  .l-row.l-row--left {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start; }
    .l-row.l-row--left .l-row_item {
      -ms-flex: none;
      -webkit-box-flex: 0;
              flex: none; }
      .l-row.l-row--left .l-row_item.l-row_item--flex {
        display: block;
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
                flex: 1 1 auto; }
  .l-row.l-row--right {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end; }
    .l-row.l-row--right .l-row_item {
      -ms-flex: none;
      -webkit-box-flex: 0;
              flex: none; }
  .l-row.l-row--betw {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .l-row.l-row--top {
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start; }
  .l-row.l-row--bottom {
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end; }

.l-wrapper {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 60px;
  min-width: 1000px; }
  .l-wrapper .l-side {
    padding: 32px 15px 30px;
    background: #9F6D6E url(/manage/common/image/bg_texture.jpg) repeat;
    z-index: 1;
    width: 210px;
    -ms-flex: none;
    -webkit-box-flex: 0;
            flex: none;
    -webkit-transition: margin 0.6s cubic-bezier(0.24, 1, 0.32, 1);
    transition: margin 0.6s cubic-bezier(0.24, 1, 0.32, 1);
    margin-left: -210px;
    min-height: calc(100vh - 50px); }
  .l-wrapper .l-main {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    display: block;
    position: relative;
    -webkit-transition: margin 0.6s cubic-bezier(0.24, 1, 0.32, 1);
    transition: margin 0.6s cubic-bezier(0.24, 1, 0.32, 1);
    background: #f7f2f2;
    padding-bottom: 60px; }
    .l-wrapper .l-main .l-main_header {
      height: 32px;
      background: #d8cacb;
      -js-display: flex;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
              justify-content: space-between;
      padding-right: 30px; }
    .l-wrapper .l-main .l-main_btn {
      height: 100%;
      line-height: 32px;
      width: 32px;
      text-align: center;
      cursor: pointer;
      -webkit-transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1);
      transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1); }
      .l-wrapper .l-main .l-main_btn:before {
        content: '\f0c9';
        font-family: fontAwesome;
        font-size: 2rem; }
      .l-wrapper .l-main .l-main_btn:hover {
        background: #b5bbc8; }
    .l-wrapper .l-main .l-main_content {
      padding: 15px 30px; }
  .l-wrapper.is-expanded .l-side {
    margin-left: 0; }
  .l-wrapper.is-expanded .l-sideBtn {
    -webkit-transform: translateX(125px);
            transform: translateX(125px);
    background: #6B4846;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .l-wrapper.is-expanded .l-sideBtn:before {
      content: '\f00d';
      font-family: fontAwesome;
      color: #fff; }
  .l-wrapper.is-expanded .l-main .l-main_btn:before {
    content: '\f100';
    font-family: fontAwesome;
    font-size: 3.2rem; }

/* =========================================================
 Object
========================================================= */
/* ---------------------------------------------------------
 Component
--------------------------------------------------------- */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: background 200ms, border 200ms, color 200ms, -webkit-box-shadow 200ms;
  transition: background 200ms, border 200ms, color 200ms, -webkit-box-shadow 200ms;
  transition: background 200ms, border 200ms, box-shadow 200ms, color 200ms;
  transition: background 200ms, border 200ms, box-shadow 200ms, color 200ms, -webkit-box-shadow 200ms; }
  .btn.-size_xl {
    width: 100%; }
  .btn.-size_l {
    min-width: 250px;
    padding: 1em; }
  .btn.-size_m {
    min-width: 120px; }
  .btn.-size_s {
    min-width: 4em; }
  .btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd; }
  .btn-default:hover {
    background: #e7e7e7; }

.btn-primaly {
  color: #fff !important;
  background: #DF6F6E;
  border-color: #DF6F6E; }
  .btn-primaly:hover {
    color: #fff;
    background: #e6908f;
    border-color: #e6908f;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 3px #fff;
            box-shadow: inset 0 0 transparent, 0 0 0 3px #fff; }
  .btn-primaly:visited {
    color: #fff; }

.btn-danger {
  color: #fff !important;
  background: #e74c3c;
  background: #b1281a;
  border-color: #b1281a; }
  .btn-danger:hover {
    color: #fff;
    background: #ea6153;
    background: #cc2d1d;
    border-color: #cc2d1d;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 3px #f8c9c4;
            box-shadow: inset 0 0 transparent, 0 0 0 3px #f8c9c4; }
  .btn-danger:visited {
    color: #fff; }

.btn-alert {
  color: #fff !important;
  background: #e67e22;
  border-color: #e67e22; }
  .btn-alert:hover {
    color: #fff;
    background: #e98b39;
    border-color: #e98b39;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 3px #f6ceab;
            box-shadow: inset 0 0 transparent, 0 0 0 3px #f6ceab; }
  .btn-alert:visited {
    color: #fff; }

.btn-success {
  color: #fff !important;
  background: #27ae60;
  border-color: #27ae60; }
  .btn-success:hover {
    color: #fff;
    background: #27ae60;
    border-color: #27ae60;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 3px #d3f7d3;
            box-shadow: inset 0 0 transparent, 0 0 0 3px #d3f7d3; }
  .btn-success:visited {
    color: #fff; }

.btn-caution {
  color: #fff;
  background: #585555;
  border-color: #585555; }
  .btn-caution:hover {
    color: #fff;
    background: #815d56;
    border-color: #815d56;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 3px #f8eae7;
            box-shadow: inset 0 0 transparent, 0 0 0 3px #f8eae7; }
  .btn-caution:visited {
    color: #fff; }

.btn-success {
  color: #fff !important;
  background: #27ae60;
  border-color: #27ae60; }
  .btn-success:hover {
    color: #fff;
    background: #27ae60;
    border-color: #27ae60;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 3px #d3f7d3;
            box-shadow: inset 0 0 transparent, 0 0 0 3px #d3f7d3; }
  .btn-success:visited {
    color: #fff; }

.btn-invalidate {
  color: #fff;
  background: #585555;
  border-color: #585555; }
  .btn-invalidate:hover {
    color: #fff;
    background: #815d56;
    border-color: #815d56;
    -webkit-box-shadow: inset 0 0 transparent, 0 0 0 3px #f8eae7;
            box-shadow: inset 0 0 transparent, 0 0 0 3px #f8eae7; }

.btn-cancel {
  color: #8f736c;
  background: #e9e1e2;
  border-color: #ded2d2; }
  .btn-cancel:hover {
    background: #f5f4f5; }
  .btn-cancel:visited {
    color: #fff; }

.btn-return {
  background: #eaebef;
  border: 1px solid #d8cacb;
  border-radius: 4px;
  padding: 0 15px;
  height: 40px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: background 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  transition: background 0.6s cubic-bezier(0.24, 1, 0.32, 1); }
  .btn-return:hover {
    background: #d8cacb; }

.btn-nonactive {
  background: #d8cacb;
  color: #7a869d;
  pointer-events: none; }
  .btn-nonactive:visited {
    color: #7a869d; }

.c-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-grid--start, .c-grid--top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .c-grid--between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .c-grid--wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .c-grid--gap1 {
    gap: 0.25em 1em; }
  .c-grid--gap2 {
    gap: 0.25em 2em; }
  .c-grid--gap05 {
    gap: 0.25em 0.5em; }
  .c-grid--half {
    gap: 0 20px; }
    .c-grid--half > * {
      width: calc(50% - 10px); }

.c-grid_item {
  margin-right: 30px; }
  .c-grid_item--full {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .c-grid_item:last-child {
    margin-right: 0; }

.c-grid--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.c-grid-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  margin-top: 5px; }
  .c-grid-table > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px; }
  .c-grid-table__ttl {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 6em; }

.c-grid-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
  margin-top: 5px; }
  .c-grid-cell__ttl {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-grid-cell__body {
    min-width: 15em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .c-grid-cell__body--md {
      min-width: 18em; }
    .c-grid-cell__body--right {
      margin-left: auto; }
  .c-grid-cell__ttl-s {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 6em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .c-grid-cell__body-s {
    min-width: 11em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.c-grid-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px; }
  .c-grid-box__item {
    width: calc(50% - 6px); }
    .c-grid-box__item.-full {
      width: 100%; }
    .c-grid-box__item.-color {
      background-color: #f7f2f2;
      padding: 10px;
      border-radius: 8px; }

.c-grid-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px; }
  .c-grid-four__item {
    width: calc(25% - 9px); }

.heading-default {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 15px 0 30px;
  font-family: Noto Sans Japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-shadow: 1px 1px 0 #fff;
  position: relative;
  padding: 0 0 0 32px; }
  .heading-default:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    border: 8px solid #DF6F6E; }

.heading-bar {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 3px solid #d8cacb;
  padding: 5px 0;
  margin-bottom: 30px; }
  .heading-bar span {
    font-size: 1.4rem;
    font-weight: normal;
    margin-left: 1em; }

.heading-barBg {
  font-size: 1.4rem;
  font-weight: bold;
  background: #e0e0e0;
  padding: .4em 1em;
  border-radius: 4px;
  margin-bottom: 15px; }
  .heading-barBg.-color-theme, .heading-barBg--brown {
    background: #935C5F;
    color: #fff; }
  .heading-barBg--gray {
    background: #4c3f41;
    color: #fff; }

.heading-barLarge {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 1em;
  background: #e0e0e0;
  padding: .4em 0.4em; }

.heading-large {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1em; }

.heading-bold {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 1em; }

.lead-default {
  font-size: 1.4rem;
  margin-bottom: 30px; }

.xdsoft_datetimepicker {
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none; }

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px; }

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none; }

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important; }

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_noselect::selection {
  background: transparent; }

.xdsoft_noselect::-moz-selection {
  background: transparent; }

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none; }

.xdsoft_datetimepicker * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px; }

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0; }

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px; }

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center; }

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC); }

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle; }

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0; }

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0; }

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px; }

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0; }

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer; }

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline; }

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important; }

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
          box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right; }

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both; }

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%; }

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px; }

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px; }

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
          box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
          box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
          box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  -webkit-box-shadow: #178fe5 0 1px 3px 0 inset !important;
          box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  -webkit-box-shadow: inherit !important;
          box-shadow: inherit !important; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default; }

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px; }

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important; }

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important; }

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc; }

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px; }

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer; }

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto; }

.xdsoft_scroller_box {
  position: relative; }

.xdsoft_datetimepicker.xdsoft_dark {
  -webkit-box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
          box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
          box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==); }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  -webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
          box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  -webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
          box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  -webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
          box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important; }

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important; }

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333; }

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important; }

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px; }

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(73%, #f4f8fa));
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
  /* IE6-9 */ }

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f8fa), color-stop(73%, #FFF));
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */ }

.list-error {
  color: #e74c3c; }
  .list-error > li:before {
    content: '●';
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    margin-right: 5px; }
  .list-error > li ~ li {
    margin-top: 0.2em; }

.list-status {
  padding: 1em 1em 1em 2.5em;
  border: 1px solid #d8cacb;
  margin-bottom: 30px;
  border-radius: 4px; }
  .list-status .list-status_item {
    position: relative; }
    .list-status .list-status_item:before {
      content: '\f106';
      font-family: fontAwesome;
      position: absolute;
      left: -1.2em;
      top: 0; }
    .list-status .list-status_item ~ .list-status_item {
      margin-top: 0.2em; }
    .list-status .list-status_item.-success:before {
      content: '\f00c';
      font-family: fontAwesome;
      color: #27ae60; }
    .list-status .list-status_item.-error:before {
      content: '\f12a';
      font-family: fontAwesome;
      color: #e74c3c; }

.list-disc > li {
  padding-left: 10px;
  position: relative; }
  .list-disc > li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    display: block;
    position: absolute;
    top: 9px;
    left: 0; }

.m-contactBox {
  background: #DF6F6E;
  padding: 15px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
  .m-contactBox .m-contactBox_ttl {
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px; }
  .m-contactBox .m-contactBox_inner {
    background: #fff;
    border-radius: 4px;
    padding: 30px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
  .m-contactBox .m-contactBox_lead {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 30px; }
  .m-contactBox .m-contactBox_body {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center; }
  .m-contactBox .m-contactBox_name {
    font-size: 2rem;
    font-weight: bold; }
    .m-contactBox .m-contactBox_name span {
      display: block;
      font-weight: normal;
      font-size: 1.5rem; }
  .m-contactBox .m-contactBox_data {
    overflow: hidden;
    margin-left: 45px; }
    .m-contactBox .m-contactBox_data dt {
      float: left; }
    .m-contactBox .m-contactBox_data dd {
      padding-left: 5em; }

.m-revHistory {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  position: relative; }
  .m-revHistory ~ .m-revHistory {
    border-top: 1px solid #d8cacb; }
  .m-revHistory .m-revHistory_header {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 10px; }
    .m-revHistory .m-revHistory_header > *:first-child {
      margin-right: 1.5em; }
  .m-revHistory .m-revHistory_ttl {
    font-size: 1.6rem;
    font-weight: bold; }
  .m-revHistory .m-revHistory_file {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 2.4rem;
    border: 1px solid #d8cacb;
    border-radius: 4px;
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1), color 0.3s cubic-bezier(0.24, 1, 0.32, 1);
    transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1), color 0.3s cubic-bezier(0.24, 1, 0.32, 1); }
    .m-revHistory .m-revHistory_file:hover {
      background: #DF6F6E;
      border-color: #DF6F6E;
      color: #fff; }

.m-fileUpload {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
  .m-fileUpload .m-fileUpload_ttl {
    @inlcude fontSize(1.6);
    font-weight: bold;
    margin-bottom: 10px; }
  .m-fileUpload .m-fileUpload_file {
    margin-bottom: 10px; }
  .m-fileUpload .m-fileUpload_notice {
    font-size: 1.2rem; }

.m-profileBox {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  background: #fff;
  padding: 30px;
  font-size: 1.6rem;
  border: 1px solid #d8cacb; }
  .m-profileBox .m-profileBox_img {
    margin-right: 30px; }
  .m-profileBox .m-profileBox_name {
    font-size: 2.2rem;
    font-weight: bold; }
  .m-profileBox .m-profileBox_birth {
    margin-top: 15px; }
  .m-profileBox .m-profileBox_segment {
    padding: 15px 0 0;
    font-size: 1.4rem; }
    .m-profileBox .m-profileBox_segment > * {
      background: #fff;
      display: inline-block;
      padding: .3em .6em;
      border-radius: 40px;
      border: 1px solid #d8cacb; }

.m-pwGene {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }
  .m-pwGene ~ .m-pwGene {
    margin-top: 15px; }
  .m-pwGene:last-of-type {
    margin-bottom: 30px; }
  .m-pwGene .m-pwGene_ttl {
    font-weight: bold;
    margin-right: 15px; }
  .m-pwGene .m-pwGene_body {
    padding: .5em 2em;
    border: 1px solid #d8cacb;
    cursor: pointer; }

.m-prefSelect {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }
  .m-prefSelect .m-prefSelect_btn {
    margin-right: 15px;
    -ms-flex: none;
    -webkit-box-flex: 0;
            flex: none; }
  .m-prefSelect .m-prefSelect_body {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1; }
  .m-prefSelect .m-prefSelect_list {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-prefSelect .m-prefSelect_list > * {
      margin-right: 1.5em; }

.m-prefSelectModal {
  margin-bottom: 45px; }
  .m-prefSelectModal .m-prefSelectModal_ttl {
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 2px solid #d8cacb;
    margin-bottom: 10px; }
    .m-prefSelectModal .m-prefSelectModal_ttl ~ .m-prefSelectModal_ttl {
      margin-top: 30px; }

.m-prefSelectResume {
  margin-bottom: 15px; }
  .m-prefSelectResume .m-prefSelectResume_ttl {
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 2px solid #d8cacb;
    margin-bottom: 10px; }
    .m-prefSelectResume .m-prefSelectResume_ttl ~ .m-prefSelectResume_ttl {
      margin-top: 15px; }
  .m-prefSelectResume .m-prefSelectResume_body {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .m-prefSelectResume .m-prefSelectResume_body > * {
      margin-right: 1em; }

.m-inputRow {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }
  .m-inputRow--wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -5px; }
    .m-inputRow--wrap > * {
      margin-top: 5px;
      margin-right: 5px; }
      .m-inputRow--wrap > *:last-child {
        margin-right: 0; }
  .m-inputRow .m-inputRow_item {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center; }
    .m-inputRow .m-inputRow_item:after {
      margin: 0 0.8em; }
    .m-inputRow .m-inputRow_item--full {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .m-inputRow .m-inputRow_item ~ .m-inputRow_item {
      margin-left: 0; }
  .m-inputRow.m-inputRow--ymd > * {
    margin-right: 10px; }
    .m-inputRow.m-inputRow--ymd > *:last-child {
      margin-right: 0; }
  .m-inputRow.m-inputRow--ymd .m-inputRow_item:nth-of-type(1):after {
    content: "年"; }
  .m-inputRow.m-inputRow--ymd .m-inputRow_item:nth-of-type(2):after {
    content: "月"; }
  .m-inputRow.m-inputRow--ymd .m-inputRow_item:nth-of-type(3):after {
    content: "日"; }
  .m-inputRow.m-inputRow--number .m-inputRow_item:after {
    content: '';
    width: 5px;
    height: 1px;
    background: #000; }
  .m-inputRow.m-inputRow--number .m-inputRow_item:last-child:after {
    display: none; }
  .m-inputRow.m-inputRow--number .m-inputRow_item > * ~ * {
    margin-left: 15px; }
  .m-inputRow.m-inputRow--age .m-inputRow_item:after {
    content: "～"; }
  .m-inputRow.m-inputRow--age .m-inputRow_item:last-child:after {
    display: none; }

.m-tabMenu {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: 2px solid #d8cacb;
  margin-bottom: 30px; }
  .m-tabMenu .m-tabMenu_item {
    background: #fff;
    border-radius: 4px 4px 0 0;
    border: 1px solid #e1e3e9;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: relative; }
    .m-tabMenu .m-tabMenu_item.is-nonactive {
      pointer-events: none; }
    .m-tabMenu .m-tabMenu_item.is-disable {
      color: #d1d1d1;
      pointer-events: none; }
    .m-tabMenu .m-tabMenu_item:before {
      content: '';
      background: #DF6F6E;
      width: 100%;
      height: 3px;
      position: absolute;
      bottom: -3px;
      left: 0;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.24, 1, 0.32, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0.24, 1, 0.32, 1);
      transition: transform 0.3s cubic-bezier(0.24, 1, 0.32, 1);
      transition: transform 0.3s cubic-bezier(0.24, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.24, 1, 0.32, 1); }
    .m-tabMenu .m-tabMenu_item ~ .m-tabMenu_item {
      margin-left: 20px; }
    .m-tabMenu .m-tabMenu_item a {
      display: block;
      text-decoration: none;
      border-radius: 4px 4px 0 0;
      -webkit-transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1);
      transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1); }
    .m-tabMenu .m-tabMenu_item:hover:before {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
    .m-tabMenu .m-tabMenu_item:hover a {
      background: #f5f6f8; }
    .m-tabMenu .m-tabMenu_item.is-active:before {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
  .m-tabMenu .m-tabMenu_item--right-btn {
    margin-left: auto; }
  .m-tabMenu > *:last-child {
    margin-left: auto; }
    .m-tabMenu > *:last-child a {
      text-decoration: none; }

.m-btnBox {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }
  .m-btnBox .m-btnBox_item ~ .m-btnBox_item {
    margin-left: 15px; }
  .m-btnBox .m-btnBox_item.m-btnBox_item--right {
    margin-left: auto; }
  .m-btnBox .m-btnBox_item.m-btnBox_item--left {
    margin-right: auto; }
  .m-btnBox .m-btnBox_item > * ~ * {
    margin-left: 15px; }
  .m-btnBox.m-btnBox--center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center; }
  .m-btnBox.m-btnBox--between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .m-btnBox.m-btnBox--right {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end; }

.m-panel {
  background: #f5f6f8;
  padding: 15px;
  border-radius: 4px;
  font-size: 1.3rem;
  line-height: 2; }
  .m-panel.m-panel--white {
    background: #fff;
    border: 1px solid #d8cacb; }

.m-box {
  border-radius: 3px;
  background: #fff;
  border-top: 3px solid #d8cacb;
  margin-bottom: 30px;
  width: 100%;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
  .m-box .m-box_ttl {
    font-size: 1.6rem;
    font-weight: bold;
    font-family: Noto Sans Japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 10px 30px;
    border-bottom: 2px solid #f4f4f4; }
  .m-box_head {
    padding: 30px 30px 0 30px; }
  .m-box .m-box_body {
    padding: 30px; }
    .m-box .m-box_body ~ .m-box_body {
      padding-top: 0; }
  .m-box .m-box_row {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .m-box .m-box_row--right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .m-box .m-box_lead {
    font-size: 1.6rem; }
  .m-box .m-box_btn {
    text-align: right; }

.m-card {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #d8cacb;
  border-radius: 4px;
  padding: 15px; }
  .m-card .m-card_lead {
    font-size: 1.6rem; }
  .m-card .m-card_icon {
    margin-bottom: 10px;
    font-size: 1.8rem; }
  .m-card.m-card--center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center; }
    .m-card.m-card--center > * ~ * {
      margin-left: 45px; }

.m-card--link {
  padding: 0;
  -webkit-transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1), color 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1), color 0.3s cubic-bezier(0.24, 1, 0.32, 1); }
  .m-card--link .m-card_link {
    padding: 15px;
    display: block;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    text-decoration: none; }
  .m-card--link:hover {
    background: #DF6F6E; }
    .m-card--link:hover .m-card_link {
      color: #fff; }

.m-inputBox {
  margin-bottom: 25px;
  width: 100%; }
  .m-inputBox:last-child {
    margin-bottom: 0; }
  .m-inputBox .m-inputBox_ttl {
    margin-bottom: 5px; }
    .m-inputBox .m-inputBox_ttl.m-inputBox_ttl--fixed {
      width: 10em; }
    .m-inputBox .m-inputBox_ttl ~ .m-inputBox_ttl {
      margin-left: 2em; }
  .m-inputBox .m-inputBox_note {
    display: block;
    font-size: 1.2rem;
    margin-top: .5em;
    color: #666; }
  .m-inputBox .m-inputBox_notice {
    font-size: 1.2rem;
    margin-top: .5em;
    color: #e74c3c; }
  .m-inputBox .m-inputBox_mandatory {
    color: #fff;
    background: #e74c3c;
    padding: .2em .6em;
    font-size: 1.2rem;
    border-radius: 2px; }

.m-inputBox--horizon {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }
  .m-inputBox--horizon .m-inputBox_ttl {
    -ms-flex: none;
    -webkit-box-flex: 0;
            flex: none;
    min-width: 6em;
    margin-bottom: 0; }
    .m-inputBox--horizon .m-inputBox_ttl.m-inputBox_ttl--auto {
      min-width: 0; }
  .m-inputBox--horizon .m-inputBox_body {
    margin-left: 2em;
    width: 100%; }
    .m-inputBox--horizon .m-inputBox_body.m-inputBox_body--flex {
      -ms-flex: 1 1 auto;
      -webkit-box-flex: 1;
              flex: 1 1 auto; }

.m-inputBox--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.m-pager {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center; }
  .m-pager > li {
    background: #fff;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border: 1px solid #d8cacb;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1);
    transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1); }
    .m-pager > li ~ li {
      margin-left: 15px; }
    .m-pager > li:hover {
      background: #fff; }
    .m-pager > li a {
      display: block;
      text-decoration: none; }
  .m-pager .is-current {
    background: #DF6F6E;
    border-color: #DF6F6E;
    pointer-events: none; }
    .m-pager .is-current a {
      color: #fff; }

.m-pagetop {
  background: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 2;
  right: 40px;
  bottom: 40px;
  line-height: 40px;
  -webkit-transition: opacity 0.6s cubic-bezier(0.24, 1, 0.32, 1), -webkit-box-shadow 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  transition: opacity 0.6s cubic-bezier(0.24, 1, 0.32, 1), -webkit-box-shadow 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  transition: box-shadow 0.6s cubic-bezier(0.24, 1, 0.32, 1), opacity 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  transition: box-shadow 0.6s cubic-bezier(0.24, 1, 0.32, 1), opacity 0.6s cubic-bezier(0.24, 1, 0.32, 1), -webkit-box-shadow 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  cursor: pointer;
  opacity: 0;
  pointer-events: none; }
  .m-pagetop:before {
    content: '\f106';
    font-family: fontAwesome;
    font-size: 3rem;
    color: #DF6F6E; }
  .m-pagetop:hover {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
  .m-pagetop.is-active {
    opacity: 1;
    pointer-events: inherit; }

.m-modal {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-width: 1000px;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: opacity 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  transition: opacity 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55), opacity 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55), opacity 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  pointer-events: none; }
  .m-modal .m-modal_inner {
    background: #fff;
    position: relative;
    padding: 50px 50px 30px 50px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    max-height: 90%;
    overflow: auto; }
  .m-modal .m-modal_ttl {
    margin: -50px -50px 20px -50px;
    padding: 20px 60px;
    background: #DF6F6E;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center; }
  .m-modal .m-modal_lead {
    text-align: center;
    margin-bottom: 20px; }
  .m-modal .m-modal_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .m-modal .m-modal_btns > * ~ * {
      margin-left: 30px; }
    .m-modal .m-modal_btns > *.-align_right {
      -ms-flex: none;
      -webkit-box-flex: 0;
              flex: none;
      margin: 0 0 0 auto; }
    .m-modal .m-modal_btns.m-modal_btns--center {
      -ms-flex-pack: center;
      -webkit-box-pack: center;
              justify-content: center; }
  .m-modal .m-modal_close {
    font-size: 2.4rem;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #FFF;
    cursor: pointer;
    -webkit-transition: color 0.3s cubic-bezier(0.24, 1, 0.32, 1);
    transition: color 0.3s cubic-bezier(0.24, 1, 0.32, 1); }
    .m-modal .m-modal_close:hover {
      color: #8893a8; }
  .m-modal .m-modal_cover {
    width: 900px;
    max-width: 100%; }
  .m-modal.is-opened {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    pointer-events: inherit; }

.input,
.textarea {
  border: 1px solid #d8cacb;
  border-radius: 4px;
  padding: .4em .8em;
  -webkit-transition: border-color 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  transition: border-color 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  background: #fff; }
  .input:focus,
  .textarea:focus {
    -webkit-box-shadow: 0 0 4px #DF6F6E;
            box-shadow: 0 0 4px #DF6F6E; }

.input.-size_l,
.-size_l.textarea {
  width: 100%; }

.input.-size_m,
.-size_m.textarea {
  width: 300px;
  max-width: 100%; }

.input.-size_s,
.-size_s.textarea {
  width: 180px;
  max-width: 100%; }

.input.-size_ms,
.-size_ms.textarea {
  width: 120px;
  max-width: 100%; }

.input.-size_xs,
.-size_xs.textarea {
  width: 80px;
  max-width: 100%; }

.input:focus,
.textarea:focus {
  border-color: #b5bbc8; }

.file-wrap {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer; }
  .file-wrap .file-data {
    display: none; }
  .file-wrap .file-btn {
    margin-right: 15px; }
  .file-wrap .file-txt {
    width: 100%;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    pointer-events: none; }

.textarea {
  min-height: 6em;
  resize: vertical;
  background: #fff; }
  .textarea.-min-height-m {
    min-height: 10em; }
  .textarea.-min-height-xl {
    min-height: 26.75em; }
  .textarea.-min-height-xxl {
    min-height: 40em; }

.radioList,
.checkList {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .radioList--column,
  .checkList--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.radioList > li,
.checkList > li {
  margin-right: 2em;
  max-width: 100%; }

.radioList > li:last-of-type,
.checkList > li:last-of-type {
  margin-right: 0; }

.radioList.radioList--wrap, .radioList.checkList--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.checkList.radioList--wrap, .checkList.checkList--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

textarea:disabled {
  background: #e3e3e4;
  cursor: not-allowed; }

input[type=text][disabled] {
  background: #e3e3e4;
  cursor: not-allowed; }

.radio {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 0 5px 0 5px;
  vertical-align: middle;
  cursor: pointer;
  min-height: 1.5em; }
  .radio input[type=radio] {
    z-index: 1;
    /* TAB key*/
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    left: 5px;
    border-radius: 50%;
    background: transparent;
    width: 16px;
    height: 15px;
    top: 2px;
    border: none; }
    .radio input[type=radio]:focus {
      opacity: 1;
      -webkit-box-shadow: 0 0 4px #DF6F6E;
              box-shadow: 0 0 4px #DF6F6E; }
    .radio input[type=radio] + .check-icon {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 16px;
      margin-right: 0.5em;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .radio input[type=radio] + .check-icon::after {
        z-index: 3;
        position: absolute;
        top: 3px;
        display: block;
        content: '';
        border-radius: 50%;
        border: 1px solid #ccc;
        background: #fff;
        width: 8px;
        height: 8px;
        left: 4px;
        border: none;
        -webkit-transition: background 0.1s linear;
        transition: background 0.1s linear; }
      .radio input[type=radio] + .check-icon::before {
        z-index: 2;
        position: absolute;
        top: -1px;
        left: 0;
        display: block;
        width: 16px;
        height: 16px;
        content: '';
        border-radius: 50%;
        border: 1px solid #ccc;
        background: #fff; }
    .radio input[type=radio]:checked + .check-icon::after {
      background: #DF6F6E; }
    .radio input[type=radio]:disabled + .check-icon {
      cursor: not-allowed; }
    .radio input[type=radio]:disabled + .check-icon::before {
      background: #eee; }
    .radio input[type=radio]:disabled + .check-icon::after {
      background: #aaa; }

.radioBtns {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }
  .radioBtns .radioBtns_item {
    margin-right: 30px; }

.checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 5px 5px 5px 5px;
  vertical-align: middle;
  cursor: pointer; }
  .checkbox input[type=checkbox] {
    z-index: 1;
    /* TAB key*/
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 19px;
    background: #fff; }
    .checkbox input[type=checkbox]:focus {
      opacity: 1;
      -webkit-box-shadow: 0 0 4px #DF6F6E;
              box-shadow: 0 0 4px #DF6F6E; }
    .checkbox input[type=checkbox] + .check-icon {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      margin-right: 0.5em;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .checkbox input[type=checkbox] + .check-icon::after {
        z-index: 2;
        -webkit-transition: border-color 0.2s linear;
        transition: border-color 0.2s linear;
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        border: 1px solid #d8cacb;
        content: '';
        border-radius: 2px;
        background: #fff; }
      .checkbox input[type=checkbox] + .check-icon::before {
        z-index: 3;
        -webkit-transition: opacity 0.2s cubic-bezier(0.24, 1, 0.32, 1);
        transition: opacity 0.2s cubic-bezier(0.24, 1, 0.32, 1);
        position: absolute;
        top: 50%;
        left: 5px;
        display: block;
        margin-top: -9px;
        width: 9px;
        height: 14px;
        border-right: 3px solid #DF6F6E;
        border-bottom: 3px solid #DF6F6E;
        content: '';
        opacity: 0;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    .checkbox input[type=checkbox]:disabled + .check-icon::after {
      background: #e3e3e4; }
    .checkbox input[type=checkbox]:disabled:checked + .check-icon::before {
      border-right: 3px solid #4c3f41;
      border-bottom: 3px solid #4c3f41; }
    .checkbox input[type=checkbox]:checked + .check-icon::after {
      border-color: #b5bbc8; }
    .checkbox input[type=checkbox]:checked + .check-icon::before {
      opacity: 1; }

.checkbox.checkbox--itself {
  padding: 0;
  width: 20px; }
  .checkbox.checkbox--itself input[type=checkbox] {
    left: 0; }

.select-wrap {
  position: relative;
  display: block; }
  .select-wrap:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 5px 5px 0 5px;
    border-top-color: #DF6F6E;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -2px;
    pointer-events: none; }
  .select-wrap--color {
    position: relative;
    display: block; }
    .select-wrap--color:after {
      border-top-color: #fff; }

.-size_xxxl {
  width: 660px;
  max-width: 100%; }

.-size_xxl {
  width: 540px;
  max-width: 100%; }

.-size_xl {
  width: 420px;
  max-width: 100%; }

.select-wrap.-size_xxl {
  width: 500px;
  max-width: 100%; }

.select-wrap.-size_l {
  width: 300px;
  max-width: 100%; }

.select-wrap.-size_m {
  width: 180px;
  max-width: 100%; }

.select-wrap.-size_s {
  width: 120px;
  max-width: 100%; }

.select-wrap.-size_xs {
  width: 80px;
  max-width: 100%; }

.select {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #d8cacb;
  border-radius: 4px;
  padding: .4em 2.4em .4em .8em !important;
  -webkit-transition: border-color 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  transition: border-color 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  cursor: pointer;
  background: #fff; }
  .select.-size_l {
    width: 100%; }
  .select:focus {
    border-color: #b5bbc8;
    -webkit-box-shadow: 0 0 4px #DF6F6E;
            box-shadow: 0 0 4px #DF6F6E; }
  .select::-ms-expand {
    display: none; }
  .select:disabled {
    background: #d1d1d1;
    cursor: not-allowed; }

.m-select-color {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #d8cacb;
  border-radius: 4px;
  padding: .4em 2.4em .4em .8em !important;
  -webkit-transition: border-color 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  transition: border-color 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  cursor: pointer;
  background: #DF6F6E;
  color: #fff; }
  .m-select-color option {
    background: #fff;
    color: #000; }
  .m-select-color::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 5px 5px 0 5px;
    border-top-color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -2px;
    pointer-events: none; }
  .m-select-color.-size_l {
    width: 100%; }
  .m-select-color:focus {
    border-color: #b5bbc8;
    -webkit-box-shadow: 0 0 4px #DF6F6E;
            box-shadow: 0 0 4px #DF6F6E; }
  .m-select-color::-ms-expand {
    display: none; }
  .m-select-color:disabled {
    background: #d1d1d1;
    cursor: not-allowed; }

.datePickerList {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }
  .datePickerList--wrap > li .input.-size_s {
    max-width: 180px;
    width: 100%; }
  .datePickerList > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .datePickerList > li ~ li:before {
      content: '～';
      display: block;
      vertical-align: middle;
      margin: 0 1em; }
    .datePickerList > li.-none {
      margin-left: 5px; }
      .datePickerList > li.-none:before {
        content: none; }

.datePickerWrap {
  position: relative;
  cursor: pointer;
  display: inline-block;
  max-width: 100%; }
  .datePickerWrap:before {
    content: '\f133';
    font-family: fontAwesome;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px; }

.datePicker,
.datePickerWithTime,
.datePickerWithTimeAlt {
  cursor: pointer; }

.ui-state-default {
  padding: .2em .4em;
  cursor: pointer; }

.acBox {
  overflow: hidden; }
  .acBox .acBox_trigger {
    cursor: pointer;
    background: #fff;
    padding: 15px 0 15px 45px;
    border: 1px solid #d8cacb;
    position: relative;
    -webkit-transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1);
    transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1); }
    .acBox .acBox_trigger:before {
      content: '';
      width: 16px;
      height: 2px;
      background: #DF6F6E;
      display: block;
      position: absolute;
      left: 15px;
      top: 50%;
      margin-top: -1px; }
    .acBox .acBox_trigger:after {
      content: '';
      width: 16px;
      height: 2px;
      background: #DF6F6E;
      display: block;
      position: absolute;
      left: 15px;
      top: 50%;
      margin-top: -1px;
      width: 2px;
      height: 16px;
      margin-top: -8px;
      left: 22px;
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.24, 1, 0.32, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0.24, 1, 0.32, 1);
      transition: transform 0.3s cubic-bezier(0.24, 1, 0.32, 1);
      transition: transform 0.3s cubic-bezier(0.24, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.24, 1, 0.32, 1); }
    .acBox .acBox_trigger:hover {
      background: #fbfcfc; }
    .acBox .acBox_trigger.is-active:after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .acBox .acBox_body {
    display: none; }

.acBox--open .acBox_body {
  display: block; }

.accordionBtn {
  cursor: pointer; }

.accordionBody {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.24, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.24, 1, 0.32, 1); }
  .accordionBody.is-opened {
    -webkit-transform: scale(1);
            transform: scale(1); }

.list-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #d8cacb;
  border-bottom: 1px solid #d8cacb;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-table__head {
    border-top: 1px solid #d8cacb;
    border-right: 1px solid #d8cacb;
    padding: 0.75em .5em;
    background: #f8f9fa; }
    .list-table__head.-w_pref {
      min-width: 7em; }
  .list-table__body {
    border-top: 1px solid #d8cacb;
    border-right: 1px solid #d8cacb;
    padding: .5em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #fff; }

.m-blank-box {
  text-align: center;
  padding: 60px 20px;
  background-color: #fff; }

.p-ttl-height {
  min-height: 35px; }

.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .c-row--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-row--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .c-row--g10 {
    gap: 10px; }
  .c-row--g5 {
    gap: 10px; }
  .c-row--f1 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.table-small {
  font-size: 1.2rem; }
  .table-small thead th {
    padding: 1em 0.1em; }
  .table-small--padding th {
    padding: .25em 1em .25em 0em;
    vertical-align: middle;
    word-break: break-all; }
  .table-small--padding td {
    padding: .25em 1em .25em 0em;
    vertical-align: middle;
    word-break: break-all; }

.table .table_notice {
  font-size: 1.2rem;
  color: #e74c3c;
  padding: 0.5em 0 0; }
  .table .table_notice a {
    color: #e74c3c; }
    .table .table_notice a:visited {
      color: #e74c3c; }

.table .table_new {
  color: #e74c3c; }

.table .table_sortable {
  text-decoration: underline;
  cursor: pointer; }

.table .table_alert {
  color: #fff;
  padding: .2em 1em;
  border-radius: 40px;
  font-size: 1.1rem;
  display: inline-block; }
  .table .table_alert.-unread {
    background: #e74c3c; }
  .table .table_alert.-reply {
    background: #e67e22; }

.table .table_header {
  background: #eaebef;
  padding: 1em; }

.table img {
  max-width: 100%; }

.table-default {
  width: 100%;
  background: #fff; }
  .table-default th,
  .table-default td {
    padding: .5em;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #d8cacb;
    word-break: break-all; }
  .table-default th.-top,
  .table-default td.-top {
    border-top: none; }
  .table-default th.-size_m,
  .table-default td.-size_m {
    width: 300px; }
  .table-default th.-size_s,
  .table-default td.-size_s {
    width: 200px; }
  .table-default th.-size_xs,
  .table-default td.-size_xs {
    width: 150px; }
  .table-default th.-size_p7,
  .table-default td.-size_p7 {
    width: 7%; }
  .table-default th.-size_xms,
  .table-default td.-size_xms {
    width: 100px; }
  .table-default th.-size_xxs,
  .table-default td.-size_xxs {
    width: 80px; }
  .table-default th.-size_xxxs,
  .table-default td.-size_xxxs,
  .table-default th.-size_code,
  .table-default td.-size_code {
    width: 45px; }
  .table-default th.-size_plan,
  .table-default td.-size_plan {
    width: 230px; }
  .table-default th.-size_person,
  .table-default td.-size_person {
    width: 120px; }
  .table-default thead th {
    padding: 1em .2em;
    position: relative;
    border-bottom: 2px solid #DF6F6E; }
  .table-default tbody th {
    background: #f8f9fa; }
  .table-default tbody.-color-even tr:nth-child(even) {
    background-color: #f7f2f2; }
  .table-default tbody.-color-even-double tr:nth-child(4n+1),
  .table-default tbody.-color-even-double tr:nth-child(4n+2) {
    background-color: #f7f2f2; }
  .table-default.-ta_left tbody th,
  .table-default.-ta_left tbody td {
    text-align: left; }
  .table-default.-fixed {
    table-layout: fixed; }
  .table-default .-bg_yellow {
    background: #C4B429; }
  .table-default .-bg_grey {
    background: #EfEfEf; }
  .table-default .-bg_invalidate {
    background: #DEDEDE !important; }
  .table-default .-bg_color {
    background-color: #f7f2f2; }
  .table-default .-bg_theme {
    background: #DF6F6E; }
  .table-default .-ta_left {
    text-align: left; }
  .table-default .-ta_right {
    text-align: right !important; }
  .table-default .-ta_center {
    text-align: center !important; }
  .table-default .-ta_bold {
    font-weight: bold; }
  .table-default .-ta_nowrap {
    white-space: nowrap; }
  .table-default .-ta_pt1 {
    padding-top: 1em; }
  .table-default .-ta_pthalf {
    padding-top: 0.5em; }
  .table-default .-status_ok,
  .table-default .-status_active,
  .table-default .-status_approach,
  .table-default .-status_hope,
  .table-default .-status_revise,
  .table-default .-status_before {
    color: #DF6F6E;
    background: #fff; }
  .table-default .-status_outstand,
  .table-default .-status_scheduled,
  .table-default .-status_draft {
    color: #C4B429;
    background: #faf8e8; }
  .table-default .-status_ng,
  .table-default .-status_danger {
    color: #e74c3c;
    background: #fceae9; }
  .table-default .-status_ng a,
  .table-default .-status_danger a {
    color: #e74c3c; }
  .table-default .-status_na,
  .table-default .-status_decline,
  .table-default .-status_rejected,
  .table-default .-status_published {
    color: #606c84;
    background: #f5f6f8; }
  .table-default .-status_na a,
  .table-default .-status_decline a,
  .table-default .-status_rejected a,
  .table-default .-status_published a,
  .table-default .-status_na a:visited,
  .table-default .-status_decline a:visited,
  .table-default .-status_rejected a:visited,
  .table-default .-status_published a:visited {
    color: #606c84; }
  .table-default .-status_accept,
  .table-default .-status_applied {
    color: #e67e22;
    background: #fdf6f0; }
  .table-default .-status_accept a,
  .table-default .-status_applied a,
  .table-default .-status_accept a:visited,
  .table-default .-status_applied a:visited {
    color: #e67e22; }
  .table-default .-status_offered {
    color: #27ae60;
    background: #f6fdf9; }
  .table-default .-txt-notice {
    color: #e44f4f;
    font-size: 12px;
    font-size: 1.2rem; }

.table-default--minimum {
  min-width: 980px; }
  .table-default--minimum th,
  .table-default--minimum td {
    padding: 0.5em 0.1em; }

.-status_public {
  color: #e67e22; }

/* ---------------------------------------------------------
 Project
--------------------------------------------------------- */
.p-alert {
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 1em;
  border: 1px solid #DF6F6E;
  background-color: #fff; }
  .p-alert i {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    margin-right: 0.25em; }
  .p-alert--success {
    border: 1px solid #5bb698;
    background: #E7F8E6; }
    .p-alert--success i {
      color: #5bb698; }
  .p-alert--false {
    border: 1px solid #cc2424;
    background-color: #fae1e1; }
    .p-alert--false i {
      color: #cc2424; }
  .p-alert--disabled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #aaa9a9;
    background: #aaa9a9;
    color: #fff; }
    .p-alert--disabled i {
      color: #fff; }

.appMenuWrap {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .appMenuWrap > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1; }
    .appMenuWrap > * ~ * {
      margin-left: 30px; }

.appMenu {
  text-align: center;
  text-decoration: none;
  border: 1px solid #d8cacb;
  padding: 30px;
  border-radius: 4px;
  -webkit-transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1), color 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1), color 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .appMenu .appMenu_ttl {
    font-size: 2.2rem;
    font-weight: bold;
    -webkit-transition: color 0.3s cubic-bezier(0.24, 1, 0.32, 1);
    transition: color 0.3s cubic-bezier(0.24, 1, 0.32, 1); }
  .appMenu .appMenu_number {
    -webkit-transition: color 0.3s cubic-bezier(0.24, 1, 0.32, 1);
    transition: color 0.3s cubic-bezier(0.24, 1, 0.32, 1);
    margin-bottom: 0.5em; }
    .appMenu .appMenu_number span {
      font-size: 2.4rem;
      font-weight: bold;
      color: #e74c3c;
      margin-right: 0.1em; }
  .appMenu .appMenu_btn {
    margin-top: auto; }

.breadcrumbs {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  font-size: 1.2rem; }
  .breadcrumbs > li:before {
    content: '>';
    margin: 0 0.5em; }
  .breadcrumbs > li:first-child:before {
    display: none; }

.p-calendar-view__item {
  margin-right: 15px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .p-calendar-view__item:last-child {
    margin-right: 0; }
  .p-calendar-view__item .-label-month {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3em;
            flex: 0 0 3em;
    font-weight: bold; }

.p-calendar-area {
  display: none; }
  .p-calendar-area.-is-show {
    display: block; }

.p-calendar-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .p-calendar-input__table {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 700px; }
  .p-calendar-input table tr.-is-specific {
    background-color: rgba(115, 228, 175, 0.7); }
  .p-calendar-input table tr.-is-exclusion {
    background-color: rgba(253, 223, 166, 0.7); }
  .p-calendar-input__note {
    margin-left: 25px; }

.p-calendar-sample {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px; }
  .p-calendar-sample ~ .p-calendar-sample {
    margin-top: 1em; }
  .p-calendar-sample__label {
    width: 50px;
    height: 26px;
    margin-right: 1em; }
    .p-calendar-sample__label.-c01 {
      background-color: #73e4af; }
    .p-calendar-sample__label.-c02 {
      background-color: #fddfa6; }

.p-calendar-cell {
  margin-left: 1em; }
  .p-calendar-cell__item {
    border: 1px solid #d8cacb;
    background-color: #fff; }
    .p-calendar-cell__item td.-is-specific {
      background-color: rgba(115, 228, 175, 0.7);
      border: 1px solid #73e4af; }
    .p-calendar-cell__item td.-is-exclusion {
      background-color: rgba(253, 223, 166, 0.7);
      border: 1px solid #fddfa6; }
    .p-calendar-cell__item ~ .p-calendar-cell__item {
      border-top: none; }
    .p-calendar-cell__item .-date {
      border-right: 1px solid #d8cacb;
      width: 2em;
      text-align: center; }
    .p-calendar-cell__item .-day {
      width: 2em;
      text-align: center; }

.p-status-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 10px; }
  .p-status-flow__item {
    position: relative; }
    .p-status-flow__item::after {
      position: absolute;
      top: 50%;
      right: -1.45em;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      content: '\f101';
      font-family: fontAwesome;
      font-size: 2rem;
      color: #bbb; }
    .p-status-flow__item:last-child::after {
      content: none; }
    .p-status-flow__item p {
      background-color: #fff;
      padding: 0.8em 1em 0.8em 1em;
      line-height: 1;
      border-radius: 3px;
      width: 11em; }
      .p-status-flow__item p::before {
        content: "";
        display: inline-block;
        width: 1em;
        height: 1em;
        border-radius: 500px;
        background-color: #DF6F6E;
        margin-right: .5em;
        line-height: 1; }
      .p-status-flow__item p.-pink::before {
        background-color: #DF6F6E; }
      .p-status-flow__item p.-green::before {
        background-color: #5bb698; }
      .p-status-flow__item p.-blue::before {
        background-color: #65C9D9; }
      .p-status-flow__item p.-yellow::before {
        background-color: #f3c702; }

.p-status-flow-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 10px; }
  .p-status-flow-mail__item {
    position: relative; }
    .p-status-flow-mail__item::after {
      position: absolute;
      top: 50%;
      right: -1.45em;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      content: '\f101';
      font-family: fontAwesome;
      font-size: 2rem;
      color: #bbb; }
    .p-status-flow-mail__item:nth-last-child(2)::after {
      content: '\f067';
      right: -1.5em; }
    .p-status-flow-mail__item:last-child::after {
      content: none; }
    .p-status-flow-mail__item p {
      background-color: #fff;
      padding: 0.8em 1em 0.8em 1em;
      line-height: 1;
      border-radius: 3px;
      width: 11em;
      position: relative; }
      .p-status-flow-mail__item p::before {
        content: "";
        display: inline-block;
        content: '\f003 ';
        font-family: fontAwesome;
        font-size: 2rem;
        margin-right: .5em;
        line-height: 1; }
      .p-status-flow-mail__item p .-done {
        color: #cc2424;
        display: block;
        position: absolute;
        top: 50%;
        right: 0.75em;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        border: 2px solid #cc2424;
        line-height: 1;
        border-radius: 500px;
        padding: 0.2em;
        font-size: 12px; }
      .p-status-flow-mail__item p .-nyet {
        color: #fff;
        display: block;
        position: absolute;
        top: 50%;
        right: 0.75em;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        border: 2px solid #939393;
        background-color: #939393;
        line-height: 1;
        border-radius: 500px;
        padding: 0.2em;
        font-size: 12px; }
      .p-status-flow-mail__item p .-num {
        background-color: #cc2424;
        color: #fff;
        display: block;
        position: absolute;
        top: 50%;
        right: 0.75em;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        border: 2px solid #cc2424;
        line-height: 1.2;
        border-radius: 500px;
        padding: 0.2em 0;
        text-align: center;
        width: 20px;
        height: 20px;
        font-size: 11px;
        font-size: 1.1rem; }

.p-status-flow-mail2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px; }
  .p-status-flow-mail2__item {
    position: relative; }
    .p-status-flow-mail2__item p {
      background-color: #fff;
      padding: 0.8em 0.5em;
      line-height: 1;
      border-radius: 6px;
      width: 7.5em;
      position: relative; }
      .p-status-flow-mail2__item p > span {
        background-color: #4c3f41;
        color: #fff;
        display: block;
        position: absolute;
        top: 50%;
        right: 0.25em;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        border: 2px solid #4c3f41;
        line-height: 1.0;
        border-radius: 500px;
        padding: 0.2em 0;
        text-align: center;
        width: 20px;
        height: 20px;
        font-size: 10px;
        font-size: 1rem; }
        .p-status-flow-mail2__item p > span.-done {
          color: #fff;
          background-color: #cc2424;
          border: 2px solid #cc2424; }

.c-footer {
  padding: 0 30px 30px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%); }
  .c-footer__cr {
    font-size: 1.2rem; }

.multiSteps {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 30px; }
  .multiSteps > li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    counter-increment: step; }
    .multiSteps > li:after {
      content: '';
      position: absolute;
      top: 0;
      left: 100%;
      content: '';
      height: 0;
      width: 0;
      border: 24px solid transparent;
      border-right-width: 0;
      border-left-width: 20px;
      z-index: 1;
      -webkit-transform: translateX(4px);
              transform: translateX(4px);
      border-left-color: #f5f5f5;
      margin: 0;
      border-top-width: 25px;
      border-bottom-width: 25px; }
    .multiSteps > li > * {
      width: 100%;
      text-align: center;
      position: relative;
      padding: 1em .8em 1em 2.5em;
      color: #2c3f4c;
      background-color: #d8cacb;
      border-color: #d8cacb;
      display: inline-block;
      font-weight: bold; }
      .multiSteps > li > *:before {
        content: counter(step) ".";
        display: inline-block;
        margin-right: 5px; }
      .multiSteps > li > *:after {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        content: '';
        height: 0;
        width: 0;
        border: 24px solid transparent;
        border-right-width: 0;
        border-left-width: 20px;
        z-index: 2;
        border-left-color: inherit;
        border-top-width: 25px;
        border-bottom-width: 25px; }
    .multiSteps > li:first-of-type > * {
      padding-left: 1.6em;
      border-radius: 4px 0 0 4px; }
    .multiSteps > li:last-of-type:after {
      display: none; }
    .multiSteps > li:last-of-type > * {
      padding-right: 1.6em;
      border-radius: 0 4px 4px 0; }
      .multiSteps > li:last-of-type > *:after {
        display: none; }
  .multiSteps > .is-current > * {
    color: #fff;
    background: #DF6F6E;
    border-color: #DF6F6E; }

.formSteps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }
  .formSteps > li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .formSteps > li:after {
      content: '';
      position: absolute;
      top: 0;
      left: 100%;
      content: '';
      height: 0;
      width: 0;
      border: 24px solid transparent;
      border-right-width: 0;
      border-left-width: 20px;
      z-index: 1;
      -webkit-transform: translateX(4px);
              transform: translateX(4px);
      border-left-color: #f5f5f5;
      margin: 0;
      border-top-width: 25px;
      border-bottom-width: 25px; }
    .formSteps > li > * {
      width: 100%;
      text-align: center;
      position: relative;
      padding: 1em .8em 1em 2.5em;
      color: #2c3f4c;
      background-color: #d8cacb;
      border-color: #d8cacb;
      display: inline-block;
      font-weight: bold; }
      .formSteps > li > *:after {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        content: '';
        height: 0;
        width: 0;
        border: 24px solid transparent;
        border-right-width: 0;
        border-left-width: 20px;
        z-index: 2;
        border-left-color: inherit;
        border-top-width: 25px;
        border-bottom-width: 25px; }
    .formSteps > li:first-of-type > * {
      padding-left: 1.6em;
      border-radius: 4px 0 0 4px; }
    .formSteps > li:last-of-type:after {
      display: none; }
    .formSteps > li:last-of-type > * {
      padding-right: 1.6em;
      border-radius: 0 4px 4px 0; }
      .formSteps > li:last-of-type > *:after {
        display: none; }
  .formSteps > .is-current > * {
    color: #fff;
    background: #DF6F6E;
    border-color: #DF6F6E; }
  .formSteps--color > li:after {
    border-left-color: #F7F2F2; }
  .formSteps--color > li > *:after {
    border-left-color: #d8cacb; }
  .formSteps--color .is-current > * {
    color: #fff;
    background: #DF6F6E;
    border-color: #DF6F6E; }
    .formSteps--color .is-current > *:after {
      border-left-color: #DF6F6E; }

.errorMessage {
  color: #e74c3c;
  border: 1px solid #e74c3c;
  border-radius: 4px;
  padding: 15px 30px;
  background: #fff;
  margin-bottom: 30px; }
  .errorMessage > li {
    padding-left: 12px;
    position: relative; }
    .errorMessage > li:before {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      background: #e74c3c;
      border-radius: 50%;
      position: absolute;
      top: 7px;
      left: 0; }
    .errorMessage > li ~ li {
      margin-top: 0.5em; }

.successMessage {
  color: #27ae60;
  border: 2px solid #27ae60;
  border-radius: 4px;
  padding: 15px 30px;
  background: #fff;
  margin-bottom: 30px; }
  .successMessage > li {
    padding-left: 20px;
    position: relative; }
    .successMessage > li:before {
      content: '\f00c';
      font-family: fontAwesome;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
    .successMessage > li ~ li {
      margin-top: 0.5em; }

.p-checkList--w20 > li {
  min-width: 11em; }

.p-formBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: none;
  min-height: 56px; }
  .p-formBox ~ .p-formBox {
    margin-top: 0px;
    padding-top: 0px; }
  .p-formBox__ttl {
    width: 280px;
    font-weight: 500;
    padding: 1em 1em 1em 1em;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1.5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-formBox__ttl--short {
      width: 220px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 220px;
              flex: 0 0 220px;
      max-width: 220px; }
  .p-formBox__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1em 1em 1em 1em;
    line-height: 1.5;
    -ms-flex-item-align: stretch;
        align-self: stretch; }

.p-warn {
  color: #e44f4f;
  font-size: 0.875em;
  padding-left: 0.5em; }

.p-radio-color {
  display: inline-block;
  line-height: 1; }
  .p-radio-color::before {
    content: '■';
    font-size: 2.0rem; }
  .p-radio-color.-white::before {
    color: #F6F6F6; }
  .p-radio-color.-black::before {
    color: #000; }
  .p-radio-color.-grey::before {
    color: #AAB2BE; }
  .p-radio-color.-gold::before {
    color: #E0C13D; }
  .p-radio-color.-silver::before {
    color: #C2C2C2; }
  .p-radio-color.-brown::before {
    color: #81604C; }
  .p-radio-color.-beige::before {
    color: #E0D1AD; }
  .p-radio-color.-red::before {
    color: #EF5663; }
  .p-radio-color.-pink::before {
    color: #F8AFD7; }
  .p-radio-color.-orange::before {
    color: #F98140; }
  .p-radio-color.-yellow::before {
    color: #FED14C; }
  .p-radio-color.-green::before {
    color: #9ED563; }
  .p-radio-color.-blue::before {
    color: #4DBEE9; }
  .p-radio-color.-navy::before {
    color: #4D86E9; }
  .p-radio-color.-purple::before {
    color: #AD8EEF; }
  .p-radio-color.-other::before {
    content: ''; }

.func {
  position: absolute;
  top: 15px;
  right: 30px;
  text-align: right; }
  .func .func_name {
    color: #DF6F6E; }
  .func .func_btn {
    font-size: 12px; }
    .func .func_btn a {
      color: #935C5F; }
  .func .func_box {
    position: absolute;
    right: 0;
    top: 20px;
    width: 140px;
    padding: 10px;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #d8cacb;
    margin: 10px 0 0 auto; }

.header {
  height: 60px;
  background: #f7f2f2;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header a {
    text-decoration: none; }
  .header .header_sub {
    font-size: 12px;
    font-size: 1.2rem; }
  .header .header_logo {
    height: 45px; }
    .header .header_logo a {
      text-decoration: none;
      display: block;
      padding-left: 1em; }

.header_logout {
  color: #666;
  font-size: 1.2rem;
  border: 1px solid #d8cacb;
  border-radius: 4px; }
  .header_logout a {
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 5px 10px;
    -webkit-transition: background 0.6s cubic-bezier(0.24, 1, 0.32, 1);
    transition: background 0.6s cubic-bezier(0.24, 1, 0.32, 1); }
  .header_logout:hover a {
    background: #d8cacb; }

.iconmail {
  fill: #dddddd; }

.iconmail .line {
  fill: #dddddd; }

.iconcomment {
  fill: #dddddd; }

.iconcomment .line {
  fill: #dddddd; }

.icon-order-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .icon-order-status__item svg {
    width: 30px;
    height: 30px; }
  .icon-order-status__item p {
    padding: 2px;
    position: relative; }
  .icon-order-status__item .-mail-num {
    position: absolute;
    top: 16px;
    left: 21px;
    font-weight: bold;
    color: #dddddd;
    font-size: 1rem; }
  .icon-order-status__item.-is-send .iconmail {
    fill: #8a7e7e; }
  .icon-order-status__item.-is-send .iconmail .line {
    fill: #8a7e7e; }
  .icon-order-status__item.-is-send .-mail-num {
    color: #8a7e7e; }
  .icon-order-status__item.-is-unread .iconcomment {
    fill: #8a7e7e; }
  .icon-order-status__item.-is-unread .iconcomment .line {
    fill: #8a7e7e; }
  .icon-order-status__item.-is-unread .-comment-num {
    display: block; }
  .icon-order-status__item .-comment-num {
    display: none;
    position: absolute;
    top: 0px;
    right: -4px;
    background: #e44f4f;
    border-radius: 500px;
    white-space: nowrap;
    width: 20px;
    height: 20px;
    line-height: 2;
    font-weight: bold;
    color: #fff;
    font-size: 0.9rem; }

.icon-order-check > * {
  position: relative;
  padding-left: 20px; }
  .icon-order-check > *::after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    height: 7px;
    border-left: 3px solid #dddddd;
    border-bottom: 3px solid #dddddd;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.icon-order-check.-is-done > *::after {
  border-left: 3px solid #5bb698;
  border-bottom: 3px solid #5bb698; }

.p-icon-nitial > span {
  position: relative;
  padding-left: 20px; }
  .p-icon-nitial > span::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 3px;
    left: 0;
    top: 0;
    border: 1px solid #8a7e7e;
    background-color: #8a7e7e; }
  .p-icon-nitial > span::after {
    position: absolute;
    content: attr(data-initial);
    left: 3px;
    top: 1px;
    color: #fff; }

.p-icon-nitial ~ .p-icon-nitial {
  margin-top: 0.5em; }

.p-icon-stamp > span {
  position: relative;
  padding-right: 30px; }
  .p-icon-stamp > span::before {
    position: absolute;
    content: "";
    width: 23px;
    height: 23px;
    border-radius: 500px;
    right: 0;
    top: 0;
    border: 3px double #e44f4f; }
  .p-icon-stamp > span::after {
    position: absolute;
    content: attr(data-initial);
    right: 5px;
    top: 6px;
    line-height: 1;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #e44f4f;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }

.p-icon-stamp ~ .p-icon-stamp {
  margin-top: 0.5em; }

.p-icon-text {
  height: 1.75em;
  width: 1.75em;
  border-radius: 50%;
  line-height: 1.75em;
  text-align: center;
  background: #fff;
  border: 1px solid #333;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin: 2px; }

.p-icon-is-correction,
.p-icon-is-req {
  height: 1.5em;
  width: 1.5em;
  border-radius: 3px;
  line-height: 1.5em;
  text-align: center;
  background: #e44f4f;
  border: 1px solid #e44f4f;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin: 2px; }

.p-icon-mail {
  position: relative;
  padding-right: 12px;
  padding-top: 3px;
  padding-bottom: 3px; }
  .p-icon-mail i {
    color: #333; }
  .p-icon-mail[data-unread]::before {
    content: attr(data-unread);
    font-size: 9px;
    font-size: 0.9rem;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 18px;
    height: 18px;
    background-color: #4c3f41;
    padding: 2px;
    border-radius: 100px;
    position: absolute;
    top: 0;
    right: -3px; }
  .p-icon-mail.-done[data-unread]::before {
    background-color: #e44f4f; }
  .p-icon-mail[data-unread=""]::before {
    content: none; }

.p-status-icon {
  padding-left: 0.3em;
  line-height: 1; }
  .p-status-icon > * {
    text-indent: -1.5em;
    margin-left: 1.5em;
    margin-bottom: 3px; }
    .p-status-icon > *::before {
      content: "";
      display: inline-block;
      width: 1em;
      height: 1em;
      border-radius: 500px;
      background-color: #DF6F6E;
      margin-right: .5em;
      line-height: 1; }
  .p-status-icon > *.-pink::before {
    background-color: #DF6F6E; }
  .p-status-icon > *.-green::before {
    background-color: #5bb698; }
  .p-status-icon > *.-blue::before {
    background-color: #65C9D9; }
  .p-status-icon > *.-yellow::before {
    background-color: #f3c702; }

.p-icon-status {
  line-height: 1;
  min-width: 2.75em;
  border-radius: 15%;
  text-align: center;
  background: #d1d1d1;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin: 2px;
  padding: 0.5em 0; }

.p-form-hide {
  display: none; }

.p-label-status {
  display: inline-block;
  padding: 0.3em 12px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #DF6F6E;
  border-radius: 500px;
  background-color: #fff;
  min-width: 7em;
  text-align: center; }
  .p-label-status.-status-green {
    color: #fff;
    border: 1px solid #5bb698;
    background-color: #5bb698; }
  .p-label-status.-status-yellowgreen {
    color: #fff;
    border: 1px solid #B6D300;
    background-color: #B6D300; }
  .p-label-status.-status-orange {
    color: #fff;
    border: 1px solid #f77943;
    background-color: #f77943; }
  .p-label-status.-status-blue {
    color: #fff;
    border: 1px solid #5586c5;
    background-color: #5586c5; }
  .p-label-status.-status-lightblue {
    color: #fff;
    border: 1px solid #55b8c5;
    background-color: #55b8c5; }
  .p-label-status.-status-red {
    color: #fff;
    border: 1px solid #e44f4f;
    background-color: #e44f4f; }
  .p-label-status.-status-yellow {
    color: #fff;
    border: 1px solid #ddb548;
    background-color: #ddb548; }
  .p-label-status.-status-gray {
    color: #fff;
    border: 1px solid #aaa9a9;
    background-color: #aaa9a9; }
  .p-label-status.-status-black {
    color: #fff;
    border: 1px solid #4c3f41;
    background-color: #4c3f41; }

.p-label-status-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 10em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2em 6px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.4;
  vertical-align: middle;
  border: 1px solid #DF6F6E;
  border-radius: 6px;
  background-color: #fff;
  min-width: 7em;
  text-align: left;
  margin-right: auto;
  margin-left: auto; }
  .p-label-status-num.-inline {
    display: inline-block; }
  .p-label-status-num.-center {
    text-align: center; }
  .p-label-status-num .-name {
    min-width: 5em; }
    .p-label-status-num .-name::first-letter {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: bold; }
  .p-label-status-num .-num {
    margin-left: 10px;
    min-width: 2em;
    text-align: right; }
  .p-label-status-num.-status-green {
    color: #fff;
    border: 1px solid #5bb698;
    background-color: #5bb698; }
  .p-label-status-num.-status-yellowgreen {
    color: #fff;
    border: 1px solid #7bc003;
    background-color: #7bc003; }
  .p-label-status-num.-status-orange {
    color: #fff;
    border: 1px solid #f77943;
    background-color: #f77943; }
  .p-label-status-num.-status-blue {
    color: #fff;
    border: 1px solid #5586c5;
    background-color: #5586c5; }
  .p-label-status-num.-status-lightblue {
    color: #fff;
    border: 1px solid #55b8c5;
    background-color: #55b8c5; }
  .p-label-status-num.-status-red {
    color: #fff;
    border: 1px solid #e44f4f;
    background-color: #e44f4f; }
  .p-label-status-num.-status-yellow {
    color: #fff;
    border: 1px solid #ddb548;
    background-color: #ddb548; }
  .p-label-status-num.-status-gray {
    color: #fff;
    border: 1px solid #aaa9a9;
    background-color: #aaa9a9; }
  .p-label-status-num.-status-black {
    color: #fff;
    border: 1px solid #4c3f41;
    background-color: #4c3f41; }

.p-dl-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .p-dl-label ~ .p-dl-label {
    margin-top: 5px; }
  .p-dl-label dt {
    background-color: #d1d1d1;
    border-radius: 5px;
    padding: 1px 3px; }

.p-label-invoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px; }
  .p-label-invoice ~ .p-label-invoice {
    margin-top: 5px; }
  .p-label-invoice .-label {
    border-radius: 4px;
    background-color: #e3e3e3;
    padding: 0.15em 0.5em;
    font-size: 12px;
    font-size: 1.2rem; }
  .p-label-invoice .-data {
    text-align: right; }

.loginWrapper {
  background: #d8cacb;
  height: 100vh;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.loginBox {
  background: #fff;
  width: 400px;
  margin: 0 auto;
  padding: 50px; }
  .loginBox .loginBox_ttl {
    font-size: 2.2rem;
    font-family: Noto Sans Japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    margin-bottom: 30px; }
  .loginBox .loginBox_save {
    padding: 15px 0; }
  .loginBox .loginBox_btn {
    text-align: center;
    margin-bottom: 30px; }
  .loginBox .loginBox_reminder {
    text-align: center; }

.p-login__ttl {
  width: 200px;
  height: 200px; }

.p-login__ttl-sub {
  font-size: 18px;
  font-size: 1.8rem; }

.p-login-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh; }
  .p-login-layout__left {
    background: #9F6D6E url(/manage/common/image/bg_texture.jpg) repeat;
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff; }
  .p-login-layout__right {
    width: 80vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .p-login-layout__inner {
    width: 320px; }

.p-modal-datalist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 1.3rem; }
  .p-modal-datalist.-center-y {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .p-modal-datalist__head {
    width: 60%;
    padding: 0.1em; }
  .p-modal-datalist__body {
    width: 40%;
    padding: 0.1em; }

.p-modal-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 380px; }
  .p-modal-flex__item {
    margin-left: 1%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .p-modal-flex__item.-long {
      max-width: 300px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 300px;
              flex: 0 0 300px; }
    .p-modal-flex__item:first-child {
      margin-left: 0; }

.previewHeader {
  padding: 0 15px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  position: relative; }

.previewSize {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 30px;
  font-size: 3rem;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .previewSize .previewSize_item {
    text-align: center;
    width: 120px;
    -webkit-transition: background 0.6s cubic-bezier(0.24, 1, 0.32, 1);
    transition: background 0.6s cubic-bezier(0.24, 1, 0.32, 1);
    cursor: pointer;
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .previewSize .previewSize_item:hover {
      background: #efefef; }
    .previewSize .previewSize_item.is-active {
      color: #fff;
      background: #DF6F6E; }

.previewLang {
  position: absolute;
  right: 15px;
  top: 10px; }

#previewBody {
  background: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  -webkit-transition: width 0.6s cubic-bezier(0.24, 1, 0.32, 1);
  transition: width 0.6s cubic-bezier(0.24, 1, 0.32, 1); }
  #previewBody.is-pc {
    width: 100%; }
  #previewBody.is-tablet {
    width: 768px; }
  #previewBody.is-mobile {
    width: 380px; }

.previewHeader_print {
  position: absolute;
  right: 0;
  top: 50%;
  height: 48px;
  margin-top: -24px; }

.holiday {
  color: #fff;
  background: #ff7f7f; }

.weekday {
  color: #fff;
  background: #9393ff; }

.dholiday {
  color: #000;
  background: #ffeaf4; }

.dweekday {
  color: #000;
  background: #fff; }

.sumrow {
  color: #000;
  background: #efefff;
  font-weight: bold; }

.sumtit {
  color: #f9fff9;
  background: #00008b;
  font-weight: bold; }

.sumbus {
  color: #7f7fff;
  background: #f4fff4;
  font-weight: bold; }

.p-remind__ttl {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1em; }

.p-remind__ttl-sub {
  font-size: 18px;
  font-size: 1.8rem; }

.p-remind__mail {
  padding: 1.5em 1em;
  font-size: 18px;
  font-size: 1.8rem; }
  .p-remind__mail i {
    font-size: 24px;
    font-size: 2.4rem; }

.p-remind__notice {
  border: 2px solid #d8cacb;
  padding: 1.5em; }
  .p-remind__notice ul {
    margin-left: 1.5em; }
  .p-remind__notice li {
    list-style: disc;
    list-style-type: disc; }

.p-remind-layout {
  min-height: calc(100vh - 60px); }

.p-remind-Box {
  background: #fff;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px; }
  .p-remind-Box .loginBox_ttl {
    font-size: 2.2rem;
    font-family: Noto Sans Japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    margin-bottom: 30px; }
  .p-remind-Box .loginBox_save {
    padding: 15px 0; }
  .p-remind-Box .loginBox_btn {
    text-align: center;
    margin-bottom: 30px; }
  .p-remind-Box .loginBox_reminder {
    text-align: center; }

.p-row-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: 5px;
      flex-wrap: 5px;
  gap: 5px; }
  .p-row-label__ttl {
    padding: 0.2em 6px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.1;
    border: 1px solid #000;
    border-radius: 6px;
    background-color: #fff;
    width: 5.5em; }
  .p-row-label__data {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    min-width: 3.5em;
    text-align: right; }
  .p-row-label ~ .p-row-label {
    margin-top: 3px; }

.searchResult .searchResult_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px; }
  .searchResult .searchResult_header.-bottom {
    margin-top: 15px; }
  .searchResult .searchResult_header > * {
    -ms-flex: none;
    -webkit-box-flex: 0;
            flex: none; }
    .searchResult .searchResult_header > *:first-child {
      -ms-flex: none;
      -webkit-box-flex: 0;
              flex: none;
      margin-right: auto; }
    .searchResult .searchResult_header > *:last-child {
      margin-left: 30px; }

.searchResult .searchResult_number span {
  font-size: 1.6rem;
  font-weight: bold; }

.numberCases {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }
  .numberCases .numberCases_ttl {
    font-weight: bold; }
    .numberCases .numberCases_ttl:after {
      content: '：';
      display: inline-block;
      vertical-align: middle; }

.p-inputBox {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 25px; }
  .p-inputBox--mb0 {
    margin-bottom: 0; }

.p-inputBox_ttl {
  width: 6em;
  margin-right: 2em;
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none; }
  .p-inputBox_ttl--auto {
    min-width: 0; }

.p-inputBox_body {
  width: 100%; }
  .p-inputBox_body .p-inputBox {
    margin-bottom: 0; }
  .p-inputBox_body__input-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .p-inputBox_body__btn {
    white-space: nowrap; }

.p-search-toggle {
  display: none; }

.p-search-trigger {
  margin-right: 1.5em;
  cursor: pointer;
  color: #DF6F6E; }
  .p-search-trigger:hover {
    text-decoration: underline; }
  .p-search-trigger .-btn-open {
    display: block; }
  .p-search-trigger .-btn-close {
    display: none; }
  .p-search-trigger.is-active .-btn-open {
    display: none; }
  .p-search-trigger.is-active .-btn-close {
    display: block; }

.p-order-id-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  padding: 0 1em 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .p-order-id-list__item {
    margin-right: 1.5em; }
    .p-order-id-list__item .-ttl {
      font-weight: bold; }

.p-label-and-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .p-label-and-btn > * {
    margin-left: 10px; }
    .p-label-and-btn > *:first-child {
      margin-left: 0; }
  .p-label-and-btn__label {
    padding: 0.3em 8px;
    font-size: 11px;
    font-size: 1.1rem; }
  .p-label-and-btn__btn {
    min-width: 6.5em; }

.sideNavi {
  margin: 0 -15px; }
  .sideNavi .sideNavi_item {
    height: 35px;
    font-size: 1.3rem;
    line-height: 35px; }
    .sideNavi .sideNavi_item a {
      color: #f4efef;
      text-decoration: none;
      display: block;
      height: 100%;
      padding: 0 15px;
      border-left: 3px solid #E43239;
      -webkit-transition-property: color, background, border-color;
      transition-property: color, background, border-color;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      -webkit-transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1);
              transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1); }
      .sideNavi .sideNavi_item a.is-active, .sideNavi .sideNavi_item a:hover {
        color: #fff;
        background: rgba(228, 79, 79, 0.7);
        border-color: rgba(228, 79, 79, 0.7); }
    .sideNavi .sideNavi_item p {
      color: #f4efef;
      text-decoration: none;
      display: block;
      height: 100%;
      padding: 0 15px;
      border-left: 3px solid #E43239; }
    .sideNavi .sideNavi_item.sideNavi_item--nest a {
      padding-left: 30px; }
  .sideNavi .sideNavi_ttl {
    color: #fff;
    background: #2f4047;
    background: #9F6D6E url(/manage/common/image/bg_texture_highlight.jpg) repeat;
    padding: 0 15px;
    cursor: pointer; }
  .sideNavi .sideNavi_notice {
    color: #fff;
    background: #e74c3c;
    padding: .2em .5em;
    font-size: 1.1rem;
    border-radius: 4px;
    margin-left: 0.7em; }

#tableDrag td {
  position: relative; }
  #tableDrag td .tableDrag_handle {
    width: 20px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    cursor: move;
    -webkit-transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1);
    transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1);
    color: #DF6F6E; }
    #tableDrag td .tableDrag_handle:before {
      content: '\f142';
      font-family: fontAwesome;
      font-size: 2rem; }

.topMenu {
  overflow: hidden; }
  .topMenu .topMenu_item {
    width: 17%;
    margin-bottom: 2%;
    float: left; }
    .topMenu .topMenu_item ~ .topMenu_item {
      margin-left: 3.7%; }
    .topMenu .topMenu_item:nth-of-type(5n+1) {
      margin-left: 0; }

.topNews {
  overflow: hidden; }
  .topNews ~ .topNews {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dotted #d8cacb; }
  .topNews .topNews_date {
    float: left; }
  .topNews .topNews_body {
    padding-left: 150px; }
  .topNews .topNews_ttl {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 0.5em; }

.p-top-heading {
  font-size: 2.0rem;
  font-weight: bold; }

.p-top-heading-secondary {
  font-weight: bold;
  font-size: 1.8rem; }

.p-top-month__item {
  display: inline-block;
  padding-right: 1em;
  text-decoration: underline; }
  .p-top-month__item label {
    cursor: pointer; }
  .p-top-month__item input {
    display: none; }
  .p-top-month__item.is-active {
    text-decoration: none;
    pointer-events: none;
    font-weight: bold; }

.p-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .p-top-list ~ .p-top-list {
    margin-top: 5px; }
  .p-top-list__ttl {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 11em;
    font-weight: bold; }
  .p-top-list__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.p-top-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .p-top-price__item {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    max-width: 200px;
    margin-right: 3%;
    margin-bottom: 20px; }
    .p-top-price__item--none {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 200px;
      margin-right: 50px; }
    .p-top-price__item:last-child {
      margin-right: 0; }
    .p-top-price__item:nth-child(3) {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .p-top-price__item .-label {
      margin-bottom: 0.5em; }
    .p-top-price__item .-decimal {
      font-size: 2.6rem;
      font-weight: bold;
      line-height: 1; }
    .p-top-price__item .-sub {
      font-size: 1.4rem;
      font-weight: normal;
      display: inline-block;
      padding-left: 0.25em; }
  .p-top-price__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.p-top-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .p-top-counter__item {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
    max-width: 23%;
    margin-right: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-top-counter__item .-label {
      padding-right: 1em; }
    .p-top-counter__item .-decimal {
      font-size: 2.6rem;
      font-weight: bold; }
  .p-top-counter__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.p-top-request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .p-top-request__item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
    margin-right: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .p-top-request__item .-label {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 9em;
      padding-right: 1em; }
    .p-top-request__item .-date,
    .p-top-request__item .-decimal {
      font-size: 2.6rem;
      font-weight: bold;
      padding-right: 1em; }
    .p-top-request__item .-price {
      font-size: 2.0rem;
      font-weight: bold;
      word-break: break-all; }
    .p-top-request__item .-sub {
      font-size: 1.4rem;
      font-weight: normal; }
  .p-top-request__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.p-top-alert__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .p-top-alert__item ~ .p-top-alert__item {
    margin-top: 1em; }
  .p-top-alert__item .-date {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 6em; }
  .p-top-alert__item .-time {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 5em; }
  .p-top-alert__item .-category {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8em; }
  .p-top-alert__item .-link {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.p-top-radiolist {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.p-radio-closingday {
  display: block; }
  .p-radio-closingday.is-hide {
    display: none; }

.p-warehouse-display {
  display: block; }
  .p-warehouse-display.is-hide {
    display: none; }

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

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

.p-tab__panel {
  width: 100%;
  display: none; }
  .p-tab__panel.is-active {
    display: block;
    -webkit-animation: tabAnim ease-in 0.6s forwards;
            animation: tabAnim ease-in 0.6s forwards; }

.p-top-calendar-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em; }
  .p-top-calendar-tip span {
    display: inline-block;
    width: 3em;
    height: 1.5em;
    margin-right: 5px; }
  .p-top-calendar-tip__green {
    background-color: rgba(143, 223, 130, 0.5); }

#calendarCustomer .fc-col-header-cell,
#calendarSupplier .fc-col-header-cell {
  padding: 0.5em;
  background-color: rgba(223, 111, 110, 0.5); }

#calendarCustomer .fc-daygrid-day-number,
#calendarSupplier .fc-daygrid-day-number {
  font-weight: bold; }

#calendarCustomer .fc-daygrid-day.fc-day-today,
#calendarSupplier .fc-daygrid-day.fc-day-today {
  background-color: transparent; }
  #calendarCustomer .fc-daygrid-day.fc-day-today .fc-daygrid-day-number,
  #calendarSupplier .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    color: #DF6F6E; }

#calendarCustomer .fc-daygrid-event-harness,
#calendarSupplier .fc-daygrid-event-harness {
  display: inline-block; }

#calendarCustomer .fc-h-event,
#calendarSupplier .fc-h-event {
  background-color: transparent;
  color: #000;
  border: none; }

#calendarCustomer .fc-bg-event,
#calendarSupplier .fc-bg-event {
  opacity: 1;
  background: rgba(143, 223, 130, 0.5); }

#calendarCustomer .fc-event-title,
#calendarSupplier .fc-event-title {
  color: #000; }

#calendarCustomer .date-icon .fc-event-title,
#calendarSupplier .date-icon .fc-event-title {
  position: relative;
  line-height: 1.6;
  min-height: 2em;
  font-size: 1.3rem; }
  #calendarCustomer .date-icon .fc-event-title::before,
  #calendarSupplier .date-icon .fc-event-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 400px;
    z-index: -1; }
  #calendarCustomer .date-icon .fc-event-title::first-letter,
  #calendarSupplier .date-icon .fc-event-title::first-letter {
    display: inline-block;
    padding: 0 0.5em 0 0.15em;
    font-weight: normal; }

.p-top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .p-top-link__item {
    width: calc(20% - 16px);
    border: 1px #d8cacb solid;
    border-radius: 5px;
    background: #fff;
    padding: 15px 15px 15px 15px;
    text-decoration: none;
    -webkit-transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1), color 0.3s cubic-bezier(0.24, 1, 0.32, 1);
    transition: background 0.3s cubic-bezier(0.24, 1, 0.32, 1), color 0.3s cubic-bezier(0.24, 1, 0.32, 1); }
    .p-top-link__item:hover {
      background: #f7f2f2; }
    .p-top-link__item span {
      display: block;
      position: relative;
      padding-left: 20px; }
      .p-top-link__item span::before {
        display: block;
        content: '';
        position: absolute;
        z-index: 1;
        top: 5px;
        left: 0px;
        width: 10px;
        height: 10px;
        border-right: 2px solid #DF6F6E;
        border-bottom: 2px solid #DF6F6E;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }

body.ilayout {
  min-width: 100px; }

.ml10 {
  margin-left: 10px; }

.t-center {
  text-align: center; }

.dpn {
  display: none; }

.iwidth5 {
  width: 5% !important; }

.iwidth10 {
  width: 10% !important; }

.iwidth15 {
  width: 15% !important; }

.iwidth20 {
  width: 20% !important; }

.iwidth25 {
  width: 25% !important; }

.iwidth30 {
  width: 30% !important; }

.iwidth35 {
  width: 35% !important; }

.iwidth40 {
  width: 40% !important; }

.iwidth45 {
  width: 45% !important; }

.iwidth50 {
  width: 50% !important; }

.iwidth55 {
  width: 55% !important; }

.iwidth60 {
  width: 60% !important; }

.iwidth65 {
  width: 65% !important; }

.iwidth70 {
  width: 70% !important; }

.iwidth75 {
  width: 75% !important; }

.iwidth80 {
  width: 80% !important; }

.iwidth85 {
  width: 85% !important; }

.iwidth90 {
  width: 90% !important; }

.iwidth95 {
  width: 95% !important; }

.iwidth100 {
  width: 100% !important; }

.taikai {
  color: #ea5550 !important;
  background: #e5e5e5 !important; }
  .taikai a {
    color: #ea5532 !important; }

.un-read {
  color: #efffff !important;
  background: #8989ff !important; }
  .un-read a {
    color: #d1ffd1 !important; }

.dummy-m-card {
  margin-bottom: 76px; }

.user_float {
  width: 83%; }

.pv-img {
  margin: 5px 10px;
  width: 300px; }
  .pv-img img {
    width: 250px; }

.pv-img2 {
  margin: 5px 10px;
  float: left; }
  .pv-img2 img {
    max-width: 120px; }

.pv-img2-del {
  float: left; }

.img-wrap {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  cursor: pointer; }
  .img-wrap .img-data {
    display: none; }
  .img-wrap .img-btn {
    margin-right: 15px; }
  .img-wrap .img-txt {
    width: 100%;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    pointer-events: none; }

.ui-sortable-helper {
  display: table !important;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: -webkit-box-shadow 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: box-shadow 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: box-shadow 0.3s cubic-bezier(0.24, 1, 0.32, 1), -webkit-box-shadow 0.3s cubic-bezier(0.24, 1, 0.32, 1); }
  .ui-sortable-helper .tableDrag_handle {
    background: #eff1f4; }

.ui-sortable-list {
  display: table !important;
  background: #eff1f4;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: -webkit-box-shadow 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: box-shadow 0.3s cubic-bezier(0.24, 1, 0.32, 1);
  transition: box-shadow 0.3s cubic-bezier(0.24, 1, 0.32, 1), -webkit-box-shadow 0.3s cubic-bezier(0.24, 1, 0.32, 1); }
  .ui-sortable-list .sort-list {
    background: #eff1f4;
    border-bottom: 1px dotted #8c7177;
    width: 215px;
    margin-right: 0; }

.read-btn {
  margin: 2px 0 0 200px; }

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

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

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

.u-nm {
  margin: 0 !important; }

.u-mt0 {
  margin-top: 0 !important; }

.u-mtem {
  margin-top: 1em !important; }

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

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

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

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

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

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

.u-mtb10 {
  margin: 10px 0 !important; }

.u-mtb20 {
  margin: 20px 0 !important; }

.u-mtb30 {
  margin: 30px 0 !important; }

.u-mbem {
  margin-bottom: 1em !important; }

.u-mb5 {
  margin-bottom: 5px !important; }

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

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

.u-mb20 {
  margin-bottom: 20px !important; }

.u-mb25 {
  margin-bottom: 25px !important; }

.u-mt25 {
  margin-top: 25px !important; }

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

.u-mb35 {
  margin-bottom: 35px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

.u-mb60 {
  margin-bottom: 60px !important; }

.u-ml15 {
  margin-left: 15px !important; }

.u-bold {
  font-weight: bold; }

.u-large {
  font-size: 1.142em; }

.u-strong {
  font-size: 1.28em;
  font-weight: bold; }

.u-small {
  font-size: 0.875em; }

.u-theme {
  color: #DF6F6E; }

.u-red {
  color: #e44f4f; }

.u-bold-red {
  color: #e44f4f;
  font-weight: bold; }

.u-nowrap {
  white-space: nowrap; }

.u-width3 {
  width: 3% !important; }

.u-width5 {
  width: 5% !important; }

.u-width10 {
  width: 10% !important; }

.u-width13 {
  width: 13% !important; }

.u-width15 {
  width: 15% !important; }

.u-width20 {
  width: 20% !important; }

.u-width25 {
  width: 25% !important; }

.u-width30 {
  width: 30% !important; }

.u-width35 {
  width: 35% !important; }

.u-width33 {
  width: 33% !important; }

.u-width40 {
  width: 40% !important; }

.u-width45 {
  width: 45% !important; }

.u-width50 {
  width: 50% !important; }

.u-width55 {
  width: 55% !important; }

.u-width60 {
  width: 60% !important; }

.u-width65 {
  width: 65% !important; }

.u-width70 {
  width: 70% !important; }

.u-width75 {
  width: 75% !important; }

.u-width80 {
  width: 80% !important; }

.u-width85 {
  width: 85% !important; }

.u-width90 {
  width: 90% !important; }

.u-width95 {
  width: 95% !important; }

.u-width100 {
  width: 100% !important; }

@media only screen and (max-width: 1279px) {
    .datePickerList--wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .datePickerList--wrap > li ~ li {
      margin-top: 0.5em; } }

@media only screen and (max-width: 960px) {
    .p-checkList--w20 > li {
      min-width: 8em; }
      .p-formBox__ttl {
        width: 180px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 180px;
                flex: 0 0 180px;
        max-width: 180px; }
      .p-formBox__body {
        width: 100%; } }

@media only screen and (max-width: 560px) {
    .p-formBox {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .p-formBox__ttl {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        margin-right: 0;
        padding: 1em 0;
        border-bottom: none;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .p-formBox__body {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        padding-right: 0;
        padding-left: 0;
        padding-top: 0; }
  .u-center-sp {
    text-align: center; }
    .u-mt5 {
      margin-top: 1.33333vw !important; }
    .u-mt10 {
      margin-top: 2.66667vw !important; }
    .u-mt20 {
      margin-top: 5.33333vw !important; }
    .u-mt30 {
      margin-top: 8vw !important; }
    .u-mt40 {
      margin-top: 10.66667vw !important; }
    .u-mt50 {
      margin-top: 13.33333vw !important; }
    .u-mtb10 {
      margin: 2.66667vw 0 !important; }
    .u-mtb20 {
      margin: 5.33333vw 0 !important; }
    .u-mtb30 {
      margin: 8vw 0 !important; }
    .u-mb5 {
      margin-bottom: 1.33333vw !important; }
    .u-mb15 {
      margin-bottom: 4vw !important; }
    .u-mt15 {
      margin-top: 4vw !important; }
    .u-mb20 {
      margin-bottom: 5.33333vw !important; }
    .u-mb25 {
      margin-bottom: 6.66667vw !important; }
    .u-mt25 {
      margin-top: 6.66667vw !important; }
    .u-mb30 {
      margin-bottom: 8vw !important; }
    .u-mb35 {
      margin-bottom: 9.33333vw !important; }
    .u-mb40 {
      margin-bottom: 10.66667vw !important; }
    .u-mb50 {
      margin-bottom: 13.33333vw !important; }
    .u-mb60 {
      margin-bottom: 16vw !important; }
    .u-ml15 {
      margin-left: 4vw !important; }
  .u-mb15-sm {
    margin-bottom: 4vw !important; }
  .u-mb30-sm {
    margin-bottom: 8vw !important; }
  .u-mt30-sm {
    margin-top: 8vw !important; } }

@media screen and (min-width: 769px) {
      .p-login-layout__right {
        width: 50%;
        height: 100%; } }

@media screen and (min-width: 1170px) {
  .p-calendar-view {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
