.sp_off {
    display: none;
}

/* ----------------------------------------
recruit
/recruit/用cssのため消さないこと。
---------------------------------------- */
.recruit{
    width:98%;
    text-align:left;
    line-height:24px;
    margin:20px auto;
    padding:0px 0px 0px 0px;
}

.recruit h2{
    width: 99%;
    font-size: 16px;
    line-height: 51px;
    margin: 0px auto 10px auto;
    padding: 0px 0px 0px 0px;
    text-indent: 15px;
    background: #F0F0F0;
    border-top: solid 5px #CCC;
    border-bottom: solid 1px #CCC;
    border-left: solid 3px #666;
    display: block;
    clear: both;
}

.recruit_tb{
    font-weight:bold;
    font-size:18px;
} 

.recruit1 img{
    max-width:100%;
    height:auto;
}

.recruit2 p{
    margin:0;
}

.recruit2 ul{
    margin:20px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit2 ul li{
    margin:10px auto 0px auto;
    padding:4px;
    border:solid 1px #CCC;
    float:left;
}

.recruit2 ul li img{
    max-width:100%;
    height:auto;
}

.recruit3{
    width:100%;
    overflow:hidden;
    margin:0px auto 10px auto;
    padding:0px 0px 0px 0px;
    text-align:center;
}

.recruit3 img{
    max-width:94%;
}

.recruit4{
    width:100%;
    float:left;
    margin:0px auto 20px auto;
    padding:0px;
}

.recruit4 p{
    margin:0;
}

.recruit5{
    line-height:28px;
    margin:0px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit5 dt{
    width:45%;
    display: block;
    clear: left;
    background:#EEE;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    font-weight:bold;
    line-height: 35px;
}

.recruit5 dd{
    display: block;
    margin:5px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    line-height: 25px;
    width: 100%;
}


/* ----------------------------------------
recruit(サイドバーあり)
/recruit/用cssのため消さないこと。
---------------------------------------- */

.recruit_side{
    width:98%;
    text-align:left;
    line-height:24px;
    margin:20px auto;
    padding:0px 0px 0px 0px;
}

.recruit_side h2{
    width: 99%;
    font-size: 16px;
    line-height: 51px;
    margin: 0px auto 10px auto;
    padding: 0px 0px 0px 0px;
    text-indent: 15px;
    background: #F0F0F0;
    border-top: solid 5px #CCC;
    border-bottom: solid 1px #CCC;
    border-left: solid 3px #666;
    display: block;
    clear: both;
}

.recruit_tb{
    font-weight:bold;
    font-size:18px;
} 

.recruit1_side img{
    max-width:100%;
    height:auto;
}

.recruit2_side p{
    margin:0;
}

.recruit2_side ul{
    margin:20px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit2_side ul li{
    margin:10px auto 0px auto;
    padding:4px;
    border:solid 1px #CCC;
    float:left;
}

.recruit2_side ul li img{
    max-width:100%;
    height:auto;
}

.recruit3_side{
    width:100%;
    overflow:hidden;
    margin:0px auto 10px auto;
    padding:0px 0px 0px 0px;
    text-align:center;
}

.recruit3_side img{
    max-width:94%;
}

.recruit4_side{
    width:100%;
    float:left;
    margin:0px auto 20px auto;
    padding:0px;
}

.recruit4_side p{
    margin:0;
}

.recruit5_side{
    line-height:28px;
    margin:0px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    overflow:hidden;
}

.recruit5_side dt{
    width:45%;
    display: block;
    clear: left;
    background:#EEE;
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    font-weight:bold;
    line-height: 35px;
}

.recruit5_side dd{
    display: block;
    margin:5px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    line-height: 25px;
    width: 100%;
}



/* ----------------------------------------
sitemap
/sitemap/用cssのため消さないこと。
---------------------------------------- */

.sitemap_ti h2 {
    width: 90%;
    font-size: 24px;
    margin: 30px auto;
    font-weight: 500;
    line-height: 1;
    font-weight: bold;
    text-align: left;
    border-bottom: none !important;
}

.sitemap_wrap {
    width: 90%;
    margin: 0 auto 60px;
    background: #f8f8f8;
    padding: 30px 5%;
    box-sizing: border-box;
}

.sitemap_inner {
    margin-bottom: 30px;
}

.sitemap_inner:last-child {
    margin-bottom: 0;
}

.sitemap_inner h3 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 500;
    line-height: 1.7;
}

.sitemap_inner ul {
    background: #fff;
    padding: 15px 5%;
}

.sitemap_inner ul li a {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    display: block;
}

.sitemap_inner ul li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #042455;
    border-right: 1px solid #042455;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 8px;
}

.sitemap_group {
    padding-left: 10% !important;
}

.sitemap_group_ti {
    margin-left: -5%;
}

/* sitemap
---------------------------------------- */


/* ----------------------------------------
sale
---------------------------------------- */
.sa_main_wrap {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  & .sa_main_img {
      width: 100%;
      height: 300px;
      position: relative;
      box-sizing: border-box;
      background-image: url(../sale/img/sale_main_sp.webp);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      z-index: 10;
      & .sa_main_te {
          position: absolute;
          left: 3.5vw;
          bottom: 3.5vw;
          & h2 {
            font-size: 6.8vw;
            color: #fff;
            line-height: 8.5vw;
              font-weight: 500;
              letter-spacing: 0.05em;
              margin-bottom: 8px;
              text-shadow: 3px 3px 5px rgb(0, 0, 0, 0.2);
          }
          & p {
              font-size: 3.2vw;
              color: #fff;
              font-weight: 400;
              text-shadow: 3px 3px 5px rgb(0, 0, 0, 0.2);
          }
      }
      & a {
          position: absolute;
          bottom: -90px;
          right: 0;
          width: 80vw;
          left: 0;
          margin: 0 auto;
      }
  }
}


.sale_satei_wrap {
  width: 100%;
}

.sale_satei_bg {
  background-image: url(../sale/img/sale_g_bg.webp);
  width: 100%;
  height: 550px;
  position: relative;
  z-index: -1;
  background-size: cover;
}

.sale_satei_in {
  width: 92%;
  margin: -490px auto 40px auto;
  background: #fff;
  padding: 4vw;
  box-sizing: border-box;
  border: solid 7px #165f2e;
}
.sale_satei_in {
  position: relative;
  &::after {
      content: ""; /* 疑似要素には必ず content プロパティが必要です */
      position: absolute; /* 親要素に対して絶対配置 */
      top: 41px;
      left: 50%; /* 親要素の中央に配置 */
      transform: translateX(-50%); /* 中央寄せの微調整 */
      
      width: 0;
      height: 0;
      
      /* 三角形のサイズと色を設定します */
      /* 下向き三角形の場合: border-top に色を付け、左右を透明にします */
      border-left: 10px solid transparent;  /* 左右のボーダーを透明にする */
      border-right: 10px solid transparent; /* 左右のボーダーを透明にする */
      border-top: 10px solid #165f2e; 
  }
}
.sale_satei_in h2 {
  font-size: 4.6vw;
  text-align: left;
  margin: 48px 0 20px 0;
  line-height: 6vw;
  font-weight: 500;
  padding-left: 80px;
  &::before {
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(../sale/img/one_minutes.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 59px;
    left: 27px;
  }
}
.sale_satei_in .sale_satei_mess {
  font-size: 22px;
  color: #fff;
  padding: 6px 0 6px 0px;
  width: 90%;
  background: #165f2e;
  position: absolute;
  top: -26px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  line-height: 28px;
  text-align: center;
  font-weight: 400;
}

.sale_satei_in p {
  font-size: 16px;
  margin: 5px 0 5px 0;
  font-weight: 600;
}

.sale_satei_form {
  width: 100%;
  background: #f5f5f5;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 4vw;
}

.sale_satei_form_le {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  gap: 10px 0;
}

.sale_satei_form_le li {
  font-size: 16px;
  position: relative;
}

.sale_satei_form_le li::before {
  content: "";
  width: 8px;
  height: 1px;
  background: #0e6d1d;
  position: absolute;
  bottom: 25px;
  right: 23px;
  transform: rotate(40deg);
  border-radius: 5px;
}

.sale_satei_form_le li::after {
  content: "";
  width: 9px;
  height: 1px;
  background: #0e6d1d;
  position: absolute;
  bottom: 25px;
  right: 17px;
  transform: rotate(-40deg);
  border-radius: 5px;
}

.sale_satei_form_le li div img {
  margin-right: 5px;
}

.sale_satei_form_le li select {
  font-size: 14px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  color: #333;
  box-sizing: border-box;
  padding: 0 10px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
}

.sale_satei_form_le li select option {
  color: #333;
  cursor: pointer;
}

.sale_satei_form_ri {
  width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #da1320;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    position: relative;
    border: 1px solid #da1320;
    box-sizing: border-box;
    padding-right: 40px;
    cursor: pointer;
    transition: .3s;
    position: relative;
    margin: 20px 0 0 0;
  & span {
      font-size: 16px;
      color: #da1320;
      background: #fff;
      padding: 7px 9px 5px 9px;
      border-radius: 3px;
      font-weight: 600;
      margin-right: 8px;
      line-height: 1;
  }
  &::before {
      content: "";
      width: 16px;
      height: 1px;
      background: #fff;
      position: absolute;
      top: 30px;
      right: 30px;
  }
  &::after {
      content: "";
      border-left: 4px solid transparent;
      border-bottom: 6px solid #fff;
      height: 0;
      width: 0;
      transform: rotate(90deg);
      position: absolute;
      top: 26px;
      right: 30px;
  }
}

.sale_satei_form_ri a {
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8e8a5c;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  position: relative;
  transition: .3s;
}

.sale_satei_form_ri a::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 45px;
  right: 30px;
}

.sale_satei_form_ri a::after {
  content: "";
  border-left: 4px solid transparent;
  border-bottom: 6px solid #fff;
  height: 0;
  width: 0;
  transform: rotate(90deg);
  position: absolute;
  top: 41px;
  right: 30px;
}


.sa_result_wrap {

}
.result_in {
  width: 92%;
  margin: 0 auto;
  padding: 20px 0 50px 0;
  & .result_btn a {
      width: 70%;
      height: 50px;
      background: #287b44;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      font-size: 3.6vw;
      color: #fff;
      position: relative;
      border-radius: 25px;
      &::before {
          content: url(../img/top/more_btn.webp);
          position: absolute;
          right: 18px;
          top: 15px;
      }
  }
  & iframe {
    width: 100%;
    /* height: 920px; */
    height: 80px;
  }
}
.sale_all_ti h2{
  font-size: 5.2vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 0 0 20px 0;
  line-height: 1;
  &::before {
      content: "";
      width: 50px;
      height: 2px;
      background: #287b44;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      margin: 0 auto;
  }
}
.result_con {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  justify-content: space-between;
  margin: 30px 0;
  & li {
    width: 48%;
  }
  & li a {
      width: 100%;
      display: block;
      overflow: hidden;
      color: #333;
      text-decoration: none;
      & img {
          object-fit: cover;
          height: 100px;
          width: 100%;
      }
      & .result_te {
          width: 100%;
          box-sizing: border-box;
          padding: 2.5vw;
          background: #f5f5f5;
          & h3 {
              font-size: 3.4vw;
              font-weight: 600;
              margin: 0 0 10px 0;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 1;
              overflow: hidden;
              & span {
                  font-size: 2vw;
                  color: #fff;
                  background: #287b44;
                  margin: 0 5px 0 0;
                  padding: 5px;
                  display: inline-block;
                  font-weight: 500;
              }
          }
          & p {
            font-size: 3.2vw;
            line-height: 4vw;
              font-weight: 500;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              overflow: hidden;
          }
      }
      
  }
}

.sa_strong_wrap {
  width: 100%;
  background: #f5f5f5;
  padding: 30px 0;
  & .str_in {
      width: 92%;
      margin: 0 auto;
      & ul {
          display: flex;
          justify-content: space-between;
          margin-top: 50px;
          flex-direction: column;
            gap: 30px 0;
          & li {
              width: 100%;
              & .str_te {
                  width: 100%;
                  box-sizing: border-box;
                  padding: 4vw;
                  text-align: center;
                  background: #fff;
                  & h3 {
                      font-size: 4.5vw;
                      font-weight: 600;
                      line-height: 1;
                      margin: 20px 0 10px 0;
                  }
                  & p {
                      font-size: 3.4vw;  
                      line-height: 5.6vw;
                      text-align: left;
                      letter-spacing: 0.1em;
                  }
              }
          }
      }
  }
}

.sa_form_wrap {
  width: 100%;
  background: #287b44;
  padding-bottom: 40px;
  & p {
    color: #fff;
    text-align: center;
    font-size: 4.5vw;
    font-weight: 500;
    padding: 30px 0 10px 0;
  }
  & .form_btn {
      width: 70%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      gap: 15px 0;
      & a {
          width: 100%;
          height: 60px;
          border-radius: 5px;
          box-sizing: border-box;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 4vw;
          font-weight: 600;
          position: relative;
          & i {
              position: absolute;
              top: 15px;
              left: 20px;
              font-size: 28px;
          }
      }
      & .sale_form {
          background: #da1320;
          border: solid 1px #da1320;
          color: #fff;
          
      }
      & .all_form {
          background: #fff;
          border: solid 1px #fff;
          color: #333;
          & i {
              color: #287b44;
          }
          
      }
  }
}

.sa_consu_wrap {
  & .consu_in {
      width: 92%;
      margin: 0 auto;
      padding: 50px 0 70px 0;
      & .consu_con {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          gap: 20px 0;
          margin-top: 30px;
          & li {
            width: 48%;
          }
          & li a {
              width: 100%;
              display: block;
              text-align: center;
              background-size: cover;
              background-repeat: no-repeat;
              padding-bottom: 30px; 
              & h3 {
                  font-size: 6.8vw;
                  font-weight: 500;
                  line-height: 1;
                  color: #fff;
                  padding-top: 40px;
                  & span {
                      display: block;
                      font-size: 3.4vw;
                      font-weight: 300;
                      margin: 10px 0;
                  }
              }
              & img {
                width: 70px;
              }
              & p {
                font-size: 3.2vw;
                font-weight: 600;
                color: #fff;
                width: 85%;
                height: 40px;
                box-sizing: border-box;
                border-radius: 25px;
                border: solid 1px #fff;
                margin: 20px auto 0 auto;
                display: flex;
                justify-content: center;
                align-items: center;
                transition: .3s;
                position: relative;
                  /* &::before {
                    content: "";
                    width: 18px;
                    height: 18px;
                    background-image: url(../img/top/more_btn_green.webp);
                    background-size: cover;
                    position: absolute;
                    right: 8px;
                    bottom: 10px;
                    z-index: 999;
                  } */
              }
          }
          & li:nth-child(1) a {
              background-image: url(../sale/img/sale_nini_bg.webp);              
          }
          & li:nth-child(2) a {
              background-image: url(../sale/img/sale_kaitori_bg.webp);              
          }
          & li:nth-child(3) a {
              background-image: url(../sale/img/sale_rikon_bg.webp);              
          }
          & li:nth-child(4) a {
              background-image: url(../sale/img/sale_sumikae_bg.webp);              
          }
          & li:nth-child(5) a {
              background-image: url(../sale/img/sale_akiya_bg.webp);               
          }
          & li:nth-child(6) a {
              background-image: url(../sale/img/sale_souzoku_bg.webp);
          }
      }
      & .worri_wrap {
          width: 100%;
          background: #f5f5f5;
          padding: 8vw 4vw 8vw 4vw;
          margin-top: 30px;
          box-sizing: border-box;
          & .worri_con {
              display: flex;
              justify-content: space-between;
              margin: 30px 0 0 0;
              gap: 20px 0;
              flex-wrap: wrap;
              & li {
                width: 48%;
              }
              & li a {
                  width: 100%;
                  display: block;
                  position: relative;
                  & img {
                    height: 80px;
                    object-fit: cover;
                  }
                  & .worri_te {
                      background: #fff;
                      position: relative;
                      & h3 {
                          font-size: 4.2vw;
                          line-height: 1;
                          font-weight: 400;
                          padding: 15px 0 20px 0;
                          text-align: center;
                          & span {
                              display: block;
                              font-size: 2.8vw;
                              color: #287b44;
                              margin-top: 3px;
                              font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
                          }
                      }
                      &::before {
                          content: "";
                          position: absolute;
                          width: 18px;
                          height: 18px;
                          background: #287b44;
                          right: 8px;
                          bottom: 8px; 
                      }
                      &::after {
                          content: "";
                          position: absolute;
                          right: 15px;
                            bottom: 15px;
                            width: 4px;
                            height: 4px;
                          border-top: 1px solid #fff;
                          border-right: 1px solid #fff;
                          -webkit-transform: rotate(45deg);
                          transform: rotate(45deg);
                      }
                  }
              }
          }
      }
  }
}

.sa_colum_wrap {
  width: 100%;
  background: #eaf2ec;
  padding: 100px 0 30px 0;
  & .colum_in {
      width: 92%;
      margin: 0 auto;
      & .colum_main {
          & .colum_ti {
              display: flex;
              justify-content: space-between;
              margin-top: -110px;
              margin-bottom: 30px;
              align-items: center;
              & h2 {
                  font-size: 6.2vw;
                  letter-spacing: 0.05em;
                  font-weight: 600;
                  line-height: 1;
                  position: relative;
                  &::before {
                      content: "";
                      width: 50px;
                      height: 2px;
                      background: #287b44;
                      position: absolute;
                      bottom: -20px;
                      left: 0;
                  }
              }
          }
          & iframe {
            width: 100%;
            height: 990px;
            & body {
              background: none;
            }
        }
          .colum_more_sp {
            width: 70%;
            height: 50px;
            background: #287b44;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 30px auto 0 auto;
            font-size: 3.6vw;
            color: #fff;
            position: relative;
            border-radius: 25px;
          }
      }
  }
}
.colum_con {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
  flex-direction: column;
  gap: 20px 0;
  & li a {
      display: block;
      width: 100%;
      background: #fff;
      box-sizing: border-box;
      padding: 20px;
      color: #333;
      text-decoration: none;
      & .colum_img {
          object-fit: cover;
          width: 100%;
          height: 180px;
          position: relative;
          & img {
            width: 100%;
            height: 180px;
            object-fit: cover;
          }
          & .colum_tag p {
              display: flex;
              flex-wrap: wrap;
              gap: 5px;
              position: absolute;
              left: 8px;
              top: 8px;
              & .cms_topic_tag {
                  padding: 3px 7px;
                  background: #fff;
                  border: solid 1px #287b44;
                  font-size: 2.6vw;
                  font-weight: 600;
                  color: #287b44;
              }
          }
      }
      & h3 {
        font-size: 4.2vw;
        margin: 15px 0 5px 0;
        line-height: 1.3;
        font-weight: 600;
      }
      & p {
          font-size: 3.4vw;
          line-height: 5.2vw;
          letter-spacing: 0.05em;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
      }
  }
}

.colum_tag_con {
  width: 92%;
  margin: 30px auto;
  padding: 4vw;
  box-sizing: border-box;
  background: #f5f5f5;
  & .tag_in {
      width: 100%;
      background: #fff;
      padding: 4vw;
      box-sizing: border-box;
      & ul {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        & li a {
          font-size: 3.2vw;
          display: block;
          background: #fff;
          border: solid 1px #287b44;
          color: #287b44;
          font-weight: 500;
          padding: 4px 8px;
          border-radius: 3px;
        }
      }
      & p {
          font-size: 4vw;
          color: #287b44;
          font-weight: 600;
          width: 100%;
          border-bottom: solid 1px #287b44;
          padding-bottom: 4px;
          margin-bottom: 10px;
      }
  }
}






/* あなたはどっち？ */
.sa_top_differ {
    background-color: #eee;
    padding: 30px 0 50px;
    background-image: url(../sale/img/differ_bg.webp);
    background-repeat: no-repeat;
    background-position: center top 50px;

    .sa_conts_txt {
      background-color: #fff;
      padding: 26px;
      border-radius: 5px;
      margin: 0 auto 0px;
    }

    .sa_top_df_block {
      width: 90%;
      margin: 0 auto;

      .sa_top_df_box {
        width: 100%;
        background-color: #fff;
        overflow: hidden;
        border-radius: 5px;
        margin-bottom: 30px;

        h3 {
          background-color: #0e6e98;
          margin: 0;
          text-align: center;
          line-height: 65px;
          color: #fff;
          font-size: clamp(16px, 5vw, 19px);
        }

        img {
          display: block;
          margin: 30px auto;
          max-width: 100%;
        }

        .tokucho {
          padding: 0 20px;
          margin-bottom: 30px;

          li {
            margin-bottom: 10px;
            display: flex;

            span {
              display: inline-block;
              width: 20%;
              line-height: 30px;
              text-align: center;
              border: 1px solid #aaa;
              background-color: #eee;
              font-size: clamp(10px, 2.8vw, 12px);
              margin-right: 10px;
              border-radius: 3px;
              font-weight: bold;
            }

            p {
              font-size: clamp(14px, 4.2vw, 16px);
              font-weight: bold;
              display: inline-block;
              width: 80%;
              line-height: normal;
            }
          }
        }

        .merit {
          padding: 0 20px;
          margin-bottom: 30px;

          p {
            font-size: clamp(13px, 3.8vw, 15px);
            color: #c63e3e;
            padding: 0 0 10px 10px;
            border-bottom: 1px solid #c63e3e;
            margin-bottom: 15px;
            font-weight: bold;
            line-height: 1;
          }

          li {
            font-size: clamp(14px, 4.2vw, 16px);
            font-weight: bold;
            padding-left: 30px;
            background-image: url(../sale/img/merit_check.webp);
            background-repeat: no-repeat;
            background-position: center left;
            margin-bottom: 10px;
            line-height: normal;
          }
        }

        .demerit {
          padding: 0 20px;
          margin-bottom: 30px;

          p {
            font-size: clamp(13px, 3.8vw, 15px);
            color: #62a4c1;
            padding: 0 0 10px 10px;
            border-bottom: 1px solid #62a4c1;
            margin-bottom: 15px;
            font-weight: bold;
            line-height: 1;
          }

          li {
            font-size: clamp(14px, 4.2vw, 16px);
            font-weight: bold;
            padding-left: 30px;
            background-image: url(../sale/img/demerit_check.webp);
            background-repeat: no-repeat;
            background-position: center left;
            margin-bottom: 10px;
            line-height: normal;
          }
        }
      }

      .sa_top_df_box.kaitori_box {
        h3 {
          background-color: #c63e3e;
        }
      }
    }

    .chart_img {
      .chart_bg {
        width: 1100px;
        height: 1230px;
        background: url(../sale/img/chart_img.png) no-repeat;
        position: relative;
        top: 0px;
        left: 0px;
        margin: 50px auto 0;

        >ul {
          width: 100%;
          position: absolute;
          bottom: 55px;
          display: flex;
          justify-content: center;
          margin: 0;
          padding: 0;

          li {
            list-style: none;
          }
        }
      }

      img {
        width: 90%;
        margin: 0 auto;
        display: block;
      }
    }
  }

  /* よくある質問 */
  #sa_qa {
    padding: 60px 0 80px;

    .sa_conts_tit {
      margin-bottom: 0;
    }
  }

  #sa_qa {
    padding: 20px 0 40px 0;
    background: #f6f6f6;
    >div {
        width: 90%;
        margin: 0 auto;
    }
    .qa_list {
        display: block;
        overflow: hidden;
        cursor: pointer;
        border-radius: 5px;
        filter: drop-shadow(0px 0px 5px #0001);
    }
    .qa_list:not(:last-of-type) {
        margin-bottom: 15px;
    }
    .qa_list .title {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 15px 40px 10px 50px;
        background-color: #fff;
        box-shadow: 0 0 8px rgb(0 0 0 / 30%);
        font-size: clamp(16px, 4.3vw, 18px);
        line-height: 1.6;
        color: #000;
        text-align: left;
        position: relative;
    }
    .qa_list .title:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background-size: cover;
        background-image: url(../sale/img/q_icon.webp);
        mask-size: 24px;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        position: absolute;
        top: 15px;
        left: 15px;
        background-size: cover;
    }
    .qa_list dt {
        position: relative;
    }
    .qa_list dt .title.active {
        border-bottom: 1px solid #ccc;
    }
    .qa_list dd {
        display: none;
        padding: 20px 15px 20px 50px;
        background: #eee;
        margin: 0;
        background-color: #fff;
        text-align: left;
        font-size: clamp(13px, 3.4vw, 14px);
        line-height: 1.6;
        color: #000;
        position: relative;
    }
    .qa_list dd:before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background-size: cover;
        background-image: url(../sale/img/a_icon.webp);
        mask-size: 24px;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        position: absolute;
        top: 20px;
        left: 15px;
        background-size: cover;
    }
    .accordion_icon, .accordion_icon {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .accordion_icon {
        width: 16px;
        height: 16px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
    }
    .accordion_icon span {
        position: absolute;
        left: 0px;
        width: 100%;
        height: 2px;
        background-color: #999;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
        transition: all 0.2s;
    }
    .accordion_icon span:nth-of-type(1) {
        margin: auto;
        top: 0;
        bottom: 0;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .accordion_icon span:nth-of-type(2) {
        top: 7px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .accordion_icon.active span:nth-of-type(1) {
        display: none;
    }
    .accordion_icon.active span:nth-of-type(2) {
        top: 7px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
}

  /* 不動産売却について知る */
  .sa_top_know {
    padding-bottom: 50px;

    .sa_conts_tit_wrap {
      background-image: url(../sale/img/know_bg.webp);
      background-size: cover;
      color: #fff;
      height: 290px;
      position: relative;
      padding-top: 60px;
      box-sizing: border-box;
      width: 100%;
      background-position: center;

      >h2:before {
        background-color: #fff;
      }

      img {
        position: absolute;
        top: -20px;
        left: 0;
        right: 0%;
        margin: 0 auto;
        filter: drop-shadow(0px 0px 3px #3332);
        width: 130px;
      }
    }

    >ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: 90%;
      margin: -110px auto 0;
      position: relative;

      li {
        margin-bottom: 5%;
        width: 48%;

        >a {
          display: block;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          border-radius: 5px;
          transition: 0.3s;
          background-color: #fff;

          img {
            max-width: 100%;
          }
        }

        p {
          font-size: clamp(9px, 2.5vw, 11px);
          padding: 10px 30px 15px 10px;
          font-weight: bold;
          position: relative;
          line-height: normal;

          &::before {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            background: var(--main-color);
            right: 6px;
            top: 8px;
          }

          &::after {
            content: "";
            position: absolute;
            right: 14px;
            top: 16px;
            width: 4px;
            height: 4px;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
          }
        }
      }
    }
  }


  /* title */
  .sa_conts_tit_wrap {
    padding-bottom: 50px;
    width: 90%;
    margin: 0 auto;

    .sa_conts_tit {
      font-size: 5.2vw;
      font-weight: 600;
      margin-top: 30px;
      margin-bottom: 30px;
      text-align: center;
    }

    .sa_conts_tit_line {
      position: relative;
      padding-bottom: 20px;
    }

    .sa_conts_tit_line::before {
      content: "";
      width: 50px;
      height: 2px;
      background-color: #287b44;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
    }

    .sa_conts_txt {
      font-size: clamp(13px, 3.8vw, 15px);
      line-height: 30px;
      text-align: left;
      margin: 0 auto;
    }
  }

  /* btn */
  .sa_top_more_btn a {
    display: block;
    width: 80%;
    line-height: 60px;
    background-color: #ff9c00;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0 auto 00px;
    border-radius: 5px;
    font-weight: bold;
    font-size: clamp(15px, 4.7vw, 18px);
  }


/* sale
---------------------------------------- */





/* ----------------------------------------
other（例）
---------------------------------------- */



/* other（例）
---------------------------------------- */


