@charset "shift_jis";
/* CSS Document */
/* --------------------------------------------------------
	all
-------------------------------------------------------- */
/* link */
a:link {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}
/* body
-------------------------------------------------------- */
body {
  font-size: 14px;
  background: url(../images/bg_main.jpg) no-repeat center 80px;
}
header {
  overflow: hidden;
  background: url(../images/bg_header.png) repeat-x 0 0;
}
header h1 {
  float: left;
}
header .inner {
  width: 1000px;
  margin: 0 auto;
}
header nav {
  float: right;
}
header nav li {
  float: left;
  margin: 12px 15px 0 0;
  background: url(../images/ic_circle.png) no-repeat 0 2px;
  padding: 0 0 0 20px;
}
header nav a:link,
header nav a:visited {
  text-decoration: none;
  color: #fff;
}
header nav a:hover,
header nav a:active {
  text-decoration: none;
  opacity: 0.7;
}
#feature,
#point,
#dcm,
#company {
  width: 1000px;
  margin: 0 auto;
}
#feature {
  margin-top: 480px;
  height: 363px;
  background: url(../images/bg_partner.png) no-repeat 0 0;
}
#feature > p {
  float: left;
  margin: 170px 0 0 25px;
}
#feature h2 {
  float: right;
  margin: 70px 0 33px;
}
#feature h2 + p {
  float: right;
  line-height: 2.55;
  margin: 0 0 0 0;
  text-align: right;
  font-size: 16px;
}
.wrapper {
  background: #f8f8f8;
  margin: 80px 0 100px;
}
#point ul {
  padding: 80px 0 100px;
  overflow: hidden;
}
#point ul li {
  float: left;
  margin: 0 85px 0 0;
}
#point ul li:last-child {
  margin-right: 0;
}
#dcm h2 {
  margin: 0 0 20px;
}
#dcm h2 + p {
  line-height: 1.6;
}
#dcm .inner {
  height: 1450px;
  position: relative;
  margin: 70px 0 100px;
  padding-bottom: 100px;
  background: url(../images/bg_dcm.png) no-repeat 303px 0;
}
#dcm .inner div {
  position: absolute;
}
#dcm .inner div h3 {
  color: #7fc04c;
  margin: 0 0 10px;
  font-weight: bold;
}
#dcm .inner div h3 span {
  color: #000;
  font-weight: normal;
  display: block;
  font-size: 24px;
  margin: 10px 0 0;
  line-height: 1.2;
}
#dcm .inner div p {
  line-height: 1.3;
}
#dcm .inner #step1 {
  top: 0;
  left: 0;
  padding: 238px 20px 20px 90px;
  width: 289px;
  height: 144px;
  background: url(../images/bg_dcm1.jpg) no-repeat 0 0;
}
#dcm .inner #step2 {
  top: 125px;
  right: 0;
  padding: 238px 20px 20px 103px;
  width: 390px;
  height: 121px;
  background: url(../images/bg_dcm2.jpg) no-repeat 0 0;
}
#dcm .inner #step3 {
  top: 447px;
  left: 0;
  padding: 238px 20px 20px 90px;
  width: 289px;
  height: 163px;
  background: url(../images/bg_dcm3.jpg) no-repeat 0 0;
}
#dcm .inner #step4 {
  top: 588px;
  right: 0;
  padding: 238px 20px 20px 103px;
  width: 390px;
  height: 607px;
  background: url(../images/bg_dcm4.jpg) no-repeat 0 0;
}
#dcm .inner #step4 span +span {
  font-size: 12px;
  color: #555555;
  margin: 5px 0 15px;
}
#dcm .inner #step4 dl {
  margin: 20px 20px 20px -75px;
  color: #666;
}
#dcm .inner #step4 dt {
  font-size: 13px;
  font-weight: bold;
  background: url(../images/ic_circle2.png) no-repeat 0 5px;
  padding: 0 0 2px 12px;
  color: #777;
}
#dcm .inner #step4 dd {
  font-size: 12px;
  margin: 0 0 7px;
}
#company {
  overflow: hidden;
}
#company dl {
  float: left;
  width: 400px;
  margin: 50px 0 100px;
}
#company dl dt {
  font-weight: bold;
  color: #2aa4cf;
  padding: 20px 0 5px;
  border-bottom: 1px dashed #999;
}
#company dl dd {
  margin: -23px 0 7px 90px;
}
#company dl dt.address {
  padding: 20px 0 20px;
}
#company dl dt.address + dd {
  margin: -40px 0 5px 90px;
}
#company dl dt.client {
  border: none;
  padding-top: 25px;
}
#company dl dt.client + dd {
  margin: 0 0 0 0;
}
#company dl + p {
  float: right;
  padding: 0 20px 0 0;
}
footer {
  background: #2aa4cf;
  text-align: center;
}
footer .copyright {
  color: #fff;
  font-size: 12px;
  padding: 15px 0;
}