@charset "utf-8";
/* ================ */
dd.file_item {
		background: #fff;
		padding: 25px;
		border-radius: 10px;
		border: 1px solid #c2d3d8;
}
dd.file_item.errorON {
		border: 1px solid #ff0000;
}
@media(max-width: 767px) {
		dd.file_item {
				padding: 15px;
		}
}
.sp_alert {
		font-size: 14px;
		margin: 0;
		padding-top: 15px;
		font-weight: 500;
		color: #737373;
}
.fileAlert {
		font-size: 14px;
		margin: 0;
		margin: 15px 0 0 !important;
		padding-left: 1em;
		font-weight: 600;
		color: #ff0000;
		position: relative;
		line-height: 1.6;
}
.fileAlert span {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
}
@media(min-width: 568px) {
		.fileAlert br {
				display: none
		}
}
.imgattached {
		display: flex;
		align-items: center;
		position: relative;
		padding-top: 10px;
}
.imgattached input[type=file] {
		display: none !important;
}
.imgattached label {
		color: #fff;
		background-color: #224ba1;
		border-radius: 8px;
		padding: 12px 15px;
		cursor: pointer;
		text-align: center;
		margin-right: 15px;
		border: 1px solid #224ba1;
		transition: background 0.2s;
		font-size: 14px;
		font-weight: 500;
}
@media (hover: hover) {
		.imgattached label:hover {
				background: #fff;
				color: #224ba1;
		}
}
.imgattached_delete {
		position: relative;
		display: block;
		width: 30px;
		height: 30px;
		display: none;
		cursor: pointer;
		margin-left: 20px;
}
.imgattached_delete::before, .imgattached_delete::after {
		content: '';
		display: block;
		position: absolute;
		top: 14.5px;
		left: 4px;
		width: 22px;
		height: 2px;
		pointer-events: none;
		background: #000;
}
.imgattached_delete::before {
		transform: rotate(45deg)
}
.imgattached_delete::after {
		transform: rotate(-45deg)
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.imgattached {
				display: block;
				margin-top: 0;
				position: relative;
		}
		.imgattached .imgattached_delete {
				position: absolute;
				right: 0;
				top: 57px;
				margin: 0;
		}
		.imgattached_status {
				margin: 25px 0 0;
				padding-right: 35px;
				line-height: 1.4;
		}
}