.hidden {
	display: none;
}

input[type="file"]:hover,
#attachment_add:hover,
.information-attachment label:hover {
	opacity: 0.7;
}

#attachment_add {
	cursor: pointer;
	border: 1px #333 solid;
	border-radius: 5px;
	padding: 5px 15px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	margin: 10px 0;
	display: inline-block;
}

.information-attachment label {
	display: inline-block;
	cursor: pointer;
	border: 1px #333 solid;
	border-radius: 5px;
	padding: 5px 12px !important;
	background-color: #eee;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	margin: 10px;
}

.information-attachment label::before,
.information-attachment label::after {
	display: none !important;
}

.output-error {
	margin-bottom: 20px;
	display: none;
}

._padding {
	padding: 25px 0 25px 20px;
}

._delete {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	margin-left: 15px;
	display: none;
}

._remove {
	text-decoration: underline;
}

input[type="file"] {
	margin: 20px 0;
	cursor: pointer;
}

input[type="file"]::file-selector-button {
	font-weight: bold;
	color: #333;
	background: #eee;
	font-size: 14px;
	border: 1px #333 solid;
	border-radius: 3px;
	padding: 10px 15px;
	text-align: center;
	margin: 0 15px;
}

.section-information-attachment {
	position: relative;
}

.section-information-attachment .output-title::before {
	content: "必須";
	font-size: 13px;
	color: #fff;
	line-height: 1;
	background-color: #ea0000;
	position: absolute;
	top: 28px;
	left: 215px;
	padding: 5px;
}

@media (max-width: 767px) {
	#attachment_add {
		margin-top: 25px;
	}

	#attachment_area > div {
		margin-top: 15px;
	}
}

@media (min-width: 768px) {
	.hide-pc {
		display: none;
	}
}
