@charset "utf-8";
/* Copyright 2018 FSFIELD All Rights Reserved. */

/* ------------------------------------------------------------

各事業所紹介

------------------------------------------------------------ */

/* コンテンツ
---------------------------------------------- */
#office01,
#office02,
#office03{margin-bottom: 80px;}

#office01 .office_inner01::before,
#office01 .office_inner02::before{background: #68C5C9;}

#office02 .office_inner01::before,
#office02 .office_inner02::before{background: #AEC64F;}

#office03 .office_inner01::before,
#office03 .office_inner02::before{background: #EE8093;}

.office_inner01{position: relative;}

.office_inner01{
	text-align: center;
	margin-bottom: 40px;
}

.office_inner01::before{
	content: '';
	width: 63%;	
	display: block;
	position: absolute;
	right: 0;
	height: 480px;
	z-index: -1;
}

.office_inner02{position: relative;}

.office_inner02::before{
	content: '';
	width: 63%;	
	display: block;
	position: absolute;
	left: 0;
	height: 368px;
	z-index: -1;	
}

.office_content01{
	width: 960px;
	margin: 0 auto;
	display: table;
}

.office_content01 .txt_office01{
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	color: #FDFCF1;
	padding-right: 30px;
}

.office_content01 figure{
	display: table-cell;
	vertical-align: top;
}

/* テーブル
---------------------------------------------- */
.table_office{
	width: 100%;
	margin-bottom: 20px;
}

.table_office th,
.table_office td{
	padding: 20px 0;
	vertical-align: middle;
}

.table_office tr:first-child th,
.table_office tr:first-child td{padding-top: 0;}

.table_office th{width: 29%;}

.table_office th p{
	display: inline-block;
	background: #FDFCF1;	
	padding: 5px 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.table_office td{padding-left: 20px;}

#office01 .table_office tr{border-bottom: 1px solid #42B1B7;}

#office01 .table_office th p{color: #42B1B7;}

#office02 .table_office tr{border-bottom: 1px solid #99B039;}

#office02 .table_office th p{color: #AEC64F;}

#office03 .table_office tr{border-bottom: 1px solid #E95A73;}

#office03 .table_office th p{color: #EE8093;}

