@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

office CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

.wrapper .mainContent .office {
	margin: 0 0 30px;
	background: #F7F7F7;
}
.wrapper .mainContent .office + .office + .office + .office + .office {
	margin: 0;
}
.wrapper .mainContent .office {
	margin: 0 0 30px;
	background: #F7F7F7;
}
.wrapper .mainContent .office img {
	width: 360px;
	float: left;
}
.wrapper .mainContent .office .data {
	width: 100%;
	padding: 20px 20px 20px 380px;
	line-height: 1.4;
}
.wrapper .mainContent .office .data p.region {
	font-size:20px;
	color: #3852A5;
	margin:0 0 15px;
}
.wrapper .mainContent .office .data p.address {
	margin:0 0 15px;
}
.wrapper .mainContent .office .data p.address a,
.wrapper .mainContent .office .data p.address a:link {
	color: #3852A5;
	text-decoration:underline;
}
.wrapper .mainContent .office .data p.tel {
	font-size: 14px;
	margin:0 0 15px;
}
.wrapper .mainContent .office .data p.access {
	font-size: 14px;
}
.contactblock {
	margin-top:52px;
}
/*
------------------------------------------------------------------------------------------------------------------ PC for 1024 */
@media screen and (max-width: 1024px) {

}

/*
------------------------------------------------------------------------------------------------------------------ Tablet */
@media screen and (max-width: 900px) {

}

/*
------------------------------------------------------------------------------------------------------------------ Tablet */

@media screen and (max-width: 768px) {
	.wrapper .mainContent .office .data p.address {
		font-size:16px;
	}
	.wrapper .mainContent .office .data p.region,
	.wrapper .mainContent .office .data p.address,
	.wrapper .mainContent .office .data p.tel {
		margin:0 0 10px;
	}
}
@media screen and (max-width: 600px) {
	.wrapper .mainContent .office img {
		width: 100%;
		float: none;
	}
	.wrapper .mainContent .office .data {
		width: 100%;
		padding: 20px;
	}
	.wrapper .mainContent .office .data p.region {
		font-size:20px;
		color: #3852A5;
		margin:0 0 15px;
	}
	.wrapper .mainContent .office .data p.address {
		margin:0 0 15px;
	}
	.wrapper .mainContent .office .data p.tel {
		font-size: 14px;
		margin:0 0 15px;
	}
	.wrapper .mainContent .office .data p.access {
		font-size: 14px;
	}	
}