@charset "utf-8";

/**MainVisual**/
.main_visual {
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	height: 395px;
	background-image: url(/works/img/main_visual.png);
}

/*開発実績*/
.three_image {
  margin-top: 40px;
  margin-bottom: 10px;
}

.three_image p{
	font-weight: bold;
}

.three_image:after {
  content: "";
  clear: both;
  display: block;
}
.img_align {
  float: left;
  margin-right: 1px;
}
.text_body {
  width: 1000px;
  line-height: 25px;
  font-size: 14px;
  margin: 0 auto;
}
.development_day {
	margin-top: 14px;
}
.box_library {
	position: relative;
	width: 343px;
	text-align: center;
	height: 60px;
	border: 1px solid black;
	margin: 0 auto;
	top: -8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
.tac {
    margin-top: -30px;
}
