/*===============================================
画面の横幅が641px以上
===============================================*/

@media print, screen and (min-width: 641px){

/*  オフィス情報　*/
/*--------------------------------------------------------*/

.officeBox{
	padding-bottom:20px;
}

.officeBox p.message{
	text-align:center;
	margin-bottom:30px;
}

.officeBox .officeBox_inner{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.box{
	float:left;
	width:300px;
	margin-bottom:50px;
}

.box .inner{
	padding:0 5px;
}

.mr{
	margin-right:30px;
}

.box .photo{
	margin-bottom:22px;
}

.box .photo a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.box .inner h3{
	font-size:100%;
	font-weight:bold;
	line-height:1.6em;
	margin-bottom:10px;
}

.box h3 a {text-decoration: none;}
.box h3 a:link {color:#333;}
.box h3 a:visited {color:#333;}
.box h3 a:active {color:#333;}
.box h3 a:hover {color:#1841ce; text-decoration: underline;}

.box .inner .office_info{
	font-size:90%;
	line-height:1.7em;
}

.box .inner .bt{
	margin-top:20px;
}

}