.display{
      display: flex;
      justify-content: center;
      gap: 5px;
    }
    .padding10{
      padding: 0 15px;
    }
    .max_w_sta{
      max-width: 400px;
    }
    .max_w{
      max-width: 260px;
    }
    .flex{
      flex: 1;
    }
    .ensen{
      font-size: 20px;
      font-weight: bold;
    }
    .property_list02 .property_item .contents a:after {
        transform: scale(2) rotate(270deg);
    }
    .btnLink {
      display: block;
      background: #fff;
      width: 450px;
      max-width: 100%;
      margin: 0 auto;
      padding: 15px 30px;
      font-size: 20px;
      text-align: center;
      border-radius: 8px;
      position: relative;
      font-weight: bold;
      border: 1px solid currentColor;
    }
    .btnLink:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -5px;
        width: 10px;
        height: 10px;
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .btnLink:hover {
      text-decoration: none;
      opacity: 0.8;
    }

    .tableStyle02 th {
      padding: 10px 10px;
      line-height: 1.6;
      border: 1px solid #cecece;
      background-color: #00A0E8;
      color: white;
    }
    .tableStyle02 td {
      padding: 10px 10px;
      line-height: 1.6;
      border: 1px solid #cecece;
      background: white;
    }
    .article_list .article_item2 a {
        position: relative;
        display: initial;
        flex-direction: column;
        height: 100%;
        background: #fff;
    }
    .text{
        padding: 0 1em 1em 1em;
        text-align: left;
    }
    .article_list .article_item2 {
        border: 1px solid #C3D2DE;
        border-radius: 8px;
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .08);
        overflow: hidden;
        background-color: #fff;
    }
    .article_list .article_item2 .data {
        padding: 1em;
        text-align: left;
    }
    .article_list .article_item2 .title {
        position: relative;
        font-weight: bold;
    }
    a.under {
        text-decoration: underline;
    }
    a.under:hover {
        color:#00f
    }
    a.detail{
        display: inline-block;
        padding: 0 16px;
        background-color: white;
        border-radius: 4px;
        border: 1px solid #000000;
    }
    a.detail:hover{
        background-color: #F0F0F0;
    }
    
    @media not screen and (max-width: 768px) {
        .nearest_tenant th, .nearest_tenant td {
            display: block;
            width: 447px;
            padding: 11px 13px;
        }

        .w_260px{
          width:260px !important;
        }

        .w_sta_100p{
          width:400px !important;
        }

        .pc_w520{
          width: 520px;
        }
        .ensen_text{
          width: 552px;
        }
        .ar_txt{
          width:90%;
        }
        .article_link:hover .title{
          color: var(--links-color);
          text-decoration: underline;
        }
        .article_link:hover .thumbnail{
          opacity: 0.7;
          text-decoration: none;
          transition: .2s ease-in-out;
        }
        .article_list .article_item2 .title::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: -8px;
            display: block;
            width: 12px;
            height: 7px;
            margin: auto;
            background: url(/common/images/arw_blue_b.svg) no-repeat center / 100% auto;
            transform: rotate(270deg);
        }
        .h_120px{
          height: 120px;
        }
    }
    @media screen and (max-width:768px) {
      .display{
          display: block;
      }
      .padding10{
          padding: 0;
      }
      .aspect{
          aspect-ratio: 16 / 9;
          object-fit: cover;
      }
      .max_w_sta{
          max-width: 742px;
      }
      .max_w{
          max-width: 716px;
      }
      .btnLink {
          font-size: 18px;
          padding: 9px 30px;
      }
      .main_area {
            padding-top: 18px;
      }
      .w_sta_100p{
          width:100% !important;
      }
      .w_260px{
          width:100% !important;
      }
      .property_list02 .contents .data {
          width: auto;
          padding-left: 14px;
      }
      .property_list02 .contents {
          display: block;
      }
      .property_list02 .contents .data .detail01 {
          padding-right: 17px;
      }
      .ar_txt{
          width:100%;
        }
      .article_list {
          gap: 0;
          border-radius: 0;
          border: 0;
          box-shadow: none;
          overflow: hidden;
      }
      a.detail{
          display: block;
          margin: 0 auto;
          margin-top: 5px;
          padding: 8px 80px;
          font-size: 18px;
          text-align: center;
          width: fit-content;
          min-height: 44px;
      }
    }