@charset "utf-8";

/*
=================================================================================
プライバシーポリシー
=================================================================================
*/

#privacy_main {
	width: 100%;
}
#privacy_main h2 {
	margin-bottom: 20px;
	line-height: 1.5em;
}
#privacy_box {
	width: 100%;
	margin-bottom: 30px;
}
.pvc_text {
	width: 100%;
	padding: 0 10px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
#privacy_main a {
	display: block;
}
#privacy_main a input {
	z-index: 10;
}

label {
	display: block;
	width: 200px;
	padding: 10px 40px;
	color: #ffffff;
	background-color: #384878;
	cursor: pointer;
}

input[type="file"] {
	display: none;
}
p.inputtext {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
