@charset "UTF-8";

/* -------------------------- */
/* content */
/* -------------------------- */


/* companyImgBox */
.companyImgBox {
}
	.companyImgBox .thum_img {
		width: 33.3333%;
	}

/* outlineBox */
.outlineBox {
}
	.outlineBox .tbrNormal {
		margin-bottom: 15px;
	}
.outlineBox .list_officer {
	display: flex;
	flex-wrap: wrap;
}
.outlineBox .list_officer dt {
	width: 14em;
}
.outlineBox .list_officer dd {
	width: calc(100% - 14em);
}

/* officeBox */
.officeBox {
}
	.officeBox .tbrNormal td {
		width: 100%;
	}
	.officeBox .tbrNormal span {
		display: inline-block;
	}
	.officeBox .tbrNormal a {
		display: block;
	}
		.officeBox #mapBox {
			width: 100%;
			height: 300px;
			margin-bottom: 30px;
		}

/* worksBox */
.worksBox {
}
	.worksBox .companyImgBox {
		margin-bottom: 30px;
	}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:768px) {

/* -------------------------- */
/* content */
/* -------------------------- */

.officeBox {
}
	.officeBox .tbrNormal td {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}


}


/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1024px) {

/* -------------------------- */
/* content */
/* -------------------------- */

/* outlineBox */
.outlineBox {
}
	.outlineBox .tbrNormal {
		margin-bottom: 30px;
	}
		.officeBox #mapBox {
			height: 380px;
		}


}