/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  overflow: hidden;
}
main section.s01 .wrapper {
  background-image: url(../images/co0101.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;
}
main section.s01 .wrapper .ttl img {
  display: block;
  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 .ttl-txt {
  width: 760px;
  margin: 35px auto 0;
}
main section.s01 .wrapper .ttl-txt img {
  width:100%;
}
main section.s01 .wrapper dl {
  width: 760px;
  margin: 35px auto 0;
}
main section.s01 .wrapper dl dt {
  width: 100%;
}
main section.s01 .wrapper dl dt .t01 {
  font-size: 16px;
  line-height: 28px;
}
main section.s01 .wrapper dl dt .t02 {
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  margin-top: 28px;
}
main section.s01 .wrapper dl dd {
  width: 160px;
}
main section.s01 .wrapper dl dd img {
  width: 100%;
  display: block;
}
main section.s02 {
  margin-top: 150px;
}
main section.s02 .wrapper {
  width: 760px;
  margin: 0 auto;
}
main section.s02 .wrapper h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  padding-bottom: 17px;
  margin-top: 80px;
}
main section.s02 .wrapper h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  background-color: #1D1669;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
main section.s02 .wrapper table {
  width: 100%;
  margin-top: 40px;
}
main section.s02 .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.s02 .wrapper table tr td {
  border: 1px solid #999999;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0 10px 30px;
  vertical-align: top;
}
main section.s02 .wrapper table tr td a {
  text-decoration: none;
  color: #FFB200;
}
main section.s02 .wrapper table tr td a img {
  width: 16px;
  vertical-align: top;
  color: #000;
  margin: 4px 4px 0 0;
}