@charset "UTF-8";



@media print {
	/* 事業所（拠点案内） */
	.page_h2 {
		margin: 0 0 35px !important;
	}
	
	#map_company04 {
		width: 100%;
		max-width: 1000px;
		margin: 0 0 30px;
		line-height: 0;
		position: relative;
	}
	#map_company04 img {
		width: 100%;
		height: auto;
	}
	#map_company04 p {
		background: #0067b6;
		color: #ffffff;
		text-align: center;
		font-size: 80%;
		line-height: 1 !important;
		padding: 6px 8px;
		position: absolute;
		top: 60px;
		left: 120px;
	}
	
	.office {
		width: 100%;
		max-width: 800px;
		margin: 0 auto 110px;
	}
	.office h3 {
		text-align: center;
		color: #0067b6;
		font-size: 120%;
		line-height: 1;
		margin: 0 0 30px;
	}
	.office ul {
		border-top: 1px #d4d4d4 solid;
	}
	.office ul li {
		padding: 18px 0;
		border-bottom: 1px #d4d4d4 solid;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.office ul li dl {
		font-size: 95%;
		line-height: 2;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.office ul li dl dt {
		width: 170px;
		flex-shrink: 0;
	}
	.dt_long {
		width: 200px !important;
	}
	.office ul li dl dd {
		color: #333333;
	}
	
	.map_link {
		width: 80px;
		height: 40px;
		background: #0067b6;
		border-radius: 40px;
		box-sizing: border-box;
		border: 2px #0067b6 solid;
		text-align: center;
		font-size: 95%;
		line-height: 36px;
		flex-shrink: 0;
	}
	.detail_link {
		width: 130px;
		height: 40px;
		background: #0067b6;
		border-radius: 40px;
		box-sizing: border-box;
		border: 2px #0067b6 solid;
		text-align: center;
		font-size: 95%;
		line-height: 36px;
		flex-shrink: 0;
	}
	.map_link a,.detail_link a {
		color: #ffffff;
		display: block;
		width: 100%;
		height: 100%;
	}
	.map_link:hover,.detail_link:hover {
		background: #ffffff;
	}
	.map_link:hover a,.detail_link:hover a {
		color: #0067b6;
	}
}


