@charset "UTF-8";

#slide + div .gallery_single_slider .slick-slide span {
  position: relative;
  display: block;
}
#slide + div .gallery_single_slider .slick-slide span::before {
  content: "";
  display: block;
  padding-top: 65%;
}
#slide + div .gallery_single_slider .slick-slide span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*------------------その他買取の相談方法------------------*/
#method + .composite_box01 .wrapper_item {
  gap: 2rem;
}
#method + .composite_box01 .wrapper_item .inner_item {
  max-width: calc(33.3333% - 2rem * 2 / 3);
  width: 100% !important;
  margin-left: initial !important;
}
#method + .composite_box01 .wrapper_item .inner_item .inner_item_img img {
  object-fit: contain;
}
@media screen and (max-width: 700px){
#method + .composite_box01 .wrapper_item .inner_item {
  max-width: calc(50% - 2rem * 1 / 2);
  margin-bottom: initial;
}
}
@media screen and (max-width: 500px){
#method + .composite_box01 .wrapper_item .inner_item {
  max-width: initial;
}
}

/*------------------アクセス------------------*/
@media screen and (max-width: 900px) {
div#nbp4254822\ 4254822 {
    padding-bottom: 60px;
}
}

/* 金・銀・プラチナのカラー変更 */
#item_banner + .composite_box01.block_images_9:not([style*=" color:"]) .inner_item_txt .heading .h {
    color: #3d3636;
}
#item_banner + .composite_box01.block_images_9:not([style*=" color:"]) .inner_item_txt .heading p {
    color: #3d3636;
    font-size: 1.6rem;
}
#item_banner + .composite_box01.block_images_9 .inner_item_txt .heading:before {
    background: #c5c1b8;
}