html {
	font-size:62.5%;
}


body{
	overscroll-behavior-y: none;
	user-select: none;
	position: relative;
	width: 100vw;
	font-size:2.2rem;
	line-height:4rem;
}

input{
	font-size:3rem;
	line-height:4.2rem;
	height:4.2rem;
}

#slide_menu{	
	position:fixed;
	top: 0;
	left: -220px;
	width: 220px;
	height: 100%;
	font-size: 15px;
	background: #f8f8f8;
	color: #333;
	z-index:1000000;
}

#slide_menu ul{
	padding:0;
	margin:0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid white;
}

#slide_menu li{
	list-style:none;
	padding:0 15px;
	border-top: 1px solid white;
	border-bottom: 1px solid #dfdfdf;
}

#slide_menu li a{
	display:block;
	width:100%;
	padding:15px 0;
}

#sp-menu{
	width: 100%;
	z-index: 1000;
	box-shadow: 0 5px 5px #ccc;
	background:#FFF;
}

#sp-menu img{
	width: 100%;
}

#base-box{
	padding:5em 0;
	width:90%;
	margin:0 auto;
}

.print-box{
	margin-bottom:3em;
	padding-bottom:3em;
	border-bottom:solid 3px #000;
}

.print01{
	margin-top:1em;
}

.print01 div div:nth-child(1){
	margin-bottom:1rem;
}

.print01 div div:nth-child(1) input{
	width:calc(100% - 2em);
	margin-left:1rem;
}

.print01 div div:nth-child(2) input{
	margin-right:1rem;
}

.print01 div div:nth-child(2) input:nth-child(1){
	width:3em;
}

.print01 div div:nth-child(2) input:nth-child(2){
	width:2em;
}

.print01 div div:nth-child(2) input:nth-child(3){
	width:2em;
}


.print-t{
	text-align:center;
	font-size:2.2rem;
	line-height:4rem;
}

.print02 div:nth-child(2),
.print02 div:nth-child(4){
	margin-bottom:1.5em;
}

.print02 div:nth-child(2) input{
	width:100%;
}

.print02 div:nth-child(4) input{
	width:calc(100% - 2em);
	margin-right:1rem;
}

.print03{
	display:none;
}

.print04 div{
	margin-bottom:0.5em;
}

.print04 div input{
	width:100%;
	box-sizing:border-box;
}

.print04 div textarea{
	width:100%;
	box-sizing:border-box;
}

.print04 div:nth-child(1):before{
	content:"勘定項目";
	display:inline-block;
	width:6em;
}

.print04 div:nth-child(2):before{
	content:"摘要";
	display:inline-block;
	width:6em;
}

.print04 div:nth-child(3):before{
	content:"金額";
	display:inline-block;
	width:6em;
}

.print04 div:nth-child(3){
	margin-bottom:1.5em;
}

.print05 input{
	width:100%;
}

.foot-btn-box{
	position:fixed;
	bottom:0;
	width:calc(100% - 10vw);
	height:10vw;
	padding:5vw;
	background: rgba(0, 0, 0, 0.25);
}

.foot-btn{
	display:flex;
	justify-content: space-between;
}

.foot-btn div{
	width: 30%;
	height: 100%;
	text-align: center;
	background: #00a740;
	color: #fff;
	line-height: 100%;
}

.foot-btn div img{
	width: 100%;
	border-radius: 5px;
}

