@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*------------------------------------------------------------------------
 import
-------------------------------------------------------------------------*/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans CJK JP Thin"), url(fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP Light"), url(fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url(fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"), url(fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}
@-webkit-keyframes scroll {
  0% {
    height: 0%;
    top: 0px;
    bottom: auto;
  }
  46% {
    height: 100%;
    top: 0;
    bottom: auto;
  }
  50% {
    height: 100%;
    bottom: 0px;
    top: auto;
  }
  54% {
    height: 100%;
    bottom: 0px;
    top: auto;
  }
  100% {
    height: 0%;
    bottom: 0px;
    top: auto;
  }
}
@-moz-keyframes scroll {
  0% {
    height: 0%;
    top: 0px;
    bottom: auto;
  }
  46% {
    height: 100%;
    top: 0px;
    bottom: auto;
  }
  50% {
    height: 100%;
    bottom: 0px;
    top: auto;
  }
}
/* ----------------------------------------------

 * ベース

---------------------------------------------- */
body {
  color: #222;
  font-size: 14px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  margin: 0 auto;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

p {
  word-break: break-all;
  word-break: break-word;
}

body.overlay:after {
  content: "";
  width: 100%;
  height: 19000%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

div.modal.overlay:after {
  content: "";
  width: 100%;
  height: 19000%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

input:focus,
textarea:focus {
  background-color: transparent;
}

@media only screen and (max-width: 768px) {
  body {
    margin: 0;
    font-size: 14px;
  }
}
button, input, optgroup, select, textarea {
  font-family: 'Noto Sans Japanese', sans-serif;
}

table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

dl {
  display: flex;
  align-items: center;
}
dl.start {
  align-items: flex-start;
}
dl dt {
  color: #747474;
  font-size: 14px;
}
dl dd {
  color: #000;
  font-size: 16px;
  margin: 0;
}

dl dt, dl dd {
  word-break: break-all;
}

tr td {
  word-break: break-all;
}

/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline: none;
  color: #0070C9;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a, a:hover, a:hover img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/scripts/boxsizing.htc);
}

.clr:after, .col:after, .container:after, .group:after, .row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  padding-bottom: 0;
}

.col {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 769px), print {
  .gutters .col {
    margin-left: 2%;
  }

  .gutters .col:first-child {
    margin-left: 0;
  }

  .gutters .colR:first-child {
    margin-right: 0;
  }

  .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
/* ----------------------------------------------

 * PC/SP 切り替え

---------------------------------------------- */
.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.memo-list .sp_only {
  display: none;
}

.w100 {
  width: 100px !important;
}

.w200 {
  width: 200px !important;
}

.plr-60 {
  padding: 0 60px 30px !important;
}

.memo-form,
.minutes-form {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block;
  }

  .memo-list .sp_only {
    display: block;
  }

  .plr-60 {
    padding: 0 0 30px 14px !important;
  }
}
/* ---------------------
タイトル
--------------------- */
.title-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-box .btn-flat {
  margin-left: 20px;
}
.title-box .double-btn {
  position: absolute;
  right: 0px;
}
.title-box .pattern {
  font-size: 16px;
  color: #747474;
  padding-left: 5px;
}

.heading {
  color: #000;
  font-size: 16px;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .title-box {
    padding: 0 10px;
  }
  .title-box h1 {
    width: calc(100% - 400px);
    line-height: 1.2;
  }
  .title-box .double-btn {
    right: 20px;
  }
  .multiple-btnbox {
    display: flex;
    flex-direction: column;
  }
  .multiple-btnbox button {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .title-box {
    position: relative;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .title-box h1 {
    margin-left: 0;
    width: calc(100% - 120px);
    line-height: 1.2;
  }
  .title-box h1.plus-search {
    width: calc(100% - 180px);
  }
  .title-box .double-btn {
    width: 123px;
    position: absolute;
    right: 0px;
  }
  .title-box .pattern {
    font-size: 16px;
    color: #747474;
    padding-left: 5px;
  }

  .heading {
    font-size: 14px;
    padding: 10px;
  }
}
/* ---------------------
エラー
--------------------- */
.error {
  border: 1px solid #CC0033 !important;
}

.select-error input[type=text] {
  border: 1px solid #CC0033 !important;
}

.required,
.error-text {
  color: #CC0033;
  font-size: 14px;
  margin: 0;
}

.error-box {
  background-color: #F7D2D2;
  color: #CC0033;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  margin: 0 auto 10px;
  width: 400px;
}

/* エラー画面 */
.error-area {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 50px auto 60px;
  text-align: center;
  padding: 70px 0;
  max-width: 700px;
  width: 90%;
  height: 300px;
}
.error-area .sorry-box h1 {
  color: #0070C9;
  font-size: 28px;
  margin: 0;
}
.error-area p {
  font-size: 18px;
  margin: 35px 0 0;
}

.return-btns {
  display: flex;
  justify-content: space-between;
  width: 440px;
  margin: auto;
}
.return-btns .btn-sub {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .error-box {
    margin-bottom: 20px;
    position: relative;
    left: -20px;
    width: 100vw;
  }

  /* エラー画面 */
  .error-area {
    max-width: 100%;
    width: 100%;
  }

  .return-btns {
    width: 100%;
    padding: 0 20px;
  }
  .return-btns .btn-sub {
    width: 45%;
  }
}
/* ---------------------
ページトップ
--------------------- */
#pagetop {
  background-color: rgba(34, 34, 34, 0.7);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 16px;
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 60px;
  z-index: 1000;
}
#pagetop i {
  line-height: 60px;
}
#pagetop:hover {
  opacity: 0.8;
}

/* ---------------------
テキストリンク
--------------------- */
.text-link {
  color: #0070C9;
  font-weight: 400;
  font-size: 16px;
}
.text-link:hover {
  text-decoration: underline;
}

/* ---------------------
階層マーク
--------------------- */
.layer-mark {
  display: block;
  padding-left: 15px;
  margin-left: 10px;
  position: relative;
  text-align: left !important;
}
.layer-mark:before {
  content: "";
  border-left: 1px solid #98A0A7;
  border-bottom: 1px solid #98A0A7;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 5px;
}

/* ---------------------
アコーディオン要素
--------------------- */
@media screen and (max-width: 768px) {
  .slide-item {
    display: none;
  }
}
/* ---------------------
ボタン
--------------------- */
.btn-line {
  background: #fff;
  border: 1px solid #234d9b;
  color: #234d9b;
}

.btn-line:hover {
  background: #0070c9;
  border: 1px solid #0070c9;
  color: #fff;
}

.menu-btn {
  width: 50px;
  height: 44px;
  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;
}

.menu-btn svg, .menu-btn img {
  width: 26px;
  height: 26px;
  fill: #fff;
}

.menu-btn:hover {
  opacity: .8;
}

.btn-close {
  width: 30px;
  height: 30px;
  margin: auto;
  position: relative;
  display: block;
  cursor: pointer;
}

.btn-close:before, .btn-close:after {
  content: "";
  background: #234d9b;
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 15px;
}

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

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

.btn-blue {
  background-color: #234d9b;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-more {
  font-size: 16px;
  width: 85%;
  height: 50px;
  line-height: 50px;
  margin: 20px auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-attachment {
  width: 36px;
  height: 26px;
  border: 1px solid #dee1e3;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

.btn-attachment:hover {
  border-color: #0070c9;
  opacity: .8;
}

.btn-submit {
  width: 90px;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 768px) {
  .btn-submit {
    width: 50px;
    padding: 0;
  }
}

.btn-login {
  background: #000;
  color: #fff;
  display: block;
  margin: auto;
  width: 180px;
}

.btn-login:hover {
  opacity: .8;
}

@media (max-width: 768px) {
  .btn-login {
    background: #234d9b;
  }
}

.btn-reset {
  width: 45px;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #98a0a7;
  color: #98a0a7;
  font-size: 12px;
  line-height: 20px;
  margin: 2px 0 0 10px;
}

.btn-reset:hover {
  opacity: .8;
}

@media (max-width: 768px) {
  .btn-reset {
    width: 50px;
    padding: 0;
  }
}

svg.scale-btn,
img.scale-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  fill: #98a0a7;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

/* ---------------------------------------------------------------------------------------------

  header

--------------------------------------------------------------------------------------------- */
header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1000000;
}
header .band {
  background-color: #222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  position: relative;
}
header .band i {
  color: #fff;
}
header .band .arrow {
  transition: all 0.5s ease;
}
header .band .arrow.on {
  transform: scale(-1, 1);
}
header .band .logo-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 5px;
}
header .band .logo-box i {
  cursor: pointer;
  font-size: 36px;
}
header .band .menu-btn {
  display: none;
}
header .band .logo {
  width: 66px;
  margin-left: 15px;
}
header .band .user-box {
  border-left: 1px solid #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  max-width: 300px;
  height: 100%;
  position: relative;
}
header .band .user-box:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
}
header .band .user-box.on:after {
  border-color: #fff #fff transparent transparent;
  top: 20px;
}
header .band .user-box i {
  margin-right: 15px;
}
header .band .user-box .userName {
  color: #fff;
  font-size: 13px;
  font-weight: 200;
  padding: 0 10px;
}
header .band .user-list {
  display: none;
  margin: 0;
  position: absolute;
  top: 44px;
  right: 0;
  border-bottom: solid 1px #ddd;
  -webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}
header .band .user-list li:first-child {
  border-bottom: 1px solid #DEE1E3;
}
header .band .user-list li.active .button {
  background-color: #ECEDEE;
  color: #0070C9;
}
header .band .user-list .button {
  background-color: #fff;
  color: #222;
  cursor: pointer;
  display: block;
  text-align: left;
  padding: 0 0 0 10px;
  width: 300px;
  height: 44px;
  line-height: 44px;
}
header .band .user-list .button:hover {
  background-color: #ECEDEE;
  color: #0070C9;
}

@media screen and (max-width: 768px) {
  header .band {
    height: 50px;
  }
  header .band .arrow {
    display: none;
  }
  header .band .menu-btn {
    display: block;
  }
  header .band .user-box {
    min-width: 170px;
    max-width: 280px;
  }
  header .band .user-box i {
    margin-right: 0;
  }
  header .band .user-box:after {
    display: none;
  }
  header .band .user-list {
    width: 100vw;
    top: 50px;
    right: 0;
    border-bottom: solid 1px #ddd;
    -webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
  }
  header .band .user-list .button {
    width: 100vw;
  }
}
/* ---------------------
検索
--------------------- */
.search-box {
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px;
  margin: 15px 0 50px;
  position: relative;
}
.search-box .input-field {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.search-box .input-field .date-box {
  display: inline-block;
}
.search-box input[type=text]:not(.browser-default),
.search-box input[type=tel]:not(.browser-default),
.search-box input.select-dropdown {
  width: 260px;
  height: 36px;
}
.search-box .sub-rep-wide input {
  width: 450px !important;
  height: 36px;
}
.search-box .detail-search {
  display: none;
  margin-bottom: -20px;
}
.search-box .detail-search .input-field:last-child {
  margin-right: 220px;
}
.search-box .no-detail .input-field:last-child {
  margin-right: 220px;
}
.search-box .btn-area {
  display: flex;
  width: 220px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.search-box .btn-area .reset {
  margin-right: 20px;
}
.search-box .btn-flat {
  height: 36px;
  line-height: 36px;
}

.search-file {
  margin-bottom: 30px;
}
.search-file .input-flex {
  margin-bottom: -20px;
}
.search-file input[type=text]:not(.browser-default),
.search-file input.select-dropdown {
  width: 300px;
}

.noresult {
  font-size: 18px;
  text-align: center;
  margin: 0 0 10px;
}

.result-band {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 40px 5px 60px;
}
.result-band p, .result-band span {
  font-size: 14px;
}
.result-band .display-count span.first {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  border-right: none;
  margin-right: -4px;
}
.result-band .display-count span.last {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-left: none;
  margin-left: -4px;
}

@media screen and (max-width: 768px) {
  .search-icon {
    background-color: #0070C9;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
  .search-icon img {
    display: block;
    margin: auto;
    width: 30px;
  }

  .search-box {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 80px 20px 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    overflow: auto;
  }
  .search-box .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .search-box .input-field {
    display: block;
    margin: 0 0 40px;
  }
  .search-box .input-field.date-field input[type=text]:not(.browser-default) {
    width: 100%;
  }
  .search-box input[type=text]:not(.browser-default),
  .search-box input[type=tel]:not(.browser-default),
  .search-box input.select-dropdown {
    width: 100%;
  }
  .search-box .sub-rep-wide input {
    width: 100% !important;
  }
  .search-box input.select-dropdown-multi {
    width: 450px;
  }
  .search-box [type="checkbox"] + span:not(.lever) {
    display: inline-block;
    margin-bottom: 10px;
  }
  .search-box .btn-text {
    font-size: 16px;
    display: block;
    margin: 0 auto 40px;
  }
  .search-box .detail-search .input-field:last-child {
    margin-right: 0;
  }
  .search-box .no-detail .input-field:last-child {
    margin-right: 0;
  }
  .search-box .btn-area {
    border: 1px solid #ECEDEE;
    background-color: #fff;
    box-shadow: -3px 0 6px rgba(0, 0, 0, 0.16);
    padding: 20px;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .search-box .btn-area .btn-search {
    width: 100%;
  }

  .noresult {
    margin: 10px 0;
  }
}
/* ---------------------
Table
--------------------- */
table {
  border-collapse: collapse;
  width: 100%;
}
table thead {
  border-bottom: 1px solid #151515;
}
table thead tr {
  border-bottom: none;
}
table th {
  color: #777;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding: 10px;
  white-space: nowrap;
}
table th.active i {
  color: #0070C9;
}
table th .material-icons {
  color: #222;
  cursor: pointer;
  font-size: 12px;
}
table th .sort-up {
  position: absolute;
  top: 12px;
}
table th .sort-down {
  position: absolute;
  bottom: 12px;
}
table td {
  color: #000;
  vertical-align: middle;
  padding: 10px;
}
table td img {
  display: block;
}
table td .icon {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 5px;
}
table tbody tr {
  border-bottom: 1px solid #ddd;
}
table tbody tr.overdue {
  background-color: #F8F1EF;
}
table tbody tr:hover {
  background-color: #EAF2F8;
}

@media screen and (max-width: 768px) {
  table, tbody, tr, th, td {
    display: block;
  }

  table {
    padding: 2px 10px;
  }

  thead {
    display: none;
  }

  tbody {
    border-top: 1px solid #000;
  }

  td {
    font-size: 16px;
  }
  td span {
    color: #98A0A7;
    font-size: 14px;
  }
  td .icon {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 1px;
  }

  .accordion {
    padding: 0;
  }
}
/* -----------------------------------------
顧客&スタッフ一覧詳細&メーカー業者一覧&承認一覧
----------------------------------------- */
/* 共通一覧 */
.common-list {
  margin-top: 50px;
}
.common-list td {
  padding: 5px 10px;
}
.common-list td .non-approved {
  color: #CC0033;
}
.common-list td time {
  margin-left: 7px;
}
.common-list .right-align {
  padding-right: 0;
}
.common-list .text-ellipsis {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.limit-w200 {
  display: block;
  width: 200px !important;
}

.legend-bar {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px 5px 10px;
}
.legend-bar .legend-color {
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #F7F5DC;
  margin-right: 4px;
  border: solid 1px #ddd;
}
.legend-bar .legend-color.over {
  background-color: #F8F1EF;
}
.legend-bar .legend-color.end {
    background-color: #efefef;
}
.legend-bar .legend-item {
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
}

#match_title_cnt {
    background: pink;
    font-weight: 800;
}
#match_body_cnt {
    background: yellow;
    font-weight: 800;
}
#match_date_cnt {
    background: mediumseagreen;
    font-weight: 800;
}
.bg_red {
  background-color: #F8F1EF !important;
}

.bg_yellow {
  background-color: #F7F5DC !important;
}

.bg_f5 {
  background-color: #f5f5f5 !important;
}

.others {
  display: inline;
  color: #0070C9;
}

.m0 {
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .limit-w200 {
    width: 100% !important;
  }
  .others-sp {
    display: inline;
    color: #000;
    font-size: 16px;
    cursor: pointer;
  }
  .others-sp::before {
    content: '、';
    display: inline-block;
  }
}
/* 顧客一覧 */
.customer-list {
  margin-top: 50px;
}
.customer-list .text-ellipsis {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.customer-list .status {
  width: 55px;
}
.customer-list .buttons {
  text-align: right;
  padding-right: 0;
  width: 200px;
}
.customer-list .buttons .btn-sub {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
}
.customer-list .buttons .project {
  padding: 0 5px;
  width: 111px;
}
.customer-list .buttons .detail {
  margin-left: 10px;
  width: 65px;
}

/* 共通詳細 */
.common-details {
  background-color: #fff;
  padding: 20px 40px;
}
.common-details dl {
  display: flex;
  align-items: flex-start;
  margin: 0 0 10px;
}
.common-details dl dt {
  width: 130px;
  margin-top: 3px;
}
.common-details dl dd {
  width: calc(100% - 130px);
  margin: 0;
}
.common-details .detail-area {
  display: flex;
  justify-content: space-between;
}
.common-details .detail-area .detail-item {
  width: 48%;
  margin-bottom: 10px;
}

/* 顧客詳細 */
.customer-details {
  background-color: #fff;
  padding: 20px 50px 40px 20px;
  margin-top: 30px;
}
.customer-details .main-info {
  border-bottom: 1px dashed #98A0A7;
  margin-bottom: 20px;
}
.customer-details .info-title {
  color: #374047;
  font-size: 18px;
  margin: 0;
  width: 130px;
}
.customer-details .info-area {
  padding-bottom: 10px;
}
.customer-details .info-area .detail-item-area {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 130px);
}
.customer-details .info-area .detail-item {
  width: 48%;
}
.customer-details .detail-area {
  margin-left: 130px;
}
.customer-details .family-area {
  letter-spacing: -.4em;
  margin-left: 130px;
}
.customer-details .family-area .family-box {
  border: 1px solid #DEE1E3;
  display: inline-block;
  padding: 20px 20px 10px;
  width: 48%;
  margin: 0 4% 20px 0;
  vertical-align: top;
  letter-spacing: normal;
}
.customer-details .family-area .family-box:nth-child(2n) {
  margin-right: 0;
}
.customer-details .family-area .family-box .info-title {
  color: #747474;
  margin-bottom: 20px;
}
.customer-details .sub-info {
  padding-top: 20px;
}
.customer-details .sub-info .info-title {
  margin-bottom: 20px;
  width: 110px;
}
.customer-details .sub-info .detail-item {
  background-color: #F8F9F9;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
  width: calc(100% - 110px);
}

/* スタッフ詳細 */
.staff-details {
  border: 1px solid #DEE1E3;
}
.staff-details dl {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* 共通一覧 */
  .common-list {
    margin-top: 0;
  }
  .common-list .right-align {
    text-align: center;
    padding: 5px 0;
  }
  .common-list .text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    width: 100%;
  }
  .common-list .non-approved {
    font-size: 16px;
  }
  .common-list .accordion {
    margin-top: 20px;
  }

  /* 顧客一覧 */
  .customer-list .buttons {
    text-align: center;
    width: auto;
  }
  .customer-list .buttons .detail {
    margin-left: 25px;
  }
  .customer-list tr.open .text-ellipsis {
    overflow: visible;
    white-space: normal;
  }

  /* 共通詳細 */
  .common-details {
    padding: 20px 0;
  }
  .common-details dl {
    margin-bottom: 10px;
  }
  .common-details dl dt {
    font-size: 12px;
    width: 120px;
  }
  .common-details dl dd {
    font-size: 14px;
    width: calc(100% - 120px);
  }
  .common-details .detail-area {
    display: block;
    padding: 0 10px;
  }
  .common-details .detail-area .detail-item {
    width: 100%;
    padding: 10px 10px 0;
  }

  /* 顧客詳細 */
  .customer-details {
    margin: 10px 0 30px;
  }
  .customer-details .detail-area:first-child {
    border: none;
    margin-bottom: 0;
  }
  .customer-details .detail-area .detail-item.border {
    border-bottom: 1px solid #98A0A7;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .customer-details .main-info {
    margin-bottom: 10px;
  }
  .customer-details .info-title {
    font-size: 16px;
    width: auto;
    margin-bottom: 10px;
  }
  .customer-details .info-area {
    display: block;
    margin: 0 20px 10px;
  }
  .customer-details .info-area .detail-item-area {
    display: block;
    width: 100%;
  }
  .customer-details .info-area .detail-item {
    width: 100%;
  }
  .customer-details .detail-area {
    margin-left: 0;
  }
  .customer-details .family-area {
    margin: 20px 20px 0;
  }
  .customer-details .family-area .family-box {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .customer-details .sub-info {
    display: block;
    margin: 20px 20px 0;
    padding-top: 20px;
  }
  .customer-details .sub-info .info-title {
    margin-bottom: 10px;
  }
  .customer-details .sub-info .detail-item {
    width: 100%;
  }
}
/* ---------------------
登録・編集・確認
--------------------- */
.registration-box {
  background-color: #fff;
  border: 1px solid #DEE1E3;
  padding: 30px 40px 80px 20px;
  margin: 35px 0 0;
}
.registration-box .error-text {
  margin: -20px 0 20px 150px;
}
.registration-box .error-text-setInner {
  color: #CC0033;
  font-size: 14px;
  margin: -10px 0 20px 0px;
  clear: both;
}
.registration-box .error-text-setInner.groupitem {
  margin: -10px 0 20px 10px;
}
.registration-box dl {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.registration-box dl.start {
  align-items: flex-start;
}
.registration-box dl dt {
  color: #747474;
  font-size: 14px;
  text-align: right;
  width: 140px;
}
.registration-box dl dd {
  margin-left: 10px;
  max-width: 600px;
  width: calc(100% - 150px);
}
.registration-box .url-multiple dl dd {
  margin-left: 10px;
  max-width: 800px;
  width: calc(100% - 150px);
}
.registration-box .adjustment {
  margin-top: 10px;
}
.registration-box .narrow {
  height: 36px;
}
.registration-box .registration-item {
  border-bottom: 1px solid #98A0A7;
  padding: 20px 40px 0 20px;
}
.registration-box .registration-item.no-border {
  border: none;
}
.registration-box .checkbox-field [type="checkbox"] + span:not(.lever) {
  margin-bottom: 10px;
}
.registration-box .birthdate input {
  width: 100px;
  padding-right: 0;
  margin: 0 0 0 10px;
}
.registration-box .birthdate input:first-child {
  margin-left: 0;
}
.registration-box .date-box {
  width: 100%;
  max-width: 300px;
}
.registration-box .postal-code input {
  display: block;
  width: 200px;
}
.registration-box .postal-code .auto-search {
  box-shadow: none;
  font-size: 14px;
  width: 100px;
  height: 36px;
  line-height: 36px;
}
.registration-box .name-box {
  display: flex;
  justify-content: space-between;
  max-width: 420px;
}
.registration-box .name-box input {
  width: calc(50% - 10px);
}
.registration-box .sub-rep input.select-dropdown {
  display: none;
}
.registration-box .add-content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.registration-box .add-content input {
  width: calc(100% - 175px);
}
.registration-box .add-content.url input {
  width: calc(100% - 500px);
}
.registration-box .add-content .delete-btn {
  margin-left: 10px;
}
.registration-box .add-content .btn-add {
  margin-right: 0;
}
.registration-box .cause-box {
  align-items: flex-start;
}
.registration-box .cause-box dt {
  line-height: 36px;
}
.registration-box .cause-box textarea {
  margin-top: 20px;
}
.registration-box .btn-box {
  text-align: center;
  margin: 60px 0 0;
}
.registration-box .btn-box .confirm {
  width: 180px;
}
.registration-box .btn-delete {
  margin: 50px 0 0 20px;
}

.registration-contents dl {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.registration-contents dl.start {
  align-items: flex-start;
}
.registration-contents dt {
  color: #747474;
  font-size: 14px;
  width: 75px;
}
.registration-contents dd {
  margin: 0;
  width: calc(100% - 75px);
}

/* プロジェクト登録・編集 */
.project-registration .registration-box {
  padding: 10px 0 80px;
}
.project-registration .registration-box dl dt {
  width: 160px;
}
.project-registration .registration-box dl dd {
  width: calc(100% - 170px);
}
.project-registration .registration-box .error-text {
  margin-left: 170px;
}

/* 顧客登録・編集 */
.customer-registration .registration-box {
  padding: 20px 40px 80px 30px;
}
.customer-registration .registration-box:first-child {
  padding-bottom: 0;
}
.customer-registration .registration-box:last-child {
  border-top: 1px solid #98A0A7;
  margin-top: 0;
  padding-top: 40px;
}
.customer-registration .registration-box .info-title {
  color: #374047;
  font-size: 18px;
  margin: 0 0 30px;
}
.customer-registration .registration-box .name-box {
  align-items: center;
  justify-content: flex-start;
  max-width: 740px;
}
.customer-registration .registration-box .name-box dl {
  width: calc(50% + 40px);
}
.customer-registration .registration-box .name-box dl.name {
  width: calc(50% - 40px);
}
.customer-registration .registration-box .name-box dl.name dt {
  width: 60px;
}
.customer-registration .registration-box .name-box dl.name dd {
  width: calc(100% - 70px);
}
.customer-registration .registration-box .name-box input {
  width: 100%;
  max-width: 270px;
}
.customer-registration .registration-box .sub-info-area {
  margin: 40px 0 0;
}
.customer-registration .registration-box .sub-info-area .add-btn-box {
  width: calc(100% - 115px);
  max-width: 770px;
  margin-left: 80px;
}
.customer-registration .registration-box .sub-info-area .btn-add {
  margin: 20px auto 50px;
}
.customer-registration .registration-box .sub-info {
  margin-bottom: 10px;
}
.customer-registration .registration-box .sub-info .info-title {
  width: 80px;
}
.customer-registration .registration-box .sub-info .flex {
  width: calc(100% - 80px);
}
.customer-registration .registration-box .sub-info .delete-btn {
  margin: auto 0 auto 10px;
}
.customer-registration .registration-box .family-info {
  border: 1px solid #DEE1E3;
  padding: 20px 20px 0;
  width: calc(100% - 35px);
  max-width: 770px;
}
.customer-registration .registration-box .contractor-info {
  background-color: #F8F9F9;
  padding: 20px 20px 0;
  width: calc(100% - 35px);
  max-width: 770px;
}
.customer-registration .registration-box .contractor-info .btn-add {
  margin: 0 0 0 10px;
}
.customer-registration .registration-box textarea {
  height: 36px;
}

/* メーカー・業者登録・編集 */
.maker-registration .registration-box {
  padding: 10px 0 80px;
}
.maker-registration .registration-box dl dt {
  width: 180px;
}
.maker-registration .registration-box dl dd {
  width: calc(100% - 190px);
}
.maker-registration .registration-box .error-text {
  margin-left: 190px;
}
.maker-registration .registration-box .btn-delete {
  margin-left: 40px;
}

/* マイアカウント編集 */
.myaccount-edit .registration-box {
  padding-left: 30px;
}
.myaccount-edit .registration-box dl dt {
  width: 150px;
}
.myaccount-edit .registration-box dl dd {
  width: calc(100% - 160px);
}
.myaccount-edit .registration-box .error-text {
  margin-left: 160px;
}
.myaccount-edit .registration-box .btn-box {
  text-align: center;
  margin-left: 0;
}
.myaccount-edit .registration-box .btn-box .error-box {
  margin: 0 auto 10px;
}

.confirm-box {
  background-color: #fff;
  border: 1px solid #DEE1E3;
  padding: 20px 20px 60px;
  margin-top: 30px;
}
.confirm-box dl {
  align-items: flex-start;
  margin: 0 0 10px;
}
.confirm-box dt {
  width: 130px;
  margin-top: 3px;
}
.confirm-box dd {
  width: calc(100% - 130px);
}
.confirm-box .text-area {
  width: calc(90% - 130px);
}
.confirm-box .confirm-info {
  margin: 0 0 20px 130px;
}
.confirm-box .btn-box {
  text-align: center;
  margin-top: 70px;
}
.confirm-box .btn-box .error-box {
  margin: 0 auto 10px;
}

/* 顧客登録確認 */
.customer-confirm {
  border: 1px solid #DEE1E3;
  padding: 20px 20px 60px;
}
.customer-confirm .main-info-area {
  border-bottom: 1px dashed #98A0A7;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.customer-confirm .main-info {
  margin-bottom: 20px;
}
.customer-confirm .main-info .confirm-info {
  margin: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .registration-box {
    padding: 10px 15px 40px !important;
    margin-top: 0;
  }
  .registration-box .registration-item {
    padding: 20px 0 !important;
  }
  .registration-box .error-text {
    margin-left: 0;
  }
  .registration-box dl {
    display: block;
  }
  .registration-box dl dt {
    text-align: left;
    width: 100%;
  }
  .registration-box dl dd {
    width: 100%;
    margin: 0;
  }
  .registration-box .registration-item {
    padding: 20px 30px 0 30px;
  }
  .registration-box .customer {
    display: flex;
  }
  .registration-box .customer dt {
    width: 50px;
  }
  .registration-box .customer dd {
    font-size: 16px;
    width: calc(100% - 50px);
  }
  .registration-box .birthdate input {
    width: 75px;
  }
  .registration-box .birthdate input:first-child {
    width: 85px;
  }
  .registration-box .date-box {
    max-width: 100%;
  }
  .registration-box .postal-code input {
    width: calc(100% - 100px);
  }
  .registration-box .name-box {
    max-width: 100%;
  }
  .registration-box .radio-field, .registration-box .checkbox-field {
    margin-top: 10px;
    padding-left: 10px;
  }
  .registration-box .add-content input {
    width: calc(100% - 80px);
  }
  .registration-box .add-content .btn-add {
    width: 36px;
  }
  .registration-box .add-content .btn-add span {
    display: none;
  }
  .registration-box .cause-box dt {
    line-height: 1.5;
  }
  .registration-box .btn-box {
    text-align: center;
    margin: 40px 0 0;
  }
  .registration-box .btn-box .cancel {
    width: 120px;
    margin: 0;
  }
  .registration-box .btn-box .confirm,
  .registration-box .btn-box .register {
    width: 120px;
  }
  .registration-box .btn-delete {
    margin: 50px 0 0 0;
  }

  .registration-contents dl {
    display: block;
  }
  .registration-contents dl dt {
    width: 100%;
  }
  .registration-contents dl dd {
    width: 100%;
    margin: 0;
  }
  .registration-contents .more-detail-area {
    width: calc(100vw - 52px);
  }

  /* プロジェクト登録・編集 */
  .project-registration .registration-box {
    padding: 0 0 40px;
  }
  .project-registration .registration-box dl dt, .project-registration .registration-box dl dd {
    width: 100%;
  }
  .project-registration .registration-box .customer dt {
    width: 50px;
  }
  .project-registration .registration-box .customer dd {
    width: calc(100% - 50px);
  }
  .project-registration .registration-box .error-text {
    margin-left: 0;
  }
  .project-registration .registration-box .btn-box .error-box {
    left: 0;
  }
  .project-registration .registration-box .btn-delete {
    margin-left: 30px;
  }

  /* 顧客登録・編集 */
  .customer-registration .registration-box {
    padding: 20px 30px 40px;
  }
  .customer-registration .registration-box .info-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .customer-registration .registration-box .name-box {
    justify-content: space-between;
    max-width: 100%;
  }
  .customer-registration .registration-box .name-box dl {
    width: 48%;
  }
  .customer-registration .registration-box .name-box dl.name {
    width: 48%;
  }
  .customer-registration .registration-box .name-box dl.name dt {
    width: 100%;
  }
  .customer-registration .registration-box .name-box dl.name dd {
    width: 100%;
  }
  .customer-registration .registration-box .sub-info-area {
    margin: 30px 0 0;
  }
  .customer-registration .registration-box .sub-info-area .add-btn-box {
    width: calc(100% - 35px);
    max-width: 100%;
    margin-left: 0;
  }
  .customer-registration .registration-box .sub-info-area .btn-add {
    margin: 20px auto 30px;
  }
  .customer-registration .registration-box .sub-info {
    display: block;
  }
  .customer-registration .registration-box .sub-info .info-title {
    width: 100%;
  }
  .customer-registration .registration-box .sub-info .flex {
    width: 100%;
  }
  .customer-registration .registration-box .family-info .birthdate input {
    margin: 0 0 10px 10px;
  }
  .customer-registration .registration-box .family-info .birthdate input:first-child {
    margin-left: 0;
  }
  .customer-registration .registration-box .contractor-info .btn-add {
    margin: 0 0 0 10px;
  }
  .customer-registration .registration-box .btn-box {
    margin-left: 0;
  }

  /* メーカー・業者登録・編集 */
  .maker-registration .registration-box {
    padding: 0 0 40px;
  }
  .maker-registration .registration-box dl dt, .maker-registration .registration-box dl dd {
    width: 100%;
  }
  .maker-registration .registration-box .error-text {
    margin-left: 0;
  }
  .maker-registration .registration-box .btn-box {
    margin-left: 0;
  }
  .maker-registration .registration-box .btn-box .error-box {
    left: -17px;
  }
  .maker-registration .registration-box .btn-delete {
    margin-left: 30px;
  }

  /* マイアカウント編集 */
  .myaccount-edit .registration-box dl dt, .myaccount-edit .registration-box dl dd {
    width: 100%;
  }
  .myaccount-edit .registration-box .error-text {
    margin-left: 0;
  }

  .confirm-box {
    padding: 20px 30px 60px;
  }
  .confirm-box dt {
    font-size: 12px;
    width: 120px;
  }
  .confirm-box dd {
    font-size: 14px;
    width: calc(100% - 120px);
  }
  .confirm-box .text-area {
    width: calc(100% - 120px);
  }
  .confirm-box .confirm-info {
    margin: 0 0 10px 0;
  }
  .confirm-box .btn-box {
    margin-top: 50px;
  }
  .confirm-box .btn-box .cancel {
    width: 140px;
  }
  .confirm-box .btn-box .register {
    width: 160px;
  }

  /* 顧客登録確認 */
  .customer-confirm .main-info-area {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .customer-confirm .main-info {
    display: block;
    padding-bottom: 10px;
  }
  .customer-confirm .family-area,
  .customer-confirm .sub-info {
    margin: 20px 0;
  }
}
/* ---------------------
ログイン
--------------------- */
.login {
  background-image: url(../img/first_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
  z-index: 0;
}
.login:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.32);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.login .login-content {
  width: 400px;
  height: 400px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.login .logo {
  display: block;
  margin: auto;
  width: 120px;
  margin-bottom: 30px;
}
.login .login-form {
  background-color: rgba(0, 0, 0, 0.81);
  color: #fff;
  width: 400px;
  margin: auto;
  padding: 30px 50px;
}
.login .login-form .input-field {
  margin: 20px 0 10px 0;
}
.login .login-form .input-field:first-child {
  margin-bottom: 35px;
}
.login .login-form input:not(.browser-default) {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  height: auto;
  padding: 10px 0 15px;
}
.login .login-form input:not(.browser-default) + label {
  color: #fff;
  font-size: 16px;
  width: 100%;
  top: 5px;
}
.login .login-form .input-field > label:not(.label-icon).active {
  font-size: 12px;
  font-weight: 500;
  top: -15px;
}
.login .login-form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #1B1B1C inset;
  -webkit-text-fill-color: #ffffff !important;
}
.login .login-form input:not(.browser-default):focus:not([readonly]) {
  border: none;
  border-bottom: 1px solid #0070C9;
}
.login .login-form .checkbox-field {
  margin-bottom: 40px;
}
.login .login-form .checkbox-field [type="checkbox"] + span:not(.lever) {
  color: #fff;
  font-size: 12px;
}
.login .login-form .checkbox-field [type="checkbox"] + span:not(.lever):before {
  background-color: transparent;
  border-color: #fff;
  margin-top: 2px;
}
.login .login-form .checkbox-field [type="checkbox"]:checked + span:not(.lever):before {
  background-color: #0070C9;
  border: 2px solid #0070C9;
}
.login .error-message {
  background-color: rgba(240, 74, 74, 0.67);
  color: #fff;
  text-align: center;
  padding: 4px 0;
}
.login .login-btn {
  display: block;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .login .login-content {
    width: 100%;
  }
  .login .login-form {
    padding: 20px;
    width: 100%;
  }
}
/* ---------------------
ログアウトエラー
--------------------- */
.logout-error {
  height: 100%;
  position: relative;
  z-index: 0;
}
.logout-error:before {
  content: "";
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.logout-error .logout-content {
  width: 800px;
  height: 400px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.logout-error .errorBox {
  background-color: #fff;
  color: #333;
  width: 700px;
  margin: auto;
  padding: 30px 50px;
  text-align: center;
}
.logout-error .errorBox .message-title {
  font-size: 24px;
  margin-bottom: 40px;
}
.logout-error .errorBox .message {
  margin-bottom: 40px;
  color: #747474;
}
.logout-error .login-btn {
  display: block;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .logout-error .logout-content {
    width: 100%;
  }
  .logout-error .errorBox {
    padding: 20px;
    width: 100%;
  }
  .logout-error .errorBox .message-title {
    font-size: 20px;
  }
}
/* ---------------------
プロジェクト
--------------------- */
/* プロジェクト一覧 */
.pattern-type {
  font-size: 12px;
  color: #747474;
  line-height: 1.2;
  padding-bottom: 4px;
}

.project-list .table-head {
  display: table;
  margin-top: 50px;
}
.project-list .table-head th {
  font-size: 13px !important;
  padding: 10px 5px 5px 5px !important;
}
.project-list .table-head th .sort-up {
  position: absolute;
  top: 9px;
}
.project-list .table-head th .sort-down {
  position: absolute;
  bottom: 3px;
}
.project-list .table-head th .material-icons {
  color: #222;
  cursor: pointer;
  font-size: 14px;
}
.project-list .table-head th span {
  margin-left: 10px;
}
.project-list .card-contents {
  background-color: #fff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16);
  display: table;
  margin-top: 20px;
  width: 100%;
}
.project-list .card-contents.exceeding {
  border: 2px solid #CC0033;
}
.project-list .card-contents.before-2date {
  border: 2px solid #F4D909;
}
.project-list .card-contents.pending {
  background-color: #F8F9F9;
  border: 1px solid #DEE1E3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}
.project-list .card-contents.pending .card-item:first-child {
  padding-left: 26px;
}
.project-list .card-contents.pending .pending-label {
  background-color: #C0C0C0;
  font-size: 12px;
  color: #fff;
  width: 16px;
  padding: 10px 2px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.project-list .card-contents.pending .pending-label-loss {
  background-color: #000000;
  font-size: 12px;
  color: #ffffff;
  width: 16px;
  padding: 10px 2px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.project-list .card-contents.pending .pending-label-stop {
  background-color: #808080;
  font-size: 12px;
  color: #ffffff;
  width: 16px;
  padding: 10px 2px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.project-list .card-contents.pending .customer-name {
  padding-left: 26px;
}
.project-list .card-contents.pending .step-task .step-name .name {
  color: #98A0A7;
}
.project-list .card-contents.pending .task-bar span,
.project-list .card-contents.pending .task-bar strong {
  color: #98A0A7;
}
.project-list .card-contents .card-item {
  border-left: 1px solid #ddd;
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
  padding: 10px;
  position: relative;
}
.project-list .card-contents .card-item.name-item {
  border-left: none;
  min-width: 160px;
  width: 6%;
}
.project-list .card-contents .card-item.step-task {
  width: 20.3%;
}
.project-list .card-contents .card-item.rep {
  width: 9.9%;
}
.project-list .card-contents .card-item.date-area {
  width: 7%;
}
.project-list .card-contents .card-item.baitai-area {
  width: 17% !important;
  font-size: 12px;
  line-height: 1.2;
  vertical-align: middle;
}
.project-list .card-contents .card-item.type {
  width: 6.9%;
  font-size: 12px;
}
.project-list .card-contents .card-item.status {
  width: 10%;
  font-size: 12px;
}
.project-list .card-contents .card-item.profit {
  width: 9.9%;
}
.project-list .card-contents .card-item.links {
  width: 13%;
}
.project-list .card-contents .card-item.pattern-name {
  width: 31%;
  font-size: 16px;
}
.project-list .card-contents .card-item.pattern-step {
  width: 27%;
}
.project-list .card-contents .card-item.pattern-step .number {
  width: 60px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.project-list .card-contents .card-item.pattern-step .name {
  color: #747474;
}
.project-list .card-contents .card-item.pattern-status {
  width: 15%;
}
.project-list .card-contents .card-item.pattern-status p {
  text-align: left;
  align-items: center;
  display: flex;
}
.project-list .card-contents .card-item.pattern-status p .effective {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/icon_status-on.svg);
  background-size: contain;
  margin-right: 4px;
}
.project-list .card-contents .card-item.pattern-status p .effective.off {
  background-image: url(../img/icon_status-off.svg);
}
.project-list .card-contents .card-item p {
  margin: 0;
}
.project-list .card-contents .card-item.middle {
  text-align: center;
  vertical-align: middle;
}
.project-list .card-contents .card-item .btn-area {
  display: flex;
  justify-content: flex-start;
  width: 118px;
  margin: auto;
}
.project-list .card-contents .card-item .btn-area:first-child {
  margin-bottom: 10px;
}
.project-list .card-contents .card-item .btn-sub {
  box-shadow: none;
  font-size: 12px;
  width: 54px;
  height: 36px;
  line-height: 35px;
  padding: 0;
  margin-left: 10px;
}
.project-list .card-contents .card-item .minute-memo-btn {
  font-size: 11px;
  padding-top: 2px;
  word-break: break-all;
  display: block;
  line-height: 1.25;
}
.project-list .card-contents .card-item .minute-memo-btn-second {
  font-size: 11px;
  padding-bottom: 3px;
  word-break: break-all;
  display: block;
  line-height: 1.25;
}
.project-list .card-contents .card-item .btn-sub:first-child {
  margin-left: 0;
}
.project-list .card-contents .card-item .btn-sub.chat-btn {
  font-size: 12px;
}
.project-list .card-contents .customer-name {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  line-height: 1.2;
  margin-top: 20px;
}
.project-list .card-contents .customer-name span {
  color: #000;
  font-size: 10px;
  font-weight: 100;
}
.project-list .card-contents .customer-name .link-text {
  font-size: 14px;
  font-weight: 400;
}
.project-list .card-contents .customer-name .link-text:hover {
  text-decoration: underline;
}
.project-list .card-contents .customer-name .yomi {
  color: #374047;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px 0 0 5px;
}
.project-list .card-contents .customer-name .contractor2 {
  position: relative;
  margin-top: 6px;
  padding-left: 12px;
  font-size: 12px;
}
.project-list .card-contents .customer-name .contractor2::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: solid 1px #666;
  border-bottom: solid 1px #666;
  left: 0;
  top: 13px;
}
.project-list .card-contents .step-task span {
  font-size: 14px;
}
.project-list .card-contents .step-task .step-name {
  display: flex;
}
.project-list .card-contents .step-task .step-name .number {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  width: 45px;
}
.project-list .card-contents .step-task .step-name .name {
  color: #000;
  font-size: 14px;
  width: calc(100% - 45px);
  line-height: 1.2;
  font-weight: 400;
}
.project-list .card-contents .task-bar {
  margin-top: 25px;
  position: relative;
}
.project-list .card-contents .task-bar span {
  color: #747474;
  line-height: 15px;
  position: absolute;
  top: 0;
}
.project-list .card-contents .task-bar span.left {
  font-size: 10px;
}
.project-list .card-contents .task-bar span.right {
  right: 0;
}
.project-list .card-contents .task-bar strong {
  color: #374047;
  font-weight: bold;
}
.project-list .card-contents .detail {
  font-size: 14px;
  margin: 10px 0 0 30px;
}
.project-list .card-contents .detail span {
  font-size: 12px;
  display: inline-block;
  padding-left: 15px;
}
.project-list .card-contents .rep p {
  font-size: 12px;
  padding-left: 2em;
  text-indent: -2em;
}
.project-list .card-contents .rep span {
  color: #747474;
  font-size: 12px;
}
.project-list .card-contents time {
  display: block;
  text-align: center;
}
.project-list .profit dl {
  display: block;
}
.project-list .profit dt {
  font-size: 11px;
  text-align: left;
}
.project-list .profit dd {
  color: #000;
  font-size: 13px;
  text-align: right;
}
.project-list .pagination-area .pagination-btn {
  height: 50px;
  line-height: 50px;
}

/* プロジェクト詳細 */
.project-name {
  background-color: #fff;
  color: #000;
  font-size: 18px;
  padding: 14px 0 14px 40px;
  margin-left: 200px;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
}
.project-name.fixed,.project-step.fixed {
  position: fixed;
  top: 44px;
}
.project-name .text-link {
  font-size: 16px;
  margin-left: 20px;
}
.project-name span,.project-step span {
  font-size: 12px;
  font-weight: 100;
  padding: 0 8px;
}
.project-name button {
  display: inline-block;
  float: right;
  margin-right: 40px;
  height: 30px;
  line-height: 30px;
}

.detail-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding: 20px;
  margin: 65px 0 40px;
}
.detail-box .flex {
  align-items: flex-start;
  justify-content: space-between;
}
.detail-box dl {
  margin: 0 0 5px;
}
.detail-box dt {
  color: #747474;
  font-size: 14px;
  width: 80px;
  padding-top: 1px;
}
.detail-box dd {
  font-size: 16px;
  width: calc(100% - 80px);
  margin: 0;
}
.detail-box .meeting-date dt {
  text-align: right;
  margin-right: 10px;
}
.detail-box .info-box {
  border-top: 1px dashed #98A0A7;
  margin-top: 10px;
  padding-top: 10px;
}
.detail-box .info-box dl {
  margin-top: 5px;
  align-items: center;
  display: flex;
}
.detail-box .info-box dt {
  width: 80px;
}
.detail-box .info-box dd {
  font-size: 16px;
  width: calc(100% - 80px);
}
.detail-box .info-box .info-item {
  max-width: 60%;
  min-width: 30%;
}
.detail-box .info-box .info-item dt {
  text-align: right;
  margin-right: 10px;
  padding-top: 1px;
  width: 150px;
}
.detail-box .info-box .info-item dd {
  width: calc(100% - 150px);
}

.step-scroll {
  background-color: #fff;
  padding: 0 0 10px 20px;
  z-index: 99;
  left: 200px;
  right: 0;
  overflow-x: scroll;
  border-bottom: solid 1px #ccc;
  -webkit-overflow-scrolling: touch;
}
#doneScroll {
  border-bottom: none;
}
.step-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}
.step-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.step-scroll::-webkit-scrollbar:horizontal {
  height: 10px;
}
.step-scroll.fixed {
  position: fixed;
  top: 94px;
  left: 200px;
}
.step-scroll.second .step-list .here:before {
    background-color: #9067C5;
}
.step-scroll.second.fixed {
    position: fixed;
    top: 155px;
}
.step-scroll .step-list {
  display: flex;
  margin: 0;
  width: 100%;
  padding: 14px 0 2px 0;
}
.step-scroll .step-list .here {
  position: relative;
}
.step-scroll .step-list .here:before {
  content: "";
  background-color: #0070C9;
  border-radius: 50%;
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
}
.step-scroll .step-list .active {
  color: #0070C9;
  font-weight: 500;
}
.step-scroll .step-list li {
  padding-right: 15px;
}
.step-scroll .step-list li:first-child {
  padding-left: 15px;
}
.step-scroll .step-list a {
  color: #374047;
  display: inline-block;
  margin: 0 5px;
}
.step-scroll .step-list a:hover {
  color: #0070C9;
}
.step-scroll .step-progressbar {
  margin-left: 20px;
  width: 1240px;
}

.step-box {
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  margin: 35px 0 40px;
}
.step-box.current {
  border: 2px solid #009F95;
}

.step-title {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}
.step-title .step-name {
  display: flex;
  align-items: center;
}
.step-title span {
  font-size: 20px;
  font-weight: 500;
}
.step-title .step-btn {
  cursor: pointer;
  color: #0070C9;
  font-weight: 500;
  position: relative;
  margin-left: 20px;
}

.step-detail {
  display: none;
  width: 90%;
  margin: 5px auto 30px;
}
.step-detail img {
  margin-right: 20px;
}
.step-detail p {
  color: #000;
  font-size: 14px;
  margin: 0;
}

.step-contents {
  border-top: 1px solid #ddd;
  padding: 30px 30px 85px;
}
.step-contents .step-comp {
  display: flex;
  justify-content: space-between;
}
.step-contents .step-comp .comp-text {
  align-items: center;
  width: calc(100% - 300px);
  position: relative;
}
.step-contents .step-comp .comp-text p {
  color: #000;
  font-size: 16px;
  margin: 0 10px 0 0;
}
.step-contents .step-comp .comp-text p span {
  font-size: 24px;
  padding-right: 5px;
}
.step-contents .step-comp .comp-text .progressbar-area {
  width: 50%;
}
.step-contents .step-comp .comp-text .detail span {
  color: #000;
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}
.step-contents .step-comp .comp-date {
  display: flex;
  align-items: center;
}
.step-contents .step-comp .comp-date label {
  color: #747474;
  font-size: 14px;
  white-space: nowrap;
  margin-right: 12px;
}
.step-contents .step-comp .comp-date .date {
  width: 200px;
  height: 36px;
}

.task-table {
  margin-top: 30px;
}
.task-table thead tr {
  border-bottom: 1px solid #151515;
}
.task-table tbody {
  border-left: 1px solid #CECDCD;
  border-right: 1px solid #CECDCD;
}
.task-table tbody tr:nth-child(4n+1), .task-table tbody tr:nth-child(4n+2) {
  background-color: #F9F9F8;
}
.task-table tbody tr:nth-child(4n+1):hover, .task-table tbody tr:nth-child(4n+2):hover {
  background-color: #EAF2F8;
}
.task-table th {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  padding: 10px;
}
.task-table th:first-child {
  padding: 10px 20px;
}
.task-table tr {
  color: #000;
}
.task-table tr.done-item {
  color: #747474;
}
.task-table tr.done-item .done-detail {
  color: #374047;
  font-size: 10px;
  display: block;
}
.task-table td {
  padding: 10px;
}
.task-table td.check-btn {
  width: 240px;
  padding: 10px;
}
.task-table td.check-btn .checked-item {
  display: none;
}
.task-table td.number {
  color: #747474;
  font-weight: bold;
}
.task-table td.day-input {
    width: 200px;
}
.task-table td .detail-message {
    color: #374047;
    font-size: 10px;
}

@media screen and (max-width: 768px) {
  /* プロジェクト一覧 */
  .project-list {
    padding: 0 20px;
  }
  .project-list .card-contents {
    display: block;
  }
  .project-list .card-contents.pending .customer-name {
    padding: 0;
  }
  .project-list .card-contents span {
    font-size: 14px;
  }
  .project-list .card-contents .customer-name {
    padding: 0;
    position: relative;
    left: 0;
    bottom: 0;
  }
  .project-list .card-contents .customer-name .sp_only {
    display: inline-block !important;
  }
  .project-list .card-contents .card-item {
    border-left: none;
    display: block;
    font-size: 16px;
    padding: 10px 10px 10px;
    width: 100%;
  }
  .project-list .card-contents .card-item.date-area {
    border-top: 1px dashed #DEE1E3;
    text-align: left;
    width: 100%;
  }
  .project-list .card-contents .card-item.date-area span {
    color: #747474;
    text-align: right;
    float: left;
    width: 90px;
    margin-right: 10px;
  }
  .project-list .card-contents .card-item.baitai-area {
    width: 100% !important;
    font-size: 12px;
    vertical-align: top;
  }
  .project-list .card-contents .card-item.baitai-area div span {
    width: 90px;
    margin-right: 10px;
  }
  .project-list .card-contents .card-item.baitai-area div p {
    width: calc(100% - 90px);
  }
  .project-list .card-contents .card-item.name-item {
    width: 100%;
  }
  .project-list .card-contents .card-item.pattern-name {
    width: 100%;
  }
  .project-list .card-contents .card-item.sp-item {
    display: none;
    width: 100%;
  }
  .project-list .card-contents .card-item .flex {
    align-items: flex-start;
  }
  .project-list .card-contents .card-item .flex span {
    color: #747474;
    font-size: 14px;
    text-align: right;
    width: 90px;
    margin-top: 2px;
    margin-right: 10px;
  }
  .project-list .card-contents .card-item .flex p {
    font-size: 16px;
  }
  .project-list .card-contents .card-item .btn-item {
    display: flex;
    justify-content: space-around;
  }
  .project-list .card-contents .card-item .btn-item .btn-area {
    width: 50%;
    justify-content: space-around;
    margin: auto;
  }
  .project-list .card-contents .card-item .btn-item .btn-area .btn-sub {
    margin: auto;
  }
  .project-list .card-contents .step-task {
    border-bottom: 1px dashed #DEE1E3;
  }
  .project-list .card-contents .step-task .step-name .number {
    width: 30px;
  }
  .project-list .card-contents .task-bar {
    margin-top: 45px;
  }
  .project-list .card-contents .task-bar span.left {
    display: block;
    position: relative;
    top: -20px;
    left: 30px;
  }
  .project-list .card-contents .detail {
    margin-left: 15px;
  }
  .project-list .card-contents .rep p {
    font-size: 14px;
    text-indent: -1.8em;
  }
  .project-list .card-contents .rep .sp-flex {
    display: flex;
  }
  .project-list .card-contents .rep .rep-label {
    font-size: 14px;
    margin-right: 40px;
  }
  .project-list .card-contents time {
    display: inline-block;
    position: relative;
    top: -2px;
  }
  .project-list .card-contents time.date {
    margin: 0;
  }
  .project-list .profit dl {
    display: flex;
    margin: 0;
  }
  .project-list .profit dt {
    font-size: 14px;
    text-align: right;
    width: 90px;
    margin-right: 10px;
  }
  .project-list .profit dd {
    font-size: 16px;
    width: 110px;
  }
  .project-list .pagination-area .pagination-btn {
    height: 40px;
    line-height: 40px;
  }

  /* プロジェクト詳細 */
  .project-name {
    font-size: 16px;
    padding: 10px;
    margin: 0;
  }
  .project-name.fixed {
    top: 50px;
  }
  .project-name .text-link {
    display: inline-block;
    font-size: 12px;
    margin: 10px 0 0;
  }
  .project-name span {
    font-size: 10px;
  }
  .project-name button {
    margin-right: 0;
  }

  .detail-box {
    padding: 15px 30px;
    margin: 75px 0 40px;
  }
  .detail-box .flex {
    display: block;
  }
  .detail-box .meeting-date dt {
    text-align: left;
    margin: 0;
  }
  .detail-box .info-box .info-item {
    max-width: 100%;
    margin: 0;
  }
  .detail-box .info-box .info-item dt {
    text-align: left;
    margin: 0;
    width: 79px;
  }
  .detail-box .info-box .info-item dd {
    width: calc(100% - 79px);
  }
  .detail-box.point-ver {
    margin: 100px 0 40px;
  }

  .step-scroll {
    display: block;
    margin: 0;
    padding: 0 0 10px 0;
  }
  .step-scroll.fixed {
    top: 109px;
    left: 0px;
  }
  .step-scroll .step-list {
    background-color: #fff;
    width: 100%;
  }
  .step-scroll.second.fixed {
    top: 209px;
    left: 0px;
 }

  .step-box {
    margin: 20px;
  }

  .step-title {
    padding: 10px 10px 20px;
  }
  .step-title .step-name {
    display: block;
  }
  .step-title span {
    font-size: 14px;
    font-weight: normal;
    padding-right: 0;
  }
  .step-title .step-btn {
    font-size: 16px;
    margin: 14px 0 0 0;
  }
  .step-title .detail-btn {
    font-size: 12px;
    width: 80px;
    height: 26px;
    line-height: 26px;
    padding: 0;
  }

  .step-detail {
    border-top: 1px solid #ddd;
    padding: 20px;
    margin: 0;
    width: 100%;
  }

  .step-contents {
    padding: 15px 15px 50px;
  }
  .step-contents .step-comp {
    display: block;
  }
  .step-contents .step-comp .comp-text {
    display: block;
    width: 100%;
    margin-bottom: 13px;
    position: relative;
  }
  .step-contents .step-comp .comp-text p {
    position: relative;
  }
  .step-contents .step-comp .comp-text p span {
    font-size: 14px;
  }
  .step-contents .step-comp .comp-text .progressbar-area {
    width: 100%;
  }
  .step-contents .step-comp .comp-text .detail span {
    margin: 0 10px 0 0;
  }
  .step-contents .step-comp .comp-date {
    display: block;
  }
  .step-contents .step-comp .comp-date label {
    margin-right: 0;
  }
  .step-contents .step-comp .comp-date .date {
    width: 100%;
  }

  .task-table {
    display: block;
    margin-top: 30px;
    padding: 0;
  }
  .task-table thead {
    display: none;
  }
  .task-table tbody tr {
    border-color: #ddd;
    display: flex;
    padding: 50px 20px 20px;
    position: relative;
  }
  .task-table tbody tr.sp_only {
    padding: 10px 20px 0;
    transition: all 0.5s ease-out;
  }
  .task-table tbody tr.sp_only.open {
    padding: 1px 20px 0;
  }
  .task-table tbody tr.sp_only.open .accordion {
    padding-top: 50px;
  }
  .task-table tbody tr.done-item .done-detail {
    display: none;
  }
  .task-table tbody tr:nth-child(2n+1) {
    border-bottom: none;
  }
  .task-table td {
    display: block;
    padding: 0;
  }
  .task-table td.check-btn {
    padding: 15px 10px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .task-table td.number {
    font-size: 16px;
    padding-right: 10px;
  }
  .task-table td.division:after {
    content: "：";
  }
  .task-table td.accordion {
    transition: all 0.5s ease-out;
  }
  .task-table td .done-detail {
    display: none;
    padding: 0;
    transition: all 0.5s ease-out;
  }
  .task-table td .done-detail dl {
    display: flex;
    font-size: 14px;
    width: 100%;
  }
  .task-table td .done-detail dt {
    width: 80px;
  }
  .task-table td .done-detail dd {
    width: calc(100% - 80px);
    margin: 0;
  }

  .task-all {
    color: #0070C9;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 35px;
  }
}
/* ---------------------
メモ一覧&議事録一覧
--------------------- */
/* メモ一覧 */
.clip-cell {
  display: block;
  width: 24px;
  padding: 10px 0;
}
.clip-cell img {
  display: inline-block;
  width: 94%;
  margin: 0;
}
.clip-cell .no-file {
  display: none;
}

.memo-list .status-cell {
  width: 25%;
}
.memo-list tr {
  width: 100%;
  align-items: center;
}
.memo-list tr td {
  align-items: center;
  white-space: normal;
  line-height: 1.4;
}
.memo-list tr td span {
  display: inline-block;
}
.memo-list tr.open {
  border: none;
}
.memo-list tr.off {
  background: #efefef;
}
.memo-list .time-limit, .memo-list .meeting-day {
  width: 100px;
}
.memo-list .memo-title {
  display: flex;
  color: #0070C9;
  cursor: pointer;
  position: relative;
  line-height: 30px;
}
.memo-list .memo-title.unread:before {
  content: "";
  background-color: #0070C9;
  border-radius: 50%;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 43%;
  left: 0;
}
.memo-comment-unread:before {
  content: "";
  background-color: #CC0033;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 43%;
  left: -10px;
}
.memo-list .memo-title p {
  padding: 0;
  margin: 0;
}
.memo-list .comment {
  width: 50px;
  color: #98A0A7;
  font-size: 12px;
}
.memo-list .processed {
  display: none;
  width: 140px;
}
.memo-list .processed time {
  font-size: 12px;
  margin-left: 8px;
}
.memo-list .staff {
  width: 110px;
}
.memo-list .edit {
  width: 100px;
  padding-right: 0;
}

.memo-detail {
  display: none;
}
.memo-detail:hover {
  background-color: transparent;
}

.memo-detailbox {
  padding-right: 25px;
}
.memo-detailbox dl {
  margin: 15px 60px 5px 0;
}
.memo-detailbox dt {
  color: #747474;
  font-size: 14px;
  margin-right: 5px;
}
.memo-detailbox dd {
  color: #151515;
  margin: 0;
}
.memo-detailbox dd a {
  padding-right: 30px;
}
.memo-detailbox dd a:last-of-type {
  padding-right: 0;
}
.memo-detailbox .memo-box {
  color: #000;
  background-color: #fff;
  padding: 15px;
  letter-spacing: .06em;
  line-height: 1.7em;
}
.memo-detailbox .comment-area .comment-head {
  color: #151515;
  margin: 0 0 5px;
}
.memo-detailbox .comment-area .comment-head .icon {
  width: 24px;
  margin: 0 5px 0 0;
  top: 7px;
}
.memo-detailbox .comment-area .comment-form {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  margin-bottom: 30px;
}
.memo-detailbox .comment-area .comment-form textarea {
  height: 100px;
  width: calc(100% - 100px);
}
.memo-detailbox .comment-area .comment-form .btn-flat {
  width: 80px;
}
.memo-detailbox .comment-area .comment-box {
  border-bottom: 1px dashed #98A0A7;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.memo-detailbox .comment-area .comment-box:last-child {
  border: none;
}
.memo-detailbox .comment-area .comment-box span {
  font-size: 14px;
  padding-right: 10px;
}
.memo-detailbox .comment-area .comment-box time {
  color: #747474;
  font-size: 12px;
  padding-right: 20px;
}
.memo-detailbox .comment-area .comment-box .comment-content {
  margin: 10px 30px;
}
.memo-detailbox .comment-area .comment-box p {
  color: #000;
  font-size: 13px;
  margin: 0 0 10px;
}

.status {
  margin: 8px 0 12px;
}
.status .checkbox-field [type="checkbox"] + span:not(.lever) {
  display: inline-block;
}
.status time {
  margin-left: 15px;
}
.status time.hide {
  display: none;
}

/* mymemolist*/
.mymemo-list .status-cell {
  width: 25%;
}
.mymemo-list tr td {
  align-items: center;
}
.mymemo-list tr td:nth-last-child(4) {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mymemo-list tr.open {
  border: none;
}
.mymemo-list tr.off {
  background: #efefef;
}
.mymemo-list tr.off td.memo-title {
  color: #63A9E0;
}
.mymemo-list .time-limit, .mymemo-list .meeting-day {
  width: 100px;
  white-space: nowrap;
}
.mymemo-list .memo-title {
  display: flex;
  color: #0070C9;
  cursor: pointer;
  position: relative;
  line-height: 30px;
  white-space: nowrap;
}
.mymemo-list .memo-title.unread:before {
  content: "";
  background-color: #0070C9;
  border-radius: 50%;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 43%;
  left: 0;
}
.mymemo-list .memo-title p {
  padding: 0;
  margin: 0;
  white-space: normal;
  line-height: 1.2;
}
.mymemo-list .comment {
  color: #98A0A7;
  font-size: 12px;
}
.mymemo-list .processed {
  display: none;
}
.mymemo-list .processed time {
  font-size: 12px;
  margin-left: 8px;
}
.mymemo-list .staff {
  width: 110px;
}
.mymemo-list .edit {
  width: 100px;
}
.handed-over-box {
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 10px;
    margin: 15px 0 20px;
    position: relative;
}

/* 議事録一覧 */
.text-blue {
  color: #0070C9;
}

.minutes-list .meeting-day {
  width: 110px;
}
.minutes-list .meeting-day.no-icon {
  width: 90px !important;
}
.minutes-list .minutes-title {
  cursor: pointer;
  color: #0070C9;
  position: relative;
}
.minutes-list .minutes-title.unread:before {
  content: "";
  background-color: #0070C9;
  border-radius: 50%;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 40%;
  left: -3px;
}

.read-number {
  cursor: pointer;
  color: #0070C9;
  display: inline-block;
  font-size: 12px;
  background-color: #f5f5f5;
  border-radius: 50%;
  text-align: center;
  min-width: 20px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  /* メモ一覧 */
  .memo-list {
    background-color: #f9f8f8;
  }
  .memo-list:hover {
    background-color: #f9f8f8;
  }
  .memo-list tr:hover {
    background-color: #fff;
  }
  .memo-list .clip-cell {
    width: 44px;
    padding: 10px;
  }
  .memo-list tr {
    text-align: center;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 0 0 15px 0;
  }
  .memo-list tr.off .processed {
    color: #BABABA;
  }
  .memo-list tr td {
    position: relative;
    align-items: center;
    display: flex;
    padding: 0 0 5px 13px;
  }
  .memo-list tr td span:first-of-type {
    　display: inline-block;
    font-size: 12px !important;
    width: 80px;
  }
  .memo-list tr td span:nth-child(2) {
    width: 30px;
  }
  .memo-list tr td span:nth-child(2).unprocessed {
    width: 160px;
  }
  .memo-list tr td:nth-child(3) {
    width: 100%;
  }
  .memo-list tr td:nth-last-child(4) {
    width: 100%;
  }
  .memo-list tr td:nth-last-child(5) {
    display: flex;
    width: 100%;
    white-space: normal;
    overflow-x: scroll;
  }
  .memo-list tr td.memo-detailbox {
    display: block;
    width: 99%;
  }
  .memo-list .fix {
    align-items: flex-start;
    margin-bottom: 5px;
  }
  .memo-list .fix span:first-of-type {
    margin-top: 2px;
    width: 80px;
  }
  .memo-list .fix span:nth-child(2) {
    width: calc(100% - 97px);
    line-height: 1.2;
  }
  .memo-list .fix span:nth-child(3) {
    width: calc(100% - 97px);
    line-height: 1.2;
  }
  .memo-list .time-limit {
    width: 100%;
  }
  .memo-list .memo-title {
    align-items: flex-start;
    line-height: 1.2;
    white-space: normal;
  }
  .memo-list .memo-title.unread:before {
    display: list-item;
    width: 0;
    top: 0 !important;
    left: 100px;
  }
  .memo-list .memo-title p {
    padding: 0;
    margin: 0;
    width: calc(100% - 130px) !important;
  }
  .memo-list .memo-title span:first-of-type {
    width: 80px !important;
  }
  .memo-list .staff {
    text-align: left;
  }
  .memo-list .edit {
    display: inline-block;
  }
  .memo-list .unprocessed,
  .memo-list .processed {
    color: #000;
    font-size: 16px;
  }

  .memo-detailbox {
    display: none;
    padding: 10px;
  }
  .memo-detailbox div:first-of-type {
    display: block;
  }
  .memo-detailbox div:first-of-type dl {
    align-items: flex-start;
    display: flex;
    width: 100%;
    margin: 0px 10px 5px 0;
  }
  .memo-detailbox div:first-of-type dl dt {
    display: block;
    width: 75px;
    margin-top: 20px;
    font-size: 12px;
    color: #98A0A7;
  }
  .memo-detailbox div:first-of-type dl dd {
    display: block;
    width: calc(100% - 80px);
  }
  .memo-detailbox div:first-of-type dl dd a {
    display: inline-block;
    line-height: 1.2;
    margin-top: 20px;
  }
  .memo-detailbox dl {
    margin-right: 30px;
  }
  .memo-detailbox dt {
    white-space: nowrap;
  }
  .memo-detailbox .memo-box {
    font-size: 14px;
    width: calc(100vw - 49px);
    background-color: #f8f8f8;
  }
  .memo-detailbox .status {
    display: flex;
  }
  .memo-detailbox .status dt {
    width: 75px;
    font-size: 12px;
    color: #98A0A7;
  }
  .memo-detailbox .status dd {
    align-items: center;
    display: flex;
    width: calc(100% - 80px);
  }
  .memo-detailbox .status dd label span {
    width: 60px;
  }
  .memo-detailbox .status dd time {
    margin-left: 10px;
    font-size: 14px;
  }
  .memo-detailbox .comment-area .comment-head {
    margin: 25px 0 5px;
  }
  .memo-detailbox .comment-area .comment-form {
    padding: 0;
    display: block;
  }
  .memo-detailbox .comment-area .comment-form textarea {
    width: 96%;
    height: 140px;
    padding: 5px;
  }
  .memo-detailbox .comment-area .comment-form .btn-flat {
    font-size: 14px;
    width: 200px;
    padding: 0;
    margin: auto;
  }
  .memo-detailbox .comment-area .comment-box span {
    color: #151515;
  }

  /*mymemo*/
  .mymemo-list {
    background-color: #f9f8f8;
  }
  .mymemo-list:hover {
    background-color: #f9f8f8;
  }
  .mymemo-list tr:hover {
    background-color: #fff;
  }
  .mymemo-list tr.memo-detail {
    margin-bottom: 20px;
  }
  .mymemo-list .clip-cell {
    width: 44px;
    padding: 10px;
  }
  .mymemo-list tr {
    text-align: center;
    background-color: #fff;
    padding: 0 0 15px 0;
    margin-top: 10px;
  }
  .mymemo-list tr:first-of-type {
    margin-top: 0;
  }
  .mymemo-list tr.off .processed {
    color: #BABABA;
  }
  .mymemo-list tr td {
    position: relative;
    align-items: center;
    display: flex;
    padding: 0 0 5px 13px;
  }
  .mymemo-list tr td span:first-of-type {
    display: inline-block;
    font-size: 12px !important;
    width: 80px;
  }
  .mymemo-list tr td span:nth-child(2) {
    width: 30px;
  }
  .mymemo-list tr td span:nth-child(2).unprocessed {
    width: 160px;
  }
  .mymemo-list tr td:nth-last-child(3) {
    width: 100%;
  }
  .mymemo-list tr td:nth-last-child(3):first-of-type {
    width: 80px;
  }
  .mymemo-list tr td:nth-last-child(4) {
    display: flex;
    width: 100%;
    white-space: normal;
    overflow-x: scroll;
  }
  .mymemo-list tr td.memo-detailbox {
    display: block;
    width: 99%;
  }
  .mymemo-list tr td.memo-detailbox div:first-of-type {
    display: block;
  }
  .mymemo-list tr td.memo-detailbox div:first-of-type dl {
    align-items: flex-start;
    display: flex;
    width: 100%;
    margin: 0px 10px 5px 0;
  }
  .mymemo-list tr td.memo-detailbox div:first-of-type dl dt {
    display: block;
    width: 75px;
    margin-top: 20px;
    font-size: 12px;
    color: #98A0A7;
  }
  .mymemo-list tr td.memo-detailbox div:first-of-type dl dd {
    display: block;
    width: calc(100% - 80px);
  }
  .mymemo-list tr td.memo-detailbox div:first-of-type dl dd a {
    display: inline-block;
    line-height: 1.2;
    margin-top: 20px;
  }
  .mymemo-list tr td.memo-detailbox .memo-box {
    font-size: 14px;
    width: calc(100vw - 49px);
    background-color: #f8f8f8;
  }
  .mymemo-list tr td.memo-detailbox .status {
    display: flex;
  }
  .mymemo-list tr td.memo-detailbox .status dt {
    width: 75px;
    font-size: 12px;
    color: #98A0A7;
  }
  .mymemo-list tr td.memo-detailbox .status dd {
    align-items: center;
    display: flex;
    width: calc(100% - 80px);
  }
  .mymemo-list tr td.memo-detailbox .status dd label span {
    width: 60px;
  }
  .mymemo-list tr td.memo-detailbox .status dd time {
    margin-left: 10px;
    font-size: 14px;
  }
  .mymemo-list .fix {
    align-items: flex-start;
    margin-bottom: 5px;
  }
  .mymemo-list .fix span:first-of-type {
    margin-top: 2px;
    width: 80px;
  }
  .mymemo-list .fix span:nth-child(2) {
    width: calc(100% - 97px);
    line-height: 1.2;
  }
  .mymemo-list .fix span:nth-child(3) {
    width: calc(100% - 97px);
    line-height: 1.2;
  }
  .mymemo-list .time-limit {
    width: 100%;
  }
  .mymemo-list .memo-title {
    align-items: flex-start;
    line-height: 1.2;
    white-space: normal;
  }
  .mymemo-list .memo-title.unread:before {
    display: list-item;
    width: 0;
    top: 0 !important;
    left: 100px;
  }
  .mymemo-list .memo-title p {
    padding: 0;
    margin: 0;
    width: calc(100% - 100px) !important;
  }
  .mymemo-list .memo-title span:first-of-type {
    width: 80px !important;
  }
  .mymemo-list .staff {
    text-align: left;
  }
  .mymemo-list .edit {
    display: inline-block;
    margin-top: 5px;
  }
  .mymemo-list .unprocessed,
  .mymemo-list .processed {
    color: #000;
    font-size: 16px;
  }

  /* 議事録一覧 */
  .minutes-list .meeting-day {
    width: 100%;
  }
  .minutes-list td.center {
    text-align: left;
  }
  .minutes-list .minutes-title.unread:before {
    top: 60%;
    left: -3px;
  }
}
/* ---------------------
チェックリスト
--------------------- */
/* チェックリスト */
.check-search .input-field {
  margin-bottom: 0;
}

.fixed-contents {
  position: absolute;
  left: 0;
  right: 0;
}
.fixed-contents .project-name,
.fixed-contents .step-scroll {
  position: relative;
}
.fixed-contents .project-name {
  border-bottom: 1px solid #F8F9F9;
  height: 50px;
}
.fixed-contents.fixed {
  position: fixed;
  top: 44px;
  z-index: 1;
}

.check-card {
  border: 1px solid #98A0A7;
  background-color: #fff;
  margin-top: 30px;
}
.check-card.fixed {
  border: 1px solid #DEE1E3;
}
.check-card.fixed .check-title .title:before {
  border-left: 4px solid #009F95;
  border-bottom: 4px solid #009F95;
}
.check-card:first-child {
  margin-top: 160px;
}
.check-card .check-title {
  border-bottom: 1px solid #DEE1E3;
  padding: 15px 20px;
}
.check-card .check-title .title {
  color: #000;
  font-size: 20px;
  font-weight: 200;
  margin: 0;
  padding-left: 20px;
  position: relative;
}
.check-card .check-title .title:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 14px;
  height: 8px;
  border-left: 4px solid #DEE1E3;
  border-bottom: 4px solid #DEE1E3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.check-card .check-contents {
  padding: 30px 20px;
}
.check-card .check-list tbody tr:hover {
  background-color: #EAF2F8;
}
.check-card .check-list tbody tr:hover td:last-child {
  background-color: #EAF2F8;
}
.check-card .check-list th {
  padding: 3px 10px;
  width: 20%;
}
.check-card .check-list th:first-child {
  width: 40%;
}
.check-card .check-list td:last-child {
  background-color: #F8F9F9;
}
.check-card .check-list td.done p {
  color: #98A0A7;
}
.check-card .check-list td p {
  margin: 0;
}
.check-card .check-list .checked-info {
  font-size: 12px;
  color: #000;
  display: none;
  vertical-align: middle;
  margin-left: 5px;
}
.check-card .check-list .checked-info .date {
  color: #747474;
  font-size: 10px;
  display: block;
}
.check-card .check-list .checkbox-area .disable + span:not(.lever) {
  background-color: #ECEDEE;
  border: 1px solid #ECEDEE;
  color: #ECEDEE;
}

@media screen and (max-width: 768px) {
  /* チェックリスト */
  .check-search .input-field {
    margin-bottom: 40px;
  }

  .fixed-contents.fixed {
    top: 50px;
  }

  .check-card {
    margin: 20px 10px 0;
  }
  .check-card:first-child {
    margin-top: 150px;
  }
  .check-card .check-title {
    border-bottom: 1px solid #000;
    display: block;
    padding: 15px 10px;
  }
  .check-card .check-contents {
    padding: 10px;
  }
  .check-card .check-list {
    padding: 0;
  }
  .check-card .check-list tbody {
    border: none;
  }
  .check-card .check-list tr:last-child {
    border: none;
  }
  .check-card .check-list td {
    display: flex;
  }
  .check-card .check-list td:last-child {
    background-color: #fff;
  }
  .check-card .check-list td span.sp_only {
    width: 80px;
  }
}
/* ---------------------
ファイル
--------------------- */
/* ファイル登録 */
.file-registration {
  display: none;
  margin-bottom: 50px;
}
.file-registration .file-registration-area {
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  border-top: 3px dashed #98A0A7;
  border-bottom: 3px dashed #98A0A7;
  color: #98A0A7;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 20px;
}
.file-registration .file-registration-area.dragover {
  background-color: #F8F9F9;
}
.file-registration .file-registration-area p {
  font-size: 20px;
  margin: 0;
}
.file-registration .file-registration-area span {
  display: inline-block;
  position: relative;
  top: 8px;
}
.file-registration .file-registration-area .btn-select {
  border: none;
  margin: 10px 0 0 10px;
}

/* ファイル一覧 */
.file-select {
  background-color: #DEE1E3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 30px;
}
.file-select.top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.file-select .select-action {
  display: flex;
  align-items: center;
}
.file-select .btn-flat {
  height: 36px;
  line-height: 35px;
  margin-left: 10px;
}

.file-list {
  background-color: #fff;
  padding: 20px 20px 40px;
}
.file-list tr.add-file {
  background-color: #EFF9F8;
}
.file-list th:first-child {
  padding-left: 35px;
}
.file-list td.checkbox-field {
  padding-left: 70px;
}
.file-list .middle-file,
.file-list .lower-file {
  display: none;
}
.file-list .middle-file td:first-child {
  padding-left: 40px;
}
.file-list .new-file,
.file-list .file-name {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #0070C9;
  padding: 0 5px;
}
.file-list .infile {
  position: absolute;
  display: inline-block;
  margin-left: 20px;
  width: 70px;
  text-align: left;
}
.file-list .infile::after {
  position: absolute;
  content: '';
  display: inline-block;
  left: -10px;
  top: 2px;
  width: 14px;
  height: 14px;
  background: url(../img/icon_file.svg) no-repeat;
  background-size: contain;
}
.file-list .icon {
  top: 2px;
  margin-left: 0;
}
.file-list .icon-file {
  padding: 0 2px;
}
.file-list .checkbox-field [type="checkbox"] + span:not(.lever) {
  padding-left: 20px;
}

/* ファイル詳細 */
.file-detail {
  background-color: #fff;
  padding: 20px;
}
.file-detail .file-title {
  color: #0070C9;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0 10px 15px;
}
.file-detail .file-title .icon {
  position: relative;
  top: 3px;
}
.file-detail .file-title .file-name {
  padding-left: 10px;
}
.file-detail dl {
  margin: 10px 0 0 40px;
}
.file-detail dl dt {
  color: #98A0A7;
  width: 80px;
}
.file-detail dl dd {
  width: calc(100% - 80px);
}
.file-detail .btn-box {
  margin: 40px 0 10px 20px;
}
.file-detail .btn-box .btn-delete {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  /* ファイル登録 */
  .file-registration {
    margin: 20px 0 0;
  }
  .file-registration .file-registration-area .btn-select {
    width: 160px;
    margin: 0;
  }
  .file-registration .progressbar-area {
    padding: 0 15px;
  }

  /* ファイル一覧 */
  .file-select {
    padding: 20px 15px;
  }
  .file-select.top {
    margin-top: 30px;
  }
  .file-select .btn-sub {
    font-size: 14px;
    width: 100px;
    padding: 0;
  }

  .file-list {
    padding: 0;
  }
  .file-list table {
    padding: 0;
  }
  .file-list tbody {
    border: none;
  }
  .file-list tr {
    padding: 0 5px;
  }
  .file-list td.selected span {
    padding-left: 0;
  }
  .file-list .higher-folder,
  .file-list .middle-file {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .file-list .higher-folder td:first-child {
    width: calc(100% - 140px);
  }
  .file-list .middle-file {
    display: none;
  }
  .file-list .middle-file.folder.sp-flex {
    display: flex !important;
  }
  .file-list .middle-file td:first-child {
    padding-left: 20px;
  }
  .file-list .lower-file td:first-child {
    padding-left: 35px;
  }
  .file-list .file-name {
    font-size: 16px;
  }
  .file-list .new-file {
    font-size: 14px;
  }
  .file-list .checkbox-field [type="checkbox"] + span:not(.lever):before {
    margin-top: 5px;
  }
  .file-list .slide-item {
    padding-left: 35px;
  }

  /* ファイル詳細 */
  .file-detail .btn-flat.large {
    width: 160px;
  }
}
/* ---------------------
資金管理&収支
--------------------- */
/* 資金管理 */
.project-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.project-total dl {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  flex: 1;
  box-sizing: border-box;
  height: 50px;
  padding: 0 15px;
  margin-top: 10px;
  margin-right: 20px;
}
.project-total dl:last-of-type {
  margin-right: 0;
}
.project-total dt {
  color: #98A0A7;
  font-size: 14px;
}
.project-total dd {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}
.project-total dd span {
  font-size: 14px;
  font-weight: 200;
}

.financing-plan .heading {
  padding-top: 20px;
}
.financing-plan .outputBox {
  display: flex;
}
.financing-plan .heading-label {
  background-color: #DEE1E3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 30px;
}
.financing-plan .heading-label h2 {
  font-size: 16px;
}
.financing-plan .heading-label .btn-area .btn-flat {
  margin-right: 20px;
}
.financing-plan .heading-label .btn-area .btn-flat:last-child {
  margin-right: 0;
}
.financing-plan .heading-label .cost-registration {
  line-height: 1.2;
}
.financing-plan .specification {
  background-color: #fff;
  padding: 20px 40px 30px 20px;
  margin-bottom: 30px;
}
.financing-plan .specification dl {
  border-bottom: 1px solid #ddd;
  justify-content: space-between;
  padding: 10px;
  margin: 0;
  height: 50px;
}
.financing-plan .specification dl.total {
  background-color: #F8F9F9;
  border-top: 1px solid #000;
  padding-right: 10px;
}
.financing-plan .specification dl.total span {
  font-weight: 500;
}
.financing-plan .specification dl:hover {
  background-color: #EAF2F8;
}
.financing-plan .specification dt {
  color: #000;
}
.financing-plan .specification dd {
  color: #000;
  text-align: right;
}
.financing-plan .cost-detail dl {
  padding-right: 50px;
}
.financing-plan .cost-detail .cost-title {
  background-color: #F8F9F9;
}
.financing-plan .cost-detail .cost-title .discount {
  color: #CC0033;
}
.financing-plan .cost-detail .cost-title .discount .minus {
  font-size: 14px;
  padding-right: 4px;
}
.financing-plan .cost-detail .cost-title .cost {
  display: inline-block;
  width: 150px;
}
.financing-plan .cost-detail .cost-title input[type=text]:not(.browser-default) {
  display: inline-block;
  width: 200px;
  color: #CC0033;
  font-size: 16px;
}
.financing-plan .cost-detail .output {
  padding: 0;
  width: 100px;
  height: 30px;
  line-height: 30px;
}
.financing-plan .cost-detail .layer {
  color: #0070C9;
  cursor: pointer;
}
.financing-plan .cost-detail .lower-layer {
  display: none;
}
.financing-plan .cost-detail .lower-layer dl {
  position: relative;
}
.financing-plan .cost-detail .lower-layer dl dt:before {
  top: 2px;
}
.financing-plan .cost-detail .lower-layer dl:last-of-type {
  border-bottom: dashed 1px #98A0A7;
}
.financing-plan .cost-detail .lower-layer .layer-2 {
  padding-left: 15px;
}
.financing-plan .cost-detail .lower-layer .layer-3 {
  padding-left: 35px;
}
.financing-plan .payment-info th {
  padding-bottom: 5px;
}
.financing-plan .payment-info td:last-child {
  padding-right: 7px;
}
.financing-plan .payment-info .btn-sub {
  width: 80px;
  height: 30px;
  line-height: 29px;
}
.financing-plan .btn-sub {
  font-size: 14px;
  height: 36px;
  line-height: 35px;
  padding: 0 10px;
}

/* 収支 */
.balance-list thead {
  border-bottom: 1px solid #000;
}
.balance-list thead .w330 {
  width: 330px !important;
}
.balance-list tbody tr:hover td:nth-child(2n) {
  background-color: #EAF2F8;
}
.balance-list th {
  text-align: center;
}
.balance-list th:first-child {
  text-align: left;
}
.balance-list td {
  text-align: right;
  font-weight: 400;
}
.balance-list td:first-child {
  font-size: 14px;
  font-weight: 200;
  text-align: left;
}
.balance-list td:nth-child(2n) {
  background-color: #fff;
}
.balance-list .deficit {
  color: #CC0033;
}

@media screen and (max-width: 768px) {
  /* 資金管理 */
  .project-total {
    display: block;
    padding: 0 10px;
  }
  .project-total dl {
    box-shadow: none;
    width: 100%;
    height: 38px;
    padding: 0 8px;
    margin-bottom: 0;
  }
  .project-total dt {
    font-size: 12px;
  }
  .project-total dd {
    font-size: 14px;
  }
  .project-total dd span {
    font-size: 12px;
  }

  .financing-plan .outputBox {
    display: block;
  }
  .financing-plan .outputBox .outputList tbody {
    border-top: none;
  }
  .financing-plan .heading-label {
    padding: 10px 15px;
  }
  .financing-plan .heading-label .btn-area .btn-flat {
    margin-right: 8px;
  }
  .financing-plan .heading-label .btn-area .tax-rate {
    width: auto;
    padding: 0 10px;
  }
  .financing-plan .heading-label .btn-area .tax-rate span {
    display: none;
  }
  .financing-plan .heading-label .btn-area a {
    width: auto;
    padding: 0 10px;
  }
  .financing-plan .specification {
    padding: 20px 0 0;
    margin-bottom: 0;
  }
  .financing-plan .specification dl {
    padding: 8px 15px;
  }
  .financing-plan .specification dl.total {
    padding-right: 15px;
  }
  .financing-plan .specification dt {
    font-size: 14px;
  }
  .financing-plan .specification .total {
    margin-bottom: 30px;
  }
  .financing-plan .cost-detail dl {
    padding: 8px 30px 8px 15px;
  }
  .financing-plan .cost-detail .cost-title .cost {
    width: 100px;
  }
  .financing-plan .cost-detail .output {
    font-size: 12px;
    width: 60px;
  }
  .financing-plan .cost-detail .layer {
    width: 40%;
  }
  .financing-plan .cost-detail .lower-layer .layer-2 {
    padding-left: 5px;
  }
  .financing-plan .cost-detail .lower-layer .layer-3 {
    padding-left: 25px;
  }
  .financing-plan .payment-info {
    padding-bottom: 30px;
  }
  .financing-plan .payment-info tbody {
    border-top: none;
  }
  .financing-plan .payment-info tr {
    padding-bottom: 10px;
  }
  .financing-plan .payment-info td {
    display: flex;
    padding: 10px 10px 0 10px;
  }
  .financing-plan .payment-info td.right-align {
    text-align: left;
  }
  .financing-plan .payment-info td:last-child {
    justify-content: center;
    text-align: center;
    padding-bottom: 10px;
  }
  .financing-plan .payment-info td span {
    display: block;
    width: 80px;
  }
  .financing-plan .payment-info td p {
    width: calc(100% - 80px);
    margin: 0;
    padding: 0;
  }
  .financing-plan .payment-info .btn-sub {
    font-size: 14px;
  }
  .financing-plan .btn-sub {
    font-size: 12px;
    width: 130px;
    padding: 0;
  }
  .financing-plan .cost-registration {
    width: 100px;
  }

  /* 収支 */
  .balance-list tr {
    padding-top: 10px;
  }
  .balance-list td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 10px;
  }
  .balance-list td:first-child {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .balance-list td:nth-child(2n) {
    background-color: #F8F9F9;
  }
  .balance-list .deficit {
    font-size: 16px;
  }
}

/* プロジェクトのユーザ名 */
section.section .user-name {
    font-size: 16px;
    margin: 20px 0;
}

/* ---------------------
日程管理
--------------------- */
/* 日程管理 */
.schedule-manegement .user-name {
  font-size: 16px;
  margin: 20px 0;
}

.schedule-list {
  border-top: 1px solid #000;
  margin-top: 30px;
}
.schedule-list .schedule-item {
  border-bottom: 1px solid #DEE1E3;
  padding: 0 10px 20px;
}
.schedule-list .schedule-head {
  align-items: center;
  justify-content: space-between;
}
.schedule-list .schedule-head .step-name {
  font-size: 16px;
}
.schedule-list .schedule-head .date {
  width: 110px;
}
.schedule-list .schedule-head dl {
  margin-right: 25px;
}
.schedule-list .schedule-head dd {
  color: #151515;
  font-size: 16px;
  margin-left: 10px;
}
.schedule-list .schedule-area {
  align-items: center;
  margin-bottom: 10px;
}
.schedule-list .schedule-area .delete-btn {
  margin: 6px 10px;
  width: 24px;
  height: 24px;
}
.schedule-list .schedule-box {
  background-color: #fff;
  border: 1px solid #ECEDEE;
  padding: 15px 20px 5px;
  width: calc(100% - 172px);
}
.schedule-list .schedule-box dl {
  margin: 0 0 10px;
}
.schedule-list .schedule-box dt {
  text-align: right;
  margin-right: 10px;
  width: 60px;
}
.schedule-list .schedule-box dt span {
  display: none;
}
.schedule-list .schedule-box dd {
  width: calc(100% - 70px);
}
.schedule-list .schedule-box dd .pc_only {
  display: inline;
}
.schedule-list .schedule-box .datetime {
  width: 170px;
}
.schedule-list .schedule-box .time {
  width: 70px;
}
.schedule-list .schedule-box .radio-field {
  display: flex;
}
.schedule-list .schedule-box label {
  margin-left: 25px;
}
.schedule-list .schedule-box label:first-child {
  margin-left: 0;
}
.schedule-list .schedule-box textarea {
  padding: 8px 10px;
  height: 36px;
}
.schedule-list .schedule-box .input-box {
  display: none;
  margin-left: 15px;
  width: calc(100% - 210px);
}
.schedule-list .btn-box {
  text-align: center;
  margin: 100px auto 0;
}

@media screen and (max-width: 768px) {
  .user-name {
    padding-left: 20px;
  }

  /* 日程管理 */
  .schedule-manegement .user-name {
    font-size: 14px;
    margin: 20px 10px;
  }

  .schedule-list {
    margin: 30px 10px;
  }
  .schedule-list .schedule-item {
    padding: 20px 0 10px;
  }
  .schedule-list .schedule-head {
    display: block;
  }
  .schedule-list .schedule-head dl {
    display: block;
    margin: 20px 20px 20px 0;
  }
  .schedule-list .schedule-head dd {
    margin-left: 0;
  }
  .schedule-list .schedule-head dd time {
    line-height: 34px;
  }
  .schedule-list .schedule-area {
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .schedule-list .schedule-area .flex {
    display: block;
  }
  .schedule-list .schedule-area .delete-btn {
    margin: 10px;
  }
  .schedule-list .schedule-area .btn-border {
    display: block;
    width: 36px;
    margin: auto;
  }
  .schedule-list .schedule-area .btn-border span {
    display: none;
  }
  .schedule-list .schedule-box {
    padding: 10px;
    width: calc(100% - 50px);
  }
  .schedule-list .schedule-box dl {
    display: block;
  }
  .schedule-list .schedule-box dt {
    text-align: left;
    margin-right: 0;
    width: 100%;
  }
  .schedule-list .schedule-box dt span {
    margin-left: 110px;
  }
  .schedule-list .schedule-box dd {
    width: 100%;
  }
  .schedule-list .schedule-box .datetime {
    width: 100%;
    margin-right: 5px;
    margin-bottom: 15px;
  }
  .schedule-list .schedule-box .time {
    width: 108px;
  }
  .schedule-list .schedule-box .radio-field {
    display: block;
  }
  .schedule-list .schedule-box label {
    display: inline-block;
    margin-left: 20px;
  }
  .schedule-list .schedule-box .input-box {
    margin-left: 0;
    width: 100%;
  }
  .schedule-list .schedule-box textarea {
    height: 140px;
  }
  .schedule-list .btn-box {
    margin: 50px 0 0 0;
  }
  .schedule-list .btn-box .cancel {
    width: 140px;
  }
  .schedule-list .btn-box .register {
    width: 140px;
  }
}
/* ---------------------------------------------------------------------------------
フォルダ一覧&チェックリスト管理&仕様カテゴリ一覧&定型メッセージ一覧&ステップタスク一覧
--------------------------------------------------------------------------------- */
/* 共通リストコンテンツ */
.list-content .noresult {
  margin-top: 12px;
}
.list-content p.flex {
  display: flex;
}
.list-content .registration-form {
  background-color: #fff;
  display: none;
  padding: 3px 20px 18px;
}
.list-content .registration-form dl {
  margin: 0;
  padding-top: 15px;
}
.list-content .registration-form dt {
  color: #98A0A7;
  text-align: right;
  width: 100px;
}
.list-content .registration-form dd {
  width: calc(100% - 110px);
  max-width: 500px;
  margin-left: 10px;
}
.list-content .registration-form .error-text {
  margin-left: 110px;
}
.list-content .registration-form .btn-box {
  margin: 20px 0 0 110px;
}
.list-content .registration-form .btn-box .btn-flat {
  font-size: 14px;
  width: 84px;
  padding: 0;
}
.list-content .registration-form .btn-box .btn-sub {
  margin-right: 5px;
}
.list-content .registration-form.edit-form {
  border: 1px solid #DEE1E3;
  border-top: none;
  padding: 0 20px 15px;
}
.list-content .registration-form.edit-form .btn-box {
  margin-top: 14px;
}
.list-content .registration-form.child-form {
  margin-left: 80px;
}
.list-content .registration-form.grandchild-form {
  margin-left: 160px;
}
.list-content .registration-form.add-form {
  display: none;
  margin: 10px 0 0 80px;
  padding: 0 20px 15px;
}
.list-content .registration-form.add-form .btn-box {
  margin-top: 14px;
}
.list-content .registration-form.add-form.has-child {
  position: relative;
}
.list-content .registration-form.add-form.has-child:before {
  content: "";
  background-color: #98A0A7;
  display: block;
  width: 1px;
  height: calc(100% + 10px);
  position: absolute;
  top: -10px;
  left: -40px;
}
.list-content .list-box {
  background-color: #fff;
  border: 1px solid #DEE1E3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  margin-top: 10px;
  position: relative;
}
.list-content .list-box .list-name {
  color: #000;
  font-size: 14px;
  margin: 0;
  width: 80%;
  align-items: center;
  justify-content: flex-start;
}
.list-content .list-box .list-name img {
  margin-right: 5px;
}
.list-content .list-box .list-name .division {
  width: 130px;
  white-space: normal;
  margin-right: 10px;
  box-sizing: border-box;
}
.list-content .list-box .list-name .task-name {
  width: 240px;
  white-space: normal;
  margin-right: 10px;
}
.list-content .list-box .list-name .points {
  width: 105px;
  white-space: normal;
}
.list-content .list-box .list-name .points span {
  color: #000;
  font-size: 14px;
  padding-left: 6px;
}
.list-content .list-box .list-name .file-name {
  width: 240px;
  white-space: normal;
  word-break: break-all;
  margin-right: 10px;
}
.list-content .list-box .drag-btn {
  cursor: move;
}
.list-content .list-box .add-registration {
  color: #0070C9;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
  margin-right: 20px;
}
.list-content .list-box .delete-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin: 3px 0;
}
.list-content .list-box .btn-area {
  justify-content: flex-end;
  width: 40%;
}
.list-content .list-box .btn-edit {
  margin-left: 20px;
}
.list-content .list-box.no-border {
  border-bottom: none;
}
.list-content .list-box.child-list {
  margin-left: 80px;
}
.list-content .list-box.grandchild-list {
  margin-left: 160px;
}
.list-content .list-box.great-grandchild-list {
  margin-left: 240px;
}
.list-content .child-list-area .sortable-item {
  position: relative;
}
.list-content .child-list-area .sortable-item:before {
  content: "";
  background-color: #98A0A7;
  display: block;
  width: 1px;
  height: calc(100% + 14px);
  position: absolute;
  top: -10px;
  left: 40px;
}
.list-content .child-list-area .sortable-item .list-name {
  position: relative;
}
.list-content .child-list-area .sortable-item .list-name:before {
  content: "";
  background-color: #98A0A7;
  display: block;
  width: 40px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -51px;
}
.list-content .child-list-area .sortable-item:last-child:before {
  height: 0;
}
.list-content .child-list-area .sortable-item:last-child .child-list:after {
  content: "";
  background-color: #98A0A7;
  display: block;
  width: 1px;
  height: calc(50% + 12px);
  position: absolute;
  top: -11px;
  left: -41px;
}
.list-content .child-list-area .sortable-item .add-form {
  margin-left: 160px;
}
.list-content .child-list-area.grandchild-list-area .sortable-item:before {
  left: 120px;
}
.list-content .child-list-area.great-grandchild-list-area .sortable-item:before {
  left: 200px;
}

/* フォルダ一覧 */
.tab-menu {
  border-bottom: 1px solid #0070C9;
  display: flex;
  margin-bottom: 0;
}
.tab-menu.flex-grow li {
  flex-grow: 1;
}
.tab-menu li {
  border: 1px solid #0070C9;
  border-left: none;
  border-bottom: none;
  color: #0070C9;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  width: 240px;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.tab-menu li.select {
  background-color: #fff;
}
.tab-menu li.select:before {
  content: "";
  background-color: #fff;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.tab-menu li:first-child {
  border-left: 1px solid #0070C9;
}

.tab-content .noresult {
  margin: 30px 0 0;
}

.new-item {
  color: #005A9F;
  cursor: pointer;
  padding: 0;
  margin: 30px 0 10px;
}

/* チェックリスト管理 */
.checklist-manegement .tab-scroll {
  overflow-x: scroll;
  width: calc(100% - 10px);
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.checklist-manegement .tab-scroll::-webkit-scrollbar {
  display: none;
}
.checklist-manegement .tab-menu li {
  width: auto;
  min-width: 120px;
  padding: 0 10px;
  white-space: nowrap;
}
.checklist-manegement .tab-content .noresult {
  margin-bottom: 30px;
}
.checklist-manegement .registration-form dt {
  width: 110px;
}
.checklist-manegement .registration-form dd {
  width: calc(100% - 120px);
}
.checklist-manegement .registration-form .btn-box {
  margin-left: 120px;
}

/* 仕様カテゴリ一覧 */
.category-text {
  margin-top: 50px;
}

/* 定型メッセージ一覧 */
.message-list .parent-list p,
.message-list .middle-category p {
  padding-left: 10px;
}
.message-list .middle-category .add-registration {
  margin-right: 0;
}
.message-list .middle-category .add-registration {
  text-align: right;
  width: 40%;
}
.message-list dl.text dt {
  margin-top: 40px;
}
.message-list dl.text dd {
  max-width: 100%;
}
.message-list dl.text textarea {
  height: 140px;
  margin-top: 10px;
}
.message-list .reserve-word {
  height: 30px;
  line-height: 29px;
  padding-right: 15px;
  position: relative;
}
.message-list .reserve-word.open {
  border-bottom: none;
}
.message-list .reserve-word:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 15px;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: transparent transparent #0070C9 #0070C9;
  transform: rotate(-45deg);
}
.message-list .reserve-word:hover:after {
  border-color: transparent transparent #fff #fff;
}
.message-list .reserve-word.open:after {
  border-color: #0070C9 #0070C9 transparent transparent;
  top: 12px;
}
.message-list .reserve-word.open:hover:after {
  border-color: #fff #fff transparent transparent;
}
.message-list .word-list {
  border: 1px solid #0070C9;
  display: none;
  padding: 0 20px 0 10px;
  max-height: 180px;
}
.message-list .word-list .scroll-box {
  max-height: 140px;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.message-list .word-list .scroll-box::-webkit-scrollbar {
  display: none;
}
.message-list .word-list table {
  border: 1px solid #DEE1E3;
  width: 100%;
  margin: 20px 0;
}
.message-list .word-list tr:nth-child(2n+1) {
  background-color: #F8F9F9;
}
.message-list .word-list tr:hover {
  background-color: #F4FAFF;
}
.message-list .word-list td {
  padding: 5px 10px;
}
.message-list .word-list td:first-child {
  width: 90px;
}
.message-list .word-list .insertion {
  box-shadow: none;
  height: 24px;
  line-height: 24px;
  width: 68px;
}

/* ステップ・タスク一覧 */
.sort-text {
  margin-top: 30px;
}

.list-content .step-list {
  margin-top: 10px;
}

.task-btn {
  color: #0070C9;
  cursor: pointer;
  padding: 0;
  margin-right: 35px;
  position: relative;
}
.task-btn:after {
  content: "";
  position: absolute;
  top: 9px;
  right: -15px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #0070C9 #0070C9;
  transform: rotate(-45deg);
}
.task-btn.open:after {
  border-color: #0070C9 #0070C9 transparent transparent;
  top: 14px;
}

.task-list {
  background-color: #FCFCFC;
  border: 1px solid #DEE1E3;
  display: none;
  padding: 20px 30px 50px;
}
.task-list .list-name span {
  color: #98A0A7;
  font-size: 12px;
  margin-right: 5px;
}
.task-list .list-name span a {
  margin-left: 5px;
  font-size: 14px;
}
.task-list .list-name span a.no-file {
  color: #000;
  cursor: default;
}
.task-list .list-name p {
  margin: 0 30px 0 0;
  white-space: nowrap;
}
.task-list .task-registration {
  padding: 20px;
}
.task-list .task-registration .flex {
  justify-content: space-between;
}
.task-list .task-registration .flex .btn-flat {
  width: 100px;
  height: 36px;
  line-height: 35px;
  padding: 0;
}
.task-list .task-registration .subtitle {
  width: 100px;
  color: #98A0A7;
  font-size: 16px;
  padding-top: 11px;
}
.task-list .task-registration .input-field {
  margin: 20px 20px 20px 0;
}
.task-list .task-registration .input-field > label {
  color: #98A0A7;
}
.task-list .task-registration .input-field .select-wrapper {
  width: 180px;
}
.task-list .task-registration .input-field.task-name {
  flex: auto;
  margin-right: 0;
}
.task-list .task-registration .input-field.task-point {
  widows: 148px;
  margin-left: 20px;
  margin-right: 0;
  box-sizing: border-box;
}
.task-list .task-registration .file-field {
  margin-left: 100px;
  width: calc(100% - 300px);
}
.task-list .task-registration .file-field .file-btn {
  padding: 0;
  width: 86px;
}
.task-list .task-registration .file-field input[type=text]:not(.browser-default).file-text {
  width: calc(100% - 86px);
}
.task-list .task-registration .error-text {
  margin: -20px 0 20px 130px;
}
.task-list .task-registration.edit-form {
  padding: 20px 10px 20px 40px;
}
.task-list .task-registration.edit-form .task-name {
  width: calc(100% - 200px);
}
.task-list .task-registration.edit-form .btn-box {
  display: flex;
  margin: 0;
}
.task-list .task-registration.edit-form .file-field {
  margin-left: 0;
}
.task-list .task-registration.edit-form .error-text {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  /* 共通リストコンテンツ */
  .list-content {
    margin: 0 10px;
  }
  .list-content .noresult {
    font-size: 16px;
    margin: 25px 0 0;
  }
  .list-content .registration-form {
    background-color: #fff;
    display: none;
    padding: 5px 10px 20px;
  }
  .list-content .registration-form dl {
    display: block;
  }
  .list-content .registration-form dt {
    text-align: left;
    width: auto;
  }
  .list-content .registration-form dd {
    margin: 0;
    width: 100%;
  }
  .list-content .registration-form .error-text {
    margin-left: 0;
  }
  .list-content .registration-form .btn-box {
    margin: 20px 0 0 0px;
  }
  .list-content .registration-form.new-registration-form {
    margin-top: 10px;
  }
  .list-content .registration-form.edit-form {
    padding: 5px 20px 20px;
  }
  .list-content .registration-form.edit-form .btn-box {
    margin-top: 14px;
  }
  .list-content .registration-form.child-form {
    margin-left: 40px;
  }
  .list-content .registration-form.grandchild-form {
    margin-left: 80px;
  }
  .list-content .registration-form.add-form {
    margin: 10px 0 0 25px;
    padding: 5px 10px 20px;
  }
  .list-content .registration-form.add-form .btn-box {
    margin-top: 14px;
  }
  .list-content .registration-form.add-form.has-child:before {
    left: -20px;
  }
  .list-content .list-box {
    display: block;
    padding: 10px 6px;
    margin-top: 20px;
  }
  .list-content .list-box .list-name {
    font-size: 16px;
    width: 100%;
  }
  .list-content .list-box .list-name .division {
    width: 100%;
    white-space: normal;
    margin-right: 10px;
    box-sizing: border-box;
  }
  .list-content .list-box .list-name .task-name {
    width: calc(100vw - 86px);
    margin-right: 0;
  }
  .list-content .list-box .list-name .points {
    width: calc(100vw - 86px);
    margin-right: 0;
  }
  .list-content .list-box .list-name .points span {
    padding-left: 6px;
  }
  .list-content .list-box .list-name .file-name {
    width: calc(100vw - 86px);
    margin-right: 0;
    margin-left: 0;
  }
  .list-content .list-box .btn-area {
    justify-content: space-between;
    margin-top: 5px;
    width: 100%;
  }
  .list-content .list-box .add-registration {
    margin: 0 0 0 25px;
  }
  .list-content .list-box .btn-edit {
    margin-left: 13px;
  }
  .list-content .list-box.child-list {
    margin-left: 40px;
  }
  .list-content .list-box.child-list .list-name {
    font-size: 14px;
    width: 90%;
  }
  .list-content .list-box.child-list .accordion-btn {
    position: absolute;
    top: 8px;
    right: 0;
  }
  .list-content .list-box.child-list .accordion-btn.open {
    transform: scaleY(-1);
  }
  .list-content .list-box.child-list .btn-area {
    display: none;
    justify-content: flex-end;
    padding-top: 5px;
  }
  .list-content .list-box.child-list.no-border {
    border-bottom: none;
  }
  .list-content .list-box.grandchild-list {
    margin-left: 80px;
  }
  .list-content .list-box.great-grandchild-list {
    margin-left: 120px;
  }
  .list-content .child-list-area .sortable-item:before {
    height: calc(100% + 20px);
    position: absolute;
    top: -20px;
    left: 20px;
  }
  .list-content .child-list-area .sortable-item .list-name:before {
    width: 20px;
    left: -27px;
  }
  .list-content .child-list-area .sortable-item:last-child .child-list:after {
    height: 0;
  }
  .list-content .child-list-area .sortable-item:last-child .child-list .list-name:after {
    content: "";
    background-color: #98A0A7;
    display: block;
    width: 1px;
    height: calc(50% + 32px);
    position: absolute;
    top: -31px;
    left: -27px;
  }
  .list-content .child-list-area .sortable-item .add-form {
    margin-left: 80px;
  }
  .list-content .child-list-area.grandchild-list-area .sortable-item:before {
    left: 60px;
  }
  .list-content .child-list-area.great-grandchild-list-area .sortable-item:before {
    left: 100px;
  }

  /* フォルダ一覧 */
  .tab-menu {
    border: none;
    margin: 0 10px;
  }
  .tab-menu li {
    border: 1px solid #0070C9;
    font-size: 14px;
    width: 50%;
  }
  .tab-menu li.select {
    border-bottom: none;
  }
  .tab-menu li.select:before {
    display: none;
  }

  .new-item {
    font-size: 16px;
    margin: 20px 0 0;
  }

  /* チェックリスト管理 */
  .checklist-manegement .tab-scroll {
    overflow-x: scroll;
    width: calc(100% - 10px);
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  .checklist-manegement .tab-scroll::-webkit-scrollbar {
    display: none;
  }
  .checklist-manegement .tab-menu li {
    width: auto;
    min-width: 90px;
    padding: 0 10px;
    white-space: nowrap;
  }
  .checklist-manegement .list-content .list-box .list-name {
    display: block;
  }
  .checklist-manegement .list-content .list-box .list-name img {
    display: inline-block;
    vertical-align: middle;
  }
  .checklist-manegement .list-content .list-box .btn-area {
    justify-content: flex-end;
    margin-top: 5px;
  }
  .checklist-manegement .registration-form dt {
    width: 100%;
  }
  .checklist-manegement .registration-form dd {
    width: 100%;
  }
  .checklist-manegement .registration-form .file-field {
    width: 90%;
  }
  .checklist-manegement .registration-form .btn-box {
    margin-left: 0;
  }

  /* 仕様カテゴリ一覧 */
  .category-list .list-box.middle-category .btn-area {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
  }

  /* 定型メッセージ一覧 */
  .message-list .middle-category .add-registration {
    margin-left: 10px;
  }
  .message-list .middle-category .add-registration {
    text-align: left;
    width: 100%;
  }
  .message-list dl.text dt {
    margin-top: 0;
  }
  .message-list .word-list {
    padding: 0 10px;
  }
  .message-list .word-list .scroll-box {
    max-height: 160px;
  }
  .message-list .word-list table {
    border-bottom: none;
    display: table;
    margin: 10px 0;
    max-width: calc(100% - 20px);
  }
  .message-list .word-list tbody {
    border: none;
    display: table-row-group;
  }
  .message-list .word-list tr {
    display: table-row;
  }
  .message-list .word-list td {
    display: table-cell;
  }

  /* ステップ・タスク一覧 */
  .task-list {
    padding: 10px;
    white-space: normal;
  }
  .task-list .noresult {
    margin: 0;
  }
  .task-list .list-name {
    display: block;
  }
  .task-list .list-name .division {
    display: inline-block;
    vertical-align: top;
  }
  .task-list .list-name .task-name,
  .task-list .list-name .file-name {
    display: block;
    margin: 0 30px 5px;
  }
  .task-list .list-name img {
    margin-top: 2px;
  }
  .task-list .task-registration {
    padding: 0px 10px 20px 10px;
  }
  .task-list .task-registration .flex {
    display: block;
  }
  .task-list .task-registration .flex .register {
    display: block;
    margin: 20px auto 0;
  }
  .task-list .task-registration .subtitle {
    color: #98A0A7;
    font-size: 16px;
    margin: 0;
  }
  .task-list .task-registration .input-field {
    margin: 40px 0 0;
  }
  .task-list .task-registration .input-field.task-point {
    margin-left: 0;
  }
  .task-list .task-registration .input-field .select-wrapper {
    width: 100%;
  }
  .task-list .task-registration .input-field.task-name {
    width: 100%;
  }
  .task-list .task-registration .file-field {
    margin: 20px 0 0;
    width: 90%;
  }
  .task-list .task-registration .error-text {
    margin: 0;
  }
  .task-list .task-registration.edit-form {
    padding: 1px 10px 20px;
  }
  .task-list .task-registration.edit-form .btn-box {
    justify-content: space-around;
    margin: 20px 0 0;
  }
  .task-list .task-registration.edit-form .btn-box .btn-flat {
    margin: 0 auto;
  }
  .task-list .task-box .accordion-btn {
    position: absolute;
    top: 8px;
    right: 0;
  }
  .task-list .task-box .btn-area {
    display: none;
    justify-content: flex-end;
    padding-top: 5px;
  }
}
/* ---------------------
仕様選択
--------------------- */
/* 仕様選択 */
.category-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.category-tab .tab-list {
  width: calc(100% - 115px);
  margin: 0;
}
.category-tab .tab-list p {
  margin: 0;
}
.category-tab .tab-list li {
  padding: 8px 5px;
}
.category-tab .tab-list.middle-category-tab li {
  height: 40px;
  padding: 5px;
}
.category-tab .tab-list.middle-category-tab p {
  font-size: 13px;
  line-height: 1;
}

.category-tag {
  background-color: #98A0A7;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 100px;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.category-tag:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 10px;
  border-color: transparent transparent transparent #98A0A7;
  position: absolute;
  top: 0;
  right: -10px;
}

.tab-list {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  margin: 0 0 30px;
}
.tab-list li {
  background-color: #fff;
  cursor: pointer;
  display: table-cell;
  border: 1px solid #98A0A7;
  padding: 5px 0;
  vertical-align: middle;
}
.tab-list li dl {
  display: block;
}
.tab-list li dl, .tab-list li dt, .tab-list li dd {
  display: inline-block;
  font-size: 12px;
  font-weight: 200;
}
.tab-list li.select {
  background-color: #0070C9;
  border: 1px solid #0070C9;
  color: #fff;
}
.tab-list li.select dl, .tab-list li.select dt, .tab-list li.select dd {
  color: #fff;
}
.tab-list p {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 4px;
}
.tab-list dl {
  color: #000;
  justify-content: center;
  margin: 0;
}
.tab-list dt {
  color: #000;
}
.tab-list dt span {
  font-size: 10px;
}
.tab-list dd {
  text-align: center;
  width: 100%;
  padding: 0 4px;
}
.tab-list dd span {
  font-weight: 500;
}

.middle-category-content {
  display: none;
}
.middle-category-content.select {
  display: block;
}

.spec-select {
  padding-right: 230px;
}
.spec-select .small-category {
  background-color: #ECEDEE;
  border: 1px solid #DEE1E3;
  cursor: pointer;
  font-size: 16px;
  height: 50px;
  line-height: 49px;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}
.spec-select .small-category:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #374047 #374047;
  transform: rotate(-45deg);
}
.spec-select .small-category.open:after {
  border-color: #374047 #374047 transparent transparent;
  top: 20px;
}
.spec-select .product-box {
  background-color: #fff;
  margin: 25px 30px 30px;
}
.spec-select .product-box.has-lower-layer {
  background-color: #FCFCFC;
}
.spec-select .product-box.selected {
  border: 1px solid #0070C9;
}
.spec-select .product-box .flex {
  align-items: center;
}
.spec-select .product-box .flex .spec-title-box {
  width: 33%;
  box-sizing: border-box;
}
.spec-select .product-box .flex .form-box {
  width: 67%;
  box-sizing: border-box;
  justify-content: flex-end;
}
.spec-select .product-box .product-item {
  border: 1px solid #ECEDEE;
  padding: 15px 20px;
  justify-content: space-between;
}
.spec-select .product-box .spec-label {
  background-color: #98A0A7;
  color: #fff;
  margin: 0 10px 0 0;
  width: 62px;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  text-align: center;
  display: block;
}
.spec-select .product-box .product-name {
  display: block;
  margin: 0;
  width: calc(100% - 60px);
}
.spec-select .product-box .product-name dt {
  color: #747474;
  font-size: 11px;
}
.spec-select .product-box .product-name dd {
  color: #0070C9;
  cursor: pointer;
}
.spec-select .product-box .product-info-box .product-info {
  display: inline-block;
  color: #747474;
  font-size: 12px;
  margin-top: 4px;
  margin-right: 20px;
  vertical-align: top;
  position: relative;
}
.spec-select .product-box .product-info-box .product-info span {
  font-size: 16px;
  color: #000;
  padding-left: 8px;
}
.spec-select .product-box .product-info-box .product-info span .yen {
  padding-left: 4px;
  font-size: 14px;
}
.spec-select .product-box .product-info-box .product-info .error-text {
  white-space: nowrap;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.spec-select .product-box .product-info-box .product-info.variation-select {
  width: 94%;
}
.spec-select .product-box .product-info-box .product-info.variation-select input.select-dropdown {
  font-size: 12px;
}
.spec-select .product-box .product-info-box .product-info input[type=text]:not(.browser-default).cost {
  font-size: 16px;
  max-width: 100px;
}
.spec-select .product-box .product-info-box .product-info input[type=text]:not(.browser-default).quantity {
  font-size: 16px;
  max-width: 100px;
}
.spec-select .product-box .product-info-box .lh47 {
  padding-top: 7px;
  display: inline-block;
  margin-right: 4px;
}
.spec-select .product-box .product-detail {
  padding: 10px 20px 20px;
}
.spec-select .product-box .product-detail dl {
  margin: 0 0 20px;
}
.spec-select .product-box .product-detail dl dt {
  color: #747474;
  font-size: 11px;
  margin-right: 20px;
}
.spec-select .product-box .product-detail dl dt time {
  color: #000;
  font-size: 12px;
  margin-left: 5px;
}
.spec-select .product-box .product-detail dl dd {
  width: calc(100% - 121px);
}
.spec-select .product-box .product-detail dl dd textarea {
  font-size: 16px;
  height: 36px;
  padding: 8px 10px;
}
.spec-select .product-box .product-detail .flex {
  align-items: flex-start;
  justify-content: space-between;
}
.spec-select .product-box .product-detail .file-list-box {
  margin-top: 10px;
  background-color: #F8F9F9;
}
.spec-select .product-box .product-detail .file-list-box dl {
  display: block;
  padding: 10px;
}
.spec-select .product-box .product-detail .file-list-box dl .item-title {
  display: inline-block;
  width: 140px;
}
.spec-select .product-box .product-detail .file-list-box dl div {
  align-items: center;
  background-color: #fff;
  padding: 4px;
  border-bottom: dashed 1px #ccc;
}
.spec-select .product-box .product-detail .file-list-box dl div:last-of-type {
  border-bottom: none;
}
.spec-select .product-box .product-detail .file-list-box dl dt.item-title {
  font-size: 12px;
  padding-left: 10px;
}
.spec-select .product-box .product-detail .file-list-box dl dd {
  padding: 0 10px;
  font-size: 13px;
  line-height: 1.6;
}
.spec-select .product-box .product-detail .file-list-box dl dd a {
  font-size: 14px;
}
.spec-select .product-box .product-description {
  width: 60%;
}
.spec-select .product-box .product-description p {
  color: #000;
  font-size: 13px;
  font-weight: 200;
  margin: 0;
}
.spec-select .product-box .product-description a {
  display: inline-block;
  margin-top: 15px;
}
.spec-select .product-box .product-description .description-box .media-wrap {
  width: 50%;
  margin-right: 20px;
}
.spec-select .product-box .product-description .description-box .media-wrap .img-video-box {
  width: 100%;
  margin-right: 20px;
}
.spec-select .product-box .product-description .description-box .media-wrap .img-video-box img, .spec-select .product-box .product-description .description-box .media-wrap .img-video-box video {
  width: 100%;
  margin-bottom: 10px;
}
.spec-select .product-box .product-description .description-box .media-wrap p {
  width: 100%;
  margin-bottom: 20px;
}
.spec-select .product-box .product-description .description-box .img-video-box {
  width: 50%;
  margin-right: 20px;
  box-sizing: border-box;
}
.spec-select .product-box .product-description .description-box .img-video-box .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.spec-select .product-box .product-description .description-box .img-video-box .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.spec-select .product-box .product-description .description-box .img-video-box img, .spec-select .product-box .product-description .description-box .img-video-box video {
  width: 100%;
  margin-bottom: 10px;
}
.spec-select .product-box .product-description .description-box p {
  width: 50%;
}
.spec-select .product-box .price-box {
  background-color: #F8F9F9;
  padding: 10px;
  width: 35%;
}
.spec-select .product-box .price-box tr {
  border: none;
}
.spec-select .product-box .price-box tr:last-child {
  border-top: 1px solid #000;
}
.spec-select .product-box .price-box tr.price-cracking th, .spec-select .product-box .price-box tr.price-cracking td {
  color: #98A0A7;
}
.spec-select .product-box .price-box th {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  padding: 10px 5px 10px 0;
  vertical-align: top;
}
.spec-select .product-box .price-box th .item-label {
  display: inline-block;
  transform: scale(0.8);
}
.spec-select .product-box .price-box td {
  font-size: 13px;
  text-align: right;
  padding: 10px 0 10px 5px;
}
.spec-select .product-box .price-box td .price {
  font-size: 12px;
}
.spec-select .product-box .price-box td .gross-profit {
  font-size: 13px;
  font-weight: 200;
}
.spec-select .product-box .price-box .off-label {
  background-color: #CC0033;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  padding: 0 8px;
}
.spec-select .product-box .lower-layer-detail {
  margin-top: 30px;
}
.spec-select .product-box .lower-layer-detail .item-name {
  width: 200px !important;
}
.spec-select .product-box .lower-layer-detail .item-2,
.spec-select .product-box .lower-layer-detail .item-3 {
  width: 80px;
}
.spec-select .product-box .lower-layer-detail .item-4 {
  width: 120px;
}
.spec-select .product-box .lower-layer-detail .item-5 {
  width: 60px;
}
.spec-select .product-box .lower-layer-detail .item-6 {
  width: 60px;
}
.spec-select .product-box .lower-layer-detail .item-7 {
  width: 100px;
}
.spec-select .product-box .lower-layer-detail tr {
  border-bottom: 1px dashed #98A0A7;
}
.spec-select .product-box .lower-layer-detail tr:first-child {
  border-bottom: 1px solid #000;
}
.spec-select .product-box .lower-layer-detail tr:last-child {
  background-color: #F8F9F9;
  border-top: 1px solid #000;
  border-bottom: none;
}
.spec-select .product-box .lower-layer-detail tr:last-child td {
  font-weight: 400;
}
.spec-select .product-box .lower-layer-detail tr:last-child td:first-child {
  padding-left: 15px;
}
.spec-select .product-box .lower-layer-detail th {
  color: #98A0A7;
  padding: 5px 10px 5px 0;
}
.spec-select .product-box .lower-layer-detail td {
  padding-left: 0;
}
.spec-select .product-box .lower-layer-detail td.price {
  font-size: 12px;
}
.spec-select .product-box .lower-layer-detail input[type=text]:not(.browser-default).cost {
  width: 90px;
}
.spec-select .product-box .lower-layer-detail input[type=text]:not(.browser-default).quantity {
  font-size: 16px;
  width: 50px;
}

.hide-customer-check {
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
}

.mr4 {
  margin-right: 4px;
}

.following-box {
  background-color: #fff;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.16);
  width: 200px;
  padding: 10px 10px 30px;
  margin-top: 155px;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.following-box.fixed {
  position: fixed;
  margin-top: 44px;
}
.following-box .price-detail {
  margin-bottom: 30px;
}
.following-box .price-detail h3 {
  border-bottom: 1px solid #374047;
  color: #747474;
  font-size: 12px;
  margin: 0;
  padding: 3px 0;
}
.following-box .price-detail dl {
  border-bottom: 1px dashed #98A0A7;
  display: block;
  margin: 4px 0;
}
.following-box .price-detail dt {
  font-size: 12px;
  color: #000;
  width: 100%;
}
.following-box .price-detail dt.akaji {
  color: #CC0033;
}
.following-box .price-detail dd {
  font-size: 14px;
  text-align: right;
  width: 100%;
}
.following-box .price-detail .subtotal {
  border: none;
  background-color: #F8F9F9;
  padding: 4px;
  margin: 10px 0 30px;
}
.following-box .price-detail .subtotal dt {
  font-size: 13px;
}
.following-box .price-detail .subtotal span {
  font-size: 16px;
  font-weight: 400;
}
.following-box .price-detail .quote-price {
  border-bottom: 1px solid #DEE1E3;
  background-color: #F8F9F9;
  margin-top: 25px;
  padding-top: 10px;
}
.following-box .price-detail .quote-price dl {
  border: none;
  padding: 4px;
  margin: 0;
}
.following-box .price-detail .quote-price span {
  font-size: 16px;
}
.following-box .price-detail .quote-price span.total {
  font-weight: 400;
}
.following-box .price-detail .quote-price .detail-price {
  border-bottom: 1px solid #DEE1E3;
  padding-bottom: 6px;
}
.following-box .price-detail .quote-price .detail-price dl {
  display: flex;
}
.following-box .price-detail .quote-price .detail-price dl.longer {
  align-items: flex-end;
}
.following-box .price-detail .quote-price .detail-price dl.longer dt {
  width: 100px;
}
.following-box .price-detail .quote-price .detail-price dl.longer dd {
  width: calc(100% - 100px);
}
.following-box .price-detail .quote-price .detail-price dl .discount {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #CC0033;
}
.following-box .price-detail .quote-price .detail-price dl .discount input {
  display: block;
  color: #CC0033;
  margin: 0 4px;
  padding: 0 4px;
}
.following-box .price-detail .quote-price .detail-price dl dt .middle-category {
  font-size: 12px;
  display: block;
}
.following-box .price-detail .quote-price .detail-price dl dt .middle-category:before {
  content: 'L';
  display: inline-block;
  width: 10px;
  font-weight: 100;
  color: #000;
}
.following-box .price-detail .quote-price .detail-price dt {
  color: #747474;
  width: 80px;
}
.following-box .price-detail .quote-price .detail-price dd {
  width: calc(100% - 70px);
}
.following-box .price-detail .quote-price .total-price {
  border-bottom: 1px solid #DEE1E3;
}
.following-box .price-detail .quote-price .monthly-payment {
  border-top: 3px solid #fff;
}
.following-box .btn-sub {
  display: block;
  margin: auto;
}

.unapproved {
  background-color: #98A0A7;
  border-radius: 2px;
  color: #fff;
}
.tab-list li.select dl, .tab-list li.select dt, .tab-list li.select dd {
  color: #fff;
}
.tab-list p {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 4px;
}
.tab-list dl {
  color: #000;
  justify-content: center;
  margin: 0;
}
.tab-list dt {
  color: #000;
}
.tab-list dt span {
  font-size: 10px;
  padding: 0 3px;
  margin-left: 5px;
}

.akaji {
  color: #CC0033;
}

.spec-select {
  padding-right: 230px;
}
.spec-select .small-category {
  background-color: #ECEDEE;
  border: 1px solid #DEE1E3;
  cursor: pointer;
  font-size: 16px;
  height: 50px;
  line-height: 49px;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}
.spec-select .small-category:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #374047 #374047;
  transform: rotate(-45deg);
}
.spec-select .small-category.open:after {
  border-color: #374047 #374047 transparent transparent;
  top: 20px;
}
.spec-select .product-box {
  background-color: #fff;
  margin: 25px 30px 30px;
}
.spec-select .product-box.has-lower-layer {
  background-color: #FCFCFC;
}
.spec-select .product-box.selected {
  border: 1px solid #0070C9;
}
.spec-select .product-box .flex {
  align-items: center;
}
.spec-select .product-box .flex .spec-title-box {
  width: 33%;
  box-sizing: border-box;
}
.spec-select .product-box .flex .form-box {
  width: 67%;
  box-sizing: border-box;
  justify-content: flex-end;
}
.spec-select .product-box .product-item {
  border: 1px solid #ECEDEE;
  padding: 15px 20px;
  justify-content: space-between;
}
.spec-select .product-box .spec-label {
  background-color: #98A0A7;
  color: #fff;
  margin: 0 10px 0 0;
  width: 62px;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  text-align: center;
  display: block;
}
.spec-select .product-box .product-name {
  display: block;
  margin: 0;
  width: calc(100% - 60px);
}
.spec-select .product-box .product-name dt {
  color: #747474;
  font-size: 11px;
}
.spec-select .product-box .product-name dd {
  color: #0070C9;
  cursor: pointer;
}
.spec-select .product-box .product-info-box .product-info {
  display: inline-block;
  color: #747474;
  font-size: 12px;
  margin-top: 4px;
  margin-right: 20px;
  vertical-align: top;
  position: relative;
}
.spec-select .product-box .product-info-box .product-info span {
  font-size: 16px;
  color: #000;
  padding-left: 8px;
}
.spec-select .product-box .product-info-box .product-info span .yen {
  padding-left: 4px;
  font-size: 14px;
}
.spec-select .product-box .product-info-box .product-info .error-text {
  white-space: nowrap;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.spec-select .product-box .product-info-box .product-info.variation-select {
  width: 94%;
}
.spec-select .product-box .product-info-box .product-info.variation-select input.select-dropdown {
  font-size: 12px;
}
.spec-select .product-box .product-info-box .product-info input[type=text]:not(.browser-default).cost {
  font-size: 16px;
  max-width: 100px;
}
.spec-select .product-box .product-info-box .product-info input[type=text]:not(.browser-default).quantity {
  font-size: 16px;
  max-width: 100px;
}
.spec-select .product-box .product-detail {
  padding: 10px 20px 20px;
}
.spec-select .product-box .product-detail dl {
  margin: 0 0 20px;
}
.spec-select .product-box .product-detail dl dt {
  color: #747474;
  font-size: 11px;
  margin-right: 20px;
}
.spec-select .product-box .product-detail dl dt time {
  color: #000;
  font-size: 12px;
  margin-left: 5px;
}
.spec-select .product-box .product-detail dl dd {
  width: calc(100% - 121px);
}
.spec-select .product-box .product-detail dl dd textarea {
  font-size: 16px;
  height: 36px;
  padding: 8px 10px;
}
.spec-select .product-box .product-detail .flex {
  align-items: flex-start;
  justify-content: space-between;
}
.spec-select .product-box .product-detail .file-list-box {
  margin-top: 10px;
  background-color: #F8F9F9;
}
.spec-select .product-box .product-detail .file-list-box dl {
  display: block;
  padding: 10px;
}
.spec-select .product-box .product-detail .file-list-box dl .item-title {
  display: inline-block;
  width: 140px;
}
.spec-select .product-box .product-detail .file-list-box dl div {
  align-items: center;
  background-color: #fff;
  padding: 4px;
  border-bottom: dashed 1px #ccc;
}
.spec-select .product-box .product-detail .file-list-box dl div:last-of-type {
  border-bottom: none;
}
.spec-select .product-box .product-detail .file-list-box dl dt.item-title {
  font-size: 12px;
  padding-left: 10px;
}
.spec-select .product-box .product-detail .file-list-box dl dd {
  padding: 0 10px;
  font-size: 13px;
  line-height: 1.6;
}
.spec-select .product-box .product-detail .file-list-box dl dd a {
  font-size: 14px;
}
.spec-select .product-box .product-description {
  width: 60%;
}
.spec-select .product-box .product-description p {
  color: #000;
  font-size: 13px;
  font-weight: 200;
  margin: 0;
}
.spec-select .product-box .product-description a {
  display: inline-block;
  margin-top: 15px;
}
.spec-select .product-box .product-description .description-box .media-wrap {
  width: 50%;
  margin-right: 20px;
}
.spec-select .product-box .product-description .description-box .media-wrap .img-video-box {
  width: 100%;
  margin-right: 20px;
}
.spec-select .product-box .product-description .description-box .media-wrap .img-video-box img, .spec-select .product-box .product-description .description-box .media-wrap .img-video-box video {
  width: 100%;
  margin-bottom: 10px;
}
.spec-select .product-box .product-description .description-box .media-wrap p {
  width: 100%;
  margin-bottom: 20px;
}
.spec-select .product-box .product-description .description-box .img-video-box {
  width: 50%;
  margin-right: 20px;
  box-sizing: border-box;
}
.spec-select .product-box .product-description .description-box .img-video-box .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.spec-select .product-box .product-description .description-box .img-video-box .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.spec-select .product-box .product-description .description-box .img-video-box img, .spec-select .product-box .product-description .description-box .img-video-box video {
  width: 100%;
  margin-bottom: 10px;
}
.spec-select .product-box .product-description .description-box p {
  width: 50%;
}
.spec-select .product-box .price-box {
  background-color: #F8F9F9;
  padding: 10px;
  width: 35%;
}
.spec-select .product-box .price-box tr {
  border: none;
}
.spec-select .product-box .price-box tr:last-child {
  border-top: 1px solid #000;
}
.spec-select .product-box .price-box tr.price-cracking th, .spec-select .product-box .price-box tr.price-cracking td {
  color: #98A0A7;
}
.spec-select .product-box .price-box th {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  padding: 10px 5px 10px 0;
  vertical-align: top;
}
.spec-select .product-box .price-box th .item-label {
  display: inline-block;
  transform: scale(0.8);
}
.spec-select .product-box .price-box td {
  font-size: 13px;
  text-align: right;
  padding: 10px 0 10px 5px;
}
.spec-select .product-box .price-box td .price {
  font-size: 12px;
}
.spec-select .product-box .price-box td .gross-profit {
  font-size: 13px;
  font-weight: 200;
}
.spec-select .product-box .price-box .off-label {
  background-color: #CC0033;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  padding: 0 8px;
}
.spec-select .product-box .lower-layer-detail {
  margin-top: 30px;
}
.spec-select .product-box .lower-layer-detail tr {
  border-bottom: 1px dashed #98A0A7;
}
.spec-select .product-box .lower-layer-detail tr:first-child {
  border-bottom: 1px solid #000;
}
.spec-select .product-box .lower-layer-detail tr:last-child {
  background-color: #F8F9F9;
  border-top: 1px solid #000;
  border-bottom: none;
}
.spec-select .product-box .lower-layer-detail tr:last-child td {
  font-weight: 400;
}
.spec-select .product-box .lower-layer-detail tr:last-child td:first-child {
  padding-left: 15px;
}
.spec-select .product-box .lower-layer-detail th {
  color: #98A0A7;
  padding: 5px 10px 5px 0;
}
.spec-select .product-box .lower-layer-detail td {
  padding-left: 0;
}
.spec-select .product-box .lower-layer-detail td.price {
  font-size: 12px;
}
.spec-select .product-box .lower-layer-detail input[type=text]:not(.browser-default).cost {
  width: 90px;
}
.spec-select .product-box .lower-layer-detail input[type=text]:not(.browser-default).quantity {
  font-size: 16px;
  width: 50px;
}

.following-box {
  background-color: #fff;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.16);
  width: 200px;
  padding: 10px 10px 30px;
  margin-top: 155px;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.following-box.fixed {
  position: fixed;
  margin-top: 44px;
}
.following-box .price-detail {
  margin-bottom: 30px;
}
.following-box .price-detail h3 {
  border-bottom: 1px solid #374047;
  color: #747474;
  font-size: 12px;
  margin: 0;
  padding: 3px 0;
}
.following-box .price-detail dl {
  border-bottom: 1px dashed #98A0A7;
  display: block;
  margin: 4px 0;
}
.following-box .price-detail dt {
  font-size: 12px;
  color: #000;
  width: 100%;
}
.following-box .price-detail dt.akaji {
  color: #CC0033;
}
.following-box .price-detail dd {
  font-size: 14px;
  text-align: right;
  width: 100%;
}
.following-box .price-detail .subtotal {
  border: none;
  background-color: #F8F9F9;
  padding: 4px;
  margin: 10px 0 30px;
}
.following-box .price-detail .subtotal dt {
  font-size: 13px;
}
.following-box .price-detail .subtotal span {
  font-size: 16px;
  font-weight: 400;
}
.following-box .price-detail .quote-price {
  border-bottom: 1px solid #DEE1E3;
  background-color: #F8F9F9;
  margin-top: 25px;
  padding-top: 10px;
}
.following-box .price-detail .quote-price dl {
  border: none;
  padding: 4px;
  margin: 0;
}
.following-box .price-detail .quote-price span {
  font-size: 16px;
}
.following-box .price-detail .quote-price span.total {
  font-weight: 400;
}
.following-box .price-detail .quote-price .detail-price {
  border-bottom: 1px solid #DEE1E3;
  padding-bottom: 6px;
}
.following-box .price-detail .quote-price .detail-price dl {
  display: flex;
}
.following-box .price-detail .quote-price .detail-price dl.longer {
  align-items: flex-end;
}
.following-box .price-detail .quote-price .detail-price dl.longer dt {
  width: 100px;
}
.following-box .price-detail .quote-price .detail-price dl.longer dd {
  width: calc(100% - 100px);
}
.following-box .price-detail .quote-price .detail-price dl .discount {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #CC0033;
}
.following-box .price-detail .quote-price .detail-price dl .discount input {
  display: block;
  color: #CC0033;
  margin: 0 4px;
  padding: 0 4px;
}
.following-box .price-detail .quote-price .detail-price dl dt .middle-category {
  font-size: 12px;
  display: block;
}
.following-box .price-detail .quote-price .detail-price dl dt .middle-category:before {
  content: 'L';
  display: inline-block;
  width: 10px;
  font-weight: 100;
  color: #000;
}
.following-box .price-detail .quote-price .detail-price dt {
  color: #747474;
  width: 80px;
}
.following-box .price-detail .quote-price .detail-price dd {
  width: calc(100% - 70px);
}
.following-box .price-detail .quote-price .total-price {
  border-bottom: 1px solid #DEE1E3;
}
.following-box .price-detail .quote-price .monthly-payment {
  border-top: 3px solid #fff;
}
.following-box .btn-sub {
  display: block;
  margin: auto;
}

.unapproved {
  background-color: #98A0A7;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  padding: 0 3px;
  margin-left: 5px;
}

.akaji {
  color: #CC0033;
}

#button{
    display:block;
}
#overlay{
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.is-hide{
    display:none;
}



/* 仕様選択確認 */
.total-label {
  background-color: #DEE1E3;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  margin: 15px 0 40px;
}
.total-label dl {
  color: #000;
  margin: 0;
}
.total-label dt {
  color: #000;
  font-size: 16px;
  width: 150px;
}
.total-label dt span {
  font-size: 12px;
}
.total-label dd {
  font-size: 18px;
}
.total-label dd span {
  font-weight: 500;
}

.spec-confirm .middle-category {
  background-color: #DEE1E3;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  height: 60px;
  margin-top: 30px;
  position: relative;
}
.spec-confirm .middle-category:after {
  content: "";
  position: absolute;
  top: 22px;
  right: 20px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #374047 #374047;
  transform: rotate(-45deg);
}
.spec-confirm .middle-category.open:after {
  border-color: #374047 #374047 transparent transparent;
  top: 27px;
}
.spec-confirm .category-content {
  background-color: #fff;
  display: none;
  padding: 0 45px 0 20px;
}
.spec-confirm .category-content.product-content {
  display: block;
  padding: 0 40px 0 30px;
}
.spec-confirm .category-content dl {
  justify-content: space-between;
  padding: 0 0 10px 15px;
  margin: 0;
}
.spec-confirm .category-content dt {
  color: #000;
  font-size: 16px;
  width: calc(100% - 120px);
}
.spec-confirm .category-content dt.akaji {
  color: #CC0033;
}
.spec-confirm .category-content dt.non-approved {
  color: #98A0A7;
}
.spec-confirm .category-content dt .approval {
  font-size: 18px;
}
.spec-confirm .category-content dd {
  text-align: right;
}
.spec-confirm .category-content .product-detail {
  border-bottom: 1px solid #DDD;
  padding: 20px 0 30px;
}
.spec-confirm .category-content .product-detail .spec-label2 {
    background-color: #98A0A7;
    color: #fff;
    margin: 0 10px 0 0;
    width: 62px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
  }
  .spec-confirm .category-content .product-detail .spec-confirmed-label {
    position: relative;
    background-color: #009F95;
    color: #fff;
    padding: 0 8px 0 28px;
    margin: 0 10px 0 0;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
  }
  .spec-confirm .category-content .product-detail .spec-confirmed-label::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/icon_comfirm.svg");
    background-size: cover;
    margin-right: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 8px;
  }
.spec-confirm .category-content .product-detail:last-child {
  border: none;
}
.spec-confirm .category-content .product-detail .product-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ECEDEE;
  width: 150px;
  height: 150px;
  margin: 0 30px 0 40px;
  position: relative;
}
.spec-confirm .category-content .product-detail .product-img .scale-btn {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
}
.spec-confirm .category-content .product-detail .product-list {
  background-color: #FCFCFC;
  border: 1px solid #DEE1E3;
  padding: 5px 20px;
  width: calc(100% - 220px);
  align-self: flex-start;
}
.spec-confirm .category-content .product-detail .product-list table tbody tr {
  border-bottom: 1px dashed #98A0A7;
}
.spec-confirm .category-content .product-detail .product-list table tbody tr:last-child {
  border: none;
}
.spec-confirm .category-content .product-detail .product-list table tbody tr:hover {
  background-color: transparent;
}
.spec-confirm .category-content .product-detail .product-list td {
  padding: 6px 10px 6px 0;
}
.spec-confirm .category-content .product-detail .product-list td:first-child {
  font-size: 13px;
  width: 30%;
}
.spec-confirm .category-content .product-detail .product-list td:last-child {
  font-size: 13px;
  width: 70%;
  font-weight: 200;
}
.spec-confirm .category-content .product-detail .product-list .file-list-box {
  margin: 30px 0 10px 0;
  background-color: #F8F9F9;
}
.spec-confirm .category-content .product-detail .product-list .file-list-box dl {
  display: block;
  padding: 10px;
}
.spec-confirm .category-content .product-detail .product-list .file-list-box dl .item-title {
  display: inline-block;
  width: 140px;
}
.spec-confirm .category-content .product-detail .product-list .file-list-box dl div {
  margin: 0;
  align-items: center;
  background-color: #fff;
  padding: 4px;
  border-bottom: dashed 1px #ccc;
}
.spec-confirm .category-content .product-detail .product-list .file-list-box dl div:last-of-type {
  border-bottom: none;
}
.spec-confirm .category-content .product-detail .product-list .file-list-box dl dt.item-title {
  font-size: 12px;
  padding-left: 10px;
}
.spec-confirm .category-content .product-detail .product-list .file-list-box dl dd {
  width: calc(100% - 140px);
  box-sizing: border-box;
  text-align: left;
  padding: 0 10px;
  font-size: 13px;
  line-height: 1.6;
}
.spec-confirm .category-content .product-detail .product-list .file-list-box dl dd a {
  font-size: 14px;
}
.spec-confirm .small-category {
  background-color: #ECEDEE;
  border-bottom: 1px solid #ddd;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 10px;
  height: 50px;
}

.flex-input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media all and (-ms-high-contrast: none) {
  /* IEハック */
  .flex-input {
    display: inline-block;
    float: left;
  }
}

@media screen and (max-width:768px){
.lh47 {
    padding-top: 0 !important;
    display: inline;
  }
 .flex-input {
    display: block;
  }
}

@media screen and (max-width: 1273px) {
  /* 仕様選択 */
  .product-info.variation-select {
    margin-bottom: 10px;
  }
  .product-info.variation-select.select-error {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* 仕様選択 */
  .category-tab {
    padding-left: 10px;
  }
  .category-tab .tab-list {
    width: calc(100% - 95px);
    display: flex;
    overflow-y: scroll;
  }
  .category-tab .tab-list li {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px 4px;
  }
  .category-tab .tab-list li p {
    min-width: 130px !important;
    font-size: 14px;
  }
  .category-tab .category-tag {
    font-size: 14px;
    width: 85px;
  }

  .scroolTab {
    width: 100%;
    overflow-y: scroll;
  }

  .tab-list {
    margin: 0 0 20px 0;
  }
  .tab-list li {
    width: 140px;
    padding: 5px;
  }
  .tab-list dl {
    display: block;
  }
  .tab-list dt {
    text-align: left;
  }
  .tab-list dd {
    width: 100%;
  }

  .spec-select {
    padding: 0;
  }
  .spec-select table {
    display: table;
  }
  .spec-select thead {
    display: table-header-group;
  }
  .spec-select tbody {
    border: none;
    display: table-row-group;
  }
  .spec-select tr {
    display: table-row;
  }
  .spec-select th, .spec-select td {
    display: table-cell;
    font-size: 14px;
  }
  .spec-select .product-box {
    margin: 25px 20px 30px;
  }
  .spec-select .product-box .flex {
    align-items: center;
  }
  .spec-select .product-box .flex .spec-title-box {
    width: 100%;
    box-sizing: border-box;
  }
  .spec-select .product-box .flex .form-box {
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .spec-select .product-box .spec-label,
  .spec-select .product-box .product-name {
    display: inline-block;
    vertical-align: top;
  }
  .spec-select .product-box .spec-label {
    margin-top: 5px;
  }
  .spec-select .product-box .product-item {
    display: block;
    padding: 10px 10px 0;
  }
  .spec-select .product-box .product-item .flex {
    display: flex;
    margin-bottom: 10px;
  }
  .spec-select .product-box .product-info-box {
    display: block;
  }
  .spec-select .product-box .product-info-box .product-info {
    vertical-align: baseline;
    margin-right: 10px;
    width: 100%;
  }
  .spec-select .product-box .product-info-box .product-info.variation-select {
    width: 100%;
  }
  .spec-select .product-box .product-info-box .product-info.variation-select input.select-dropdown {
    font-size: 12px;
  }
  .spec-select .product-box .product-info-box .product-info input[type=text]:not(.browser-default).cost {
    font-size: 16px;
    max-width: 210px;
  }
  .spec-select .product-box .product-info-box .product-info input[type=text]:not(.browser-default).quantity {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .spec-select .product-box .product-detail {
    padding: 10px 10px 20px;
  }
  .spec-select .product-box .product-detail dl {
    display: block;
  }
  .spec-select .product-box .product-detail dl dd {
    width: 100%;
  }
  .spec-select .product-box .product-detail dl dd textarea {
    height: 55px;
  }
  .spec-select .product-box .product-detail .flex {
    display: block;
  }
  .spec-select .product-box .product-description {
    width: 100%;
    margin-bottom: 20px;
  }
  .spec-select .product-box .product-description .description-box .media-wrap {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .spec-select .product-box .product-description .description-box .media-wrap .img-video-box {
    width: 80%;
    margin-right: 20px;
  }
  .spec-select .product-box .product-description .description-box .media-wrap .img-video-box img, .spec-select .product-box .product-description .description-box .media-wrap .img-video-box video {
    width: 100%;
    margin-bottom: 10px;
  }
  .spec-select .product-box .product-description .description-box .media-wrap p {
    width: 100%;
    margin-bottom: 20px;
  }
  .spec-select .product-box .product-description .description-box p {
    width: 100%;
  }
  .spec-select .product-box .product-description .description-box .img-video-box {
    width: 100%;
    margin: 0;
  }
  .spec-select .product-box .price-box {
    width: 100%;
  }
  .spec-select .product-box .price-box tr.price-cracking span {
    color: #98A0A7;
  }
  .spec-select .product-box .price-box td span {
    color: #000;
  }
  .spec-select .product-box .price-box td span.off-label {
    color: #fff;
  }
  .spec-select .product-box .sp-scroll-box {
    overflow: scroll;
  }
  .spec-select .product-box .sp-scroll-box .lower-layer-detail td {
    white-space: nowrap;
  }

  /* 仕様選択確認 */
  .total-label {
    display: block;
  }
  .total-label .specSelect-btn {
    margin-top: 10px;
  }

  .spec-confirm .category-content {
    padding: 0 20px;
  }
  .spec-confirm .category-content.product-content {
    padding: 0 20px;
  }
  .spec-confirm .category-content dl {
    padding: 0 0 10px 0;
  }
  .spec-confirm .category-content .product-detail .flex {
    display: block;
    margin-left: 25px;
  }
  .spec-confirm .category-content .product-detail .product-img {
    margin: 0;
  }
  .spec-confirm .category-content .product-detail .product-list {
    width: 100%;
    margin: 20px 0 0;
    padding: 5px 10px;
  }
  .spec-confirm .category-content .product-detail .product-list .file-list-box dl dd {
    width: 100%;
  }
  .spec-confirm .category-content .product-detail table {
    display: table;
  }
  .spec-confirm .category-content .product-detail thead {
    display: table-header-group;
  }
  .spec-confirm .category-content .product-detail tbody {
    border: none;
    display: table-row-group;
  }
  .spec-confirm .category-content .product-detail tr {
    display: table-row;
  }
  .spec-confirm .category-content .product-detail th, .spec-confirm .category-content .product-detail td {
    display: table-cell;
    font-size: 14px;
  }
}
/*----------------------------------------
    仕様確定確認（赤字検出の時）モーダル内
-----------------------------------------*/
p.warning {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #CC0033;
    background-color: #F7D2D2;
    padding: 5px 20px;
  }

  .warning-icon {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 4px;
    background: url("../img/icon_warning.svg");
    background-size: cover;
  }

  .category-box {
    padding: 10px 30px;
    margin-bottom: 20px;
    background-color: #fff;
  }
  .category-box dl {
    display: flex;
    align-items: center;
  }
  .category-box dl:last-of-type {
    background-color: #f5f5f5;
    padding: 5px 0;
  }
  .category-box dl dt {
    width: 130px;
    font-size: 14px;
    color: #747474;
    text-align: right;
  }
  .category-box dl dd {
    width: calc(100% - 100px);
    font-size: 17px;
    padding: 0 20px;
  }

  .total-fee {
    background: #fff;
    border-top: solid 1px #747474;
  }
  .total-fee dl:last-of-type {
    background-color: #fff;
    padding: 0;
  }
  .total-fee dl dt {
    width: 100px;
    text-align: right;
  }
  .total-fee dl dd {
    text-align: right;
    font-size: 17px;
  }

  .form-area {
    background-color: #f5f5f5;
    padding: 10px 0;
  }
  .form-area .error-text {
    width: calc(100% - 150px);
    margin-left: 126px;
    margin-bottom: 0;
  }

  .send-content-ttl {
    font-size: 20px;
    margin-bottom: 0px;
  }

  .send-content {
    padding: 20px;
    background-color: #fff;
    border: solid 4px #ddd;
  }
  .send-content dl {
    width: 100%;
    display: flex;
    align-items: stretch;
    margin: 0;
    border-bottom: solid 1px #ccc;
  }
  .send-content dl:last-of-type {
    border-bottom: none;
  }
  .send-content dl dt {
    width: 130px;
    text-align: right;
    padding: 13px 10px 10px;
    background-color: #f5f5f5;
  }
  .send-content dl dd {
    width: calc(100% - 130px);
    padding-left: 20px;
    margin: 10px 0;
  }
  .send-content dl dd a,
  .send-content dl dd p,
  .send-content dl dd ul {
    margin: 0;
  }
  .send-content dl dd a:hover {
    text-decoration: underline;
  }
  .send-content dl dd ul li {
    line-height: 1.4;
    padding: 8px 0;
    border-bottom: dashed 1px #ccc;
  }
  .send-content dl dd ul li:last-of-type {
    border-bottom: none;
  }

  .sendmail {
    width: 180px;
  }

  @media screen and (max-width: 768px) {
    .category-box {
      padding: 10px 10px;
    }
    .category-box dl dt {
      width: 74px;
      font-size: 14px;
    }
    .category-box dl dd {
      width: calc(100% - 74px);
      font-size: 16px;
    }

    .total-fee {
      background: #fff;
      border-top: solid 1px #747474;
    }
    .total-fee dl dt {
      width: 74px;
    }
    .total-fee dl dd {
      width: calc(100% - 74px);
    }

    .form-area {
      background-color: #f5f5f5;
      padding: 10px 0;
    }
    .form-area dl {
      flex-direction: column;
      display: flex;
    }
    .form-area dl dt {
      width: 100%;
      margin-left: 20px;
      text-align: left;
    }
    .form-area dl dd {
      width: 100%;
    }
    .form-area .error-text {
      width: 100%;
      margin-left: 20px;
    }
    .send-content {
        padding: 10px;
      }
      .send-content dl {
        width: 100%;
        flex-direction: column;
      }
      .send-content dl dt {
        width: 100%;
        text-align: left;
        padding: 10px;
      }
      .send-content dl dd {
        width: 100%;
        padding-left: 10px;
      }

      .sendmail {
        width: 130px;
      }
    }
    .contractor-appendedfile-box dl {
      margin: 0;
      width: 100%;
    }
    .contractor-appendedfile-box dl dd {
      width: calc(100% - 140px);
    }
    .contractor-appendedfile-box ul {
      width: 100%;
      margin: 0;
    }
    .contractor-appendedfile-box ul li {
      width: 100%;
      padding: 4px 0;
      border-bottom: dashed 1px #ccc;
    }
    .contractor-appendedfile-box ul li:last-of-type {
      border-bottom: none;
    }
    .contractor-appendedfile-box ul li a {
      display: inline-block;
    }
    .contractor-appendedfile-box ul li a:hover {
      text-decoration: underline;
    }

    @media screen and (max-width: 768px) {
      .contractor-appendedfile-box dl {
        flex-direction: column;
      }
      .contractor-appendedfile-box dl dt, .contractor-appendedfile-box dl dd {
        width: 100% !important;
        text-align: left;
      }
      .contractor-appendedfile-box dl dt {
        margin-top: 10px;
        margin-bottom: 10px;
      }
      .contractor-appendedfile-box ul li {
        padding: 8px 0;
      }
    }
    .price-list-box {
      width: 100%;
      margin: 20px 0 10px 0;
      background-color: #efefef;
      padding: 10px;
      box-sizing: border-box;
    }
    .price-list-box table {
      width: 100%;
      background-color: #fff;
    }
    .price-list-box table tbody {
      width: 100%;
    }
    .price-list-box table tr {
      width: 100%;
      display: block;
      display: flex;
      justify-content: space-between;
    }
    .price-list-box table tr:nth-last-child(2) {
      border-bottom: solid 1px #000 !important;
    }
    .price-list-box table th {
      width: 50%;
      font-size: 13px;
    }
    .price-list-box table td {
      width: 50%;
      text-align: right;
      font-size: 16px !important;
      font-weight: 300 !important;
    }
    .price-list-box table td .discount-td {
      display: block;
    }
    .price-list-box table td .discount-td span {
      display: block;
    }
    .price-list-box table td .discount-td span.off-label {
      display: inline-block;
      background: red;
      color: #fff;
      font-size: 13px !important;
      width: 70px;
      text-align: center;
      float: right;
    }
/* ---------------------
仕様管理
--------------------- */
/* 仕様管理一覧 */
.spec-manegement .search-box .input-flex {
  display: block;
}
.spec-manegement .search-box .input-flex .input-field {
  display: inline-block;
}
.spec-manegement .search-box .input-flex:last-child .input-field:last-child {
  margin-right: 220px;
}
.spec-manegement .btn-area {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.spec-manegement .selected-item {
  background-color: #DEE1E3;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  padding: 17px 10px;
}
.spec-manegement .selected-item .flex {
  align-items: center;
}
.spec-manegement .selected-item .flex span {
  margin-right: 5px;
}

.spec-manegement-list .category-text {
  margin: 35px 10px 15px;
}
.spec-manegement-list .list-box .list-name {
  width: calc(100% - 350px);
}
.spec-manegement-list .list-box .list-name img {
  margin-right: 15px;
}
.spec-manegement-list .list-box .product-box {
  justify-content: flex-end;
  width: 350px;
}
.spec-manegement-list .list-box .flex {
  align-items: center;
}
.spec-manegement-list .list-box .flex dl {
  margin: 0 0 0 30px;
}
.spec-manegement-list .list-box .flex dt {
  font-size: 12px;
}
.spec-manegement-list .list-box .flex dd {
  text-align: right;
  width: 40px;
}
.spec-manegement-list .list-box .btn-detail {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  width: 80px;
  height: 30px;
  line-height: 29px;
  margin-left: 15px;
}

/* 仕様詳細 */
.registration-date {
  margin: 0 0 -33px 0;
  font-size: 16px;
  color: #98A0A7;
  font-weight: 200;
}

.spec-manegement-details {
  background-color: #fff;
  padding: 15px 30px;
}
.spec-manegement-details .copy-btn {
  width: 180px;
}
.spec-manegement-details .details-area {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 20px;
}
.spec-manegement-details .spec-details {
  border: 1px solid #DEE1E3;
  background-color: #FCFCFC;
  padding: 20px;
  align-self: flex-start;
}
.spec-manegement-details .spec-details thead {
  width: 100%;
  border-bottom: 1px solid #151515;
}
.spec-manegement-details .spec-details thead tr {
  display: flex;
  justify-content: space-between;
}
.spec-manegement-details .spec-details thead th, .spec-manegement-details .spec-details thead td {
  text-align: right;
}
.spec-manegement-details .spec-details tbody tr td:first-of-type {
  width: calc(100% - 174px);
}
.spec-manegement-details .spec-details tbody tr td:nth-child(2) {
  width: 110px;
}
.spec-manegement-details .spec-details tbody tr td:nth-child(3) {
  width: 64px;
}
.spec-manegement-details .details-info {
  width: 60%;
  padding: 20px 0;
}
.spec-manegement-details .details-info dl {
  margin: 20px 0;
  padding: 0 20px;
}
.spec-manegement-details .details-info dl.bd-top {
  border-top: 1px solid #98A0A7;
  margin-top: 30px;
  padding-top: 30px;
}
.spec-manegement-details .details-info dt {
  width: 110px;
  margin-right: 20px;
}
.spec-manegement-details .details-info dd {
  font-size: 16px;
  width: calc(100% - 130px);
}
.spec-manegement-details .details-info .layer-mark.lower {
  margin-left: 40px;
}
.spec-manegement-details .details-table {
  width: 38%;
}
.spec-manegement-details .details-table .spec-details {
  margin-bottom: 20px;
}
.spec-manegement-details .details-table table {
  margin-bottom: 10px;
}
.spec-manegement-details .details-table thead th {
  color: #98A0A7;
  padding: 0 0 5px;
  text-align: left;
}
.spec-manegement-details .details-table thead td {
  padding: 0 0 5px;
}
.spec-manegement-details .details-table tbody tr {
  border-bottom: 1px dashed #98A0A7;
}
.spec-manegement-details .details-table th {
  color: #747474;
  font-weight: 300;
  padding: 5px 0;
}
.spec-manegement-details .details-table td {
  padding: 8px 15px 8px 0;
}

.item-label {
  background-color: #98A0A7;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  padding: 0 5px 1px;
  margin-left: 5px;
}

/* 仕様登録・編集 */
.spec-manegement-registration .copy-btn {
  width: 180px;
}
.spec-manegement-registration .registration-box {
  padding: 20px 0 80px;
  position: relative;
}
.spec-manegement-registration .registration-box .radio-field.parallel [type="radio"] + span {
  vertical-align: top;
}
.spec-manegement-registration .registration-box .target-project {
  display: none;
}
.spec-manegement-registration .registration-box .target-project dl {
  margin: 20px 0 0;
}
.spec-manegement-registration .registration-box .target-project dt {
  text-align: left;
  color: #222;
  width: 115px;
}
.spec-manegement-registration .registration-box .target-project dd {
  max-width: 480px;
  width: calc(100% - 115px);
}
.spec-manegement-registration .registration-box dt {
  width: 140px;
}
.spec-manegement-registration .registration-box dd {
  width: calc(100% - 150px);
}
.spec-manegement-registration .registration-box .displace {
  margin-top: 8px;
}
.spec-manegement-registration .registration-box .markup-rate {
  display: inline-block;
  margin: 10px 0;
}
.spec-manegement-registration .registration-box .markup-rate span {
  font-size: 14px;
  margin: 0 15px;
}
.spec-manegement-registration .registration-box .select-middle .select-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  margin-left: 15px;
}
.spec-manegement-registration .registration-box .layer-mark:before {
  top: 10px;
}
.spec-manegement-registration .registration-box .layer-mark.middle {
  margin-left: 20px;
  max-width: 590px;
  width: calc(100% - 150px);
}
.spec-manegement-registration .registration-box .layer-mark.small {
  margin-left: 50px;
  max-width: 560px;
  width: calc(100% - 180px);
}
.spec-manegement-registration .registration-box dt.lower-layer-title {
  margin-top: 20px;
}
.spec-manegement-registration .registration-box .lower-layer-contents {
  max-width: 100%;
}
.spec-manegement-registration .registration-box .lower-layer-contents .flex {
  align-items: center;
}
.spec-manegement-registration .registration-box .lower-layer-contents .item-box {
  border: 1px solid #DEE1E3;
  font-size: 14px;
  padding: 10px 10px 0 0;
  width: calc(100% - 160px);
  margin-bottom: -1px;
}
.spec-manegement-registration .registration-box .lower-layer-contents .item-box span {
  display: inline-block;
  margin-left: 10px;
}
.spec-manegement-registration .registration-box .lower-layer-contents .item-box input[type=text]:not(.browser-default) {
  margin-bottom: 10px;
}
.spec-manegement-registration .registration-box .lower-layer-contents .item-box input[type=text]:not(.browser-default).item-name {
  width: 200px;
  margin-left: 10px;
}
.spec-manegement-registration .registration-box .lower-layer-contents .item-box input[type=text]:not(.browser-default).quantity {
  width: 70px;
}
.spec-manegement-registration .registration-box .lower-layer-contents dt {
  width: 60px;
}
.spec-manegement-registration .registration-box .lower-layer-contents dd {
  width: calc(100% - 70px);
}
.spec-manegement-registration .registration-box .lower-layer-contents .delete-btn {
  margin: 0 4px;
}
.spec-manegement-registration .registration-box .gross_profit {
  margin-top: 20px;
}
.spec-manegement-registration .registration-box .gross_profit dt {
  color: #000;
  text-align: left;
  width: auto;
}
.spec-manegement-registration .registration-box .calc-result {
  font-size: 14px;
  margin-left: 15px;
}
.spec-manegement-registration .registration-box .price {
  width: 220px;
  margin-right: 5px;
}
.spec-manegement-registration .registration-box .checkbox-field [type="checkbox"] + span:not(.lever) {
  margin-bottom: 0;
}
.spec-manegement-registration .registration-box .add-color-variation .flex {
  align-items: center;
  margin-bottom: 20px;
}
.spec-manegement-registration .registration-box .add-color-variation .btn-border {
  margin-left: 30px;
}
.spec-manegement-registration .registration-box .color-variation {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 10px);
  margin-right: 8px;
  margin-left: 10px;
  box-sizing: border-box;
}
.spec-manegement-registration .registration-box .color-variation input[type=text]:not(.browser-default) {
  width: 60%;
}
.spec-manegement-registration .registration-box .color-variation:last-of-type {
  margin-right: 0;
}
.spec-manegement-registration .registration-box .btn-delete {
  margin-left: 20px;
}

.add-btn-w60 {
  position: absolute;
  top: 0px;
  right: -168px;
}

@media screen and (max-width: 768px) {
  /* 仕様管理一覧 */
  .spec-manegement .search-box .input-flex .input-field {
    display: block;
  }
  .spec-manegement .search-box .input-flex:last-child .input-field:last-child {
    margin-right: 0;
  }
  .spec-manegement .btn-area {
    position: fixed;
    right: 0;
    bottom: 0;
  }

  .spec-manegement-list .list-box {
    margin-top: 10px;
  }
  .spec-manegement-list .list-box .list-name {
    width: 100%;
  }
  .spec-manegement-list .list-box .list-name img {
    margin-right: 10px;
  }
  .spec-manegement-list .list-box.child-list {
    padding: 0;
    margin-left: 20px;
  }
  .spec-manegement-list .list-box.child-list .list-name {
    padding: 10px 6px;
    width: 100%;
  }
  .spec-manegement-list .list-box.child-list .product-box {
    border-top: 1px dashed #98A0A7;
    justify-content: flex-end;
    padding: 6px;
    width: 100%;
  }
  .spec-manegement-list .list-box.child-list .product-box dl {
    display: block;
  }
  .spec-manegement-list .list-box.child-list .product-box dd {
    text-align: center;
    width: auto;
  }
  .spec-manegement-list .list-box.child-list .product-box .btn-sub {
    width: 50px;
    padding: 0;
    margin-left: 15px;
  }
  .spec-manegement-list .list-box.grandchild-list {
    margin-left: 40px;
  }
  .spec-manegement-list .list-box.great-grandchild-list {
    margin-left: 60px;
  }
  .spec-manegement-list .child-list-area .sortable-item:before {
    height: 0;
    top: -10px;
    left: 6px;
  }
  .spec-manegement-list .child-list-area .sortable-item .list-name:before {
    width: 14px;
    left: -14px;
  }
  .spec-manegement-list .child-list-area .sortable-item:last-child .child-list .list-name:after {
    height: 0;
    top: -11px;
    left: -15px;
  }
  .spec-manegement-list .child-list-area.grandchild-list-area .sortable-item:before {
    left: 26px;
  }
  .spec-manegement-list .child-list-area.great-grandchild-list-area .sortable-item:before {
    left: 46px;
  }

  /* 仕様詳細 */
  .spec-manegement-details {
    padding: 10px;
  }
  .spec-manegement-details .title-box {
    padding: 0;
  }
  .spec-manegement-details .title-box h2 {
    font-size: 16px;
  }
  .spec-manegement-details .copy-btn {
    width: 94px;
  }
  .spec-manegement-details .details-area {
    display: block;
  }
  .spec-manegement-details .spec-details {
    border: 1px solid #DEE1E3;
    background-color: #FCFCFC;
    padding: 20px;
    align-self: flex-start;
  }
  .spec-manegement-details .details-info {
    width: 100%;
  }
  .spec-manegement-details .details-info dl {
    margin: 10px 0;
  }
  .spec-manegement-details .details-info dl.bd-top {
    margin-top: 20px;
    padding-top: 20px;
  }
  .spec-manegement-details .details-info dt {
    font-size: 12px;
    width: 100px;
    margin-right: 10px;
  }
  .spec-manegement-details .details-info dd {
    font-size: 14px;
    width: calc(100% - 110px);
  }
  .spec-manegement-details .details-info .layer-mark:before {
    top: 2px;
  }
  .spec-manegement-details .details-table {
    width: 100%;
  }
  .spec-manegement-details .details-table table {
    display: table;
  }
  .spec-manegement-details .details-table thead {
    display: table-header-group;
  }
  .spec-manegement-details .details-table tbody {
    border: none;
    display: table-row-group;
  }
  .spec-manegement-details .details-table tr {
    display: table-row;
  }
  .spec-manegement-details .details-table th, .spec-manegement-details .details-table td {
    display: table-cell;
    font-size: 14px;
  }

  /* 仕様登録・編集 */
  .spec-manegement-registration .copy-btn {
    width: 100px;
  }
  .spec-manegement-registration .registration-box {
    padding: 20px 0 40px;
    position: relative;
  }
  .spec-manegement-registration .registration-box .target-project dd {
    max-width: 100%;
    width: 100%;
  }
  .spec-manegement-registration .registration-box dt, .spec-manegement-registration .registration-box dd {
    width: 100%;
  }
  .spec-manegement-registration .registration-box .radio-field,
  .spec-manegement-registration .registration-box .checkbox-field {
    margin: 0;
    padding: 0;
  }
  .spec-manegement-registration .registration-box input[type=text]:not(.browser-default).input-small {
    width: 100%;
  }
  .spec-manegement-registration .registration-box .displace {
    margin-top: 0;
  }
  .spec-manegement-registration .registration-box .markup-rate {
    display: block;
  }
  .spec-manegement-registration .registration-box .markup-rate span {
    margin: 0 10px 0 0;
  }
  .spec-manegement-registration .registration-box .markup-rate input[type=text]:not(.browser-default).input-small {
    width: calc(100% - 71px);
  }
  .spec-manegement-registration .registration-box .select-middle .select-wrapper {
    display: block;
    width: 100%;
    margin: 10px 0 0;
  }
  .spec-manegement-registration .registration-box .calc-quantity .select-middle {
    display: flex;
    justify-content: space-between;
  }
  .spec-manegement-registration .registration-box .calc-quantity input[type=text]:not(.browser-default).input-small {
    width: 100px;
  }
  .spec-manegement-registration .registration-box .calc-quantity .select-wrapper {
    width: calc(100% - 120px);
    margin: 0;
  }
  .spec-manegement-registration .registration-box .layer-mark.middle {
    margin-left: 10px;
    max-width: 590px;
    width: calc(100% - 10px);
  }
  .spec-manegement-registration .registration-box .layer-mark.small {
    margin-left: 40px;
    max-width: 560px;
    width: calc(100% - 40px);
  }
  .spec-manegement-registration .registration-box .lower-layer-contents {
    max-width: 700px;
    position: relative;
  }
  .spec-manegement-registration .registration-box .lower-layer-contents .flex {
    justify-content: space-between;
  }
  .spec-manegement-registration .registration-box .lower-layer-contents .item-box {
    padding: 10px 10px 0;
    width: calc(100% - 45px);
    margin-bottom: 20px;
  }
  .spec-manegement-registration .registration-box .lower-layer-contents .item-box span {
    display: block;
    margin-left: 0;
  }
  .spec-manegement-registration .registration-box .lower-layer-contents .item-box input[type=text]:not(.browser-default) {
    width: 100%;
  }
  .spec-manegement-registration .registration-box .lower-layer-contents .item-box input[type=text]:not(.browser-default).item-name {
    width: 100%;
    margin-left: 0;
  }
  .spec-manegement-registration .registration-box .lower-layer-contents .item-box input[type=text]:not(.browser-default).input-small {
    width: calc(100% - 20px);
  }
  .spec-manegement-registration .registration-box .lower-layer-contents .item-box input[type=text]:not(.browser-default).quantity {
    width: calc(100% - 20px);
  }
  .spec-manegement-registration .registration-box .lower-layer-contents dt, .spec-manegement-registration .registration-box .lower-layer-contents dd {
    width: 100%;
  }
  .spec-manegement-registration .registration-box .lower-layer-contents .btns {
    display: block;
    width: 45px;
  }
  .spec-manegement-registration .registration-box .lower-layer-contents .btns .btn-border {
    display: block;
    width: 36px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .spec-manegement-registration .registration-box .lower-layer-contents .btns span {
    display: none;
  }
  .spec-manegement-registration .registration-box .lower-layer-contents .delete-btn {
    display: block;
    margin: 0 auto;
  }
  .spec-manegement-registration .registration-box .gross_profit {
    margin-top: 20px;
  }
  .spec-manegement-registration .registration-box .gross_profit dt {
    color: #000;
    text-align: left;
    width: auto;
  }
  .spec-manegement-registration .registration-box .gross_profit input[type=text]:not(.browser-default).input-small {
    width: calc(100% - 15px);
  }
  .spec-manegement-registration .registration-box .gross_profit .price {
    width: calc(100% - 21px);
  }
  .spec-manegement-registration .registration-box .formula input[type=text]:not(.browser-default).input-small {
    width: calc(100% - 100px);
  }
  .spec-manegement-registration .registration-box .calc-result {
    margin-left: 5px;
  }
  .spec-manegement-registration .registration-box .price {
    width: 220px;
    margin-right: 5px;
  }
  .spec-manegement-registration .registration-box .checkbox-field [type="checkbox"] + span:not(.lever) {
    margin-bottom: 0;
  }
  .spec-manegement-registration .registration-box .add-color-variation .btn-border {
    display: block;
    width: 36px;
    margin: 0 0 0 4px;
  }
  .spec-manegement-registration .registration-box .add-color-variation .btn-border span {
    display: none;
  }
  .spec-manegement-registration .registration-box .add-color-variation .delete-btn {
    margin: auto;
  }
  .spec-manegement-registration .registration-box .color-variation {
    width: calc(100%);
    margin-right: 8px;
    margin-left: 0;
  }
  .spec-manegement-registration .registration-box .file-field {
    width: calc(100% - 75px);
  }
  .spec-manegement-registration .registration-box .file-field .file-btn {
    line-height: 1.2;
    width: 60px;
    padding: 3px 0;
  }
  .spec-manegement-registration .registration-box .file-field input[type=text]:not(.browser-default).file-text {
    width: calc(100% - 60px);
  }
  .spec-manegement-registration .registration-box .btn-box {
    margin-left: 0;
  }
  .spec-manegement-registration .registration-box .btn-box .error-box {
    left: -17px;
  }
  .spec-manegement-registration .registration-box .btn-delete {
    margin-left: 30px;
  }

  .add-btn-w60 {
    width: 36px;
    position: absolute;
    top: 0px;
    right: -77px;
  }
  .add-btn-w60 span {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1172px) {
  .spec-manegement-details .details-table th {
    width: 100%;
  }

  .spec-details thead tr {
    width: 100%;
  }
  .spec-details thead tr th {
    width: calc(100% -43px);
  }
  .spec-details thead tr td {
    width: 43px;
    text-align: right;
  }
  .spec-details tbody tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .spec-details tbody tr td:first-of-type {
    width: calc(100%) !important;
  }
}
/* ---------------------
建設概要
--------------------- */
.overview .registration-box {
  border-top: none;
  margin: 0;
  padding: 40px 40px 60px;
}
.overview .registration-box dl {
  margin-bottom: 10px;
}
.overview .registration-box dt {
  width: 300px;
}
.overview .registration-box dd {
  width: calc(100% - 310px);
}
.overview .registration-box .radio-field,
.overview .registration-box .checkbox-field {
  margin: 20px 0;
}
.overview .registration-box .parallel [type="radio"] + span {
  margin-bottom: 3px;
}
.overview .registration-box .horizontal input[type=text]:not(.browser-default) {
  margin-left: 20px;
}
.overview .registration-box .horizontal input[type=text]:not(.browser-default):first-child {
  margin-left: 0;
}
.overview .registration-box .label-item .label-box {
  display: inline-block;
  margin: 0 20px 18px 0;
}
.overview .registration-box .sub-label {
  color: #747474;
  display: block;
  font-size: 12px;
}
.overview .registration-box .input-middle {
  max-width: 150px;
}
.overview .registration-box .gross-profit {
  max-width: 220px;
}
.overview .registration-box .item-title {
  font-size: 14px;
  margin: 20px 0 10px;
}
.overview .registration-box .item-wrap {
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.overview .registration-box .item-wrap:before {
  content: "";
  background-color: #DEE1E3;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.overview .registration-box .item-wrap .flex.al-center {
  justify-content: center;
  align-items: center;
}
.overview .registration-box .item-wrap .flex .key-info {
  border: solid 1px #ccc;
  padding: 10px;
  width: 800px;
  margin: 0 0 10px 0;
}
.overview .registration-box .item-wrap .flex .key-info dl dt {
  width: 140px;
}
.overview .registration-box .item-wrap .flex .key-info dl dd {
  width: calc(100% - 140px);
}
.overview .registration-box .register {
  display: block;
  margin: 70px auto 0;
}

@media screen and (max-width: 768px) {
  .overview .registration-box {
    padding: 30px 20px;
  }
  .overview .registration-box dt {
    width: 100%;
  }
  .overview .registration-box dd {
    width: 100%;
  }
  .overview .registration-box .start dt {
    margin-top: 0;
  }
  .overview .registration-box .radio-field,
  .overview .registration-box .checkbox-field {
    padding-left: 0;
  }
  .overview .registration-box .gross-profit {
    max-width: 90%;
  }
  .overview .registration-box .item-wrap {
    padding-left: 20px;
  }
  .overview .registration-box .item-wrap .flex.al-center {
    justify-content: center;
    align-items: center;
  }
  .overview .registration-box .item-wrap .flex .key-info {
    border: solid 1px #ccc;
    padding: 10px;
    width: 800px;
    margin: 0 0 10px 0;
  }
  .overview .registration-box .item-wrap .flex .key-info dl dt {
    width: 90px;
  }
  .overview .registration-box .item-wrap .flex .key-info dl dd {
    width: 100% !important;
  }
  .overview .registration-box .register {
    margin: 30px auto 0;
  }
}
/** Progressbar class css*/
.progressbar {
  position: relative;
  background-color: #ddd;
  width: 100%;
}

.proggress {
  background-color: #009F95;
}

.table-contents .progressbar {
  width: calc(100% - 85px);
  margin-left: 45px;
}

@media screen and (max-width: 768px) {
  .table-contents .progressbar {
    width: calc(100% - 80px);
    margin-left: 30px;
  }
}
/* ---------------------------------------------------------------------------------------------

  datepicker

--------------------------------------------------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #0070C9;
  color: #fff;
}

.datepicker--cell.-current- {
  color: #0070C9;
}

.datepicker--cell.-current-.-focus- {
  background: #0070C9;
  color: #fff;
}

.datepicker--cell.-current-.-in-range- {
  color: #0070C9;
}

.datepicker--cell.-in-range- {
  background: rgba(0, 112, 201, 0.5);
  color: #fff;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background: #0070C9;
  color: #fff;
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid #0070C9;
  background: #0070C9;
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid #0070C9;
  background: #0070C9;
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #0070C9;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  border: none;
}

.datepicker--cell.-selected-.-focus- {
  background: #0070C9;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  border-bottom: 1px solid #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 5px;
}

.datepicker--day-name {
  color: #999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
}

.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--cells-years, .datepicker--years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #DEE1E3;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 0;
  box-sizing: border-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 200px;
  padding: 10px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, left 0s .3s;
  transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
  z-index: 99999 !important;
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
  background: #f0f0f0;
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
  left: 10px;
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
  right: 10px;
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body.active {
  display: block;
}

.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  padding: 4px;
  box-shadow: none;
  height: 30px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-action, .datepicker--nav-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  color: #777;
  font-size: 14px;
  padding: 0 8px;
}

.datepicker--buttons, .datepicker--time {
  border-top: 1px solid #efefef;
  padding: 4px;
}

.datepicker--nav-title i {
  font-style: normal;
  font-size: 14px;
  color: #777;
  margin-left: 5px;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.datepicker--button {
  color: #0070C9;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: 0 0;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
  outline: 0;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #0070C9;
  border-color: #0070C9;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #0070C9;
  border-color: #0070C9;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #0070C9;
  border-color: #0070C9;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background .2s;
  margin-top: -6px;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: 0 0;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #0070C9;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #0070C9;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: #0070C9;
  color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: #0070C9;
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}

/* ---------------------------------------------------------------------------------------------

  datetimepicker

--------------------------------------------------------------------------------------------- */
.xdsoft_datetimepicker {
  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: 99999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker table {
  display: table;
}
.xdsoft_datetimepicker thead {
  display: table-header-group;
}
.xdsoft_datetimepicker tbody {
  display: table-row-group;
}
.xdsoft_datetimepicker tr {
  display: table-row;
}
.xdsoft_datetimepicker th, .xdsoft_datetimepicker td {
  display: table-cell;
}

.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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::selection {
  background: transparent;
}

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

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

.xdsoft_datetimepicker * {
  -moz-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: 260px;
  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: #0070C9;
}

.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: #0070C9;
  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: #0070C9;
}

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

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  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: #0070C9;
  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: #0070C9 !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: #0070C9 !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;
  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 {
  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;
  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;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  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;
  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;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* IE10+ */
  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;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

@media screen and (max-width: 768px) {
  .datepicker {
    font-size: 18px;
    width: calc(100vw - 40px);
  }
}
/* ---------------------
カラーピッカー
--------------------- */
.color-picker {
  display: none;
}

.palette-color-picker-button {
  position: relative;
  border: 1px solid #CCCCCC;
  display: inline-block;
  width: 140px;
  height: 36px;
  /*background: url(palette-color-picker-icon.svg) center center no-repeat;*/
  cursor: pointer;
  /*outline: 1px solid $cpfp-border;*/
}

.palette-color-picker-bubble {
  display: none;
  margin: 10px 0;
  width: 160px;
  position: absolute;
  bottom: 100%;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.palette-color-picker-bubble:after, .palette-color-picker-bubble:before {
  top: 100%;
  left: 14px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.palette-color-picker-bubble:after {
  border-color: transparent;
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.palette-color-picker-bubble:before {
  border-color: transparent;
  border-top-color: #bbb;
  border-width: 9px;
  margin-left: -9px;
}
.palette-color-picker-bubble.downside {
  bottom: auto;
  top: 100%;
}
.palette-color-picker-bubble.downside:after, .palette-color-picker-bubble.downside:before {
  top: auto;
  bottom: 100%;
}
.palette-color-picker-bubble.downside:after {
  border-top-color: transparent;
  border-bottom-color: #fff;
}
.palette-color-picker-bubble.downside:before {
  border-top-color: transparent;
  border-bottom-color: #bbb;
}
.palette-color-picker-bubble .swatch {
  position: relative;
  display: inline-block;
  font: 0/0 a;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  cursor: pointer;
  overflow: hidden;
}
.palette-color-picker-bubble .swatch:last-child {
  margin: 0;
}
.palette-color-picker-bubble .swatch.active {
  outline: 1px solid #F4D909;
}
.palette-color-picker-bubble .swatch.clear {
  background-color: #fff;
}
.palette-color-picker-bubble .swatch.clear:before {
  position: absolute;
  content: '';
  display: block;
  top: -1px;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #e00;
  transform-origin: 0 0;
  transform: rotate(45deg);
}
.palette-color-picker-bubble.double .swatch {
  width: 29.30%;
  padding-top: 11.00%;
  margin: 1% 2%;
}
.palette-color-picker-bubble.double .swatch.clear:before {
  transform: rotate(22.5deg);
}
.palette-color-picker-bubble.wide .swatch {
  width: 96.2%;
  padding-top: 11.00%;
  margin: 1% 2%;
}
.palette-color-picker-bubble.wide .swatch.clear {
  width: 12.66%;
}
.palette-color-picker-bubble.force-left {
  left: -178px;
}
.palette-color-picker-bubble.force-left:after, .palette-color-picker-bubble.force-left:before {
  left: 188px;
}

/* -------------------------------
dashboard start
--------------------------------- */
.tdBtnGroup {
  flex-wrap: wrap;
  display: flex;
}
.tdBtnGroup a {
  font-size: 14px;
  width: 92px;
  text-align: center;
  padding: 3px 10px;
  display: inline-block;
  margin: 0 5px;
}
.tdBtnGroup a:nth-child(-n+3) {
  margin-bottom: 5px;
}

.disable-btn {
  background-color: #DDDDDD;
  border: solid 1px #DDDDDD;
  cursor: default;
  color: #fff;
}
.disable-btn:hover {
  background-color: #DDDDDD;
  border: solid 1px #DDDDDD;
  cursor: default;
  color: #fff;
}

.hidden {
  display: none !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml4 {
  margin-left: 4px !important;
}

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

.pl20 {
  padding-left: 20px !important;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.text-bold {
  font-weight: 500;
}

.amount {
  font-size: 16px;
}

.float-r {
  float: right;
}

.sub-section-ttl {
  align-items: center;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}
.sub-section-ttl .tax-separate {
  font-size: 14px;
  color: #98A0A7;
  padding-left: 10px;
  font-weight: 200;
}

.dash-2col {
  width: 100%;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px !important;
}
.dash-2col .left-col {
  width: calc(100% - 450px);
  box-sizing: border-box;
  margin-right: 40px;
}
.dash-2col .right-col {
  box-sizing: border-box;
  display: table;
  width: 450px !important;
}
.dash-2col .full-col {
  width: 100%;
}

.my-project_list {
  width: 100%;
  margin-bottom: 40px;
}
.my-project_list ul {
  width: 100%;
}
.my-project_list ul li {
  flex-direction: column;
  display: flex;
  width: 100%;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 8px 10px;
  box-sizing: border-box;
}
.my-project_list ul li.overdue-line {
  display: flex;
  padding: 5px;
  margin-bottom: 10px;
}
.my-project_list ul li.overdue-line dl {
  margin: 0;
}
.my-project_list ul li.overdue-line .day {
  width: 120px;
  background-color: #009F95;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 15px;
  margin-right: 10px;
}
.my-project_list ul li.overdue-line .day span {
  margin-right: 10px;
  font-size: 12px;
}
.my-project_list ul li.overdue-line .subject {
  width: calc(100% - 100px);
  font-size: 14px;
}

.my-opinion_list {
  width: 100%;
  margin-bottom: 40px;
}
.my-opinion_list ul {
  width: 100%;
}
.my-opinion_list ul li {
  flex-direction: column;
  display: flex;
  width: 100%;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 8px 10px;
  box-sizing: border-box;
}
.my-opinion_list ul li.overdue-line {
  display: flex;
  padding: 5px;
  margin-bottom: 10px;
}
.my-opinion_list ul li.overdue-line dl {
  margin: 0;
}
.my-opinion_list ul li.overdue-line .day {
  width: 120px;
  background-color: #EFD40B;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 15px;
  margin-right: 10px;
}
.my-opinion_list ul li.overdue-line .day span {
  margin-right: 10px;
  font-size: 12px;
}
.my-opinion_list ul li.overdue-line .day.over {
  background-color: #CC0033;
}
.my-opinion_list ul li.overdue-line .subject {
  width: calc(100% - 100px);
  font-size: 14px;
}

.my-project {
  flex-direction: column;
  display: flex;
  margin: 0;
}
.my-project .upper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: 0;
  padding-bottom: 7px;
  border-bottom: dashed 1px #98A0A7;
}
.my-project .upper .ttl-box {
  width: calc(100% - 70px);
  padding: 8px 0;
  margin: 0;
  line-height: 1.4;
}
.my-project .upper .ttl-box .ttl {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding-right: 10px;
}
.my-project .upper .ttl-box .customer-name {
  display: inline-block;
  font-size: 14px;
  color: #333;
}
.my-project .upper .scrub {
  display: block;
  background-color: #fff;
  width: 50px;
  height: 26px;
  line-height: 24px;
  padding: 8px auto;
  text-align: center;
  -webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}
.my-project .upper .scrub:hover {
  background-color: #0070C9;
  color: #fff;
}
.my-project .upper .scrub.hiddendiv {
  display: none !important;
}
.my-project .lower {
  width: 100%;
  align-items: center;
  display: flex;
  padding-top: 7px;
}
.my-project .lower .step-tag {
  width: 80px;
  padding: 4px 0;
  text-align: center;
  color: #fff;
  background-color: #009F95;
  box-sizing: border-box;
  margin-right: 20px;
  font-size: 13px;
}
.my-project .lower .step-tag .number {
  font-size: 16px;
  padding-left: 4px;
}
.my-project .lower .badge-box {
  width: calc(100% - 80px);
  flex-wrap: wrap;
  display: flex;
}
.my-project .lower .badge-box a {
  display: inline-block;
  font-size: 14px;
  color: #98A0A7;
  margin-right: 20px;
  padding: 4px 0;
}
.my-project .lower .badge-box a:hover {
  color: #0070C9;
}
.my-project .lower .badge-box a:last-of-type {
  margin-right: 0;
}
.my-project .lower .badge-box a .before {
  position: relative;
  display: inline-block;
  color: #333;
  padding-right: 15px;
}
.my-project .lower .badge-box a .before::after {
  position: absolute;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  top: 7px;
  right: 4px;
  border-right: solid 1px #333;
  border-top: solid 1px #333;
}
.my-project .lower .badge-box a .after {
  display: inline-block;
  color: #CC0033;
}
.my-project .lower .badge-box a .after:hover {
  color: #CC0033;
  text-decoration: none;
}

.receipt_list {
  width: 100%;
}
.receipt_list ul {
  width: 100%;
}
.receipt_list ul li {
  width: 100%;
  padding: 0;
  background-color: #FFFFFF;
  border-bottom: solid 1px #ECEDEE;
  box-sizing: border-box;
}
.receipt_list ul li:first-of-type {
  border-top: solid 1px #ECEDEE;
}
.receipt_list ul li.line {
  padding: 4px 0;
  text-align: center;
  background-color: #DEE1E3;
}
.receipt_list ul li.line .text {
  position: relative;
  display: block;
  text-align: center;
  margin: auto;
  color: #747474;
}
/* .receipt_list ul li.line .text::before {
  position: absolute;
  top: 10px;
  left: -90px;
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background-color: #98A0A7;
}
.receipt_list ul li.line .text::after {
  position: absolute;
  top: 10px;
  right: -90px;
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background-color: #98A0A7;
} */

.receipt {
  display: flex;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.receipt .day-box {
  align-items: center;
  flex-direction: column;
  display: flex;
  width: 65px;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.receipt .day-box span {
  display: block;
  margin: 0;
  padding: 0;
}
.receipt .day-box .year {
  font-size: 12px;
  color: #374047;
}
.receipt .day-box .day {
  font-size: 14px;
}
.receipt .details-box {
  width: calc(100% - 65px);
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding: 8px 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.receipt .details-box a {
  font-size: 14px;
  display: block;
  width: calc(100% - 130px);
}
.receipt .details-box .deposit {
  display: block;
  width: 130px;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}
.receipt .details-box .deposit span {
  font-size: 12px;
  padding-left: 4px;
}

.more_btn, .more5_btn, .more10_btn, .more_task_btn {
  display: block;
  position: relative;
  width: calc(100% - 40px);
  margin: auto;
  background-color: #DEE1E3;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
}
.more_btn::before, .more5_btn::before, .more10_btn::before, .more_task_btn::before {
  /* position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  border-right: solid 2px #98A0A7;
  border-top: solid 2px #98A0A7; */
  content: 'もっと見る';
  display: block;
  color: #98A0A7;
}

.return_btn, .return0_btn, .return5_btn, .return_task_btn {
  display: block;
  position: relative;
  width: calc(100% - 40px);
  margin: auto;
  background-color: #DEE1E3;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
}
.return_btn::before, .return0_btn::before, .return5_btn::before, .return_task_btn::before {
  content: '表示数を戻す';
  display: block;
  color: #98A0A7;
}

.bg-fff {
  background-color: #fff;
}
/*-------------------------------------入金エリア改修*/
.accordion5 li {
  padding: 0 10px;
  border-left: solid 3px #fff;
}
.accordion5 li:hover {
  border-left: solid 3px #15A796;
}
.accordion5 .acc-open {
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
  padding: 0 !important;
  cursor: pointer;
}
.accordion5 .acc-open .month-box {
  width: 60px;
  border-right: dashed 1px #ddd;
}
.accordion5 .acc-open .month-box .year {
  margin: auto;
  text-align: center;
  font-size: 12px;
}
.accordion5 .acc-open .month-box .month {
  margin: auto;
  text-align: center;
  font-size: 16px;
}
.accordion5 .acc-open dl {
  display: block;
  padding: 5px 0;
  margin: 0;
}
.accordion5 .acc-open dl dt {
  color: #98A0A7;
  font-size: 12px;
  display: block;
  text-align: right;
}
.accordion5 .acc-open dl dd {
  font-size: 16px;
  display: block;
  text-align: right;
}
.accordion5 .acc-open dl:last-of-type {
  margin-right: 10px;
}
.accordion5 .acc-open dl:first-of-type {
  width: 40%;
}
.accordion5 .acc-open dl:nth-child(2) {
  width: 40%;
}
.accordion5 .acc-open .unit {
  font-size: 12px;
  padding-left: 4px;
  color: #98A0A7;
}
.accordion5 .acc-open.inner-head-bar {
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding: 8px 10px !important;
  background-color: #f9f9f9;
  border-right: solid 1px #efefef;
}
.accordion5 .acc-open.inner-head-bar:first-of-type {
  border-bottom: solid 1px #fff;
}
.accordion5 .acc-open.inner-head-bar span {
  display: inline-block;
}
.accordion5 .acc-open.inner-head-bar .ttl {
  font-size: 12px;
}
.accordion5 .acc-open.inner-head-bar .total {
  font-size: 12px;
  text-align: right;
}
.accordion5 .acc-open.inner-head-bar .total .num {
  width: 100px;
  font-size: 16px;
}
.accordion5 .inner {
  display: none;
}
.accordion5 .inner.inner-list-box {
  padding: 0 10px;
  box-sizing: border-box;
  border-right: solid 1px #efefef;
}
.accordion5 .inner.inner-list-box dl {
  width: 100%;
  align-content: center;
  display: flex;
  margin: 0;
  padding: 4px 0;
  border-bottom: dashed 1px #ddd;
}
.accordion5 .inner.inner-list-box dl dt {
  width: 50px;
  box-sizing: border-box;
}
.accordion5 .inner.inner-list-box dl dd {
  width: calc(100% - 50px);
  align-content: center;
  justify-content: space-between;
  display: flex;
  box-sizing: border-box;
}
.accordion5 .inner.inner-list-box dl dd span {
  display: inline-block;
}
.accordion5 .inner.inner-list-box dl dd .name {
  width: calc(100% - 140px);
  font-size: 12px;
  padding-top: 3px;
}
.accordion5 .inner.inner-list-box dl dd .money {
  font-size: 14px;
  text-align: right;
  width: 140px;
}
.accordion5 .inner.inner-list-box dl:last-of-type {
  border-bottom: none;
}
.accordion5 .inner .unit {
  font-size: 12px;
  padding-left: 4px;
  color: #98A0A7;
}

/*受注プロジェクトエリア*/
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.list-wrap {
  width: 100%;
  padding: 20px 20px 20px 0;
  background-color: #fff;
  overflow-x: scroll;
  overflow-y: hidden;
  box-sizing: border-box;
  -ms-overflow-style: none;
}
.list-wrap.no-scroll {
  overflow: hidden;
}
.list-wrap::-webkit-scrollbar {
  display: none;
}

.year-btn-box {
  position: sticky;
  left: 0;
  z-index: 1;
  padding: 0;
  width: 70px;
  background-color: #fff;
}
.year-btn-box thead {
  display: block;
  border-bottom: none;
  height: 44px;
  border-bottom: solid 3px #fff;
}
.year-btn-box tbody tr {
  height: 60px;
  border-bottom: none;
}
.year-btn-box tbody tr td {
  height: 60px;
  align-items: center;
  display: flex;
  padding: 0 4px 0 0;
  white-space: nowrap;
  border-bottom: solid 3px #fff;
  box-sizing: border-box;
}
.year-btn-box tbody tr td:hover {
  background-color: #fff;
}
.year-btn-box tbody tr td a {
  display: block;
  width: 100px;
  height: 50px;
  line-height: 44px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border-radius: 3px;
  background-color: #EFF4F4;
  border: solid 2px #EFF4F4;
  color: #15A796;
  cursor: pointer;
}
.year-btn-box tbody tr td a span {
  font-size: 13px;
  padding-left: 4px;
}
.year-btn-box tbody tr td a:hover {
  border: solid 2px #15A796;
}
.year-btn-box tbody tr td a.active {
  background-color: #15A796 !important;
  border: solid 2px #15A796 !important;
  color: #fff !important;
  transform: scale(1.1);
}
.year-btn-box tbody tr td a.active:hover {
  transform: scale(1);
}
.year-btn-box tbody tr td a.this-year {
  background-color: #D8EBEB;
  border: solid 2px #D8EBEB;
}
.year-btn-box tbody tr td a.this-year:hover {
  border: solid 2px #15A796;
}
.year-btn-box tbody tr th {
  width: 200px;
}

.proceeds {
  padding: 0;
  width: calc(100% - 137px);
  padding-right: 17px;
  overflow-x: scroll;
}
.proceeds::-webkit-scrollbar {
  display: none;
}
.proceeds tr .sale {
  width: 220px;
}
.proceeds tr .sale span {
  font-size: 14px;
  font-weight: 200;
  padding-left: 4px;
}
.proceeds tr .profit {
  width: 150px;
  background-color: #F8F9F9;
}
.proceeds tr .profit-rate {
  width: 90px;
}
.proceeds thead {
  display: block;
  border-bottom: solid 3px #DEE1E3;
}
.proceeds thead tr {
  align-items: center;
  display: flex;
}
.proceeds thead tr th {
  width: 140px;
}
.proceeds thead tr th span {
  font-size: 12px;
  font-weight: 200;
  padding-left: 2px;
}
.proceeds tbody tr {
  height: 60px;
  align-items: center;
  display: flex;
  border-bottom: solid 3px #DEE1E3;
  box-sizing: border-box;
}
.proceeds tbody tr:hover {
  background-color: #fff;
}
.proceeds tbody tr td {
  align-items: center;
  display: flex;
  width: 140px;
  height: 57px;
  white-space: nowrap;
  box-sizing: border-box;
}
.proceeds tbody tr th {
  width: 200px;
}

/*受注プロジェクト詳細テーブル*/
.sub-ttl {
  display: block;
  font-size: 18px;
  color: #98A0A7;
}

.order-list {
  border: solid 6px #DEE1E3;
  border-radius: 1px;
  overflow-x: scroll;
}
.order-list::-webkit-scrollbar {
  display: none;
}
.order-list table thead tr th:first-of-type {
  border-bottom: solid 1px #fff;
}
.order-list table tbody {
  border-top: 3px solid #DEE1E3;
}
.order-list table tbody tr {
  white-space: nowrap;
}
.order-list table tbody tr:nth-child(2) {
  width: 200px !important;
}
.order-list table tbody tr:last-of-type {
  border-bottom: none;
}
.order-list table tbody tr th {
  border-bottom: solid 1px #fff;
}
.order-list table tbody tr td a {
  white-space: normal;
}

/*ポイントランキング（3カテゴリver）*/
.ranking-wrap {
  width: 100%;
  padding: 30px 20px;
  justify-content: space-between;
  display: flex;
  background-color: #fff;
}
.ranking-wrap .point-rank-box {
  display: block;
  width: calc(96% / 3);
  margin-right: 20px;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}
.ranking-wrap .point-rank-box:last-of-type {
  margin-right: 0;
}
.ranking-wrap .point-rank-box .rolling {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 90px;
}
.ranking-wrap .point-rank-box .rolling a {
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 20px;
  background-color: #F8F9F9;
  cursor: pointer;
}
.ranking-wrap .point-rank-box .rolling a.disable {
  color: #DEE1E3;
  cursor: default;
}
.ranking-wrap .point-rank-box .rolling .term {
  width: 160px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.ranking-wrap .point-rank-box .rolling .term .year {
  font-size: 14px;
  font-weight: 200;
}
.ranking-wrap .point-rank-box .ranking-table {
  margin-left: 0;
}
.ranking-wrap .point-rank-box .ranking-table .number {
  width: 46px;
}
.ranking-wrap .point-rank-box .ranking-table .staff {
  width: calc(100% - 106px);
}
.ranking-wrap .point-rank-box .ranking-table .count {
  width: 90px;
}
.ranking-wrap .point-rank-box .ranking-table tbody tr:first-of-type th:not(.clone) {
  color: rgba(0, 0, 0, 0);
}
.ranking-wrap .point-rank-box .ranking-table tbody tr:first-of-type th:first-of-type:not(.clone) {
  background: url("../img/icon_1.svg") no-repeat;
  background-size: 50%;
  background-position: 50% 50%;
}
.ranking-wrap .point-rank-box .ranking-table tbody tr:nth-child(2) th:not(.clone) {
  color: rgba(0, 0, 0, 0);
}
.ranking-wrap .point-rank-box .ranking-table tbody tr:nth-child(2) th:first-of-type:not(.clone) {
  background: url("../img/icon_2.svg") no-repeat;
  background-size: 50%;
  background-position: 50% 50%;
}
.ranking-wrap .point-rank-box .ranking-table tbody tr:nth-child(3) th:not(.clone) {
  color: rgba(0, 0, 0, 0);
}
.ranking-wrap .point-rank-box .ranking-table tbody tr:nth-child(3) th:first-of-type:not(.clone) {
  background: url("../img/icon_3.svg") no-repeat;
  background-size: 50%;
  background-position: 50% 50%;
}

/* タスク期限 */
.task-excess {
    flex-direction: column;
    display: flex;
    margin: 0;
}

.task-excess .upper {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: 0;
    padding-bottom: 7px;
    border-bottom: dashed 1px #98A0A7;
}

.task-excess .upper .ttl-box{
    padding: 8px 0;
    margin: 0;
    line-height: 1.4;
}

.task-excess .lower {
    width: 100%;
    align-items: center;
    display: flex;
    padding-top: 7px;
}

.task-excess .lower:not(:last-child) {
    border-bottom: dashed 1px #98A0A7;
}

.task-excess .step-tag {
    width: 80px;
    padding: 4px 0;
    text-align: center;
    color: #fff;
    background-color: #009F95;
    box-sizing: border-box;
    margin-right: 20px;
    font-size: 13px;
}

.task-excess .day {
    width: 120px;
    background-color: #EFD40B;
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 15px;
    margin-right: 10px;
}

.task-excess .day.over {
    background-color: #CC0033;
}

.task-excess .day span {
    margin-right: 10px;
    font-size: 12px;
}
.task-excess .under {
    width: 120px;
    text-align: center;
    padding: 8px;
    font-size: 15px;
    margin-right: 10px;
}

.task-deadline_list{
    width: 100%;
    margin-bottom: 40px;
}
.task-deadline_list ul {
    width: 100%;
}
.task-deadline_list ul li {
    flex-direction: column;
    display: flex;
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 8px 10px;
    box-sizing: border-box;
}

.task-deadline_list .task-box {
    width: 100%;
}

.task-deadline_list .task-contents {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
}

.task-deadline_list .task-contents:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: dashed 1px #98A0A7;
}

.task-deadline_list .box-label {
    display: inline-block;
    color: #98A0A7;
    font-size: 12px;
}

.task-deadline_list .corresponding-box {
    margin-right: 10px;
}

.task-deadline_list .corresponding-box p,
.task-deadline_list .task-name-box p  {
    margin: 0;
    font-size: 14px;
}
/*--max-width:768px〜1024　ipad--*/
@media screen and (max-width: 768px) {

  /*-------------------------------------入金エリア改修*/
  .accordion5 .acc-open dl:first-of-type {
    width: 37%;
  }
  .accordion5 .acc-open dl:nth-child(2) {
    width: 37%;
  }
  .accordion5 .inner.inner-list-box {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .accordion5 .inner.inner-list-box dl dt {
    width: 50px;
    box-sizing: border-box;
  }
  .accordion5 .inner.inner-list-box dl dd .name {
    width: calc(100% - 100px) !important;
  }
  .accordion5 .inner.inner-list-box dl dd .money {
    width: 100px !important;
  }

  .sub-section-ttl {
    display: block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
  }
  .sub-section-ttl .tax-separate {
    font-size: 14px;
  }

  .dash-2col {
    width: 100%;
    display: block;
    padding: 20px 10px 0 10px;
  }
  .dash-2col .left-col {
    width: calc(100%);
    margin-right: 0;
  }
  .dash-2col .right-col {
    padding-top: 40px;
    width: calc(100vw - 20px) !important;
  }

  .my-project .upper .ttl-box {
    width: calc(100% - 70px);
    padding: 4px 0;
  }
  .my-project .upper .ttl-box .ttl {
    font-size: 16px;
    padding-right: 10px;
  }
  .my-project .upper .ttl-box .customer-name {
    font-size: 12px;
  }
  .my-project .upper .scrub {
    font-size: 12px;
    width: 50px;
    height: 26px;
  }
  .my-project .lower {
    align-items: flex-start;
    width: 100%;
  }
  .my-project .lower .step-tag {
    width: 60px;
    padding: 2px 0;
    font-size: 12px;
    margin: 5px 15px 0 0;
  }
  .my-project .lower .step-tag .number {
    font-size: 14px;
    padding-left: 4px;
  }
  .my-project .lower .badge-box {
    width: calc(100% - 60px);
  }
  .my-project .lower .badge-box a {
    padding: 6px 0;
  }

  .receipt_list {
    padding-top: 10px;
    width: 100%;
  }
  .receipt_list ul {
    margin: 0 0 15px 0;
    width: calc(100vw - 20px);
  }
  .receipt_list ul li {
    width: calc(100vw - 20px) !important;
    margin: 0;
    box-sizing: border-box;
  }
  .receipt_list ul li.line {
    width: 100%;
    padding: 4px 0;
  }
  .receipt_list ul li.line .text::before {
    display: none;
  }
  .receipt_list ul li.line .text::after {
    display: none;
  }
  .receipt_list ul li .receipt {
    width: calc(100vw - 20px);
    padding: 0;
    box-sizing: border-box;
  }
  .receipt_list ul li .receipt .day-box {
    width: 50px;
  }
  .receipt_list ul li .receipt .details-box {
    width: calc(100% - 50px);
    padding: 8px 10px;
  }
  .receipt_list ul li .receipt .details-box a {
    width: calc(100% - 110px);
  }
  .receipt_list ul li .receipt .details-box .project {
    font-size: 16px;
    line-height: 1.2;
  }
  .receipt_list ul li .receipt .details-box .deposit {
    width: 100px;
    font-size: 14px;
    font-weight: 600;
  }
  .receipt_list ul li .receipt .details-box .deposit span {
    font-weight: 200;
    padding-left: 2px;
  }

  .more_btn, .more5_btn, .more10_btn, .return_btn, .return0_btn, .return5_btn {
    width: 300px;
  }

  /*受注プロジェクトエリア*/
  .list-wrap {
    width: 100%;
    padding: 10px;
  }

  .year-btn-box tbody {
    border-top: none;
  }
  .year-btn-box tbody tr {
    height: 60px;
    border-bottom: none;
  }
  .year-btn-box tbody tr td a {
    width: 100px;
    margin-left: 0;
    font-size: 14px;
  }
  .year-btn-box tbody tr td a span {
    font-size: 12px;
    color: #15A796;
    padding-left: 0;
  }
  .year-btn-box tbody tr td a.active {
    transform: scale(1);
  }

  .proceeds {
    width: 100%;
  }
  .proceeds thead {
    width: 655px;
  }
  .proceeds thead tr th {
    width: 140px;
  }
  .proceeds thead tr th span {
    font-size: 12px;
    font-weight: 200;
    padding-left: 2px;
  }
  .proceeds tbody {
    border-top: none;
  }
  .proceeds tbody tr {
    width: 655px;
    height: 60px;
  }

  /*受注プロジェクト詳細テーブル SP*/
  .pl20 {
    padding-left: 10px !important;
  }

  .order-list {
    overflow: scroll;
  }
  .order-list table {
    width: 100%;
  }
  .order-list table thead tr th:first-of-type {
    border-bottom: solid 1px #fff;
  }
  .order-list table tbody {
    border-top: none;
  }
  .order-list table tbody tr {
    white-space: nowrap;
  }
  .order-list table tbody tr .block {
    width: 100%;
    display: block;
    background-color: aqua;
  }
  .order-list table tbody tr:nth-child(2) {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .order-list table tbody tr th {
    font-size: 16px;
    padding: 5px 5px 0 5px;
    border-bottom: solid 1px #fff;
  }
  .order-list table tbody tr td {
    font-size: 16px;
    padding: 4px;
    line-height: 1.2;
  }
  .order-list table tbody tr td:last-of-type {
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .order-list table tbody tr td .label {
    width: 74px !important;
    display: inline-block;
  }
  .order-list table tbody tr td a {
    font-size: 16px;
    font-weight: 500;
    width: 200px !important;
    white-space: normal;
  }

  /*-------------------------------------入金エリア改修*/
  .accordion5 .acc-open dl:nth-child(n+2):nth-last-child(n+2) {
    width: 27%;
  }
  .accordion5 .inner .inner-list-box {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .accordion5 .inner .inner-list-box dl dt {
    width: 50px;
    box-sizing: border-box;
  }
  .accordion5 .inner .inner-list-box dl dd .name {
    width: calc(100% - 100px);
  }
  .accordion5 .inner .inner-list-box dl dd .money {
    width: 100px;
  }

  /*ポイントランキング（3カテゴリver）*/
  .ranking-wrap {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .ranking-wrap .point-rank-box {
    display: block;
    width: calc(100%);
    margin-right: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  .ranking-wrap .point-rank-box:last-of-type {
    margin-bottom: 0;
  }
  .ranking-wrap .point-rank-box .rolling {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 90px;
  }
  .ranking-wrap .point-rank-box .rolling a {
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 20px;
    background-color: #F8F9F9;
    cursor: pointer;
  }
  .ranking-wrap .point-rank-box .rolling a.disable {
    color: #DEE1E3;
    cursor: default;
  }
  .ranking-wrap .point-rank-box .rolling .term {
    width: 160px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
  }
  .ranking-wrap .point-rank-box .rolling .term .year {
    font-size: 14px;
    font-weight: 200;
  }
  .ranking-wrap .point-rank-box .ranking-table {
    padding: 0;
    margin-left: 0;
    border-left: none;
    border-right: none;
  }
  .ranking-wrap .point-rank-box .ranking-table .number {
    width: 46px;
    font-size: 16px;
  }
  .ranking-wrap .point-rank-box .ranking-table .staff {
    width: calc(100% - 106px);
  }
  .ranking-wrap .point-rank-box .ranking-table .count {
    width: 90px;
  }
  .ranking-wrap .point-rank-box .ranking-table tbody {
    border-top: none;
  }
  .ranking-wrap .point-rank-box .ranking-table tbody tr {
    display: flex;
  }
  .ranking-wrap .point-rank-box .ranking-table tbody tr:first-of-type th {
    color: rgba(0, 0, 0, 0);
  }
  .ranking-wrap .point-rank-box .ranking-table tbody tr:first-of-type th:first-of-type {
    background: url("../img/icon_1.svg") no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
  }
  .ranking-wrap .point-rank-box .ranking-table tbody tr:nth-child(2) th {
    color: rgba(0, 0, 0, 0);
  }
  .ranking-wrap .point-rank-box .ranking-table tbody tr:nth-child(2) th:first-of-type {
    background: url("../img/icon_2.svg") no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
  }
  .ranking-wrap .point-rank-box .ranking-table tbody tr:nth-child(3) th {
    color: rgba(0, 0, 0, 0);
  }
  .ranking-wrap .point-rank-box .ranking-table tbody tr:nth-child(3) th:first-of-type {
    background: url("../img/icon_3.svg") no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
  }
    /* タスク期限 */
    .task-deadline_list .task-contents {
        flex-wrap: wrap;
    }
    .task-excess .day {
        width: 100%;
        padding: 5px;
    }
    .task-deadline_list .corresponding-box {
        width: calc(50% - 10px);
    }
    .task-deadline_list .task-name-box {
        width: 50%;
    }
}
/*--max-width:768px--*/
/* -------------------------------
dashboard end
--------------------------------- */


/* ---------------------------------------------------------------

チャット（ユーザー側と同じデザインになった為、開発が追記）

--------------------------------------------------------------- */
[v-cloak] {
  display: none;
}

.chat-container .talk-content {
  padding-bottom: 150px;
}

.chat-container .talk-content .date-head {
  position: relative;
  text-align: center;
}

.chat-container .talk-content .date-head:before, .chat-container .talk-content .date-head:after {
  content: "";
  background: #dee1e3;
  display: block;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 30px;
}

.chat-container .talk-content .date-head:before {
  left: calc(50% - 150px);
}

.chat-container .talk-content .date-head:after {
  right: calc(50% - 150px);
}

.chat-container .talk-content .date-head span {
  color: #98a0a7;
  font-size: 12px;
  line-height: 60px;
}

.chat-container .talk-content .talk-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}

.chat-container .talk-content .talk-box .sender-name {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  max-width: 10em;
  margin-right: 40px;
}

.chat-container .talk-content .talk-box .balloon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 78%;
}

.chat-container .talk-content .talk-box .balloon {
  background: #fff;
  border: 1px solid #dee1e3;
  border-radius: 10px;
  margin-right: 10px;
  padding: 20px 20px 0;
}

.chat-container .talk-content .talk-box .balloon.my-balloon {
  background: #a2dd69;
  border: 1px solid #a2dd69;
}

.chat-container .talk-content .talk-box .balloon .message {
  color: #000;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.chat-container .talk-content .talk-box .balloon .send-img {
  border-radius: 10px;
  margin: 0 0 20px;
}

.chat-container .talk-content .talk-box .balloon .send-img img {
  width: 150px;
  height: auto;
}

.chat-container .talk-content .talk-box .balloon figcaption {
  color: #0070c9;
  font-size: 14px;
}

.chat-container .talk-content .talk-box .time {
  color: #747474;
  font-size: 12px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.chat-container .talk-content .talk-box .time .read {
  color: #98a0a7;
  display: block;
}

.chat-container .send-content {
  background: #fff;
  border-top: 1px solid #dee1e3;
  margin: 0 -40px;
  padding: 15px 40px;
  position: fixed;
  bottom: 0;
  width: calc(100% - 200px);
}

.chat-container .send-content .file-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 95px 10px 44px;
}

.chat-container .send-content .file-box .file-name {
  border: none;
  font-size: 14px;
  line-height: 1.3;
  max-width: calc(100% - 50px);
  margin: 0;
  padding: 0;
}

.chat-container .send-content .file-box .file-name:focus {
  border: none;
}

.chat-container .send-content .send-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chat-container .send-content .send-box label {
  margin-right: 10px;
}

.chat-container .send-content .send-box label img {
  width: 15px;
  height: 15px;
  fill: #0070c9;
  margin-top: 4px;
}

.chat-container .send-content .send-box label input {
  display: none;
}

.chat-container .send-content .send-box textarea {
  border: 1px solid #dee1e3;
  min-height: 90px;
  padding: 5px 10px;
  resize: vertical;
  font-size: 16px;
}

.chat-container .send-content .send-box button {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .chat-container .talk-content {
    margin: 0 20px;
    padding-bottom: 120px;
  }
  .chat-container .talk-content .date-head span {
    font-size: 10px;
  }
  .chat-container .talk-content .talk-box {
    display: block;
  }
  .chat-container .talk-content .talk-box .sender-name {
    max-width: 100%;
    margin-right: 0;
  }
  .chat-container .talk-content .talk-box .balloon-box {
    max-width: 100%;
  }
  .chat-container .talk-content .talk-box .balloon {
    max-width: 100%;
    margin-right: 5px;
  }
  .chat-container .talk-content .talk-box .balloon .message {
    color: #000;
    font-size: 12px;
    line-height: 1.7;
  }
  .chat-container .talk-content .talk-box .balloon .send-img {
    text-align: right;
  }
  .chat-container .talk-content .talk-box .balloon figcaption {
    font-size: 12px;
  }
  .chat-container .talk-content .talk-box .time {
    font-size: 10px;
  }
  .chat-container .send-content {
    margin: 0;
    padding: 15px 10px;
    width: 100%;
  }
  .chat-container .send-content .file-box {
    margin-right: 55px;
  }
  .chat-container .send-content .send-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .chat-container .send-content .send-box label {
    margin-right: 5px;
  }
  .chat-container .send-content .send-box textarea {
    width: calc(100% - 100px);
  }
  .chat-container .send-content .send-box button {
    width: 64px;
    margin-left: 5px;
  }
}

/* ----------------------------------
発注（oeder.html）
----------------------------------- */
.dl-btn-ver {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .dl-btn-ver h1 {
    width: 40%;
  }
  .dl-btn-ver .scrool-wrap {
    width: 60%;
  }

  .trader-info {
    width: calc(100% - 270px);
    margin-left: 40px;
    padding: 10px 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .trader-info dl dt {
    width: 140px;
  }
  .trader-info dl dd {
    align-items: center;
    display: flex;
  }
  .trader-info dl dd .file-add {
    display: block;
  }
  .trader-info dl dd .file-add input {
    width: 500px;
  }
  .trader-info dl dd .file-add img {
    margin: 0 10px;
  }
  .trader-info dl dd .file-add button .pc_only {
    display: inline-block !important;
    padding-left: 5px;
  }
  .trader-info dl dd .file-add .flex {
    align-items: center;
  }
  .trader-info dl dd .quantity {
    margin-right: 10px;
  }

  @media screen and (max-width: 768px) {
    .dl-btn-ver {
      display: block;
      padding: 0 0 20px 10px;
    }
    .dl-btn-ver h1 {
      width: 100%;
      margin-left: 0;
      box-sizing: border-box;
    }
    .dl-btn-ver .scrool-wrap {
      width: 100%;
      box-sizing: border-box;
    }

    .trader-info {
      width: calc(100% - 20px);
      margin-left: 10px;
      margin-right: 10px;
      padding: 5px 20px;
      margin-bottom: 20px;
    }
    .trader-info dl {
      width: 100%;
    }
    .trader-info dl dt {
      width: 60px;
    }
    .trader-info dl dd {
      width: calc(100% - 60px);
      align-items: center;
      display: flex;
    }
    .trader-info dl dd .file-add {
      display: block;
    }
    .trader-info dl dd .file-add lavel {
      height: 44px;
      width: 60px !important;
      font-size: 11px;
    }
    .trader-info dl dd .file-add input {
      height: 36px;
      width: calc(100% - 80px);
    }
    .trader-info dl dd .file-add img {
      margin: 0 10px;
    }
    .trader-info dl dd .file-add button {
      width: 44px;
      margin-left: 10px;
    }
    .trader-info dl dd .file-add button .pc_only {
      display: none !important;
    }
    .trader-info dl dd .file-add .flex {
      align-items: center;
    }
    .trader-info dl dd .quantity {
      margin-right: 10px;
    }
  }

  /* ---------------------
　　　　承認一覧
--------------------- */
.pj-client-box .pj {
    margin-bottom: 10px;
  }
  .pj-client-box .customer-name {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    line-height: 1.2;
    margin-top: 10px;
  }
  .pj-client-box .customer-name span {
    color: #000;
    font-size: 12px;
    font-weight: 100;
  }
  .pj-client-box .customer-name .link-text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .pj-client-box .customer-name .yomi {
    color: #374047;
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px 0 0 5px;
  }
  .pj-client-box .customer-name .contractor2 {
    position: relative;
    margin-top: 6px;
    padding-left: 12px;
    font-size: 12px;
  }
  .pj-client-box .customer-name .contractor2::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: solid 1px #666;
    border-bottom: solid 1px #666;
    left: 0;
    top: 0;
  }

  .contact-name dl {
    align-items: flex-start;
    margin: 0 0 10px 0;
  }
  .contact-name dl dt {
    font-size: 12px;
  }
  .contact-name dl dd {
    flex-wrap: wrap;
    display: flex;
    font-size: 14px;
  }
  .contact-name dl dd span {
    color: #000;
    display: inline-block;
  }
  .contact-name dl dd span::after {
    content: '、';
    color: #868686;
    font-weight: 100;
  }
  .contact-name dl dd span:last-of-type::after {
    display: none;
  }

  .btns {
    width: 500px;
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
  .btns button {
    width: 180px;
    margin: 0 !important;
  }

  .approve-details-client-box {
    padding: 0 30px;
  }

  .slide-item {
    position: relative;
  }
  .slide-item.unread:before {
    content: "";
    background-color: #0070C9;
    border-radius: 50%;
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
  .sendback-history {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .sendback-history p {
    border-bottom: solid 1px #000;
    margin-bottom: 4px;
  }
  .sendback-history .list {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff !important;
    border-bottom: solid 1px #ccc;
  }
  .sendback-history .list dt {
    display: flex;
    align-items: center;
    width: 135px;
  }
  .sendback-history .list dt .day {
    font-size: 14px;
    color: #000;
  }
  .sendback-history .list dt .time {
    font-size: 14px;
    color: #000;
  }
  .sendback-history .list dd dl {
    width: 100%;
    display: flex;
    margin: 0;
    background-color: #fff;
    padding: 5px 0;
    border-bottom: dashed 1px #ccc;
  }
  .sendback-history .list dd dl:last-of-type {
    border-bottom: none;
  }
  .sendback-history .list dd dl dt {
    width: 100px;
  }
  .sendback-history .list dd dl dd {
    width: calc(100% - 100px);
    font-size: 14px;
  }

  @media screen and (max-width: 768px) {
    .contact-name dl {
      margin: 0;
    }

    .approve-details-client-box {
      padding: 0;
    }

    .btns {
      width: 90%;
      display: flex;
      justify-content: space-between;
      margin: auto;
    }
    .btns button {
      width: 80px;
      margin: 0 !important;
    }

    .sendback-history {
      background-color: #fff;
      display: flex;
      flex-direction: column;
      padding: 20px 10px;
    }
    .sendback-history p {
      border-bottom: solid 1px #000;
      margin-bottom: 4px;
    }
    .sendback-history .list {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0;
    }
    .sendback-history .list dt {
      display: block;
      width: 100%;
      text-align: left;
      margin-top: 10px;
    }
    .sendback-history .list dd {
      width: 100%;
      padding: 0;
    }
    .sendback-history .list dd dl {
      width: 100%;
      display: block;
      margin: 0;
      background-color: #fff;
      padding: 5px 0;
      border-bottom: dashed 1px #ccc;
    }
    .sendback-history .list dd dl:last-of-type {
      border-bottom: none;
    }
    .sendback-history .list dd dl dt {
      width: 100%;
      text-align: left;
    }
    .sendback-history .list dd dl dd {
      width: calc(100%);
      font-size: 14px;
    }
  }
