@charset "UTF-8";
/* ==================================================
Color定義
================================================== */
/* パレット
-------------------------------------------------- */
/* ==================================================
font-size定義
================================================== */
/* ==================================================
font-size定義(ダッシュボード)
================================================== */
/* ==========================================================================
Reset CSS
========================================================================== */
html {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  overflow: auto;
  touch-action: manipulation;
}

body, article, section, nav, aside,
h1, h2, h3, h4, h5, h6, header, footer,
p, pre, blockquote, ol, ul, li, dl, dt, dd,
figure, figcaption, div, main, pre,
a, em, strong, small, q, data, time,
code, var, sub, sup, i, b, u, mark, span,
img, iframe, embed, object, video, audio,
table, caption, tbody, thead, tfoot, tr, td, th, canvas {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: normal;
}

/* Box model
========================================================================== */
*, *:before, *:after {
  box-sizing: border-box;
}

/* Display
========================================================================== */
article, section, nav, aside, header,
footer, figure, figcaption, main {
  display: block;
}

video, audio, progress, canvas {
  display: inline-block;
  vertical-align: baseline;
}

/* View
========================================================================== */
.win, .mac {
  overflow-y: scroll;
}

body {
  color: #242428;
  font-size: 13.8px;
  background-color: #F1F1F1;
  height: 100%;
  min-height: 98vh;
  position: relative;
  font-family: "sans-serif", "Arial", "メイリオ";
}

/* Style
========================================================================== */
/* Grouping content
-------------------------------------------------------------------------- */
blockquote {
  quotes: none;
}

blockquotel:before, blockquotel:after {
  content: "";
  content: none;
}

hr {
  height: 0;
  box-sizing: content-box;
}

ol, ul {
  list-style: none;
}

/* Text-level semantics
-------------------------------------------------------------------------- */
a {
  color: #0A2346;
  text-decoration: none;
  background-color: transparent;
}

a:hover, a:active {
  outline: 0;
}

em, strong, b {
  font-style: normal;
  font-weight: bold;
}

small {
  font-size: 10.5px;
  letter-spacing: 0;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

sub, sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
  font-size: 1rem;
  bottom: 0px;
}

sup {
  top: -0.5em;
}

mark {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
}

/* Embedded content
-------------------------------------------------------------------------- */
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

embed, object {
  max-width: 100%;
  outline: none;
  vertical-align: top;
}

/* Tabular data
-------------------------------------------------------------------------- */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

th, td {
  vertical-align: middle;
}

/* ==================================================
base
================================================== */
body {
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #242428;
  min-width: 1000px;
}

.l-header, .l-footer, .l-main {
  display: inline-block;
  width: 100%;
  min-width: 1175px;
}

.l-footer, .l-main {
  padding: 0 14px;
}

.l-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

main.l-main {
  min-width: 1200px;
}

/* ==================================================
PC,SP
================================================== */
.-pc {
  display: block;
}

.-sp {
  display: none;
}

/* ==================================================
dt,dd
================================================== */
dl {
  display: table;
}

dl:after {
  clear: both;
  content: "";
  display: block;
}

dt {
  display: table-cell;
  float: left;
  clear: left;
  width: 190px;
  margin-bottom: 45px;
}
dt:last-of-type {
  margin-bottom: 0;
}

dd {
  display: table-cell;
  float: left;
  margin-left: 1em;
  margin-bottom: 25px;
}
dd:last-of-type {
  margin-bottom: 0;
}

/* ==================================================
a
================================================== */
a, a:hover {
  transition: all 0.2s;
}

a:hover {
  color: #B5B5B5;
}

/* ==================================================
move
================================================== */
.-down:hover {
  transform: translate3d(0, 4px, 0);
}

.l-header {
  position: fixed;
  top: 13px;
  left: 15px;
  width: calc(100% - 30px);
  min-width: 1175px;
  background-color: #0A2346;
  border-radius: 9px;
  z-index: 999;
}
.l-header.-admin {
  background-color: #DB6B0F;
}

.l-header:before {
  width: 101%;
  height: 20px;
  top: -20px;
  left: 0;
  background-color: rgba(241, 241, 241, 0.7);
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}

.l-header--pd {
  padding: 6px 12px 6px 16px;
}

.l-header--leftbox li a {
  font-size: 14.8px;
  padding: 17px 8px 16px 8px;
}
.l-header--leftbox li a.-on {
  color: #fcd44a;
  font-weight: bold;
}

.l-header--leftbox img {
  margin-right: 15px;
}

.l-header--rightbox li a,
.l-header--rightbox li span {
  padding-left: 18px;
  display: block;
}

/* menu
========================================================================== */
.menu__single {
  position: relative;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu > li.menu__single {
  position: relative;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  width: 190px;
  top: 45px;
  background: #FFF;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 12px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
li.menu__single ul.menu__second-level:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #fff transparent;
  top: -15px;
  left: 15px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}
li.menu__single.-mode {
  padding: 2px 0;
  background: #F1F1F1;
  border-radius: 4px;
}
li.menu__single.-mode span {
  padding: 0 20px 0 10px;
}
li.menu__single.-mode div {
  font-size: 11pt;
  color: #0A2346;
  font-weight: normal;
}
li.menu__single.-mode div:after {
  background: url(/images/icon_arrow.svg?261ee401f3783716ac5b370358c072a6);
  background-size: cover;
  transform: rotate(90deg);
  top: calc(50% - 4px);
  right: 10px;
  width: 5px;
  height: 9px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}
li.menu__single.-mode ul.menu__second-level {
  left: -25px;
}
li.menu__single.-mode ul.menu__second-level:before {
  left: calc(25%);
}
li.menu__single.-info span {
  padding-left: 0;
}
li.menu__single.-human span {
  padding-left: 0;
}
li.menu__single.-human ul.menu__second-level {
  width: 220px;
  padding: 0px 14px 10px;
  padding-bottom: 0;
  right: 0px;
  top: 53px;
}
li.menu__single.-human ul.menu__second-level:before {
  left: calc(83%);
}
li.menu__single.-human ul.menu__second-level .-company.small {
  font-size: 12px;
  margin-top: 9px;
}
li.menu__single.-human ul.menu__second-level .-user.small {
  font-size: 15px;
}
li.menu__single.-human a.-blue_button, li.menu__single.-human a.-gray_button {
  width: 100%;
  padding: 2px 0;
  border-radius: 25px;
  text-align: center;
  text-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}
li.menu__single.-human a.-blue_button:after, li.menu__single.-human a.-gray_button:after {
  content: none !important;
}
li.menu__single.-human a.-blue_button {
  background-color: #0A2346;
  border: 2px solid #0A2346;
  color: #F1F1F1;
}
li.menu__single.-human a.-blue_button:hover {
  background-color: #F1F1F1;
  color: #242428;
}
li.menu__single.-human a.-gray_button {
  background-color: #E1E1E1;
  border: 2px solid #E1E1E1;
  color: #242428;
}
li.menu__single.-human a.-gray_button:hover {
  background-color: #F1F1F1;
  color: #242428;
}
li.menu__single:hover ul.menu__second-level {
  visibility: visible;
  opacity: 1;
}
li.menu__single .-new_icon, li.menu__single .-new_icon_2 {
  position: absolute;
  top: -3px;
  right: -7px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 7.5px;
  font-size: 7pt;
  background-color: red;
  color: #ff0000;
  border: 1px solid #ff0000;
  color: #fff;
  text-align: center;
}
li.menu__single .-new_icon_2 {
  right: -2px;
}
li.menu__single ul.menu__second-level li {
  position: relative;
}
li.menu__single ul.menu__second-level li .-new_icon {
  top: 14px;
  right: 20px;
}
li.menu__single ul.menu__second-level a {
  position: relative;
  padding: 12px 35px 0 10px;
  color: #242428;
  display: block;
  font-size: 13.8px;
}
li.menu__single ul.menu__second-level a:after {
  background: url(/images/icon_arrow.svg?261ee401f3783716ac5b370358c072a6);
  background-size: cover;
  top: calc(50% + 1px);
  right: 8px;
  width: 5px;
  height: 9px;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}
li.menu__single ul.menu__second-level a:hover {
  color: #B5B5B5;
}
li.menu__single .small {
  margin-top: 2px;
}

.l-footer {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #0A2346;
  color: #F1F1F1;
  position: fixed;
  bottom: 0;
  left: 0 !important;
  z-index: 100;
}
.l-footer a {
  color: #F1F1F1;
}
.l-footer img {
  position: fixed;
  right: 7px;
  bottom: 6px;
}

address {
  font-size: 11px;
  padding: 5px 0;
  margin: 0 !important;
}

/* ==================================================
ベース
================================================== */
.l-main {
  margin-top: 80px;
  padding-bottom: 32px;
}

.l-contents {
  width: 100%;
}

.l-contents-box {
  background: #FFF;
  border-radius: 0 9px 9px 9px;
  padding: 25px 22px 18px 23px;
  width: 100%;
  position: relative;
  display: inline-table;
  min-height: calc(100vh - 117px);
}

.l-contents-tab + .l-contents-box {
  min-height: calc(100vh - 188px);
}

.l-contents__descript {
  padding: 15px 10px 0 10px;
}
.l-contents__descript + .l-contents-menu {
  margin-top: 15px;
}

.l-contents__title {
  color: #0A2346;
}
.l-contents__title img {
  margin-right: 7px;
  margin-bottom: 3px;
}

.l-contents-button-box {
  margin-top: 30px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 40px;
}

/* ==================================================
 ダッシュボード
================================================== */
.l-dash-contents-list {
  text-align: center;
  width: 145px;
  border-radius: 9px;
  border: 3px solid #F1F1F1;
  padding: 15px 0 8px;
  margin-right: 19px;
}
.l-dash-contents-list:hover {
  text-decoration: none;
}
.l-dash-contents-list.-no {
  background: #F1F1F1;
  color: #B5B5B5;
}
.l-dash-contents-list.-err {
  background: #FDDFDF;
  color: #A03333;
  border-color: #FFDEDE;
}
.l-dash-contents-list:last-child {
  margin-right: 0;
}
.l-dash-contents-list.-width-big {
  width: 250px;
}

.l-dash-big-font {
  font-size: 34px;
}

.l-dash-mid-font {
  font-size: 19px;
}

.l-dash-contents-link {
  width: 100%;
}
.l-dash-contents-link li {
  border-bottom: 1px solid #E1E1E1;
  padding: 6px;
}

.-w33 {
  width: 33%;
}

.-w50-l {
  width: calc(50% - 10px);
}

.-w50-r {
  width: calc(50% - 10px);
  margin-left: 20px;
}

.-w67 {
  width: calc(67% - 20px);
  margin-left: 20px;
}

.l-contents-box.l-dash {
  min-height: 100px;
  border-radius: 9px;
}
.l-contents-box.l-info {
  min-height: auto;
  padding: 5px 20px 5px 20px !important;
  background-color: #FDDFDF;
  border-radius: 9px;
}
.l-contents-box.l-info a {
  color: #0000FD;
  text-decoration: underline;
}
.l-contents-box.l-info a:hover {
  color: #DFDFFD;
}

.l-dash-icon {
  display: flex;
  background: #E1E1E1;
  border-radius: 5px;
  margin-right: 15px;
  width: 80px;
  padding: 1px 0;
  align-items: center;
  justify-content: center;
}

.l-dash-contents-row {
  border-bottom: 2px solid #E1E1E1;
  padding: 10px 5px;
}

/* ==================================================
1カラム
================================================== */
.l-text {
  padding-left: 10px;
  line-height: 2;
}

.l-input {
  padding-left: 10px;
  margin-top: 25px;
}
.l-input .l-input-long {
  width: 250px;
  min-width: 250px;
}
.l-input .l-input-middle {
  width: 200px;
  min-width: 200px;
}
.l-input .l-input-preview {
  width: 200px;
  min-width: 170px;
}

.l-input-box {
  margin-top: 80px;
}

.l-input_title {
  width: 170px;
  display: inline-block;
}

.l-input table {
  white-space: normal;
}

.l-input tr {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e9e9e9;
  display: block;
  white-space: nowrap;
  width: calc(100% - 10px);
}
.l-input tr:nth-child(2n) {
  background: none;
}
.l-input tr:last-child {
  margin: 0;
}

.l-input th,
.l-input td {
  background: none;
  border: none;
  text-align: left;
  color: #0A2346;
}

.td-preview {
  max-width: 260px;
  white-space: normal;
}

.td-preview:has(input) {
  min-width: 250px;
}
.td-preview:has(input) input.doc_no {
  min-width: 100px;
  width: 49%;
}

.td-preview:has(.doc_no) {
  white-space: nowrap;
}

.l-input th {
  min-width: 105px;
  width: 105px;
  font-size: 14.8px;
}

.l-input td {
  width: 85%;
}

.l-input input {
  min-width: 320px;
  padding-left: 10px;
  padding: 10px;
  background-color: #F1F1F1;
  border: none;
  margin-top: -7px;
}
.l-input input[type=checkbox], .l-input input[type=button] {
  min-width: auto;
}
.l-input input.amount {
  min-width: initial !important;
  width: 120px !important;
  text-align: right;
}

.l-input .td-preview input {
  min-width: 150px;
}

.l-input select {
  background-color: #F1F1F1;
  padding: 10px;
  border: none;
}

.l-upload {
  width: 72%;
  position: relative;
  z-index: 2;
}
.l-upload .l-contents__title {
  margin-bottom: 25px;
}
.l-upload.upload {
  width: calc(100% - 60% - 40px);
}

.l-tab {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.l-tab .approval_area {
  min-height: calc(100vh - 160px);
}
.l-tab input[type=radio].-button + label {
  border-radius: 5px 5px 0 0;
}

.drop_area {
  background: #E1E1E1;
  padding: 34% 20px 0;
  border-radius: 5px;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  min-height: calc(100vh - 310px);
}
.drop_area span.-main-catch {
  font-size: 26px;
  display: block;
  margin-bottom: 10px;
}
.drop_area label {
  background: #0A2346;
  color: #FFF;
  padding: 5px 8px;
  margin: 0 5px;
  border-radius: 5px;
}
.drop_area.drop_area_image {
  padding: 2px;
}
.drop_area.drop_area_sigle {
  padding: 70px 20px;
  width: 600px;
  margin: -15px 0 -20px;
}
.drop_area iframe {
  min-height: calc(100vh - 100px);
}
.drop_area .drop_area_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.preview_area {
  width: 100%;
  /*
      div {
          width: 100%;
          height: 100%;
          overflow: hidden;
      }
  */
}
.preview_area iframe {
  max-width: 100%;
  min-width: 200px;
  min-height: calc(100vh - 300px);
  width: 100%;
  height: 1230px;
}

.jstree_area {
  padding: 5px;
  text-align: left;
}

.role_area {
  padding: 20px 20px;
}

.approval_area {
  padding: 10px;
}
.approval_area input[type=radio]:not(.-on) + label {
  color: #000;
}

.l-tab .drop_area {
  position: static;
}

.l-upload_input {
  margin-left: 25px;
  margin-top: 70px;
  width: calc(38% - 40px);
}
.l-upload_input.preview {
  min-width: 411px;
  position: static;
}
.l-upload_input.send {
  min-width: 500px;
}
.l-upload_input.upload {
  width: calc(60% - 40px);
}
.l-upload_input.organization {
  width: calc(70% - 40px);
}
.l-upload_input.role {
  width: calc(70% - 40px);
}
.l-upload_input.approval {
  width: calc(70% - 40px);
}
.l-upload_input.user {
  width: calc(70% - 40px);
}

.l-upload_input dt {
  width: 95px;
}

textarea {
  background: #F1F1F1;
  border: 1px dashed #e3e3e3;
  border-radius: 5px;
  min-width: 200px;
  width: 100%;
  height: 400px;
  line-height: 1.3;
  padding: 15px;
}

/* ==================================================
2カラム
================================================== */
.l-under .l-contents-box {
  padding: 28px 30px 30px 30px;
}

.l-under .l-contents__descript {
  padding: 21px 0 38px 5px;
}

.l-under .l-contents__descript .-pc {
  display: inline-block;
}

.l-under .l-contents__title img {
  margin-right: 12px;
  margin-bottom: 6px;
}

/* ==================================================
タブ
================================================== */
.l-under.l-tab .l-contents-box {
  border-radius: 0 9px 9px 9px;
}

.l-contents-tab li {
  position: relative;
}
.l-contents-tab li a {
  font-size: 14.8px;
  background-color: none;
  display: block;
  padding: 16px 35px;
  min-width: 180px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.l-contents-tab li a.-on {
  background-color: #FFF;
}
.l-contents-tab li a img {
  vertical-align: bottom;
  margin-right: 5px;
}
.l-contents-tab li .-new_icon {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 7.5px;
  font-size: 7pt;
  background-color: red;
  color: #ff0000;
  border: 1px solid #ff0000;
  color: #fff;
  text-align: center;
}

/* ==================================================
メニュー
================================================== */
.l-contents-menu {
  margin-top: 65px;
}
.l-contents-menu.preview-menu {
  min-width: 400px;
}

/* ==================================================
オプション
================================================== */
.l-contents-option {
  position: absolute;
  right: 28px;
  top: 15px;
}
.l-contents-option.l-contents-option-input {
  top: 35px;
}

.l-contents-option-link {
  background-color: #f3f3f3;
  width: 65px;
  height: 51px;
  border-radius: 10px;
  margin-left: 10px;
  transition: all 0.2s;
}

/* ==================================================
バックナンバー
================================================== */
.l-contents-backnumber {
  margin-top: 70px;
}

.l-contents-backnumber a {
  margin: 0 13px;
}

.l-contents-backnumber a.-on {
  background: #e6e6e6;
  padding: 6px 10px;
  border-radius: 20px;
  font-weight: bold;
}

.l-contents-backnumber li:first-child a,
.l-contents-backnumber li:last-child a {
  background: #5D5D69;
  display: flex;
  padding: 6px 7px;
  border-radius: 20px;
  font-weight: bold;
}

/* ==================================================
select2.min.css 上書き
================================================== */
span.select2.select2-container.select2-container--default {
  width: 85% !important;
}

div.l-input .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px !important;
}
div.l-input .select2-container--default .select2-selection--single {
  border: 1px solid #e3e3e3 !important;
  height: 40px !important;
  padding: 10px;
}
div.l-input .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px !important;
}

.approval_area, history_area {
  min-height: calc(100vh - 230px);
}

/* ==================================================
入力エラーメッセージ
================================================== */
p.error, span.error {
  color: #ff0000;
}

/* ==================================================
プレビュー
================================================== */
#preview_area iframe {
  resize: both;
  overflow: auto;
  display: block;
  padding-bottom: 15px;
  background-color: #EFEFEF;
  border: 1px solid;
}

.-center-preview {
  width: 100%;
  justify-content: center;
}

.-preview-btn {
  max-width: 202px;
  width: 100%;
}

/* ==================================================
AIOCR
================================================== */
.link {
  color: #0000FF;
  text-decoration: underline;
  -webkit-text-decoration-color: #0000FF;
          text-decoration-color: #0000FF;
}

.th_name {
  padding-bottom: 8px;
}

.th_aiocr_type {
  padding-bottom: 2px;
}

.th_aiocr_template {
  padding-bottom: 7px;
}

.zoomSet {
  position: absolute;
  top: -13px;
  right: 0px;
  width: 160px;
}

.aiocr-selected {
  background-color: cornsilk !important;
}

.none-aiocr-selected {
  background-color: #e6c0c0 !important;
}

#plan_log_aiocr_form th p {
  text-align: right;
}

#plan_log_aiocr_form td p {
  font-size: 14.8px;
}

#plan_aiocr_form th p {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}

#plan_aiocr_form td p {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ==================================================
ヘルプ
================================================== */
.-help {
  font-size: 85%;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  line-height: 1.2;
  border-radius: 50%;
  background: #0A2346;
  color: #F1F1F1;
  font-weight: bold;
  text-decoration: none;
  padding: 2px;
}

.-search-link {
  display: none !important;
}

.l-search {
  background-color: #0A2346;
  min-width: 260px;
  border-radius: 9px;
  margin-right: 15px;
  padding: 10px 6px 10px 6px;
  height: calc(100vh - 130px);
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  left: 15px;
  z-index: 10;
  overflow-y: hidden;
  /*
      &:after{
          height: 100%;
          width: 5px;
          top: 0;
          right: -5px;
          background: $pallet-Middle_Gray;
          @include pseudo;
      }
  */
}
.l-search:before {
  height: 100%;
  width: 50px;
  top: 0;
  left: -50px;
  background: #E1E1E1;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) {
  .l-search {
    min-width: 300px;
  }
}
@media screen and (min-width: 1500px) {
  .l-search {
    min-width: 330px;
  }
}

.l-search h2 {
  font-weight: bold;
}

.l-search-box {
  margin-top: 10px;
  padding: 0 6px 0 0;
  height: calc(100% - 115px);
  overflow-y: scroll;
  border-radius: 5px 0 0 5px;
}

.l-search-box-rule {
  background-color: #FFF;
  padding: 10px;
  border-radius: 5px 0 0 5px;
}

.l-search-rule {
  margin-bottom: 17px;
}

.l-search-rule h3 {
  background-color: #e3e3e3;
  padding: 5px 5px;
  margin-bottom: 6px;
  color: #0A2346;
  border-radius: 3px;
  font-size: 14.8px;
}

.l-search-rule .-mt6.-radio {
  display: block;
}

.l-search-rule input[type=text],
.l-search-rule select {
  width: 100%;
  margin-bottom: 0.2rem;
}

.l-search-rule input[type=number] {
  width: calc(100% - 45px);
}

.l-search-rule-time,
.l-search-rule-amount {
  width: 45px;
  display: inline-block;
}

.l-search-rule-bank {
  width: 100%;
  display: inline-block;
}

.l-search-rule input[type=date] {
  width: calc(100% - 45px);
}

.l-search input[type=submit],
.l-search .-search-submit input[type=button] {
  font-size: 14.8px;
  color: #0A2346;
  border: none;
  background: #fcd44a;
  font-weight: bold;
  padding: 8px;
  text-indent: 17px;
  width: 100%;
}

.-search-submit {
  margin-top: 10px;
  position: relative;
  width: calc(100% - 10px);
  transition: all 0.2s ease;
}

.-search-submit:after {
  cursor: pointer;
  background-image: url(/images/icon_search.svg?967dba920ad107fbe1c15d26cf8a1532);
  width: 24px;
  height: 24px;
  top: 5px;
  left: calc(50% - 50px);
  background-size: contain;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: 1;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}

.l-search input[type=submit]:hover {
  background: #F1F1F1;
  color: #0A2346;
}

.l-search input[type=button] {
  background: none;
  border: none;
  margin: 4px auto 0;
  color: #FFF;
  display: block;
}

/* scrollbar
-------------------------------------------------------------------------- */
.l-search ::-webkit-scrollbar {
  width: 10px;
  height: 4.5px;
}

.l-search ::-webkit-scrollbar-track {
  background: #0A2346;
}

.l-search ::-webkit-scrollbar-thumb {
  background: #D6D5DC;
  border-radius: 1px;
}

.l-contents-tab::-webkit-scrollbar {
  width: 0;
  height: 0px;
}

a.-blue-btn,
input[type=button].-blue-btn,
input[type=submit].-blue-btn {
  background-color: #0A2346;
  color: #F1F1F1;
  padding: 15px 25px;
  border-radius: 25px;
  border: 2px solid #0A2346;
  min-width: 202px;
  font-weight: bold;
  text-wrap: nowrap;
}
a.-blue-btn.-long,
input[type=button].-blue-btn.-long,
input[type=submit].-blue-btn.-long {
  padding: 15px 160px;
}
a.-blue-btn.-short,
input[type=button].-blue-btn.-short,
input[type=submit].-blue-btn.-short {
  min-width: 160px;
}
a.-blue-btn.-small,
input[type=button].-blue-btn.-small,
input[type=submit].-blue-btn.-small {
  padding: 5px 15px;
}
a.-blue-btn.-preview-btn,
input[type=button].-blue-btn.-preview-btn,
input[type=submit].-blue-btn.-preview-btn {
  min-width: initial;
  white-space: nowrap;
}

a.-blue-btn:hover,
input[type=button].-blue-btn:hover,
input[type=submit].-blue-btn:hover {
  background-color: #F1F1F1;
  color: #0A2346;
}

a.-grayblue-btn,
input[type=button].-grayblue-btn,
input[type=submit].-grayblue-btn {
  background-color: #455d7a;
  color: #F1F1F1;
  padding: 15px 25px;
  border-radius: 25px;
  border: 2px solid #455d7a;
  min-width: 202px;
  font-weight: bold;
  text-wrap: nowrap;
}
a.-grayblue-btn.-long,
input[type=button].-grayblue-btn.-long,
input[type=submit].-grayblue-btn.-long {
  padding: 15px 160px;
}
a.-grayblue-btn.-short,
input[type=button].-grayblue-btn.-short,
input[type=submit].-grayblue-btn.-short {
  min-width: 160px;
}
a.-grayblue-btn.-preview-btn,
input[type=button].-grayblue-btn.-preview-btn,
input[type=submit].-grayblue-btn.-preview-btn {
  min-width: initial;
  white-space: nowrap;
}

a.-grayblue-btn:hover,
input[type=button].-grayblue-btn:hover,
input[type=submit].-grayblue-btn:hover {
  background-color: #F1F1F1;
  color: #455d7a;
}

a.-red-btn,
input[type=button].-red-btn,
input[type=submit].-red-btn {
  background-color: #A03333;
  color: #F1F1F1;
  padding: 15px 25px;
  border-radius: 25px;
  border: 2px solid #A03333;
  min-width: 202px;
  font-weight: bold;
  text-wrap: nowrap;
}
a.-red-btn.-long,
input[type=button].-red-btn.-long,
input[type=submit].-red-btn.-long {
  padding: 15px 160px;
}
a.-red-btn.-short,
input[type=button].-red-btn.-short,
input[type=submit].-red-btn.-short {
  min-width: 160px;
}
a.-red-btn.-small,
input[type=button].-red-btn.-small,
input[type=submit].-red-btn.-small {
  padding: 5px 15px;
}
a.-red-btn.-preview-btn,
input[type=button].-red-btn.-preview-btn,
input[type=submit].-red-btn.-preview-btn {
  min-width: initial;
  white-space: nowrap;
}

a.-red-btn:hover,
input[type=button].-red-btn:hover,
input[type=submit].-red-btn:hover {
  background-color: #F1F1F1;
  color: #A03333;
}

a.-gray-btn,
input[type=button].-gray-btn,
input[type=submit].-gray-btn {
  background-color: #E1E1E1;
  color: #242428;
  padding: 15px 25px;
  border-radius: 25px;
  border: 2px solid #E1E1E1;
  font-weight: bold;
  text-wrap: nowrap;
  min-width: 202px;
}
a.-gray-btn.-short,
input[type=button].-gray-btn.-short,
input[type=submit].-gray-btn.-short {
  min-width: 160px;
}
a.-gray-btn.-small,
input[type=button].-gray-btn.-small,
input[type=submit].-gray-btn.-small {
  padding: 5px 15px;
}
a.-gray-btn.-preview-btn,
input[type=button].-gray-btn.-preview-btn,
input[type=submit].-gray-btn.-preview-btn {
  min-width: initial;
}

a.-gray-btn:hover,
input[type=button].-gray-btn:hover,
input[type=submit].-gray-btn:hover {
  background-color: #F1F1F1;
  color: #242428;
}

a.-orange-btn,
input[type=button].-orange-btn,
input[type=submit].-orange-btn {
  background-color: #DB6B0F;
  color: #F1F1F1;
  padding: 15px 25px;
  border-radius: 25px;
  border: 2px solid #DB6B0F;
  font-weight: bold;
  text-wrap: nowrap;
  min-width: 202px;
}
a.-orange-btn.-short,
input[type=button].-orange-btn.-short,
input[type=submit].-orange-btn.-short {
  min-width: 160px;
}
a.-orange-btn.-small,
input[type=button].-orange-btn.-small,
input[type=submit].-orange-btn.-small {
  padding: 5px 15px;
}
a.-orange-btn.-preview-btn,
input[type=button].-orange-btn.-preview-btn,
input[type=submit].-orange-btn.-preview-btn {
  min-width: initial;
  white-space: nowrap;
}

input[type=button].-orange-btn:hover,
input[type=submit].-orange-btn:hover {
  background-color: #DB6B0F;
  color: #F1F1F1;
}

a.-disabled-btn,
input[type=button].-disabled-btn,
input[type=submit].-disabled-btn {
  background-color: #E1E1E1;
  color: #B5B5B5;
  padding: 15px 25px;
  border-radius: 25px;
  border: 2px solid #E1E1E1;
  font-weight: bold;
  text-wrap: nowrap;
  min-width: 202px;
}
a.-disabled-btn.-small,
input[type=button].-disabled-btn.-small,
input[type=submit].-disabled-btn.-small {
  padding: 5px 15px;
}
a.-disabled-btn.-preview-btn,
input[type=button].-disabled-btn.-preview-btn,
input[type=submit].-disabled-btn.-preview-btn {
  min-width: initial;
  white-space: nowrap;
}

.-caution {
  border-radius: 10px;
  border: 1px solid #A03333;
  font-size: 11px;
  background: #FFF;
  color: #A03333;
  padding: 3px 7px;
  margin-left: 10px;
  white-space: nowrap;
}

.-bt-clear {
  background: none;
  border: none;
}

.-flex {
  display: flex;
  align-items: stretch;
}
.-flex.-wrap {
  flex-wrap: wrap;
}
.-flex.-bottom {
  align-items: flex-end;
}
.-flex.-center-w {
  align-items: center;
  justify-content: center;
}
.-flex.-center-x {
  align-items: center;
}
.-flex.-center-y {
  justify-content: center;
}
.-flex.-reverse {
  flex-direction: row-reverse;
}
.-flex.-column {
  flex-direction: column;
}
.-flex.-column-reverse {
  flex-direction: column-reverse;
}
.-flex.-end {
  justify-content: flex-end;
}
.-flex.-between {
  justify-content: space-between;
}

.-grid {
  display: grid;
}

.-bg-white {
  background-color: #F1F1F1;
}

.-bg-MidleGray {
  background-color: #E1E1E1;
}

.-bg-theme {
  background-color: #0A2346;
}

.-color-theme {
  color: #0A2346;
}

.-color-White {
  color: #F1F1F1;
}

.-link-white {
  color: #F1F1F1;
}
.-link-white:hover {
  color: #B5B5B5;
}

.-link-red {
  color: #A03333;
  font-weight: bold;
}

.x-small {
  font-size: 6px;
}

.small {
  font-size: 10.5px;
}

.medium {
  font-size: 11.8px;
}

h1 {
  font-size: 21.5px;
  line-height: 1.5;
}

h2 {
  font-size: 14.8px;
}

h3 {
  font-size: 13.8px;
}

.-left {
  text-align: left;
}

.-center {
  text-align: center;
}

.-right {
  text-align: right;
}

.-pointer {
  cursor: pointer;
}

.-round-left {
  border-radius: 0 9px 9px 9px;
}

.-wrap {
  white-space: wrap;
  word-break: break-all;
}

/* ==================================================
margin
================================================== */
.-mt4 {
  margin-top: 4px;
}

.-mt5 {
  margin-top: 5px;
}

.-mt6 {
  margin-top: 6px;
}

.-mt10 {
  margin-top: 10px;
}

.-mt15 {
  margin-top: 15px;
}

.-mt19 {
  margin-top: 19px;
}

.-mt20 {
  margin-top: 20px;
}

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

.-mt40 {
  margin-top: 40px;
}

.-mt50 {
  margin-top: 50px;
}

.-mt70 {
  margin-top: 70px;
}

.-ml0 {
  margin-left: 0px;
}

.-ml5 {
  margin-left: 5px;
}

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

.-ml15 {
  margin-left: 15px;
}

.-ml20 {
  margin-left: 20px;
}

.-ml30 {
  margin-left: 30px;
}

.-ml40 {
  margin-left: 40px;
}

.-ml50 {
  margin-left: 50px;
}

.-mr5 {
  margin-right: 5px;
}

.-mr10 {
  margin-right: 10px;
}

.-mr15 {
  margin-right: 15px;
}

.-mr20 {
  margin-right: 20px;
}

.-mr25 {
  margin-right: 25px;
}

.-mr30 {
  margin-right: 30px;
}

.-mb10 {
  margin-bottom: 10px;
}

.-mb15 {
  margin-bottom: 15px;
}

.-mb20 {
  margin-bottom: 20px;
}

/* ==================================================
padding
================================================== */
.-pl5 {
  padding-left: 5px;
}

.-pl10 {
  padding-left: 10px;
}

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

.-pl30 {
  padding-left: 30px;
}

.-pl40 {
  padding-left: 40px;
}

.-pl50 {
  padding-left: 50px;
}

/* ==================================================
width
================================================== */
.-w50per {
  width: 50%;
}

.-w75per {
  width: 75%;
}

.-w80per {
  width: 80%;
}

.-w90per {
  width: 90%;
}

.-w100per {
  width: 100%;
}

.-w25 {
  width: 25px;
}

.-w50 {
  width: 50px;
}

.-w70 {
  width: 70px;
}

.-w75 {
  width: 75px;
}

.-w80 {
  width: 80px !important;
}

.-w100 {
  width: 100px;
}

/* ==================================================
float
================================================== */
.-float {
  display: table-cell;
}

/* ==================================================
block
================================================== */
.c-contets {
  margin-top: 50px;
}

.-contets_list + .-contets_list {
  margin-top: 24px;
}

/* ==================================================
decorare
================================================== */
.-left_border {
  border-left: 4px solid #0A2346;
  padding-left: 10px;
}

.-next-link {
  position: fixed;
  top: 50%;
  margin-top: -25px;
  right: -50px;
  background: #F1F1F1;
  padding: 42px;
  border-radius: 50px;
}
.-next-link img {
  position: absolute;
  left: 13px;
  top: calc(50% - 10px);
}
.-next-link:hover {
  transform: translate3d(7px, 0, 0);
}

.-prev-link {
  position: fixed;
  top: 50%;
  margin-top: -25px;
  left: -50px;
  background: #F1F1F1;
  padding: 42px;
  border-radius: 50px;
}
.-prev-link img {
  position: absolute;
  right: 13px;
  top: calc(50% - 10px);
}
.-prev-link:hover {
  transform: translate3d(-7px, 0, 0);
}

/* ==================================================
sticky
================================================== */
.-sticky-right10 {
  position: -webkit-sticky;
  position: sticky;
  right: 10px;
}

.-sticky-right20 {
  position: -webkit-sticky;
  position: sticky;
  right: 20px;
}

.-sticky-right30 {
  position: -webkit-sticky;
  position: sticky;
  right: 30px;
}

.-sticky-right40 {
  position: -webkit-sticky;
  position: sticky;
  right: 40px;
}

.-sticky-right50 {
  position: -webkit-sticky;
  position: sticky;
  right: 50px;
}

input,
select {
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  padding: 3px 8px;
  cursor: pointer;
}
input.mini,
select.mini {
  width: 100px;
}
input.-change,
select.-change {
  background: #FFEECC;
}

input {
  transition: all 0.2s ease;
  cursor: pointer;
  outline: 0;
}
input:focus {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
input.-change {
  background: #FFEECC;
}

input[type=submit]:hover,
input[type=button]:hover {
  color: #B5B5B5;
}

/* radio
-------------------------------------------------------------------------- */
.l-search input[type=radio],
.l-search input[type=checkbox] {
  display: none;
}

.l-search label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  margin-bottom: 0;
}

.l-search .l-search-rule label {
  width: 48%;
  white-space: nowrap;
}
@media screen and (min-width: 1500px) {
  .l-search .l-search-rule label {
    width: 32.2%;
  }
}

.l-search label::before,
.l-search label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.l-search label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  left: 3px;
}

.l-search label::after {
  background-color: #0A2346;
  border-radius: 50%;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 5px;
}

.l-search input:checked + label::after {
  opacity: 1;
}

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

/* radio(ボタン)
-------------------------------------------------------------------------- */
input[type=radio].-button {
  display: none;
}

input[type=radio].-button + label {
  margin: 5px 2px 0 0;
  border: #F1F1F1;
  padding: 10px 13px;
  background: #F1F1F1;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease;
}

input[type=radio]:checked.-button + label {
  background: #0A2346;
  color: #ffffff;
  transition: all 0.2s ease;
}

input[type=radio]:checked.-button.-change + label {
  background: #DB6B0F;
  color: #F1F1F1;
}

input[type=file] {
  display: none;
}

input[type=date] {
  min-height: 28px;
}

.table_output {
  margin-top: 8px;
}
.table_output tbody tr.tr_under_line td {
  background-color: #eeeeee;
}

table {
  width: 100%;
  border-collapse: separate;
  text-align: center;
  white-space: nowrap;
}

th {
  background-color: #0A2346;
  color: #F1F1F1;
  padding: 4px 6px 4px 9px;
  border: 0.2px solid #D6D6D6;
  text-align: center;
}
th span {
  width: 100%;
}

td {
  padding: 4px 6px 4px 8px;
  border: 0.2px solid #D6D6D6;
  text-align: center;
  background: #FFF;
}

.up_down_select {
  min-width: 30px;
  max-width: 30px;
}

.-up_down_select a {
  color: #FFF;
  line-height: 1.25;
  font-size: 9px;
  margin-left: 7px;
}

.table_output input[type=button] {
  border-radius: 1px;
  padding: 2.5px 12px;
  border: 1px solid #B5B5B5;
  background: #B5B5B5;
  color: #FFF;
}

.table_output input[type=button]:hover {
  background: #FFF;
  color: #B5B5B5;
}

.table_output input[type=button].-err {
  background-color: #A03333;
  border: 1px solid #A03333;
  color: #FFF;
}

.table_output input[type=button].-err:hover {
  background-color: #FFF;
  border: 1px solid #A03333;
  color: #A03333;
}

img.-icon-off {
  filter: brightness(1) invert(0.9);
}

.jstree li {
  float: none !important;
}

.jstree-default .jstree-clicked {
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media only screen and (max-width: 768px) {
  body,
.l-header,
.l-footer,
.l-main {
    min-width: unset;
    font-size: 13px;
  }

  main.l-main {
    min-width: unset;
  }

  .-pc,
.-pc-only {
    display: none !important;
  }

  .-sp {
    display: block !important;
  }

  .-mt19 {
    margin-top: 0;
  }

  .-mt30 {
    margin-top: 15px;
  }

  .-mb10 {
    margin-bottom: 7px;
  }

  .-ml20 {
    margin-left: 0;
    margin-bottom: 10px;
  }

  h1, .-normal-font {
    font-size: 17.5px;
  }

  .l-footer, .l-main {
    padding: 0 8px;
  }

  .-left_border {
    margin-bottom: 20px;
  }

  .l-text {
    line-height: 2;
  }

  /* ==================================================
  ヘッダー
  ================================================== */
  .l-header {
    border-radius: 5px;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
  }

  .l-header--pd {
    padding: 10px;
  }

  /* ==================================================
  フッター
  ================================================== */
  address {
    text-align: center;
    padding: 2px;
    font-size: 10px;
  }

  /* ==================================================
  table
  ================================================== */
  .table_output tr:nth-child(2n) td {
    background-color: #f4f4f4;
  }

  .l-input th {
    background: #F1F1F1;
    padding: 5px;
    margin-bottom: 8px;
    display: block;
  }
  .l-input th.l-input-long, .l-input th.l-input-middle {
    width: 100%;
  }
  .l-input th.l-input-preview {
    min-width: 100%;
  }

  .l-input tr {
    border-bottom: unset;
    white-space: normal;
  }

  .l-input td {
    padding: 0;
    width: 100%;
    margin-top: 0;
    display: inline-block;
  }

  .td-preview {
    max-width: 100%;
    min-width: 200px;
  }

  .l-input input {
    padding: 8px;
    width: calc(100% - 2px);
    margin-left: 2px;
    background: none;
    border: 1px solid #F1F1F1;
  }
  .l-input input[type=checkbox] {
    width: auto;
  }

  .l-input .-input-space input {
    width: calc(100% - 25px);
  }

  .table_output_box {
    overflow-x: scroll;
    max-height: calc(100vh - 280px);
    margin-top: 5px;
  }
  .table_output_box + .l-contents-menu {
    margin-top: 25px;
  }

  .table_output {
    margin-top: 0;
  }
  .table_output tr:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  input[type=radio].-button + label {
    background: none;
    border: 1px solid #F1F1F1;
    margin: 5px 2px 0;
    padding: 10px;
  }

  .select {
    border: 1px solid #F1F1F1;
    width: 100%;
  }

  textarea {
    background: #FFF;
    height: 200px;
  }

  select, .l-input select {
    background: #FFF;
    border: 1px solid #F1F1F1;
    width: 100%;
  }

  .-list select {
    width: unset;
  }

  input {
    background: #FFF;
  }

  /* ==================================================
  input
  ================================================== */
  select#cpp_option {
    padding: 3px 0;
  }

  input[type=date], input[type=number], input[type=text] {
    margin-top: 0px;
  }

  .l-input {
    margin-top: 0;
    padding: 0;
  }
  .l-input th {
    min-width: 100%;
    display: inline-block;
  }

  .l-input-box {
    margin-top: 30px;
    padding-top: 40px;
  }

  a.-blue-btn,
a.-blue-btn.-long,
a.-gray-btn,
a.-red-btn,
input[type=button].-blue-btn,
input[type=button].-blue-btn.-long,
input[type=button].-gray-btn,
input[type=button].-red-btn,
input[type=submit].-blue-btn,
input[type=submit].-blue-btn.-long,
input[type=submit].-gray-btn,
input[type=submit].-red-btn {
    padding: 10px;
    width: 100%;
  }

  /* ==================================================
  バックナンバー
  ================================================== */
  .l-contents-backnumber {
    margin-top: 35px;
  }

  .l-contents-backnumber a {
    margin: 0 10px;
  }

  /* ==================================================
  コンテンツ
  ================================================== */
  .l-main {
    margin-top: 65px;
    margin-bottom: 28px;
  }

  .l-contents {
    overflow: hidden;
  }

  .l-contents__descript .-list .-pc {
    display: none;
  }

  .l-dash .l-contents__descript {
    padding: 5px 5px 0 5px;
  }

  .l-under .l-contents__descript {
    padding: 0;
    margin-top: 15px;
  }

  .l-contents-box {
    padding: 15px;
    display: inline-block;
  }

  .l-text {
    padding: 0;
  }

  .l-contents-button-box .-flex {
    flex-direction: column-reverse;
  }

  /* ==================================================
  ダッシュ
  ================================================== */
  .-dash-sp {
    width: 100%;
  }
  .-dash-sp li {
    width: calc(50% - 6px);
    margin-top: 12px;
  }
  .-dash-sp li a {
    background: #FFF;
    border-radius: 5px;
    text-align: center;
    padding: 21px;
  }
  .-dash-sp li a .-normal-font {
    margin-top: 3px;
  }
  .-dash-sp li {
    position: relative;
  }
  .-dash-sp li .-new_icon {
    position: absolute;
    top: calc(18%);
    left: calc(55%);
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 9px;
    font-size: 8pt;
    background-color: red;
    color: #ff0000;
    border: 1px solid #ff0000;
    color: #fff;
    text-align: center;
  }

  .l-dash-contents-link li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 5px 3px;
  }

  /* ==================================================
  下層ページ
  ================================================== */
  .l-contents__title img {
    width: 35px;
    margin-right: 7px !important;
  }

  .l-under .l-contents-box {
    padding: 15px 10px 15px;
    flex-direction: column;
    min-height: calc(100vh - 133px);
  }

  .l-upload .l-contents__title {
    margin-bottom: 15px;
  }

  .l-upload_input {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .l-upload_input .table_output_box {
    height: unset;
    margin-top: 15px;
  }
  .l-upload_input.preview {
    min-width: auto;
  }
  .l-upload_input.upload {
    width: 100%;
  }

  .l-contents-menu {
    justify-content: center;
    margin: 37px 0 60px;
    flex-direction: column-reverse;
    align-items: center;
  }
  .l-contents-menu .-center {
    width: 100%;
  }
  .l-contents-menu .-flex {
    flex-direction: column-reverse;
  }
  .l-contents-menu.preview-menu {
    min-width: auto;
  }

  /* ==================================================
  タブ
  ================================================== */
  .l-contents-tab {
    overflow-x: scroll;
  }
  .l-contents-tab .-flex a {
    white-space: nowrap;
    padding: 7px 14px;
    min-width: unset;
    border-right: 1px solid #FFF;
    font-size: 13.8px;
  }

  /* ==================================================
  保存
  ================================================== */
  .l-upload {
    min-width: 100%;
    max-width: 100%;
  }

  /* ==================================================
  オプション
  ================================================== */
  /*
  .l-contents-option,
  .l-contents-option.l-contents-option-input{
      position:fixed;
      top: calc(100vh - 80px);
      left: 6px;
      z-index: 999;
  }
  */
  .l-contents-option {
    top: 5px;
    right: 7px;
  }

  .l-contents-option-link {
    border: 2px solid #FFF;
    height: 47px;
    width: 60px;
    margin-left: 3px;
  }
  .l-contents-option-link img {
    width: 28px;
  }

  .-next-link {
    padding: 35px;
  }
  .-next-link img {
    width: 10px;
    top: calc(50% - 6px);
    left: 8px;
  }

  .-prev-link {
    padding: 35px;
  }
  .-prev-link img {
    width: 10px;
    top: calc(50% - 6px);
    right: 8px;
  }

  /* ==================================================
  サーチ
  ================================================== */
  .-search-link {
    display: flex !important;
  }

  .l-search {
    width: 100%;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    border-radius: unset;
    left: 0;
    z-index: 999;
    max-width: unset;
    padding: 10px 10px 10px 16px;
  }

  .l-search .l-search-rule label {
    width: unset;
    padding-right: 5px;
  }

  .l-search-box {
    margin-top: 15px;
    padding: 0 10px 0 0;
    max-height: calc(100% - 240px);
  }

  .hide {
    opacity: 0;
    display: none;
    transition: all 0.2s ease;
  }

  .l-search-box-rule {
    border-radius: 5px;
    padding: 15px;
  }

  .l-search h2 {
    margin-top: 6px;
    text-align: center;
    font-size: 16px;
  }

  .-search-submit {
    /*    width: calc(100% - 20px); */
  }

  .-search-clear {
    margin-top: 8px !important;
  }

  .l-search-rule input[type=date] {
    width: 85%;
  }

  .l-search-rule input[type=number] {
    width: 45%;
  }

  .l-search label.hamburger_panel {
    padding: 0;
    position: absolute;
    top: 12px;
    right: 17px;
  }
  .l-search label.hamburger_panel:before {
    display: none;
    padding: 0;
  }

  .hamburger_panel {
    z-index: 999;
    position: relative;
    display: block;
    height: 28px;
    width: 28px;
  }
  .hamburger_panel > i {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    background-color: transparent;
    pointer-events: auto;
  }
  .hamburger_panel > i:before, .hamburger_panel > i:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 50%;
    background-color: #F1F1F1;
    content: "";
    transition: transform 0.35s;
    transform-origin: 50% 50%;
  }
  .hamburger_panel > i:before {
    height: 3px;
    transform: translate(-50%, -50%) rotate(315deg);
  }
  .hamburger_panel > i:after {
    height: 3px;
    transform: translate(-50%, -50%) rotate(-315deg);
  }

  /* ==================================================
  drop_area
  ================================================== */
  .drop_area {
    padding: 30px 20px;
    min-height: unset;
  }
  .drop_area span {
    font-size: 18px;
  }
  .drop_area iframe {
    min-height: 250px;
  }

  .l-tab .drop_area iframe {
    min-height: calc(100vh - 200px);
  }

  .l-tab .approval_area {
    min-height: unset;
  }

  .preview_area {
    height: initial;
  }
  .preview_area iframe {
    min-height: 100px;
  }

  #preview_area iframe {
    resize: none;
  }

  /* ==================================================
  drop_area
  ================================================== */
  div.approval_route#modal-select-user .modal-body .grid_outer {
    grid-template-rows: 92px 250px !important;
  }
  div.approval_route#modal-select-user .modal-body .top_left select {
    width: 120px !important;
  }
  div.approval_route#modal-select-user .modal-body .bottom_left .from_user {
    width: 120px !important;
  }
  div.approval_route#modal-select-user .modal-body .bottom_right .to_user {
    width: 120px !important;
  }

  .send_type {
    border: 2px solid #f1f1f1;
    background-color: #fff !important;
  }
  .send_type:has(input[type=checkbox]:checked) {
    color: #ffffff;
    background-color: #0A2346 !important;
  }

  .-preview-btn {
    max-width: none;
  }

  .-preview-btn {
    max-width: none;
  }

  /* ======================================================
  plan
  ====================================================== */
  .-plan-step_bar {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .-plan-step_bar li.-plan-step_bar_item {
    border: 1px solid #E1E1E1;
    border-radius: 12px;
    background: #E1E1E1;
    height: 100px;
    padding: 0 3px;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-align: center;
  }
  .-plan-step_bar li.-plan-step_bar_item.-on {
    background: #DB6B0F;
    color: #F1F1F1;
  }
  .-plan-step_bar li.-plan-step_bar_separator {
    height: 100px;
    line-height: 100px;
  }

  /* ======================================================
  通知
  ====================================================== */
  .l-info {
    min-height: initial !important;
  }
}
.drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  box-sizing: border-box;
  pointer-events: none;
  padding-top: 45px;
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
  border-bottom-left-radius: 100vw;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
  .drawer-list {
    width: 40vw;
  }
}
.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 10px;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}
.drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  float: none;
}
.drawer-list li + li {
  margin-top: 10px;
}
.drawer-list li:last-child {
  margin-bottom: 2em;
}
.drawer-list li .second-nav {
  text-decoration: none;
  color: #0A2346;
  text-align: left;
  display: block;
  padding: 10px 15px;
  font-size: 1rem;
  background: #E1E1E1;
  border-radius: 5px;
}
.drawer-list li .second-nav img {
  margin-right: 7px;
}
@media (min-width: 768px) {
  .drawer-list li .second-nav {
    text-align: right;
    padding: 0.5rem;
  }
}
.drawer-list li .second-nav:hover {
  cursor: pointer;
  color: #0A2346;
}
.drawer-list li .third-nav {
  color: #0A2346;
  font-size: 1rem;
  display: block;
  font-weight: 500;
  margin-top: 8px;
}
.drawer-list .drawer-second-box {
  padding-left: 15px;
}

input#check_use, input#check_func, input#check_manage, input#check_manual {
  display: none;
}

#check_use_contents, #check_func_contents, #check_manage_contents, #check_manual_contents {
  display: none;
}

input#check_use[type=checkbox]:checked ~ #check_use_contents,
input#check_func[type=checkbox]:checked ~ #check_func_contents,
input#check_manage[type=checkbox]:checked ~ #check_manage_contents,
input#check_manual[type=checkbox]:checked ~ #check_manual_contents {
  display: block;
}

input.hamburger {
  display: none;
}
input.hamburger:checked ~ .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list li {
  transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li a {
  padding-right: 15px;
}
input.hamburger:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
  transform: translate(-50%, -50%) rotate(315deg);
  background-color: #0A2346;
  height: 4px;
}
input.hamburger:checked ~ label > i:after {
  transform: translate(-50%, -50%) rotate(-315deg);
  background-color: #0A2346;
  height: 4px;
}
input.hamburger:checked ~ label close {
  color: #fff;
  width: 100%;
}
input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger {
  z-index: 999;
  position: relative;
  display: block;
  height: 33px;
  width: 33px;
}
label.hamburger:hover {
  cursor: pointer;
}
label.hamburger text close,
label.hamburger text open {
  text-transform: uppercase;
  font-size: 0.5em;
  text-align: center;
  position: absolute;
  transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  transition: width 0.25s 0.35s, color 0.45s 0.35s;
  top: -8px;
}
label.hamburger text close {
  color: rgba(0, 0, 0, 0);
  right: 0;
  width: 0;
}
label.hamburger text open {
  color: #fff;
  width: 100%;
}
label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  background-color: #fff;
  pointer-events: auto;
  transition-duration: 0.35s;
  transition-delay: 0.35s;
}
label.hamburger > i:before, label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #fff;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}
label.hamburger > i:before {
  transform: translate(-50%, -11px);
}
label.hamburger > i:after {
  transform: translate(-50%, 11px);
}

label.hamburger {
  position: fixed;
  top: 14px;
  right: 22px;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: 120px;
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

div.approval_route div.data_item {
  display: relative;
  border: 1px solid #666;
  height: 30px;
  border-radius: 3px;
  margin-top: 5px;
  line-height: 30px;
  background: #eee;
  cursor: pointer;
}
div.approval_route div.data_item .delete_x {
  float: right;
  margin-right: 5px;
  cursor: pointer;
}
div.approval_route#modal-select-user .modal-body .grid_outer {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  grid-template-rows: 92px 200px;
}
div.approval_route#modal-select-user .modal-body .top_left {
  grid-row: 1;
  grid-column: 1;
  text-align: center;
  position: relative;
  /*
                  select {
                      width: 250px;
                  }
  */
}
div.approval_route#modal-select-user .modal-body .top_center {
  grid-row: 1;
  grid-column: 2;
}
div.approval_route#modal-select-user .modal-body .top_right {
  grid-row: 1;
  grid-column: 3;
}
div.approval_route#modal-select-user .modal-body .bottom_left {
  grid-row: 2;
  grid-column: 1;
  text-align: center;
}
div.approval_route#modal-select-user .modal-body .bottom_left .from_user {
  display: inline-block;
  width: 100%;
  height: 190px;
  border: 1px solid #666;
  padding: 0 4px 4px 4px;
  overflow-y: scroll;
}
div.approval_route#modal-select-user .modal-body .bottom_left .from_user::-webkit-scrollbar {
  width: 15px;
}
div.approval_route#modal-select-user .modal-body .bottom_left .from_user::-webkit-scrollbar-track {
  background-color: #e4e4e4;
}
div.approval_route#modal-select-user .modal-body .bottom_left .from_user::-webkit-scrollbar-thumb {
  background-color: #daaa80;
  box-shadow: inset 0 0 6px xgba(0, 0, 0, 0.3);
}
div.approval_route#modal-select-user .modal-body .bottom_center {
  grid-row: 2;
  grid-column: 2;
  padding-top: 30px;
  text-align: center;
  /*
                  input[type=button] {
                      position: absolute;
                      height: 35px;
                      width: 100px;
                      top: 50%;
                      left: 50%;
                      transform: translateY(-50%) translateX(-50%);
                      -webkit-transform: translateY(-50%) translateX(-50%);
                  }
  */
}
div.approval_route#modal-select-user .modal-body .bottom_right {
  grid-row: 2;
  grid-column: 3;
  text-align: center;
}
div.approval_route#modal-select-user .modal-body .bottom_right .to_user {
  display: inline-block;
  width: 100%;
  height: 190px;
  border: 1px solid #666;
  padding: 0 4px 4px 4px;
  overflow-y: scroll;
}
div.approval_route#modal-select-user .modal-body .bottom_right .to_user::-webkit-scrollbar {
  width: 15px;
}
div.approval_route#modal-select-user .modal-body .bottom_right .to_user::-webkit-scrollbar-track {
  background-color: #e4e4e4;
}
div.approval_route#modal-select-user .modal-body .bottom_right .to_user::-webkit-scrollbar-thumb {
  background-color: #daaa80;
  box-shadow: inset 0 0 6px xgba(0, 0, 0, 0.3);
}
div.approval_route#modal-select-user .modal-body .from_user_up,
div.approval_route#modal-select-user .modal-body .to_user_up {
  margin: auto auto 8px auto;
  width: 50%;
  border-radius: 6px;
}
div.approval_route#modal-select-user .modal-body .from_user_down,
div.approval_route#modal-select-user .modal-body .to_user_down {
  margin: 5px auto;
  width: 50%;
  border-radius: 6px;
}
div.approval_route ul li.solicitante {
  background: #fff;
  border: 1px solid #666;
  border-radius: 6px;
}
div.approval_route ul li.solicitante div {
  width: 100%;
}
div.approval_route ul li.aprobador {
  background: #fff;
  border: 1px solid #666;
  border-radius: 6px;
}
div.approval_route ul li.aprobador > div {
  width: 60%;
  padding: 5px;
}
div.approval_route ul li.aprobador > div:first-child {
  width: 40%;
}
div.approval_route input[type=radio].-button + label {
  min-width: 55px;
  text-align: center;
}
div.approval_route .approval_area input[type=radio].-button + label {
  min-width: 128px;
  text-align: center;
  height: 35px;
  margin: 5px 0 5px 0;
}
div.approval_route .narrow_down_users {
  width: 85%;
  margin: 13px 0px;
  border: 1px solid #aaa;
  padding-right: 20px;
}
div.approval_route .narrow_down_users_clear-btn {
  position: absolute;
  right: 8.5%;
  top: 48%;
  width: 20px;
  height: 20px;
  background: transparent;
  color: #707070;
  border: none;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
div.approval_route .narrow_down_users_clear-btn:hover {
  color: #5b5b5b;
  transform: translateY(5%);
}
div.approval_route .narrow_down_users_clear-btn:focus {
  outline: 0px;
  color: #5b5b5b;
}

ul.approval_progress li:not(.arrow) {
  background: #fff;
  border: 1px solid #666;
  border-radius: 6px;
  min-height: 40px;
}
ul.approval_progress li:not(.arrow).-currlv {
  background: #FFEECC;
  border: 1px solid #DB6B0F;
}
ul.approval_progress li:not(.arrow) div.title {
  width: 35%;
}
ul.approval_progress li:not(.arrow) div.body {
  width: 65%;
}
ul.approval_progress li:not(.arrow) div.body div.body_inner {
  width: 100%;
}
ul.approval_progress li:not(.arrow) div.body div.body_inner div.status {
  width: 30%;
}
ul.approval_progress li:not(.arrow) div.body div.body_inner div.contents {
  width: 70%;
}
ul.approval_progress li:not(.arrow) div.body div.body_inner div.contents div.user_outer {
  width: 100%;
  /*
                          div.user {
                              width: 60%;
                          }
                          div.date {
                              width: 40%;
                          }
  */
}
ul.approval_progress li:not(.arrow) div.body div.body_inner div.contents div.comment {
  width: 100%;
}
ul.approval_progress li:not(.arrow) div.body div.body_inner:not(:first-child) div.status {
  border-top: 1px dashed #666;
}
ul.approval_progress li:not(.arrow) div.body div.body_inner:not(:first-child) div.contents {
  border-top: 1px dashed #666;
}

.send_type {
  position: relative;
  border-radius: 10px;
  height: 50px;
  padding: 5px 5px 5px 15px;
  background-color: #F1F1F1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  use-select: none;
}
.send_type input[type=checkbox] {
  position: absolute;
  display: none;
}
.send_type p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.send_type:has(input[type=checkbox]:checked) {
  color: #ffffff;
  background-color: #0A2346;
}

.send_type_icon {
  border: 1px solid #0A2346;
  border-radius: 5px;
  color: #0A2346;
  padding: 5px;
  margin-right: 5px;
}

.download_content {
  background-color: #fff;
  padding: 10px;
  /*
      input[type=tel],
      input[type=email] {
          min-width: 320px;
          padding-left: 10px;
          padding: 10px;
          background-color: $pallet-White;
          border: none;
          margin-top: -7px;
      }
  */
}
.download_content .form_input {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5px;
}

.boundingbox {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 120px;
  height: 30px;
  cursor: move;
  background-color: rgba(128, 128, 128, 0.2);
  color: #0000ff;
}

.boundingbox-partner {
  border: 2px dashed #0000ff;
  color: #0000ff;
}

.boundingbox-transaction_date {
  border: 2px dashed #008000;
  color: #008000;
}

.boundingbox-amount {
  border: 2px dashed #ff0000;
  color: #ff0000;
}

.boundingbox-amount2 {
  border: 2px dashed #ff00ff;
  color: #ff00ff;
}

.boundingbox-payment_date {
  border: 2px dashed #ffa500;
  color: #ffa500;
}

.container {
  max-width: 2000px;
  position: relative;
  padding: 0px;
}

/* ==================================================
インジケーター定義
================================================== */
.dot-spin-bg {
  /** 全画面に強制表示する部分 */
  position: fixed;
  z-index: 999999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 70px;
  text-align: center;
}

.dot-spin-msg {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: normal;
  color: #ffffff;
  display: inline-block;
  text-align: center;
}

.dot-spin {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
  box-shadow: 0 -18px 0 0 #ffffff, 12.727926px -12.727926px 0 0 #ffffff, 18px 0 0 0 #ffffff, 12.727926px 12.727926px 0 0 #ffffff, 0 18px 0 0 #ffffff, -12.727926px 12.727926px 0 0 #ffffff, -18px 0 0 0 #ffffff, -12.727926px -12.727926px 0 0 #ffffff;
  -webkit-animation: dot-spin 1.5s infinite linear;
          animation: dot-spin 1.5s infinite linear;
}

@-webkit-keyframes dot-spin {
  0%, 100% {
    box-shadow: 0 -18px 0 0 #ffffff, 12.727926px -12.727926px 0 0 #ffffff, 18px 0 0 0 #ffffff, 12.727926px 12.727926px 0 -5px #ffffff, 0 18px 0 -5px #ffffff, -12.727926px 12.727926px 0 -5px #ffffff, -18px 0 0 -5px #ffffff, -12.727926px -12.727926px 0 -5px #ffffff;
  }
  12.5% {
    box-shadow: 0 -18px 0 -5px #ffffff, 12.727926px -12.727926px 0 0 #ffffff, 18px 0 0 0 #ffffff, 12.727926px 12.727926px 0 0 #ffffff, 0 18px 0 -5px #ffffff, -12.727926px 12.727926px 0 -5px #ffffff, -18px 0 0 -5px #ffffff, -12.727926px -12.727926px 0 -5px #ffffff;
  }
  25% {
    box-shadow: 0 -18px 0 -5px #ffffff, 12.727926px -12.727926px 0 -5px #ffffff, 18px 0 0 0 #ffffff, 12.727926px 12.727926px 0 0 #ffffff, 0 18px 0 0 #ffffff, -12.727926px 12.727926px 0 -5px #ffffff, -18px 0 0 -5px #ffffff, -12.727926px -12.727926px 0 -5px #ffffff;
  }
  37.5% {
    box-shadow: 0 -18px 0 -5px #ffffff, 12.727926px -12.727926px 0 -5px #ffffff, 18px 0 0 -5px #ffffff, 12.727926px 12.727926px 0 0 #ffffff, 0 18px 0 0 #ffffff, -12.727926px 12.727926px 0 0 #ffffff, -18px 0 0 -5px #ffffff, -12.727926px -12.727926px 0 -5px #ffffff;
  }
  50% {
    box-shadow: 0 -18px 0 -5px #ffffff, 12.727926px -12.727926px 0 -5px #ffffff, 18px 0 0 -5px #ffffff, 12.727926px 12.727926px 0 -5px #ffffff, 0 18px 0 0 #ffffff, -12.727926px 12.727926px 0 0 #ffffff, -18px 0 0 0 #ffffff, -12.727926px -12.727926px 0 -5px #ffffff;
  }
  62.5% {
    box-shadow: 0 -18px 0 -5px #ffffff, 12.727926px -12.727926px 0 -5px #ffffff, 18px 0 0 -5px #ffffff, 12.727926px 12.727926px 0 -5px #ffffff, 0 18px 0 -5px #ffffff, -12.727926px 12.727926px 0 0 #ffffff, -18px 0 0 0 #ffffff, -12.727926px -12.727926px 0 0 #ffffff;
  }
  75% {
    box-shadow: 0 -18px 0 0 #ffffff, 12.727926px -12.727926px 0 -5px #ffffff, 18px 0 0 -5px #ffffff, 12.727926px 12.727926px 0 -5px #ffffff, 0 18px 0 -5px #ffffff, -12.727926px 12.727926px 0 -5px #ffffff, -18px 0 0 0 #ffffff, -12.727926px -12.727926px 0 0 #ffffff;
  }
  87.5% {
    box-shadow: 0 -18px 0 0 #ffffff, 12.727926px -12.727926px 0 0 #ffffff, 18px 0 0 -5px #ffffff, 12.727926px 12.727926px 0 -5px #ffffff, 0 18px 0 -5px #ffffff, -12.727926px 12.727926px 0 -5px #ffffff, -18px 0 0 -5px #ffffff, -12.727926px -12.727926px 0 0 #ffffff;
  }
}

@keyframes dot-spin {
  0%, 100% {
    box-shadow: 0 -18px 0 0 #ffffff, 12.727926px -12.727926px 0 0 #ffffff, 18px 0 0 0 #ffffff, 12.727926px 12.727926px 0 -5px #ffffff, 0 18px 0 -5px #ffffff, -12.727926px 12.727926px 0 -5px #ffffff, -18px 0 0 -5px #ffffff, -12.727926px -12.727926px 0 -5px #ffffff;
  }
  12.5% {
    box-shadow: 0 -18px 0 -5px #ffffff, 12.727926px -12.727926px 0 0 #ffffff, 18px 0 0 0 #ffffff, 12.727926px 12.727926px 0 0 #ffffff, 0 18px 0 -5px #ffffff, -12.727926px 12.727926px 0 -5px #ffffff, -18px 0 0 -5px #ffffff, -12.727926px -12.727926px 0 -5px #ffffff;
  }
  25% {
    box-shadow: 0 -18px 0 -5px #ffffff, 12.727926px -12.727926px 0 -5px #ffffff, 18px 0 0 0 #ffffff, 12.727926px 12.727926px 0 0 #ffffff, 0 18px 0 0 #ffffff, -12.727926px 12.727926px 0 -5px #ffffff, -18px 0 0 -5px #ffffff, -12.727926px -12.727926px 0 -5px #ffffff;
  }
  37.5% {
    box-shadow: 0 -18px 0 -5px #ffffff, 12.727926px -12.727926px 0 -5px #ffffff, 18px 0 0 -5px #ffffff, 12.727926px 12.727926px 0 0 #ffffff, 0 18px 0 0 #ffffff, -12.727926px 12.727926px 0 0 #ffffff, -18px 0 0 -5px #ffffff, -12.727926px -12.727926px 0 -5px #ffffff;
  }
  50% {
    box-shadow: 0 -18px 0 -5px #ffffff, 12.727926px -12.727926px 0 -5px #ffffff, 18px 0 0 -5px #ffffff, 12.727926px 12.727926px 0 -5px #ffffff, 0 18px 0 0 #ffffff, -12.727926px 12.727926px 0 0 #ffffff, -18px 0 0 0 #ffffff, -12.727926px -12.727926px 0 -5px #ffffff;
  }
  62.5% {
    box-shadow: 0 -18px 0 -5px #ffffff, 12.727926px -12.727926px 0 -5px #ffffff, 18px 0 0 -5px #ffffff, 12.727926px 12.727926px 0 -5px #ffffff, 0 18px 0 -5px #ffffff, -12.727926px 12.727926px 0 0 #ffffff, -18px 0 0 0 #ffffff, -12.727926px -12.727926px 0 0 #ffffff;
  }
  75% {
    box-shadow: 0 -18px 0 0 #ffffff, 12.727926px -12.727926px 0 -5px #ffffff, 18px 0 0 -5px #ffffff, 12.727926px 12.727926px 0 -5px #ffffff, 0 18px 0 -5px #ffffff, -12.727926px 12.727926px 0 -5px #ffffff, -18px 0 0 0 #ffffff, -12.727926px -12.727926px 0 0 #ffffff;
  }
  87.5% {
    box-shadow: 0 -18px 0 0 #ffffff, 12.727926px -12.727926px 0 0 #ffffff, 18px 0 0 -5px #ffffff, 12.727926px 12.727926px 0 -5px #ffffff, 0 18px 0 -5px #ffffff, -12.727926px 12.727926px 0 -5px #ffffff, -18px 0 0 -5px #ffffff, -12.727926px -12.727926px 0 0 #ffffff;
  }
}
div.doctype .notice_user {
  display: flex;
  gap: 5px;
}
div.doctype div.data_item {
  position: relative;
  padding: 0 20px 0 5px;
  border: 1px solid #666;
  height: 30px;
  border-radius: 3px;
  margin-top: 5px;
  line-height: 30px;
  background: #eee;
  cursor: pointer;
}
div.doctype div.data_item .delete_x {
  position: absolute;
  right: 0;
  margin-right: 5px;
  cursor: pointer;
}

.fsrv_content :focus {
  outline: 0.1px dashed #ddd;
  transition: outline 0.2s ease;
}
.fsrv_content .flex {
  display: flex;
  flex-wrap: nowrap;
}
.fsrv_content .flex.flex_toolbar {
  -moz-column-gap: 8px;
       column-gap: 8px;
  height: 5vh;
  align-items: center;
}
.fsrv_content .flex.flex_toolbar .flex-inner {
  display: flex;
}
.fsrv_content .flex.flex_toolbar .flex-inner.flex-inner-control {
  white-space: nowrap;
}
.fsrv_content .flex.flex_toolbar .flex-inner.flex-inner-control button {
  width: 35px;
  height: 35px;
  border-radius: 7px;
  background-color: #fefefe;
  border: 1px solid #0A2346;
}
.fsrv_content .flex.flex_toolbar .flex-inner.flex-inner-path {
  flex-grow: 1;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  height: 35px;
  overflow: hidden;
}
.fsrv_content .flex.flex_toolbar .flex-inner.flex-inner-path ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.fsrv_content .flex.flex_toolbar .flex-inner.flex-inner-path ul li {
  display: inline-block;
  margin-left: 5px;
  flex-shrink: 0;
}
.fsrv_content .flex.flex_toolbar .flex-inner.flex-inner-path ul li:first-child {
  margin-left: 3px;
}
.fsrv_content .flex.flex_toolbar .flex-inner.flex-inner-path ul li.dir {
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 2px 5px;
  background-color: #fefefe;
}
.fsrv_content .flex.flex_toolbar .flex-inner.flex-inner-search {
  white-space: nowrap;
}
.fsrv_content .flex.flex_toolbar .flex-inner.flex-inner-search .flex-item {
  position: relative;
}
.fsrv_content .flex.flex_toolbar .flex-inner.flex-inner-search .flex-item input {
  height: 35px;
  padding-left: 25px;
  padding-right: 22px;
}
.fsrv_content .flex.flex_toolbar .flex-inner.flex-inner-search .flex-item img {
  position: absolute;
  top: 10px;
  left: 5px;
}
.fsrv_content .flex.flex_toolbar .flex-inner.flex-inner-search .flex-item .btn-clear {
  position: absolute;
  display: none;
  text-decoration: none;
  right: 8px;
  top: 4px;
  font-size: large;
}
.fsrv_content .flex.flex_toolbar .flex-inner .flex-item {
  flex-grow: 1;
}
.fsrv_content .flex.flex_content {
  margin-top: 3px;
  height: 80vh;
}
.fsrv_content .flex.flex_content .flex-inner {
  display: flex;
  background-color: #fefefe;
}
.fsrv_content .flex.flex_content .flex-inner.flex-inner-tree {
  max-width: 33vw;
}
.fsrv_content .flex.flex_content .flex-inner.flex-inner-tree .jstree-anchor.dragover {
  background-color: #dff4ff;
}
.fsrv_content .flex.flex_content .flex-inner.flex-inner-list {
  flex-grow: 1;
}
.fsrv_content .flex.flex_content .flex-inner.flex-inner-list .flex-item {
  border-left: none;
}
.fsrv_content .flex.flex_content .flex-inner.flex-inner-list thead th {
  cursor: default;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fsrv_content .flex.flex_content .flex-inner.flex-inner-list thead th.list-last_modified, .fsrv_content .flex.flex_content .flex-inner.flex-inner-list thead th.list-size {
  width: 180px !important;
}
.fsrv_content .flex.flex_content .flex-inner.flex-inner-list thead th::before, .fsrv_content .flex.flex_content .flex-inner.flex-inner-list thead th::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border: 5px solid transparent;
  right: 10px;
  top: 13px;
}
.fsrv_content .flex.flex_content .flex-inner.flex-inner-list thead th::before {
  border-bottom-color: #444;
  margin-top: -10px;
}
.fsrv_content .flex.flex_content .flex-inner.flex-inner-list thead th::after {
  border-top-color: #444;
  margin-top: 2px;
}
.fsrv_content .flex.flex_content .flex-inner.flex-inner-list thead th.asc::before {
  border-bottom-color: #aaa;
}
.fsrv_content .flex.flex_content .flex-inner.flex-inner-list thead th.desc::after {
  border-top-color: #aaa;
}
.fsrv_content .flex.flex_content .flex-inner.flex-inner-list tbody img {
  margin-right: 5px;
}
.fsrv_content .flex.flex_content .flex-inner.flex-inner-list tbody td {
  cursor: default;
  border: none;
  height: 31px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fsrv_content .flex.flex_content .flex-inner.flex-inner-list tbody tr {
  z-index: 100;
}
.fsrv_content .flex.flex_content .flex-inner.flex-inner-list tbody tr:hover td, .fsrv_content .flex.flex_content .flex-inner.flex-inner-list tbody tr.dragover td, .fsrv_content .flex.flex_content .flex-inner.flex-inner-list tbody tr:has(td.drag-hover) td {
  background-color: #e4f9ff;
}
.fsrv_content .flex.flex_content .flex-inner.flex-inner-list tbody tr:has(input[type=checkbox]:checked) td {
  border-top: 1px solid #d0e4f0;
  border-bottom: 1px solid #d0e4f0;
  background-color: #d6eaf6;
}
.fsrv_content .flex.flex_content .flex-inner.flex-inner-list tbody span.highlight-keyword {
  font-weight: bold;
  color: #ff8888;
}
.fsrv_content .flex.flex_content .flex-inner .flex-item {
  flex-grow: 1;
  border: 1px solid #0a2346;
  overflow-y: scroll;
}
.fsrv_content .flex.flex_content .drag-move-helper img {
  width: 32px;
}
.fsrv_content .modal.upload_modal table {
  table-layout: fixed;
}
.fsrv_content .modal.upload_modal table td {
  border: none;
}
.fsrv_content .modal.upload_modal table td.filename {
  overflow-x: hidden;
  width: 25%;
}
.fsrv_content .modal.access_modal .modal-body table {
  width: 100%;
  max-height: 160px;
  overflow-y: scroll;
  border: 1px solid #999;
}
.fsrv_content .modal.access_modal .modal-body table tbody tr {
  height: 20px;
}
.fsrv_content .modal.access_modal .modal-body table tbody tr td {
  border: none;
  border-top: 1px solid #999;
  padding: 3px 0;
}
.fsrv_content .modal.access_modal .modal-body table tbody tr td.access_name {
  padding-left: 5px;
}
.fsrv_content .modal.access_modal .modal-body table tbody tr td.access_type {
  padding-left: 3px;
}
.fsrv_content .modal.access_modal .modal-body table tbody tr td.access_read, .fsrv_content .modal.access_modal .modal-body table tbody tr td.access_write, .fsrv_content .modal.access_modal .modal-body table tbody tr td.access_control {
  position: relative;
  width: 48px;
}
.fsrv_content .modal.access_modal .modal-body table tbody tr td.access_read input[type=checkbox], .fsrv_content .modal.access_modal .modal-body table tbody tr td.access_write input[type=checkbox], .fsrv_content .modal.access_modal .modal-body table tbody tr td.access_control input[type=checkbox] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.fsrv_content .modal.access_modal .modal-body table tbody tr td.access_read label, .fsrv_content .modal.access_modal .modal-body table tbody tr td.access_write label, .fsrv_content .modal.access_modal .modal-body table tbody tr td.access_control label {
  padding-left: 15px;
  margin: auto;
}
.fsrv_content .modal.access_modal .modal-body table tbody tr td.access_none {
  padding-left: 5px;
}
.fsrv_content .modal.access_modal .modal-body button {
  white-space: nowrap;
}
.fsrv_content .modal.access_modal .modal-body .access_title {
  font-weight: bold;
}
.fsrv_content .modal.access_modal .modal-body .access_title:not(:nth-child(1)) {
  margin-top: 10px;
}
.fsrv_content .modal.access_modal .modal-body .access_content {
  display: flex;
}
.fsrv_content .modal.access_modal .modal-body .access_recursive {
  position: relative;
  margin-top: 5px;
  height: 20px;
}
.fsrv_content .modal.access_modal .modal-body .access_recursive input[type=checkbox] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.fsrv_content .modal.access_modal .modal-body .access_recursive label {
  margin-left: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.-plan-selected {
  background: #FFEECC;
  /*
      border-left: 2px solid $pallet-Orange;
      border-right: 2px solid $pallet-Orange;
  */
}

.-plan-step_bar {
  display: flex;
}
.-plan-step_bar li.-plan-step_bar_item {
  border: 1px solid #E1E1E1;
  border-radius: 12px;
  background: #E1E1E1;
  padding: 3px 10px 2px 10px;
  text-align: center;
}
.-plan-step_bar li.-plan-step_bar_item.-on {
  background: #DB6B0F;
  color: #F1F1F1;
}
.-plan-step_bar li.-plan-step_bar_separator {
  padding: 3px 10px 2px 10px;
}

.-plan-box {
  border: 2px solid #ddd;
  background: #f6f6f6;
  border-radius: 7px;
  padding: 8px;
  cursor: pointer;
  max-width: 800px;
}
.-plan-box:has(input[type=radio]:checked) {
  border: 2px solid #DB6B0F;
  background: #FFEECC;
}
.-plan-box p:first-child {
  font-size: 18px;
  font-weight: bold;
}
.-plan-box input[type=radio] {
  display: none;
}

.-plan-reset input[type=radio] + label {
  min-width: 70px;
  text-align: center;
}

.modal .modal-body iframe {
  width: 100%;
}
.modal .modal-dialog-right {
  display: flex;
  align-items: center;
  margin-right: 15px;
  min-height: calc(100% - 3.5rem);
}

.l-modal.l-main {
  margin-top: 10px;
  margin-bottom: 10px;
}
.l-modal.l-main .l-contents-menu {
  margin: 20px 0 0;
}
.l-modal.l-main .l-contents-box {
  min-height: calc(100vh - 20px);
}

/* --- 申請内容 --- */
.application_content_none {
  margin-top: 10%;
  margin-bottom: 10%;
  text-align: center;
}

/* --- はんこ --- */
.stamp_box {
  border-width: 0px !important;
  display: block;
  overflow-x: auto;
  margin-left: auto;
  margin-bottom: 10px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  direction: rtl;
}

.stamp_box,
.stamp_box tr,
.stamp_box th,
.stamp_box td {
  border: 1px solid;
  border-collapse: collapse;
}

.stamp_box td {
  min-width: 80px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.stamp_name {
  height: 19px;
}

.stamp_area {
  height: 73px;
}

.stamp {
  border: 3px solid #f00;
  border-radius: 50%;
  color: #f00;
  min-width: 64px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 64px;
  position: relative;
  margin: auto;
}

.stamp span {
  padding: 0px 17px;
  display: inline-block;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  alignment-baseline: middle;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1;
  word-break: break-word;
  white-space: pre-wrap;
}

.stamp_date {
  height: 24px;
  font-size: 10px;
}

/* --- 入力値 --- */
.input_value {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 0px !important;
}

/* --- 添付書類ドロップエリア --- */
.attached_document_drop_area {
  min-height: 250px;
  height: 250px;
  padding: 100px 25% 0;
}

.attached_document_drop_area .drop_area_inner .-pc {
  display: block;
}

.attached_document_drop_area + .l-text {
  overflow-x: auto;
}

/* --- 書類、コメントのtable_output_box --- */
.modal-input td .table_output_box,
.attached_document_table_output_box,
.internal_comment_table_output_box {
  overflow-x: auto;
  overflow-y: hidden;
  border: 0.2px solid #D6D6D6;
  white-space: nowrap;
}
.modal-input td .table_output_box .table_output,
.attached_document_table_output_box .table_output,
.internal_comment_table_output_box .table_output {
  margin-top: 0;
  white-space: nowrap;
}
.modal-input td .table_output_box tr,
.attached_document_table_output_box tr,
.internal_comment_table_output_box tr {
  margin-bottom: 0px;
  display: table-row;
  white-space: nowrap;
}
.modal-input td .table_output_box th, .modal-input td .table_output_box td,
.attached_document_table_output_box th,
.attached_document_table_output_box td,
.internal_comment_table_output_box th,
.internal_comment_table_output_box td {
  padding: 4px 6px 4px 8px;
  border: 0.2px solid #D6D6D6;
  display: table-cell;
}
.modal-input td .table_output_box th,
.attached_document_table_output_box th,
.internal_comment_table_output_box th {
  background-color: #0A2346;
  color: #F1F1F1;
  text-align: center;
}
.modal-input td .table_output_box td,
.attached_document_table_output_box td,
.internal_comment_table_output_box td {
  background: #FFF;
  max-width: none;
}
.modal-input td .table_output_box td:not(.-left),
.attached_document_table_output_box td:not(.-left),
.internal_comment_table_output_box td:not(.-left) {
  text-align: center;
}
.modal-input td .table_output_box td.center,
.attached_document_table_output_box td.center,
.internal_comment_table_output_box td.center {
  width: 50px;
}
.modal-input td .table_output_box input[type=button],
.attached_document_table_output_box input[type=button],
.internal_comment_table_output_box input[type=button] {
  margin-top: 0.5px;
  padding: 0 12px;
}

.modal-input td .table_output_box {
  max-width: 400px;
}

.attached_document_table_output_box,
.internal_comment_table_output_box {
  max-width: 1200px;
  margin-top: 8px;
  margin-bottom: 15px;
}

/* --- 添付書類ダウンロード --- */
.attached_document_download_area {
  margin-top: auto;
  margin-bottom: 4px;
}

.attached_document_download_btn {
  width: 180px;
  height: 39px;
  border-radius: 5px;
  margin: auto;
  padding-left: 9px;
}

/* --- 添付書類追加 --- */
.add_attached_document_btn {
  display: block;
  width: 120px;
  height: 39px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: 0px;
  padding-left: 9px;
  color: #0A2346;
}

/* --- 添付書類tab --- */
input[type=radio].-button + label:has(> .delete_attached_document_btn) {
  padding: 0px 13px 3px 13px;
}

.delete_attached_document_btn {
  margin: 0;
  padding: 0px 0px 0px 5px !important;
  position: relative;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.delete_attached_document_btn input[type=button] {
  opacity: 0 !important;
  position: fixed !important;
  display: inline-block !important;
}
.delete_attached_document_btn > i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 72%;
  background-color: transparent;
}
.delete_attached_document_btn > i:before, .delete_attached_document_btn > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  left: 50%;
  background-color: #0A2346;
  content: "";
}
.delete_attached_document_btn > i:before {
  transform: translate(-50%, -50%) rotate(315deg);
}
.delete_attached_document_btn > i:after {
  transform: translate(-50%, -50%) rotate(-315deg);
}

input[type=radio]:checked.-button + label .delete_attached_document_btn > i:before,
input[type=radio]:checked.-button + label .delete_attached_document_btn > i:after {
  background-color: #ffffff;
}

.delete_attached_document_btn:has(input[type=button]:focus) {
  transform: translate3d(0, 4px, 0);
}

/* --- 承認経路表示エリア --- */
.internal_approval_area {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  margin-top: 8px;
  padding: 10px;
  position: static;
}
.internal_approval_area ul li.solicitante, .internal_approval_area ul li.aprobador {
  border-radius: 6px;
  border: 1px solid #666;
  background: #fff;
}
.internal_approval_area ul li.solicitante .user, .internal_approval_area ul li.solicitante p, .internal_approval_area ul li.aprobador .user, .internal_approval_area ul li.aprobador p {
  white-space: pre-wrap;
}
.internal_approval_area ul li.solicitante .title, .internal_approval_area ul li.solicitante .body {
  padding: 7px;
  width: 100%;
}
.internal_approval_area ul li.solicitante div {
  padding: 5px;
}
.internal_approval_area ul li.aprobador {
  padding: 3px;
}
.internal_approval_area ul li.aprobador > div {
  width: 60%;
  padding: 5px;
}
.internal_approval_area ul li.aprobador > div:first-child {
  width: 40%;
}

.format_area + .internal_approval_area {
  margin-top: 0px;
}
.format_area + .internal_approval_area li.solicitante .body div {
  padding: 0px;
}

/* --- select2 --- */
.select2-long + span.select2.select2-container.select2-container--default {
  width: 500px !important;
}

/* --- 幅 --- */
.min-w220px {
  min-width: 220px !important;
}

.min-w250px {
  min-width: 250px !important;
}

.max-w1200px {
  max-width: 1200px;
}

/* --- margin --- */
.-ml-auto {
  margin-left: auto;
}

/* --- その他 --- */
.white-space-nomal {
  white-space: normal;
}

.pointer_events_all {
  pointer-events: all !important;
}

.internal_approvalschedule_list_button {
  width: 163px;
}

@media only screen and (max-width: 768px) {
  /* --- 添付書類ドロップエリア --- */
  div:has(> .attached_document_drop_area) {
    display: block;
    max-width: 90vw;
  }

  .attached_document_drop_area {
    min-height: unset;
    height: unset;
    padding: 30px 20px;
  }

  .attached_document_drop_area div {
    max-width: 90vw !important;
  }

  /* --- table_output_box --- */
  .attached_document_table_output_box,
.internal_comment_table_output_box {
    overflow-x: scroll;
    max-width: 90vw;
  }

  /* --- 添付書類示エリア --- */
  .attached_documents_area,
.attached_documents_area div iframe,
.-flex:has(+ .attached_documents_area) {
    max-width: 90vw !important;
  }

  /* --- 承認経路追加ボタン --- */
  #upload_btn.add_attached_document_btn {
    width: 120px;
    height: 39px;
    border-radius: 5px;
    margin: 0px 0px 0px auto;
    padding-left: 9px;
    background-color: #F1F1F1;
  }

  /* --- 承認経路表示エリア --- */
  .internal_approval_area {
    width: 100%;
  }

  /* --- select2 --- */
  .select2-long + span.select2.select2-container.select2-container--default {
    width: 85% !important;
  }
}
/* --- 申請内容エリア --- */
.format_area {
  background: #E1E1E1;
  padding: 10px 6px 10px 6px;
  min-height: 200px;
  max-width: 1500px;
  border-radius: 5px;
}

.format_preview_area {
  background: #ffffff;
  padding: 10px 10px;
  min-height: 180px;
  border-radius: 5px;
  margin: 10px;
}

.format_area .format_contents {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* --- 部品追加パネル --- */
.part-select {
  position: -webkit-sticky;
  position: sticky;
  background-color: #0A2346;
  height: 80vh;
  min-height: 200px;
  max-height: 700px;
  width: 314px;
  padding: 10px 6px;
  border-radius: 9px;
  margin-left: 10px;
  top: 85px;
  left: 15px;
  z-index: 10;
}

.part-select-box {
  margin: 10px 0px;
  padding: 0 6px 0 0;
  height: 92%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px 0 0 5px;
  overflow-y: auto;
  pointer-events: all;
}

.part-select-box:not(.part-select-box-rule)::-webkit-scrollbar {
  width: 10px;
  height: 4.5px;
}

.part-select-box:not(.part-select-box-rule)::-webkit-scrollbar-track {
  background: #0A2346;
}

.part-select-box:not(.part-select-box-rule)::-webkit-scrollbar-thumb {
  background: #D6D5DC;
  border-radius: 1px;
}

.part-select-box-rule {
  background-color: #FFF;
  padding: 10px;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px 0 0 5px;
}
.part-select-box-rule h3 {
  background-color: #e3e3e3;
  padding: 5px 5px;
  margin-bottom: 6px;
  color: #0A2346;
  border-radius: 3px;
  font-size: 14.8px;
}

.select_part {
  cursor: -webkit-grab;
  cursor: grab;
  padding-left: 5px;
  border: 1px solid #0A2346;
  border-radius: 3px;
  margin-bottom: 5px;
  width: 266px;
  display: flex;
  pointer-events: all;
}
.select_part p {
  margin-top: auto;
  margin-bottom: auto;
}

/* --- 部品・行移動可能エリア --- */
.format_area .movable_line_area,
.format_area .grouping_area .movable_line_area:last-child {
  padding: 5px;
  border-radius: 5px;
  height: 15px;
  width: 100%;
  z-index: 1;
}

.format_area .movable_line_area:last-child {
  height: 200px;
}

.format_area .movable_side_area {
  padding: 5px;
  margin: 4px 0px;
  border-radius: 5px;
  width: 20px;
  z-index: 5;
  pointer-events: all;
}

.format_area .line_area .movable_side_area + .movable_side_area {
  width: 0px;
  padding: 0px;
}

.format_area .movable_color {
  background: #fcd44a;
}

.format_area .movable_mouseover {
  border: 2px dashed #dd7703;
}

/* --- グループ化部品 --- */
.format_area .grouping_area {
  padding: 5px 2.5px;
  margin: 5px;
  min-height: 100px;
  width: 99%;
  border: 1px dashed #0A2346;
  border-radius: 5px;
  cursor: -webkit-grab;
  cursor: grab;
  pointer-events: all;
}

.grouping_header {
  display: flex;
  width: 99%;
  height: 40px;
}

.format_area .grouping_name {
  margin-right: auto;
  padding: 5px 12px;
}

.format_preview_area .grouping_preview_area {
  margin-bottom: 10px;
}

.format_preview_area .grouping_content_cell {
  margin-bottom: 13px;
}

.format_preview_area .grouping_content_cell:last-child {
  margin-bottom: 0px;
}

.add_group_clone, .remove_group_clone {
  margin-top: 10px !important;
}

/* --- 行エリア --- */
.format_area .line_area {
  padding: 2px;
  margin: 0px 5px;
  display: flex;
  min-height: 50px;
  width: 99%;
  background: #ffffff;
  border-radius: 5px;
  flex-wrap: wrap;
}

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

/* --- 部品エリア --- */
.format_area .part_area {
  z-index: 10;
  cursor: -webkit-grab;
  cursor: grab;
  pointer-events: all;
  border-radius: 1px;
  padding: 5px 12px;
  margin: 2px 0px;
  border: 1px solid #B5B5B5;
  display: flex;
  max-width: 90%;
}

.part_preview_area {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  white-space: pre-wrap;
  min-width: 40px;
  max-width: 100%;
  margin: 1px 8px 1px 0px;
}

.part_display_area {
  margin: auto;
  max-width: 100%;
  display: flex;
  white-space: pre-wrap;
  flex-wrap: wrap;
}

.part_area .part_display_area {
  max-width: calc(100% - 230px);
}

.format_area .part_color {
  background-color: #ffffff;
}

.format_area .part_error_color {
  background-color: #ffd1d1;
}

/* --- 部品全般 --- */
.format_area .part_btn {
  height: 25px;
  min-width: 48px !important;
  border-radius: 1px;
  padding: 2.5px 3px;
  margin: 4px;
  border: 1px solid #B5B5B5;
  background: #B5B5B5;
  color: #FFF;
  transition: all 0.2s ease;
}
.format_area .part_btn:hover {
  background: #FFF;
}

.part_display_area .-caution {
  height: 21px;
  padding: 2px 7px 0px 7px;
  margin: auto 10px auto 10px;
}

.part_display_area input[type=date], .part_display_area input[type=text], .part_display_area input[type=number] {
  margin: 2px;
}

.part_display_area .option_area {
  display: ruby;
  margin-bottom: auto;
  margin-top: auto;
}

.part_display_area .display_content {
  min-height: 20px;
  display: grid;
  place-items: center;
}

/* --- モーダル --- */
.modal-min-width {
  min-width: 598px;
}

.modal-input {
  margin-top: 0;
  padding-top: 9px;
  padding-bottom: 0;
}

.modal-input tr {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e9e9e9;
  display: block;
  white-space: nowrap;
  width: 100%;
}

.modal-input .modal-input-preview {
  min-width: 170px;
}

.modal-input tr:last-child {
  margin: 0;
  border-bottom: none;
}

.modal-input th,
.modal-input td {
  background: none;
  border: none;
  text-align: left;
  color: #0A2346;
}

.modal-input th {
  display: inline-block;
  font-size: 14.8px;
}

.modal-input td {
  padding: 0;
  width: 68%;
  margin-top: 0;
  display: inline-block;
  max-width: 400px;
  white-space: pre-wrap;
}

/* --- モーダル内リストボックス --- */
.modal-input td .list_box,
.modal-input td .list_box_mini {
  border: 1px solid #B5B5B5;
  padding: 5px;
  overflow: auto;
}
.modal-input td .list_box::-webkit-scrollbar,
.modal-input td .list_box_mini::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.modal-input td .list_box::-webkit-scrollbar-track,
.modal-input td .list_box_mini::-webkit-scrollbar-track {
  background: #FFF;
}
.modal-input td .list_box::-webkit-scrollbar-thumb,
.modal-input td .list_box_mini::-webkit-scrollbar-thumb {
  background: #696969;
  border-radius: 1px;
}
.modal-input td .list_box::-webkit-scrollbar-corner,
.modal-input td .list_box_mini::-webkit-scrollbar-corner {
  background: #FFF;
}

.modal-input td .list_box {
  width: 260px;
  height: 125px;
}

.modal-input td .list_box_mini {
  width: 105px;
  height: 140px;
}

.modal-input td .list_box_operator {
  border: 1px solid #B5B5B5;
  padding: 5px;
  width: 50px;
  display: grid;
}

/* --- モーダル内ファイルドロップエリア --- */
.modal-input td .drop_area {
  background: #E1E1E1;
  padding: 11% 20px 0;
  border-radius: 5px;
  text-align: center;
  height: 200px;
  min-height: 200px;
  position: static;
  white-space: nowrap;
}

.modal-input td .drop_area_inner {
  position: initial;
  transform: initial;
  -webkit-transform: initial;
  width: inherit;
}

.modal-input td .drop_area span.-main-catch {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.modal-input td .drop_area label {
  background: #0A2346;
  color: #FFF;
  padding: 1px 3px;
  margin: 0 5px;
  border-radius: 5px;
}

/* --- モーダル内ボタン --- */
.modal-input td .add_btn {
  height: 25px;
  padding: 3px 8px;
  border: 1px solid #e3e3e3;
  color: #0A2346;
}

.modal-input td .title_copy_btn {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  margin-left: 10px;
  padding: 6px 8px;
}

/* --- アイコン --- */
.format_area .part_area .icon,
.modal-input td .icon {
  height: 25px;
  margin-top: auto;
  margin-right: 7px;
  margin-bottom: auto;
}

.format_area .select_part .icon {
  height: 35px;
  margin-top: auto;
  margin-left: 5px;
  margin-bottom: auto;
}

.format_area .part_area .icon {
  margin-left: 5px;
  margin-right: 5px;
}

/* --- 削除済み表示ファイルエリア --- */
.no_display_file_area {
  width: 250px;
  height: 100px;
  border: 1px solid #333333;
}

.no_display_file_area p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* --- pタグ --- */
.part_display_area p {
  padding: 2.5px 12px 2.5px 0px;
  margin: auto 10px auto 0px;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.part_display_area p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.format_area .part_area .part_display_area p {
  max-width: 800px;
}

.part_preview_area p {
  max-width: inherit;
}

.modal-input td p {
  white-space: normal;
}

.modal-input td .add_constant_p {
  display: inline-block;
  margin-left: 66px;
}

.part_display_area p.title {
  min-height: 20px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 100%;
  display: grid;
  place-items: center;
}

/* --- aタグ --- */
.format_area .part_area .part_display_area a {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.format_area .part_area .part_display_area a,
.part_preview_area a {
  align-content: space-evenly;
}

/* --- inputタグ --- */
.format_area .line_area input,
.part_preview_area input {
  margin-top: auto;
  margin-bottom: auto;
  min-width: 40px;
  height: 28px;
  border: solid #a9a9a9 1px;
}

.part_preview_area input[type=date] {
  color: #242428;
}

.modal-input td .add_constant_input {
  width: 100px;
  min-width: 100px;
  height: 25px;
  margin-right: 4px;
}

.modal-input input {
  padding: 8px;
  margin-top: -7px;
  min-width: 250px;
  background-color: #F1F1F1;
  border: none;
}

/* --- input(radioボタン) --- */
.modal-input td .list_box_operator input[type=radio].-button + label,
.modal-input td .list_box_mini input[type=radio].-button + label {
  padding: 3px 13px;
  text-align: center;
  margin-right: unset;
}

.part_display_area input[type=radio].-button + label,
.modal-input input[type=radio].-button + label {
  margin: 0px 5px 5px 0px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.part_display_area input[type=radio].-button + label {
  padding: 5px 8px;
  margin: 2px 5px 2px 0px;
}

.movable_tab_radio_buttons,
.movable_tab_radio_buttons_for_search {
  opacity: 0 !important;
  position: fixed !important;
  display: inline-block !important;
}

.movable_tab_radio_buttons:focus + label {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.movable_tab_radio_buttons_for_search:focus + label::before {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

.movable_tab_submit:focus {
  background: #F1F1F1 !important;
  color: #0A2346 !important;
}

.movable_tab_clear:focus {
  color: #B5B5B5 !important;
}

.movable_tab_blue_btn:focus {
  background-color: #F1F1F1 !important;
  color: #0A2346 !important;
}

.movable_tab_red_btn:focus {
  background-color: #F1F1F1 !important;
  color: #A03333 !important;
}

.movable_tab_a:focus {
  outline: none;
}

.movable_tab_a:focus span.-down {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

/* --- input(checkboxボタン) --- */
.modal-input td label.checkbox_label,
.part_display_area label.checkbox_label {
  display: flex;
}

.part_display_area label.checkbox_label {
  margin-bottom: auto;
  margin-top: auto;
  margin-right: 10px;
}

.modal-input td label.checkbox_label input,
.part_display_area label.checkbox_label input {
  float: left;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 4px;
  margin-top: 4px;
}

.modal-input td label.checkbox_label p,
.part_display_area label.checkbox_label p {
  float: left;
  max-width: 380px;
  overflow-wrap: break-word;
}

.part_display_area label.checkbox_label p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px;
  margin: 0px;
}

.modal-input td label.checkbox_label p {
  width: calc(100% - 24px);
}

.movable_tab_checkbox_for_search {
  opacity: 0 !important;
  position: fixed !important;
  display: inline-block !important;
}

.movable_tab_checkbox_for_search:focus + label::before {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}

/* --- select2 --- */
#modal-select2 {
  width: calc(56% - 2px) !important;
  min-width: 250px !important;
}

#modal-select2-mini {
  width: 70px !important;
  min-width: 70px !important;
}

#modal-select2-middle {
  width: 150px !important;
  min-width: 150px !important;
}

.part_display_area span.select2.select2-container.select2-container--default {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 200px !important;
}

.part_display_area span.select2.select2-container.select2-container--default .select2-selection--single {
  height: 28px !important;
  padding: 5px;
}

div.modal-input .select2-container--default .select2-selection--single {
  border: 1px solid #e3e3e3 !important;
  height: 40px !important;
  padding: 10px 10px 10px 0px;
}

div.modal-input .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px !important;
}

.part_display_area span.select2.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 2px;
}

.part_display_area span.select2.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 27px !important;
  top: 0px;
}

div.modal-input .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px !important;
}

.select2internal .select2-search--dropdown {
  padding: 2px;
}

.select2internal input.select2-search__field {
  padding: 1px;
}

.select2internal .select2-results__option {
  padding: 4px;
}

.select2-container--open {
  z-index: 9999 !important;
}

/* --- image_selecter --- */
.modal-input .image_selecter {
  min-width: 250px;
}

/* --- textarea --- */
.part_display_area textarea,
.modal-input td textarea {
  padding: 8px;
  min-height: 100px;
  height: 100px;
  background: #F1F1F1;
  border: none;
  outline: 0;
  transition: all 0.2s ease;
  cursor: pointer;
}

.part_display_area textarea {
  width: 450px;
  border: solid #a9a9a9 1px;
  margin: 2px 0px 5px 0px;
}

.modal-input td textarea {
  margin-top: -7px;
  max-width: 380px;
  margin: 2px;
}

.part_display_area textarea:focus,
.modal-input td textarea:focus {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

/* --- iframe --- */
.part_display_area iframe {
  border: 1px solid;
  max-width: 98%;
  margin: 5px;
  resize: none !important;
  overflow: hidden !important;
  padding-bottom: unset !important;
}

/* --- カラー --- */
.application_font_color_black {
  color: #242428;
}

.application_line_color_black {
  border-color: #242428;
}

.application_font_color_gray {
  color: #808080;
}

.application_line_color_gray {
  border-color: #808080;
}

img.application_font_color_gray {
  filter: brightness(0) saturate(100%) invert(53%) sepia(11%) saturate(11%) hue-rotate(314deg) brightness(93%) contrast(85%);
}

img.application_line_color_gray {
  filter: brightness(0) saturate(100%) invert(53%) sepia(11%) saturate(11%) hue-rotate(314deg) brightness(93%) contrast(85%);
}

.application_font_color_blue {
  color: #0000fd;
}

.application_line_color_blue {
  border-color: #0000fd;
}

img.application_font_color_blue {
  filter: brightness(0) saturate(100%) invert(9%) sepia(95%) saturate(3474%) hue-rotate(240deg) brightness(146%) contrast(166%);
}

img.application_line_color_blue {
  filter: brightness(0) saturate(100%) invert(9%) sepia(95%) saturate(3474%) hue-rotate(240deg) brightness(146%) contrast(166%);
}

.application_font_color_light_blue {
  color: #0FF;
}

.application_line_color_light_blue {
  border-color: #0FF;
}

img.application_font_color_light_blue {
  filter: brightness(0) saturate(100%) invert(77%) sepia(100%) saturate(882%) hue-rotate(106deg) brightness(100%) contrast(101%);
}

img.application_line_color_light_blue {
  filter: brightness(0) saturate(100%) invert(77%) sepia(100%) saturate(882%) hue-rotate(106deg) brightness(100%) contrast(101%);
}

.application_font_color_purple {
  color: #800080;
}

.application_line_color_purple {
  border-color: #800080;
}

img.application_font_color_purple {
  filter: brightness(0) saturate(100%) invert(10%) sepia(89%) saturate(4988%) hue-rotate(294deg) brightness(83%) contrast(110%);
}

img.application_line_color_purple {
  filter: brightness(0) saturate(100%) invert(10%) sepia(89%) saturate(4988%) hue-rotate(294deg) brightness(83%) contrast(110%);
}

.application_font_color_pink {
  color: #FF00FF;
}

.application_line_color_pink {
  border-color: #FF00FF;
}

img.application_font_color_pink {
  filter: brightness(0) saturate(100%) invert(18%) sepia(96%) saturate(4115%) hue-rotate(293deg) brightness(112%) contrast(125%);
}

img.application_line_color_pink {
  filter: brightness(0) saturate(100%) invert(18%) sepia(96%) saturate(4115%) hue-rotate(293deg) brightness(112%) contrast(125%);
}

.application_font_color_red {
  color: #F00;
}

.application_line_color_red {
  border-color: #F00;
}

img.application_font_color_red {
  filter: brightness(0) saturate(100%) invert(22%) sepia(85%) saturate(6999%) hue-rotate(356deg) brightness(100%) contrast(122%);
}

img.application_line_color_red {
  filter: brightness(0) saturate(100%) invert(22%) sepia(85%) saturate(6999%) hue-rotate(356deg) brightness(100%) contrast(122%);
}

.application_font_color_green {
  color: #008000;
}

.application_line_color_green {
  border-color: #008000;
}

img.application_font_color_green {
  filter: brightness(0) saturate(100%) invert(23%) sepia(82%) saturate(2472%) hue-rotate(97deg) brightness(95%) contrast(109%);
}

img.application_line_color_green {
  filter: brightness(0) saturate(100%) invert(23%) sepia(82%) saturate(2472%) hue-rotate(97deg) brightness(95%) contrast(109%);
}

.application_font_color_lime {
  color: #0F0;
}

.application_line_color_lime {
  border-color: #0F0;
}

img.application_font_color_lime {
  filter: brightness(0) saturate(100%) invert(54%) sepia(42%) saturate(4636%) hue-rotate(87deg) brightness(123%) contrast(121%);
}

img.application_line_color_lime {
  filter: brightness(0) saturate(100%) invert(54%) sepia(42%) saturate(4636%) hue-rotate(87deg) brightness(123%) contrast(121%);
}

.application_font_color_brown {
  color: #734e30;
}

.application_line_color_brown {
  border-color: #734e30;
}

img.application_font_color_brown {
  filter: brightness(0) saturate(100%) invert(30%) sepia(26%) saturate(814%) hue-rotate(345deg) brightness(100%) contrast(93%);
}

img.application_line_color_brown {
  filter: brightness(0) saturate(100%) invert(30%) sepia(26%) saturate(814%) hue-rotate(345deg) brightness(100%) contrast(93%);
}

.application_font_color_yellow {
  color: #fcd44a;
}

.application_line_color_yellow {
  border-color: #fcd44a;
}

img.application_font_color_yellow {
  filter: brightness(0) saturate(100%) invert(98%) sepia(28%) saturate(5624%) hue-rotate(320deg) brightness(104%) contrast(98%);
}

img.application_line_color_yellow {
  filter: brightness(0) saturate(100%) invert(98%) sepia(28%) saturate(5624%) hue-rotate(320deg) brightness(104%) contrast(98%);
}

/* --- フォントサイズ --- */
.application_font_size12 {
  font-size: 12px;
}

.application_font_size14 {
  font-size: 14px;
}

.application_font_size16 {
  font-size: 16px;
}

.application_font_size24 {
  font-size: 24px;
}

.application_font_size28 {
  font-size: 28px;
}

/* --- 幅 --- */
.application_width150 {
  width: 150px;
}

.application_width200 {
  width: 200px;
}

.application_width250 {
  width: 250px;
}

.application_width300 {
  width: 300px;
}

/* --- 書体スタイル --- */
.application_font_style_bold {
  font-weight: bold;
}

.application_font_style_oblique {
  font-style: oblique;
}

.application_font_style_underline {
  text-decoration: underline;
}

/* --- 線のスタイル --- */
.application_style_solid_line {
  border-top-style: solid;
}

.application_style_dotted_line {
  border-top-style: dotted;
}

.application_style_dashed_line {
  border-top-style: dashed;
}

/* --- 表示文字位置 --- */
.application_position_left {
  text-align: left;
}

.application_position_center {
  text-align: center;
}

.application_position_right {
  place-items: initial !important;
  text-align: right;
}

.part_preview_area:has(.part_display_area p.application_position_center),
.part_preview_area:has(.part_display_area p.application_position_right) {
  width: 100%;
}

/* --- 線の太さ --- */
.application_line_thickness_thin {
  border-top-width: thin;
}

.application_line_thickness5_medium {
  border-top-width: medium;
}

.application_line_thickness_thick {
  border-top-width: thick;
}

/* --- その他 --- */
.format_area .part-select,
.format_area .part-select-box-rule,
.format_area .line_area,
.part_display_area input,
.part_display_area textarea,
.format_area .part_area .icon,
.format_area .select_part .icon,
.format_area .select_part p {
  pointer-events: none;
}

.modal-input input[type=checkbox],
.modal-input input[type=button] {
  min-width: auto;
}

.format_area .part_area:has(.part_display_area hr) {
  width: 80%;
  min-width: 80px;
}

.format_area .part_area:has(.part_display_area .display_content) {
  min-width: 80px;
}

.format_area .part_area:has(.part_display_area .application_position_center),
.format_area .part_area:has(.part_display_area .application_position_right),
.part_preview_area:has(.part_display_area .application_position_center),
.part_preview_area:has(.part_display_area .application_position_right),
.part_display_area:has(> .application_position_center),
.part_display_area:has(> .application_position_right),
.part_display_area .application_position_center,
.part_display_area .application_position_right {
  width: 100%;
}

.part_display_area hr,
.part_display_area:has(> hr),
.part_preview_area:has(.part_display_area hr) {
  width: 100%;
  min-width: 20px;
  margin: 1px 0px 2px 0px;
}

.part_area .part_display_area hr {
  margin: auto 0px;
}

.part_display_area p.display_content,
.part_display_area:has(> p.display_content) {
  min-width: 20px;
}

div.internal.notice_user {
  display: flex;
  gap: 5px;
}
div.internal.notice_user div.data_item {
  position: relative;
  padding: 0 20px 0 5px;
  border: 1px solid #666;
  height: 30px;
  border-radius: 3px;
  margin-top: 5px;
  line-height: 30px;
  background: #eee;
  cursor: pointer;
}
div.internal.notice_user div.data_item .delete_x {
  position: absolute;
  right: 0;
  margin-right: 5px;
  cursor: pointer;
}

div.approval_route.internal#modal-select-user .modal-body .top_left {
  position: relative;
}
div.approval_route.internal#modal-select-user .modal-body .grid_outer {
  grid-template-rows: 92px 200px;
}
div.approval_route.internal .narrow_down_users {
  width: 85%;
  margin: 13px 0px;
  border: 1px solid #aaa;
  padding-right: 20px;
}
div.approval_route.internal .narrow_down_users_clear-btn {
  position: absolute;
  right: 8.5%;
  top: 48%;
  width: 20px;
  height: 20px;
  background: transparent;
  color: #707070;
  border: none;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
div.approval_route.internal .narrow_down_users_clear-btn:hover {
  color: #5b5b5b;
  transform: translateY(5%);
}
div.approval_route.internal .narrow_down_users_clear-btn:focus {
  outline: 0px;
  color: #5b5b5b;
}

@media only screen and (max-width: 768px) {
  .format_area {
    max-width: 90vw;
  }

  .part_preview_area {
    max-width: 100%;
  }

  .part_display_area {
    flex-wrap: wrap;
  }

  .part_display_area textarea {
    min-width: calc(100% - 2px);
  }

  .part_display_area input {
    width: auto;
  }
}
body.pdf_body {
  margin: 0;
  padding: 0;
  color: #0A2346;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 13.8px;
  font-family: NotoSansJP;
  max-width: 190mm;
}

main.pdf_main {
  background: #FFF;
  max-width: 100%;
}

section.pdf_contents_section {
  background: #FFF;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  box-shadow: none;
}
section.pdf_contents_section div.pdf_contents {
  padding: 25px 22px;
  max-width: 100%;
}
section.pdf_contents_section div.pdf_contents h1 {
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
}
section.pdf_contents_section div.pdf_contents div.info_table {
  white-space: normal;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}
section.pdf_contents_section div.pdf_contents div.info_table .info_table_tr {
  margin-bottom: 12px;
  padding-bottom: 8px;
  width: calc(100% - 10px);
}
section.pdf_contents_section div.pdf_contents div.info_table .info_table_tr .info_table_th, section.pdf_contents_section div.pdf_contents div.info_table .info_table_tr .info_table_td {
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
}
section.pdf_contents_section div.pdf_contents div.info_table .info_table_tr .info_table_th {
  background: #F1F1F1;
  padding: 5px;
  margin-bottom: 8px;
  white-space: nowrap;
}
section.pdf_contents_section div.pdf_contents div.info_table .stamp_box {
  display: table;
  width: unset;
  max-width: 100%;
}
section.pdf_contents_section div.pdf_contents div.info_table .stamp_box .border_none {
  border-top: none;
  border-bottom: 1px solid;
}
section.pdf_contents_section div.pdf_contents div.info_table .stamp_name {
  height: 17px;
}
section.pdf_contents_section div.pdf_contents div.info_table .stamp_area .stamp_td {
  height: 64px;
}
section.pdf_contents_section div.pdf_contents div.info_table .stamp {
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  position: relative;
  margin: auto;
  position: unset;
}
section.pdf_contents_section div.pdf_contents div.info_table .stamp span {
  display: table;
  white-space: nowrap;
  margin-top: 5px;
  width: 64px;
  max-height: 60px;
  height: 60px;
  white-space: nowrap;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  border: none;
}
section.pdf_contents_section div.pdf_contents div.info_table .stamp span table {
  display: table;
  border: none;
  border-collapse: collapse;
  max-width: 60%;
  max-height: 62px;
  height: 40px;
  width: 30px;
  line-height: 0.6;
  margin: 0px auto;
  padding: 0px;
}
section.pdf_contents_section div.pdf_contents div.info_table .stamp span tr {
  border: none;
  margin: 0px;
  padding: 0px;
}
section.pdf_contents_section div.pdf_contents div.info_table .stamp span td {
  border: none;
  font-size: 20px;
  background-color: transparent;
  height: 80%;
  min-width: 20px;
  max-width: 20px;
  width: 20px;
  margin: 0px;
  padding: 0px;
}
section.pdf_contents_section div.pdf_contents div.info_table .stamp_date,
section.pdf_contents_section div.pdf_contents div.info_table .stamp_date .approval_at_td {
  height: 20px;
}
section.pdf_contents_section div.pdf_contents .internal_comment_table_output_box {
  white-space: nowrap;
  max-width: 100%;
}
section.pdf_contents_section div.pdf_contents .internal_comment_table_output_box td {
  background: #FFF;
  line-break: strict;
}
section.pdf_contents_section div.pdf_contents .internal_comment_table_output_box td.user_name {
  min-width: 80px;
  max-width: 80px;
  white-space: pre-wrap;
}
section.pdf_contents_section div.pdf_contents .internal_comment_table_output_box td.datetime {
  min-width: 120px;
  max-width: 120px;
}
section.pdf_contents_section div.pdf_contents .internal_comment_table_output_box td.-left {
  min-width: 210px;
  max-width: 210px;
  white-space: pre-wrap;
}
section.pdf_contents_section div.pdf_contents .internal_approval_area {
  margin-top: 8px;
  padding: 10px;
  width: 98%;
}
section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .solicitante, section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .aprobador {
  border-radius: 6px;
  border: 1px solid #666;
  background: #fff;
  padding: 7px;
}
section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .solicitante .title, section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .solicitante .body, section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .aprobador .title, section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .aprobador .body {
  text-align: center;
  float: left;
  padding: 0px;
}
section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .solicitante table, section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .solicitante tr, section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .solicitante td, section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .aprobador table, section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .aprobador tr, section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .aprobador td {
  background-color: transparent;
  border: none;
  padding: 0px;
  margin: 0px;
}
section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .solicitante .title, section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .aprobador .title {
  vertical-align: top;
  width: 30%;
}
section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .solicitante .body, section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .aprobador .body {
  width: 65%;
}
section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .solicitante .top_border, section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .aprobador .top_border {
  border-top: 1px dashed #666 !important;
}
section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .solicitante table, section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .aprobador table {
  margin: 0px;
  width: 100%;
  max-width: 100%;
}
section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .solicitante td, section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .aprobador td {
  padding: 0px;
  margin: 0px;
  line-height: 1;
  text-align: center;
}
section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .solicitante .status, section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .aprobador .status {
  vertical-align: top;
  width: 20%;
}
section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .solicitante .contents, section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .aprobador .contents {
  width: 80%;
  white-space: normal;
}
section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .solicitante::after,
section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .aprobador::after {
  content: "";
  display: block;
  clear: both;
}
section.pdf_contents_section div.pdf_contents .internal_approval_area .approval_progress .-currlv {
  background: #FFEECC;
  border: 1px solid #DB6B0F;
}
section.pdf_contents_section .format_area {
  max-width: 100%;
  min-height: unset;
}
section.pdf_contents_section .format_area .part_preview_area,
section.pdf_contents_section .format_area .option_area,
section.pdf_contents_section .format_area p,
section.pdf_contents_section .format_area label,
section.pdf_contents_section .format_area input[type=checkbox] {
  vertical-align: top;
  display: inline-block;
}
section.pdf_contents_section .format_area .part_display_area label.checkbox_label input,
section.pdf_contents_section .format_area .part_display_area label.checkbox_label p {
  float: initial;
  padding: 0;
  margin: 0px;
}
section.pdf_contents_section .format_area .part_display_area label.checkbox_label input {
  height: 18px;
  border: none;
}
section.pdf_contents_section .format_area .line_preview_area {
  min-height: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 2px;
  padding: 0;
  display: block;
  white-space: nowrap;
  max-width: 100%;
}
section.pdf_contents_section .format_area .part_preview_area {
  min-width: 40%;
  max-width: 100%;
  min-height: unset;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 2px;
  padding: 0;
  white-space: nowrap;
}
section.pdf_contents_section .format_area .part_display_area {
  margin: 0;
  padding: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  white-space: nowrap;
  max-width: 100%;
}
section.pdf_contents_section .format_area p {
  max-width: 100%;
  white-space: pre-wrap;
}
section.pdf_contents_section .format_area hr {
  width: 510px;
}
section.pdf_contents_section .format_area img {
  max-width: 510px;
  max-height: 721px;
}
section.pdf_contents_section .format_area .no_display_file_area {
  height: unset;
}
section.pdf_contents_section .attached_documents_area img {
  max-width: 590px;
  max-height: 830px;
}
section.pdf_contents_section p, section.pdf_contents_section div {
  line-height: 1;
}

.white-space-pre-wrap {
  white-space: pre-wrap;
}

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

.page_break_after {
  page-break-after: always;
}

.page_break_before {
  page-break-before: always;
}

.page-break-inside {
  page-break-inside: avoid;
}

.-progress-box {
  position: relative;
  width: 100%;
  height: 30px;
  padding: 1px;
  border: 1px solid #666;
  background: #fff;
}
.-progress-box div.-progress-text {
  z-index: 100;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 30px;
  color: #666;
  top: 0;
  left: 0;
  font-size: 12pt;
}
.-progress-box div.-progress-bar {
  position: absolute;
  height: 100%;
  width: 0;
  background: #ccddff;
  top: 0;
  left: 0;
}

.-progress-box-fsrv {
  position: relative;
  width: 100%;
  height: 20px;
  padding: 1px;
  border: 1px solid #666;
  background: #fff;
}
.-progress-box-fsrv div.-progress-text {
  z-index: 100;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 20px;
  color: #666;
  top: 0;
  left: 0;
  font-size: 10pt;
}
.-progress-box-fsrv div.-progress-bar {
  position: absolute;
  height: 100%;
  width: 0;
  background: #ccddff;
  top: 0;
  left: 0;
}
