@charset "UTF-8";
/* 一覧ページ
------------------------------------------------ */
.c_result.result_top {
  padding-top: 80px;
}
@media all and (max-width: 767px) {
  .c_result.result_top {
    padding-top: 42px;
  }
}

.results_section {
}

@media all and (max-width: 767px) {
  .results_section {
  }
}
.results_lead {
  margin-bottom: 50px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .results_lead {
    text-align: left;
  }
}
.results_form {
  width: min(700px, 100%);
  margin: 0 auto 58px auto;
  border: none;
}

.results_form_ttl {
  display: block;
  width: 100%;
  padding: 7px 0;
  background: #333333;
  font-size: 20px;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
  color: #fff;
}

@media all and (max-width: 767px) {
  .results_form_ttl {
    font-size: 18px;
  }
}
.results_form_body {
  padding: 25px 30px;
  background: #f5f5f5;
}

@media all and (max-width: 767px) {
  .results_form_body {
    padding: 40px 10px;
  }
}
.results_form_row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.results_form_input,
.results_form_btn {
  display: block;
  height: 53px;
  border: none;
}

@media all and (max-width: 767px) {
  .results_form_input,
.results_form_btn {
    height: 50px;
  }
}
.results_form_input {
  width: calc(100% - 68px);
  padding: 0 18px;
  box-sizing: border-box;
  border-radius: 6px 0 0 6px;
  background: #fff;
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .results_form_input {
    font-size: 14px;
  }
}
.results_form_input::-moz-placeholder {
  color: #e5e6e5;
}

.results_form_input:-ms-input-placeholder {
  color: #e5e6e5;
}

.results_form_input::placeholder {
  color: #e5e6e5;
}

.results_form_btn {
  cursor: pointer;
  width: 68px;
  border-radius: 0 6px 6px 0;
  background: #000;
  padding: 0;
}

.results_form_btn img {
  width: 26px;
}

.results_goods {
  margin-bottom: 40px;
}

@media all and (max-width: 767px) {
  .c_goods_box.results_goods {
    padding: 0 20px 40px 20px;
  }
}
/* 詳細ページ
------------------------------------------------ */
.results_detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  border: 1px solid #C9C8C8;
  padding: 18px 2% 40px 2%;
  background: #fff;
}
@media all and (max-width: 767px) {
  .results_detail {
    display: block;
    border: none;
    margin-bottom: 0;
    padding: 18px 0 40px 0;
  }
}
.results_detail_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37%;
}
@media all and (max-width: 767px) {
  .results_detail_img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.results_detail_img img {
  display: block;
  max-width: 100%;
}
@media all and (max-width: 767px) {
  .results_detail_img img {
    margin: 0 auto;
  }
}
.results_detail_main {
  width: 59%;
}
@media all and (max-width: 767px) {
  .results_detail_main {
    width: 100%;
  }
}
.results_detail_btn {
  width: min(560px, 100%);
  margin: 0 auto;
}
.results_under_unit {
  margin: 40px 0 45px 0;
  padding: 55px 60px 60px 60px;
}
@media all and (max-width: 767px) {
  .results_detail_btn {
    margin: 0 auto;
  }
  .results_under_unit {
    padding: 0;
    border: none;
  }
}
.results_data dl {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .results_data dl {
    align-items: stretch;
  }
}
.results_data dl:not(:last-child) {
  margin-bottom: 8px;
}
@media all and (max-width: 767px) {
  .results_data dl:not(:last-child) {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .results_data dl:first-child dd {
    border-top: 1px solid #E1DDDD;
  }
}
.results_data dl dt {
  width: 126px;
  padding: 8px 14px;
  background: #333;
  color: #fff;
  word-break: keep-all;
}
@media all and (max-width: 767px) {
  .results_data dl dt {
    border-bottom: solid 1px #E1DDDD;
    font-size: 13px;
  }
}
.results_data dl dd {
  width: calc(100% - 126px);
  padding-left: 15px;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .results_data dl dd {
    display: flex;
    align-items: center;
    border-right: solid 1px #E1DDDD;
    border-bottom: solid 1px #E1DDDD;
    font-size: 13px;
  }
}
.results_history {
  margin-bottom: 20px;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .results_history {
    margin-bottom: 20px;
  }
}
.results_history_ttl {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #999999;
  color: #000;
  font-size: 24px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
  font-weight: 600;
}
@media all and (max-width: 767px) {
  .results_history_ttl {
    font-size: 20px;
  }
}
.results_history > p:not(:last-child) {
  margin-bottom: 35px;
}
@media all and (max-width: 767px) {
  .results_history > p:not(:last-child) {
    margin-bottom: 25px;
  }
}
.results_history a{
  font-weight: 600;
}
.results_note {
  margin-bottom: 40px;
  font-size: 14px;
}
.results_note li {
  position: relative;
  padding-left: 1.5em;
}
.results_note_ico {
  position: absolute;
  top: 0;
  left: 0;
}
.results_return {
  text-align: right;
}
@media all and (max-width: 767px) {
  .results_return {
    text-align: center;
  }
}

.result_phone {
  padding: 110px 0 60px 0;
}
@media all and (max-width: 767px) {
  .result_phone {
    padding: 60px 0 30px 0;
  }
}

.cnv_btn.result_cvn_btn {
  font-size: 20px;
}

.shop_guide.results_shop_guide {
  padding: 70px 0 60px 0;
  background: #F4EDE5;
}

.cnv_btn.result_guide_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 13px 10px 7px 10px;
  font-size: 18px;
}

@media all and (max-width: 767px) {
  .cnv_btn.result_guide_btn {
    min-height: 60px;
    font-size: 13px;
  }
}
.l_main_ttl_txt.result_main_ttl_txt {
  line-height: 1.5714285714;
}
@media all and (max-width: 767px) {
  .l_main_ttl_txt.result_main_ttl_txt {
    font-size: 18px;
  }
}

.c_goods_box.c_goods_box_result_detail {
  margin-bottom: 30px;
  padding: 0 30px 80px 30px;
  background: #f3efef;
}
@media all and (max-width: 767px) {
  .c_goods_box.c_goods_box_result_detail {
    padding: 0;
    border: none;
    background: none;
  }
}

.c_goods_ttl.c_goods_result_detail_ttl {
  padding: 8px 25px 14px 25px;
  text-align: left;
  line-height: 1.4;
  box-sizing: border-box;
  font-size: 28px;
}
.c_goods_ttl.c_goods_result_detail_ttl h2 {
  font-size: 24px;
}
@media all and (max-width: 767px) {
  .c_goods_ttl.c_goods_result_detail_ttl {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 2;
    background: none;
    color: #333;
    font-size: 16px;
  }
  .c_goods_ttl.c_goods_result_detail_ttl h2 {
    font-size: 18px;
  }
}

@media all and (max-width: 767px) {
  .c_goods_time.results_goods_time {
    margin-bottom: 5px;
    background: none;
  }
}

.l_main_ttl_txt {
  padding: 0 40px;
}

@media all and (max-width: 767px) {
  .l_main_ttl_txt {
    padding: 0 10px;
  }
}

/* Text Style
------------------------------------------------ */
.brand_results_lead_txt.lead_txt_space{
  padding-top: 32px;
}

/* tooltip
------------------------------------------------ */
.c_other_item_list li {
  position:relative;
}

@media screen and (max-width: 767px) {
  .c_other_item_intooltips_area .c_other_item_list li {
    width: 33.3%;
    margin: 0 0;
    padding: 0 1% 5px;
    box-sizing: border-box;
  }

  .c_other_item_tooltips_sp_click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
  }

  .c_other_item_intooltips_area .c_other_item_list .c_other_item_list_link {
    position:relative;
    z-index: 2;
  }

}/* max-width: 767px */

.c_other_item_tooltips_wrap {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 6;
  width: 426%;
}

@media screen and (min-width: 768px) {
  .c_other_item_list li.c_other_item_list_box0 .c_other_item_tooltips_wrap {
    left: 0;
  }
  .c_other_item_list li.c_other_item_list_box1 .c_other_item_tooltips_wrap {
    left: -109%;
  }
  .c_other_item_list li.c_other_item_list_box2 .c_other_item_tooltips_wrap {
    left: -218%;
  }
  .c_other_item_list li.c_other_item_list_box3 .c_other_item_tooltips_wrap {
    left: -326%;
  }
  .c_other_item_list li:hover .c_other_item_tooltips_wrap {
    display: block;
  }
}/* min-width: 768px */

@media screen and (max-width: 767px) {
  .c_other_item_tooltips_wrap {
    width: 300%;
    padding-top: 10px;
  }
  .c_other_item_list li.c_other_item_list_sp_box0 .c_other_item_tooltips_wrap {
    left: 0%;
  }

  .c_other_item_list li.c_other_item_list_sp_box1 .c_other_item_tooltips_wrap {
    left: -100%;
  }
  .c_other_item_list li.c_other_item_list_sp_box2 .c_other_item_tooltips_wrap {
    left: -200%;
  }
}/* max-width: 767px */

.c_other_item_tooltips {
  display: block;
  text-align: left;
  position:relative;
  background-color: #E5E6E5;
  border: 1px solid #DEDCDC;
  padding: 50px 0 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c_other_item_tooltips {
    border: none;
  }
}/* max-width: 767px */


.c_other_item_tooltips_triangle {
  position: absolute;
  left: 10.5%;
  top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 16px solid #DEDCDC;
  border-top: 0;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c_other_item_list li.c_other_item_list_box0 .c_other_item_tooltips_triangle {
    left: 10%;
  }
  .c_other_item_list li.c_other_item_list_box1 .c_other_item_tooltips_triangle {
    left: 36%;
  }
  .c_other_item_list li.c_other_item_list_box2 .c_other_item_tooltips_triangle {
    left: 62%;
  }
  .c_other_item_list li.c_other_item_list_box3 .c_other_item_tooltips_triangle {
    left: 87.5%;
  }
  .c_other_item_list li.c_other_item_list_box0 .c_other_item_tooltips_triangle {
    left: 10%;
  }
  .c_other_item_list li.c_other_item_list_box1 .c_other_item_tooltips_triangle {
    left: 36%;
  }
  .c_other_item_list li.c_other_item_list_box2 .c_other_item_tooltips_triangle {
    left: 62%;
  }
  .c_other_item_list li.c_other_item_list_box3 .c_other_item_tooltips_triangle {
    left: 87.5%;
  }

}/* min-width: 768px */

@media screen and (max-width: 767px) {
  .c_other_item_tooltips_triangle {
    left: 15%;
    border-bottom: 16px solid #E5E6E5;
  }

  .c_other_item_list li.c_other_item_list_sp_box0 .c_other_item_tooltips_triangle {
    left: 15%;
  }
  .c_other_item_list li.c_other_item_list_sp_box1 .c_other_item_tooltips_triangle {
    left: 49%;
  }
  .c_other_item_list li.c_other_item_list_sp_box2 .c_other_item_tooltips_triangle {
    left: 82%;
  }
  .c_other_item_list li.c_other_item_list_sp_box0 .c_other_item_tooltips_triangle {
    left: 15%;
  }
  .c_other_item_list li.c_other_item_list_sp_box1 .c_other_item_tooltips_triangle {
    left: 49%;
  }
  .c_other_item_list li.c_other_item_list_sp_box2 .c_other_item_tooltips_triangle {
    left: 82%;
  }
}/* max-width: 767px */

.c_other_item_tooltips_intriangle {
  display: inline-block;
  position: relative;
  left: -8px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 14px solid #F3EFEF;
  border-top: 0;
}

.c_other_item_tooltips_btn_block {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .c_other_item_tooltips_btn_block {
    box-sizing: border-box;
    padding: 0 4%;
    margin: 0 auto 28px;
  }
}/* max-width: 767px */

.c_other_item_tooltips_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 30px 0 40px;
}

@media screen and (max-width: 767px) {
  .c_other_item_tooltips_list {
    box-sizing: border-box;
    padding: 0 0;
    margin: 0 4% 0 4%;
  }
}/* max-width: 767px */

a.c_other_item_tooltips_link {
  display: inline-block;
  border: 1px solid #DEDCDC;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  padding: 5px 15px;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  a.c_other_item_tooltips_link:hover {
    background-color: #666666;
    color: #ffffff;
    border: 1px solid #9E9D9D;
    box-shadow: 0 0px 0 #E1E1E1;
  }
}/* min-width: 768px */

@media screen and (max-width: 767px) {
  a.c_other_item_tooltips_link {
    margin: 0 5px 10px 0;
    padding: 10px 8px;
  }
}/* max-width: 767px */

@media screen and (max-width: 767px) {
   .c_other_item.c_other_item_intooltips_area {
    padding-left: 0;
    padding-right: 0;
  }

   .c_other_item.c_other_item_intooltips_area .cmn_h2_type2 {
    padding-left: 15px;
    padding-right: 15px;
  }

   .c_other_item.c_other_item_intooltips_area .brand_results_lead_txt {
    padding-left: 15px;
    padding-right: 15px;
  }

}/* max-width: 767px */

.c_other_item_tooltips_close {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 18px;
  right: 12px;
}
@media screen and (max-width: 767px) {
   .c_other_item_tooltips_close {
    display: block;
  }

}/* max-width: 767px */

.c_other_item_tooltips_close:before,
.c_other_item_tooltips_close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #504343;
}

.c_other_item_tooltips_close:before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.c_other_item_tooltips_close:after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
   .c_other_item_intooltips_area .brand_results_btn_block {
    box-sizing: border-box;
    padding: 0 15px;
  }
}/* max-width: 767px */


/*-------------------------------------------------------------------------*/
/* 買取実績
/*-------------------------------------------------------------------------*/
/* 実績著者表示 */
.cmn_author_block {
  background-color: #F0F0F0;
  padding: 30px 30px 0;
  margin: 40px 0 0;
  border: 1px solid #C9C8C8;
  background-color: #fff;
}

.cmn_author_ttl {
  font-size: 24px;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
  font-weight: bold;
  color: #191919;
  line-height: 1.7;
  border-bottom: 1px solid #707070;
  margin-bottom: 16px;
  padding-bottom: 10px;
}

.cmn_author_list li {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #707070;
}

.cmn_author_list li:first-child {
  padding-top: 0;
  border-top: none;
}

.cmn_author_img_box {
  width: 183px;
}

.cmn_author_img_box img {
  max-width: 100%;
}

.cmn_author_sp_info_box {
  display: none;
}

.cmn_author_info_box {
  width: calc(100% - 183px);
  box-sizing: border-box;
  padding: 16px 0 0 30px;
}

.cmn_author_shop {
  font-size: 16px;
  font-weight: bold;
  color: #191919;
  line-height: 1.6;
  margin-bottom: 5px;
}

.cmn_author_name_box {
  margin-bottom: 10px;
}

.cmn_author_name {
  font-size: 16px;
  color: #191919;
  line-height: 1.7;
  padding-right: 20px;
}

.cmn_author_license {
  font-size: 14px;
  color: #191919;
  line-height: 1.7;
}

.cmn_author_biography {
  font-size: 14px;
  color: #191919;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .cmn_author_block {
    padding: 30px 25px 0;
  }

  .cmn_author_ttl {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .cmn_author_list li {
    display: block;
  }

  .cmn_author_img_box {
    width: auto;
    display: flex;
    margin-bottom: 25px;
  }

  .cmn_author_img {
    width: 150px;
  }

  .cmn_author_sp_info_box {
    display: block;
    width: calc(100% - 150px);
    box-sizing: border-box;
    padding: 4px 0 0 20px;
  }

  .cmn_author_sp_shop {
    font-size: 18px;
    color: #191919;
    line-height: 1.6;
    margin-bottom: 5px;
  }

  .cmn_author_sp_name {
    font-size: 16px;
    color: #191919;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .cmn_author_sp_license {
    font-size: 14px;
    color: #191919;
    line-height: 1.7;
  }

  .cmn_author_info_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }

  .cmn_author_shop {
    display: none;
  }

  .cmn_author_name_box {
    display: none;
  }

  .l_bread.l_bread_sp_scroll {
    padding: 0;
  }
  .l_bread.l_bread_sp_scroll .content {
    width: auto;
    padding: 10px 20px;
    overflow-x: auto;
    white-space: nowrap;
    word-break: keep-all;
    -webkit-overflow-scrolling: touch;
  }

  .l_bread.l_bread_sp_scroll ul {
    white-space: nowrap;
  }
}/* max-width: 768px */

/* 163買取実績の関連記事リンク */
.related_articlelist {
  background-color: #fff;
  border: 1px solid #C9C8C8;
  padding: 30px 50px 30px 60px;
  margin: 30px auto 60px;
}

@media screen and (max-width: 768px) {
  .related_articlelist {
    padding: 30px 15px 20px 25px;
  }
}/* max-width: 768px */


.related_article_ttl {
  font-family: hiragino mincho pron, ヒラギノ明朝 pro w3, hiraginomincho pro, 游明朝, yu mincho, serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .related_article_ttl {
    font-size: 20px;
  }
}/* max-width: 768px */


.related_article_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.related_article_list li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.related_article_list li a {
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
  padding: 10px 8px 8px 8px;
}

/* 163買取実績の関連記事リンク */


