/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  overflow: hidden;
}
main section.s01 .wrapper {
  background-image: url(../images/re0101.jpg);
  background-size: auto 220px;
  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: 220px;
  background-color: #FFB201;
  z-index: -1;
}
main section.s01 .wrapper .ttl {
  height: 220px;
  max-width: 1299px;
  margin: 0 auto;
}
main section.s01 .wrapper h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  padding-bottom: 17px;
  margin-top: 80px;
}
main section.s01 .wrapper h1::after {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  background-color: #1D1669;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
main section.s01 .wrapper .t01 {
  width: 960px;
  padding-bottom: 20px;
  margin: 40px auto 0;
  font-size: 24px;
  font-weight: 500;
  background-image: url(../images/re0103.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom 0 center;
  color: #1D1669;
}
main section.s01 .wrapper table {
  width: 760px;
  margin: 25px auto 0;
}
main section.s01 .wrapper table tr th {
  width: 200px;
  border: 1px solid #999999;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0 10px 30px;
  vertical-align: top;
  background-color: #FFF0CC;
}
main section.s01 .wrapper table tr td {
  border: 1px solid #999999;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0 10px 30px;
  vertical-align: top;
}
main section.s01 .wrapper table tr td a {
  text-decoration: none;
  color: #FFB200;
}
main section.s01 .wrapper table tr td a img {
  width: 16px;
  vertical-align: top;
  color: #000;
  margin: 4px 4px 0 0;
}