@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #000000;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

/*----------------------------------------
	body
----------------------------------------*/
body {
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background-color: #EBEEF2;
}

a {
  text-decoration: none;
  -webkit-transition: compact(all 0.1s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.1s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.1s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.1s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.1s ease, false, false, false, false, false, false, false, false, false);
}

/*----------------------------------------
	main
----------------------------------------*/
.main:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	header
----------------------------------------*/
header {
  width: 100%;
  height: 60px;
  background: #2F3030;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10;
}
header.yellow {
  background-color: yellow;
}
header.yellow ul li {
  color: #000;
}
header.yellow ul li a {
  color: #000;
}
header.yellow ul li a i {
  color: #000;
}
header h1 {
  margin-left: 20px;
}
header h1 a {
  display: block;
  line-height: 0;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}
header h1 a img {
  width: 100px;
}
header ul {
  margin-left: auto;
}
header ul li {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
}
@media only screen and (max-width: 659px) {
  header ul li:first-child, header ul li:nth-child(2) {
    display: none;
  }
}
header ul li a {
  color: #fff;
}
header ul li a i {
  color: #fff;
  margin-right: 6px;
}

/*----------------------------------------
	footer
----------------------------------------*/
footer {
  padding: 0 10px 0 0;
}
footer .copyright {
  text-align: right;
  color: #bcbcbc;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 20px;
}

/*----------------------------------------
	sidebar
----------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 9;
  width: 240px;
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  background: #fff;
}
.sidebar:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.sidebar.deactive {
  left: -100%;
}
.sidebar .gnavi {
  height: 100vh;
  padding-bottom: 60px;
  overflow: auto;
  box-sizing: border-box;
  position: relative;
  border-right: 1px solid #dbdbdb;
}
.sidebar .gnavi ul li.separete {
  border-top: 1px dotted #dbdbdb;
}
.sidebar .gnavi ul li.indent {
  padding-left: 0.5em;
}
.sidebar .gnavi ul li dl dt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 54px;
  height: 50px;
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  color: #222;
}
@media only screen and (max-width: 659px) {
  .sidebar .gnavi ul li dl dt {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 44px;
    height: 40px;
  }
}
.sidebar .gnavi ul li dl dt:hover {
  opacity: 0.6;
}
.sidebar .gnavi ul li dl dt:after {
  font-size: 11px;
  font-size: 0.6875rem;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0px;
  right: 20px;
}
@media only screen and (max-width: 659px) {
  .sidebar .gnavi ul li dl dt:after {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.sidebar .gnavi ul li dl dt a {
  color: #222;
  display: block;
}
.sidebar .gnavi ul li dl dt i {
  color: #333;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
  text-align: center;
  width: 25px;
  margin-left: 20px;
  margin-right: 5px;
}
@media only screen and (max-width: 659px) {
  .sidebar .gnavi ul li dl dt i {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.sidebar .gnavi ul li dl dt.noarrow:after {
  display: none;
}
.sidebar .gnavi ul li dl dd {
  display: none;
  /*background:#fff;*/
}
.sidebar .gnavi ul li dl dd.force {
  display: block !important;
}
.sidebar .gnavi ul li dl dd ul li {
  border-bottom: none;
}
.sidebar .gnavi ul li dl dd ul li.active a {
  color: #222;
}
.sidebar .gnavi ul li dl dd ul li.active a:hover {
  /*background-color: #e9e9e9;*/
}
.sidebar .gnavi ul li dl dd ul li.active a i {
  color: #333;
}
.sidebar .gnavi ul li dl dd ul li a {
  color: #222;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 115%;
  padding: 17px 20px 17px 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 659px) {
  .sidebar .gnavi ul li dl dd ul li a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 12px 15px 12px 35px;
  }
}
.sidebar .gnavi ul li dl dd ul li a i {
  color: #333;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  width: 15px;
  margin-right: 5px;
}
@media only screen and (max-width: 659px) {
  .sidebar .gnavi ul li dl dd ul li a i {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.sidebar .gnavi ul li dl dd ul li a:hover {
  /*background-color: #f5f5f5;*/
}
.sidebar .gnavi ul li dl dd ul li:last-child {
  margin-bottom: 0;
}
.sidebar .gnavi ul li dl.active {
  background: rgba(197, 197, 197, 0.2);
}
.sidebar .gnavi ul li dl.active dd {
  display: block;
}

/*----------------------------------------
	scrollbar(*chrome)
----------------------------------------*/
::-webkit-scrollbar {
  overflow: hidden;
  width: 4px;
  background: #fafafa;
}
::-webkit-scrollbar:horizontal {
  height: 4px;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-piece {
  background: #eee;
}
::-webkit-scrollbar-piece:start {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background: #333;
}

::-webkit-scrollbar-corner {
  background: #333;
}

/*----------------------------------------
	edit
----------------------------------------*/
.edit h4 {
  margin: 0 0 20px 0;
}
.edit p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.edit dl {
  margin-bottom: 15px;
}
.edit dl dt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  height: auto;
  background-color: transparent;
  margin-bottom: 10px;
}
.edit dl dt span {
  font-size: 12px;
  font-size: 0.75rem;
  color: red;
  margin-left: 10px;
}
.edit dl dd {
  font-size: 16px;
  font-size: 1rem;
}
.edit dl dd .note {
  color: #ff0000;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin-top: 10px;
}
@media only screen and (max-width: 659px) {
  .edit dl dd .note {
    margin-top: 5px;
  }
}
.edit dl dd label {
  margin: 0 5px 10px 0;
}
.edit dl dd figure {
  margin: 15px 0;
}
.edit dl dd figure img {
  width: 100%;
  max-width: 250px;
}

.table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
  padding: 10px 0;
}
.table.on table th, .table.on table td {
  display: none;
}
.table.on table th.fixed, .table.on table th.switch, .table.on table td.fixed, .table.on table td.switch {
  display: table-cell;
}
.table table {
  width: 100%;
  min-width: 900px;
}
.table table tr:nth-child(odd) {
  background-color: #F6F8FB;
}
.table table tr.threshold {
  background-color: #ff9c9c;
}
.table table th, .table table td {
  min-width: 100px;
}
.table table th.switch, .table table td.switch {
  display: none;
}
.table table th {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 10px;
}
@media only screen and (max-width: 659px) {
  .table table th {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px;
  }
}
.table table th i {
  margin-left: 5px;
}
.table table td {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
}
@media only screen and (max-width: 659px) {
  .table table td {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px;
  }
}
.table table td.left {
  text-align: left;
}
.table table td.center {
  text-align: center;
}
.table table td.right {
  text-align: right;
}
.table table td span.red {
  color: red;
}
.table table td span.green {
  color: green;
}
.table table td span.blue {
  color: blue;
}
.table table td.status span {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 4px 0;
}
.table table td.status span.progress {
  border: 1px solid #0000ff;
  color: #0000ff;
}
.table table td.action a {
  border: 1px solid #ccc;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 29px;
  background-color: #F6F8FB;
  color: #222;
}
.table table td.action a i {
  color: #222;
}
.table table td.action a.green {
  background-color: #50ae54;
}
.table table td.action a.green i {
  color: #fff;
}
.table table td.action a.yellow {
  background-color: #fcd748;
}
.table table td.action a.blue {
  background-color: #2c98f0;
}
.table table td.action a.red {
  background-color: #e64e4e;
}
.table .switches {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.table .switches .switch {
  position: relative;
  width: 78px;
  height: 38px;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
}
.table .switches .switch input[type=checkbox] {
  display: none;
}
.table .switches .switch:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #f45e55;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.table .switches .switch:after {
  content: "OFF";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-align: center;
  padding: 11px 0 0;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  color: #df4c43;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
.table .switches .switch.checked:before {
  background: #24e89c;
}
.table .switches .switch.checked:after {
  content: "ON";
  left: 41px;
  color: #16d088;
  padding: 11px 0 0 1px;
}

.pad {
  width: calc(100% - 60px);
  margin: 20px auto;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background: #fff;
  padding: 20px;
}
.pad .container {
  position: relative;
}
.pad .container .headline {
  background-color: #F6F8FB;
  padding: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin-bottom: 30px;
}
.pad .container .button {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pad .container nav {
  margin: 10px 0;
}
.pad .container nav ul li {
  display: inline-block;
  margin-right: 10px;
}
.pad .container nav ul li a {
  color: #2F3030;
  text-decoration: none;
  border: 1px solid #2F3030;
  padding: 0.5em;
  font-size: 12px;
  font-size: 0.75rem;
}
.pad .container nav ul li a:hover {
  text-decoration: underline;
}
.pad.graph_only .table {
  display: none;
}
.pad.graph_only.method-2 {
  display: none;
}

.graph-pad {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 0;
}
@media only screen and (max-width: 659px) {
  .graph-pad {
    grid-template-columns: 1fr;
  }
}
.graph-pad .graph_only .chart.line canvas,
.graph-pad .graph_only .chart.bar canvas {
  width: 100% !important;
  height: auto !important;
}

/*----------------------------------------
	pagination
----------------------------------------*/
.pagination {
  margin-bottom: 20px;
}
@media only screen and (max-width: 659px) {
  .pagination {
    padding: 10px 0 0;
  }
}
.pagination ul {
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
}
.pagination ul li {
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
}
.pagination ul li a {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 50px;
  width: 50px;
  height: 50px;
  background-color: #bfbfbf;
  display: block;
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
}
.pagination ul li a span, .pagination ul li a i {
  color: #fff;
}
.pagination ul li:hover a, .pagination ul li.active a {
  background-color: #349aed;
}
.pagination ul li:active a {
  top: 1px;
}

/*----------------------------------------
	option
----------------------------------------*/
.option {
  padding: 15px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*background-color: #efefef;*/
}
.option:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 659px) {
  .option {
    padding: 15px 15px;
    display: block;
  }
}
@media only screen and (max-width: 659px) {
  .option .search {
    margin-bottom: 10px;
  }
}
.option .search form {
  font-size: 0px;
  font-size: 0rem;
}
.option .search form input {
  font-size: 12px;
  font-size: 0.75rem;
  text-indent: 0;
  width: 160px;
  height: 40px;
  line-height: 1;
  margin-right: 10px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 659px) {
  .option .search form input {
    width: 100%;
    margin-bottom: 5px;
  }
}
.option .search form input:focus {
  border-color: #51c6f3;
}
.option .search form input::-webkit-input-placeholder {
  color: #999;
}
.option .search form input::-moz-placeholder {
  color: #999;
}
.option .search form input:-ms-input-placeholder {
  color: #999;
}
.option .search form select {
  width: 160px;
}
@media only screen and (max-width: 659px) {
  .option .search form select {
    width: 100%;
    margin-bottom: 5px;
  }
}
.option .search form button {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  width: 40px;
  height: 40px;
  margin-left: 1px;
  background-color: #2c98f0;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: bottom;
  position: relative;
  vertical-align: top;
}
@media only screen and (max-width: 659px) {
  .option .search form button {
    width: 100%;
  }
}
.option .search form button i {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}
.option .search.grid form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.option .search.grid form dl dt {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 5px;
}
.option .add-new.mr {
  margin-right: 20px;
}
@media only screen and (max-width: 659px) {
  .option .add-new.mr {
    margin-right: 0px;
    margin: 10px 0;
  }
}
.option .add-new button {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 40px;
  width: auto;
  height: 40px;
  margin: 0;
  background-color: #50ae54;
  display: block;
  border-radius: 3px;
  position: relative;
}
@media only screen and (max-width: 659px) {
  .option .add-new button {
    width: 100%;
  }
}
.option .add-new button.trash {
  background-color: #e64e4e;
}
.option .add-new button.blue {
  background-color: #2c98f0;
}
.option .add-new button a {
  padding: 0 20px;
}
.option .add-new button i {
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}

/*----------------------------------------
	component
----------------------------------------*/
/* size */
.size10 {
  width: 10%;
}

.size20 {
  width: 20%;
}

.size30 {
  width: 30%;
}

.size40 {
  width: 40%;
}

.size50 {
  width: 50%;
}

.size100 {
  width: 100%;
}

/* common */
input[type=email],
input[type=password],
input[type=search],
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

button,
input {
  overflow: visible;
}

/* input[type="text"] */
input[type=email],
input[type=password],
input[type=search],
input[type=text] {
  color: #414141;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #dfdfdf;
  outline: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border-radius: 3px;
}
@media only screen and (max-width: 659px) {
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=text] {
    width: 100% !important;
  }
}
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus {
  border-color: #51c6f3;
}

/* selectbox */
select {
  color: #414141;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 10px;
  margin-right: 10px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  outline: 0;
  border-radius: 3px;
  /*
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  */
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (max-width: 659px) {
  select {
    width: 100% !important;
  }
}
select:focus {
  border-color: #51c6f3;
}

/* textarea */
textarea {
  color: #414141;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  padding: 10px;
  width: calc(100% - 20px);
  height: 120px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  outline: 0;
  border-radius: 3px;
  box-sizing: border-box;
  line-height: 140%;
}
@media only screen and (max-width: 659px) {
  textarea {
    width: 100% !important;
  }
}
textarea:focus {
  border-color: #51c6f3;
}

/* checkbox */
label.check {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin-right: 5px;
  padding: 10px 15px 10px 10px;
  border-radius: 3px;
  background-color: #fafafa;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  margin-bottom: 10px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 659px) {
  label.check {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
  }
}
label.check:hover {
  background-color: #efefef;
}
label.check input[type=checkbox] {
  width: auto;
  margin-right: 3px;
}

/* radio button */
label.radio {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin-right: 5px;
  padding: 10px 15px 10px 10px;
  border-radius: 25px;
  background-color: #fafafa;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  margin-bottom: 10px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 659px) {
  label.radio {
    font-size: 11px;
    font-size: 0.6875rem;
    display: block;
  }
}
label.radio:hover {
  background-color: #efefef;
}
label.radio input[type=radio] {
  width: auto;
  margin-right: 3px;
}

/* button */
input[type=submit],
button {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px;
  width: 160px;
  height: 40px;
  margin: 0 10px 0 0;
  padding: 0;
  border: none;
  border-radius: 3px;
  background-color: #999;
  position: relative;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
}
@media only screen and (max-width: 659px) {
  input[type=submit],
  button {
    width: 100%;
  }
}
input[type=submit]:hover,
button:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
input[type=submit]:focus,
button:focus {
  outline: none;
}
input[type=submit].blue,
button.blue {
  background-color: #2c98f0 !important;
}
input[type=submit].navy,
button.navy {
  background-color: #112245 !important;
}
input[type=submit].green,
button.green {
  background-color: #50ae54 !important;
}
input[type=submit].yellow,
button.yellow {
  background-color: #fcd748 !important;
}
input[type=submit].red,
button.red {
  background-color: #f2453d !important;
}
input[type=submit].gray,
button.gray {
  background-color: #ccc !important;
}
input[type=submit].orange,
button.orange {
  background-color: orange !important;
}
input[type=submit].black,
button.black {
  background-color: #000 !important;
}
input[type=submit].white,
button.white {
  background-color: #fff !important;
  color: #222;
}
input[type=submit] i,
button i {
  color: #fff;
  margin-right: 5px;
}
input[type=submit] a,
button a {
  color: #fff;
  display: block;
}

/* file upload */
.file_upload {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file_upload + label {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 45px;
  height: 45px;
  padding: 0 20px;
  border: 2px dashed #c7ccd5;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
}
.file_upload + label span {
  color: #666;
}
.file_upload + label i {
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 10px;
}

.img-preview {
  margin: 10px 0;
  border: 1px solid #ccc;
  padding: 10px;
}

/*----------------------------------------
	condition
----------------------------------------*/
.condition {
  width: calc(100% - 60px);
  margin: 20px auto;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 1px solid #00a323;
  background-color: #f3fff8;
  padding: 20px;
}
.condition h4 {
  margin: 0 0 20px 0;
}
.condition p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.condition .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 659px) {
  .condition .inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.condition .inner dl {
  margin-bottom: 5px;
}
.condition .inner dl dt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  height: auto;
  background-color: transparent;
  margin-bottom: 5px;
}
.condition .inner dl dt span {
  font-size: 12px;
  font-size: 0.75rem;
  color: red;
  margin-left: 10px;
}
.condition .inner dl dd {
  font-size: 14px;
  font-size: 0.875rem;
}

/*----------------------------------------
	manual
----------------------------------------*/
.manual {
  padding: 20px;
  background-color: #fff;
  width: calc(100% - 60px);
  margin: 20px auto 0 auto;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.manual p {
  font-size: 14px;
  margin: 4px 0;
}
.manual ul {
  margin: 10px 0;
}
.manual ul li {
  font-size: 14px;
}
.manual a {
  color: blue;
  text-decoration: underline;
}
.manual dl {
  margin-bottom: 5px;
}
.manual dl dt {
  display: inline-block;
  font-weight: bold;
  width: 100px;
}
.manual dl dd {
  display: inline-block;
  width: calc(100% - 120px);
}

/*----------------------------------------
	primary
----------------------------------------*/
.primary {
  padding: 60px 0 0 240px;
  position: relative;
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
}
@media only screen and (max-width: 659px) {
  .primary {
    width: auto;
    min-width: 100%;
    padding: 60px 0 0 0;
  }
}
.primary.full {
  width: 100%;
  padding: 60px 0 0 0;
}
.primary .head {
  padding: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
}
.primary .head h2 {
  color: #414141;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
}
.primary .head h2 i {
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 10px;
}
@media only screen and (max-width: 659px) {
  .primary .head h2 i {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 5px;
  }
}
.primary .head .hamburger {
  display: none;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: auto;
  vertical-align: middle;
  padding: 4px 8px;
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
}
.primary .head .hamburger i {
  margin-right: 4px;
}
.primary .head .hamburger.active {
  background: #ccc;
}

/*----------------------------------------
	search
----------------------------------------*/
.pad .container .search h4 {
  margin: 0 0 20px 0;
}
.pad .container .search p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.pad .container .search dl {
  margin-bottom: 15px;
}
.pad .container .search dl dt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  height: auto;
  background-color: transparent;
  margin-bottom: 10px;
}
.pad .container .search dl dt span {
  font-size: 12px;
  font-size: 0.75rem;
  color: red;
  margin-left: 10px;
}
.pad .container .search dl dd {
  font-size: 16px;
  font-size: 1rem;
}
.pad .container .search dl dd .note {
  color: #ff0000;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin-top: 10px;
}
@media only screen and (max-width: 659px) {
  .pad .container .search dl dd .note {
    margin-top: 5px;
  }
}
.pad .container .search dl dd label {
  margin: 0 5px 10px 0;
}
.pad .container .search dl dd.select_inspection_dd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 659px) {
  .pad .container .search dl dd.select_inspection_dd {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/*----------------------------------------
	tab
----------------------------------------*/
.tab {
  margin: 0 0 30px 0;
}
.tab ul {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 40px;
}
.tab ul li a {
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  padding: 10px;
}
.tab ul li a.active, .tab ul li a:hover {
  border-bottom: 2px solid #348BCC;
}

/*----------------------------------------
	grid
----------------------------------------*/
.grid {
  display: grid;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.grid--two {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 659px) {
  .grid--two {
    grid-template-columns: 1fr;
  }
}
.grid--three {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 659px) {
  .grid--three {
    grid-template-columns: 1fr 1fr;
  }
}
.grid--bg {
  background: #F6F8FB;
  padding: 20px;
  margin-bottom: 20px;
}
/*----------------------------------------
	edit
----------------------------------------*/
.thanks h4 {
  margin: 0 0 20px 0;
}
.thanks p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 20px 0;
}
.thanks .button {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*----------------------------------------
	modal
----------------------------------------*/
.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 110;
}
.modal .overLay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.modal .inner {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .inner .box {
  width: 550px;
  background-color: #fff;
  border-radius: 5px;
}
.modal .inner .box:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.modal .inner .box dl dt {
  color: #414141;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 20px;
  background-color: #f3f3f3;
  border-radius: 5px 5px 0 0;
}
.modal .inner .box dl dd {
  padding: 25px;
}
.modal .inner .box dl dd textarea, .modal .inner .box dl dd input, .modal .inner .box dl dd select {
  width: 100%;
  margin-bottom: 10px;
}
.modal .inner .box dl dd ul {
  margin-top: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chart {
  overflow-x: auto;
  margin: 0 auto;
}
.chart.pie {
  width: 500px;
}
@media only screen and (max-width: 659px) {
  .chart.pie {
    width: 300px !important;
  }
}
@media only screen and (max-width: 659px) {
  .chart.pie canvas {
    width: 300px !important;
  }
}
.chart.line canvas {
  width: 1000px !important;
}
@media only screen and (max-width: 659px) {
  .chart.line canvas {
    width: 300px !important;
  }
}
.chart canvas {
  margin: 0 auto;
}

/*----------------------------------------
	login
----------------------------------------*/
.login {
  height: 100vh;
  position: relative;
}
.login .inner {
  width: 340px;
  padding: 50px;
  background-color: #2F3030;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  box-sizing: border-box;
}
.login .inner--yellow {
  background-color: yellow;
}
.login .inner--beige {
  background-color: #715c58;
}
@media only screen and (max-width: 659px) {
  .login .inner {
    padding: 30px;
    width: 280px;
  }
}
.login .inner h1 {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
@media only screen and (max-width: 659px) {
  .login .inner h1 {
    margin-bottom: 10px;
  }
}
.login .inner h1 img {
  width: 100%;
  height: auto;
}
.login .inner dl {
  margin-top: 10px;
}
.login .inner dl dt {
  color: #666;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 1;
  height: auto;
  background-color: transparent;
  margin-bottom: 5px;
}
.login .inner dl dd {
  margin-bottom: 20px;
}
.login .inner dl dd select {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
}
.login .inner p {
  margin: 0;
  color: #f44336;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}
.login .inner .notice {
  color: #f44336;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}
.login .inner button {
  margin: 0 auto;
  display: block;
}
.login .copyright {
  color: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}

/*----------------------------------------
	index
----------------------------------------*/
.dashboard li {
  color: #7a8f99;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 1px;
  padding: 15px 20px;
  background-color: #fff;
}
@media only screen and (max-width: 659px) {
  .dashboard li {
    padding: 10px 15px;
  }
}
.dashboard li span {
  color: #7a8f99;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 20px;
}
@media only screen and (max-width: 659px) {
  .dashboard li span {
    line-height: 1;
    margin: 0 0 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
    display: block;
  }
}

/*----------------------------------------
	errors
----------------------------------------*/
.errors {
  margin: 20px 0;
}
.errors ul li {
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid red;
  border-radius: 2px;
  padding: 4px 10px;
  background-color: #fae8eb;
  margin-bottom: 5px;
}

/*----------------------------------------
	success
----------------------------------------*/
.success {
  margin: 20px 0;
}
.success ul li {
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #004e11;
  border-radius: 2px;
  padding: 4px 10px;
  background-color: #d4ffe4;
  margin-bottom: 5px;
}
