@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/css/common.css";
/*==================================================================*/
/* style css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* 買取対象 */
/* -------------------------------------------- */
.target-block .t-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4em;
  padding-bottom: 4em;
  position: relative;
}
.target-block .t-box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.target-block .t-box::before, .target-block .t-box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
.target-block .t-box::before {
  background: #fff;
  bottom: 0;
}
.target-block .t-box::after {
  background: #ddd;
  bottom: -1px;
}
.target-block .t-box .photo {
  width: 42%;
  background: #fff;
  padding: 1.5em;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1/1;
}
.target-block .t-box .photo dt {
  margin-bottom: 1em;
}
.target-block .t-box .photo .name {
  font-size: 0.85em;
  line-height: 1.4;
  color: #777;
}
.target-block .t-box .text {
  width: 50%;
}
.target-block .t-box .text h2 {
  margin-bottom: 2.5rem;
  display: inline-block;
  min-width: 300px;
  background: #23221f;
  color: #fff;
  padding: 0 0.5em;
  border-left: 8px solid #b74329;
  font-size: 2.5em;
  font-weight: bold;
}

/* -------------------------------------------- */
/* 買取対象外 */
/* -------------------------------------------- */
.not-target {
  background: #fff;
  margin-bottom: 5em;
  padding: 3.5em;
}
.not-target .n-box {
  margin-bottom: 4em;
}
.not-target .n-box .s-ttl {
  margin-bottom: 1em;
  text-align: center;
  position: relative;
}
.not-target .n-box .s-ttl span {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 1.5em;
  font-size: 1.8em;
  font-weight: bold;
}
.not-target .n-box .s-ttl span em {
  color: #b74329;
}
.not-target .n-box .s-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #23221f;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.not-target .n-box .n-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.not-target .n-box .n-list li {
  width: 17%;
  margin: 0 1.5%;
  text-align: center;
}
.not-target .n-box .n-list li .icon {
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #f4f3f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 1em;
}
.not-target .n-box .n-list li .icon img {
  width: 70%;
  height: 70%;
  max-width: 60px;
}
.not-target .n-box .n-list li .icon img.big {
  width: 75%;
  max-width: 90px;
}
.not-target .n-box .n-list li .g-name {
  font-size: 1.1em;
  line-height: 1.6;
}
.not-target .n-box .n-list li .g-name sup {
  font-size: 0.8em;
  vertical-align: super;
}
.not-target .n-box .n-list.ex li {
  width: 40%;
}
.not-target .n-box .n-list.ex li .icon {
  max-width: 140px;
  margin: 0 auto 5px;
}
.not-target .n-box .n-list.ex li .g-name {
  font-size: 1em;
}
.not-target .fake .s-ttl {
  margin-bottom: 1em;
  background: #f4f3f1;
  padding: 0.2em 1em;
  font-size: 1.25em;
  text-align: center;
}

/* -------------------------------------------- */
/* 見積額を保証 */
/* -------------------------------------------- */
.assurance {
  background: #fff;
  padding: 5em 0;
}
.assurance .g-title {
  margin-bottom: 1em;
  text-align: center;
}
.assurance .g-title span {
  display: inline-block;
  background: url(/contents/wp-content/themes/north-ukiyoe/image/target/fukidashi_l.png) no-repeat left center, url(/contents/wp-content/themes/north-ukiyoe/image/target/fukidashi_r.png) no-repeat right center;
  padding: 0 1.5em;
  font-size: 2.6em;
}
.assurance .g-title span em {
  font-size: 1.2em;
  font-weight: bold;
  color: #b74329;
  background-position: top -4px left;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  background-image: radial-gradient(0.08em 0.07em at center center, #b74329, #b74329 100%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.assurance .not-assurance {
  margin-bottom: 1.5em;
}
.assurance .not-assurance dl {
  border-top: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.assurance .not-assurance dl:last-child {
  border-bottom: 1px solid #ccc;
}
.assurance .not-assurance dl dt {
  width: 15%;
  min-width: 155px;
  padding: 1em;
  background: #f4f3f1;
}
.assurance .not-assurance dl dd {
  width: 85%;
  padding: 1em;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  /* -------------------------------------------- */
  /* 買取対象 */
  /* -------------------------------------------- */
  .target-block .t-box .text h2 {
    margin-bottom: 2rem;
    font-size: 2.2em;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  /* -------------------------------------------- */
  /* 買取対象 */
  /* -------------------------------------------- */
  .target-block .t-box {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .target-block .t-box .photo {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .target-block .t-box .text {
    width: 100%;
    margin-bottom: 2em;
  }
  .target-block .t-box .text h2 {
    width: 100%;
    font-size: 1.8em;
  }
  /* -------------------------------------------- */
  /* 買取対象外 */
  /* -------------------------------------------- */
  .not-target {
    padding: 3em 2em;
  }
  .not-target .n-box .s-ttl span {
    padding: 0 1em;
    font-size: 1.5em;
  }
  .not-target .n-box .read {
    text-align: left;
  }
  .not-target .n-box .n-list li {
    width: 26%;
    margin: 0 2% 1.5em;
  }
  .not-target .n-box .n-list li .g-name {
    font-size: 1em;
  }
  .not-target .n-box .n-list.ex li {
    width: 46%;
  }
  .not-target .fake .s-ttl {
    font-size: 1.1em;
  }
  /* -------------------------------------------- */
  /* 見積額を保証 */
  /* -------------------------------------------- */
  .assurance .g-title span {
    background-size: 25px;
    padding: 0 1.25em;
    font-size: 1.8em;
    letter-spacing: normal;
  }
  .assurance .g-title span em {
    background-position: top -3px left;
  }
  .assurance .read {
    text-align: left;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* -------------------------------------------- */
  /* 買取対象 */
  /* -------------------------------------------- */
  .target-block .t-box {
    margin-bottom: 3em;
    padding-bottom: 3em;
  }
  .target-block .t-box .text h2 {
    margin-bottom: 1.5rem;
    border-width: 5px;
    font-size: 1.5em;
  }
  .target-block .t-box .photo dt img {
    max-height: 300px;
  }
  /* -------------------------------------------- */
  /* 買取対象外 */
  /* -------------------------------------------- */
  .not-target {
    margin-bottom: 3em;
    padding: 2em 1.5em;
  }
  .not-target .n-box {
    margin-bottom: 1.5em;
  }
  .not-target .n-box .s-ttl span {
    font-size: 1.25em;
    line-height: 1.6;
  }
  .not-target .n-box .s-ttl span b {
    display: block;
  }
  .not-target .n-box .n-list li {
    width: 44%;
    margin: 0 3% 1em;
  }
  .not-target .n-box .n-list li .icon img {
    width: 50%;
    height: 60%;
  }
  .not-target .n-box .n-list.ex li {
    width: 44%;
  }
  /* -------------------------------------------- */
  /* 見積額を保証 */
  /* -------------------------------------------- */
  .assurance {
    padding: 3em 0;
  }
  .assurance .g-title span {
    background-size: 16px;
    padding: 0 1em;
    font-size: 1.4em;
  }
  .assurance .g-title span em {
    background-position: top -2px left;
  }
  .assurance .not-assurance dl dt {
    min-width: 140px;
  }
  .assurance .not-assurance dl dt, .assurance .not-assurance dl dd {
    padding: 0.5em 0.8em;
  }
}