@charset "utf-8";

.office01{}

.office01 .unit01{
	margin-bottom:60px;
}
.office01 .unit01 .wrap01{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.office01 .unit01 figure{
	margin-bottom:10px;
}
.office01 .unit01 .wrap01 .txt01{
	text-align: left;
	font-size: 12px;
}
.office01 .unit01 .wrap01 .btn01{
	width:120px;
	color:#fff;
	background: #004997;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size:14px;
	text-decoration: none;
	padding:5px 0;
}
.office01 .unit01 .wrap01 .btn01 img{
	width:14px;
	margin-right:5px;
}

@media (min-width:768px) {
	.office01{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.office01 .unit01{
		width:48%;
		max-width:480px;
	}
}
