header #key {
  background: url(../img/access/key.jpg) no-repeat center center;
  background-size: cover;
}

header #key .key_txt {
  position: absolute;
  top: 292px;
  left: 0;
  right: 0;
  text-align: center;
}

#sec1 {
  padding-bottom: 180px;
  position: relative;
}

#sec1:before {
  content: url(../img/access/sec1_bg.png);
  position: absolute;
  top: 0;
  right: 0;
}

#sec1 h2 {
  text-align: center;
  padding-bottom: 76px;
}

#sec1 .info {
  width: 640px;
  margin: 0 auto;
  padding-bottom: 96px;
}

#sec1 .info dl {
  padding: 5px 0;
  line-height: 30px;
  border-bottom: 1px solid #000;
}

#sec1 .info dl dt {
  float: left;
  width: 184px;
}

#sec1 .info dl dd {
  float: left;
  width: 456px;
}

#sec1 .info dl dd span {
  font-size: 25px;
  letter-spacing: 5px;
  line-height: 41px;
}

#sec1 ul {
  padding-bottom: 198px;
}

#sec1 .box {
  width: 872px;
  margin: 0 auto;
  background: url(../img/access/bg_box.png) no-repeat top center;
  min-height: 300px;
  position: relative;
}

#sec1 .box:before {
  content: '';
  border: 5px solid #c9c9c9;
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
}

#sec1 .box h3 {
  text-align: center;
  padding-top: 48px;
}

#sec1 .box .txt {
  text-align: center;
  padding-top: 40px;
}

#sec2 {
  padding-bottom: 147px;
}

#sec2 .sec2_btn {
  width: 860px;
  margin: 65px auto 0 auto;
  padding-bottom: 90px;
}

#sec2 .sec2_btn .text {
  text-align: center;
  padding-top: 31px;
}

#sec2 .box .ttl {
  padding-bottom: 74px;
  text-align: center;
}

#sec2 .box ul {
  width: 840px;
  margin: 0 auto;
}

#sec3 {
  background: url(../img/shared/bg2.jpg) repeat top center;
  padding-bottom: 129px;
}

#sec3 h2 {
  text-align: center;
  padding-top: 96px;
}

#sec3 .txt {
  text-align: center;
  line-height: 40px;
  padding: 42px 0 33px;
}

#sec3 .info {
  width: 640px;
  margin: 0 auto;
}

#sec3 .info dl {
  padding: 2px 0;
  border-bottom: 1px solid #000;
}

#sec3 .info dl dt {
  float: left;
  width: 184px;
}

#sec3 .info dl dd {
  float: left;
  width: 456px;
}

#sec3 ul {
  width: 915px;
  margin: 86px auto 0 auto;
}

.pt15 {
  padding-top: 15px !important;
}