html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

p {
  line-height: 1.5;
}

.container {
  width: calc(100% - 8vw);
  max-width: 1200px;
  margin: 0 auto;
}
.container.w980 {
  max-width: 980px;
}
.container.w720 {
  max-width: 720px;
}

.tc_red {
  color: var(--red01);
}

.ta_center {
  text-align: center;
}

.marker_yellow {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.wrap_scroll_x {
  overflow-x: auto;
}
.wrap_scroll_y {
  overflow-y: auto;
}

a.commonlink {
  padding: 0 20px 0 0;
  text-decoration: none;
  color: var(--blue01);
  display: inline-block;
  position: relative;
}
a.commonlink:hover {
  text-decoration: underline;
}
a.commonlink::after {
  content: "\e5e1";
  font-family: material icons;
  font-size: 0.75rem;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}

.frame_bg_gray {
  padding: 20px;
  background: #f5f5f5;
}
.frame_bg_gray > *:first-child {
  margin-top: 0;
}
.frame_bg_gray > *:last-child {
  margin-bottom: 0;
}

.d_none {
  display: none;
}

body {
  max-width: 100%;
  min-height: 100%;
  height: 100%;
  padding-top: var(--header-height);
}

header {
  width: 100%;
  height: var(--header-height);
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
header .nav_btn button {
  width: 40px;
  height: 40px;
  display: block;
  border: none;
  background: none;
  position: relative;
  cursor: pointer;
}
header .nav_btn button:hover {
  background: #f5f5f5;
}
header .nav_btn button::before {
  content: "\e5d2";
  font-family: material icons;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}
header #h_main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 1;
}
header #h_main .nav_btn {
  margin: 0 20px;
}
header #h_main .ttl h1 {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
header #h_main .sub {
  margin-left: auto;
}
header #h_main .sub ul.btn_list {
  margin: 0;
  padding: 0 20px;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
header #h_main .sub ul.btn_list li :is(a, button) {
  padding: 0 0.75em;
  text-decoration: none;
  color: #111;
  background: none;
  border: 1px solid #111;
  border-radius: 4px;
  display: inline-block;
  line-height: 40px;
  outline: none;
  transition: color 0.2s, background 0.2s, border-color 0.2s, box-shadow 0.2s;
}
header #h_main .sub ul.btn_list li :is(a, button)::before {
  content: "";
  font-family: "material icons";
  font-size: 1.25rem;
  margin-right: 0.25em;
  position: relative;
  top: 3px;
}
header #h_main .sub ul.btn_list li :is(a, button):hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
header #h_main .sub ul.btn_list li :is(a, button).edit::before {
  content: "\e3c9";
}
header #h_main .sub ul.btn_list li :is(a, button).edit:hover {
  color: var(--blue01);
  border-color: var(--blue01);
}
header #h_main .sub ul.btn_list li :is(a, button).delete {
  color: var(--red01);
  border-color: var(--red01);
}
header #h_main .sub ul.btn_list li :is(a, button).delete::before {
  content: "\e872";
}
header #h_main .sub ul.btn_list li :is(a, button).delete:hover {
  color: #fff;
  background: var(--red01);
}
header #h_main .sub ul.btn_list li :is(a, button).submit {
  color: #fff;
  background: var(--blue01);
  border-color: var(--blue01);
}
header #h_main .sub ul.btn_list li :is(a, button).submit::before {
  content: "\e5ca";
}
header #h_main .sub ul.btn_list li :is(a, button).submit:hover {
  background: var(--blue02);
}
header #h_main .sub ul.btn_list li :is(a, button).cancel::before {
  content: "\e14c";
}
header #h_main .sub ul.btn_list li :is(a, button).cancel:hover {
  background: #f5f5f5;
}
header #h_nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}
header #h_nav .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
header #h_nav .wrap .bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s;
  top: 0;
  left: 0;
}
header #h_nav .wrap .set {
  width: 240px;
  height: 100%;
  background: #fff;
  position: relative;
  transform: translate(-100%, 0);
  transition: transform 0.4s;
}
header #h_nav .wrap .set::after {
  content: "";
  width: 1px;
  height: calc(100% + 20px);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
}
header #h_nav .wrap .set .top {
  height: var(--header-height);
  display: flex;
  align-items: center;
}
header #h_nav .wrap .set .top .nav_btn {
  margin: 0 20px;
}
header #h_nav .wrap .set .top .nav_btn button::before {
  content: "\e5cd";
}
header #h_nav .wrap .set nav {
  height: calc(100% - var(--header-height));
  padding: 10px 20px 40px;
  border-top: 1px solid #eee;
  overflow-y: auto;
}
header #h_nav .wrap .set nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header #h_nav .wrap .set nav ul li.border {
  height: 21px;
  position: relative;
}
header #h_nav .wrap .set nav ul li.border::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
header #h_nav .wrap .set nav ul li a {
  padding: 1em;
  padding-left: 40px;
  text-decoration: none;
  font-size: 0.875rem;
  display: block;
  border-radius: 4px;
  color: #111;
  position: relative;
}
header #h_nav .wrap .set nav ul li a:hover {
  background: #f5f5f5;
}
header #h_nav .wrap .set nav ul li a::before {
  content: "";
  font-family: "material icons";
  color: #999;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  width: 40px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
}
header #h_nav .wrap .set nav ul li a.login::before {
  content: "\e898";
}
header #h_nav .wrap .set nav ul li a.logout::before {
  content: "\e897";
}
header #h_nav .wrap .set nav ul li a.list::before {
  content: "\e8de";
}
header #h_nav .wrap .set nav ul li a.regist::before {
  content: "\e03b";
}
header #h_nav .wrap .set nav ul li a.store::before {
  content: "\ea12";
}
header #h_nav.active {
  display: block;
  z-index: 1;
  opacity: 1;
}
header #h_nav.active .wrap .bg {
  opacity: 1;
}
header #h_nav.active .wrap .set {
  transform: translate(0, 0);
}

footer {
  margin: 100px 0 0;
  border-top: 1px solid #ddd;
}
footer #copy {
  padding: 60px 0;
}
footer #copy p.copy {
  text-align: center;
  font-size: 0.75rem;
  color: #666;
}

main h2.ttl {
  margin: 60px 0 40px;
  font-size: 1.5rem;
}
main ul.data_list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px;
}
main ul.data_list + ul.data_list {
  margin-top: 40px;
}
main ul.data_list > li {
  width: calc(50% - 10px);
}
main ul.data_list > li.full {
  width: 100%;
}
main ul.data_list > li.inputArea {
  display: flex;
}
main ul.data_list > li.inputArea label {
  width: 100px;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  line-height: 2;
}
main ul.data_list > li.inputArea input {
  flex: 1;
  text-align: right;
}
main ul.data_list > li.inputArea .input_radio_set {
  flex: 1;
  display: flex;
}
main ul.data_list > li.inputArea .input_radio_set > * {
  flex: 1;
}
main ul.data_list > li.inputArea .input_radio_set label {
  width: inherit;
  padding: 0;
}
main ul.data_list > li.inputArea .input_radio_set label span {
  width: 100%;
}
main a.btn_link {
  width: 100%;
  padding: 1em 0;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #111;
  border: 1px solid #999;
  border-radius: 4px;
  position: relative;
  transition: box-shadow 0.2s;
}
main a.btn_link::after {
  content: "\e5cc";
  font-family: "material icons";
  font-size: 14px;
  color: #999;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  display: block;
  position: absolute;
  right: 8px;
  top: calc(50% - 10px);
  transition: right 0.4s;
}
main a.btn_link:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
main a.btn_link:hover::after {
  right: 0;
}
main :is(a, button).btn_entry {
  width: 100%;
  padding: 1em 0;
  display: block;
  text-decoration: none;
  text-align: center;
  background: var(--blue01);
  color: #fff;
  border: 1px solid var(--blue01);
  border-radius: 4px;
  position: relative;
  transition: box-shadow 0.2s, background 0.2s;
}
main :is(a, button).btn_entry:not(button)::after {
  content: "\e5cc";
  font-family: "material icons";
  font-size: 14px;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  display: block;
  position: absolute;
  right: 8px;
  top: calc(50% - 10px);
  transition: right 0.4s;
}
main :is(a, button).btn_entry:hover {
  background: var(--blue02);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
main :is(a, button).btn_entry:hover::after {
  right: 0;
}
main hr.border {
  margin: 40px 0;
  border: none;
  border-top: 1px solid #ddd;
}

:is(input[type=text], input[type=number], input[type=date], input[type=datetime-local], input[type=email], input[type=tel], input[type=password], textarea, select) {
  width: 100%;
  padding: 0.75em;
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  line-height: 1.5;
}
:is(input[type=text], input[type=number], input[type=date], input[type=datetime-local], input[type=email], input[type=tel], input[type=password], textarea, select)::-moz-placeholder {
  color: #bbb;
}
:is(input[type=text], input[type=number], input[type=date], input[type=datetime-local], input[type=email], input[type=tel], input[type=password], textarea, select)::placeholder {
  color: #bbb;
}
:is(input[type=text], input[type=number], input[type=date], input[type=datetime-local], input[type=email], input[type=tel], input[type=password], textarea, select):-moz-read-only:not(select) {
  background: #fafafa;
  border-color: #bbb;
}
:is(input[type=text], input[type=number], input[type=date], input[type=datetime-local], input[type=email], input[type=tel], input[type=password], textarea, select):read-only:not(select) {
  background: #fafafa;
  border-color: #bbb;
}
:is(input[type=text], input[type=number], input[type=date], input[type=datetime-local], input[type=email], input[type=tel], input[type=password], textarea, select):-moz-read-only:not(select):focus {
  outline: none;
}
:is(input[type=text], input[type=number], input[type=date], input[type=datetime-local], input[type=email], input[type=tel], input[type=password], textarea, select):read-only:not(select):focus {
  outline: none;
}
:is(input[type=text], input[type=number], input[type=date], input[type=datetime-local], input[type=email], input[type=tel], input[type=password], textarea, select):hover {
  border-color: #bbb;
}

input[type=number] {
  text-align: right;
}

input[type=text].zip {
  max-width: 120px;
}

textarea {
  height: 160px;
  resize: vertical;
}

button {
  cursor: pointer;
}
button.btn_submit {
  width: 100%;
  max-width: 320px;
  padding: 0.75em 1em;
  background: var(--blue01);
  border: none;
  color: #fff;
  border-radius: 2.5em;
}
button.btn_submit:hover {
  background: var(--blue02);
}
button.btn_common {
  padding: 0.5em 1em;
  line-height: 1.5;
  font-size: 1em;
  border: 1px solid #999;
  border-radius: 4px;
  background: #eee;
  transition: box-shadow 0.2s, border-color 0.2s;
}
button.btn_common:hover {
  border-color: #666;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.input_radio_set label + label {
  width: auto;
  margin-left: -1px;
  line-height: inherit;
}
.input_radio_set label:first-child span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.input_radio_set label:last-child span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input_radio_set label input[type=radio] {
  display: none;
}
.input_radio_set label input[type=radio] + span {
  width: 100px;
  padding: 0.75em 0;
  font-size: 0.875rem;
  line-height: 2;
  display: inline-block;
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s, background 0.2s;
}
.input_radio_set label input[type=radio] + span:hover {
  border-color: var(--blue01);
  z-index: 1;
}
.input_radio_set label input[type=radio]:checked + span {
  border-color: var(--blue01);
  background: rgba(var(--blue01rgb), 0.01);
  z-index: 1;
}
#login .login_set {
  margin: 60px 0;
}
#login .login_set .edit .inner {
  margin: 0 40px;
}
#login .login_set .edit .inner + .inner {
  margin-top: 20px;
}
#login .login_set .submit {
  margin-top: 40px;
  text-align: center;
}

#common_header {
  margin: 60px 0 40px;
}
#common_header h2 {
  margin: 0;
  padding: 0 0 30px;
  border-bottom: 1px solid #ddd;
  letter-spacing: 0.1em;
  font-weight: 300;
}

#list_search {
  margin: 0 0 60px;
}
#list_search .wrap ul.search_list {
  margin: 0;
  padding: 30px 60px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  gap: 12px 20px;
}
#list_search .wrap ul.search_list li {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: row;
}
#list_search .wrap ul.search_list li.full {
  width: 100%;
  flex: none;
}
#list_search .wrap ul.search_list li.checkbox_set {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
#list_search .wrap ul.search_list li label {
  width: 80px;
  padding: 1em 0;
  flex: none;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
}
#list_search .wrap ul.search_list li label.checkbox {
  width: auto;
  cursor: pointer;
}
#list_search .wrap ul.search_list li label.checkbox input[type=checkbox] {
  width: 50px;
  height: 20px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  top: 4px;
  cursor: pointer;
}
#list_search .wrap ul.search_list li label.checkbox input[type=checkbox]::before {
  content: "";
  width: 36px;
  height: 6px;
  border-radius: 3px;
  display: block;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
}
#list_search .wrap ul.search_list li label.checkbox input[type=checkbox]::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  background-color: #111;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  transition: left 0.2s, background-color 0.2s, box-shadow 0.2s;
}
#list_search .wrap ul.search_list li label.checkbox input[type=checkbox]:hover::after {
  background-color: var(--blue02);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
#list_search .wrap ul.search_list li label.checkbox input[type=checkbox]:checked::after {
  background-color: var(--blue01);
  left: 16px;
}
#list_search .wrap ul.search_list li label.checkbox input[type=checkbox]:checked + span {
  color: var(--blue01);
}
#list_search .wrap ul.search_list li .date {
  width: 100%;
  display: flex;
  flex-direction: row;
}
#list_search .wrap ul.search_list li .date > span {
  padding: 1em;
}
#list_search .wrap .btn {
  margin-top: 30px;
  text-align: center;
}
#list_search .wrap .search_result {
  margin: 60px 0;
  padding: 20px 40px;
  border: 1px solid #ddd;
  font-size: 0.875rem;
  line-height: 1.5;
  background: #fafafa;
}

#result_list .result_wrap {
  overflow-x: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#result_list table.result_list {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}
#result_list table.result_list :is(th, td) {
  font-weight: 300;
  font-size: 0.875rem;
}
#result_list table.result_list.client thead tr th:nth-child(1) {
  width: 100px;
}
#result_list table.result_list.order thead tr th:nth-child(1) {
  width: 100px;
}
#result_list table.result_list.order thead tr th:nth-child(3) {
  width: 100px;
}
#result_list table.result_list.order thead tr th:nth-child(4) {
  width: 100px;
}
#result_list table.result_list.order thead tr th:nth-child(5) {
  width: 80px;
}
#result_list table.result_list.order thead tr th:nth-child(6) {
  width: 80px;
}
#result_list table.result_list thead tr th {
  padding: 16px 12px;
  text-align: left;
  font-weight: 600;
}
#result_list table.result_list thead tr th:last-child {
  width: 30px;
}
#result_list table.result_list tbody tr {
  border-top: 1px solid #ddd;
  cursor: pointer;
  position: relative;
}
#result_list table.result_list tbody tr::after {
  content: "\e5e1";
  font-family: "material icons";
  font-size: 0.75rem;
  color: var(--blue01);
  text-decoration: none;
  text-align: center;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 5px;
  transition: right 0.2s;
}
#result_list table.result_list tbody tr:hover::after {
  right: 0;
}
#result_list table.result_list tbody tr:hover {
  background: #fafafa;
  cursor: pointer;
}
#result_list table.result_list tbody tr td {
  padding: 12px;
}
#result_list table.result_list tbody tr td span {
  width: 60px;
  display: inline-block;
  text-align: center;
  line-height: 2;
}
#result_list table.result_list tbody tr td span.complete {
  border: 1px solid #ddd;
}
#result_list table.result_list tbody tr td span.incomplete {
  border: 1px solid #666;
  background: #666;
  color: #fff;
}
#result_list table.result_list tbody tr td a.client {
  color: #111;
  text-decoration: none;
}
#result_list table.result_list tbody tr td a.client:hover {
  text-decoration: underline;
  color: var(--blue01);
}
#result_list table.result_list tbody tr td a.detail span {
  display: none;
}
#result_list .pager {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 0.875rem;
}
#result_list .pager :is(.prev, .next) a {
  width: 80px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
#result_list .pager :is(.prev, .next) a:hover {
  border-color: #999;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  background: #fafafa;
}
#result_list .pager :is(.prev, .next) a::before {
  content: "";
  font-family: "material icons";
  font-weight: 600;
  font-size: 0.75rem;
}
#result_list .pager :is(.prev, .next) a span {
  display: inline-block;
  text-indent: -9999px;
}
#result_list .pager :is(.prev, .next) a.nolink {
  border-color: #eee;
  color: #bbb;
  pointer-events: none;
}
#result_list .pager :is(.prev, .next) a.nolink:hover {
  border-color: #eee;
  color: #bbb;
  box-shadow: none;
  background: none;
  cursor: default;
}
#result_list .pager .prev a::before {
  content: "\e5e0";
}
#result_list .pager .next a::before {
  content: "\e5e1";
}
#result_list .pager .num {
  line-height: 40px;
}

#result_detail table.data_list {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
}
#result_detail table.data_list :is(th, td) {
  padding: 0.75em;
  border: 1px solid #ddd;
  font-weight: 300;
  font-size: 0.875rem;
}
#result_detail table.data_list tbody tr th {
  width: 16%;
  min-width: 81px;
  background: #f5f5f5;
}
#result_detail table.data_list tbody tr td {
  width: 84%;
}
#result_detail table.data_list tbody tr td .input_set .inner + .inner {
  margin-top: 0.75em;
}
#result_detail table.data_list tbody tr td .input_set .inner label {
  margin-bottom: 0.5em;
  display: inline-block;
}
#result_detail table.data_list tbody tr.column2 th {
  width: 16%;
}
#result_detail table.data_list tbody tr.column2 td {
  width: 34%;
}
#result_detail h3 {
  font-size: 1rem;
}
#result_detail h3 + * {
  margin-top: 0 !important;
}
#result_detail .frame_bg_gray {
  margin: 40px 0;
}
#result_detail .frame_bg_gray p {
  font-size: 0.875rem;
}
#result_detail table.order_list {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
}
#result_detail table.order_list :is(th, td) {
  padding: 0.75em;
  font-weight: 300;
  font-size: 0.875rem;
  text-align: center;
}
#result_detail table.order_list thead tr {
  border: 1px solid #ddd;
}
#result_detail table.order_list tbody tr {
  border-bottom: 1px solid #ddd;
}
#result_detail table.order_list tbody tr td {
  padding: 1em 0.75em;
}
#result_detail .table_wrap {
  margin: 40px 0;
}
#result_detail .table_wrap table {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

#result_graph .graph_set {
  margin: 100px 0;
}
#result_graph .graph_set .top {
  display: flex;
  justify-content: space-between;
}
#result_graph .graph_set .top .status {
  display: flex;
  align-items: center;
  gap: 10px;
}
#result_graph .graph_set .top .status .period {
  display: flex;
}
#result_graph .graph_set .top .status .period input[type=date] {
  padding: 0.5em;
}
#result_graph .graph_set .top .status .period span {
  padding: 0.5em;
  display: inline-block;
  line-height: 1.5;
}
#result_graph .graph_set .main .graph canvas {
  width: 100%;
  height: 280px;
}
#result_graph .graph_set .bottom {
  margin-top: 20px;
}
#result_graph .graph_set .bottom .total {
  display: flex;
  gap: 20px;
}
#result_graph .graph_set .bottom .total > * {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 0.75rem;
}
#result_graph .graph_set .bottom .total > * label {
  display: inline-block;
  word-break: keep-all;
}
#result_stock .container > * {
  max-width: 720px;
}
#result_stock ul.edit_list {
  margin-bottom: 60px;
}
#result_stock .top {
  display: flex;
  justify-content: space-between;
}
#result_stock .top .status {
  display: flex;
  align-items: center;
  gap: 10px;
}
#result_stock .top .status .period {
  display: flex;
}
#result_stock .top .status .period input[type=date] {
  padding: 0.5em;
}
#result_stock .top .status .period span {
  padding: 0.5em;
  display: inline-block;
  line-height: 1.5;
}
#result_stock table.history_list {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
}
#result_stock table.history_list :is(th, td) {
  padding: 0.75rem 2px;
  font-size: 0.75rem;
  text-align: center;
}
#result_stock table.history_list :is(th, td).link {
  width: 0;
  padding: 0;
}
#result_stock table.history_list thead tr {
  border: 1px solid #ddd;
}
#result_stock table.history_list thead tr th {
  width: 80px;
}
#result_stock table.history_list thead tr th.space {
  width: auto;
  padding: 0;
}
#result_stock table.history_list thead tr th:nth-child(1) {
  width: 90px;
}
#result_stock table.history_list thead tr th:nth-child(2) {
  width: 50px;
}
#result_stock table.history_list thead tr th:nth-child(3) {
  width: 60px;
}
#result_stock table.history_list thead tr th:nth-child(5) {
  width: 100px;
}
#result_stock table.history_list thead tr th:nth-child(6) {
  width: 60px;
}
#result_stock table.history_list tbody tr {
  border-bottom: 1px solid #ddd;
}
#result_stock table.history_list tbody tr td:nth-child(4) {
  padding: 0;
}
#result_stock table.history_list tbody tr td:nth-child(6) {
  width: 60px;
  padding-right: 16px;
}
#result_stock table.history_list tbody tr td button {
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  font-size: 0.75rem !important;
  max-width: none;
  width: auto;
  border-radius: 3px;
  position: relative;
  z-index: 2;
}
#result_stock table.history_list tbody tr td :is(input, select) {
  padding: 0.25rem;
  line-height: 1.5;
  text-align: center;
}
#result_stock table.history_list tbody tr .hide {
  display: none;
}
#result_stock table.history_list tbody tr.edit .hide {
  display: inherit;
}
#result_stock table.history_list tbody tr.edit .show {
  display: none;
}

@media screen and (min-width: 768px) {
  .onlySP {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  .onlyPC {
    display: none !important;
  }
  body {
    padding-top: var(--header-height-sp);
  }
  header {
    height: var(--header-height-sp);
  }
  header #h_main .nav_btn {
    margin: 0 10px;
  }
  header #h_main .sub {
    margin-left: auto;
  }
  header #h_main .sub ul.btn_list {
    padding: 0 10px;
    gap: 10px;
  }
  header #h_main .sub ul.btn_list li :is(a, button) {
    padding: 0 0.75em 0 30px;
    font-size: 0.75rem;
    height: 40px;
    line-height: 1.5;
    position: relative;
  }
  header #h_main .sub ul.btn_list li :is(a, button)::before {
    font-size: 1rem;
    margin-right: 0;
    text-align: center;
    line-height: 20px;
    width: 30px;
    height: 20px;
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
  }
  header #h_nav .wrap .set {
    width: 280px;
  }
  header #h_nav .wrap .set .top {
    height: var(--header-height-sp);
    display: flex;
    align-items: center;
  }
  header #h_nav .wrap .set .top .nav_btn {
    margin: 0 10px;
  }
  header #h_nav .wrap .set nav {
    height: calc(100% - var(--header-height-sp));
  }
  header #h_nav .wrap .set nav ul li a {
    padding: 1.25em 1em;
    padding-left: 40px;
  }
  footer {
    margin: 60px 0 0;
  }
  main h2.ttl {
    margin: 60px 0 40px;
    font-size: 1.5rem;
  }
  main ul.data_list {
    flex-direction: column;
    gap: 16px;
  }
  main ul.data_list > li {
    width: 100%;
  }
  main ul.data_list > li.inputArea label {
    width: 120px;
  }
  main a.btn_link {
    width: 100%;
    padding: 1em 0;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #111;
    border: 1px solid #999;
    border-radius: 4px;
    position: relative;
    transition: box-shadow 0.2s;
  }
  main a.btn_link::after {
    content: "\e5cc";
    font-family: "material icons";
    font-size: 14px;
    color: #999;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: block;
    position: absolute;
    right: 8px;
    top: calc(50% - 10px);
    transition: right 0.4s;
  }
  main a.btn_link:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
  main a.btn_link:hover::after {
    right: 0;
  }
  main a.btn_entry {
    width: 100%;
    padding: 1em 0;
    display: block;
    text-decoration: none;
    text-align: center;
    background: var(--blue01);
    color: #fff;
    border: 1px solid var(--blue01);
    border-radius: 4px;
    position: relative;
    transition: box-shadow 0.2s, background 0.2s;
  }
  main a.btn_entry::after {
    content: "\e5cc";
    font-family: "material icons";
    font-size: 14px;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: block;
    position: absolute;
    right: 8px;
    top: calc(50% - 10px);
    transition: right 0.4s;
  }
  main a.btn_entry:hover {
    background: var(--blue02);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
  main a.btn_entry:hover::after {
    right: 0;
  }
  #common_header {
    margin: 40px 0 40px;
  }
  #common_header h2 {
    padding: 0 0 20px;
    font-size: 1.25rem;
  }
  #result_graph .graph_set {
    margin: 40px 0;
  }
  #result_graph .graph_set .top {
    flex-direction: column;
    justify-content: flex-start;
  }
  #result_graph .graph_set .top h3 {
    margin: 0 0 0.5em;
  }
  #result_graph .graph_set .top .status {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #result_graph .graph_set .top .status .period {
    display: flex;
  }
  #result_graph .graph_set .top .status .period input[type=date] {
    padding: 0.25em;
    font-size: 0.75rem;
  }
  #result_graph .graph_set .top .status .btn button {
    padding: 0.75em 1em;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  #result_graph .graph_set .main {
    margin: 20px 0;
  }
  #result_graph .graph_set .main .graph canvas {
    height: 50vw;
  }
  #result_graph .graph_set .bottom .total {
    flex-direction: column;
    gap: 10px;
  }
  #result_graph .graph_set .bottom .total > * {
    gap: 16px;
  }
  #list_search {
    margin: 0 0 40px;
  }
  #list_search .wrap ul.search_list {
    padding: 20px 20px;
    gap: 12px;
  }
  #list_search .wrap ul.search_list li {
    width: calc(50% - 6px);
    flex-direction: column;
  }
  #list_search .wrap ul.search_list li.checkbox_set {
    flex-direction: row;
    gap: 12px 20px;
  }
  #list_search .wrap ul.search_list li label {
    width: auto;
    padding: 0.25em 0;
    font-size: 0.75rem;
  }
  #list_search .wrap ul.search_list li .date > span {
    padding: 1em 0.5em;
  }
  #list_search .wrap ul.search_list li :is(input[type=text], input[type=date]) {
    font-size: 0.75rem;
  }
  #list_search .wrap .search_result {
    margin: 40px 0;
    padding: 20px;
    font-size: 0.75rem;
  }
  #result_list .attention {
    margin: 12px 0;
    font-size: 0.75rem;
  }
  #result_list .result_wrap {
    overflow-x: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
  }
  #result_detail table.data_list {
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
  #result_detail table.data_list :is(th, td) {
    margin-top: -1px;
    padding: 0.75em;
    font-size: 0.875rem;
  }
  #result_detail table.data_list tbody {
    width: 100%;
  }
  #result_detail table.data_list tbody tr {
    width: 100%;
    display: grid;
    grid-template-columns: 90px 1fr;
  }
  #result_detail table.data_list tbody tr th {
    width: 90px;
    padding: 0.5em 0;
    line-height: 2;
    min-height: 3em;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #result_detail table.data_list tbody tr td {
    width: calc(100% + 1px);
    min-height: calc(3em + 2px);
    margin-left: -1px;
    padding: 0.5em 0.75em;
    line-height: 2;
  }
  #result_detail table.data_list tbody tr.column2 th {
    width: 90px;
    min-height: 3em;
    padding: 0.5em 0;
  }
  #result_detail table.data_list tbody tr.column2 td {
    width: calc(100% + 1px);
    margin-left: -1px;
    padding: 0.5em 0.75em;
  }
  #result_detail table.data_list tbody tr:first-child > *:first-child {
    border-top-left-radius: 8px;
  }
  #result_detail table.data_list tbody tr:first-child > *:nth-child(2) {
    border-top-right-radius: 8px;
  }
  #result_detail table.data_list tbody tr:last-child > *:nth-last-child(2) {
    border-bottom-left-radius: 8px;
  }
  #result_detail table.data_list tbody tr:last-child > *:last-child {
    border-bottom-right-radius: 8px;
  }
  #result_detail h3 {
    font-size: 1rem;
  }
  #result_detail h3 + * {
    margin-top: 0 !important;
  }
  #result_detail .frame_bg_gray {
    margin: 40px 0;
  }
  #result_detail .frame_bg_gray p {
    font-size: 0.875rem;
  }
  #result_detail table.order_list {
    margin: 0;
  }
  #result_detail table.order_list thead tr {
    border: none;
    border-bottom: 1px solid #ddd;
  }
  #result_detail table.order_list thead tr th {
    background: #f5f5f5;
  }
  #result_detail .table_wrap {
    width: 100%;
    border: 1px solid #ddd;
    overflow-x: auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
  #result_detail .table_wrap table {
    min-width: 620px;
  }
  #result_stock .top {
    flex-direction: column;
    justify-content: flex-start;
  }
  #result_stock .top h3 {
    margin: 0 0 0.5em;
  }
  #result_stock .top .status {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #result_stock .top .status .period {
    display: flex;
  }
  #result_stock .top .status .period input[type=date] {
    padding: 0.25em;
    font-size: 0.75rem;
  }
  #result_stock .top .status .btn button {
    padding: 0.75em 1em;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
* {
  box-sizing: border-box;
}

:root {
  --sans-serif: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  --serif: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --blue01: #1967d2;
  --blue01rgb: 25,103,210;
  --blue02: #195ab4;
  --blue02rgb: 25,90,180;
  --red01: #af1e2b;
  --gray: #f8f9fa;
  --header-height: 80px;
  --header-height-sp: 60px;
}/*# sourceMappingURL=style.css.map */