.fileForm{
	display: none;
}
.fileForm-wrap{
	display: flex;
	height: 4.4rem;
	margin: 0 auto;
	font-size: 1.6rem;
}

.fileForm-wrap label{
	display: block;
	position: relative;
	top: -0.6rem;
	width: 164px;
	height: 2.8rem;
	margin: 0.8rem 0;
	border-radius: 0.4rem;
	border: #c7cad0 solid 2px;
	background-color: #c7cad0;
	overflow: hidden;
	font-size: 1.2rem;
	line-height: 2.4rem;
}

.fileForm-wrap label:hover{
	border: #212121 solid 2px;
}

.fileForm-wrap::before{
	display: block;
	content: "開く：";
	width: 60px;
	height: 2.8rem;
	margin: 0.8rem 0;
	line-height: 1.6rem;
}