#content .bil {
  margin: 0 0 1em;
  padding: 0;
}
#content .bil h1 {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

#item-bnr h2 {
  background: #fff570;
  border-top: 4px #469d55 solid;
  border-right: 4px #469d55 solid;
  border-left: 4px #469d55 solid;
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding: 10px;
}
#item-bnr ul {
  border-bottom: 4px #469d55 solid;
  border-right: 4px #469d55 solid;
  border-left: 4px #469d55 solid;
  border-radius: 0 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
}
#item-bnr ul li {
  background: #fefefe;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fefefe),
    to(#dfdfdf)
  );
  background: -o-linear-gradient(#fefefe, #dfdfdf);
  background: linear-gradient(#fefefe, #dfdfdf);
  border: 2px #d6d6d6 solid;
  text-align: center;
  margin: 0 0 1em;
  padding: 5px;
  width: 32% !important;
}
#item-bnr ul li:hover {
  background: #c8eddd;
  background: -webkit-linear-gradient(top, #fefefe, #c8eddd);
  background: linear-gradient(#fefefe, #c8eddd);
}
#item-bnr ul li a {
  display: block;
}

/* 柔軟に対応します
------------------------------------------------- */
#pickup h3 {
  text-align: center;
  position: relative;
  z-index: 1;
}
#pickup h3 img {
  background: #fff;
  padding: 0 10px;
}
#pickup h3:after {
  content: "";
  background: #006fbf;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  z-index: -1;
}

#pickup .check-wrap li {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
#pickup .check-wrap li:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  flex-shrink: 0;
  margin-right: 20px;
}
#pickup .check-wrap li.check1:before {
  background-image: url(/img/newyear-campaign/check-image1.jpg);
}
#pickup .check-wrap li.check2:before {
  background-image: url(/img/newyear-campaign/check-image2.jpg);
}
#pickup .check-wrap li.check3:before {
  background-image: url(/img/newyear-campaign/check-image3.jpg);
}

.box dl.hint {
  border: 2px #526c99 solid;
  padding: 10px;
}
.box dl.hint dt {
  background: url(/img/newyear-campaign/icon-question.png) left center no-repeat;
  padding: 1em 0 1em 80px;
  min-height: 90px;
}
.box dl.hint dd {
  background: url(/img/newyear-campaign/icon-hint.png) left center no-repeat;
  border-top: 1px #526c99 dashed;
  padding: 1em 0 1em 80px;
  min-height: 90px;
}

/* 買取対象アイテム
------------------------------------------------- */
#chance h3 {
  display: flex;
  align-items: center;
  font-size: 2em;
}
#chance h3:before {
  content: "";
  flex: 1;
  background: #404040;
  height: 1px;
  margin-right: 10px;
}
#chance h3:after {
  content: "";
  flex: 1;
  background: #404040;
  height: 1px;
  margin-left: 10px;
}

#chance .tg-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#chance .tg-item li {
  margin-top: 20px;
}
#chance .taisho-gai {
  color: #7479cb;
  margin-top: 10px;
}
#chance .taisho-gai * {
  color: #7479cb;
}

#chance .jouken {
  border: 2px #526c99 solid;
  padding: 10px;
}
#chance .jouken ul {
  padding-left: 2em;
}
#chance .jouken ul li {
  list-style: disc;
}

/* --------------------------------------------------------------------------------------------------------
 *
 * 幅 690px 未満
 */
@media screen and (max-width: 689px) {
  #sidebar #text-6 {
    display: none;
  }

  /* 柔軟に対応します */
  #pickup .check-wrap li:before {
    height: 80px;
    width: 80px;
  }
  #pickup .lazy-loaded {
    width: auto !important;
  }

  /* 買取対象アイテム */
  #chance .tg-item li {
    width: 48%;
  }
  #chance .pc-on {
    display: none;
  }
  #chance .taisho-gai {
    text-align: center;
  }
  #chance .taisho-gai .label:before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
  }
  #chance .taisho-gai .label:after {
    content: "-";
    display: inline-block;
    margin-left: 10px;
  }
} /* End max689 */

/* --------------------------------------------------------------------------------------------------------
 *
 * 幅 690px 以上
 */
@media screen and (min-width: 690px) {
  #breadcrumb {
    background: none;
  }

  /* 柔軟に対応します */
  #pickup h3,
  #pickup .check-wrap {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  #pickup .check-wrap li {
    padding-right: 70px;
  }
  #pickup .check-wrap li:before {
    height: 150px;
    width: 150px;
  }

  /* 買取対象アイテム */
  #chance h3 {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  #chance .tg-item li {
    width: 30%;
  }
  #chance .sp-on {
    display: none;
  }
  #chance .taisho-gai br {
    display: none;
  }
  #chance .taisho-gai .label:after {
    content: "：";
    display: inline-block;
  }
  #chance .jouken {
    padding-right: 50px;
    padding-left: 50px;
  }
} /* End 690px */

/* --------------------------------------------------------------------------------------------------------
 *
 * 幅 880px 以上
 */
@media screen and (min-width: 880px) {
} /* End 880px */
