@charset "utf-8";
/* CSS Document */
/*---------------
company
---------------*/
#company dl {
	font-size: 1.8rem;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}
#company dt {
  border-bottom: 1px solid #266ec7;
  width: 33.3%;
  padding: 50px 0;
}
#company dd {
	border-bottom: 1px solid #cdcdcd;
	width: 66.7%;
	font-weight: 300;
	padding: 50px 0;
	line-height: 1.9;
}
#company dd .address {
	margin: 0 0 40px;
}
#company dd .address:last-child {
	margin: 0;
}
#company dd .address .office {
	font-weight: bold;
}
/* access-head */
.access-head {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 50px 0 30px;
	position: relative;
}
.access-head h3 {
	font-size: 3.6rem;
	margin-right: 33px;
}
.access-head p {
	font-size: 1.8rem;
	font-weight: 300;
}
.access-head p span {
	font-weight: bold;
}
.access-head a {
	position: absolute;
	right: 0;
	width: 230px;
	height: 60px;
	border: 1px solid #141D2D;
	border-radius: 5px;
	display: block;
	line-height: 60px;
	text-align: center;
	font-size: 1.4rem;
}