@charset "UTF-8";

/****
	
2025-0106フッター調整用

***/
.office_box01{
	clear:both;
	width:83%;
	max-width: 600px;
	height:auto;
	margin:0 auto;
	position:relative;
/*
	
	background: rgba(210,91,234,1.00);
*/
}
@media print, screen and (min-width: 801px) {
.office_box01{
	width:100%;
}
}


.office_flex01{
	clear: both;
	width: 100%;
/*	max-width: 700px;*/
	height: auto;
	margin: 0 auto;
	position: relative;
}
@media print, screen and (min-width: 801px) {
.office_flex01{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
}
/****
	
2025-0106フッター調整用

***/