@charset "utf-8";


/* ページトップのリンク集 */
.sell_toplink {width: min(90%, 1320px);margin: 0 auto;margin-bottom: 40px;border: 1px solid #004680;display: flex;flex-wrap: wrap;row-gap: 10px;flex-direction: column;}
.sell_toplink .active {color: #004680;}
.sell_toplink a{font-size: 16px;font-weight: bold;}
.sell_toplink a:hover {text-decoration: underline;}
.sell_toplink a::before {content: "▶︎ ";color: #333;margin-right: 4px;}
.sell_toplink a.active::before {color: #004680;}
.sell_toplink a.active {color: #004680;}
@media (min-width:768px) {
  .sell_toplink{padding: 30px 4vw;justify-content: center;flex-direction: row;margin-bottom: 80px;}
  .sell_toplink a{font-size: 18px;border-right: 1px solid;padding: 0 15px;}
  .sell_toplink a:first-child{border-left: 1px solid;}
  .sell_toplink a::before{display: none;}
}

/* 売却について詳しく知る */
.buy_links_lists{width: min(90vw,1320px);margin: 0 auto;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;margin-top: 40px;}
.buy_links_list{width: 44vw;background: white;margin-bottom: 25px;}
.buy_links_list:hover{background: #cfe6fe;transition: 0.3s;}
.buy_links_img img{width: 100%;}
.buy_links_text{line-height: 1.3;padding: 10px 10px 10px 15px;position: relative;height: 80px;display: flex;align-items: center;}
.buy_links_j{font-weight: bold;}
.buy_links_e{color: #004680}
.buy_links_arrow {width: 7px;position: absolute;right: 10px;top: 14px;top: 43%;}
.buy_links_wrap { position:relative; }
.section_title.bgtext .nanmaru_check { width:50%; height:260px; position:absolute; bottom:0px; left:calc(50% + 150px); transform: translateX(-50%); }
.nanmaru_check{display: none;}
.nanmaru_check .lot_nanmaru_check{ width:100%; position:absolute; right:-25%; bottom:10px; z-index:1;  display: block;}
.nanmaru_check .fukidashi { width:140px; height:140px; font-size:18px; margin-left:0; display:flex; align-items:center; justify-content:center;  color:#FC5942; position:relative; }
.nanmaru_check .fukidashi::before {content:""; position: absolute; inset:0; z-index:0 ; width:150px; height:150px; border:1px solid #FC5942; border-radius:50%; }
.nanmaru_check .fukidashi small { width:100%; font-size: 18px;text-align:center; position:relative; line-height:1.2em; font-weight:bold; }
.nanmaru_check img{width: 100%;}
.contents {width: min(90%, 1320px);margin: 0 auto;padding: 50px 0;}
.sell_links_button{margin-top: 20px;}
@media (min-width:768px) {
  .buy_links_lists{width: min(90vw,1320px);flex-wrap: wrap;}
  .buy_links_list{width: min(21vw,310px);background:white;}
  .buy_links_arrow{right: 30px;top: 35%;}
  .nanmaru_check { width: min(13vw,130px);position:absolute; top:-45px; left:calc(63% + 200px); transform: translateX(-50%); display: block;}
  .nanmaru_check .lot_nanmaru_check{right:80px; bottom:-23px; z-index:1;display: block;}
  .nanmaru_check .fukidashi { width: min(15vw,140px); margin-left:20px; display:flex; align-items:center; justify-content:center; color:#FC5942; position:relative; }
  .nanmaru_check .fukidashi::before {   content: ""; /* 必須！ */ width:auto; height:auto; background: url(/img/common/illust_top_fukidashi.svg) no-repeat center center; background-size:contain; animation: spin 10s linear infinite; z-index:0; border:0; }
  .nanmaru_check .fukidashi small { position:relative; text-align:center;}
  .sell_links_button{margin-bottom: 50px;margin-top: 30px;}

}


/* アコーディオン */
.sell_toplink_toggle {display: flex;width: 100%;font-size: 16px;font-weight: bold;background: #004680;color: #fff;padding: 12px 15px;border: none;cursor: pointer;justify-content: space-between;}
.sell_toplink_toggle::after {content: "＋";}
.sell_toplink.open .sell_toplink_toggle::after {content: "－";}
.sell_toplink_inner {display: none;padding-top: 10px;}
.sell_toplink.open .sell_toplink_inner {display: flex;flex-direction: column;row-gap: 10px;width: 90%;margin: 0 auto;margin-bottom: 25px;}
@media (min-width:768px) {
  .sell_toplink_toggle {display: none;}
  .sell_toplink_inner {display: flex;flex-direction: row;flex-wrap: wrap;row-gap: 10px;justify-content: center;}
}

