@charset "UTF-8";

/*-----------------------------------
office
----------------------------------*/
#office h2.icon_title:before{
	content: url("../img/common/icon_finger_w.svg");
}
#office section .icon_title:before{
	content: url("../img/common/icon_train_v.svg");
	left: 0;
}
#office .access{
	margin-left: 15%;
}
@media screen and (max-width: 740px) {
	#office section .icon_title:before{
		width: 25px;
	}
}
/*-----------------------------------
company
-----------------------------------*/
#company .icon_title:before{
	content: url("../img/common/icon_note_w.svg");
}
#company dt,
#company dd{
	padding: 15px 2.5%;
}
#company dt{
	background: #f0e8f8;
}
#company dd{
	padding-bottom: 25px;
}
#company dd div{
	margin:15px 0 15px 20px;
	padding-left: 10px;
	border-left: solid 5px #a88ec5;
}
@media screen and (max-width: 740px) {
	#company .icon_title:before{
		width: 25px;
	}
}


