/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../../product/img/pagetit.jpg) no-repeat 340px top;
  background-size: cover;
}

#lead {
  padding-bottom: 160px;
}

#product .sec_lead .txt {
  letter-spacing: .4em;
}
#product .lead {
  margin: 40px 0 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
#product .lead span {
  font-weight: bold;
}
#product .lead + p {
  line-height: 2.2;
}
#product .info_table {
  margin-top: 40px;
}
#product .btn_wrap {
  margin-top: 55px;
}
#product .btn_wrap a.btn .icon {
  position: relative;
  top: -2px;
  width: 27px;
  height: 24px;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  #pagetit {
    background-position: center;
    background-size: cover;
  }

  #lead {
    padding-bottom: 30px;
  }

  #product .sec_lead {
    margin-top: 20px;
  }
  #product .sec_lead .txt {
    letter-spacing: .15em;
  }
  #product .lead {
    margin: 30px 0 15px;
    font-size: 18px;
  }
  #product .lead + p {
    line-height: 1.8;
  }
  #product .info_table {
    margin-top: 20px;
  }
  #product .btn_wrap {
    margin-top: 30px;
  }
  #product .btn_wrap a.btn .icon {
    position: relative;
    top: -2px;
    margin-right: 10px;
  }
}
/* ---------------------------------------------------
	sec1
------------------------------------------------------ */
#sec1 {
  padding-bottom: 160px;
}
#sec1 .bg {
  position: relative;
  height: 700px;
  padding-top: 50px;
  background: url(../../product/img/sec1_bg_01.jpg) no-repeat center;
  background-size: cover;
}
#sec1 .bg .sec_lead {
  position: relative;
  top: 80px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #sec1 {
    padding-bottom: 40px;
  }
  #sec1 .bg {
    height: auto;
    padding: 0 0 10px;
    background: #002c85;
    color: #fff;
  }
  #sec1 .bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    margin-bottom: 25px;
    padding-top: 65%;
    background: url(../../product/img/sec1_bg_01.jpg) no-repeat 85% center;
    background-size: cover;
  }
  #sec1 .bg .sec_tit {
    color: #fff;
  }
  #sec1 .bg .sec_lead {
    top: 0;
  }
}
/* ---------------------------------------------------
	sec2
------------------------------------------------------ */
#sec2 {
  padding-bottom: 160px;
}
#sec2 .bg {
  position: relative;
  height: 700px;
  padding-top: 50px;
  background: url(../../product/img/sec2_bg_01.jpg) no-repeat center;
  background-size: cover;
}
#sec2 .bg .sec_tit {
  color: #fff;
}
#sec2 .bg .sec_lead {
  position: relative;
  top: 100px;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #sec2 {
    padding-bottom: 40px;
  }
  #sec2 .bg {
    height: auto;
    padding: 0 0 10px;
    background: #002c85;
  }
  #sec2 .bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    margin-bottom: 25px;
    padding-top: 65%;
    background: url(../../product/img/sec2_bg_01.jpg) no-repeat 75% center;
    background-size: cover;
  }
  #sec2 .bg .sec_lead {
    top: 0;
  }
}
/* ---------------------------------------------------
	sec3
------------------------------------------------------ */
#sec3 {
  padding-bottom: 160px;
}
#sec3 .bg {
  position: relative;
  height: 700px;
  padding-top: 50px;
  background: url(../../product/img/sec3_bg_01.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  #sec3 {
    padding-bottom: 40px;
  }
  #sec3 .bg {
    height: auto;
    padding: 0 0 30px;
    background: #002c85;
  }
  #sec3 .bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    margin-bottom: 25px;
    padding-top: 65%;
    background: url(../../product/img/sec3_bg_01.jpg) no-repeat 60% center;
    background-size: cover;
  }
  #sec3 .bg .sec_tit {
    float: none;
    color: #fff;
    padding-left: 0;
    text-align: left;
  }
  #sec3 .bg .sec_tit:before {
    left: auto;
    right: 0;
  }
  #sec3 .bg .sec_lead {
    top: 0;
  }
}
/* ---------------------------------------------------
	sec4
------------------------------------------------------ */
#sec4 {
  padding-bottom: 240px;
}
#sec4 .bg {
  position: relative;
  height: 700px;
  padding-top: 50px;
  background: url(../../product/img/sec4_bg_01.jpg) no-repeat center;
  background-size: cover;
}
#sec4 .bg .sec_tit {
  color: #fff;
}
#sec4 .bg .sec_lead {
  position: relative;
  top: 110px;
  color: #fff;
  text-shadow: 0 0 10px #362200, 0 0 15px #362200, 0 0 20px #362200, 0 0 20px #764800;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #sec4 {
    padding-bottom: 60px;
  }
  #sec4 .bg {
    height: auto;
    padding: 0 0 10px;
    background: #002c85;
  }
  #sec4 .bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    margin-bottom: 25px;
    padding-top: 65%;
    background: url(../../product/img/sec4_bg_01.jpg) no-repeat 70% center;
    background-size: cover;
  }
  #sec4 .bg .sec_lead {
    top: 0;
    text-shadow: none;
  }
}
