@charset "utf-8";
/* -------------------------------
style
------------------------------- */
/* constructionBox */
.constructionBox .pic {
  width:490px;
  float:left;
  position:relative;
}
.constructionBox .pic .caption {
  display:block;
  position:absolute;
  bottom:18px;
  left: 22px;
}
.constructionBox .txt {
  width:400px;
  margin-right:30px;
  float:right;
}
/* systemBox */
.l-content .systemBox {
  padding-bottom: 25px;
  border: 1px solid #d9d9d9;
  margin: 35px auto 0;
}
.l-content .systemBox .ttl {
  background: #4c74ae;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  font-size:16px;
}
.l-content .systemBox .pic {
  margin-top: 25px;
  text-align: center;
  position:relative;
}
.l-content .systemBox .pic .caption {
  display:block;
  position:absolute;
  top:228px;
  left: 109px;
  font-weight:bold;
}
.l-content .systemBox .pic .caption a {
  text-decoration:underline;
}
/* seriesBox */
.l-content .seriesBox {
  margin-top:30px;
}
.l-content .seriesBox .pic {
  margin-top:40px;
}
.l-content .seriesBox .pic:first-child {
  margin-top:0;
}
.l-content .seriesBox .m-cols {
  margin-top:40px;
}





