@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@media screen and (max-width: 767px) {
  .company_info {
    display: none;
  }

  .clear {
    clear: both;
  }

  a {
    text-decoration: none;
  }

  a:hover {
    position: relative;
    top: 1px;
    left: 1px;
  }

  .hidden {
    overflow: hidden;
  }

  /*スマホボタン表示記述*/

  .sp_off {
    display: none;
  }

  /*sell_top*/

  /*---------------main_slide----------------*/

  .selltop_main_wrap .album {
    margin: auto;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .selltop_main_wrap .album img {
    width: 100%;
    height: 100%;
    animation-name: album;
    -webkit-animation-name: album;
    animation-duration: 15s;
    -webkit-animation-duration: 15s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
    object-fit: cover;
  }

  .selltop_main_wrap .album .img1 {
    display: block;
    margin: 0 auto;
  }

  .selltop_main_wrap .album .img2 {
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
    position: absolute;
    top: 0;
    left: 0;
  }

  .selltop_main_wrap .album .img3 {
    animation-delay: 10s;
    -webkit-animation-delay: 10s;
    position: absolute;
    top: 0;
    left: 0;
  }

  @keyframes album {
    0% {
      opacity: 0;
      transform: scale(1.1);
    }

    12.5% {
      opacity: 1;
    }

    37.5% {
      opacity: 1;
    }

    50% {
      opacity: 0;
      transform: scale(1);
    }

    100% {
      opacity: 0;
      transform: scale(1);
    }
  }

  /*---------------/main_slide----------------*/

  .selltop_main_wrap {
    position: relative;
    width: 100%;
    min-height: 400px;
    padding: 0 0 10px;
    z-index: 0;
    overflow: hidden;
  }

  .selltop_main_wrap::after {
    content: "";
    width: 100%;
    height: 67px;
    background-image: url(/sell_top/img/sp/main_bg_motif.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    bottom: -1px;
  }

  .selltop_main_inner {
    width: 94%;
    margin: 0 auto;
    padding: 80px 0 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }

  .selltop_main_aera {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }

  .selltop_main_aera li {
    width: fit-content;
    display: block;
    padding: 5px 2%;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #ffc000;
    text-align: center;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
  }

  .selltop_main_tl {
    color: #ffffff;
    font-size: clamp(26px, 2.4vw, 30px);
    font-weight: bold;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 10px 0 40px;
  }

  .selltop_main_tl span {
    font-size: clamp(35px, 5.3vw, 70px);
    font-weight: bold;
  }

  .selltop_main_txt {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    letter-spacing: 0.01em;
    margin: 20px 0 30px;
  }

  .selltop_main_result {
    display: flex;
    justify-content: flex-end;
  }

  .selltop_main_result li {
    width: 33%;
    margin-left: 1%;
  }

  .selltop_main_result li img {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }

  .selltop_main_result li:first-child {
    margin-top: 20px;
  }

  .selltop_main_result li:nth-child(2) {
    margin-top: 10px;
  }

  .selltop_before_r {
    position: relative;
  }

  .selltop_before_r::before {
    content: "";
    position: absolute;
    top: -40px;
    bottom: -50px;
    right: 0;
    width: 35%;
    background-color: #f5f8fc;
    border-radius: 12px 0 0 12px;
    z-index: -1;
  }

  /*------------------- 査定フォーム ---------------------*/

  .selltop_satei_form {
    width: 94%;
    border: 4px solid #0f3972;
    border-radius: 12px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
    margin: 50px auto 80px;
    background: #fff;
    overflow: hidden;
  }

  .selltop_satei_form_tl_box {
    background-color: #0f3972;
    padding: 8px 0;
    box-sizing: border-box;
    text-align: center;
  }

  .selltop_satei_form_comment {
    color: #ffc000;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
  }

  .selltop_satei_form_comment::before {
    content: "";
    position: absolute;
    left: 1%;
    top: 5%;
    width: 15px;
    height: 1px;
    background: #ffd400;
    transform: rotate(55deg);
    transform-origin: right center;
  }

  .selltop_satei_form_comment::after {
    content: "";
    position: absolute;
    right: 2%;
    top: 4%;
    width: 15px;
    height: 1px;
    background: #ffd400;
    transform: rotate(-55deg);
  }

  .selltop_satei_form_comment span {
    font-size: 16px;
    font-weight: 600;
  }

  .selltop_satei_form_tl {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
  }

  .selltop_satei_form_box {
    padding: 25px 5%;
    background-color: #ffffff;
    box-sizing: border-box;
  }

  .selltop_satei_form form ul {
  }

  .selltop_satei_form form ul li:first-child {
    margin-bottom: 20px;
  }

  .selltop_satei_form form ul li span {
    color: #ffffff;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    display: block;
    padding: 6px 10px 5px;
    border-radius: 30px;
    box-sizing: border-box;
    background-color: #0f3972;
    text-align: center;
    margin-right: 7px;
  }

  .selltop_satei_form form ul li p {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 10px;
  }

  .selltop_satei_form form ul li select {
    width: 100%;
    height: 50px;
    line-height: 1;
    border-radius: 5px;
    background: #f5f8fc;
    box-sizing: border-box;
    border: none;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding-left: 10px;
    cursor: pointer;
    font-family:
      "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
  }

  .selltop_satei_font_grey {
    color: #aaaaaa;
  }

  .selltop_satei_form form ul li input {
    width: 100%;
    height: 50px;
    line-height: 1;
    border-radius: 5px;
    background: #f5f8fc;
    box-shadow: none;
    border: none;
    color: #333;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding-left: 10px;
    cursor: pointer;
    font-family:
      "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
      "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
      "MS PGothic", sans-serif;
  }

  .selltop_satei_form form ul li input .placeholder {
    color: #aaaaaa;
  }

  .selltop_satei_form form ul li small {
    color: #aaaaaa;
    font-size: 9px;
    line-height: 1;
  }

  .selltop_satei_forms_btn button {
    width: 84%;
    height: 45px;
    display: block;
    border-radius: 50px;
    background-color: #ebb71a;
    border: none;
    box-sizing: border-box;
    text-align: center;
    margin: 15px auto 0;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .selltop_satei_forms_btn button::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 3px;
    bottom: 0px;
    margin: auto;
    transition: 0.3s;
  }

  .selltop_satei_forms_btn button:hover {
    background: #aa8e12;
  }

  /*------------------- /査定フォーム ---------------------*/

  .selltop_jisseki_wrap {
    width: 94%;
    margin: 0 auto;
  }

  .selltop_section_tl_wrap {
  }

  .selltop_section_tl_h3 {
    color: #404040;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }

  .selltop_section_tl_h3 span {
    color: #194582;
    font-size: 30px;
    font-weight: 600;
    display: block;
  }

  .selltop_section_tl_wrap .selltop_txt {
    text-align: left;
  }

  .selltop_txt {
    color: #404040;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.01em;
    margin: 10px 0 0;
  }

  .selltop_jisseki_cms {
  }

  .selltop_jisseki_cms iframe {
    width: 100%;
    height: 390px;
    margin: 30px 0 0 0;
  }

  .selltop_jisseki_ul {
    display: flex;
    align-items: center;
    gap: 0 20px;
    width: 700px;
    height: 390px;
    margin: 0;
    padding: 0 0 0 8px;
  }

  .selltop_jisseki_ul li {
    list-style: none;
  }

  .selltop_jisseki_ul li a {
    width: 280px;
    display: block;
    padding: 20px 0;
    background-color: #ffffff;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
  }

  .selltop_jisseki_ul li a:hover {
    background: #f5f5f5;
  }

  .selltop_jisseki_ul li a img {
    display: block;
    width: 250px;
    height: 162px;
    margin: 0 auto;
    border-radius: 12px;
  }

  .selltop_jisseki_box {
    padding: 35px 5% 0;
    margin: 0 auto;
  }

  .selltop_jisseki_sho {
    width: 100%;
    height: 40px;
    padding: 0 5%;
    position: absolute;
    top: 15px;
    bottom: 0;
    margin: auto;
    left: -8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.01em;
    box-sizing: border-box;
  }

  .selltop_jisseki_sho p {
    position: relative;
    z-index: 2;
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .selltop_jisseki_sho::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -11px;
    left: 0;
    width: 100%;
    height: 40px;
    background: #ebb71a;
    border-radius: 0 5px 5px 0;
  }

  .selltop_jisseki_sho::after {
    content: "";
    position: absolute;
    left: 0px;
    top: -18px;
    width: 0;
    height: 0;
    border-top: 7px solid #cea528;
    border-left: 7px solid transparent;
    transform: rotate(90deg);
  }

  .selltop_jisseki_txt {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.01em;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0 0 15px;
    text-align: left;
  }

  .selltop_jisseki_tag p {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    gap: 5px;
    height: 25px;
    overflow: hidden;
  }

  .selltop_jisseki_tag .cms_topic_tag {
    color: #194581;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    display: block;
    padding: 5px 10px 6px;
    background-color: #e5ecf4;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
  }

  .selltop_jisseki_kikan .cms_topic_tag {
    color: #194581;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    display: block;
    padding: 5px 10px 6px;
    background-color: #e5ecf4;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
    width: fit-content;
    margin: -35px 0 0 0;
  }

  .selltop_jisseki_kikan:has(.kikan:not(:empty)) .kikan::after {
    content: "でご売却";
    margin-left: 2px;
  }

  .selltop_jisseki_kikan .kikan:empty {
    display: none;
  }

  .selltop_more_btn a {
    display: block;
    width: 75%;
    box-sizing: border-box;
    background: #194582;
    border: 1px solid #194582;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 68px;
    margin: 30px auto 0;
    position: relative;
  }

  .selltop_more_btn a::before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 23px;
    transition: 0.3s;
  }

  .selltop_more_btn a:hover::before {
    background: #194582;
  }

  .selltop_more_btn a::after {
    content: "";
    width: 4px;
    height: 4px;
    border-top: 2px solid #194582;
    border-right: 2px solid #194582;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 24px;
    top: 32px;
    transition: 0.3s;
  }

  .selltop_more_btn a:hover::after {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }

  .selltop_more_btn a:hover {
    background: #fff;
    color: #194582;
  }

  .selltop_area_jirei_wrap {
    width: 94%;
    margin: 0 auto;
    padding: 60px 0 80px;
  }

  .selltop_area_jirei_r img {
    width: 70%;
  }

  .selltop_area_jirei_r ul {
    margin: 25px 0 30px;
  }

  .selltop_area_jirei_r ul li:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
  }

  .selltop_area_jirei_r ul li a {
    padding: 13px 3% 13px 0;
    display: flex;
    align-items: center;
    position: relative;
  }

  .selltop_area_jirei_r ul li a:hover {
    background: #f5f5f5;
  }

  .selltop_area_jirei_r ul li a::before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 32px;
    height: 32px;
    border: 3px solid #dceafa;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .selltop_area_jirei_r ul li a::after {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 0;
    margin: auto;
    right: 24px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #dceafa;
    border-right: 2px solid #dceafa;
    transform: rotate(45deg);
  }

  .selltop_area_jirei_r ul li a img {
    width: 23%;
    margin-right: 20px;
  }

  .selltop_underline_tl {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.01em;
  }

  .selltop_underline_tl span {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    z-index: 0;
    isolation: isolate;
  }

  .selltop_underline_tl span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 15px;
    background: #f5bd0b;
    z-index: -1;
  }

  .selltop_onayami_wrap {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    position: relative;
  }

  .selltop_onayami_wrap::before {
    content: "";
    position: absolute;
    top: -35px;
    bottom: 50px;
    left: 0;
    width: 35%;
    background-color: #f5f8fc;
    border-radius: 0px 12px 12px 0px;
    z-index: -1;
  }

  .selltop_onayami_inner {
    width: 94%;
    margin: 0 auto;
  }

  .selltop_onayami_ul {
    margin: 40px 0 0;
  }

  .selltop_onayami_ul li:first-child {
    margin-bottom: 50px;
  }

  .selltop_onayami_ul li a {
    width: 100%;
    display: block;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .selltop_onayami_ul li a:hover {
    background: #f5f5f5;
  }

  .selltop_onayami_ul li a img {
    display: block;
  }

  .selltop_onayami_box {
    padding: 25px 4% 15px;
    box-sizing: border-box;
    background-color: #ffffff;
  }

  .selltop_onayami_box .selltop_underline_tl {
    position: relative;
  }

  .selltop_onayami_box .selltop_underline_tl::before {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
  }

  .selltop_onayami_box .selltop_underline_tl::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #245b96;
    z-index: 0;
  }

  .selltop_onayami_box .selltop_txt {
    text-align: left;
  }

  .selltop_reason_wrap {
    width: 100%;
    padding: 50px 0 100px;
    background-color: #194582;
  }

  .selltop_reason_inner {
    width: 94%;
    margin: 0 auto;
  }

  .selltop_reason_wrap .selltop_section_tl_h3 {
    color: #ffffff;
    text-align: right;
    position: relative;
    z-index: 1;
  }

  .selltop_reason_wrap .selltop_section_tl_h3 span {
    color: #ffffff;
    font-size: 25px;
  }

  .selltop_reason_ul {
    width: 94%;
    margin: 80px auto 0;
    position: relative;
  }

  .selltop_reason_ul::before {
    content: "";
    width: 732px;
    height: 165px;
    background-image: url(/sell_top/img/reason_bg.webp);
    background-size: 44%;
    background-repeat: no-repeat;
    position: absolute;
    top: -70px;
    left: -6%;
  }

  .selltop_reason_ul li {
    width: 100%;
    display: block;
    padding: 25px 5%;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: relative;
  }

  .selltop_reason_ul li:not(:first-child) {
    margin-top: 70px;
  }

  .selltop_reason_ul li::before {
    position: absolute;
    top: -25px;
    left: 5vw;
  }

  .selltop_reason_ul li:first-child::before {
    content: "";
    width: 64px;
    height: 51px;
    background-image: url(/sell_top/img/re_01.webp);
  }

  .selltop_reason_ul li:nth-child(2)::before {
    content: "";
    width: 74px;
    height: 51px;
    background-image: url(/sell_top/img/re_02.webp);
  }

  .selltop_reason_ul li:last-child::before {
    content: "";
    width: 74px;
    height: 51px;
    background-image: url(/sell_top/img/re_03.webp);
  }

  .selltop_reason_ul li img {
    display: block;
    margin: 0 auto 10px;
  }

  .selltop_reason_ul .selltop_underline_tl {
    line-height: 1.7;
    text-align: center;
  }

  .selltop_reason_ul .selltop_txt {
    text-align: left;
    margin: 20px 0 0;
  }

  .selltop_voice_wrap {
    width: 100%;
    padding: 145px 0 90px;
    background-image: url(/sell_top/img/sp/voice_bg.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
  }

  .selltop_voice_inner {
    width: 94%;
    margin: 0 auto;
  }

  .selltop_voice_category {
    display: flex;
    align-items: center;
    gap: 0 5px;
    margin: 0 0 15px;
  }

  .selltop_voice_category li {
    color: #000000;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    width: fit-content;
    display: block;
    padding: 4px 2%;
    border-radius: 5px;
    background-color: #ffc000;
    text-align: center;
  }

  .selltop_voice_wrap .selltop_section_tl_h3 span {
    color: #194582;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    display: block;
  }

  .selltop_voice_ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
    margin: 150px auto 0 !important;
    position: relative;
  }

  .selltop_voice_ul::after {
    content: "";
    width: 100%;
    height: 450px;
    background-image: url(/sell_top/img/sp/staff_img.webp);
    background-size: 80%;
    background-repeat: no-repeat;
    position: absolute;
    top: -150px;
    left: 17%;
    z-index: -1;
  }

  .selltop_voice_ul li {
    width: 100%;
    height: 360px;
    display: block;
    padding: 30px 15px 50px;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    position: relative;
    margin-right: 25px;
  }

  .voice_no {
    position: absolute;
    top: 25px;
    left: -5px;
    width: 24%;
  }

  .voice_prof {
    padding: 0 0 25px 21%;
    width: 65%;
  }

  .selltop_voice_ul li .selltop_txt {
    text-align: left;
    margin: 0;
    font-size: 11px;
  }

  .selltop_voice_google {
    color: #194581 !important;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
    text-decoration: underline !important;
    padding: 0px 20px 0 0;
    position: absolute;
    bottom: 20px;
    right: 5%;
  }

  .selltop_voice_google:hover {
    opacity: 0.6;
  }

  .selltop_voice_google::before {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 0px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
  }

  .selltop_voice_google::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -9px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #245b96;
    z-index: 0;
  }

  .selltop_voice_caution {
    color: #aaaaaa;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.01em;
    display: block;
    text-align: right;
    margin: 18px 0 0;
  }

  .selltop_buy_privy_wrap {
    width: 96%;
    display: block;
    border-radius: 12px;
    box-sizing: border-box;
    background-image: url(/sell_top/img/sp/buy_privy_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    margin: 0 auto;
    position: relative;
  }

  .selltop_buy_privy_inner {
    width: 94%;
    margin: 0 auto;
    display: block;
    padding: 50px 0 80px;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .selltop_buy_privy_wrap .selltop_section_tl_h3 {
    color: #ffffff;
    text-align: left;
    & span {
      color: #ffffff;
    }
  }

  .selltop_buy_privy_wrap .selltop_txt {
    color: #ffffff;
  }

  .selltop_buy_privy_cms {
    width: 100%;
    background-color: #ffffff;
    display: block;
    margin: 20px 0 0;
    padding: 7px 5%;
    border-radius: 12px;
    box-sizing: border-box;
  }

  .selltop_buy_privy_cms iframe {
    width: 100%;
    height: 230px;
  }

  .selltop_buy_privy_ul {
    width: 100%;
    height: 220px;
    padding: 0;
    margin: 0;
  }

  .selltop_buy_privy_ul li {
    list-style: none;
  }

  .selltop_buy_privy_ul li a {
    box-sizing: border-box;
    transition: all 0.2s;
    position: relative;
    display: block;
    padding: 15px 0;
  }

  .selltop_buy_privy_ul li a:hover {
    background: #f5f5f5;
  }

  .selltop_buy_privy_ul li a::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    right: 0px;
    width: 30px;
    height: 30px;
    border: 3px solid #dceafa;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .selltop_buy_privy_ul li a::after {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 0;
    margin: auto;
    right: 13px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #dceafa;
    border-right: 1px solid #dceafa;
    transform: rotate(45deg);
  }

  .selltop_buy_privy_ul li:not(:first-child) a {
    border-top: 1px solid #eeeeee;
  }

  .selltop_buy_privy_flex {
    display: flex;
    align-items: center;
  }

  .selltop_buy_privy_date {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #333333;
    letter-spacing: 0px;
    margin: 0 12px 0 0;
  }

  .selltop_buy_privy_shubetsu {
    color: #404040;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    width: fit-content;
    display: block;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #ffc000;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
  }

  .selltop_buy_privy_txt {
    color: #333333;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-right: 7%;
    margin: 10px 0 0;
  }

  .selltop_buy_privy_txt span {
    color: #194582;
    font-weight: 600;
  }

  .selltop_buy_privy_wrap .selltop_more_btn {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
  }

  .selltop_buy_privy_wrap .selltop_more_btn a {
    border: 2px solid #ffffff;
    margin: 0 auto;
  }

  .selltop_buy_privy_wrap .selltop_more_btn a:hover {
    border: 2px solid #194582;
  }

  .selltop_contact_wrap {
    width: 100%;
    box-sizing: border-box;
    background-image: url(/sell_top/img/sp/contact_bg.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 150px 0 0;
  }

  .selltop_contact_r:hover {
    opacity: 0.6;
  }

  .selltop_contact_bg {
    max-width: 991px;
    width: 50%;
  }

  .selltop_contact_r {
    display: block;
    text-align: right;
    padding: 50px 2% 43px;
    box-sizing: border-box;
  }

  .selltop_contact_r p {
    color: #404040;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    position: relative;
    text-align: right;
    padding: 0 30px 0 0;
  }

  .selltop_contact_r p::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    right: 0px;
    width: 27px;
    height: 27px;
    border: 3px solid #0f3972;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .selltop_contact_r p::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    right: 12px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #0f3972;
    border-right: 2px solid #0f3972;
    transform: rotate(45deg);
  }

  .selltop_contact_r img {
    margin: 5px 0 0;
    width: 90%;
  }
  .selltop_satei_form_ani:has(option:first-child:checked) {
    border: 1px solid #0f3972;
    animation: blinkBorder 3s infinite;
    box-sizing: border-box;
  }

  @keyframes blinkBorder {
    0%,
    100% {
      border: 1px solid #0f3972;
    }
    50% {
      border: 1px solid #f5f8fc;
    }
  }
}
