﻿@charset "utf-8";


/* reset */
/* -------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {font-size:inherit; line-height:inherit; color:inherit; margin:0; padding:0;}
html {width:100%; height:100%; overflow-y:scroll;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:bold;}
p, ul, ol, dl, address, blockquote, table, div {font-size:100%;}
p {margin:0 0 0 0;}
ol,ul {list-style:none;}
fieldset,img {border:0; vertical-align:top;}
table {border-collapse:collapse; border-spacing:0;}
caption,th {text-align:left;}
th {vertical-align:top; font-weight:normal; text-align:left;}
td {vertical-align:top;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
pre {font-size:12px; text-align:left; padding:50px 0 0 0;}


/* common */
/* -------------------------------------------------------- */
html,body {font-variant-ligatures:none;}
html {font-size:62.5%;}
body {font-size:1.8rem; font-family:Meiryo,'MS PGothic',Osaka,arial,helvetica,sans-serif; color:#333; text-align:center; -webkit-text-size-adjust:100%; text-size-adjust:100%; background:none;}

input, select, option, textarea, button {font-size:1.6rem; font-family:Meiryo,'MS PGothic',Osaka,arial,helvetica,sans-serif; line-height:1.4; vertical-align:middle; color:inherit; outline:none;}
input[type='submit'],input[type='reset'],input[type='button'], button {color:inherit; cursor:pointer; -ms-appearance:none; -webkit-appearance:none; outline:none; appearance:none;}
:placeholder-shown {color:#999;}
::-webkit-input-placeholder {color:#999;}
:-moz-placeholder {color:#999; opacity:1;}
::-moz-placeholder {color:#999; opacity:1;}
:-ms-input-placeholder {color:#999;}
option:disabled {color:#ccc;}

strong {font-weight:bold;}
ol {list-style-type:decimal; margin-left:2.2em;}
img {max-width:100%; width:auto; height:auto; line-height:0; vertical-align:top; border:0; display:inline;}
hr {margin:15px 0 0 0; padding:15px 0 0 0; border:none; border-top:dashed 1px #999; box-sizing:border-box; display:block;}

a {color:#333; text-decoration:none;}
a:hover {color:#333; text-decoration:underline;}

@media screen and (max-width:767px){
	body {font-size:1.6rem;}
	input, select, textarea, button {font-size:1.6rem;}
}


/* decision */
/* -------------------------------------------------------- */
#bpCheck {display:none;}

body .pc {display:block;}
br.pc, span.pc, img.pc {display:inline;}
body .sp, br.sp, span.sp, img.sp {display:none;}

.off {pointer-events:none; cursor:default; opacity:0.3;}
a.tel {pointer-events:none; cursor:default;}
body.mobile a.tel {pointer-events:auto; cursor:pointer;}
option.off {display:none;}

@media screen and (max-width:767px){
	#bpCheck {display:block;}

	body .pc, br.pc, span.pc, img.pc {display:none;}
	body .sp {display:block;}
	br.sp, span.sp, img.sp {display:inline;}
}


/* container */
/* -------------------------------------------------------- */
#container {width:100%; padding:40px 0 0 0; overflow:hidden;}
body.login #container {padding:0;}
#loading-layer {width:100%; height:100%; background-color:rgba(255,255,255,0.8); display:block; position:fixed; top:0; left:0; opacity:0; pointer-events:none; z-index:9999; transition:opacity 0.3s ease;}
#loading-layer svg {width:60px; height:60px; margin:-30px 0 0 -30px; display:block; position:absolute; top:50%; left:50%;}
body.loading #loading-layer {opacity:1; pointer-events:auto;}
body.loading #loading-layer svg {animation:loading 1.5s cubic-bezier(.27,.65,.75,.61) 0s infinite normal none;}/* https://cubic-bezier.com/ */
@keyframes loading {
	0% {transform:rotate(0deg);}
	100% {transform:rotate(360deg);}
}


/* header */
/* -------------------------------------------------------- */
#header {width:100%; height:40px; background-color:rgba(255,255,255,0.9); box-shadow:0 1px 3px rgba(0,0,0,0.3); position:fixed; top:0; left:0; z-index:300;}
#header .logo {font-size:110%; font-weight:bold; line-height:1; margin:-0.5em 0 0 0; position:absolute; top:50%; left:15px;}
#header .logo a {text-decoration:none;}
#header .user-info {font-size:80%; display:flex; align-items:center; position:absolute; top:50%; right:60px; transform:translate3d(0,-50%,0);}
body.login #header .user-info {display:none;} 

#gNavBtn {width:30px; height:30px; position:fixed; top:5px; right:10px; z-index:301; cursor:pointer; display:block;}
#gNavBtn > span {width:100%; height:3px; margin:-1px 0 0 0; background-color:rgba(0,0,0,1); border-radius:10px; display:block; position:absolute; top:50%; left:0; transition-property:background-color;}
#gNavBtn > span::before,
#gNavBtn > span::after {content:''; width:100%; height:3px; background-color:rgba(0,0,0,1); border-radius:10px; display:block; position:absolute; left:0;}
#gNavBtn > span::before {top:-9px; transition-property:top;}
#gNavBtn > span::after {bottom:-9px; transition-property:bottom;}
#gNavBtn,
#gNavBtn > span::before,
#gNavBtn > span::after {transition-duration:0.3s; transition-delay:0s; transition-timing-function:ease;}
body.login #gNavBtn {display:none;}

#gNavCheck {display:none;}
#gNavCheck:checked + #header #gNavBtn > span {background-color:rgba(0,0,0,0);}
#gNavCheck:checked + #header #gNavBtn > span::before {top:0; transform:rotate(45deg); transition-property:transform;}
#gNavCheck:checked + #header #gNavBtn > span::after {bottom:0; transform:rotate(-45deg); transition-property:transform;}

#gNav {width:280px; height:100vh; background-color:rgba(200,200,200,0.9); box-shadow:-1px 0 3px rgba(0,0,0,0.3); position:fixed; top:0; right:-285px; z-index:300; overflow:auto; transition:right 0.3s ease;}
#gNavCheck:checked + #header #gNav {right:0;}
#gNav > ul {text-align:left; padding:40px 0 0 0;}
#gNav > ul > li {background-color:rgba(255,255,255,0.7); border-bottom:solid 1px rgba(0,0,0,0.2); position:relative;}
#gNav > ul > li a,
#gNav > ul > li button {width:100%; font-size:110%; text-align:left; text-decoration:none; padding:15px 20px; background:none; border:none; box-sizing:border-box; display:block;}
#gNav > ul > li li {border-top:dotted 1px rgba(0,0,0,0.1);}
#gNav > ul > li li a,
#gNav > ul > li li button {font-size:100%; padding:10px 0 10px 40px;}
#gNav > ul > li.sub > a {padding-right:40px; position:relative;}
#gNav > ul > li.sub > a::before {content:'▼'; font-size:80%; line-height:1; color:rgba(0,0,0,0.7); margin:-0.5em 10px 0 0; position:absolute; top:50%; right:0; transition:transform 0.3s ease;}
#gNav > ul > li.sub > a.on::before {transform:rotate(180deg);}
#gNav > ul > li.sub > a + ul {display:none;}
#gNav > ul > li.sub > a.on + ul {display:block;}
#gNav > ul > li.bd {border-bottom:solid 1px rgba(0,0,0,0.5);}

@media screen and (max-width:767px){
	#header .logo {left:5px;}
	#header .user-info {display:none;}
	#gNav {width:80%; right:-85%;}
}

/* footer */
/* -------------------------------------------------------- */
#footer {width:100%; padding:15px 0 65px 0;}
#footer .copy {font-size:70%; letter-spacing:0.1em; text-align:center;}
body.login #footer {padding:0; position:fixed; bottom:0; left:0;}


/* contents */
/* -------------------------------------------------------- */
#contents {padding:20px 10px;}

/* flatpickr */
.flatpickr-buttons-wrapper {background-color:#fff; border:1px solid rgba(0,0,0,0.2); box-sizing:border-box; display:flex; justify-content:space-between;}
.flatpickr-confirm-btn,
.flatpickr-reset-btn {width:50%; font-size:10px; line-height:1; color:#000; padding:0.3em 0; background-color:rgba(0,0,0,0); border:none; box-sizing:border-box; cursor:pointer;}
.flatpickr-reset-btn {border-left:solid 1px rgba(0,0,0,0.2);}
.flatpickr-confirm-btn:hover,
.flatpickr-reset-btn:hover {background-color:rgba(0,0,0,0.1);}

/* btn */
.fix-btn {width:100%; text-align:center; padding:5px; background-color:rgba(255,255,255,0.8); box-shadow:0 0 3px rgba(0,0,0,0.3); box-sizing:border-box; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; position:fixed; bottom:0; left:0; z-index:200;}
.fix-btn > div {padding:0 5px;}
.fix-btn a,
.fix-btn button {min-width:160px; font-size:90%;}
.fix-btn button[type=submit] {min-width:160px; background-color:#0062ab;}
.fix-btn button[type=submit].btn-svg {min-width:0; padding:0; border:none; background-color:transparent;}
.btn-01 {min-width:200px; height:40px; font-size:110%; letter-spacing:0.1em; text-align:center; text-decoration:none; color:#fff; margin:0 auto; padding:0 1.0em; background-color:#0062ab; box-shadow:0 1px 3px rgba(0,0,0,0.3); border:none; border-radius:2px; box-sizing:border-box; display:flex; justify-content:center; align-items:center;}
.btn-01:hover {text-decoration:none; color:#fff;}
.btn-02 {height:40px; font-size:90%; letter-spacing:0.1em; text-align:center; text-decoration:none; color:#fff; margin:0 auto; padding:0 1.0em; background-color:#444; box-shadow:0 1px 3px rgba(0,0,0,0.3); border:none; border-radius:2px; box-sizing:border-box; display:flex; justify-content:center; align-items:center;}
.btn-02:hover {text-decoration:none; color:#fff;}
.btn-03 {font-size:90%; font-weight:normal; white-space:nowrap; text-align:center; text-decoration:none; color:#000; padding:0.5em 1.5em; background-color:#eee; box-shadow:0 1px 3px rgba(0,0,0,0.3); border:none; border-radius:2px; box-sizing:border-box; display:inline-block;}
.btn-03:hover {text-decoration:none; color:#000;}
.btn-svg svg {width:30px; height:30px; fill:#000; display:block;}

@media screen and (max-width:767px){
	.fix-btn a {width:120px; height:34px;}
}

/* table */
.table-obj {width:100%; overflow:auto;}
.table-obj .table {width:auto;}
.table {width:100%; border-collapse:collapse; border-spacing:0; empty-cells:show; table-layout:fixed;}
.table.auto {table-layout:auto;}
.table.fix {width:auto;}
.table th,
.table td {width:100px; font-size:80%; line-height:1.2; text-align:center; vertical-align:middle; padding:0.2em; border:1px solid #999; box-sizing:border-box; position:relative;}
.table th {white-space:nowrap;}
.table th.none,
.table td.none {background-color:transparent; border:none;}
.table thead th {background-color:#ddd;}
.table tbody th {background-color:#eee;}
.table tr.spacer th,
.table tr.spacer td {width:auto; height:0; padding:0; border:none;}

/* mult-clm */
.mult-clm {margin:-5px 0 0 0; display:flex; flex-wrap:wrap; align-items:center;}
.mult-clm.center {justify-content:center;}
.mult-clm > div {margin:5px 0.5em 0 0; display:flex; align-items:center;}
.mult-clm > div > div {margin:0 0.2em 0 0;}
.mult-clm > dl {margin:5px 0.5em 0 0; display:flex; align-items:center;}
.mult-clm > div:last-of-type,
.mult-clm > dl:last-of-type {margin-left:0;}
.mult-clm > dl > dt {font-size:80%; line-height:1.2; white-space:nowrap;}
.mult-clm > dl > dd {padding:0 0 0 0.2em;}
.mult-clm input {text-align:inherit;}

/* note */
ul.note > li {font-size:80%; padding:0 0 0 1.1em; position:relative;}
ul.note > li::before {content:'※'; display:block; position:absolute; top:0; left:0;}

/* info-txt */
.info-txt {width:100%; height:100%; background:rgba(255,255,255,0.9); display:flex; justify-content:center; align-items:center; position:fixed; top:0; left:0; z-index:1000; pointer-events:none;}
.info-txt span {font-size:125%; font-weight:bold;}
.info-txt.error span {color:#c00;}
body.load .info-txt {opacity:0; transition:opacity 0.6s 2.0s ease;}
body.load .info-txt.error {transition:opacity 0.6s 2.0s ease;}

/* error-txt */
.error-txt {color:#c00; margin:0.2em 0 0 0;}

/* login-sec */
.login-sec {width:100%; height:100vh; display:flex; justify-content:center; align-items:center;}
.login-sec .logo {max-width:320px; margin:0 auto 20px auto;}
.login-sec .box {max-width:300px; margin:0 auto 20px auto;}
.login-sec .box dl {padding:0 0 20px 0; display:flex; justify-content:space-between; align-items:center;}
.login-sec .box dl > dt {width:6.0em; box-sizing:border-box;}
.login-sec .box dl > dd {box-sizing:border-box; flex:1;}
.login-sec .box dl > dd input {width:100%; font-size:110%; line-height:1; padding:10px; background-color:#fff; border:solid 1px #000; box-sizing:border-box;}
.login-sec .error {color:#c00; margin:15px 0 0 0;}
@media screen and (max-width:767px){
	.login-sec .box {max-width:260px;}
}

/* page-nav */
.page-nav {padding:30px 0;}
.page-nav ul {display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
.page-nav li {padding:4px 2px 0 2px;}
.page-nav a,
.page-nav span {width:2.5em; padding:2px 0; text-align:center; display:block; border-radius:2px;}
.page-nav a {color:#333; text-decoration:none; border:solid 1px #ccc;}
.page-nav a:hover,
.page-nav span {color:#333; text-decoration:none; background:#eee; border:solid 1px #999;}
.page-nav li.prev {padding-right:10px;}
.page-nav li.next {padding-left:10px;}
.page-nav li.prev a,
.page-nav li.next a {width:auto; color:#333; text-decoration:none; border:0;}
.page-nav li.prev a:hover,
.page-nav li.next a:hover {width:auto; color:#333; text-decoration:underline; background:none; border:0;}
.page-nav li.prev span,
.page-nav li.next span {width:auto; color:#ccc; text-decoration:none; background:none; border:0;}
.page-nav + .list-sec {padding-top:0;}

/* sort-nav */
.sort-nav form {display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
.sort-nav form > div {padding:5px 10px; box-sizing:border-box;}
.sort-nav input,
.sort-nav select {padding:5px; background-color:#fff; border:solid 1px #666; border-radius:2px; box-sizing:border-box;}
.sort-nav input.sub-datepicker {width:10.0em;}
.sort-nav dl {display:flex; align-items:center;}
.sort-nav dt {font-size:75%; line-height:1.2; white-space:nowrap; padding:0 0.5em 0 0;}
.sort-nav dt span {font-size:80%; display:block;}
.sort-nav .period {display:flex; align-items:center;}
.sort-nav .period > div {padding:0 2px;}
.sort-nav .period input {width:9.5em;}
.sort-nav #search-word {width:10em; height:36px; border-radius:2px 0 0 2px; box-sizing:border-box; outline:none;}
.sort-nav #search-btn {width:36px; height:36px; vertical-align:top; text-align:center; background:#eee; border:solid 1px #666; border-left:none; border-radius:0 2px 2px 0; box-sizing:border-box; display:inline-block; position:relative; cursor:pointer;}
.sort-nav #search-btn svg {width:24px; height:24px; margin:-12px 0 0 -12px; display:block; position:absolute; top:50%; left:50%;}
.sort-nav .period-clm {display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
.sort-nav .period-clm > div {padding:0 0.1em;}
.sort-nav .period-clm .sub-datepicker {width:9.2em;}
@media screen and (max-width:767px){
	.sort-nav form > div {width:100%; text-align:left;}
	.sort-nav.dpp form > div {width:auto;}
}


/* input-form */
.input-form {text-align:left;}
.input-form > dl {text-align:left; padding:15px 0; display:flex;}
.input-form > dl > dt {width:7em; padding:0.5em 0 0 0;}
.input-form > dl > dd {flex:1;}
.input-form .btn {margin:15px 0 0 0;}
.input-form input[type=text],
.input-form input[type=password],
.input-form input[type=number],
.input-form input[type=tel],
.input-form input[type=email],
.input-form input[type=url],
.input-form textarea {width:100%; color:#333; padding:10px; background-color:#fff; border:solid 1px #666; border-radius:2px; box-sizing:border-box; display:block; outline:none;}
.input-form input[type=number] {text-align:center; padding-left:0; padding-right:0;}
.input-form input[type=text]:disabled,
.input-form input[type=text].readonly,
.input-form textarea:disabled {background-color:#eee;}
.input-form select.readonly {background-color:#eee; pointer-events:none;}
.input-form input[type=text].readonly {pointer-events:none;}
.input-form input.sub-datepicker {width:10.0em;}
.input-form input.error,
.input-form select.error,
.input-form textarea.error {background-color:#edd;}
.input-form select {padding:10px; background-color:#fff; border:solid 1px #666; border-radius:2px; box-sizing:border-box; display:block;}
.input-form button[type=submit]:disabled {opacity:0.3; pointer-events:none; display:none;}
.input-form .readonly:not(.clone-sec) input,
.input-form .readonly:not(.clone-sec) textarea,
.input-form .readonly:not(.clone-sec) select {background-color:#eee; pointer-events:none;}
.input-form .date-cell {padding:0 0 20px 0; display:flex; flex-wrap:wrap; align-items:center;}
.input-form .date-cell > div {padding:0 5px 0 0;}
.input-form .date-cell input {padding:3px 10px;}
.input-form .login-clm {margin:-5px 0 0 0; display:flex; flex-wrap:wrap;}
.input-form .login-clm dl {margin:5px 1.0em 0 0; display:flex; align-items:center;}
.input-form .login-clm dl + dl {margin-right:0;}
.input-form .login-clm dt {width:3.0em; text-align:right;}
.input-form .login-clm dd {width:10em;}
.input-form .address-clm {display:flex; flex-wrap:wrap; align-items:flex-end;}
.input-form .address-clm > div {margin:0 0 0.3em 0; box-sizing:border-box;}
.input-form .address-clm > div:nth-of-type(1) {width:6.4em;}
.input-form .address-clm > div:nth-of-type(2) {padding-left:0.5em;}
.input-form .address-clm > div:nth-of-type(3) {width:100%;}
.input-form .address-clm > div:nth-of-type(4) {width:100%;}.input-form.company .cost-clm {display:flex; flex-wrap:wrap; align-items:center;}
.input-form .stock-management input {padding:0.3em 0.5em;}
.input-form .stock-management input.stock {text-align:right;}
.input-form .stock-management input.exp_date {text-align:center;}
.input-form .stock-management select {padding:0.2em 0;}
.input-form .stock-management .readonly > input,
.input-form .stock-management .readonly > select,
.input-form .stock-management .readonly > textarea {background-color:#eee; pointer-events:none;}
.input-form .stock-management .mult-clm + .mult-clm {margin-top:0;}
.input-form .clm-bb {display:flex; flex-wrap:wrap; align-items:center;}
.input-form .clm-bb span.ttl {font-size:1.2rem; white-space:nowrap; display:block; position:absolute; top:-1.4em; left:0;}
.input-form .clm-bb > div {width:5em; padding:0 0.3em 1.2em 0; position:relative;}
.input-form .clm-bb > div:nth-of-type(14) {width:auto; padding:0 0 1.2em 0;}
.input-form .clm-bb > div:nth-of-type(15) {width:auto; padding:0 0 1.2em 1.0em;}
.input-form .clm-bb > div:nth-of-type(16) {width:auto; padding:0 0 1.2em 1.0em;}
.input-form .clm-bb > div {display:none;}
.input-form .clm-bb > div:nth-of-type(1) {display:block;}
.input-form .clm-bb > div:nth-of-type(14) {display:block;}
.input-form .clm-bb > div:nth-of-type(15) {display:block;}
.input-form .clm-bb > div:nth-of-type(17) {width:auto; padding:0 0 1.2em 1.0em; display:block;}
.input-form .clm-recipe {padding:0.2em 0 0 0; display:flex; flex-wrap:wrap; align-items:center;}
.input-form .clm-recipe span.ttl {font-size:1.2rem; white-space:nowrap; display:block; position:absolute; top:-1.4em; left:0;}
.input-form .clm-recipe > div {position:relative;}
.input-form .clm-recipe > div:nth-of-type(1) {padding-right:0.5em; flex:1;}
.input-form .clm-recipe > div:nth-of-type(2) {width:5.5em; padding-right:0.5em;}
.input-form .clm-recipe > div:nth-of-type(3) {width:5em;}
.input-form .hide {display:none;}
.input-form input:checked + .clm-bb > div {display:block; position:relative;}
.input-form input:checked + .clm-bb > div:nth-of-type(1) {display:none;}
.input-form input:checked + .clm-bb > div:nth-of-type(14) {display:none;}
.input-form input:checked + .clm-bb > div:nth-of-type(15) {display:none;}
.input-form .clm-cost > div:nth-of-type(1) {width:6em; padding:0 0.5em 0 0;}
.input-form .clm-cost > div:nth-of-type(2) {padding:0 0.5em 0 0;}
.input-form .clm-cost > div:nth-of-type(3) {padding:0 0.5em 0 0;}
.input-form .clm-cost > div:nth-of-type(4) {white-space:nowrap; padding:0 0.5em 0 0;}
.input-form .clm-ratio > div:nth-of-type(1) {width:6em; padding:0 0.5em 0 0;}
.input-form .clm-qr img {width:200px; height:auto;}
@media screen and (max-width:400px){
	.input-form > dl {padding:5px 0; display:block;}
	.input-form > dl > dd {width:auto; font-weight:bold; padding:1em 0 5px 0;}
}
@media screen and (max-width:767px){
	.input-form > dl.type1 {display:block;}
	.input-form > dl.type1 > dt {width:auto; padding:0;}
}

/* clone-sec */
.clone-sec {margin:-15px 0 0 0;}
.clone-sec .obj {border-bottom:dotted 1px #666; padding:15px 52px 15px 0; position:relative;}
.clone-sec .btn-set {width:42px; height:36px; margin:-20px 0 0 0; position:absolute; top:50%; right:0; display:flex; justify-content:space-between;}
.clone-sec .btn-set > li {width:20px;}
.clone-sec .btn-set > li.down {position:absolute; bottom:0; left:0; transform:scale(1,-1);}
.clone-sec .btn-set > li.remove {display:flex; justify-content:center; align-items:center; position:relative;}
.clone-sec .btn-set > li.remove svg {height:20px;}
.clone-sec .btn-set svg {width:100%; height:18px; fill:#333; display:block;}
.clone-sec.single .btn-set {opacity:0.3; pointer-events:none;}
.clone-sec .add {margin:15px 0 0 0; display:inline-block;}
.clone-sec .add a {line-height:1.2; text-decoration:none; padding:10px 20px 10px 30px; background:#eee; border:solid 1px #999; border-radius:2px; display:inline-block; position:relative;}
.clone-sec .add a:before {content:'+'; width:14px; height:14px; font-size:85%; font-weight:bold; line-height:1; text-align:center; color:#fff; margin:-7px 0 0 0; background:#333; border-radius:20px; display:flex; justify-content:center; align-items:center; position:absolute; top:50%; left:10px;}
.clone-sec label.uploadBox .ctx .obj {border-bottom:none; padding:0;}
.clone-sec label.uploadBox .ctx .obj .btn-set {display:none;}
.clone-sec span.head {padding:0; display:block;}
.clone-sec span.head .clm {display:flex; align-items:center;}
.clone-sec span.head .clm > span {display:block;}
.clone-sec span.head .clm > span > span {font-size:80%; line-height:1.2; color:#666; display:block;}
.clone-sec.order-sort,
.clone-sec.desc,
.clone-sec.asc {margin:0;}
.clone-sec.order-sort .obj,
.clone-sec.desc .obj,
.clone-sec.asc .obj {text-align:left; padding-top:10px; padding-bottom:10px;}
.clone-sec.order-sort .remove,
.clone-sec.desc .remove,
.clone-sec.asc .remove {display:none;}
.clone-sec.readonly .obj {padding:0; border-bottom:none;}
.clone-sec.readonly .btn-set {display:none;}
.clone-sec.readonly .add {display:none;}


/* uploadBox */
label.uploadBox {width:100%; min-height:50px; text-align:center; line-height:40px; margin:0; padding:10px; border:solid 4px #ccc; border-radius:3px; box-sizing:border-box; display:block; position:relative;}
label.uploadBox .loading {width:40px; height:40px; margin:-20px 0 0 -20px; display:block; position:absolute; top:50%; left:50%; z-index:1; opacity:0;}
label.uploadBox .loading svg {width:100%; height:100%; display:block;}
label.uploadBox.loading .loading {opacity:1; animation:loading1 2s linear 0s infinite normal none;}
label.uploadBox.error .ctx {color:#c00;}
label.uploadBox .ctx .clm {display:flex; justify-content:center; align-items:center;}
label.uploadBox .ctx .clm > div:nth-of-type(2) {padding-left:10px;}
label.uploadBox img {width:140px; height:140px; object-fit:contain; overflow:hidden; opacity:1;}
label.uploadBox video {width:140px; height:auto; overflow:hidden; opacity:1;}
label.uploadBox.loading img {opacity:0.5;}
label.uploadBox.loading video {opacity:0.5;}
label.uploadBox input[type=file] {width:100%; height:100%; position:absolute; top:0; left:0; opacity:0; cursor:pointer; z-index:5;}
label.uploadBox .btn {margin:0; position:absolute; top:0; right:0; z-index:1; opacity:0;}
label.uploadBox.on .btn {z-index:10; opacity:1;}
label.uploadBox .btn a {font-size:75%; line-height:1.2; vertical-align:top; text-decoration:none; color:#fff; margin:0 0 0 2px; padding:4px 5px; background:#ccc; display:inline-block;}
label.uploadBox .btn a:hover {opacity:0.7;}
label.uploadBox .btn a:first-of-type {border-radius:0 0 0 3px;}
label.uploadBox.off {pointer-events:auto; cursor:pointer; opacity:1;}
label.uploadBox + .file-full-path {font-size:80%;}
@keyframes loading1 {
	0% {transform:rotate(0deg);}
	100% {transform:rotate(360deg);}
}
@media screen and (max-width:767px){
	label.uploadBox {line-height:1.4;}
}

/* list-sec */
.list-sec {text-align:left; padding:30px 0 0 0;}
.list-sec > li {padding:5px 10px; border-bottom:solid 1px #ddd;}
.list-sec > li:nth-of-type(odd) {background-color:#fff;}
.list-sec > li:nth-of-type(even) {background-color:#eee;}
.list-sec .clm {display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.list-sec .ctx {display:flex; flex-wrap:wrap; align-items:center;}
.list-sec .btns {display:flex; align-items:center;}
.list-sec .btns a,
.list-sec .btns button {font-size:75%; font-weight:normal; white-space:nowrap; text-align:center; text-decoration:none; margin:0 0 0 10px; padding:5px 10px; background-color:#eee; box-shadow:0 1px 3px rgba(0,0,0,0.3); border:none; border-radius:2px; box-sizing:border-box; display:block; outline:none; appearance:none;}
.list-sec .attention {font-size:80%; color:#c00; display:inline-block;}
.list-sec .sub {font-size:80%; vertical-align:middle; display:inline-block;}
.list-sec .name .sub {padding:0 0 0 0.5em;}
.list-sec .note-btn > div {font-size:80%; line-height:1; color:#fff; padding:0.2em 0.3em 0 0.3em; background-color:#666; border-radius:3px; display:inline-block;}
.list-sec .note-obj {padding:0; position:absolute; bottom:1.8em; left:0; z-index:-1; opacity:0; pointer-events:none;}
.list-sec .note-obj > div {font-size:80%; line-height:1.4; color:#fff; padding:0.5em 1.0em; background-color:rgba(0,0,0,0.9); border-radius:5px; position:relative;}
.list-sec .note-obj > div::before {content:''; border:5px solid transparent; border-bottom:10px solid transparent; border-top:10px solid rgba(0,0,0,0.9); display:block; background-size:100% 100%; display:block; position:absolute; bottom:-20px; left:10px;}
.list-sec .note-obj.on {z-index:5; opacity:1; pointer-events:auto;}
.list-sec .state-tag {font-size:70%; line-height:1; white-space:nowrap; color:#fff; margin:0 0.5em 0 0; padding:0.4em 0.3em 0.2em 0.3em; background-color:#666; display:inline-block;}
.list-sec span.close {font-size:80%; color:#c00; margin:0 0 0 0.5em; display:inline-block;}

@media screen and (max-width:500px){
	.list-sec .btns {display:block;}
	.list-sec .btns a,
	.list-sec .btns button {margin:5px 0;}
}

/* checkbox-list */
.checkbox-list {margin:0; display:flex; flex-wrap:wrap;}
.checkbox-list > div {padding:5px 20px 5px 0;}
.checkbox-list label {display:flex; align-items:center;}
.checkbox-list label > span {padding:0 0 0 3px; display:block;}

/* radio-list */
.radio-list {margin:0; display:flex; flex-wrap:wrap;}
.radio-list > div {padding:5px 20px 5px 0;}
.radio-list label {display:flex; align-items:center;}
.radio-list label > span {padding:0 0 0 3px; display:block;}


/* add-layer */
#add-layer {width:100%; height:100%; font-size:3.0rem; color:#fff; letter-spacing:0.1em; padding:10px; background-color:rgba(0,0,0,0.8); box-sizing:border-box; display:flex; justify-content:center; align-items:center; position:fixed; top:0; left:0; opacity:0; pointer-events:none; z-index:500; transition:opacity 1.0s ease, letter-spacing 1.0s ease;}
#add-layer.on {letter-spacing:0.2em; opacity:1; pointer-events:auto; transition:opacity 0.3s ease, letter-spacing 0.3s ease;}


/* print */
.print-obj {width:100%; text-align:left; color:#000; margin:0 auto; padding:30px; box-sizing:border-box;}
.print-obj input[type="text"],
.print-obj input[type="number"] {width:100%; font-size:inherit; font-weight:inherit; font-family:inherit; line-height:inherit; letter-spacing:inherit; text-align:inherit; color:inherit; padding:0; border:none; background-color:#eee; display:block;}
.print-obj .table.clone-sec {padding:0;}
.print-obj .table.clone-sec tr.obj {padding:0; border:none;}
.print-obj .table.clone-sec .up,
.print-obj .table.clone-sec .down {display:none;}
.print-obj .table.clone-sec .remove a {background-color:transparent; border:none;}
.print-obj .table.clone-sec .remove a::before {content:'×'; font-weight:bold;}
.print-obj .table.clone-sec .add {display:inline-block;}
.print-obj .table.clone-sec .btn-set {width:1.5em; right:-1.5em;}
@media print{
	.print-obj {padding:0;}
	.print-obj input[type="text"] {background-color:transparent;}
	.print-obj .table.clone-sec .add {display:none;}
	.print-obj .table.clone-sec .btn-set {display:none;}
	.fix-btn {display:none;}
}


/* modal */
.modal {width:100%; height:100%; padding:10px; background-color:rgba(0,0,0,0.8); box-sizing:border-box; display:flex; justify-content:center; align-items:center; position:fixed; top:0; left:0; opacity:0; pointer-events:none; z-index:300; transition:opacity 0.6s ease;}
.modal.on {opacity:1; pointer-events:auto;}
.modal > div {padding:25px; position:relative;}
.modal .close {position:absolute; top:5px; right:5px;}
.modal .close span {width:16px; height:16px; display:block; position:relative; cursor:pointer;}
.modal .close span::before,
.modal .close span::after {content:''; width:100%; height:2px; margin:0 0 -1px 0; background-color:#fff; border-radius:9999px; display:block; position:absolute; top:50%; left:0;}
.modal .close span::before {transform:rotate(45deg);}
.modal .close span::after {transform:rotate(-45deg);}

/* stock-move-hx */
.stock-move-hx .clm {display:flex; justify-content:space-between; align-items:center;}
.stock-move-hx .head {padding-top:20px; padding-bottom:0; border-bottom:solid 1px #000;}
.stock-move-hx .head span {font-size:80%;}
.stock-move-hx .time {width:7em; font-size:80%;}
.stock-move-hx .name {flex:1;}
.stock-move-hx .type {width:4em; white-space:nowrap; text-align:center;}
.stock-move-hx .type span {font-size:80%;}
.stock-move-hx .num {width:10em;}
.stock-move-hx .stock {width:18em;}
.stock-move-hx .stock .box {display:none;}
.stock-move-hx .stock .box.on {display:block;}
.stock-move-hx .stock .box > div {font-size:80%; line-height:1.4; padding:0.4em 0; border-top:dotted 1px #999;}
.stock-move-hx > li:not(.head) .type > span {display:block;}
.stock-move-hx > li:not(.head) .stock > span {display:block; cursor:pointer;}
.stock-move-hx .note-box {display:none;}
.stock-move-hx .note-box.on {display:block;}
@media screen and (max-width:767px){
	.stock-move-hx {margin-top:15px;}
	.stock-move-hx .head {display:none;}
	.stock-move-hx .clm {flex-wrap:wrap; justify-content:space-between;}
	.stock-move-hx .time {width:5em; order:2;}
	.stock-move-hx .name {width:100%; flex:0 0 auto; order:1;}
	.stock-move-hx .type {width:4em; order:3;}
	.stock-move-hx .num {width:auto; text-align:right; order:4;}
	.stock-move-hx .stock {width:100%; position:relative; order:5;}
	.stock-move-hx .stock::before {content:'[在庫]'; padding:0 5px 0 0; display:inline-block;}
	.stock-move-hx > li:not(.head) .type > span,
	.stock-move-hx > li:not(.head) .stock > span {display:inline-block;}
}


/* items-select-list */
.items-select-list {width:100%; height:100%; padding:15px; background-color:rgba(0,0,0,0.7); box-sizing:border-box; position:fixed; top:0; left:0; z-index:500; opacity:0; pointer-events:none; transition:opacity 0.3s ease;}
.items-select-list.on {opacity:1; pointer-events:auto;}
.items-select-list > div {height:100%; background-color:#fff; overflow:auto;}
.items-select-list > div > div {padding:15px;}
.items-select-list .search-clm {display:flex; flex-wrap:wrap; justify-content:center;}
.items-select-list .search-clm > div {padding:5px;}
.items-select-list .category select {padding:5px; background-color:#fff; border:solid 1px #666; border-radius:2px; box-sizing:border-box;}
.items-select-list .search input {padding:5px; background-color:#fff; border:solid 1px #666; border-radius:2px; box-sizing:border-box;}
.items-select-list .search input {width:15em; height:36px; border-radius:2px 0 0 2px; box-sizing:border-box; outline:none;}
.items-select-list .search .btn {width:36px; height:36px; vertical-align:top; text-align:center; background:#eee; border:solid 1px #666; border-left:none; border-radius:0 2px 2px 0; box-sizing:border-box; display:inline-block; position:relative; cursor:pointer;}
.items-select-list .search .btn svg {width:24px; height:24px; margin:-12px 0 0 -12px; display:block; position:absolute; top:50%; left:50%;}
.items-select-list ul {margin:15px 0 0 0; display:flex; flex-wrap:wrap;}
.items-select-list ul > li {width:50%; text-align:left; padding:5px 10px; box-sizing:border-box;}
.items-select-list ul > li.hide {display:none;}
.items-select-list label {width:100%; min-height:4em; padding:2px 10px; background:#eee; border:solid 1px #999; border-radius:2px; box-sizing:border-box; display:flex; justify-content:center; align-items:center; cursor:pointer;}
.items-select-list label > span {width:100%; display:block;}
.items-select-list .sub {font-size:80%; line-height:1.2; margin:0 0 0 5px; display:inline-block;}
.items-select-list .close-btn {text-align:center; padding:0 0 30px 0;}
.items-select-list .close-btn > span {width:300px; font-size:1.8rem; text-align:center; text-decoration:none; color:#fff; margin:15px auto 0 auto; padding:15px 10px; background-color:#0062ab; box-shadow:0 1px 3px rgba(0,0,0,0.3); border:none; border-radius:2px; box-sizing:border-box; display:block; cursor:pointer;}
@media screen and (max-width:767px){
	.items-select-list .search input {width:13em;}
	.items-select-list .close-btn > span {width:100%;}
}



/* ic-form */
body.ic {font-family: 'Noto Sans JP', sans-serif; font-weight:700;}
body.ic input, body.ic select, body.ic option, body.ic textarea, body.ic button {font-family: 'Noto Sans JP', sans-serif;}
body.ic #container {padding:0;}
body.ic #header {display:none;}
body.ic #footer {display:none;}
#ic-layer > div {width:100%; height:100%; color:#000; display:flex; justify-content:center; align-items:center; position:fixed; top:0; left:0; opacity:0; pointer-events:none; overflow:auto;}
#ic-layer > div > div {width:100%; padding:10px; box-sizing:border-box;}
#ic-layer > input {display:none;}
#ic-layer > input:checked + div {opacity:1; pointer-events:auto;}
#ic-layer .head .ttl {width:100%; font-size:3.2rem; font-weight:900; line-height:1.1; text-align:center; color:#000; box-sizing:border-box;}
#ic-layer .head .ttl .sub1 {font-size:2.0rem; font-weight:700; line-height:1.2; margin:5px 0 0 0; display:block;}
#ic-layer .head .ttl .sub2 {font-size:1.6rem; font-weight:700; line-height:1.2; display:block;}
#ic-layer .head .recipe {margin:10px 0 0 0; border:solid 1px #ccc; border-radius:5px; display:none;}
#ic-layer .head .recipe dt,
#ic-layer .head .recipe dd {line-height:1.2; text-align:center;}
#ic-layer .head .recipe dt {padding:5px 10px 0 10px;}
#ic-layer .head .recipe dd {padding:0 10px 8px 10px;}
#ic-layer .head .recipe dd + dt {border-top:solid 1px #ccc;}
#ic-layer .head .recipe .recipe_stock {display:none;}
#ic-layer .head .recipe .recipe_stock.on {display:block;}
#ic-layer .storage-select {text-align:center; margin:10px 0 0 0;}
#ic-layer .storage-select select {font-size:2.4rem; vertical-align:middle; text-indent:0.01px; text-overflow:''; color:inherit; margin:0 auto; padding:5px 10px; border:solid 1px #333; border-radius:5px; outline:none; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
#ic-layer .storage-select option {font-size:2.0rem;}
#ic-layer .btn {margin:20px 0 0 0;}
#ic-layer .btn button[type=submit] {width:100%; font-size:2.6rem; font-weight:900; text-align:center; text-decoration:none; color:#fff; margin:0 auto; padding:10px 0; background-color:#eee; box-shadow:-1px -1px 4px 0px rgba(0,0,0,0.3) inset; border:none; border-radius:2.0vw; box-sizing:border-box; display:block;}
#ic-layer .btn button[type=submit].in {color:#12335f;}
#ic-layer .btn button[type=submit].move {color:#901d22;}
#ic-layer .btn button[type=submit].out {color:#333;}
#ic-layer .btn button[type=submit].back {color:#333;}
#ic-layer input.number {width:6.0em; font-size:3.0rem; vertical-align:middle; text-indent:0.01px; text-align:right; text-overflow:''; color:inherit; padding:5px 10px; border:solid 1px #333; border-radius:5px; outline:none; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
#ic-layer .select {text-align:center; padding:15px 0 0 0; display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
#ic-layer .select select {font-size:3.0rem; vertical-align:middle; text-indent:0.01px; text-overflow:''; color:inherit; padding:5px 10px; border:solid 1px #333; border-radius:5px; outline:none; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
#ic-layer .select option {font-size:2.0rem;}
#ic-layer .select .unit {font-size:2.6rem; padding:0 0.3em;}
#ic-layer .select .bb-txt {width:100%; font-size:2.0rem; line-height:1; margin:0 0 5px 0; padding:5px 0 8px 0; background-color:#eee; border-radius:5px;}
#ic-layer .dst {font-size:2.0rem; margin:15px 0 0 0; display:flex; justify-content:center; align-items:center;}
#ic-layer .dst .dst1 {padding:0 10px 0 0; position:relative;}
#ic-layer .dst .dst2 {padding:0 0 0 10px; position:relative;}
#ic-layer .dst .dst2::before {content:'▼'; font-size:1.2rem; line-height:1; margin:-0.5em 0 0 -0.5em; display:block; position:absolute; top:50%; left:0; transform:rotate(-90deg);}
#ic-layer .dst select {font-size:2.0rem; vertical-align:middle; text-indent:0.01px; text-overflow:''; color:inherit; padding:10px; border:solid 1px #333; border-radius:5px; outline:none; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
#ic-layer .dst option {font-size:2.0rem;}
#ic-layer .bb {margin:15px 0 0 0; display:flex; flex-wrap:wrap; justify-content:center; align-items:center;}
#ic-layer .bb dt {font-size:2.0rem; padding:0 5px 0 0;}
#ic-layer .bb dd input {width:8em; font-size:2.2rem; font-weight:900; text-align:center; border:solid 1px #333; border-radius:5px;}
#ic-layer div.layer1 label {width:100%; height:6em; font-size:4.6rem; font-weight:900; line-height:1.1; letter-spacing:0.2em; text-decoration:none; color:#fff; background-color:#eee; box-shadow:-1px -1px 4px 0px rgba(0,0,0,0.3) inset; border-radius:5.0vw; box-sizing:border-box; display:flex; justify-content:center; align-items:center; cursor:pointer;}
#ic-layer div.layer1 label.in {color:#12335f;}
#ic-layer div.layer1 label.move {color:#901d22;}
#ic-layer div.layer1 label.out {color:#333;}
#ic-layer div.layer1 label br {display:none;}
#ic-layer div.layer1 ul {width:100%; margin:15px 0 0 0; padding:0 5px; box-sizing:border-box; display:flex; flex-wrap:wrap; justify-content:center;}
#ic-layer div.layer1 ul > li {width:50%; padding:0 5px; box-sizing:border-box;}
#ic-layer div.layer1 ul > li.btn5 {width:100%; padding-top:10px;}
#ic-layer div.layer1 ul > li.btn5 label {height:2em; font-size:3.6rem; color:#333;}
#ic-layer div.layer1 ul > li.btn6 {width:100%; padding-top:10px;}
#ic-layer div.layer1 ul > li.btn6 label {height:2em; font-size:3.6rem; color:#333;}
#ic-layer div.layer1 label.move.off {background-color:#999;}
#ic-layer div.layer2 .dst .dst1 {padding:0;}
#ic-layer div.layer2 .dst .dst2 {display:none;}
#ic-layer div.layer2 .head .ttl .sub1 {display:none;}
#ic-layer div.layer2 .select {display:none;}
#ic-layer div.layer2 .select.on {display:flex;}
#ic-layer div.layer3 .dst .dst1 {padding:0;}
#ic-layer div.layer3 .dst .dst2 {display:none;}
#ic-layer div.layer3 .head .ttl .sub1 {display:none;}
#ic-layer div.layer3 .head .recipe {display:block;}
#ic-layer div.layer3 .select {display:none;}
#ic-layer div.layer3 .select.on {display:flex;}
#ic-layer div.layer4 .select {display:none;}
#ic-layer div.layer4 .select.on {display:flex;}
#ic-layer div.layer5 .dst .dst1 {padding:0;}
#ic-layer div.layer5 .dst .dst2 {display:none;}
#ic-layer div.layer5 .select {display:none;}
#ic-layer div.layer5 .select.on {display:flex;}
#ic-layer div.layer6 .dst .dst1 {padding:0;}
#ic-layer div.layer6 .dst .dst2 {display:none;}
#ic-layer div.layer6 .select {display:none;}
#ic-layer div.layer6 .select.on {display:flex;}
#ic-layer div.layer7 .dst .dst1 {padding:0;}
#ic-layer div.layer7 .dst .dst2 {display:none;}
#ic-layer div.layer7 .select {display:none;}
#ic-layer div.layer7 .select.on {display:flex;}
#ic-layer .history_list {font-size:1.6rem; text-align:left; margin:15px 0 0 0;}
#ic-form .loading {width:100%; height:100%; display:flex; justify-content:center; align-items:center; position:fixed; top:0; left:0; background-color:rgba(255,255,255,0.8); opacity:0; pointer-events:none; z-index:400;}
#ic-form .loading > div {width:60px; height:60px; background:url(../img/loading.svg) center center no-repeat; background-size:cover; display:block;}
#ic-form.loading .loading {opacity:1; pointer-events:auto;}
#ic-form.loading .loading > div {animation:loading1 2s linear 0s infinite normal none;}

@media screen and (max-width:600px){
	#ic-layer div.layer1 label {font-size:3.6rem;}
	#ic-layer div.layer1 label br {display:block;}
	#ic-layer div.layer1 ul > li.btn5 label {font-size:2.6rem;}
	#ic-layer div.layer1 ul > li.btn6 label {font-size:2.6rem;}
}


/* stock-table */
.stock-table {margin:15px 0 0 0; box-sizing:border-box;}
.stock-table .date {text-align:right;}
.stock-table .table-box {width:100%; overflow:auto; scroll-behavior:smooth;}
.stock-table .table {width:100%; border-top:solid 1px #666;}
.stock-table .table > div {border:solid 1px #666; border-top:none; box-sizing:border-box; display:flex;}
.stock-table .table > div > div {padding:2px 5px; border-left:solid 1px #666; box-sizing:border-box;}
.stock-table .table > div > div:first-of-type {border-left:none;}
.stock-table .table > div.head > div {text-align:center; padding:0; background-color:#eee;}
.stock-table .table > div.head > div > span {font-size:1.2rem;}
.stock-table .table > div.sub {margin:-2px 0 0 0; background-color:#fff; border-top:dotted 1px #ccc; display:none;}
.stock-table .table > div.sub > div {padding:0 5px;}
.stock-table .table > div.sub > div > span {font-size:90%;}
.stock-table .table > div.sub .name {text-align:right;}
.stock-table .table > div.open + div.sub,
.stock-table .table > div.open + div.sub + div.sub,
.stock-table .table > div.open + div.sub + div.sub + div.sub,
.stock-table .table > div.open + div.sub + div.sub + div.sub + div.sub,
.stock-table .table > div.open + div.sub + div.sub + div.sub + div.sub + div.sub,
.stock-table .table > div.open + div.sub + div.sub + div.sub + div.sub + div.sub + div.sub,
.stock-table .table > div.open + div.sub + div.sub + div.sub + div.sub + div.sub + div.sub + div.sub,
.stock-table .table > div.open + div.sub + div.sub + div.sub + div.sub + div.sub + div.sub + div.sub + div.sub,
.stock-table .table > div.open + div.sub + div.sub + div.sub + div.sub + div.sub + div.sub + div.sub + div.sub + div.sub,
.stock-table .table > div.open + div.sub + div.sub + div.sub + div.sub + div.sub + div.sub + div.sub + div.sub + div.sub + div.sub {display:flex;}
.stock-table .table .name {width:auto; text-align:left; flex:1;}
.stock-table .table .unit {width:9em;}
.stock-table .table .unit span {font-size:80%;}
.stock-table .table .stock {width:9em;}
.stock-table .table .stock span {font-size:80%;}
.stock-table .table .cost {width:9em; text-align:right;}
.stock-table .table .cost span {font-size:80%;}
.stock-table .table .value {width:12em; text-align:right;}
.stock-table .table .value span {font-size:80%; padding:0 0.2em 0 0; display:inline-block;}
.stock-table .total {font-size:2.0rem; text-align:right; padding:5px; border:solid 1px #666; border-top:none; box-sizing:border-box;}
.stock-table .total span {font-size:80%; padding:0 0.2em 0 0; display:inline-block;}
@media screen and (max-width:767px){
	.stock-table .table {width:767px;}
}


/* print-item-list */
.print-item-list {font-weight:700; margin:20px 0; display:flex; flex-wrap:wrap;}
.print-item-list > li {width:20%; padding:5px; border:none; box-sizing:border-box;}
.print-item-list > li:nth-of-type(odd) {background-color:#fff;}
.print-item-list > li:nth-of-type(even) {background-color:#fff;}
.print-item-list label {padding:5px; border:solid 1px #999; border-radius:5px; display:flex; align-items:center; cursor:pointer;}
.print-item-list label input {display:none;}
.print-item-list label input:checked + span svg {display:block;}
.print-item-list label input:checked + span {background-color:#666;}
.print-item-list label span.checkbox {width:1.6em; height:1.6em; margin:0 10px 0 0; border:solid 1px #ccc; border-radius:3px; display:block; position:relative;}
.print-item-list label span.checkbox svg {width:1.2em; height:1.2em; fill:#fff; margin:-0.6em 0 0 -0.6em; display:none; position:absolute; top:50%; left:50%;}
.print-item-list label span.txt {font-size:1.4rem; line-height:1.2; flex:1;}
.print-item-list-btn {margin:20px 0 0 0; display:flex; justify-content:center;}
.print-item-list-btn > li {padding:0 10px;}
.print-item-list-btn a {text-align:center; text-decoration:none; margin:0; padding:5px 10px; background-color:#eee; box-shadow:0 1px 3px rgba(0,0,0,0.3); border:none; border-radius:2px; box-sizing:border-box; display:block; outline:none; appearance:none; cursor:pointer;}
@media screen and (max-width:1800px){
	.print-item-list > li {width:20%;}
}
@media screen and (max-width:1500px){
	.print-item-list > li {width:25%;}
}
@media screen and (max-width:1100px){
	.print-item-list > li {width:33.33%;}
}
@media screen and (max-width:767px){
	.print-item-list > li {width:50%;}
}

.print-qr-code-box {width:827px; margin:0 auto; padding:0 0 1px 0; display:none;} /* 100dpi : 827 * 1169.5 */
.print-qr-code {font-family: 'Noto Sans JP', sans-serif; font-weight:700; display:flex; flex-wrap:wrap;}
.print-qr-code > div {width:50%; height:126px; box-sizing:border-box; display:flex; justify-content:space-between; align-items:center;}
.print-qr-code > div.hide {display:none;}
.print-qr-code .img {width:120px;}
.print-qr-code .name {font-size:2.0rem; font-weight:900; line-height:1.2; text-align:left; flex:1;}
.print-qr-code .sub {font-size:1.8rem; font-weight:700; margin:3px 0 0 0; display:block;}
.print-qr-code strong {font-weight:900;}
.print-qr-code .page-break {page-break-after:always; display:none;}


