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

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

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

#sec1 {
  background: url(../img/index/sec1_bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-bottom: 101px;
}

#sec1 h2 {
  padding: 96px 0 43px;
}

#sec1 .txt {
  padding-bottom: 25px;
}

#sec1 .txt p {
  padding-bottom: 33px;
}

#sec2 {
  padding-bottom: 36px;
  position: relative;
  z-index: 1;
}

#sec2:before {
  content: url(../img/index/sec2_bg.png);
  position: absolute;
  top: 0;
  right: 0;
}

#sec2 h2 {
  padding: 141px 0 16px;
  text-align: right;
}

#sec2 .txt {
  width: 498px;
  padding: 40px 0 52px 10px;
}

#sec2 .bnr {
  margin-left: 10px;
}

#sec2 .photo1 {
  position: absolute;
  top: 24px;
  left: -157px;
}

#sec2 .photo2 {
  position: absolute;
  top: 438px;
  right: -236px;
}

#sec3 {
  position: relative;
  background-image: url(../img/index/sec3_bg.jpg);
  min-height: 773px;
  margin-top: -64px;
}

#sec3:before {
  content: '';
  background-color: #fff;
  -moz-transform: skewY(-5deg);
  -webkit-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  transform: skewY(-5deg);
  position: absolute;
  top: -136px;
  left: 0;
  right: 0;
  height: 272px;
}

#sec4 {
  padding-bottom: 223px;
  position: relative;
  z-index: 3;
}

#sec4:before {
  content: '';
  background-color: #fff;
  -moz-transform: skewY(-5deg);
  -webkit-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  transform: skewY(-5deg);
  position: absolute;
  top: -119px;
  left: 0;
  right: 0;
  height: 300px;
  z-index: -1;
}

#sec4:after {
  content: url(../img/index/sec4_bg2.png);
  position: absolute;
  bottom: -12px;
  right: 0;
}

#sec4 h2 {
  position: absolute;
  top: 30px;
  right: -19px;
}

#sec4 h3 {
  padding-top: 383px;
  margin-left: -5px;
}

#sec4 .txt {
  padding: 50px 0 52px;
}

#sec4 .photo {
  position: absolute;
  top: 623px;
  right: 38px;
}

#sec4 .wrap {
  z-index: 2;
}

#sec4 .wrap:after {
  content: url(../img/index/sec4_deco.png);
  position: absolute;
  top: -187px;
  left: -97px;
}

#sec4 .wrap:before {
  content: url(../img/index/sec4_bg.png);
  position: absolute;
  top: -20px;
  left: 0;
}

#sec5 .boxleft {
  background: url(../img/index/sec5_bg.jpg) top center no-repeat;
  background-size: cover;
  width: calc(100% - 528px);
  min-height: 750px;
}

#sec5 .boxright {
  background: url(../img/shared/bg1.jpg) top center repeat;
  background-size: cover;
  width: 528px;
  padding: 164px 72px 0 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 750px;
}

#sec5 .boxright .txt {
  padding: 42px 0 57px;
  color: #fff;
}

#sec6 {
  padding-bottom: 100px;
}

#sec6 h2 {
  text-align: center;
  padding: 106px 0 38px;
}

#sec6 #feed {
  width: 844px;
  margin: 0 auto;
}

#sec6 #feed .blk {
  float: left;
  margin-right: 47px;
  width: 250px;
}

#sec6 #feed .blk:last-child {
  margin-right: 0;
}

#sec6 #feed .blk dl .date {
  font-size: 13px;
  line-height: 30px;
  color: #9f9e9e;
  padding: 16px 0 00px;
}

#sec6 #feed .blk dl .title {
  font-size: 14px;
  line-height: 34px;
  font-weight: bold;
}

#sec6 #feed .blk dl .txt {
  font-size: 12px;
  line-height: 22px;
  padding-top: 6px;
}

#sec7 {
  padding-bottom: 118px;
}

#sec7 .info {
  width: 844px;
  margin: 0 auto;
}

#sec7 .info .boxfb {
  width: 380px;
}

#sec7 .info .boxfb .ttl {
  text-align: center;
  padding-bottom: 38px;
}

#sec7 .info .boxins {
  width: 380px;
}

#sec7 .info .boxins .ttl {
  text-align: center;
  padding-bottom: 38px;
}

#sec7 .info .boxins ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

#sec7 .info .boxins ul li:nth-child(3n) {
  margin-right: 0;
}

.news_box {
	background: url(../img/shared/bg1.jpg) repeat top center;
    width: 860px;
    margin: 50px auto;
    line-height: 1.8;
    padding-bottom:39px;
}
.news_box .ttl {
	color: #fff;
    padding: 39px 50px 10px;
    text-align: center;
    font-size: 20px;
    width: 760px;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
}
.news_box .txt {
	color: #fff;
	padding: 20px 50px 0;
	text-align: center;
}

.news_box .link a{
	margin: 40px auto 0;
	width: 300px;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 18px;
	background-color: #630003;
	border-radius: 0px;
	padding: 10px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 25px;
	letter-spacing: 2px;
    border:solid 1px #FFF;
    font-weight: bold;
}