.no_view {
	display: none;
}

/*フォームエラー表示*/
.error_area {
	padding: 5px;
	color: #f00;
	display: none;
	margin-bottom: 10px;
}

.error_area_add_padding {
	padding-bottom: 30px;
	color: #f00;
	display: none;
}

/*パンクズ*/
.de-breadcrumb {
	background: #1426ad !important;
}

ol.Breadcrumb {
	padding: 0px 0 0 !important;
	color: #e2e5ff !important;
	background: #1426ad !important;
}

ol.Breadcrumb li {
	display: inline !important;
}

ol.Breadcrumb li a {
	color: #e2e5ff !important;
}

ol.Breadcrumb .fa-chevron-right.fa-fw {
	padding: 0;
	width: 0;
}

nav.de-breadcrumb.page-nav ol.Breadcrumb .fa-chevron-right.fa-fw,
nav.de-breadcrumb.de-breadcrumb_under ol.Breadcrumb .fa-chevron-right.fa-fw {
	display: none;
}

/*求人応募*/
.apply_user_regist_view {
	display: block;
}

/*求人*/
/*スタッフコメント*/
.job_staff_comment {
	//	width:100%;
	padding: 10px;
}

.job_staff_comment .title {
	font-weight: bold;
}

.job_staff_comment .job_staff_comment_box {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
	overflow: hidden;
	width: 100%;
}

.job_staff_comment_box .image_box {
	float: left;
	width: 25%;
	text-align: center;
}

.job_staff_comment_box .image_box img {
	width: 100%;
	border-radius: 6px;
}

.job_staff_comment_box .comment_box {
	text-align: left;
}

.job_staff_comment_box .comment_box .balloon {
	display: inline-block;
	position: relative;
	border-radius: 12px;
	background: #edf1ee;
	width: 70%;
	float: right;
	padding: 30px;
}

.job_staff_comment_box .comment_box .balloon:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 40%;
	left: -20px;
	border: 8px solid transparent;
	border-right: 18px solid #edf1ee;
	-ms-transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}


@media screen and (max-width: 480px) {
	.job_staff_comment_box .comment_box .balloon {
		padding: 10px;
	}

	.job_staff_comment_box .comment_box .balloon:after {
		top: 40px;
		bottom: inherit;
	}
}



.job_staff_comment_box .comment_box .balloon p {
	display: block;
	width: 100%;
}

.job-detail .table-striped .no_view {
	display: none !important;
}

.section .table .no_view {
	display: none !important;
}

#error_mail {
	height: inherit !important;
}

#error_mail p {
	padding-left: 1em;
	text-indent: -1em;
	font-size: ;
	color: #fd429f;
}

#safe_mails_open {
	padding-left: 1em;
	color: #fd429f;
	text-decoration: underline;
}

#error_mail ul {
	display: flex;
	flex-wrap: wrap;
	display: none;
}

#error_mail ul li {
	color: #434a52;
	width: 160px;
}

@media screen and (max-width: 480px) {
	#error_mail ul li {
		width: 150px;
	}
}