@charset "shift_jis";

:root {
  --main-color: #2c2c2c;
}

@media screen and (min-width: 769px) {
  .pan_wrapl {
    text-align: left;
    width: 1120px;
    margin: 10px auto 0px auto;
  }

  .pan_wrapl div {
    padding-right: 0px;
    display: inline-block;
    font-size: 11px;
    line-height: 17px;
  }

  /*--- TOPここから ---*/
  @media screen and (min-width: 769px) {
    .sale_top_wrap {

      /* メイン画像 */
      .sa_main {
        background-image: url(../img/main_bg.webp);
        padding: 100px 0 70px;
        background-position: center;
        margin: 0;
        height: unset;
        max-height: unset;
				font-family:"Hiragino Mincho ProN",	YuMincho,	serif;
        & div {
          width: 1250px;
          text-align: left;
          margin: 0 auto;
        }

        .sa_main_tit {
          border: none;
          text-align: left;
          font-size: 60px;
          color: #2c2c2c;
          line-height: 60px;
					letter-spacing:0.06em;
          margin: 20px 0 0 0;
          padding: 0;
					span{
						background-color: #fff;
						display:-webkit-inline-box;
						margin:0 0 20px 0;
						padding:0px 0px 5px 5px;
					}
					span:first-child{
						padding:0 20px 5px 5px;
						margin:0px 0px 20px 0px;
					}
        }
				.sa_main_catch{
					font-size:30px;
					line-height:1em;
					letter-spacing:0.2em;
          color: #fff;
					text-shadow: 0px 0px 5px rgba(18,5,5, 0.8);
				}
        .sa_main_txt {
          display: inline-block;
					font-size:20px;
					letter-spacing:0.2em;
          color: #fff;
          line-height: 35px;
          margin: 0 0 20px;
          letter-spacing: unset;
					text-shadow: 0px 0px 5px rgba(18,5,5, 0.8);
					span{
						font-size:15px;
						display:block;
						text-shadow: 0px 0px 3px rgba(18,5,5, 1);
					}
        }

        .sa_main_img {
          display: flex;
          gap: 20px;
        }
      }

      .sale_iframe {
        iframe {
          width: 100%;
          height: 70px;
          border: 0;
        }
      }

      /* 速報 */
      .top_info {
        background: #eee;
        text-align: left;

        .t_info {
          width: 1000px;
          margin: auto;
          color: #333333;
          font-size: 14px;
          line-height: 50px;
          position: relative;
          display: flex;
          align-items: center;

          span.sokuho_ttl {
            margin-right: 20px;
          }

          .info_slide_wrap {
            display: block;
            width: 700px;
            border-radius: 30px;
            box-sizing: border-box;
            overflow: hidden;
            z-index: 99;

            .info_slide {
              width: 620px;
              margin-left: 20px;

              a {
                text-decoration: underline;
              }
            }
          }
        }
      }

      /* お悩み */
      #sa_worries {
        padding: 70px 0 0;

        .sa_worries_item {
          color: var(--main-color);
          font-size: 22px;
          line-height: 1;
          margin-bottom: 20px;
          font-weight: bold;
          text-align: center;
        }

        .sa_conts_txt {
          font-size: 15px;
          text-align: center;
          margin: 60px 0 0;
          line-height: 30px;
        }

        .sa_worries_img {
          position: relative;
          width: 100%;
          max-width: 1200px;
          margin: 0 auto;
          min-height: 400px;
          bottom: 145px;
          margin-bottom: -145px;

          img {
            position: absolute;

            &:nth-child(1) {
              top: 40px;
              left: 10%;
            }

            &:nth-child(2) {
              top: 40px;
              right: 10%;
            }

            &:nth-child(3) {
              top: 210px;
              left: 2%;
            }

            &:nth-child(4) {
              top: 210px;
              right: 2%;
            }

            &:nth-child(5) {
              left: 50%;
              bottom: 0;
              transform: translateX(-50%);
              position: absolute;
            }
          }
        }
      }

      /* ご相談ください */
      #sa_top_please {
        background-image: url(../img/category_bg.webp);
        background-position: center bottom;
        padding: 70px 0 60px;

        .sa_top_please_tit {
          color: #fff;
          text-align: center;
          font-size: 30px;
          line-height: 1;
          margin: 0 0 40px;
          font-weight: bold;
        }

        >ul {
          width: 900px;
          margin: 0 auto;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          padding: 0;
          gap: 30px;

          li {
            width: 280px;

            >a {
              border-radius: 10px;
              background-color: #fff;
              display: block;
              padding: 40px 20px;
              box-sizing: border-box;
              text-decoration: none;
              color: #333;
              transition: 0.3s;

              .img {
                text-align: center;
              }

              h3 {
                font-size: 18px;
                font-weight: bold;
                margin: 20px 0 10px;
                text-align: center;
                line-height: normal;
              }

              p {
                font-size: 14px;
                line-height: 1.5;
                margin: 0;
                padding: 0;
              }
            }


            .my_svg {
              width: 106px;
            }

            p {
              padding: 0 15px;
              font-size: 16px;
              line-height: 24px;
            }
          }
        }
      }

      /* わたしたちの強み */
      #sa_top_strong {
        padding: 80px 0;

        .sa_top_strong_con {
          display: flex;
          align-items: center;
          padding: 20px 0 100px;

          .sa_top_strong_con_l {
            width: 40vw;
            border-radius: 0 10px 10px 0;
            overflow: hidden;
            position: relative;
            height: 490px;
            margin-right: 5vw;
            background-image: url(../img/strong_img.webp);
            background-size: cover;
            background-position: center;
          }

          .sa_top_strong_con_r {
            float: left;
            width: 650px;
            padding: 0 0 5px 0;

            >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;

              li {
                width: 210px;
                padding: 20px;
                box-sizing: border-box;
                width: 216px;
                padding: 20px;
                box-sizing: border-box;
                border-left: dotted 1px #aaa;
                margin-bottom: 20px;
              }

              p {
                font-size: 15px;
                margin: 10px 0;
                font-weight: bold;
                line-height: normal;
              }

              h3 {
                margin: 0;
                padding: 0;
                font-size: 21px;
                line-height: 28px;
                position: relative;
                color: var(--main-color);

                span {
                  font-size: 21px;
                  font-weight: bold;
                  line-height: 1;
                  background: linear-gradient(transparent 70%, #fff000 70%);
                }
              }
            }
          }
        }

        .sa_top_strong_result_wrap {
          width: 1100px;
          margin: 0 auto 0px;

          .sa_top_strong_result_ti {
            background-image: url(../img/result_bg.webp);
            background-repeat: no-repeat;
            background-position: center bottom;

            img {
              margin: 0 auto 30px;
              display: block;
            }

            h3 {
              margin: 0;
              font-size: 35px;
              color: var(--main-color);
              letter-spacing: 1px;
              text-align: center;
              line-height: 1;
              padding: 0 0 40px;
            }
          }

          .sale2_list_title {
            display: flex;
            margin: 0px 0 0;
            font-weight: bold;
            width: 1100px;

            .sale2_l_ti {
              color: #fff;
              border: 1px solid #ccc;
              padding: 15px;
              box-sizing: border-box;
              width: 25%;
              background: var(--main-color);
              text-align: center;
              font-size: 16px;
            }
          }

          .sale_result_ma {
            margin-bottom: 20px;

            >ul {
              list-style: none;
              margin: 0;
              padding: 0;

              li {
                /* margin: 0 0 40px 0; */
                overflow: hidden;
                border-bottom: 1px solid #eee;
                /* padding-bottom: 15px; */
                border-right: solid 1px #eee;

                >a {
                  display: block;
                  text-decoration: none;

                  .sale2_l_item {
                    border: 1px solid #dcdcdc;
                    padding: 15px;
                    box-sizing: border-box;
                    width: 25%;
                    text-align: center;
                    border-right: none;
                    font-size: 14px;
                    float: left;
                    border-top: none;
                    height: 50px;
                    color: #000;
                  }
                }
              }
            }
          }
        }
      }

      /* 不動産売却の流れ */
      #sa_top_flow {
        padding: 80px 0;

        .sa_top_flow_block {
          >ul {
            width: 1100px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;

            li {
              width: 270px;

              &:nth-child(2) .ti {
                background-color: #a6d5e9;
              }

              &:nth-child(3) .ti {
                background-color: #86c2dc;
              }

              &:nth-child(4) .ti {
                background-color: #5db1d5;
              }

              &:nth-child(5) .ti {
                background-color: #26abe5;
              }

              &:nth-child(6) .ti {
                background-color: #169eda;
              }

              &:nth-child(7) .ti {
                background-color: #1491c8;
              }

              &:nth-child(8) .ti {
                background-color: #1181b2;
              }

              .ti {
                background-color: #c4e1ee;
                line-height: 60px;
                padding: 0 30px;

                span {
                  background-color: #fff;
                  padding: 5px;
                  margin-right: 10px;
                  border-radius: 3px;
                  font-size: 10px;
                  font-weight: bold;
                  font-family: Century Gothic, sans-serif;
                }

                h3 {
                  display: inline-block;
                  margin: 0;
                }
              }

              .txt {
                padding: 10px 20px;
                box-sizing: border-box;
                border-left: 1px dotted #ccc;
                margin: 20px 0 30px;

                p.orange {
                  font-size: 18px;
                  color: #2c2c2c;
                  font-weight: bold;
                  margin: 0 0 10px;
                }

                p {
                  font-size: 13px;
                  line-height: 23px;
                }
              }
            }
          }
        }
      }

      /* あなたはどっち？ */
      .sa_top_differ {
        background-color: #eee;
        padding: 120px 0 100px;
        background-image: url(../img/differ_bg.webp);
        background-repeat: no-repeat;
        background-position: center top 50px;

        .sa_conts_txt {
          background-color: #fff;
          padding: 50px 0;
          width: 910px;
          border-radius: 5px;
          margin: 0 auto 20px;
        }

        .sa_top_df_block {
          display: flex;
          justify-content: space-between;
          width: 1100px;
          margin: 0 auto;

          .sa_top_df_box {
            width: 530px;
            background-color: #fff;
            overflow: hidden;
            border-radius: 5px;
            padding-bottom: 30px;

            h3 {
              background-color: var(--main-color);
              margin: 0;
              text-align: center;
              line-height: 65px;
              color: #fff;
              font-size: 19px;
            }

            img {
              display: block;
              margin: 10px auto;
            }

            .tokucho {
              padding: 0 40px;
              margin-bottom: 30px;

              li {
                margin-bottom: 10px;

                span {
                  display: inline-block;
                  width: 80px;
                  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;
                }

                p {
                  font-size: 16px;
                  font-weight: bold;
                  display: inline-block;
                }
              }
            }

            .merit {
              padding: 0 40px;
              margin-bottom: 30px;

              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;
              }

              li {
                font-size: 16px;
                font-weight: bold;
                padding-left: 30px;
                background-image: url(../img/merit_check.webp);
                background-repeat: no-repeat;
                background-position: center left;
                margin-bottom: 10px;
                line-height: normal;
              }
            }

            .demerit {
              padding: 0 40px;
              margin-bottom: 30px;

              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;
              }

              li {
                font-size: 16px;
                font-weight: bold;
                padding-left: 30px;
                background-image: url(../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_bg {
          width: 1100px;
          height: 1230px;
          background: url(../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;
            }
          }
        }
      }

      /* よくある質問 */
      #sa_qa {
        >div {
          margin: 70px auto;
        }
      }

      /* 不動産売却について知る */
      .sa_top_know {
        padding-bottom: 100px;

        .sa_conts_tit_wrap {
          background-image: url(../img/know_bg.webp);
          background-size: cover;
          color: #fff;
          height: 370px;
          position: relative;
          padding-top: 100px;
          box-sizing: border-box;
          margin: 0;

          >h2:before {
            background-color: #fff;
          }

          img {
            position: absolute;
            top: 70px;
            left: 0;
            right: 700px;
            margin: 0 auto;
          }
        }

        >ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          gap: 40px;
          width: 1100px;
          margin: -110px auto 0;
          position: relative;

          li {
            width: 340px;

            >a {
              display: block;
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
              border-radius: 5px;
              transition: 0.3s;
            }

            p {
              font-size: 16px;
              padding: 10px 20px 15px;
              font-weight: bold;
              position: relative;
              line-height: normal;

              &::before {
                content: "";
                position: absolute;
                width: 25px;
                height: 25px;
                background: var(--main-color);
                right: 15px;
                top: 10px;
              }

              &::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: 100px 0;

        .s_t_com_block {
          display: flex;
          width: 1100px;
          margin: 0 auto;
          justify-content: space-between;
          align-items: center;

          .s_t_com_l {
            width: 470px;
            height: 320px;
            background-color: #aaa;
          }

          .s_t_com_r {
            width: 560px;

            p {
              font-size: 15px;
              line-height: 30px;
              margin-bottom: 20px;
            }

            >ul {
              display: flex;
              flex-wrap: wrap;
              gap: 10px;

              li {
                >a {
                  display: block;
                  width: 180px;
                  line-height: 50px;
                  text-align: center;
                  background-color: #fff;
                  border-radius: 5px;
                  border: 1px solid #ccc;
                  box-sizing: border-box;
                  font-size: 16px;
                }
              }
            }
          }
        }
      }

      /* title */
      .sa_conts_tit_wrap {
        margin: 0 0 70px 0;

        .sa_conts_tit_line {
          position: relative;
          padding-bottom: 30px;
          margin-bottom: 30px;
        }

        .sa_conts_tit_line::before {
          content: "";
          width: 70px;
          height: 5px;
          background-color: var(--main-color);
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 0 auto;
        }

        .sa_conts_txt {
          font-size: 15px;
          line-height: 30px;
          text-align: center;
          margin: 0 auto;
        }
      }

      /* btn */
      .sa_top_more_btn a {
        display: block;
        width: 340px;
        line-height: 60px;
        background-color: #2c2c2c;
        color: #fff;
        text-align: center;
        position: relative;
        margin: 0 auto 00px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 20px;
      }

      /* fadein（下から上） */
      .fadein {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.8s ease-out;

        &.sale_show {
          opacity: 1;
          transform: translateY(0);
        }

        &.fadein-1 {
          transition-delay: 0.2s;
        }

        &.fadein-2 {
          transition-delay: 0.4s;
        }

        &.fadein-3 {
          transition-delay: 0.6s;
        }

        &.fadein-4 {
          transition-delay: 0.8s;
        }

        &.fadein-5 {
          transition-delay: 1.0s;
        }

        &.fadein-6 {
          transition-delay: 1.2s;
        }
      }
    }

    .buy_w {
      width: 1120px;
      margin: 30px auto 80px auto;
    }

    .buy_w .small_com {
      margin-bottom: 30px;
    }

    .jisseki_in .small_com {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      gap: 0 25px;
      font-size: 18px;
      line-height: 28px;
      text-align: center;
      position: relative;
    }

    .jisseki_in .small_com::before {
      content: '';
      width: 1px;
      height: 38px;
      background: #000;
      transform: rotate(-22deg);
    }

    .jisseki_in .satei_w .small_com::before {
      position: absolute;
      left: 377px;
      top: 14px;
    }

    .jisseki_in .small_com::after {
      content: '';
      width: 1px;
      height: 38px;
      background: #000;
      transform: rotate(22deg);
    }

    .jisseki_in .satei_w .small_com::after {
      position: absolute;
      right: 363px;
      top: 14px;
    }

    .under_blue {
      position: relative;
      font-size: 40px;
      line-height: 40px;
      letter-spacing: 0.01em;
      text-align: center;
      margin: 0 0 60px 0;
    }

    .under_blue::after {
      content: '';
      width: 70px;
      height: 5px;
      display: inline-block;
      background-color: #0c80a4;
      position: absolute;
      top: 65px;
      left: 0px;
      right: 0px;
      margin: auto;
    }

    .buy_w iframe {
      width: 1120px;
      height: 710px;
      margin-bottom: 10px;
    }

    .sale_box {
      display: flex;
      flex-wrap: wrap;
      gap: 30px 8px;
      width: 1100px;
      margin: 0 auto;
      padding: 0;
      list-style: none;
    }

    .sale_box_in {
      width: 253px;
      margin: 0 auto;
    }

    .sale_box li {
      width: 269px;
      background-color: #f6f6f6;
      border-radius: 5px;
      transition: all 0.2s;
    }

    .sale_box li:hover {
      background-color: #eef9fc;
    }

    .sale_box li a {
      display: block;
      text-decoration: none;
    }

    .sale_box li a img {
      display: block;
      padding: 10px 0px;
      width: 253px;
      height: 165px !important;
      object-fit: cover;
    }

    .sale_box_text {
      display: flex;
      align-items: flex-start;
    }

    .sale_box_text .blue_btn {
      background-color: #0c80a4;
      padding: 3px 5px;
      border-radius: 5px;
      color: #ffffff;
      font-size: 14px;
      line-height: 19px;
      margin: 0px 10px 0px 0px;
      font-weight: bold;
    }

    .sale_box_text .blue_btn:empty {
      display: none;
    }

    .sale_box_text .blue_city {
      margin: 0;
      color: #0c80a4;
      font-size: 13px;
      line-height: 25px;
      font-weight: bold;
      width: 160px;
    }

    .sale_black {
      padding: 10px 0px 0px 0px;
      letter-spacing: 2px;
      font-size: 18px;
      line-height: 22px;
      font-weight: bold;
      margin: 0px;
      color: #000;
    }

    .sale_black {
      padding: 10px 0px 0px 0px;
      letter-spacing: 2px;
      font-size: 18px;
      line-height: 22px;
      font-weight: bold;
      margin: 0px;
      color: #000;
    }

    .sale_black2 {
      color: #000;
      font-size: 13px;
      line-height: 21px;
      letter-spacing: 0.01em;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }

    .sale_lis {
      background-color: #f6f6f6;
      display: block;
      color: #000;
      text-decoration: none;
      width: 552px;
      margin: 0 auto;
      border-radius: 60px;
      font-size: 18px;
      line-height: 22px;
      font-weight: bold;
      text-align: center;
      padding: 30px 0px;
      letter-spacing: 4px;
      transition: 0.3s;
    }

    .sale_lis:hover {
      background-color: #0c80a4;
      color: #FFF;
    }

    .satei_w {
      margin: 0px auto 80px auto;
    }

    .satei_box {
      width: 1100px;
      border-collapse: collapse;
    }

    .satei_box_w {
      position: relative;
    }

    .satei_box_w iframe {
      width: 1100px;
      height: 350px;
    }

    .satei_box_w::before {
      content: "";
      display: inline-block;
      background: url(../img/akiya/house_left.png);
      position: absolute;
      top: -50px;
      left: 1px;
      width: 293px;
      height: 50px;
    }

    .satei_box_w::after {
      content: "";
      display: inline-block;
      background: url(../img/akiya/house_right.png);
      position: absolute;
      top: -50px;
      right: 1px;
      width: 293px;
      height: 50px;
    }

    .satei_box th,
    .satei_box td {
      border: solid 1px #cccccc;
      font-size: 15px;
      line-height: 19px;
      width: 25%;
    }
    .satei_box th a,
    .satei_box td a{
			text-decoration:none;
			color:#2c2c2c;
		}

    .satei_box th {
      background-color: #0c80a4;
      color: #ffffff;
      font-weight: bold;
      padding: 20px 0px;
    }

    .satei_box td {
      text-align: center;
      transition: all 0.2s;
    }

    .satei_box tr:hover td {
      background: #eef9fc;
    }

    .satei_box td a {
      padding: 20px 0px;
      display: block;
      color: #000;
      text-decoration: none;
    }

    .satei_lis {
      text-decoration: none;
      color: #ffffff;
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      width: 319px;
      background-color: #ff9c00;
      margin: 30px auto 0px auto;
      display: block;
      text-align: center;
      padding: 20px 0px;
      border-radius: 5px;
      letter-spacing: 2px;
      transition: 0.2s;
    }

    .satei_lis:hover {
      background-color: #da1320;
    }

    .column_w {
      background-color: #e8f7fc;
    }

    .column_w iframe {
      width: 1100px;
      height: 460px;
    }

    .column_in {
      width: 1100px;
      margin: 0 auto;
      padding: 80px 0px 80px 0px;
    }

    .column_box {
      display: flex;
      margin: 50px 0px 0px 0px;
      gap: 0px 15px;
      padding: 0px;
      list-style: none;
    }

    .column_box_in {
      width: 93%;
      margin: 0 auto;
    }

    .column_box li {
      background-color: #ffffff;
      border-radius: 5px;
      width: 347px;
    }

    .col_box_top {
      position: relative;
    }

    .column_box li a {
      display: block;
      text-decoration: none;
      padding-bottom: 17px;
    }

    .column_box img {
      padding: 12px 0px 12px 0px;
      display: block;
      width: 322px;
      height: 209px !important;
      object-fit: cover;
    }

    .col_item {
      position: absolute;
      width: 305px;
      bottom: 15px;
      left: 0px;
      right: 0px;
      margin: auto;
    }

    .col_item p {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      margin: 0px;
    }

    .col_item p label {
      border: 1px solid #0c80a4;
      background-color: #ffffff;
      color: #0c80a4;
      font-size: 12px;
      line-height: 16px;
      font-weight: bold;
      padding: 4px 6px;
      margin: 2px 2px;
    }

    .column_black {
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 2px;
      color: #000;
      margin: 0px;
      line-height: 22px;
    }

    .column_blue {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      font-size: 12px;
      line-height: 16px;
      color: #0c80a4;
      padding-top: 10px;
      margin: 0px;
    }

    .column_lis {
      background-color: #0c80a4;
      display: block;
      color: #ffffff;
      text-decoration: none;
      width: 552px;
      margin: 0 auto 55px auto;
      border-radius: 60px;
      font-size: 18px;
      line-height: 22px;
      font-weight: bold;
      text-align: center;
      padding: 30px 0px;
      letter-spacing: 5px;
      transition: 0.2s;
    }

    .column_lis:hover {
      background-color: #FFF;
      color: #0c80a4;
    }

    .tag_white_box {
      background-color: #ffffff;
      border-radius: 5px;
      padding: 30px;
      box-sizing: border-box;
    }

    .colu_tag_list {
      border-bottom: 1px solid #90b1bc;
      margin-bottom: 10px;
      padding-bottom: 10px;
    }

    .colu_tag_list p {
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      color: #0e6e98;
    }

    .tag_white_box ul {
      display: flex;
      flex-wrap: wrap;
      gap: 4px 6px;
    }

    .tag_white_box ul li a {
      display: inline-block;
      background: #f6f6f6;
      color: #000;
      border-radius: 3px;
      font-size: 16px;
      line-height: 20px;
      padding: 8px 15px;
      font-weight: bold;
      text-decoration: none;
      letter-spacing: 2px;
      transition: all 0.2s;
    }

    .tag_white_box ul li a:hover {
      background: #0c80a4;
      color: #FFF;
    }

    /*--- TOPここまで ---*/
  }
}




/*-------------------------------
sp
--------------------------------*/

/*--- TOPここから ---*/
@media screen and (max-width: 768px) {

  .sale_top_wrap {

    /* メイン画像 */
    .sa_main {
      background-image: url(../img/main_bg_sp.webp);
      padding: 70px 20px 50px;
      background-position: center;
      height: unset;
      max-height: unset;
      display: block;
      margin: 0;
      font-weight: bold;
			font-family:"Hiragino Mincho ProN",	YuMincho,	serif;

      & div {
        width: 100%;
        text-align: left;
      }

      .sa_main_tit {
        border: none;
        font-size: clamp(23px, 6vw, 29px);
        line-height: 35px;
        margin: 0 0;
        color: #2c2c2c;
				font-weight:bold;
				span{
					font-weight: bold;
					background-color: #fff;
					display:-webkit-inline-box;
					margin:0 0;
					padding:0px 0px 5px 5px;
				}
				span:first-child{
					padding:0 10px 3px 5px;
					margin:0px 0px 3px 0px;
				}
      }

			.sa_main_catch{
        font-size: clamp(12px, 3.5vw, 13px);
				line-height:1em;
				letter-spacing:0.2em;
        line-height: 3vh;
        color: #fff;
				text-shadow: 0px 0px 5px rgba(18,5,5, 0.8);
			}
      .sa_main_txt {
        display: inline-block;
        font-size: clamp(12px, 3.5vw, 13px);
        line-height: 3vh;
        font-weight: normal;
        letter-spacing: unset;
        margin: 0 0 20px;
				font-weight:bold;
				text-shadow: 0px 0px 3px rgba(18,5,5, 1);
				span{
					display:-webkit-inline-box;
					font-weight:bold;
				}
      }

      .sa_main_img {
        display: flex;
        justify-content: space-evenly;

        img {
          width: 30%;
        }
      }

    }

    .sale_iframe {
      iframe {
        width: 100%;
				height:60px;
        border: 0;
      }
    }

    /* 速報 */
    .top_info {
      background: #eee;
      text-align: left;
      z-index: 0;
      position: relative;

      .t_info {
        width: 100%;
        margin: auto;
        color: #333333;
        clamp(0.625rem, -0.125rem + 1vw, 0.75rem)
        line-height: 50px;
        position: relative;
        display: flex;
        align-items: center;
        padding: 0 10px;
        box-sizing: border-box;

        span.sokuho_ttl {
          margin-right: 20px;
          width: 10%;
        }

        .info_slide_wrap {
          display: block;
          width: 80%;
          border-radius: 30px;
          box-sizing: border-box;
          overflow: hidden;
          z-index: 99;

          .info_slide {
            width: 620px;

            >a {
              text-decoration: underline;
            }
          }
        }
      }
    }

    /* お悩み */
    #sa_worries {
      padding: 30px 0 50px;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 中央寄せ */

      .sa_worries_item {
        order: 1;
        color: var(--main-color);
        font-size: clamp(18px, 6.5vw, 30px);
        line-height: 1.2;
        margin-bottom: 20px;
        font-weight: bold;
        text-align: center;
      }

      .sa_conts_tit {
        margin: 0;
        font-size: clamp(24px, 8vw, 32px);
      }

      .sa_worries_img {
        order: 2;
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 500px;
        margin-bottom: 30px;

        img {
          position: absolute;

          &:nth-child(1) {
            top: 0;
            left: 0;
            width: 45%;
          }

          &:nth-child(2) {
            top: 60px;
            right: 0;
            width: 45%;
          }

          &:nth-child(3) {
            top: 160px;
            left: 0;
            width: 45%;
          }

          &:nth-child(4) {
            top: 220px;
            right: 0;
            width: 45%;
          }

          &:nth-child(5) {
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 60%;
          }
        }
      }

      .sa_worries_tit_wrap {
        order: 3;
      }

      .sa_conts_txt {
        font-size: clamp(13px, 3.8vw, 15px);
        text-align: left;
        margin: 30px 0 0;
        line-height: 30px;
      }
    }

    /* ご相談ください */
    #sa_top_please {
      background-image: url(../img/category_bg.webp);
      background-position: center bottom;
      padding: 60px 0;

      .sa_top_please_tit {
        color: #fff;
        text-align: center;
        font-size: clamp(24px, 8vw, 32px);
        line-height: 1.3;
        margin: 0 0 40px;
        font-weight: bold;
      }

      >ul {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        padding: 0;

        li {
          width: 50%;
          border: .5px solid #eee;
          box-sizing: border-box;

          >a {
            background-color: #fff;
            display: block;
            padding: 30px 15px;
            box-sizing: border-box;
            text-decoration: none;
            color: #333;
            transition: 0.3s;
            position: relative;
            height: 100%;

            &::after {
              content: "";
              position: absolute;
              width: 30px;
              height: 6px;
              border-bottom: 1px solid #333;
              border-right: 1px solid #333;
              transform: skew(40deg);
              right: 20px;
              margin: 0 auto;
              bottom: 20px;
            }

            .img {
              text-align: center;
            }

            h3 {
              font-size: clamp(11px, 3.2vw, 13px);
              font-weight: bold;
              margin: 20px 0 10px;
              text-align: center;
            }

            p {
              font-size: 11px;
              line-height: 1.5;
              margin: 0;
              padding: 0;
            }
          }


          .my_svg {
            width: 106px;
          }

          p {
            padding: 0 15px;
            font-size: (14px, 4.2vw, 16px);
            line-height: 24px;
          }
        }
      }
    }

    /* わたしたちの強み */
    #sa_top_strong {
      padding: 50px 0;

      .sa_top_strong_con {
        padding: 0px 0 80px;

        .sa_top_strong_con_l {
          img {
            max-width: 90%;
            margin: 0 auto 30px;
            display: block;
          }
        }

        .sa_top_strong_con_r {
          width: 94%;
          padding: 0 0 5px 0;
          margin: 0 auto;

          >ul {
            margin: 0 0 25px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;

            li {
              width: 50%;
              padding: 10px;
              box-sizing: border-box;
              border-left: dotted 1px #aaa;
              margin-bottom: 20px;
            }

            p {
              font-size: clamp(12px, 3.5vw, 14px);
              margin: 10px 0;
              font-weight: bold;
              line-height: 1.2;
            }

            h3 {
              margin: 0;
              padding: 0;
              font-size: clamp(16px, 5vw, 26px);
              line-height: 28px;
              position: relative;
              color: var(--main-color);

              span {
                font-size: clamp(16px, 5vw, 26px);
                font-weight: bold;
                line-height: 1;
                background: linear-gradient(transparent 70%, #fff000 70%);
              }
            }
          }
        }
      }

      .sa_top_strong_result_wrap {
        width: 94%;
        margin: 0 auto 0px;

        .sa_top_strong_result_ti {
          background-image: url(../img/result_bg.webp);
          background-repeat: no-repeat;
          background-position: center bottom;

          img {
            width: 80%;
            display: block;
            margin: 0 auto 20px;
          }

          h3 {
            margin: 0;
            font-size: clamp(20px, 7vw, 32px);
            color: var(--main-color);
            letter-spacing: 1px;
            text-align: center;
            line-height: 1;
            padding: 0 0 10px;
          }
        }

        .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: var(--main-color);
            text-align: center;
            font-size: clamp(14px, 4.2vw, 16px);
            font-weight: bold;
            line-height: normal;
          }
        }

        .sale_result_ma {
          width: 96%;
          margin: 0 auto 20px;

          >ul {
            list-style: none;
            margin: 0;
            padding: 0;

            li {
              overflow: hidden;
              border-bottom: 1px solid #eee;
              border-right: solid 1px #eee;

              >a {
                display: block;
                text-decoration: none;
                display: flex;
                width: 100%;

                .sale2_l_item {
                  border: 1px solid #dcdcdc;
                  padding: 10px;
                  box-sizing: border-box;
                  width: 34%;
                  text-align: center;
                  border-right: none;
                  font-size: clamp(12px, 3.5vw, 14px);
                  line-height: 1.3;
                  float: left;
                  border-top: none;
                  color: #000;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                }
              }
            }
          }
        }
      }
    }

    /* 不動産売却の流れ */
    #sa_top_flow {
      padding: 50px 0;

      .sa_top_flow_block {
        ul {
          width: 90%;
          margin: 0 auto;
          display: flex;
          flex-wrap: wrap;

          li {
            width: 100%;

            &:nth-child(2) .ti {
              background-color: #a6d5e9;
            }

            &:nth-child(3) .ti {
              background-color: #86c2dc;
            }

            &:nth-child(4) .ti {
              background-color: #5db1d5;
            }

            &:nth-child(5) .ti {
              background-color: #26abe5;
            }

            &:nth-child(6) .ti {
              background-color: #169eda;
            }

            &:nth-child(7) .ti {
              background-color: #1491c8;
            }

            &:nth-child(8) .ti {
              background-color: #1181b2;
            }

            .ti {
              background-color: #c4e1ee;
              line-height: 50px;
              padding: 0 30px;
              display: flex;
              align-items: center;

              span {
                background-color: #fff;
                padding: 5px;
                margin-right: 10px;
                border-radius: 3px;
                font-size: clamp(8px, 2vw, 10px);
                font-weight: bold;
                font-family: Century Gothic, sans-serif;
                display: inline;
                height: 10px;
                line-height: 1;
              }

              h3 {
                display: inline-block;
                margin: 0;
                font-size: (15px, 4.7vw, 18px);
              }
            }

            .txt {
              padding: 10px;
              box-sizing: border-box;
              margin: 10px 0 20px;

              p.orange {
                font-size: (15px, 4.7vw, 18px);
                color: #2c2c2c;
                font-weight: bold;
                margin: 0 0 10px;
              }

              p {
                font-size: clamp(11px, 3.2vw, 13px);
                line-height: 23px;
              }
            }
          }
        }
      }
    }

    /* あなたはどっち？ */
    .sa_top_differ {
      background-color: #eee;
      padding: 70px 0 50px;
      background-image: url(../img/differ_bg.webp);
      background-repeat: no-repeat;
      background-position: center top 50px;

      .sa_conts_txt {
        background-color: #fff;
        padding: 30px;
        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: var(--main-color);
            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(../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(../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(../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_top_know {
      padding-bottom: 100px;

      .sa_conts_tit_wrap {
        background-image: url(../img/know_bg.webp);
        background-size: cover;
        color: #fff;
        height: 340px;
        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);
            }
          }
        }
      }
    }

    /* 当社について */
    .s_t_com {
      background-color: #eee;
      padding: 60px 0;

      .s_t_com_block {
        width: 90%;
        margin: 0 auto;

        .s_t_com_l {
          width: 100%;
          background-color: #aaa;

          img {
            width: 100%;
          }
        }

        .s_t_com_r {
          width: 100%;

          p {
            font-size: clamp(13px, 3.8vw, 15px);
            line-height: 30px;
            margin-bottom: 20px;
            font-weight: normal;
          }

          >ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;

            li {
              width: 49%;

              >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;
                font-size: clamp(14px, 4.2vw, 16px);
              }
            }
          }
        }
      }
    }

    /* title */
    .sa_conts_tit_wrap {
      padding-bottom: 50px;
      width: 90%;
      margin: 0 auto;

      .sa_conts_tit {
        font-size: clamp(24px, 8vw, 32px);
        margin-top: 30px;
        margin-bottom: 30px;
      }

      .sa_conts_tit_line {
        position: relative;
        padding-bottom: 30px;
      }

      .sa_conts_tit_line::before {
        content: "";
        width: 70px;
        height: 5px;
        background-color: var(--main-color);
        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: #2c2c2c;
      color: #fff;
      text-align: center;
      position: relative;
      margin: 0 auto 00px;
      border-radius: 5px;
      font-weight: bold;
      font-size: clamp(15px, 4.7vw, 18px);
    }
    .sa_top_more_btn a:hover{
      background-color: #0c80a4;
    }

    /* fadein */
    /* 下から上 */
    .fadein {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.8s ease-out;

      &.sale_show {
        opacity: 1;
        transform: translateY(0);
      }

      &.fadein-1 {
        transition-delay: 0.2s;
      }

      &.fadein-2 {
        transition-delay: 0.4s;
      }

      &.fadein-3 {
        transition-delay: 0.6s;
      }

      &.fadein-4 {
        transition-delay: 0.8s;
      }

      &.fadein-5 {
        transition-delay: 1.0s;
      }

      &.fadein-6 {
        transition-delay: 1.2s;
      }
    }

    .pan_wrapl {
      width: 100%;
      color: #666;
      position: relative;
      padding: 0 2%;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      white-space: nowrap;
      box-sizing: border-box;
      font-size: 10px;
      margin-bottom: 10px;
    }

    .pan_wrapl div {
      padding-right: 0px !important;
    }

    .pan_wrapl div,
    .pan_wrapl a {
      padding-right: 5px;
      display: inline-block;
      font-size: 10px;
      line-height: 17px;
      margin: 2px 0px;
    }

    .pan_wrapl a {
      border: 1px solid #CCC;
      border-radius: 3px;
      background: #F6F6F6;
      display: inline-block;
      padding: 1px 5px;
    }

    .pan_wrap h2 {
      font-size: 10px;
      line-height: 17px;
      font-weight: normal;
      margin: 0;
      width: 100%;
    }

    .pan_wrapl::-webkit-scrollbar {
      height: 2px;
    }

    .pan_wrapl::-webkit-scrollbar-track {
      margin: 0 2px;
      background: #ccc;
      border-radius: 5px;
    }

    .pan_wrapl::-webkit-scrollbar-thumb {
      background: #999;
      border-radius: 5px;
    }

    .jisseki_in {
      width: 100%;
      margin: 10% auto 0 auto;
    }

    .jisseki_in h2 {
      margin: 3% 0% 12% 0%;
    }

    .under_blue {
      position: relative;
      text-align: center;
      font-size: 6.5vw;
      line-height: 6.7vh;
    }

    .under_blue::after {
      content: '';
      width: 70px;
      height: 5px;
      display: inline-block;
      background-color: #0c80a4;
      position: absolute;
      top: 126%;
      left: 0px;
      right: 0px;
      margin: auto;
    }

    .buy_w iframe {
      display: block;
      width: 100%;
      height: 940px;
    }

    .jisseki_in .small_com {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      gap: 0 4%;
      font-size: 4vw;
      line-height: 4.5vh;
      text-align: center;
      position: relative;
    }

    .jisseki_in .small_com::before {
      content: "";
      display: block;
      width: 2px;
      height: 36px;
      background: #000;
      transform: rotate(-25deg);
    }

    .jisseki_in .satei_w .small_com::before {
      position: absolute;
      left: 55px;
      top: 17px;
    }

    .satei_box_w iframe {
      width: 100%;
      height: 250px;
      margin: 0 auto;
    }

    .satei_box a {
      text-decoration: none;
      color: #000;
    }

    .jisseki_in .small_com::after {
      content: "";
      display: block;
      width: 2px;
      height: 36px;
      background: #000;
      transform: rotate(25deg);
    }

    .jisseki_in .satei_w .small_com::after {
      position: absolute;
      right: 55px;
      top: 17px;
    }

    .sale_lis {
      background-color: #f6f6f6;
      display: block;
      color: #000;
      text-decoration: none;
      margin: 0 auto;
      border-radius: 60px;
      font-size: 4.5vw;
      line-height: 5vh;
      font-weight: bold;
      text-align: center;
      padding: 5% 0px;
      letter-spacing: 0.01em;
      width: 90%;
    }

    .satei_w {
      margin: 10% 0 15% 0;
    }

    .satei_box_w .buy_tit {
      color: #0e6e98;
      text-align: center;
      font-size: 6.5vw;
      line-height: 6.7vh;
    }

    .satei_w h2 {
      margin: 4% 0px 15% 0px;
      letter-spacing: 0.01em;
    }

    .satei_box_w {
      position: relative;
    }

    .satei_box_w {
      width: 95%;
      border-collapse: collapse;
      margin: 0 auto;
    }

    .satei_box_w::before {
      content: "";
      display: inline-block;
      background: url(../img/akiya/house_left.png);
      position: absolute;
      top: -50px;
      left: 27px;
      width: 293px;
      height: 50px;
    }
    a.satei_lis {
      text-decoration: none;
      color: #ffffff;
      font-weight: bold;
      font-size: 4.5vw;
      line-height: 4.7vh;
      width: 80%;
      background-color: #ff9c00;
      margin: 2% auto 0px auto;
      display: block;
      text-align: center;
      padding: 4% 0px;
      border-radius: 5px;
      letter-spacing: 0.01em;
    }

    .column_w {
      background-color: #e8f7fc;
    }

    .column_w iframe {
      width: 100%;
      height: 1030px;
      margin-top: 9%;
    }

    .column_in {
      width: 100%;
      margin: 0 auto;
      padding: 15% 0px;
    }
    .col_item {
      position: absolute;
      width: 90%;
      left: 0px;
      right: 0px;
      margin: auto;
      bottom: 15px;
    }

    .col_item p {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      margin: 0 auto;
    }

    .col_item p label {
      border: 1px solid #0c80a4;
      background-color: #ffffff;
      color: #0c80a4;
      font-size: 12px;
      line-height: 16px;
      font-weight: bold;
      padding: 4px 6px;
      margin: 2px 2px;
    }
    a.column_lis {
      background-color: #0c80a4;
      display: block;
      color: #ffffff;
      text-decoration: none;
      margin: 0 auto;
      border-radius: 60px;
      font-size: 4.5vw;
      line-height: 5vh;
      font-weight: bold;
      text-align: center;
      padding: 5% 0px;
      letter-spacing: 0.01em;
      width: 90%;
    }

    .tag_white_box {
      width: 94%;
      margin: 16% auto 0% auto;
      background-color: #ffffff;
      border-radius: 5px;
      padding: 7%;
      box-sizing: border-box;
    }

    .colu_tag_list {
      border-bottom: 1px solid #90b1bc;
      margin-bottom: 10px;
      padding-bottom: 10px;
    }

    .colu_tag_list p {
      font-weight: bold;
      font-size: 4.5vw;
      line-height: 5.5vh;
      color: #0e6e98;
    }

    .tag_white_box ul {
      display: flex;
      flex-wrap: wrap;
      gap: 5px 5px;
    }

    .tag_white_box ul li a {
      display: inline-block;
      background: #f6f6f6;
      color: #000;
      border-radius: 3px;
      font-size: 12px;
      line-height: 18px;
      padding: 10px;
      font-weight: bold;
      text-decoration: none;
      letter-spacing: 0.01em;
    }

    /*--- TOPここまで ---*/
  }
  .sale_box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .sale_box_in {
    width: 94%;
    margin: 3% auto;
  }

  .sale_box li {
    background-color: #f6f6f6;
    border-radius: 5px;
    width: 46%;
    margin-bottom: 4%;
  }

  .sale_box li a {
    display: block;
    text-decoration: none;
  }

  .sale_box li a img {
    display: block;
    padding: 3% 0%;
    max-height: 125px;
    margin: auto;
  }

  .sale_box_text {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .sale_box_text .blue_btn {
    background-color: #0c80a4;
    width: 90px;
    padding: 2px 0;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }

  .sale_box_text .blue_city {
    width: 100%;
    color: #0c80a4;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
  }
  .sale_black {
    padding: 2% 0% 0% 0%;
    letter-spacing: 0.01em;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    margin: 0px;
    color: #000;
  }

  .sale_black2 {
    color: #000;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.01em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .satei_box {
    width: 100%;
  }

  .satei_box th,
  .satei_box td {
    border: solid 1px #cccccc;
    font-size: 11px;
    line-height: 15px;
    padding: 8px 5px;
    width: 25%;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .satei_box th a,
  .satei_box td a{
		text-decoration:none;
		color:#2c2c2c;
	}
  .satei_box th {
    background-color: #0c80a4;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
  }

  .satei_box td {
    text-align: center;
  }
    .column_box {
      width: 92%;
      margin: 0 auto;
      padding: 0px;
      list-style: none;
    }

    .column_box li {
      background-color: #ffffff;
      border-radius: 5px;
      margin: 6% auto;
    }

    .col_box_top {
      position: relative;
    }

    .column_box li a {
      display: block;
      text-decoration: none;
      padding: 3% 0%;
    }

    .column_box img {
      padding: 0% 0% 3% 0%;
      display: block;
      width: 95%;
      height: 209px !important;
      object-fit: cover;
      margin: 0 auto;
    }
    .column_black {
      font-size: 5vw;
      line-height: 2vh;
      font-weight: bold;
      letter-spacing: 0.01em;
      color: #000;
      margin:0 3%;
    }

    .column_blue {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      font-size: 3vw;
      line-height: 1.7vh;
      color: #0c80a4;
      padding-top: 3%;
      margin:0 3%;
    }
}