@page {
	size: 297mm 210mm;
	margin: 18mm 18mm;
}

#sp-menu,
#slide_menu,
.js-save,
.js-clear,
.js-print,
#print-btn{
	display:none;
}

body{
	overscroll-behavior-y: none;
	user-select: none;
	position: relative;
	font-size: 30%;
}

#base-box{
	width: 100%;
	margin: 0;
	box-sizing: content-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

#base-box .print-box:nth-of-type(1),
#base-box .print-box:nth-of-type(2){
	margin-bottom: 15mm !important;
}

.print-box{
	padding: 0;
	display:flex;
	flex-wrap:wrap;
	border:none;
	min-width: 121mm !important;
	max-width: 121mm !important;
	min-height: 78mm !important;
	max-height: 78mm !important;
	height: 50%;
	border: none;
}

.print-box input{
	border:none;
	font-size: inherit;
	line-height: inherit;
	vertical-align: middle;
}

.right{
	text-align: right;
}

.print-t{
	min-width:90%;
	max-width:90%;
	margin:1em 0;
	font-size: 4.5em;
}

.print01{
	display:flex;
	min-width:100%;
	max-width:100%;
	justify-content: space-between;
	font-size: 1.5em;
	align-items: start;;
}

.print01 div:nth-of-type(1) div:nth-of-type(1){
	border-bottom:solid 1px #006;
	margin-bottom:1em;
}

.print01 div:nth-of-type(1) div:nth-of-type(2){
	display:flex;
	line-height: 1.5em;
    align-items: baseline;
}

.print01 div:nth-of-type(1) div:nth-of-type(2) input{
	width:5em;
}

.print-stamp{
	display:flex;
	min-width:30%;
	border:solid 1px #006;
	box-sizing: border-box;
}

.print-stamp div{
	min-width:25%;
	max-width:25%;
	border:solid 1px #006;
	box-sizing: border-box;
}

.print-stamp div:before{
    content: "";
    padding-top: 100%;
    display: block;
}

.print02{
	display:flex;
	min-width:100%;
	max-width:100%;
	justify-content: start;
	border:solid 2px #006;
	box-sizing: border-box;
	font-size: 1.3em;
	line-height: 2em;
	margin-top: 2em;
	text-align: center;
}

.print02 div:nth-of-type(1),
.print02 div:nth-of-type(3){
	padding: 0 1em;
}

.print02 div:not(:nth-of-type(4)){
	border-right: #006 solid 2px;
}

.print03{
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: center;
	border-right: #006 solid 2px;
	border-bottom: #006 solid 2px;
	border-left: #006 solid 2px;
	box-sizing: border-box;
	font-size: 1em;
	line-height: 2em;
	background: #d4d4ff;
}

.print03 div:nth-of-type(1){
	width: 30%;
}
.print03 div:nth-of-type(2){
	width: 40%;
	border-left: #006 solid 2px;
	border-right: #006 solid 2px;
}
.print03 div:nth-of-type(3){
	width: 30%;
}

.print04{
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: center;
	border-right: #006 solid 2px;
	border-bottom: #006 solid 2px;
	border-left: #006 solid 2px;
	box-sizing: border-box;
	font-size: 1.5em;
	line-height: 3em;
}

.print04 div input{
	width: 100%;
	box-sizing: border-box;
}

.print04 div input:not(.right){
	text-align: center;
}

.print04 div:nth-of-type(1){
	width: 30%;
}

.print04 div:nth-of-type(2){
	width: 40%;
	border-left: #006 solid 2px;
	border-right: #006 solid 2px;
}

.print04 div:nth-of-type(3){
	width: 30%;
}

.print05{
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: center;
	border-right: #006 solid 2px;
	border-bottom: #006 solid 2px;
	border-left: #006 solid 2px;
	box-sizing: border-box;
	font-size: 1.5em;
	line-height: 3em;
}

.print05 div input{
	width: 100%;
	box-sizing: border-box;
}

.print05 div:nth-of-type(1){
	width: 70%;
	text-align: center;
}

.print05 div:nth-of-type(2){
	width: 30%;
	border-left: #006 solid 2px;
}

