<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* テキストパーツ
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #000000;
}

.brown {
  color: #5f4c4c;
}

.red {
  color: #f84b4b;
}

.gray {
  color: #666666;
}

/* フォントの定義
--------------------------------------------------*/
html, body, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #000000;
}

h1, h2, h3, h4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #000000;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 100;
}

html {
  font-size: 62.5%;
}

p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000000;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/*------------------------------------*/
/*中古PC販売 一覧*/
/*------------------------------------*/
.page_secondhand {
  word-wrap: break-word;
}
.page_secondhand #sub_kv {
  position: relative;
  max-width: none;
  width: 95% !important;
  margin: 100px auto 60px 5% !important;
}
@media screen and (max-width: 999px) {
  .page_secondhand #sub_kv {
    width: 90% !important;
    margin: 100px auto 40px !important;
  }
}
.page_secondhand #sub_kv .sub_ttl {
  width: 100%;
}
.page_secondhand #sub_kv .cate_tag_title {
  max-width: 1200px;
  margin: 20px auto auto;
}
.page_secondhand #sub_kv .cate_tag_title span {
  font-weight: bold;
  font-size: clamp(2rem, 1.7vw, 2.5rem);
}

.sec_secondhand_product {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: 95%;
  margin-left: 5%;
}
@media screen and (max-width: 999px) {
  .sec_secondhand_product {
    display: block;
    width: 100%;
    margin: auto auto;
  }
}
.sec_secondhand_product .side_menu {
  width: 250px;
}
@media screen and (max-width: 999px) {
  .sec_secondhand_product .side_menu {
    width: 90%;
    margin: auto;
  }
}
.sec_secondhand_product .side_menu .type_name {
  font-weight: bold;
  border-bottom: 1px solid #e87142;
  padding-bottom: 10px;
}
.sec_secondhand_product .side_menu .cate_list ul, .sec_secondhand_product .side_menu .tag_list ul {
  margin-top: 20px;
}
.sec_secondhand_product .side_menu .cate_list ul li, .sec_secondhand_product .side_menu .tag_list ul li {
  margin: 5px auto;
}
.sec_secondhand_product .side_menu .cate_list ul li a, .sec_secondhand_product .side_menu .tag_list ul li a {
  padding: 2px 0 2px 14px;
  position: relative;
}
.sec_secondhand_product .side_menu .cate_list ul li a::before, .sec_secondhand_product .side_menu .tag_list ul li a::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/arrow4.svg);
  background-size: cover;
  height: 12px;
  width: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.sec_secondhand_product .side_menu .cate_list ul .child, .sec_secondhand_product .side_menu .tag_list ul .child {
  margin-left: 14px;
}
@media screen and (max-width: 999px) {
  .sec_secondhand_product .side_menu .cate_list ul .child, .sec_secondhand_product .side_menu .tag_list ul .child {
    display: inline-block;
  }
}
.sec_secondhand_product .side_menu .cate_list ul .child a, .sec_secondhand_product .side_menu .tag_list ul .child a {
  padding: 2px 0 2px 14px;
  position: relative;
}
.sec_secondhand_product .side_menu .cate_list ul .child a::before, .sec_secondhand_product .side_menu .tag_list ul .child a::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/arrow4.svg);
  background-size: cover;
  height: 12px;
  width: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.sec_secondhand_product .side_menu .tag_list {
  margin-top: 50px;
}
@media screen and (max-width: 999px) {
  .sec_secondhand_product .side_menu .tag_list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 999px) {
  .sec_secondhand_product .side_menu .tag_list .tag_parent {
    margin: 5px auto 5px 14px;
    display: inline-block;
  }
}
.sec_secondhand_product .product_list_wrap {
  width: calc(100% - 250px - 40px);
  background-color: #fcf5ee;
  padding: 60px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .sec_secondhand_product .product_list_wrap {
    width: 100%;
    margin-top: 60px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_secondhand_product .product_list_wrap {
    margin-bottom: 40px;
  }
}
.sec_secondhand_product .product_list_wrap ul {
  width: calc(100% - 100px - 6%);
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 50px;
  margin-left: 6%;
}
@media screen and (max-width: 999px) {
  .sec_secondhand_product .product_list_wrap ul {
    margin: auto;
    width: 90%;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 350px) {
  .sec_secondhand_product .product_list_wrap ul {
    display: block;
  }
}
.sec_secondhand_product .product_list_wrap ul li {
  width: calc((100% - 40px) / 3);
  min-width: 250px;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .sec_secondhand_product .product_list_wrap ul li {
    width: calc(50% - 5px);
    max-width: 250px;
    min-width: auto;
  }
}
@media screen and (max-width: 350px) {
  .sec_secondhand_product .product_list_wrap ul li {
    width: 100%;
    margin: auto auto 20px;
  }
}
@media screen and (max-width: 350px) {
  .sec_secondhand_product .product_list_wrap ul li:last-of-type {
    margin-bottom: 0;
  }
}
.sec_secondhand_product .product_list_wrap ul li .link {
  padding: 20px;
  transition: 0.3s;
  display: block;
}
.sec_secondhand_product .product_list_wrap ul li .link:hover {
  opacity: 0.6;
}
.sec_secondhand_product .product_list_wrap ul li .link:hover .thumbnail {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .sec_secondhand_product .product_list_wrap ul li .link {
    padding: 15px 10px;
  }
}
.sec_secondhand_product .product_list_wrap ul li .thumbnail_wrap {
  border: 1px solid #d0d0d0;
  overflow: hidden;
}
.sec_secondhand_product .product_list_wrap ul li .thumbnail_wrap .thumbnail {
  display: block;
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-out;
}
.sec_secondhand_product .product_list_wrap ul li .label_wrap {
  margin-top: 10px;
}
.sec_secondhand_product .product_list_wrap ul li .label_wrap .cate_label {
  background-color: #e87142;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 0px 10px;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.sec_secondhand_product .product_list_wrap ul li .label_wrap .cate_label:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .sec_secondhand_product .product_list_wrap ul li .label_wrap .cate_label {
    font-size: 12px;
    padding: 0px 6px;
    margin-right: 3px;
  }
}
.sec_secondhand_product .product_list_wrap ul li .post_title {
  font-size: 16px;
  font-weight: bold;
  margin: 10px auto 5px;
}
@media screen and (max-width: 768px) {
  .sec_secondhand_product .product_list_wrap ul li .post_title {
    font-size: 14px;
    margin: 5px auto 0;
  }
}
.sec_secondhand_product .product_list_wrap ul li .tag_area p {
  display: inline-block;
}
.sec_secondhand_product .product_list_wrap ul li .tag_area p span {
  color: #a9a9a9;
  font-size: 12px;
}
.sec_secondhand_product .product_list_wrap ul li .tag_area p:last-of-type .stop {
  display: none;
}
.sec_secondhand_product .product_list_wrap ul li .free_shipping_label {
  background-color: #ff011f;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 0px 10px;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec_secondhand_product .product_list_wrap ul li .free_shipping_label {
    font-size: 12px;
    margin-top: 5px;
    padding: 0px 6px;
  }
}
.sec_secondhand_product .product_list_wrap ul li .price .tax_inc {
  color: #ff011f;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin: 5px auto 2px;
}
@media screen and (max-width: 768px) {
  .sec_secondhand_product .product_list_wrap ul li .price .tax_inc {
    font-size: 18px;
  }
}
.sec_secondhand_product .product_list_wrap ul li .price .tax_inc .x80 {
  font-size: 80%;
  color: #ff011f;
  font-weight: bold;
}
.sec_secondhand_product .product_list_wrap ul li .price .tax_ex {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sec_secondhand_product .product_list_wrap ul li .price .tax_ex {
    font-size: 12px;
  }
}
.sec_secondhand_product .product_list_wrap ul li .price .tax_ex .x80 {
  font-size: 80%;
}
.sec_secondhand_product .product_list_wrap .wp-pagenavi {
  margin: 40px auto auto;
  width: 90%;
  max-width: 1000px;
  text-align: center;
}
.sec_secondhand_product .product_list_wrap .wp-pagenavi a, .sec_secondhand_product .product_list_wrap .wp-pagenavi span, .sec_secondhand_product .product_list_wrap .wp-pagenavi .extend {
  color: #000;
  margin: 5px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  padding: 0;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 768px) {
  .sec_secondhand_product .product_list_wrap .wp-pagenavi a, .sec_secondhand_product .product_list_wrap .wp-pagenavi span, .sec_secondhand_product .product_list_wrap .wp-pagenavi .extend {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
}
.sec_secondhand_product .product_list_wrap .wp-pagenavi .current {
  color: #ffffff;
  background-color: #e87142;
}
.sec_secondhand_product .product_list_wrap .wp-pagenavi .previouspostslink, .sec_secondhand_product .product_list_wrap .wp-pagenavi .nextpostslink {
  width: 15px;
  height: 15px;
  line-height: 0;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .sec_secondhand_product .product_list_wrap .wp-pagenavi .previouspostslink, .sec_secondhand_product .product_list_wrap .wp-pagenavi .nextpostslink {
    width: 12px;
    height: 12px;
  }
}

/*------------------------------------*/
/*中古PC販売 詳細*/
/*------------------------------------*/
.page_secondhand_single {
  word-wrap: break-word;
}
.page_secondhand_single #sub_kv {
  margin-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .page_secondhand_single #sub_kv {
    margin-bottom: 40px;
  }
}

.sec_products_detail {
  max-width: 1200px;
  width: 90%;
  margin: auto auto 100px;
}
@media screen and (max-width: 999px) {
  .sec_products_detail {
    margin: auto auto 40px;
  }
}
.sec_products_detail .wrap_products_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* 左側スライダー------------------------------------*/
  /* 右側商品情報------------------------------------*/
}
@media screen and (max-width: 999px) {
  .sec_products_detail .wrap_products_detail {
    display: block;
  }
}
.sec_products_detail .wrap_products_detail .left {
  width: 42%;
}
@media screen and (max-width: 999px) {
  .sec_products_detail .wrap_products_detail .left {
    width: 100%;
  }
}
.sec_products_detail .wrap_products_detail .left .sticky {
  position: sticky;
  left: 0;
  top: 150px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: row-reverse;
  padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .sec_products_detail .wrap_products_detail .left .sticky {
    position: relative;
    top: auto;
    flex-direction: column;
    padding-bottom: 0;
  }
}
.sec_products_detail .wrap_products_detail .left .img_product {
  width: 80%;
}
@media screen and (max-width: 999px) {
  .sec_products_detail .wrap_products_detail .left .img_product {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec_products_detail .wrap_products_detail .left .slider_products {
  border: 1px solid #d0d0d0;
  /* 前へ次への矢印カスタマイズ */
}
.sec_products_detail .wrap_products_detail .left .slider_products:hover .swiper-button-prev,
.sec_products_detail .wrap_products_detail .left .slider_products:hover .swiper-button-next {
  transform: translate(0, -50%);
  opacity: 1;
}
.sec_products_detail .wrap_products_detail .left .slider_products .swiper-wrapper {
  transition-timing-function: linear;
  align-items: flex-start;
}
.sec_products_detail .wrap_products_detail .left .slider_products .swiper-slide {
  background-color: #fff;
  aspect-ratio: 4/3;
  width: 100% !important;
}
.sec_products_detail .wrap_products_detail .left .slider_products img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.sec_products_detail .wrap_products_detail .left .slider_products .swiper-button-prev:after,
.sec_products_detail .wrap_products_detail .left .slider_products .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  content: none !important;
}
.sec_products_detail .wrap_products_detail .left .slider_products .swiper-button-prev,
.sec_products_detail .wrap_products_detail .left .slider_products .swiper-button-next {
  height: 20px;
  width: 20px;
  top: 50%;
  margin-top: 0;
  transition-duration: 0.3s;
  animation-timing-function: ease-out;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sec_products_detail .wrap_products_detail .left .slider_products .swiper-button-prev.swiper-button-disabled,
.sec_products_detail .wrap_products_detail .left .slider_products .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.sec_products_detail .wrap_products_detail .left .slider_products .swiper-button-prev {
  left: 2.5%;
  transform: translate(-5px, -50%);
  background-image: url(../img/common/icon_chevron_left.svg);
}
.sec_products_detail .wrap_products_detail .left .slider_products .swiper-button-prev:hover {
  transform: translate(-5px, -50%);
}
.sec_products_detail .wrap_products_detail .left .slider_products .swiper-button-next {
  right: 2.5%;
  transform: translate(5px, -50%);
  background-image: url(../img/common/icon_chevron_right.svg);
}
.sec_products_detail .wrap_products_detail .left .slider_products .swiper-button-next:hover {
  transform: translate(5px, -50%);
}
.sec_products_detail .wrap_products_detail .left .slider_products .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.sec_products_detail .wrap_products_detail .left .thumb_product {
  width: calc(20% - 10px);
}
@media screen and (max-width: 999px) {
  .sec_products_detail .wrap_products_detail .left .thumb_product {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.sec_products_detail .wrap_products_detail .left .thumb-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  height: 23.598vw;
  align-content: flex-end;
}
@media screen and (min-width: 1556px) {
  .sec_products_detail .wrap_products_detail .left .thumb-wrapper {
    height: 367.08px;
  }
}
@media screen and (max-width: 999px) {
  .sec_products_detail .wrap_products_detail .left .thumb-wrapper {
    flex-direction: row;
    height: auto;
  }
}
.sec_products_detail .wrap_products_detail .left .thumb-wrapper .thumb-media {
  position: relative;
  width: auto;
  aspect-ratio: 4/3;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  cursor: pointer;
  overflow: hidden;
  align-self: flex-start;
}
@media screen and (max-width: 999px) {
  .sec_products_detail .wrap_products_detail .left .thumb-wrapper .thumb-media {
    width: calc((100% - 40px) / 5);
    height: auto;
  }
}
.sec_products_detail .wrap_products_detail .left .thumb-wrapper .thumb-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1);
  transition-duration: 0.3s;
  animation-timing-function: ease-out;
}
.sec_products_detail .wrap_products_detail .left .thumb-wrapper .thumb-media.thumb-media-active {
  border: 1px solid #000000;
}
.sec_products_detail .wrap_products_detail .left .thumb-wrapper .thumb-media:hover img {
  transform: scale(1.1);
}
.sec_products_detail .wrap_products_detail .right {
  width: 53%;
}
@media screen and (max-width: 999px) {
  .sec_products_detail .wrap_products_detail .right {
    width: 100%;
    margin-top: 20px;
  }
}
.sec_products_detail .wrap_products_detail .right .label_wrap .cate_label {
  background-color: #e87142;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 0px 10px;
  font-size: 14px;
  margin-right: 5px;
}
.sec_products_detail .wrap_products_detail .right .label_wrap .cate_label:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .sec_products_detail .wrap_products_detail .right .label_wrap .cate_label {
    font-size: 12px;
    padding: 0px 6px;
    margin-right: 3px;
  }
}
.sec_products_detail .wrap_products_detail .right .post_title {
  font-size: 25px;
  font-weight: bold;
  margin: 10px auto 5px;
}
@media screen and (max-width: 768px) {
  .sec_products_detail .wrap_products_detail .right .post_title {
    font-size: 14px;
    margin: 5px auto 0;
  }
}
.sec_products_detail .wrap_products_detail .right .tag_area p {
  display: inline-block;
}
.sec_products_detail .wrap_products_detail .right .tag_area p span {
  color: #a9a9a9;
  font-size: 12px;
}
.sec_products_detail .wrap_products_detail .right .tag_area p:last-of-type .stop {
  display: none;
}
.sec_products_detail .wrap_products_detail .right .free_shipping_label {
  background-color: #ff011f;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 0px 10px;
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sec_products_detail .wrap_products_detail .right .free_shipping_label {
    font-size: 12px;
    margin-top: 5px;
    padding: 0px 6px;
  }
}
.sec_products_detail .wrap_products_detail .right .price {
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .sec_products_detail .wrap_products_detail .right .price {
    margin-bottom: 20px;
  }
}
.sec_products_detail .wrap_products_detail .right .price .tax_inc {
  color: #ff011f;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin: 5px auto 2px;
}
@media screen and (max-width: 768px) {
  .sec_products_detail .wrap_products_detail .right .price .tax_inc {
    font-size: 18px;
  }
}
.sec_products_detail .wrap_products_detail .right .price .tax_inc .x80 {
  font-size: 80%;
  color: #ff011f;
  font-weight: bold;
}
.sec_products_detail .wrap_products_detail .right .price .tax_ex {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sec_products_detail .wrap_products_detail .right .price .tax_ex {
    font-size: 12px;
  }
}
.sec_products_detail .wrap_products_detail .right .price .tax_ex .x80 {
  font-size: 80%;
}
.sec_products_detail .wrap_products_detail .right .btn {
  font-weight: bold;
  height: 58px;
  width: 100%;
  padding: 0;
  max-width: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec_products_detail .wrap_products_detail .right .btn::after {
  right: calc(50% - 6em);
}
.sec_products_detail .wrap_products_detail .right .explanation_block {
  margin-top: 80px;
}
@media screen and (max-width: 999px) {
  .sec_products_detail .wrap_products_detail .right .explanation_block {
    margin-top: 40px;
  }
}
.sec_products_detail .wrap_products_detail .right .explanation_block .title {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding-right: 140px;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .sec_products_detail .wrap_products_detail .right .explanation_block .title {
    font-size: 20px;
    padding-right: 70px;
  }
}
.sec_products_detail .wrap_products_detail .right .explanation_block .title::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 130px;
  background-color: #e87142;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .sec_products_detail .wrap_products_detail .right .explanation_block .title::after {
    width: 60px;
  }
}
.sec_products_detail .wrap_products_detail .right .explanation_block dl {
  border-bottom: 1px solid #f9d7ca;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 15px 0;
}
@media screen and (max-width: 999px) {
  .sec_products_detail .wrap_products_detail .right .explanation_block dl {
    display: block;
  }
}
.sec_products_detail .wrap_products_detail .right .explanation_block dl:last-of-type {
  border-bottom: none;
}
.sec_products_detail .wrap_products_detail .right .explanation_block dl dt {
  width: 180px;
}
@media screen and (max-width: 999px) {
  .sec_products_detail .wrap_products_detail .right .explanation_block dl dt {
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
  }
}
.sec_products_detail .wrap_products_detail .right .explanation_block dl dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 999px) {
  .sec_products_detail .wrap_products_detail .right .explanation_block dl dd {
    width: 100%;
  }
}
.sec_products_detail .wrap_products_detail .right .explanation_block .btn {
  margin-top: 40px;
}

.sec_loading .title_wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto auto 20px;
}
@media screen and (max-width: 999px) {
  .sec_loading .title_wrap {
    margin: auto;
  }
}
.sec_loading .title {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  padding-right: 140px;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .sec_loading .title {
    font-size: 20px;
    padding-right: 70px;
  }
}
.sec_loading .title::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 130px;
  background-color: #e87142;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  .sec_loading .title::after {
    width: 60px;
  }
}
.sec_loading .product_list_wrap {
  width: 100%;
  max-width: 1400px;
  background-color: #fcf5ee;
  padding: 60px 0;
  margin: auto auto 60px;
}
@media screen and (max-width: 999px) {
  .sec_loading .product_list_wrap {
    width: 100%;
    margin-top: 20px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .sec_loading .product_list_wrap {
    margin-bottom: 0px;
  }
}
.sec_loading .product_list_wrap ul {
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 50px;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .sec_loading .product_list_wrap ul {
    margin: auto;
    width: 90%;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 350px) {
  .sec_loading .product_list_wrap ul {
    display: block;
  }
}
.sec_loading .product_list_wrap ul li {
  width: calc((100% - 60px) / 4);
  min-width: 250px;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .sec_loading .product_list_wrap ul li {
    width: calc(50% - 5px);
    max-width: 250px;
    min-width: auto;
  }
}
@media screen and (max-width: 350px) {
  .sec_loading .product_list_wrap ul li {
    width: 100%;
    margin: auto auto 20px;
  }
}
@media screen and (max-width: 350px) {
  .sec_loading .product_list_wrap ul li:last-of-type {
    margin-bottom: 0;
  }
}
.sec_loading .product_list_wrap ul li .link {
  padding: 20px;
  transition: 0.3s;
  display: block;
}
.sec_loading .product_list_wrap ul li .link:hover {
  opacity: 0.6;
}
.sec_loading .product_list_wrap ul li .link:hover .thumbnail {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .sec_loading .product_list_wrap ul li .link {
    padding: 15px 10px;
  }
}
.sec_loading .product_list_wrap ul li .thumbnail_wrap {
  border: 1px solid #d0d0d0;
  overflow: hidden;
}
.sec_loading .product_list_wrap ul li .thumbnail_wrap .thumbnail {
  display: block;
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-out;
}
.sec_loading .product_list_wrap ul li .label_wrap {
  margin-top: 10px;
}
.sec_loading .product_list_wrap ul li .label_wrap .cate_label {
  background-color: #e87142;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 0px 10px;
  font-size: 14px;
  margin-right: 5px;
}
.sec_loading .product_list_wrap ul li .label_wrap .cate_label:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .sec_loading .product_list_wrap ul li .label_wrap .cate_label {
    font-size: 12px;
    padding: 0px 6px;
    margin-right: 3px;
  }
}
.sec_loading .product_list_wrap ul li .post_title {
  font-size: 16px;
  font-weight: bold;
  margin: 10px auto 5px;
}
@media screen and (max-width: 768px) {
  .sec_loading .product_list_wrap ul li .post_title {
    font-size: 14px;
    margin: 5px auto 0;
  }
}
.sec_loading .product_list_wrap ul li .tag_area p {
  display: inline-block;
}
.sec_loading .product_list_wrap ul li .tag_area p span {
  color: #a9a9a9;
  font-size: 12px;
}
.sec_loading .product_list_wrap ul li .tag_area p:last-of-type .stop {
  display: none;
}
.sec_loading .product_list_wrap ul li .free_shipping_label {
  background-color: #ff011f;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  padding: 0px 10px;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec_loading .product_list_wrap ul li .free_shipping_label {
    font-size: 12px;
    margin-top: 5px;
    padding: 0px 6px;
  }
}
.sec_loading .product_list_wrap ul li .price .tax_inc {
  color: #ff011f;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin: 5px auto 2px;
}
@media screen and (max-width: 768px) {
  .sec_loading .product_list_wrap ul li .price .tax_inc {
    font-size: 18px;
  }
}
.sec_loading .product_list_wrap ul li .price .tax_inc .x80 {
  font-size: 80%;
  color: #ff011f;
  font-weight: bold;
}
.sec_loading .product_list_wrap ul li .price .tax_ex {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sec_loading .product_list_wrap ul li .price .tax_ex {
    font-size: 12px;
  }
}
.sec_loading .product_list_wrap ul li .price .tax_ex .x80 {
  font-size: 80%;
}

.page_secondhand_single .to_back {
  margin: auto auto 80px;
  display: flex !important;
  justify-content: center;
  font-size: 1.6rem;
}/*# sourceMappingURL=usedpc.css.map */</pre></body></html>