@charset "utf-8";


/**/
.office02{
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 60px;
}
.office02 .img01{
}
.office02 .txtwrap{
	margin-bottom: 20px;
}
.office02 .txtwrap p{
	text-align: left;
	font-size:1.6rem;
	margin-bottom: 1.5em;
	line-height: 2.5;
}
.office02 .txtwrap p:last-of-type{
	margin-bottom: 0;
}
@media (min-width: 768px){
	.office02{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.office02 .txtwrap{
		width: 55%;
		margin-bottom: 0;
	}
	.office02 .img01{
		width: 40%;
	}
}
/**/

