#key {
  background: url("../img/info/key.jpg") no-repeat center/cover;
}

#sec1 {
  margin-top: 210px;
  padding-bottom: 88px;
  background: url("../img/info/s1_deco_1.png") no-repeat top center, url("../img/info/s1_deco_2.png") repeat-x bottom, #fff;
  position: relative;
}
#sec1:after {
  content: '';
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #000;
  position: absolute;
}
#sec1 h2 {
  text-align: center;
}
#sec1 h4 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin: 20px 0 20px;
}
#sec1 .info {
  padding: 0 0 0 190px;
}
#sec1 .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-bottom: 30px;
}
#sec1 .info dl dt {
  width: 94px;
  border-right: 2px solid #a3a2a2;
}
#sec1 .info dl dd {
  padding-left: 25px;
  width: calc(100% - 96px);
}

#sec2 {
  padding-bottom: 88px;
  background: url("../img/info/s2_deco.png") no-repeat top center, url("../img/shared/bg_9.jpg") repeat-x top, url("../img/shared/bg_4.jpg");
}
#sec2 h2 {
  text-align: center;
}
#sec2 h4 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin: 20px 0 20px;
}
#sec2 .info {
  padding: 0 0 0 190px;
}
#sec2 .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-bottom: 30px;
}
#sec2 .info dl dt {
  width: 94px;
  border-right: 2px solid #8b6f5a;
}
#sec2 .info dl dd {
  padding-left: 25px;
  width: calc(100% - 96px);
}

#sec3 {
  padding: 80px 0 91px;
}
#sec3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 81px 0 79px;
}
