#page_usedmarket {
  margin: 0 auto;
  width: 100%;
  background: red;
  text-align: center;
}
#page_usedmarket .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
#page_usedmarket > header#page_mainVisual {
  background-size: cover;
}
#page_usedmarket > header#page_mainVisual > .overlay {
  height: 100%;
  width: 100%;
  background: rgba(255, 0, 0, 0.55);
}
#page_usedmarket > header#page_mainVisual > .overlay > .content {
  margin: 0;
  padding: 50px 15px;
  color: #fff;
}
#page_usedmarket > header#page_mainVisual > .overlay > .content > .image {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
#page_usedmarket > header#page_mainVisual > .overlay > .content > .text {
  font-size: 16px;
}
#page_usedmarket > header#page_mainVisual > .overlay > .content > .text > p {
  line-height: 2;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #page_usedmarket > header#page_mainVisual > .overlay > .content > .text > p {
    text-align: left;
    line-height: 1.5;
  }
}
#page_usedmarket > nav {
  text-align: center;
  margin: 0 auto;
  background: #fff;
  max-width: 1500px;
  width: 100%;
}
#page_usedmarket > nav#page_navigation {
  padding: 2rem 0.5rem;
}
#page_usedmarket > nav#page_navigation > .row > div {
  margin-bottom: 1rem;
}
#page_usedmarket > nav#page_navigation > .row > div .menu_btn {
  filter: drop-shadow(-3px 3px 3px black);
}
#page_usedmarket > nav#page_navigation > .row > div .menu_btn:hover {
  filter: none;
  opacity: none !important;
}
#page_usedmarket .brands {
  text-align: center;
  background: #fff;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#page_usedmarket .brands > div {
  margin-bottom: 1rem;
}
#page_usedmarket .brands > div.title {
  width: 300px;
  display: flex; /* or inline-flex */
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #page_usedmarket .brands > div.title {
    width: 100%;
  }
}
#page_usedmarket .brands > div.title .circle {
  padding: 0;
  margin: 0;
  width: 200px;
  height: 200px;
  display: flex; /* or inline-flex */
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid red;
}
#page_usedmarket .brands > div.title .circle > span {
  line-height: 1;
  font-size: 18px;
  color: red;
}
#page_usedmarket .brands > div.brands_list dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  #page_usedmarket .brands > div.brands_list dl {
    flex-direction: column;
  }
}
#page_usedmarket .brands > div.brands_list dl > dt {
  text-align: left;
  min-width: 150px;
}
@media screen and (max-width: 767px) {
  #page_usedmarket .brands > div.brands_list dl > dt {
    width: 100%;
    main-width: 100%;
  }
}
#page_usedmarket .brands > div.brands_list dl > dt a {
  padding: 0 1rem 0 0;
  font-weight: 900;
  display: inline-block;
  color: red !important;
}
#page_usedmarket .brands > div.brands_list dl > dt a:hover {
  transition: 0.2s;
  opacity: 0.8;
}
#page_usedmarket .brands > div.brands_list dl > dd {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #page_usedmarket .brands > div.brands_list dl > dd {
    width: 100%;
    main-width: 100%;
  }
}
#page_usedmarket .brands > div.brands_list dl > dd a {
  padding: 0 1rem 0 0;
  font-weight: 900;
  display: inline-block;
  color: red !important;
}
#page_usedmarket .brands > div.brands_list dl > dd a:hover {
  transition: 0.2s;
  opacity: 0.8;
}
#page_usedmarket > section {
  text-align: center;
  margin: -70px auto 0 auto;
  padding: 90px 3rem 3rem;
  background: #fff;
  max-width: 1500px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #page_usedmarket > section {
    padding: 90px 1rem 3rem;
  }
}
#page_usedmarket > section > .section_title {
  background: red;
  width: 100%;
  color: white;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.3;
  padding: 0.75rem 1rem;
  margin: 0;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.66);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.66);
}
@media screen and (max-width: 767px) {
  #page_usedmarket > section > .section_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #page_usedmarket > section .products_row > div {
    width: 100% !important;
    background: url(../images/01_usedmarket/bgr.png) 180px 180px no-repeat;
    background-size: cover;
  }
}
#page_usedmarket > section .item {
  position: relative;
  width: 99%;
  height: 99%;
  border: 2px solid red;
  margin-bottom: 1%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_usedmarket > section .item_img {
  max-width: 100%;
  height: auto;
  width/***/: auto;
}
#page_usedmarket > section .item_bgr {
  position: absolute;
  left: 0;
  top: 0;
}
#page_usedmarket > section .item_box {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  text-align: right;
  background: url(../images/01_usedmarket/bgr.png) 75px 75px no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #page_usedmarket > section .item_box {
    background: url(../images/01_usedmarket/bgr.png) 140px 180px no-repeat;
    background-size: cover;
  }
}
#page_usedmarket > section .item_box > div {
  position: absolute;
  bottom: 0;
  right: 0;
}
#page_usedmarket > section .item .icn_new {
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  background-color: red;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 5px 10px;
  z-index: 2;
}
#page_usedmarket > section .item_name {
  width: 100%;
  font-weight: 700;
  margin: 0;
  padding: 0 5px;
  color: black;
  line-height: 1.2;
  text-align: right;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
#page_usedmarket > section .item_listPrice {
  width: 100%;
  font-weight: 700;
  color: black;
  line-height: 1.2;
  margin: 0;
  padding: 0 5px;
  text-align: right;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
#page_usedmarket > section .item_sellingPrice {
  width: 100%;
  font-weight: bold;
  font-weight: 900;
  font-size: 28px;
  font-style: italic;
  color: red;
  line-height: 1;
  letter-spacing: -1px;
  margin: 0;
  padding: 0 5px;
  text-align: right;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}
#page_usedmarket > section .item_sellingPrice::after {
  content: attr(data-text);
  font-size: 12px;
}
#page_usedmarket > section .item_brand {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 30%;
}
#page_usedmarket > section > .row {
  padding: 0 !important;
  margin: 0 !important;
}
#page_usedmarket > section > .row > div {
  padding: 0 !important;
  margin: 0 !important;
}
#page_usedmarket > section#section05 .content {
  padding: 0.5rem;
}
#page_usedmarket > section#section05 .content strong {
  font-weight: bold;
}
#page_usedmarket > section#section05 .content small {
  font-size: 13px;
}
#page_usedmarket > section#section05 .content .section05_title {
  background: #808080;
  border-radius: 50px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  padding: 1rem;
}
#page_usedmarket > section#section05 .content .wrap {
  padding: 1rem;
}
#page_usedmarket > section#section05 .content p,
#page_usedmarket > section#section05 .content ul,
#page_usedmarket > section#section05 .content li {
  text-align: left;
}
#page_usedmarket > section.news {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #page_usedmarket > section.news {
    margin: 0 auto;
    padding: 3rem 3rem 0;
  }
}
#page_usedmarket > section.news .title {
  background: #808080;
  border-radius: 50px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 1rem;
}
#page_usedmarket > section.news .whatsnew {
  list-style-type: none;
  margin: 0;
  padding: 2rem 0;
}
#page_usedmarket > section.news .whatsnew li {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 140px 64px 1fr;
  line-height: 1.24;
  gap: 1rem;
  text-align: left;
  word-break: keep-all;
}
#page_usedmarket > section.news .whatsnew li div.caption {
  grid-column: 1/4;
  grid-row: 3/4;
}
@media screen and (min-width: 768px) {
  #page_usedmarket > section.news .whatsnew li div.caption {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
#page_usedmarket > section.news .whatsnew li div.caption p {
  inline-size: auto;
}
#page_usedmarket > section.news .whatsnew li div.link {
  grid-column: 1/4;
}
@media screen and (min-width: 768px) {
  #page_usedmarket > section.news .whatsnew li div.link {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
#page_usedmarket > section.news .whatsnew li .blinking {
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
  font-weight: 300;
  font-size: 12px;
  padding: 0.5rem 1rem;
  text-align: center;
  background: red;
  color: white;
  white-space: nowrap;
  display: inline;
  min-width: 64px;
  margin: 0;
}
#page_usedmarket > section.news .whatsnew a {
  margin-top: 0;
}

/*# sourceMappingURL=usedmarket.css.map */
