@charset "UTF-8";
/* Scss Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 160%;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #666666;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

ol, ul {
  list-style: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  outline: none;
}

.tooltip-inner {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../font/fa-solid-900.woff2") format("woff2"), url("../font/fa-solid-900.woff") format("woff");
}
/* -----------------------
汎用
----------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  min-height: 1px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.inline {
  display: inline;
}

.display_table {
  display: table;
}

.display_table_full {
  display: table;
  width: 100%;
}

.display_table-cell {
  display: table-cell;
  vertical-align: middle;
}

*:focus {
  outline: none;
}

a:focus, a:hover {
  outline: none;
  transition-property: "opacity,color,background-color";
  -webkit-transition-property: "opacity,color,background-color";
  -moz-transition-property: "opacity,color,background-color";
  -o-transition-property: "opacity,color,background-color";
  -ms-transition-property: "opacity,color,background-color";
  transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
}
a:focus.img_thumb, a:hover.img_thumb {
  opacity: 0.8;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -ms-transition-duration: 0.15s;
}

.img_thumb,
.img_thumb_unfill {
  width: 100%;
  height: 100%;
  padding: 100% 0 0 0;
  display: none;
}

/* ラジオボタン*/
[type=radio]:checked, [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type=radio]:checked + span, [type=radio]:not(:checked) + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 28px;
  color: #555555;
}
[type=radio]:checked + span:before, [type=radio]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 2px solid #b6b6b6;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
[type=radio]:checked + span:after, [type=radio]:not(:checked) + span:after {
  position: absolute;
  top: 8px;
  left: 6px;
  content: "";
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
}
[type=radio]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}
[type=radio]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
[type=radio].radio-lg:checked + span, [type=radio].radio-lg:not(:checked) + span {
  line-height: 38px;
  margin-right: 20px;
  padding-left: 40px;
  font-size: 1rem;
}
[type=radio].radio-lg:checked + span:before, [type=radio].radio-lg:not(:checked) + span:before {
  width: 28px;
  height: 28px;
}
[type=radio].radio-lg:checked + span:after, [type=radio].radio-lg:not(:checked) + span:after {
  top: 10px;
  left: 8px;
  width: 16px;
  height: 16px;
}
[type=radio].radio-sm:checked + span, [type=radio].radio-sm:not(:checked) + span {
  line-height: 24px;
  margin-right: 20px;
  padding-left: 24px;
  font-size: 0.875rem;
}
[type=radio].radio-sm:checked + span:before, [type=radio].radio-sm:not(:checked) + span:before {
  width: 16px;
  height: 16px;
}
[type=radio].radio-sm:checked + span:after, [type=radio].radio-sm:not(:checked) + span:after {
  width: 8px;
  height: 8px;
}

/* チェックボックス*/
[type=checkbox]:checked, [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type=checkbox]:checked + span, [type=checkbox]:not(:checked) + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-right: 10px;
  color: #646464;
  line-height: 30px;
  cursor: pointer;
}
[type=checkbox]:checked + span:before, [type=checkbox]:not(:checked) + span:before {
  position: absolute;
  left: 2px;
  top: 6px;
  width: 18px;
  height: 18px;
  content: "";
  background: #ffffff;
  border: 2px solid #b6b6b6;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
[type=checkbox]:checked + span:after, [type=checkbox]:not(:checked) + span:after {
  position: absolute;
  left: 2px;
  top: 6px;
  width: 18px;
  color: #ffffff;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 14px;
  text-align: center;
  background: #000000;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
}
[type=checkbox]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
}
[type=checkbox]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
[type=checkbox].check-lg:checked + span, [type=checkbox].check-lg:not(:checked) + span {
  line-height: 38px;
  margin-right: 20px;
  padding-left: 40px;
  font-size: 1rem;
}
[type=checkbox].check-lg:checked + span:before, [type=checkbox].check-lg:not(:checked) + span:before {
  width: 28px;
  height: 28px;
}
[type=checkbox].check-lg:checked + span:after, [type=checkbox].check-lg:not(:checked) + span:after {
  top: 6px;
  left: 2px;
  width: 28px;
  height: 28px;
  font-size: 18px;
  line-height: 28px;
}
[type=checkbox].check-sm:checked + span, [type=checkbox].check-sm:not(:checked) + span {
  line-height: 27px;
  margin-right: 20px;
  padding-left: 24px;
  font-size: 0.875rem;
}
[type=checkbox].check-sm:checked + span:before, [type=checkbox].check-sm:not(:checked) + span:before {
  width: 16px;
  height: 16px;
}
[type=checkbox].check-sm:checked + span:after, [type=checkbox].check-sm:not(:checked) + span:after {
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
}

/*テーブル*/
table tr td {
  vertical-align: middle !important;
}
table tr td label {
  margin-bottom: 0;
  font-weight: normal;
}

/*ページング*/
ul.paging {
  margin: 30px auto 0;
  text-align: center;
}
ul.paging li {
  float: left;
}
ul.paging li.disabled a {
  border: none;
  pointer-events: none;
}
ul.paging li a {
  display: block;
  width: 30px;
  margin: 5px;
  height: 30px;
  line-height: 30px;
}
ul.paging li a:hover {
  cursor: pointer;
  text-decoration: none;
}
ul.paging li a i {
  line-height: 28px;
  margin: 0;
}
ul.paging li.on a {
  color: #ffffff;
}

.form-control.small, .form-select.small {
  width: 100px;
}
.form-control.medium, .form-select.medium {
  width: 180px;
}
.form-control.large, .form-select.large {
  width: 365px;
}

textarea {
  width: 100%;
}

:focus {
  outline: none !important;
}

.ui-datepicker .ui-datepicker-header {
  background: rgb(35.8810572687, 113.2246696035, 145.1189427313);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background: #115A7A;
}
.ui-datepicker table thead th {
  background: #49AAD2;
}
.ui-datepicker table .ui-datepicker-today .ui-state-active, .ui-datepicker table .ui-datepicker-today .ui-state-highlight {
  background: #FFE5B3;
  font-weight: bold;
}
.ui-datepicker table .ui-datepicker-current-day a {
  background: #B3CDFF;
  font-weight: bold;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
  color: #363636;
}

.ui-state-checked {
  border: 1px solid #fcefa1;
  background: #fbf9ee;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* -----------------------
datepicker
----------------------- */
.ui-datepicker {
  display: none;
  background: #ffffff;
  padding: 0;
  z-index: 1000 !important;
  width: auto;
  height: auto;
  font-size: 12px !important;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  top: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  font-family: FontAwesome;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  content: "\f104";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  content: "\f105";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 44px;
  text-align: center;
}
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker table td, .ui-datepicker table th {
  border: none;
  padding: 0;
}
.ui-datepicker table th {
  color: #ffffff;
  line-height: 44px;
  font-weight: normal;
  text-align: center;
}
.ui-datepicker table td span, .ui-datepicker table td a {
  color: #000000;
  display: block;
  padding: 15px 0 13px;
  width: 44px;
  text-align: center;
  text-decoration: none;
}
.ui-datepicker table td span:hover, .ui-datepicker table td a:hover {
  font-weight: bold;
  background: rgba(153, 153, 153, 0.2);
}
.ui-datepicker table td.ui-state-disabled span {
  color: rgba(0, 0, 0, 0.26);
  background: none;
  border: none;
}
.ui-datepicker table:not(.ui-datepicker-ym) td .ui-datepicker-week-end:last-child a {
  color: #0066ff;
}
.ui-datepicker table:not(.ui-datepicker-ym) td.ui-datepicker-week-end:first-child a, .ui-datepicker table:not(.ui-datepicker-ym) td.holiday a {
  color: #cc0000;
}

.month-picker {
  font-size: 12px !important;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.month-picker table {
  border-spacing: 0 !important;
  border-collapse: separate !important;
  width: 100%;
}
.month-picker .ui-widget-header {
  border: none;
  border-radius: 0;
  margin: 0;
}
.month-picker .ui-widget-header .month-picker-previous .ui-button, .month-picker .ui-widget-header .month-picker-next .ui-button {
  background: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0;
}
.month-picker .ui-widget-header .month-picker-previous .ui-button:before, .month-picker .ui-widget-header .month-picker-next .ui-button:before {
  font-family: FontAwesome;
}
.month-picker .ui-widget-header .month-picker-previous .ui-button {
  background: url(../img/arrow-ios-back.svg) no-repeat center;
  background-size: 13px;
}
.month-picker .ui-widget-header .month-picker-next .ui-button {
  background: url(../img/arrow-ios-forward.svg) no-repeat center;
  background-size: 13px;
}
.month-picker .month-picker-month-table .ui-button {
  white-space: nowrap;
  padding: 0;
  margin: 0;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
}
.month-picker .month-picker-month-table .ui-button:hover {
  font-weight: bold;
  background: rgba(153, 153, 153, 0.2);
}

html, body {
  height: 100%;
  background: #E6E6E6;
  color: #373A3C;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}

a {
  color: #0275D8;
}

img {
  max-width: 100%;
}

.container {
  font-size: 0.875rem !important;
  width: 100%;
}

.fs-1 {
  font-size: 2rem !important;
}

.fs-2 {
  font-size: 1.75rem !important;
}

.fs-3 {
  font-size: 1.5rem !important;
}

.fs-4 {
  font-size: 1.25rem !important;
}

.fs-5 {
  font-size: 1.125rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.grid-1 {
  width: 100%;
}

.grid-2 {
  width: 50%;
}

.grid-3 {
  width: 33.3333333333%;
}

.grid-4 {
  width: 25%;
}

.grid-5 {
  width: 20%;
}

.badge.status-1, .progress-bar.status-1 {
  background: #5CB85C;
}
.badge.status-2, .progress-bar.status-2 {
  background: #63C2DE;
}
.badge.status-3, .progress-bar.status-3 {
  background: #5CB85C;
}
.badge.status-7, .progress-bar.status-7 {
  background: #999999;
}
.badge.status-4, .progress-bar.status-4 {
  color: #D9534F;
}
.badge.status-6, .progress-bar.status-6 {
  color: #D9534F;
}

/* ラジオボタン */
[type=radio]:checked + span:before, [type=radio]:not(:checked) + span:before {
  border: 2px solid #b6b6b6;
}
[type=radio]:checked + span:after, [type=radio]:not(:checked) + span:after {
  background: #49AAD2;
}

/* チェックボックス */
[type=checkbox]:checked + span:before, [type=checkbox]:not(:checked) + span:before {
  border: 2px solid #b6b6b6;
}
[type=checkbox]:checked + span:after, [type=checkbox]:not(:checked) + span:after {
  background: #49AAD2;
}

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

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

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

.input-group-text {
  font-size: 0.75rem;
}

.col-form-label {
  font-weight: bold;
  position: relative;
}
.col-form-label.required:after {
  content: "必須";
  position: absolute;
  color: #ffffff;
  background: #dc001e;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
  right: calc(0.375rem + 1px);
}

.input-group-text .required {
  color: #dc001e;
  margin-left: 0.25rem;
}

.form-control::placeholder {
  color: #646464;
}
.form-control:-ms-input-placeholder {
  color: #646464;
}
.form-control::-ms-input-placeholder {
  color: #646464;
}

.increment_form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.increment_form .form-control {
  width: 4rem;
  margin: 0 4px;
  text-align: center;
}
.increment_form .btn {
  width: 26px;
  height: 26px;
  padding: 0;
  border-radius: 13px;
  text-align: center;
  color: #ffffff;
}

.ympicker:read-only {
  background: #ffffff !important;
}

input:read-only.event-none:focus,
select:read-only.event-none:focus,
textarea:read-only.event-none:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.table {
  color: #373A3C;
}
.table th {
  color: #646464;
  text-align: center;
  vertical-align: middle;
}
.table .badge {
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
}
.table .badge.badge-inline {
  display: inline-block;
}
.table tr.sat td, .table th.sat, .table td.sat {
  color: #17A2B8;
  background: #E6F7FF;
}
.table tr.sun td, .table th.sun, .table td.sun {
  color: #dc3545;
  background: #FFE6EA;
}
.table.table-overview th, .table.table-detail th, .table.table-supplier th, .table.table-supplier-request th, .table.table-void th, .table.table-void-request th {
  text-align: left;
  background: #e9ecef;
}

.page_title.questionnaire {
  background: #d01126;
  color: #ffffff;
  padding: 0.5rem;
}

.questionnaire h4 {
  font-size: 18px;
}
.questionnaire .row > .col-form-label {
  background: rgb(209.6, 209.6, 209.6);
}
.questionnaire .row > .col-form-label.required:after {
  right: auto;
  margin-left: 1rem;
}
.questionnaire .row > .col-form-label + div {
  background: #ffffff;
  padding: 1rem;
}
.questionnaire .button-label .radio, .questionnaire .button-label .checkbox {
  margin: 8px 0;
}

/*# sourceMappingURL=style.css.map */
