@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@media screen and (min-width: 768px) {
  .company_info {
    display: none;
  }

  .clear {
    clear: both;
  }

  a {
    text-decoration: none;
    transition: 0.3s;
  }

  h3 {
    margin: 0;
  }

  /*a:hover {
		position: relative;
		top: 1px;
		left: 1px;
	}*/

  .hidden {
    overflow: hidden;
  }

  /*スマホボタン表示記述*/

  .pc_off {
    display: none;
  }

  /*sell_top*/

  .selltop_all_wrap {
    margin-top: 120px;
  }
  h1 {
    color: #ccc;
    font-size: 10px;
    line-height: 1;
    margin: 5px 0 0 5px;
  }
  /*---------------main_slide----------------*/

  .selltop_main_wrap .album {
    margin: auto;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100vw;
  }

  .selltop_main_wrap .album img {
    width: 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;
    height: 100vh !important;
    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;
    }

    100% {
      transform: scale(1);
    }
  }

  @-webkit-keyframes album {
    0% {
      opacity: 0;
    }

    12.5% {
      opacity: 1;
    }

    37.5% {
      opacity: 1;
    }

    50% {
      opacity: 0;
    }
  }

  /*---------------/main_slide----------------*/

  .selltop_main_wrap {
    position: relative;
    width: 100%;
    height: 720px;
    min-width: 1200px;
    padding: 0;
    z-index: 0;
    overflow: hidden;
  }

  .selltop_main_wrap::after {
    content: "";
    width: 2000px;
    height: 800px;
    background-image: url(/sell_top/img/main_bg_motif.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .selltop_main_inner {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 120px 0 0;
    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: 6px 12px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #ffc000;
    text-align: center;
    color: #000000;
    font-size: clamp(15px, 0.4vw, 20px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
  }

  .selltop_main_tl {
    color: #ffffff;
    font-size: clamp(30px, 2.4vw, 48px);
    font-weight: bold;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    letter-spacing: 0.01em;
    margin: 20px 0;
  }

  .selltop_main_tl span {
    font-size: clamp(40px, 5.3vw, 70px);
    font-weight: bold;
  }

  .selltop_main_txt {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    letter-spacing: 0.01em;
  }

  .selltop_main_result {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -200px;
    display: flex;
    justify-content: space-between;
    width: 720px;
  }

  .selltop_main_result li img {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }

  .selltop_main_result li:first-child {
    margin-top: 54px;
  }

  .selltop_main_result li:nth-child(2) {
    margin-top: 27px;
  }

  .selltop_before_r {
    position: relative;
  }

  .selltop_before_r::before {
    content: "";
    position: absolute;
    top: 120px;
    bottom: 0;
    right: 0;
    width: 30%;
    background-color: #f5f8fc;
    border-radius: 20px 0 0 20px;
    z-index: -1;
  }

  .selltop_before_l {
    position: relative;
    margin: 35px 0 0;
  }

  .selltop_before_l::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    width: 30%;
    background-color: #f5f8fc;
    border-radius: 0px 20px 20px 0px;
    z-index: -1;
  }

  /*------------------- 査定フォーム ---------------------*/

  .selltop_satei_form {
    width: 1200px;
    border: 6px solid #0f3972;
    border-radius: 12px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
    margin: 92px auto;
    background: #fff;
    overflow: hidden;
  }

  .selltop_satei_form_tl_box {
    background-color: #0f3972;
    padding: 22px 0;
    box-sizing: border-box;
    text-align: center;
  }

  .selltop_satei_form_comment {
    color: #ffc000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-bottom: 15px;
  }

  .selltop_satei_form_comment::before {
    content: "";
    position: absolute;
    left: -35%;
    right: 0;
    margin: auto;
    top: 14%;
    width: 30px;
    height: 1px;
    background: #ffd400;
    transform: rotate(55deg);
    transform-origin: right center;
  }

  .selltop_satei_form_comment::after {
    content: "";
    position: absolute;
    right: -35%;
    left: 0;
    margin: auto;
    top: 14%;
    width: 30px;
    height: 1px;
    background: #ffd400;
    transform: rotate(-55deg);
    transform-origin: left center;
  }

  .selltop_satei_form_comment span {
    font-size: 22px;
    font-weight: 600;
  }

  .selltop_satei_form_tl {
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
  }

  .selltop_satei_form_box {
    padding: 25px 90px;
    background-color: #ffffff;
    box-sizing: border-box;
  }

  .selltop_satei_form form ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }

  .selltop_satei_form form ul li:not(:first-child) {
    margin-left: 16px;
  }

  .selltop_satei_form form ul li span {
    color: #ffffff;
    font-size: 10px;
    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: 15px;
    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: 240px;
    height: 53px;
    line-height: 1;
    border-radius: 5px;
    background: #f5f8fc;
    box-sizing: border-box;
    border: none;
    color: #000;
    font-size: 14px;
    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 select:first-child option {
    color: #aaaaaa;
  }

  .selltop_satei_form form ul li input {
    width: 240px;
    height: 50px;
    line-height: 1;
    border-radius: 5px;
    background: #f5f8fc;
    border: none;
    color: #000;
    font-size: 14px;
    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 {
    font-size: 10px;
    color: #aaaaaa;
  }

  .selltop_satei_forms_btn button {
    width: 360px;
    height: 60px;
    display: block;
    border-radius: 50px;
    background-color: #ebb71a;
    border: none;
    box-sizing: border-box;
    text-align: center;
    margin: 20px auto 0;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .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: 38px;
    top: 3px;
    bottom: 0px;
    margin: auto;
    transition: 0.3s;
  }

  .selltop_satei_forms_btn button:hover {
    background: #aa8e12;
  }

  /*------------------- /査定フォーム ---------------------*/

  .selltop_jisseki_wrap {
    width: 1200px;
    margin: 0 auto;
  }

  .selltop_section_tl_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .selltop_section_tl_h3 {
    color: #404040;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }

  .selltop_section_tl_h3 span {
    color: #194582;
    font-size: 40px;
    font-weight: 600;
    display: block;
  }

  .selltop_section_tl_wrap .selltop_txt {
    text-align: right;
  }

  .selltop_txt {
    color: #404040;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.01em;
    margin: 30px 0 0;
    text-align: center;
  }

  .selltop_jisseki_cms {
  }

  .selltop_jisseki_cms iframe {
    width: 1220px;
    height: 930px;
    margin: 55px 0 0 0;
  }

  .selltop_jisseki_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 35px 0;
    width: 1200px;
    height: 925px;
    margin: 0;
    padding: 0 0 0 12px;
  }

  .selltop_jisseki_ul li {
    list-style: none;
  }

  .selltop_jisseki_ul li a {
    width: 380px;
    height: 440px;
    display: block;
    padding: 22px 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: 340px;
    height: 220px;
    margin: 0 auto;
    border-radius: 12px;
  }

  .selltop_jisseki_box {
    width: 340px;
    padding: 35px 0 0;
    margin: 0 auto;
  }

  .selltop_jisseki_sho {
    width: fit-content;
    height: 48px;
    padding: 0 7%;
    position: absolute;
    top: 77px;
    bottom: 0;
    margin: auto;
    left: -8px;
    color: #ffffff;
    font-size: 18px;
    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;
    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: 15px;
    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;
    gap: 5px;
  }

  .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: 360px;
    box-sizing: border-box;
    background: #194582;
    border: 2px solid #194582;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 78px;
    margin: 50px auto 0;
    position: relative;
  }

  .selltop_more_btn a::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 25px;
    top: 25px;
    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: 38px;
    top: 37px;
    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: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 100px 0;
  }

  .selltop_area_jirei_l img {
    width: 512px;
    height: 800px !important;
  }

  .selltop_area_jirei_r {
    width: 60%;
    display: block;
    padding: 50px 50px 0 75px;
    border-radius: 12px;
    box-sizing: border-box;
  }

  .selltop_area_jirei_r ul {
    margin: 30px 0 0;
  }

  .selltop_area_jirei_r ul li:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
  }

  .selltop_area_jirei_r ul li a {
    padding: 20px 28px 20px 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: 30px;
    width: 40px;
    height: 40px;
    border: 4px solid #dceafa;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .selltop_area_jirei_r ul li a::after {
    content: "";
    position: absolute;
    top: 7px;
    bottom: 0;
    margin: auto;
    right: 47px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #dceafa;
    border-right: 2px solid #dceafa;
    transform: rotate(45deg);
  }

  .selltop_area_jirei_r ul li a img {
    width: 120px;
    height: 80px;
    margin-right: 30px;
  }

  .selltop_underline_tl {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.01em;
  }

  .selltop_underline_tl span {
    font-size: 30px;
    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: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
  }

  .selltop_onayami_wrap .selltop_section_tl_wrap .selltop_txt {
    text-align: right;
  }

  .selltop_onayami_ul {
    margin: 65px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .selltop_onayami_ul li a {
    width: 580px;
    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: 35px 20px 30px 25px;
    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: 110px 0 85px;
    background-color: #194582;
    position: relative;
  }

  .selltop_reason_wrap::before {
    content: "";
    width: 732px;
    height: 165px;
    background-image: url(/sell_top/img/reason_bg.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 103px;
    left: 13vw;
  }

  .selltop_reason_inner {
    width: 1200px;
    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;
  }

  .selltop_reason_ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 24px;
  }

  .selltop_reason_ul li {
    width: 380px;
    height: 440px;
    display: block;
    padding: 25px 1.5% 30px;
    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:nth-child(2) {
    margin-top: 45px;
  }

  .selltop_reason_ul li:last-child {
    margin-top: 85px;
  }

  .selltop_reason_ul li::before {
    position: absolute;
    top: -25px;
    left: 2vw;
  }

  .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 20px;
  }

  .selltop_reason_ul .selltop_underline_tl {
    line-height: 1.5;
    text-align: center;
  }

  .selltop_reason_ul .selltop_txt {
    text-align: left;
    margin: 20px 0 0;
  }

  .selltop_voice_wrap {
    width: 100%;
    padding: 345px 0 85px;
    background-image: url(/sell_top/img/voice_bg.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
  }

  .selltop_voice_inner {
    width: 1200px;
    margin: 0 auto;
  }

  .selltop_voice_category {
    display: flex;
    align-items: center;
    gap: 0 6px;
    margin: 0 0 27px;
  }

  .selltop_voice_category li {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    width: fit-content;
    display: block;
    padding: 5px 12px 6px;
    border-radius: 5px;
    background-color: #ffc000;
    text-align: center;
  }

  .selltop_voice_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
    margin-top: 65px;
    position: relative;
  }

  .selltop_voice_ul::after {
    content: "";
    width: 535px;
    height: 650px;
    background-image: url(/sell_top/img/staff_img.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -455px;
    right: 0px;
    z-index: -1;
  }

  .selltop_voice_ul li {
    width: 580px;
    height: 400px;
    display: block;
    padding: 30px 1.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_voice_ul li::before {
    content: "";
    width: 120px;
    height: 90px;
    position: absolute;
    top: 25px;
    left: -9px;
  }

  .selltop_voice_ul li:first-child::before {
    background-image: url(/sell_top/img/voice_01.webp);
  }

  .selltop_voice_ul li:nth-child(2)::before {
    background-image: url(/sell_top/img/voice_02.webp);
  }

  .selltop_voice_ul li:nth-child(3)::before {
    background-image: url(/sell_top/img/voice_03.webp);
  }

  .selltop_voice_ul li:last-child::before {
    background-image: url(/sell_top/img/voice_04.webp);
  }

  .selltop_voice_ul li img {
    padding: 0 0 45px 115px;
  }

  .selltop_voice_ul li .selltop_txt {
    text-align: left;
    margin: 0;
  }

  .selltop_voice_google {
    color: #194581;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.01em;
    text-decoration: underline;
    padding: 0px 30px 0 0;
    position: absolute;
    bottom: 30px;
    right: 3%;
  }

  .selltop_voice_google:hover {
    opacity: 0.6;
  }

  .selltop_voice_google::before {
    content: "";
    position: absolute;
    right: 6px;
    bottom: 0px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
  }

  .selltop_voice_google::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -10px;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    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: 20px;
    box-sizing: border-box;
    background-image: url(/sell_top/img/buy_privy_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
  }

  .selltop_buy_privy_inner {
    width: 1200px;
    margin: 0 auto;
    display: block;
    padding: 100px 0;
    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;
    text-align: right;
  }

  .selltop_buy_privy_cms {
    width: 1200px;
    background-color: #ffffff;
    display: block;
    margin: 56px 0 0;
    padding: 14px 50px 12px;
    border-radius: 12px;
    box-sizing: border-box;
  }

  .selltop_buy_privy_cms iframe {
    width: 100%;
    height: 420px;
  }

  .selltop_buy_privy_ul {
    width: 1100px;
    height: 347px;
    padding: 0;
  }

  .selltop_buy_privy_ul li {
    list-style: none;
  }

  .selltop_buy_privy_ul li a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 26px 0px;
    transition: all 0.2s;
    position: relative;
  }

  .selltop_buy_privy_ul li a:hover {
    background: #f5f5f5;
  }

  .selltop_buy_privy_ul li a::before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 0;
    margin: auto;
    right: 30px;
    width: 40px;
    height: 40px;
    border: 4px solid #dceafa;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .selltop_buy_privy_ul li a::after {
    content: "";
    position: absolute;
    top: 7px;
    bottom: 0;
    margin: auto;
    right: 47px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #dceafa;
    border-right: 2px solid #dceafa;
    transform: rotate(45deg);
  }

  .selltop_buy_privy_ul li:not(:first-child) a {
    border-top: 1px solid #eeeeee;
  }

  .selltop_buy_privy_date {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #333333;
    letter-spacing: 0px;
    margin: 0 18px 0 5px;
  }

  .selltop_buy_privy_shubetsu {
    color: #404040;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    width: fit-content;
    display: block;
    padding: 9px 18px;
    border-radius: 5px;
    background-color: #ffc000;
    box-sizing: border-box;
    text-align: center;
    margin: 0 18px 0 0;
  }

  .selltop_buy_privy_txt {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
  }

  .selltop_buy_privy_txt span {
    color: #194582;
    font-weight: 600;
  }

  .selltop_buy_privy_wrap .selltop_more_btn a {
    border: 2px solid #ffffff;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .selltop_buy_privy_wrap .selltop_more_btn a:hover {
    border: 2px solid #194582;
  }

  .selltop_contact_wrap {
    padding: 175px 0 140px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .selltop_contact_r {
    margin: 0 16% 0 -50px;
  }

  .selltop_contact_r:hover {
    opacity: 0.6;
  }

  .selltop_contact_bg {
    max-width: 991px;
    width: 50%;
  }

  .selltop_contact_r p {
    color: #404040;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    position: relative;
    text-align: right;
    padding: 0 60px 0 0;
  }

  .selltop_contact_r p::before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 0;
    margin: auto;
    right: 0px;
    width: 40px;
    height: 40px;
    border: 4px solid #dceafa;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .selltop_contact_r p::after {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 0;
    margin: auto;
    right: 17px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #dceafa;
    border-right: 2px solid #dceafa;
    transform: rotate(45deg);
  }

  .selltop_contact_r img {
    display: block;
    margin: 10px 0 0;
  }

  .selltop_satei_form_ani:has(option:first-child:checked) {
    border: 1px solid #0f3972;
    animation: blinkBorder 2s infinite;
    box-sizing: border-box;
  }

  @keyframes blinkBorder {
    0%,
    100% {
      border: 1px solid #0f3972;
    }
    50% {
      border: 1px solid #f5f8fc;
    }
  }
}
