@charset "UTF-8";
/* Scss Document */
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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

@font-face {
  font-family: "FontAwesome";
  src: url("../webfonts/fa-solid-900.woff") format("woff2"), url("../webfonts/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;
}

/* Scss Document */
@font-face {
  font-family: "FontAwesome";
  src: url("../webfonts/fa-solid-900.woff") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff");
}
/* -----------------------
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/ios-arrow-back.svg) no-repeat center;
  background-size: 13px;
}
.month-picker .ui-widget-header .month-picker-next .ui-button {
  background: url(../img/ios-arrow-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);
}

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

main {
  position: relative;
  min-height: calc(100vh - 96px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
main > .container, main > .container-fluid {
  padding-bottom: 96px !important;
}

i {
  margin-right: 0.5rem;
}

.mono {
  font-family: "Atkinson Hyperlegible Mono", monospace;
}

.field-wrapper {
  width: 50%;
  margin: 0 auto;
}
.field-wrapper fieldset {
  width: 100%;
  display: inline-flex;
}
.field-wrapper fieldset input.target-form {
  width: 75%;
}
.field-wrapper fieldset button.exec {
  width: 20%;
  margin-left: 0.5rem;
}

img.qr_code {
  width: 160px;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 96px;
  background: #efefef;
  color: #5e5e5e;
  font-size: 12px;
  padding: 0.5rem 2rem 0;
  border-top: 1px solid #e5e7eb;
}
footer a {
  color: #999;
  text-decoration: none;
}
footer a:hover {
  color: #000;
}
footer ul {
  list-style: none;
  padding: 0;
}

@media (min-width: 768px) {
  footer {
    display: flex;
    justify-content: space-between;
  }
  footer .md-flex {
    display: flex;
  }
  footer .md-flex li {
    margin-left: 16px;
  }
}

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