@charset "shift_jis";

@media screen and (max-width: 768px) {
  .sp_off,
  .smart_off {
    display: none !important;
  }

  body {
    margin: 0;
    font-family:
      "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
      "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }

  body.no_scroll {
    overflow: hidden;
  }

  h1 {
  }

  h2 {
    text-align: center;
    font-size: 28px;
  }

  p {
    margin: 0;
  }

  a {
    text-decoration: none;
    color: #333;
  }

  li {
    list-style-type: none;
    margin: 0;
  }

  ul {
    padding: 0;
    margin: 0;
  }

  /*--------- main ----------*/
  .s_t_main {
    background-image: url(/img/sale_area/main_bg1.webp);
    padding: 30px 5%;
    background-position: 65%;
    background-size: cover;
    position: relative;
    z-index: 0;
  }

  .s_t_main_tokorozawa {
    background-image: url(/img/sale_area/main_tokorozawa.webp);
    background-position: center;
    background-size: cover;
  }

  .s_t_main_sayama {
    background-image: url(/img/sale_area/main_sayama.webp);
    background-position: center;
    background-size: cover;
  }

  .s_t_main_iruma {
    background-image: url(/img/sale_area/main_iruma.webp);
    background-position: center;
    background-size: cover;
  }

  .s_t_main_hanno {
    background-image: url(/img/sale_area/main_hanno.webp);
    background-position: center;
    background-size: cover;
  }

  .s_t_main_higashimurayama {
    background-image: url(/img/sale_area/main_higashimurayama.webp);
    background-position: center;
    background-size: cover;
  }

  .s_t_main::before {
    content: "";
    display: block;
    background: url(/img/sale_area/main_icon_b.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -40%;
    top: 0;
    z-index: -1;
  }

  .s_t_main::after {
    content: "";
    display: block;
    background: url(/img/sale_area/main_icon_y.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -40%;
    top: 0;
    z-index: -2;
  }

  .s_t_main_inner {
    width: 100%;
    margin: 0 auto;
  }

  .s_t_main_inner h2 {
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
    margin: 0 0 10px;
    text-align: left;
    font-weight: bold;
  }

  .s_t_main_inner h2 b {
    display: inline-block;
    background: #d9b101;
    padding: 0px 8px;
    margin-right: 5px;
    font-weight: bold;
  }

  .s_t_main_inner h2 span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    margin-bottom: 15px;
  }

  .s_t_main_inner p {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin: 0 0 20px;
  }

  .s_t_main_inner img {
    width: 100%;
  }

  .s_t_main_inner ul {
    display: flex;
    justify-content: center;
  }

  .s_t_main_inner ul li:nth-child(2) {
    margin: 0 10px;
  }

  /*--------- 速報 ---------*/
  .top_info {
    background: #f5f5f5;
    text-align: left;
    padding: 15px 5%;
  }

  .t_info {
    width: 100%;
    margin: auto;
    color: #333333;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .t_info iframe {
    display: block;
    width: 100%;
    height: 20px;
  }

  .sokuho_ttl {
  }

  .info_slide_wrap {
    width: 100%;
  }

  .info_slide a {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .t_info > img {
    position: absolute;
    top: 30px;
    left: 85px;
  }

  .sokuho {
    margin-left: 60px;
  }

  .t_info a {
    font-size: 12px;
    text-decoration: none;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .t_info a:hover {
    text-decoration: underline;
  }

  .t_info a img {
    vertical-align: middle;
  }

  /* iframe中身ここから */
  .ticker {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 100% !important;
    line-height: 59px;
    font-size: 13px;
    /* font-weight: bold; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
  }

  .ticker ul {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
  }

  .ticker ul li {
    width: 100%;
    /* display: none; */
    /* font-weight:bold; */
  }

  .ticker ul li a {
    display: block;
    color: #333333;
    text-decoration: none;
  }

  .ticker ul li a:hover {
    color: #fe5339;
  }

  /* iframe中身ここまで */
  /*--------- お悩み ---------*/
  .s_t_nayami {
    background-position: center bottom -10px;
    background-repeat: no-repeat;
    padding: 30px 0 50px;
  }

  .s_t_nayami_ti {
    text-align: center;
  }

  .s_t_nayami_ti p {
    color: #e0c44c;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .s_t_nayami_ti img {
    width: 60%;
    display: block;
    margin: 40px auto;
  }

  .s_t_nayami_ti h2 {
    margin: 0;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 1.5;
    font-weight: bold;
    color: #194582;
  }

  .s_t_nym_txt {
  }

  .s_t_nym_txt p {
    font-size: 15px;
    text-align: left;
    margin: 30px auto 0;
    line-height: 1.7;
    width: 90%;
  }

  /*--------- カテゴリ別 ---------*/
  .s_t_category {
    background-image: url(/img/sale_area/category_bg.webp);
    background-position: center bottom;
    padding: 60px 0;
  }

  .s_t_category_ti {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 1.6;
    margin: 0 0 40px;
    font-weight: bold;
  }

  .s_t_category ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }

  .s_t_category ul li {
    width: 50%;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    background-color: #fff;
    display: block;
    padding: 30px 15px;
    box-sizing: border-box;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
    position: relative;
  }

  .s_t_category ul li:nth-child(2n) {
    border-left: 1px solid #eee;
  }

  .s_t_category ul li h3 {
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0 10px;
    text-align: center;
  }

  .s_t_category ul li p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
  }

  .s_t_category ul li {
    text-align: center;
  }

  .s_t_category ul li img {
    max-width: 100px;
    height: 50px;
    object-fit: contain;
  }

  /*--------- コンバージョン ---------*/
  .s_t_cv {
    background-color: #194582;
    padding: 30px 0;
  }

  .s_t_cv .s_t_tell {
    font-size: 21px !important;
  }

  .s_t_cv p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #fff;
  }

  .s_t_cv ul {
  }

  .s_t_cv ul li {
  }

  .s_t_cv ul li a {
    display: block;
    width: 80%;
    line-height: 60px;
    background-color: #e0c44c;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0 auto 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
  }

  .s_t_cv ul li:last-child a {
    background: #fff;
    color: #194582;
  }

  .s_t_cv ul li a i {
    position: absolute;
    left: 30px;
    top: 17px;
    color: #fff;
    font-size: 24px;
  }

  .s_t_cv ul li:last-child a i {
    color: #194582;
  }

  /*--------- 共通h2 ---------*/
  .s_t_ti {
    padding-bottom: 50px;
    width: 90%;
    margin: 0 auto;
  }

  .s_t_ti h2 {
    font-size: 24px;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    line-height: 1.3;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: #194582;
    font-weight: bold;
  }

  .s_t_ti h2:before {
    content: "";
    width: 70px;
    height: 5px;
    background-color: #e0c44c;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .s_t_ti p {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }

  /*--------- 私たちの強み ---------*/
  /*************************************************/
  /*  sale売却  */
  /*************************************************/
  .s_t_strong {
    padding: 50px 0 0;
  }

  .s_t_strong .s_t_ti {
    padding-bottom: 20px;
  }

  .s_t_sr_con {
    padding: 0px 0 80px;
  }

  .s_t_sr_con_l img {
    max-width: 90%;
    margin: 0 auto 30px;
    display: block;
  }

  .s_t_sr_con_r {
    width: 94%;
    padding: 0 0 5px 0;
    margin: 0 auto;
  }

  .s_t_sr_con_r ul {
    margin: 0 0 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .s_t_sr_con_r ul li {
    box-sizing: border-box;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    border-left: dotted 1px #aaa;
    margin-bottom: 20px;
  }

  .s_t_sr_con_r ul li:nth-child(2n) {
    border-right: dotted 1px #aaa;
  }

  .s_t_sr_con_r p {
    font-size: 14px;
    margin: 10px 0;
    font-weight: bold;
    line-height: 1.2;
  }

  .s_t_sr_con_r h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    color: #194582;
    font-weight: bold;
  }

  .s_t_sr_con_r span {
    font-weight: bold;
    line-height: 1;
    background: linear-gradient(transparent 70%, #fff000 70%);
  }

  .s_t_more_btn a {
    display: block;
    width: 80%;
    line-height: 60px;
    background-color: #194582;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0 auto 40px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
  }

  .s_t_result_wrap {
    width: 94%;
    margin: 0 auto 0px;
  }

  .s_t_result_wrap iframe {
    display: block;
    width: 100%;
    height: 180px;
  }

  .s_t_result_ti {
    background-image: url(/img/sale_area/result_bg.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .s_t_result_ti h3 {
    margin: 0;
    font-size: 24px;
    color: #194582;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    padding: 0 0 10px;
  }

  .s_t_result_ti_higashimurayama {
    font-size: 22px !important;
  }

  .s_t_result_ti img {
    width: 80%;
    display: block;
    margin: 0 auto 20px;
  }

  .sale2_list_title {
    display: flex;
    margin: 10px auto 0;
    font-weight: bold;
    justify-content: center;
    width: 96%;
  }

  .sale2_l_ti {
    color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    box-sizing: border-box;
    width: 34%;
    background: #194582;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }

  .sale_result_ma {
    width: 96%;
    margin: 0 auto 20px;
  }

  .sale_result_ma ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sale_result_ma ul li {
    /* margin: 0 0 40px 0; */
    overflow: hidden;
    border-bottom: 1px solid #eee;
    /* padding-bottom: 15px; */
  }

  .sale_result_ma a {
    display: block;
    text-decoration: none;
    display: flex;
    width: 100%;
  }

  .sale2_l_item {
    border: 1px solid #dcdcdc;
    padding: 10px 5px;
    box-sizing: border-box;
    width: 34%;
    text-align: center;
    border-right: none;
    font-size: 13px;
    line-height: 1.3;
    float: left;
    border-top: none;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .i_b_r {
    border-right: 1px solid #dcdcdc;
  }

  .link sale2_list_item:hover {
    background-color: rgb(253, 246, 215);
    cursor: pointer;
  }

  /*--------- 売却の流れ ---------*/
  .s_t_flow {
    padding: 50px 0;
  }

  .s_t_flow_block {
  }

  .s_t_flow_block ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }

  .s_t_flow_block ul li {
    width: 100%;
  }

  .s_t_flow_block ul li .ti {
    background-color: #c4e1ee;
    line-height: 50px;
    padding: 0 30px;
    display: flex;
    align-items: center;
  }

  .s_t_flow_block ul li:nth-child(2) .ti {
    background-color: #a6d5e9;
  }

  .s_t_flow_block ul li:nth-child(3) .ti {
    background-color: #86c2dc;
  }

  .s_t_flow_block ul li:nth-child(4) .ti {
    background-color: #5db1d5;
  }

  .s_t_flow_block ul li:nth-child(5) .ti {
    background-color: #26abe5;
  }

  .s_t_flow_block ul li:nth-child(6) .ti {
    background-color: #169eda;
  }

  .s_t_flow_block ul li:nth-child(7) .ti {
    background-color: #1491c8;
  }

  .s_t_flow_block ul li:nth-child(8) .ti {
    background-color: #1181b2;
  }

  .s_t_flow_block ul li .ti span {
    background-color: #fff;
    padding: 5px;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: bold;
    font-family:
      Century Gothic,
      sans-serif;
    display: inline;
    height: 10px;
    line-height: 1;
  }

  .s_t_flow_block ul li .ti h3 {
    display: inline-block;
    margin: 0;
    font-size: 18px;
  }

  .s_t_flow_block ul li .txt {
    padding: 10px;
    box-sizing: border-box;
    margin: 10px 0 20px;
  }

  .s_t_flow_block ul li .txt p {
    font-size: 13px;
    line-height: 23px;
  }

  .s_t_flow_block ul li .txt p.orange {
    font-size: 18px;
    color: #ff9c00;
    font-weight: bold;
    margin: 0 0 10px;
  }

  /*--------- 仲介と買取の違い ---------*/
  .s_t_differ {
    background-color: #eef2f5;
    padding: 70px 0 50px;
    background-image: url(/img/sale_area/differ_bg.webp);
    background-repeat: no-repeat;
    background-position: center top 50px;
  }

  .s_t_differ .s_t_ti p {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    margin: 0 auto 0px;
  }

  .s_t_df_block {
    width: 90%;
    margin: 0 auto;
  }

  .s_t_df_box {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
  }

  .s_t_df_box h3 {
    background-color: #0e6e98;
    margin: 0;
    text-align: center;
    line-height: 65px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
  }

  .s_t_df_box.kaitori_box h3 {
    background-color: #c63e3e;
  }

  .s_t_df_box img {
    display: block;
    margin: 30px auto;
    max-width: 100%;
  }

  .tokucho {
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .tokucho li {
    margin-bottom: 10px;
    display: flex;
  }

  .tokucho li span {
    display: inline-block;
    width: 20%;
    line-height: 30px;
    text-align: center;
    border: 1px solid #aaa;
    background-color: #eee;
    font-size: 12px;
    margin-right: 10px;
    border-radius: 3px;
    font-weight: bold;
  }

  .tokucho li p {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width: 80%;
  }

  .merit {
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .merit p {
    font-size: 15px;
    color: #c63e3e;
    padding: 0 0 10px 10px;
    border-bottom: 1px solid #c63e3e;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1;
  }

  .merit ul li {
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px;
    background-image: url(/img/sale_area/merit_check.webp);
    background-repeat: no-repeat;
    background-position: center left;
    margin-bottom: 10px;
  }

  .demerit {
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .demerit p {
    font-size: 15px;
    color: #62a4c1;
    padding: 0 0 10px 10px;
    border-bottom: 1px solid #62a4c1;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1;
  }

  .demerit ul li {
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px;
    background-image: url(/img/sale_area/demerit_check.webp);
    background-repeat: no-repeat;
    background-position: center left;
    margin-bottom: 10px;
  }

  .chart_img img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  .chart_bg ul {
    width: 100%;
    position: absolute;
    bottom: 55px;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  .chart_bg ul li {
    list-style: none;
  }

  /*--------- よくある質問 ---------*/
  .s_t_faq {
    padding: 60px 0 80px;
  }

  .s_t_faq h2 {
    margin-bottom: 0;
  }

  .sale_qa_wrap .accordionbox {
    width: 90%;
    margin: 0px auto 0px;
    box-sizing: border-box;
  }

  .sale_qa_wrap .accordionlist dt {
    display: block;
    overflow: hidden;
    position: relative;
  }

  .sale_qa_wrap .accordionlist dt:first-child,
  .sale_qa_wrap .accordionlist dt:nth-child(2) {
    border-top: none !important;
  }

  .sale_qa_wrap .accordionlist dt .title {
    position: relative;
    float: left;
    background-color: #fff;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    color: #000;
    font-size: 15px;
    padding: 15px 40px 15px 51px;
    line-height: 25px !important;
    background-image: url(/img/sale_area/faq_q.webp);
    background-repeat: no-repeat;
    background-position: top 15px left 15px;
    background-size: 20px;
  }

  .sale_qa_wrap .accordionlist dt .title p {
    font-weight: bold;
  }

  .sale_qa_wrap .accordionlist dd {
    position: relative;
    display: none;
    background: #eee;
    padding: 20px 20px 20px 50px;
    margin: 0;
    background: #fff;
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    background-image: url(/img/sale_area/faq_a.webp);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: top 17px left 15px;
  }

  .sale_qa_wrap .accordion_icon,
  .sale_qa_wrap .accordion_icon span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .sale_qa_wrap .accordion_icon {
    position: relative;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 36px;
    margin: 0 !important;
  }

  .sale_qa_wrap .accordion_icon span {
    position: absolute;
    left: 0px;
    width: 70%;
    height: 2px;
    background-color: #999;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }

  .sale_qa_wrap .accordion_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  .sale_qa_wrap .accordion_icon span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

  .sale_qa_wrap .accordion_icon.active span:nth-of-type(1) {
    display: none;
  }

  .sale_qa_wrap .accordion_icon.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  .sale_qa_wrap .clearfix.active {
    background-color: #e6d9ba;
  }

  .sale_qa_wrap .accordionlist dt .title.active {
    border-bottom: 1px solid #ccc;
    color: #000;
  }

  .sale_qa_wrap .accordionlist dt .title.active p {
  }

  .qa_block {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
  }

  /*--------- レンタルコンテンツ ---------*/
  .s_t_know {
    padding-bottom: 100px;
  }

  .s_t_know .s_t_ti {
    background-image: url(/img/sale_area/know_bg.webp);
    background-size: cover;
    color: #fff;
    height: 340px;
    position: relative;
    padding-top: 60px;
    box-sizing: border-box;
    width: 100%;
    background-position: center;
  }

  .s_t_know .s_t_ti img {
    display: none;
  }

  .s_t_know .s_t_ti h2 {
    color: #fff;
  }

  .s_t_know .s_t_ti h2:before {
    background-color: #fff;
  }

  .s_t_know ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: -160px auto 0;
    position: relative;
  }

  .s_t_know ul li {
    margin: 0 auto 5%;
  }

  .s_t_know ul li a {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: 0.3s;
    background-color: #fff;
  }

  .s_t_know ul li a:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
  }

  .s_t_know ul li img {
  }

  .s_t_know ul li p {
    padding: 10px 20px 15px;
    font-weight: bold;
    position: relative;
  }

  .s_t_know ul li p::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: #e0c44c;
    right: 15px;
    top: 10px;
  }

  .s_t_know ul li p::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 19px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /*--------- 当社について ---------*/
  .s_t_com {
    background-color: #eee;
    padding: 60px 0;
  }

  .s_t_ti {
  }

  .s_t_com_block {
    width: 90%;
    margin: 0 auto;
  }

  .s_t_com_l {
    width: 100%;
    height:;
    background-color: #aaa;
  }

  .s_t_com_r {
    width: 100%;
  }

  .s_t_com_r p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .s_t_com_r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .s_t_com_r ul li {
    width: 49%;
  }

  .s_t_com_r ul li a {
    display: block;
    width: 100%;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  /* ----------------------------------------
成功実績差し替え
---------------------------------------- */
  .sale_t_result_cms {
    display: flex;
    flex-wrap: nowrap;
    gap: 0px 5%;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 337px;
    overflow: scroll;
  }
  .sale_t_result_cms li {
    width: 253px;
    height: 305px;
    background: #f5f5f5;
    border-radius: 13px;
  }
  .sale_t_result_cms li a {
    display: block;
    height: 100%;
    padding: 0 0 25px 0;
    color: #333;
  }
  .sale_t_result_cms li .sale_t_result_img {
    width: 253px;
    height: 140px;
    overflow: hidden;
    margin: 0 0 15px 0;
    border-radius: 13px 13px 0 0;
  }
  .sale_t_result_cms li .sale_t_result_img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: all 0.2s;
  }

  .sale_t_result_cms li a:hover .sale_t_result_img img {
    transform: scale(1.1);
    filter: brightness(0.8);
  }

  .sale_t_result_cms li .sale_t_result_box {
    padding: 0 4%;
  }

  .sale_t_result_cms li .sale_t_result_box > p {
    line-height: 20px;
  }

  .sale_t_result_cms li .sale_t_result_box .font_min {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-line-clamp: 1;
    color: #d9b101;
    font-weight: 700;
    font-size: 15px;
  }

  .sale_t_result_cms li .sale_t_result_box div {
    margin: 10px 0;
  }

  .sale_t_result_cms li .sale_t_result_box div p {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 5px;
  }

  .sale_t_result_cms li .sale_t_result_box div p .cms_topic_tag {
    padding: 5px 8px;
    background: #194582;
    border-radius: 16px;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
  }
  .sale_t_result_cms li .sale_t_result_box .sale_t_result_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 12px;
  }

  .s_t_result_wrap iframe {
    width: 100%;
    height: 356px;
    margin-top: 30px;
  }

  /* ----------------------------------------
売却相場
---------------------------------------- */

  .s_t_price {
    background: #f5f5f5;
    padding: 60px 0 20px;
  }

  .s_t_price .s_t_ti {
    padding: 0 !important;
    & p {
      text-align: left;
    }
  }

  .s_t_price_inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }

  .s_t_price_inner p {
    font-size: 14px;
    line-height: 1.6;
  }

  .s_t_price_flex {
    margin-top: 40px;
    display: block !important;
  }

  .s_t_price_con {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
  }

  .s_t_price_con h3 {
    display: inline-block;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 10px 20px;
    background: #fff;
    border-radius: 30px;
    color: #194582;
    border: 1px solid #194582;
    box-sizing: border-box;
    letter-spacing: 1px;
  }

  .s_t_price_con ul {
    background: #fff;
    border: 1px solid #194582;
  }

  .s_t_price_con ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #194582;
  }

  .s_t_price_con ul li:last-child {
    border-bottom: none;
  }

  .s_t_price_con ul li h4 {
    background: #194582;
    color: #fff;
    line-height: 22px;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 5px;
    width: 30%;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
  }

  .s_t_price_con ul li:last-child h4 {
    border-bottom: none;
    margin-bottom: 0;
  }

  .s_t_price_con ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    width: 70%;
  }

  .s_t_price_con ul li span b {
    font-size: 22px;
    line-height: 20px;
    font-weight: bold;
    color: #e0c44c;
    margin: 0 5px;
  }

  .s_t_price {
    text-align: right;
  }

  .s_t_price p {
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    margin: 5px 0 0;
    letter-spacing: 1px;
  }

  .s_t_price span {
    text-align: right;
    font-size: 12px;
  }

  /* ----------------------------------------
購入希望者一覧
---------------------------------------- */
  .s_buy_privy_wrap {
    background-color: #ececec;
    padding: 60px 0 80px;
  }

  .s_buy_privy iframe {
    width: 100%;
    height: 220px;
    background-color: #fff;
    padding: 0px 0px;
    box-sizing: border-box;
    border-radius: 5px;
  }

  .s_buy_privy {
    width: 90%;
    margin: auto;
  }

  .s_buy_privy h2 {
    font-weight: bold;
    margin: 0px;
    text-align: center;
  }

  .s_buy_privy_wrap .s_t_ti {
    padding-bottom: 0 !important;
  }

  .s_buy_privy_title_red {
    font-size: 25px !important;
    font-weight: bold;
    color: #cc0000;
  }

  .s_buy_privy p {
    margin: 30px 0px 20px;
    text-align: center;
    font-size: clamp(12px, 3.3vw, 13px);
    font-weight: bold;
    line-height: 24px;
  }

  .s_buy_privy p span {
    display: inline-block;
    font-weight: bold;
  }

  .s_buy_privy_box {
    box-sizing: border-box;
  }

  .s_buy_privy_box ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }

  .s_buy_privy_box ul li {
    width: 90%;
    margin: 0 auto;
  }

  .s_buy_privy_box ul li a {
    padding: 15px 0;
    font-size: clamp(14px, 3.8vw, 16px);
    overflow: hidden;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    gap: 0 3%;
    align-items: flex-start;
    border-bottom: solid 1px #000;
  }

  .s_buy_privy_box ul li:not(:last-child) a {
    border-bottom: none;
  }

  .s_buy_privy_box ul li a span {
    color: #fff;
    text-align: center;
    background-color: #194582;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 5px;
    margin: 0px 0px 0px 0px;
    display: block;
    width: 25%;
  }

  .s_buy_privy_box ul li p {
    color: #000;
    margin: 0px;
    width: 66%;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .s_buy_privy_link {
    display: block;
    width: 80%;
    line-height: 60px;
    background-color: #194582;
    color: #fff !important;
    text-align: center;
    margin: 40px auto 0px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 15px;
  }

  .s_t_price_txt {
    text-align: right;
  }

  /*---------media screen--------*/
  .main_ti_higashimurayama {
    font-size: 16px !important;
  }
}
