/* ------------------------------
 width: all
------------------------------ */
html,
body {
  min-width: 0;
}

body {
  position: relative;
}

body header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

body footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

main {
  background-image: url(../../images/bg01.jpg);
  background-size: 100% auto;
  background-position: top 128px center;
  padding-top: 320px;
  background-repeat: no-repeat;
}

main section.s01 .wrapper {
  background-color: rgba(255, 255, 255, 0.5);
  width: 1200px;
  margin: 0 auto;
  padding: 100px 130px 120px;
}

main section.s01 .wrapper h2 {
  text-align: center;
  font-size: 60px;
  color: #2F4580;
  letter-spacing: 3px;
}

main section.s01 .wrapper dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

main section.s01 .wrapper dl.dl02 {
  margin-top: 80px;
}

main section.s01 .wrapper dl.dl02 dt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

main section.s01 .wrapper dl.dl02 dd {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

main section.s01 .wrapper dl dt {
  width: 351px;
}

main section.s01 .wrapper dl dt img {
  max-width: 100%;
  display: block;
}

main section.s01 .wrapper dl dt p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-top: 5px;
}

main section.s01 .wrapper dl dt .photobox + .photobox {
  margin-top: 28px;
}

main section.s01 .wrapper dl dd {
  width: calc(100% - 410px);
  font-size: 16px;
  line-height: 46px;
}

main section.s01 .wrapper .bnrlist {
  width: 846px;
  max-width: calc(100% - 40px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 150px auto 0;
}

main section.s01 .wrapper .bnrlist li {
  width: calc((100% - 48px) / 2);
}

main section.s01 .wrapper .bnrlist li a {
  display: block;
}

main section.s01 .wrapper .bnrlist li a img {
  width: 100%;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 800px) {
  main {
    background-size: cover;
    background-position: top 69px center;
    background-size: 100% auto;
    padding-top: 100px;
    background-repeat: no-repeat;
  }
  main section.s01 {
    padding: 0 20px 100px;
  }
  main section.s01 .wrapper {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
  }
  main section.s01 .wrapper h2 {
    text-align: center;
    font-size: 34px;
    color: #2F4580;
    letter-spacing: 2px;
  }
  main section.s01 .wrapper dl {
    display: block;
    margin-top: 0;
  }
  main section.s01 .wrapper dl.dl02 {
    margin-top: 30px;
  }
  main section.s01 .wrapper dl.dl02 dt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  main section.s01 .wrapper dl.dl02 dd {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  main section.s01 .wrapper dl dt {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main section.s01 .wrapper dl dt .photobox {
    width: calc(50% - 5px);
  }
  main section.s01 .wrapper dl dt .photobox + .photobox {
    margin-top: 0;
  }
  main section.s01 .wrapper dl dt img {
    max-width: 100%;
    display: block;
    margin-top: 30px;
  }
  main section.s01 .wrapper dl dt p {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 5px;
    text-align: left;
    padding-left: 10px;
  }
  main section.s01 .wrapper dl dd {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    margin-top: 30px;
  }
  main section.s01 .wrapper .bnrlist {
    width: 250px;
    display: block;
    margin: 50px auto 0;
  }
  main section.s01 .wrapper .bnrlist li {
    width: calc((100% - 48px) / 2);
    width: 100%;
  }
  main section.s01 .wrapper .bnrlist li + li {
    margin-top: 15px;
  }
  main section.s01 .wrapper .bnrlist li a {
    display: block;
  }
  main section.s01 .wrapper .bnrlist li a img {
    width: 100%;
    display: block;
  }
}
