#mainvisual {
  width: 960px;
  margin-bottom: 10px;
}

#oneSourceContainer {
  width: 900px;
  height: 325px;
  margin: 0 auto 25px;
}

#oneSourceContainer section {
  float: left;
  height: 175px;
  padding-top: 150px;
  text-align: center;
  position: relative;
}
#oneSourceContainer section.sec1 {
  background: url(/images/index/img_colback1.gif) 0 0 no-repeat;
  width: 290px;
  padding-left: 15px;
}
#oneSourceContainer section.sec1 h1 {
  width: 93px;
  height: 112px;
  top: 30px;
  left: 110px;
}
#oneSourceContainer section.sec2 {
  background: url(/images/index/img_colback2.gif) 0 0 no-repeat;
  width: 290px;
}
#oneSourceContainer section.sec2 h1 {
  width: 89px;
  height: 87px;
  top: 50px;
  left: 75px;
}
#oneSourceContainer section.sec3 {
  background: url(/images/index/img_colback3.gif) 0 0 no-repeat;
  width: 290px;
  padding-right: 15px;
}
#oneSourceContainer section.sec3 h1 {
  width: 114px;
  height: 98px;
  top: 40px;
  left: 90px;
}

#oneSourceContainer section h1 {
  position: absolute;
}

#oneSourceContainer section h2 {
  font-size: 320%;
  font-weight: bold;
  margin-bottom: 20px;
}

#oneSourceContainer section p {
  width: 220px;
  font-size: 120%;
  line-height: 1.6;
  margin: 0 auto;
}

#strongPoint {
  margin: 0 auto;
  width: 692px;
  height: 152px;
  border: 1px solid #e6e6e6;
  margin-bottom: 120px;
  background: #fff;
}

#strongPoint section {
  float: left;
  width: 170px;
  height: 72px;
  padding: 50px 30px 30px;
  border-right: 1px solid #e6e6e6;
  position: relative;
}
#strongPoint section.last {
  border-right: none;
}

#strongPoint section h1 {
  width: 100px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: bold;
}

#strongPoint section h2 {
  width: 100px;
  text-align: center;
  font-size: 28px;
  color: #74b236;
}

#strongPoint section div {
  position: absolute;
}

#strongPoint section.st1 div {
  top: 35px;
  right: 40px;
}
#strongPoint section.st2 {
  width: 170px;
  height: 97px;
  padding: 25px 30px 30px;
}
#strongPoint section.st2 h1 {
  margin-bottom: 7px;
  line-height: 1.2;
}
#strongPoint section.st2 h2 {
  line-height: 1.2;
}
#strongPoint section.st2 div {
  top: 45px;
  right: 35px;
}
#strongPoint section.st3 div {
  top: 35px;
  right: 15px;
}
