@charset "UTF-8";

/* ================================================================================
	Additional
================================================================================ */
.box {
	margin-bottom: 45px;
}
.box::after {
	display: block;
	content: '';
	clear: both;
}

.box_left {
	float: left;
	margin: 0 40px 40px 0;
}

.box_right {
	float: right;
	margin: 0 0 40px 40px;
}

.box_text {
	overflow: hidden;
}

.box_color {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 20px;
	background: #f5f5f5;
}

.box_color_success {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 20px;
	background: #d4edda;
}

.box_border {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 20px;
	border: 3px solid #444;
}

.color_green {
	color: #28a745;
}

.color_red {
	color: #dc3545;
}

.img_frame {
	overflow: hidden;
	padding: 2px;
	border: 2px solid #ddd;
	vertical-align: top;
}

.reset_ttl {
}


/* =============================================== */
/** Project */
/* =============================================== */

.map_wrap iframe,
.movie_wrap iframe {
	vertical-align: top;
}

.img_shadow img {
	box-shadow: 10px 10px #fafac5;
}

.entry_simple_ttl {
	margin-bottom: 35px !important;
	padding: 0 !important;
	background: none !important;
	font-size: 24px !important;
	letter-spacing: 0.1em !important;
}

.entry_custom_body {
	width: 1100px;
	margin: 0 auto 80px;
}

.tbl_fixed th,
.tbl_fixed td {
	border: 2px solid #fff !important;
	line-height: 1.8 !important;
	text-align: center !important;
	vertical-align: middle !important;
}
.tbl_fixed th {
	background: #9fd1ec !important;
	color: #fff;
}
.tbl_fixed thead th {
	padding: 15px !important;
	background: #9fd1ec;
}
.tbl_fixed td {
	background: #f0f6f9;
}


/* =============================================== */
/** Page */
/* =============================================== */

/* 電気工事メニュー・料金 */
.page-menu .l-content_inner {
	width: 100%;
}
.entry_custom_body_wrap.-trouble {
	margin-bottom: 80px;
	text-align: center;
	background: #fefdf4;
}
.entry_custom_body_wrap.-trouble .entry_custom_body {
	padding: 60px 40px 50px;
}

/* 求人情報 */
.box_recruit {
	position: relative;
	margin-top: 55px;
	padding: 140px 0 155px;
	text-align: center;
}
.box_recruit_ttl {
	position: relative;
	line-height: 1.566;
	color: #3cadee;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}
.box_recruit_ttl::before {
	content: '';
	position: absolute;
	top: -35px;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: -10;
	background: url(/shared/img/page/recruit/img02.png) no-repeat center top;
}
.box_recruit_txt {
	padding: 0 270px;
	letter-spacing: 0.05em;
}
.box_recruit_add {
	position: absolute;
}
.box_recruit_add.-item01 {
	top: 105px;
	left: 0;
}
.box_recruit_add.-item02 {
	top: 0;
	right: 10px;
}
.box_recruit_add.-item03 {
	right: 20px;
	bottom: 0;
}

.entry_btn {
	text-align: center;
}
.entry_btn a {
	display: inline-block;
	min-width: 340px;
	height: 65px;
	padding: 0 25px;
	line-height: 65px;
	border-radius: 33px;
	background: #37bce4;
	color: #fff;
	font-weight: 700;
}