@charset "UTF-8";
/*------------------------------------------------------------------------------------
htmlタグに「sp-contents」が付くときにスマホ用CSS適用
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
clearfix
------------------------------------------------------------------------------------*/
body {
  background-color: #e5e5e5;
  background-image: url(../img/bg02.jpg);
  background-position: center top;
  background-repeat: repeat-y;
}

.wrap {
  background-image: url(../img/bg01.png);
  background-position: center top;
  background-repeat: repeat;
}

header {
  background: none;
}

.content-block {
  background-image: url(../../img/content_top.png), url(../../img/content_bottom.png);
  background-position: left top, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 67px 0 66px;
  margin-bottom: 70px;
}

.content-block:last-child {
  margin-bottom: 0;
}

.content-inner {
  background: url(../../img/content_back.png) left top repeat-y;
  padding: 40px 0;
  color: #FFF;
  position: relative;
}

.content-inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/wallpaper_bg.png) left top no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -67px;
  padding-top: 67px;
}

.content-inner-warp {
  position: relative;
  text-align: center;
}

.wallpaper-ttl {
  margin-bottom: 40px;
}

.wallpaper-img {
  margin-top: 45px;
}

.dl-list {
  margin: 50px 30px 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.dl-list li {
  margin: 0 12px;
}

.dl-list li p {
  margin-bottom: 20px;
}

.wallpaper-lead {
  margin: 0 40px;
}

.copyright-color {
  text-align: right;
  padding: 0 50px 10px;
}

@media only screen and (max-width: 640px) {
  .content-block {
    background-image: url(../../img/content_top_sp.png), url(../../img/content_bottom_sp.png);
    background-size: 100% auto, 100% auto;
    padding: 10% 0;
    margin-bottom: 30px;
  }
  .content-inner {
    background: url(../../img/content_back_sp.png) left top repeat-y;
    background-size: 100% auto;
    padding: 25px 0;
  }
  .content-inner:before {
    display: none;
  }
  .wallpaper-ttl {
    width: 80%;
    max-width: 288px;
    margin: 0 auto 20px;
  }
  .wallpaper-img {
    margin: 25px auto 0;
    width: 90%;
    max-width: 322px;
  }
  .dl-list {
    margin-top: 40px;
    padding-bottom: 30px;
    display: block;
    border-bottom: #4d4d4d solid 1px;
  }
  .dl-list li {
    margin: 30px 0 0;
    padding-top: 25px;
    border-top: #4d4d4d solid 1px;
  }
  .dl-list li p img {
    width: auto;
    height: 52px;
  }
  .dl-list li div {
    width: 212px;
    margin: auto;
  }
  .copyright-color {
    text-align: center;
  }
}
