/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  overflow: hidden;
}
main section.s01 .wrapper {
  padding-top: 615px;
  background-image: url(../images/tp0101.jpg);
  background-size: auto 550px;
  background-position: top 0 center;
  background-repeat: no-repeat;
  position: relative;
}
main section.s01 .wrapper::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 550px;
  background-color: #FFB201;
  z-index: -1;
}
main section.s01 .wrapper h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
  background-image: url(../images/tp0102.jpg);
  background-repeat: no-repeat;
  background-position: top 30px center;
}
main section.s01 .wrapper .t02 {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  background-color: #E6E6E6;
  width: 780px;
  margin: 40px auto 0;
  padding: 30px;
}

main section.s02 {
  overflow:hidden;
}
main section.s02 .wrapper{
  margin-top:130px;
}
main section.s02 .wrapper h2{
  font-size:30px;
  font-weight:bold;
  color:#1D1669;
  text-align:center;
  margin-bottom:38px;
}
main section.s02 .wrapper ul{
  width:960px;
  margin:0 auto;
}
main section.s02 .wrapper ul li{
  font-size:16px;
  border-bottom:1px solid #FFB200;
  padding-top:20px;
  padding-bottom:22px;
}
main section.s02 .wrapper ul li span {
  margin-left:20px;
  margin-right:32px;
}

