@charset "UTF-8";
/***************************************************
事業所紹介
***************************************************/

.lp-hw-tdfk-hwlist-info {
	border: 1px solid #e8e8e2;
	margin-bottom: 30px;
	padding: 10px;
}

.lp-hw-tdfk-hwlist-info__title {
	padding-bottom: 20px;
}

.lp-hw-tdfk-hwlist-info__text {
	color: #999996;
	font-size: 12px;
}

.lp-hw-tdfk-hwlist-info__text a {
	color: #999996;
	display: inline;
	padding: 0 2px;
	text-decoration: underline;
}

.lp-hw-tdfk-hwlist-arealist h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 2;
}

.lp-hw-tdfk-hwlist-arealist__link li {
	background-image: url('../../images/hw/icon_006a.png');
	background-position: 99% 50%;
	background-repeat: no-repeat;
	background-size: 5px auto;
	padding: 10px 0 8px 10px;
}

.lp-hw-tdfk-hwlist-arealist__link li img {
	margin-left: 10px;
	vertical-align: middle;
}

.lp-hw-tdfk-hwlist-arealist ul li div .lp-hw-tdfk-hwlist-arealist__heading {
	padding: 17px 0 15px;
	border-bottom: 1px solid #d5d5d5;
}

.lp-hw-tdfk-hwlist .lp-hw-content-list__slide a {
	color: #2e73d8;
	text-decoration: none;
}

.lp-hw-tdfk-hwlist .lp-hw-content-list__slide span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lp-hw-content-list li span {
	display: block;
}

/***************************************************
管轄区域
***************************************************/

.lp-hw-tdfk-central-hw {
	position: relative;
}

.lp-hw-tdfk-central-hw-middle-area__title {
	color: #13131e;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 21px;
	padding-bottom: 5px;
	text-align: left;
}

.lp-hw-tdfk-central-hw-middle-area__hwlist {
	box-sizing: border-box;
}

.lp-hw-tdfk-central-hw-middle-area-list section:not(:last-child) {
	margin-bottom: 30px;
}

.lp-hw-tdfk-central-hw-middle-area__hwlist dl {
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	box-sizing: border-box;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.lp-hw-tdfk-central-hw-middle-area__hwlist dl:first-child {
	border-radius: 5px 5px 0 0;
}

.lp-hw-tdfk-central-hw-middle-area__hwlist dl:last-child {
	border-bottom: 1px solid #e8e8e2;
	border-radius: 0 0 5px 5px;
}

.lp-hw-tdfk-central-hw-middle-area__hwlist dt {
	background-color: #f8f8f6;
	box-sizing: border-box;
	display: table-cell;
	font-size: 14px;
	font-weight: 700;
	padding: 10px;
	vertical-align: middle;
	width: 45%;
}

.lp-hw-tdfk-central-hw-middle-area__hwlist dd {
	display: table-cell;
	font-size: 14px;
	padding: 10px;
	vertical-align: middle;
	width: 55%;
}

/***************************************************
バイトルへのリンク
***************************************************/

.lp-hw-tdfk-baitoru-link {
	padding: 0 20px 20px;
}

/***************************************************
floatメニュー
***************************************************/

.lp-hw-top-float-button {
	background: #000000b3 0 0 no-repeat padding-box;
	border-radius: 29px 0 0 0;
	bottom: 0;
	box-sizing: border-box;
	height: 75px;
	padding: 5px 20px;
	position: fixed;
	right: 0;
	width: 162px;
	z-index: 2;
}


.lp-hw-top-float__text {
	font-weight: bold;
	height: 100%;
	padding: 12px 0;
	text-align: center;
}

.lp-hw-top-float__text a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 15px;
	position: relative;
	text-align: left;
}

.lp-hw-top-float__text a::after {
	background: url(../../images/hw/common/icon_003a.png) no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 20px;
	position: absolute;
	right: 0;
	top: 10px;
	width: 20px;
}

.lp-hw-top-float-button--down .lp-hw-top-float__text a::after {
	background: url(../../images/hw/icon_003b.png) no-repeat;
	background-size: contain;
	content: '';
}