@charset "utf-8";
/* CSS Document */

/* PC・SP共通 */
/*-------------------------
.contentsTitle
-------------------------*/
.contentsTitle {
  background-image: url(../img/header_03_bg.png);
}

/*　PC用　*/
@media screen and (min-width: 751px) {
  #wrap {
    width: 100%;
    background: url(../img/04_bg.png) center center;
  }
  /*-------------------------
  .refurbished
  -------------------------*/
  .refurbished h1 {
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
  }
  .refurbished h1 span {
    display: block;
  }
  .refurbished h1 img {
    margin-top: 20px;
  }
  .refurbished .txt {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    color: #fff;
    padding-bottom: 30px;
  }
  .refurbished .box {
    width: 980px;
    margin: 0 auto;
  }
  .refurbished ul {
    margin-left: -20px;
    overflow: hidden;
  }
  .refurbished li {
    float: left;
    margin: 0 0 15px 20px;
    width: 440px;
    background: #fff;
    padding: 20px;
    height: 145px;
  }
  .refurbished dt {
    border-left: 7px solid #de5833;
    padding-left: 10px;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
  }
  .refurbished dt span {
    font-size: 13px;
  }
  .refurbished dd {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 5px;
    color: #333;
  }
  .refurbished h2 {
    padding: 25px 0 25px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
  }
  .refurbished .btn {
    text-align: center;
    padding-bottom: 60px;
  }
  .refurbished .btn a {
    position: relative;
    display: inline-block;
  }
  .refurbished .btn a:before {
    background: #fff;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .refurbished .btn img {
    position: relative;
    z-index: 2;
    vertical-align: bottom;
  }
}

/*　SP用　*/
@media screen and (max-width: 750px) {
  /*-------------------------
  .contentsTitle
  -------------------------*/
  .contentsTitle img {
    width: 256px;
    width: min(68.2667vw, 256px);
  }
  /*-------------------------
  .refurbished
  -------------------------*/
  .refurbished {
    padding: 35px 15px 40px;
    background: url(../img/04_bg.png) no-repeat center center / cover;
  }
  .refurbished h1 {
    margin-bottom: 25px;
    text-align: center;
    color: #fff;
    font-size: 20px;
  }
  .refurbished h1 span {
    display: block;
  }
  .refurbished h1 strong {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    margin-top: 25px;
    border: 1px solid #fff;
  }
  .refurbished h1 img {
    max-width: 279px;
    width: 74.4vw;
  }
  .refurbished .txt {
    padding-bottom: 30px;
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
  }
  .refurbished ul {
    margin-bottom: 30px;
  }
  .refurbished li {
    padding: 15px 0 15px 13px;
    background: #fff;
  }
  .refurbished li + li {
    margin-top: 20px;
  }
  .refurbished dt {
    margin-bottom: 15px;
    color: #333;
    font-size: 20px;
    font-size: min(5.3333vw, 20px);
    font-weight: bold;
    line-height: 1.2;
  }
  .refurbished dt::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 32px;
    background: #de5833;
    margin-right: 8px;
    vertical-align: text-bottom;
  }
  .refurbished dt span {
    display: block;
    margin-left: 17px;
    font-size: 15px;
  }
  .refurbished dd {
    margin-right: 15px;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
  }
  .refurbished h2 {
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
  }
  .refurbished .btn img {
    width: 100%;
    vertical-align: bottom;
  }
}
