@charset "utf-8";
/* CSS Document */

/*共通
**************************************************/

.greenTxt{
    color:#73B0B3;
}
.marker_green{
    background:linear-gradient(transparent 80%, #73B0B3 60%);
}
#tenant{
    padding-top: 90px;
}

.tenantBlock_inner .block-Title{
    font-size: 32px;
}

@media (max-width: 769px) {
  #tenant{
    padding-top: 50px;
}
    .tenantBlock_inner .block-Title{
        font-size: 20px;
    }   
}


/*nav
**************************************************/
.tenant-nav .menu > li{
    width: 20%;
}
@media (max-width: 769px) {

	#HeaderSp .tenant-nav-sp li{
    position: relative;
	}

	.nav_rent:before{
		content: "";
		background: url(/wp-content/uploads/sites/1001/2023/04/home-icon.png) no-repeat;
		background-color: #aaa;
		background-size: 20px;
		background-position: center;
		display: block;
		width: 24px;
        height: 24px;
        margin: 0 auto;
        position: absolute;
        top: 8px;
        left: 8px;
	}
	.tenant_nav:before{
		content: "";
		background: url(/wp-content/uploads/sites/1001/2023/05/tenant_nav.png) no-repeat;
		background-color: #aaa;
		background-size: contain;
		background-position: center;
		text-align: center;
		display: block;
		width: 24px;
        height: 24px;
        margin: 0 auto;
        position: absolute;
        top: 8px;
        left: 8px;
	}

	.tenant_insyoku:before{
		content: "";
		background: url(/wp-content/uploads/sites/1001/2023/04/tenant-food-g.png) no-repeat;
		background-size: contain;
		background-position: center;
		text-align: center;
		display: block;
		width: 24px;
        height: 24px;
        margin: 0 auto;
        position: absolute;
        top: 8px;
        left: 8px;
	}

	.tenant_beauty:before{
		content: "";
		background: url(/wp-content/uploads/sites/1001/2023/04/tenant-biyo-g.png) no-repeat;
		background-size: contain;
		background-position: center;
		text-align: center;
		display: block;
		width: 24px;
        height: 24px;
        margin: 0 auto;
        position: absolute;
        top: 8px;
        left: 8px;
	}

	.tenant_romen:before{
		content: "";
		background: url(/wp-content/uploads/sites/1001/2023/04/tenant-romen-g.png) no-repeat;
		background-size: contain;
		background-position: center;
		text-align: center;
		display: block;
		width: 24px;
        height: 24px;
        margin: 0 auto;
        position: absolute;
        top: 8px;
        left: 8px;
	}

	.tenant_cond:before{
		content: "";
		background: url(/wp-content/uploads/sites/1001/2023/04/tenant-apartment-g.png) no-repeat;
		background-size: contain;
		background-position: center;
		text-align: center;
		display: block;
		width: 24px;
        height: 24px;
        margin: 0 auto;
        position: absolute;
        top: 8px;
        left: 8px;
	}

	.tenant_office:before{
		content: "";
		background: url(/wp-content/uploads/sites/1001/2023/04/tenant-office-g.png) no-repeat;
		background-size: contain;
		background-position: center;
		text-align: center;
		display: block;
		width: 24px;
        height: 24px;
        margin: 0 auto;
        position: absolute;
        top: 8px;
        left: 8px;
	}
}

/*テナントトップ
**************************************************/
#tenantTop{

}


.tenantTopVisual{
    background: #80AEB2;
    padding:80px 0 ;
    position: relative;
}
.tenantTopVisual_inner{
    position: relative;
}
.tenantTopVisual_inner:before{
    content:"";
    background: url(/wp-content/uploads/sites/1001/2023/04/tenantTopvisual.png) no-repeat;
    background-size: contain;
    background-position: left;
    position: absolute;
    left: 0%;
    top: 0;
    bottom: 0;
    display: block;
    width: 300px;
    height: 200px;
    margin: auto;
}
.tenantTopVisual_inner-txt{
    text-align: right;
}
.tenantTopVisual_inner-txt h2{
    color: #fff;
    font-size:44px;
    font-weight: bold;
}

@media (max-width: 481px) {
  #tenantTop{
    margin: 50px auto 0;
  }
  .tenantTopVisual {
    padding: 50px 0;
}
  .tenantTopVisual_inner:before {
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/04/tenantTopvisual.png) no-repeat;
    background-size: contain;
    background-position: left bottom;
    position: absolute;
    left: 2%;
    top: auto;
    bottom: -47px;
    display: block;
    width: 165px;
    height: 75px;
    margin: auto;
  }
  .tenantTopVisual_inner-txt h2 {
    font-size: 26px;
  }
}

/*TOP category*/
.tenantCategory{
    background: #eee;
    padding: 65px 0;
}
.tenantCategory_inner{

}
.tenantCategory_inner h2{
    font-size:30px;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 30px
}
.tenantCategory_inner h2:before{
    content:"";
    background: url(/wp-content/uploads/sites/1001/2023/04/Search_icon.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 40px;
    margin: auto 1% auto auto;
    top: 8px;
}

.tenantCategory_inner-List{
    justify-content: center;
}

.tenantCategory_inner-List-Item{
    width: 31%;
    margin: 1.5% 1%;
    text-align: center;
    padding: 1% 0% 1%;
    position: relative;
    background: #fff;
    border-radius: 5px;
}

.tenantCategory_inner-List-Item a{
    color: #73B0B3;
    font-weight: bold;
    display: block;
    font-size: 1.4rem;
    padding: 10px 10px 10px 150px;
    display: flex !important;
    flex-direction: column;
    height:100%;
}

.tenantCategory_inner-List-Item a h3 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    text-align: left;
}

.tenantCategory_inner-List-Item a h3 span{
    width: 40%;
}

.tenantCategory_inner-List-Item:nth-child(1) a:after {
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/04/tenant-food-g.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    display: block;
    width: 89px;
    height: 65px;
    margin: auto;
    position: absolute;
    left: 30px;
    top:0;
    bottom:0;
}
.tenantCategory_inner-List-Item:nth-child(2) a:after {
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/04/tenant-biyo-g.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    display: block;
    width: 65px;
    height: 65px;
    margin: auto;
    position: absolute;
    left: 30px;
    top:0;
    bottom:0;
}
.tenantCategory_inner-List-Item:nth-child(3) a:after {
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/04/tenant-romen-g.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    display: block;
    width: 88px;
    height: 65px;
    margin: auto;
    position: absolute;
    left: 30px;
    top:0;
    bottom:0;
}
.tenantCategory_inner-List-Item:nth-child(4) a:after {
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/04/tenant-apartment-g.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    display: block;
    width: 65px;
    height: 65px;
    margin: auto;
    position: absolute;
    left: 30px;
    top:0;
    bottom:0;
}
.tenantCategory_inner-List-Item:nth-child(5) a:after {
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/04/tenant-office-g.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    display: block;
    width: 65px;
    height: 65px;
    margin: auto;
    position: absolute;
    left: 30px;
    top:0;
    bottom:0;
}
.tenantCategory_inner-List-Item a p {
    color: #444;
    font-weight: normal;
    text-align: left;
    line-height: 16px;
}
.tenantCategory_inner-List-Item a .link{
    display: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto auto 5px;
    background: #fff;
    color: #555;
    width: 80%;
    padding: .2em .5em;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid;
    box-shadow: 0px 4px 1px #666;
    transition: .5s;
}
.tenantCategory_inner-List-Item a:hover .link{
    box-shadow: 1px 1px 2px grey;
    top: 3px;
}



@media (max-width: 769px) {
    .tenantCategory_inner-List {
    }
    .tenantCategory_inner-List-Item{
        width: 48%;
        margin: 1.5% auto;
    }
    .tenantCategory_inner-List-Item:nth-child(1) a:after{
      width: 69px;
    height: 47px;
    margin: auto;
    position: absolute;
    left: 20px;
    }
    .tenantCategory_inner-List-Item:nth-child(2) a:after {
      width: 53px;
      height: 65px;
      left: 29px;
      }
      .tenantCategory_inner-List-Item:nth-child(3) a:after{
        width: 73px;
        height: 65px;
        margin: auto;
        position: absolute;
        left: 22px;
      }
      .tenantCategory_inner-List-Item:nth-child(4) a:after{
        width: 59px;
        height: 65px;
        margin: auto;
        position: absolute;
        left: 23px;
      }
      .tenantCategory_inner-List-Item:nth-child(5) a:after{
        width: 52px;
    height: 55px;
    margin: auto;
    position: absolute;
    left: 26px;
      }
  
}
@media (max-width: 481px) {
  #tenanttop{
    padding-top: 60px;
  }
  .tenantCategory{
    padding: 65px 0 1px;
  }
  .tenantCategory_inner h2{
    font-size: 24px;
  }
  .tenantCategory_inner h2:before {
    width: 25px;
    height: 25px;
    margin: auto 1% auto auto;
    top: 3px;
  }

    .tenantCategory_inner-List {
        margin: 0 auto 50px auto;
    }
    .tenantCategory_inner-List-Item {
        width: 96%;
        margin: 1.5% auto;
    }
    .tenantCategory_inner-List-Item a{
      padding: 10px 10px 10px 120px;
    }
    .tenantCategory_inner-List-Item a h3{
      font-size:18px;
    }

    .tenantCategory_inner-List-Item a h3 span {
    }
    .tenantCategory_inner-List-Item a p {
        font-size: 1.2rem;
    }
    .tenantCategory_inner-List-Item:nth-child(1) a:after{
      width: 69px;
    height: 47px;
    margin: auto;
    position: absolute;
    left: 20px;
    }
    .tenantCategory_inner-List-Item:nth-child(2) a:after {
      width: 53px;
      height: 65px;
      left: 29px;
      }
      .tenantCategory_inner-List-Item:nth-child(3) a:after{
        width: 73px;
        height: 65px;
        margin: auto;
        position: absolute;
        left: 22px;
      }
      .tenantCategory_inner-List-Item:nth-child(4) a:after{
        width: 59px;
        height: 65px;
        margin: auto;
        position: absolute;
        left: 23px;
      }
      .tenantCategory_inner-List-Item:nth-child(5) a:after{
        width: 52px;
    height: 55px;
    margin: auto;
    position: absolute;
    left: 26px;
      }
}




.tenantTab{
    margin: 60px auto 100px;
}
.tenantTab .tenantTab_inner h2{
    font-size: 30px;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0 auto 30px;
}
.tenantTab .tenantTab_inner h2:before {
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/04/Search_icon.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 40px;
    margin: auto 1% auto auto;
    top: 8px;
}


.New_All-List-Img-New {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    z-index: 1;
}
.New_All-List li img{
    width: 100%;
    transition: .3s;
    object-fit: cover;
}
.New_All-List li img:hover{
    opacity: .5;
}
 
.tab1-body__item .New_All-List-Img{
    height: 170px;
    background:#eee;
}


.tab1-body__item .New_All-List-Detail-Price{
    width: 100%;
    text-align: left;
    margin: 0;
    justify-content: flex-start;
}

.tab1-body__item .top_price,.tab1-body__item .fav_building_date{
    font-size: 1.6rem;
    width: 100%;
}

.tab1-body__item .top_area{
    margin: 0 auto;
    font-size: 1.6rem;
    text-align: left;
    width: 100%;
}

.tab1 {
    display: flex;
    flex-direction: row;
    text-align: center;
    background-color: #fff !important;
    width: 96%;
    margin: auto !important;
  }
  .tab1__item {
    border: 3px solid #80AEB2;
  }
  .tab1__item:nth-child(1) {
    border-radius: 6px 0px 0px 6px;
  }
  .tab1__item:nth-child(2) {
    border-left: none;
  }
  .tab1__item:nth-child(3) {
    border-radius: 0px 6px 6px 0px;
    border-left: none;
  }

  .tab1__item.on span {
    background: #fff;
  }
  .tab1__link {
    display: block;
    text-decoration: none;
    margin-right: 0px;
    padding: 4px 30px;
    order: -1;
    color: #80AEB2;
    cursor: pointer;
    font-size: 1.8rem;
    background: #fff;
    position: relative;
    z-index: 1;
    font-weight: bold;
  }
  .tab1__link.on {
    color: #fff;
    background:#80AEB2;
  }
  .tab1-body{
    padding: 15px 0;
    height: auto;
    overflow: auto;
    transition: .5s opacity;
    opacity: 1;
    background: #fff;
    margin-top: -1px;
    z-index: 0;
    position: relative;
  }
  .tab1-body__item {
    margin: 30px 0px;
    display: none;
    text-align: center;
  }
  .tab1-body__item.on {
    display: block;
  }

  .tab1-body__item .New_All-List-Item{

  }

	.tab1-body__item .btn a{
		background: #80AEB2;
		/*box-shadow: 0px 6px 1px #bbb;*/
	}

	/*.tab1-body__item .btn a:hover{
		box-shadow: 0px 1px 1px #bbb;
	}*/
  

@media (max-width: 769px) {
    
    .tenantTab{
        margin: 10% auto 10%;
    }
    .tab1-body__item{
        margin:0 auto;
    }
    .New_All-List{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .tab1-body__item .New_All-List-Item{
        width: 48%;
    }
    .New_All-List-Item {
        width: 48%;
        margin: 1%;
        padding: 1%;
    }
}
@media (max-width: 481px) {
    .tenantTab .tenantTab_inner h2{
    font-size: 24px;
    }
    .tenantTab .tenantTab_inner h2:before {
        width: 25px;
        height: 25px;
        margin: auto 1% auto auto;
        top: 3px;
    }
    .tab1-body{
        padding: 15px 0;
    }
    .tab1__link{
      padding: 4px 7px;
      font-size: 1.6rem;
    }
    .tab1{
      justify-content: center;
    }
    .tab1-body__item .top_price, .tab1-body__item .fav_building_date {
        font-size: 1.6rem;
        margin: 0 auto;
        text-align: left;
        font-size: 1.4rem;
    }
    .tab1-body__item .top_area{
        font-size: 1.2rem;
    }
    .fav_building_access,
    .fav_building_date, 
    .fav_building_price-deposit {
        display: inline-block;
        width: auto;
        text-align: left;
    }
}



.tenantLink{

}
.tenantLink_inner{
    margin: 75px auto ;
}
.tenantLink_inner-List{
    justify-content: space-between;
}
.tenantLink_inner-List-Item{
    width: 49%;
    margin: 0 0 2%;
    border: 2px solid #eee;
}
.tenantLink_inner-List-Item.owner{
    width: 100%;
    margin: 0 auto 2%;
    border: none;
    text-align: center;
}


.tenantLink_inner-Link{
    max-width:600px;
    margin: 0 auto;
    justify-content: space-around;
}
.tenantLink_inner-Link li{
    width :40%;
}

.tenantLink_inner-Link .line a{
    display: block;
  /*box-shadow: 0px 5px 0px #008000;
  border-radius: 12px;
  position: relative;
  top: 0px;*/
  transition:.3s;
  margin-bottom: 25px;
}
/*.tenantLink_inner-Link .line a:hover{
    border-radius: 12px;
    box-shadow: 0px 0px 0px #008000;
    top: 3px;
}*/

.tenantLink_inner-Link .contact a{
    display: block;
    /*border: 1px solid #666666;
    border-radius: 6px;
    box-shadow: 0px 4px 0px #666;
    padding: 1.1em 1em;
    position: relative;
    top: 0;*/
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.4rem;
    transition: .3s;
}
/*.tenantLink_inner-Link .contact a:hover{
    top: 3px;
    box-shadow: 0px 0px 0px #666;
}*/

@media (max-width: 769px) {
    .tenantLink_inner {
        margin: 35px auto;
    }
    .tenantLink_inner-List-Item{
        width: 100%;
        margin: 0 auto 2%;
    }
}
@media (max-width: 481px) {
    .tenantLink_inner-Link{
        margin: 25px auto 0;  
        justify-content: space-evenly;
    }
    .tenantLink_inner-Link li{
        width: 40%;
        max-width: 240px;
    }
    .tenantLink_inner-Link .line a{
        margin-bottom: 0;
    }
    .tenantLink_inner-Link .contact a{
        padding: 0;
        margin-bottom: 0;
    }
}


/*共通
**************************************************/
.block-Disc{
    font-size: 1.6rem;
    line-height: 25px;
    position: relative;
    text-align: center;
}
.Content-Title{
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 30px;
}
.List-Title{
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

/*btn*/
.tenant-linkbtn{
    text-align: center;
    max-width: 270px;
    margin: 30px auto 0;
    font-size: 13px;
    display: block;
}
.tenant-linkbtn a{
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    padding: .5em;
    border-radius: 6px;
    display: block;
    cursor: pointer;
    position: relative;
    top: 0;
    font-size: 1.4rem;
    transition: .3s;
    height: 39px;
}

.tenant-linkbtn a:hover {
    position: relative;
    top: 6px;
}

/*skeleton*/

.skeleton-bg{
    background: url(/wp-content/uploads/sites/1001/2023/04/skeleton-bg.jpg) no-repeat;
    background-size: contain;
    background-position: center top;
    display: block;
    margin: 10px auto 30px;
    padding: 280px 0 1px 0;
    border-radius:10px;
}
.tenant-linkbtn a.skeleton{
    box-shadow: 0px 6px 1px #1f4e79;
    background: #8faadc;
}
.tenant-linkbtn a.skeleton:hover{
    box-shadow: 0px 1px 1px #1f4e79;
}

/*inuki*/
.inuki-bg{
    background: url(/wp-content/uploads/sites/1001/2023/04/inuki-bg.jpg) no-repeat;
    background-size: contain;
    background-position: center top;
    display: block;
    margin: 10px auto 30px;
    padding: 280px 0 1px 0;
    border-radius:10px;
}
.tenant-linkbtn a.inuki{
    box-shadow: 0px 6px 1px #028760;
    background: #73B0B3;
}
.tenant-linkbtn a.inuki:hover{
    box-shadow: 0px 1px 1px #028760;
}
.inuki-check{}
.inuki-check:before{
    content:"";
}
.inuki-point{}
.inuki-point:before{
    content:"";
}

.Block1-arrow {
    display: inline-block;
    height: 29px;
    width: 51px;
    background-color: #aaa;
    transform: rotate(90deg);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  
.Block1-arrow:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 44px solid transparent;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 44px;
    border-left: 48px solid #aaa;
    left: 51px;
    top: -30px;
}
.verm{
    color:#CC0000;
}
.blue{
    color:#5B9BD5;
}

@media (max-width: 769px) {
    .skeleton-bg,.inuki-bg{
        padding: 260px 0 1px 0;
    }
    .tenantBlock_inner-Block1{
        border: 2px solid #aaa;
        padding: 20px 12px 30px;
        border-radius: 50px;
        position: relative;
    }
    .Block1-arrow {
        display: inline-block;
        height: 25px;
        width: 50px;
        background-color: #aaa;
        transform: rotate(90deg);
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .Block1-arrow:before {
        position:absolute;
        content:"";
        width:0;
        height:0;
        border: 45px solid transparent;
        border-left: 45px solid #aaa;
        left: 49px;
        top: -32px;
    }
}

@media (max-width: 481px) {
    .skeleton-bg,.inuki-bg{
        background-size:cover;
        padding: 50% 0 1px 0;

    }
    
}




/*検索ページ
**************************************************/




/*tenantBlock
**************************************************/
/**/
.tenantBlock{
    margin: auto auto 50px;
    position: relative;
}
.tenantBlock_inner{
    padding: 10px 0;
}
.tenantBlock_inner p{
    font-size: 1.6rem;
    margin: 0 auto 30px;
    text-align: center;
    position: relative;
}
.tenantBlock_inner p a{
    color: red;
    font-weight: bold;
    text-decoration: underline;
}
.tenantBlock_inner-Block1{
    border: 2px solid #aaa;
    padding: 30px;
    border-radius: 50px;
    position: relative;
}






.tenantBlock_inner-Block2{
    margin: 100px auto 70px;
}
.tenantBlock_inner-Block2 ul{

}
.tenantBlock_inner-Block2 ul li .inuki-check:before{
    content:"";
    background: url(/wp-content/uploads/sites/1001/2023/04/caution.png) no-repeat;
    background-size: contain;
    background-position: center top;
    position: absolute;
    top: -38px;
    left: 0;
    width: 100px;
    height: 100px;
    display: inline-block;
}
.tenantBlock_inner-Block2 ul li .inuki-point:after{
    content:"";
    background: url(/wp-content/uploads/sites/1001/2023/04/point.jpg) no-repeat;
    background-size: contain;
    background-position: center top;
    position: absolute;
    top: -38px;
    right: 62px;
    width: 100px;
    height: 100px;
    display: inline-block;
}
.tenantBlock_inner-Block2 ol{

}
.tenantBlock_inner-Block2 ol li{
    font-size: 1.6rem;
    display: block;
}
.tenantBlock_inner-Block2 h3{

}

.tenantBlock_inner-Block2 h4{
    font-size: 1.8rem;
    position: relative;
}

.tenantBlock_inner-Block2 p{
    text-align: center;
    font-size: 1.6rem;
    margin: 0 auto 30px;
}
.tenantBlock_inner-Block3{
    margin: 0 auto;
    background: #fff;
    padding: 20px 35px;
    border-radius: 20px;
}

.tenantBlock_inner-Block-dm{
    max-width: 1000px !important;
    margin: 30px auto;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 0px 0;
    border-radius: 40px;
}

.tenantBlock_inner-Block3-dl{
    margin: 20px auto;
    padding: 20px 10px;
    width: 48%;
    background: #fff;
}

.tenantBlock_inner-Block3-dl:first-child{
    border-right: 1px dashed #ddd;
}


.tenantBlock_inner-Block3-dl dt{
    font-size: 2.6rem;
    font-weight: bold;
    margin: 10px auto 10px;
    position: relative;
    text-align: center;
}
.tenantBlock_inner-Block3-dl dt span{
    position: relative;
}
.tenantBlock_inner-Block3-dl dt .merit:after{
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/04/merit.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    display: inline-block;
    width: 60px;
    height: 65px;
    margin: 5px auto 10px;
    position: absolute;
    top: -38px;
    left: -110px;
}
.tenantBlock_inner-Block3-dl dt .demerit:after{
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/04/demerit.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    display: inline-block;
    width: 60px;
    height: 65px;
    margin: 5px auto 10px;
    position: absolute;
    top: -38px;
    left: -110px;
}


.tenantBlock_inner-Block3-dl dd{
    font-size: 1.8rem;
}

.recommendation{
    max-width: 600px;
    margin: 60px auto 0px;
}
.recommendation .Content-Title{
    display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.recommendation .Content-Title:before,
.recommendation .Content-Title:after{
    content: '';
	width: 3px;
	height: 30px;
	background-color: #CC0000;
}
.recommendation .Content-Title:before{
    margin-right: 30px;
	transform: rotate(-35deg)
    
}
.recommendation .Content-Title:after{
    margin-left: 30px;
	transform: rotate(35deg)
}

.recommendation ol{
    margin: 0 auto 30px;
    border: 1px solid;
    padding: 50px;
    border-radius: 10px;
    background: #fff;
}

.recommendation ol li{
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    padding-left: 24px;
    line-height: 30px;
}

.recommendation ol li:before,
.recommendation ol li:after{
	content:"";
	display:block;
	position:absolute;
}

.recommendation ol li:before{
	width:16px;
	height:16px;
	border-radius:3px;
	background:#ffffff;
	border:1px solid #000000;
	left:0;
    top: 6px;
}

.recommendation ol li:after{
	border-left:3px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:18px;
	height:5px;
	transform:rotate(-45deg);
	left:5px;
	top:7px;
}


.change{
    margin: 30px auto;
    max-width: 600px;
}

.change ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.change ul li {
    width: calc(100%/2);
    border-bottom: 3px solid #73B0B3;
    background-color: #d9d9d9;
    line-height: 30px;
    text-align: center;
    color: #000;
    display: block;
    display: inline-block;
}

.change ul li a {
    display: block;
    background: #ccc;
    padding: 10px 0;
    font-size: 16px;
}

.change ul li a.active {
    background-color: #73B0B3;
    color: #fff;
}


@media (max-width: 481px) {

}



@media (max-width: 769px) {
    .inuki .tenantBlock_inner-Block2 {
        max-width: 500px;
    }
    .tenantBlock_inner-Block2 > ul li {
    }
    .inuki .tenantBlock_inner-Block2 .span6:first-child{
        margin-bottom: 50px;
    }
    .inuki .tenantBlock_inner-Block2 .span6{
      margin:0 auto 40px;
    }
    .inuki .tenantBlock_inner-Block2 ul li {
        margin: 0 auto 5px auto;
    }
    .tenantBlock_inner-Block3-dl:first-child{
      border-right: none;
      padding-bottom: 40px;
      background: none;
    }
    

}
@media (max-width: 481px) {
  .change {
    width: 96%;
  }
  .change ul li a{
    padding: 5px 0;
    font-size: 14px;
  }
    .tenantBlock {
        margin: auto auto 50px;
        position: relative;
        padding: 0 5%;
    }
    .Content-Title{
        font-size: 1.8rem;
    }
    .tenantBlock_inner-Block1{
      padding: 30px 10px;
    }

    

    .tenantBlock_inner-Block2 ul li {

    }
    .inuki .tenantBlock_inner-Block2 ul li {
        margin: 0 auto 5px auto;
        text-align:center;
    }
    .recommendation .Content-Title:before {
        margin-right: 10px;
        transform: rotate(-35deg);
    }
    .recommendation .Content-Title:after {
        margin-left: 10px;
        transform: rotate(35deg);
    }
    .recommendation .Content-Title:before, .recommendation .Content-Title:after {
        content: '';
        width: 3px;
        height: 15px;
        background-color: #CC0000;
    }
    .recommendation ol{
        padding:15px;
    }

    .tenantBlock_inner-Block-dm{
        margin: 30px 0%;
				padding-bottom: 20px;
    }
    .tenantBlock_inner-Block3-dl{
      width: 100%;
      margin: 10px auto;
      padding-bottom: 20px;
    }
    .tenantBlock_inner-Block3-dl dt{
        font-size: 2.0rem;
    }
    .tenantBlock_inner-Block3-dl dd{
        font-size: 1.4rem;
        line-height: 30px;
        margin-top: 20px;
    }
    .tenantBlock_inner-Block3-dl dt .merit:after {
        width: 50px;
        height: 55px;
        top: -25px;
        left: -80px;
    }
    .tenantBlock_inner-Block3-dl dt .demerit:after {
        width: 50px;
        height: 55px;
        top: -25px;
        left: -80px;
    }
}



/*faq
**************************************************/
.faqblock-box{
    justify-content:space-between;
}

.faqblock {
    border: 2px solid #f3f3f3;
    border-radius: 10px;
    height: auto;
    padding: 20px 30px 20px;
    margin-top: 40px;
    text-align: left;
    width:47%;
  }

  
  .faqblock__dt, .faqblock__dd {
    position: relative;
    font-size: 1.6rem;
  }
  
  .faqblock__dt::before, .faqblock__dd::before {
    content:"";
    font-weight: bold;
    position: absolute;
  }
  
  .faqblock__dt {
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0 0 0 25px;
  }
  .faqblock__dd {
    margin-bottom: 4px;
    padding: 0;
    margin-left: 25px;
    position: relative;
    font-size: 15px;
  }
  
  .faqblock__dt::before {
    content: "Q";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #73B0B3;
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 34px;
    left: -1.3em;
    top: 14px;
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
    padding-right: 1px;
  }
  
  /*.faqblock__dd::before {
    content: "A";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #aaa;
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 35px;
    left: -4.2em;
    top: 22px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 20%;
  }
  */

  /*.balloon::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -25px;
    top: 15px;
    margin: auto;
    border-right: 30px solid #eee;
    border-top: 5px solid transparent;
    border-bottom: 15px solid transparent;
}*/
@media (max-width: 769px) {
    .faqblock{
        width:96%;
        margin: 20px auto;
    }
}

/*independance
**************************************************/
.independence-flow .tenantBlock_inner{
    font-size: 1.6rem;
}

.lamp:before{
    content: "\f0eb";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    color: #000;
}
.hand:before{
    content: "\f0a4";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    color: #000;
}

.sec-Title{
    text-align: center;
}
.sec-Title span{
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 55px;
}
@media (max-width: 481px) {
  .sec-Title span{
    font-size: 24px;
    padding: 5px 0px;
} 
}


.independence-flow{}
.independence-flow .tenantBlock{
    margin: 30px;
    border-bottom: 1px solid #ddd;
}
.independence-flow .tenantBlock_inner .block-Title{
    text-align: left;
    font-size: 32px;
}
.independence-flow .tenantBlock_inner p{
    text-align: left;
}
.independence-flow .tenantBlock p a{
    color: blue;
    text-decoration: underline;
}

.concept-txt{}


.concept-table{
    margin: 20px auto;
}
.concept-table th{
    text-align: left;
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.concept-table td{
    text-align: left;
    border: 1px solid #ddd;
    padding: 5px 10px;
}


.preparation .tenantBlock_inner{
  padding: 10px 0 50px;
}

.preparation ul{
    background: #eee;
    padding: 50px 0;
}
.preparation ul li{}
.preparation ul li{
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
}
.preparation ul li:nth-child(1){}
.preparation ul li:nth-child(2){}

.preparation ul li .tenantBlock_inner-Block3-dl{
  width: 100%;
  margin: 5px auto;
}
.preparation ul li .tenantBlock_inner-Block3-dl dd{
  font-size: 1.6rem;
}

.preparation ul li .tenantBlock_inner-Block3-dl:first-child{
  border-right: none;
}



.tenantBlock_inner-Block-box{
    padding: 20px;
}

.tenantBlock.step{

}
.tenantBlock-flow-step{
    justify-content: space-around;
}
.tenantBlock-flow-step li{
    width: 80%;
    margin-bottom: 30px;
    position: relative;
    background:#fff;
}
.tenantBlock-flow-step li:after{
    content:"";
    position: absolute;
    left:0;
    right:0;
    margin:auto;
    border-left: 15px solid cornflowerblue;
    width: 15px;
    height:100%;
}
.tenantBlock-flow-step li:nth-child(7):after{
    content:none;
}

.tenantBlock-flow-step-right li:nth-child(6):before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 44px;
  border-left: 20px solid cornflowerblue;
  left: 0;
  top: 54px;
  right: 0;
  margin: auto;
  transform: rotate(90deg)
}
.tenantBlock-flow-step-right li:nth-child(6):after{
  height: 50%;
}


.tenantBlock-flow-step li a{
    border: 2px solid cornflowerblue;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    padding: 5px 0 5px 10px;
}

.tenantBlock-flow-step-right{
    width:48%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.tenantBlock-flow-step-left{
    width:48%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.tenantBlock-flow-step-list{
    justify-content: space-around;
    margin: 0 auto 40px;
    display: none;
}
.tenantBlock-flow-step-list li{
    width:16%;
    text-align: center;
}

@media (max-width: 481px) {
  .tenantBlock-flow-step-right li:nth-child(6):before{
    top: 50px;
  }
}



.step-flow8-table td,.step-flow8-table th{
    border: 1px solid #000;
    padding: 4px 1px;
}

.tenantBlock#flow1 .tenantBlock_inner:after {
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/05/concept.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  display: inline-block;
  width: 174px;
  height: 185px;
  margin: 5px auto 10px;
  position: absolute;
  top: -38px;
  right: 101px;
}

.tenantBlock#flow2 .tenantBlock_inner:after{
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/05/flow2.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  display: inline-block;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -49px;
  right: 99px;
  margin: auto;
}
.tenantBlock#flow3 .tenantBlock_inner:after {
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/05/flow3.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  display: inline-block;
  width: 165px;
  height: 200px;
  margin: 5px auto 10px;
  position: absolute;
  top: -69px;
  right: 116px;
}
.tenantBlock#flow4 .tenantBlock_inner:after {
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/05/flow4.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  display: inline-block;
  width: 160px;
  height: 200px;
  margin: 5px auto 10px;
  position: absolute;
  top: -62px;
  right: 115px;
}
.tenantBlock#flow5 .tenantBlock_inner:after{
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/05/flow5.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 5px auto 10px;
    position: absolute;
    top: -40px;
    right: 10%;
}
.tenantBlock#flow6 .tenantBlock_inner:after{
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/05/flow6.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 5px auto 10px;
    position: absolute;
    top: -42px;
    right: 10%;
}

.tenantBlock#flow7 .tenantBlock_inner:after {
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/05/flow7.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  display: inline-block;
  width: 225px;
  height: 311px;
  margin: 5px auto 10px;
  position: absolute;
  top: -91px;
  right: 110px;
}
.tenantBlock#flow8 .tenantBlock_inner:after {
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/05/flow8.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  display: inline-block;
  width: 219px;
  height: 218px;
  margin: 5px auto 10px;
  position: absolute;
  top: -88px;
  right: 119px;
}
.tenantBlock#flow9 .tenantBlock_inner:after{
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/05/flow9.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  display: inline-block;
  width: 145px;
  height: 200px;
  margin: 5px auto 10px;
  position: absolute;
  top: -56px;
  right: 149px;
}
.tenantBlock#flow10 .tenantBlock_inner:after {
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/05/flow10.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  display: inline-block;
  width: 153px;
  height: 150px;
  margin: 5px auto 10px;
  position: absolute;
  top: -19px;
  right: 125px;
}
.tenantBlock#flow11 .tenantBlock_inner:after {
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/05/flow11.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  display: inline-block;
  width: 182px;
  height: 200px;
  margin: 5px auto 10px;
  position: absolute;
  top: -46px;
  right: 126px;
}
.tenantBlock#flow12 .tenantBlock_inner:after {
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/05/flow12.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  display: inline-block;
  width: 212px;
  height: 205px;
  margin: 5px auto 10px;
  position: absolute;
  top: -41px;
  right: 100px;
}
.tenantBlock#flow13 .tenantBlock_inner:after {
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/05/flow13.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  display: inline-block;
  width: 199px;
  height: 182px;
  margin: 5px auto 10px;
  position: absolute;
  top: -52px;
  right: 112px;
}
.tenantBlock#flow14 .tenantBlock_inner:after {
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/05/flow14.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  display: inline-block;
  width: 188px;
  height: 188px;
  margin: 5px auto 10px;
  position: absolute;
  top: -57px;
  right: 126px;
}

@media (max-width: 769px) {
    .independence-flow .tenantBlock{
        margin: 10px !important;
        padding: 20px 0 !important;
    }
    .independence-flow .tenantBlock:first-child{
      padding: 0 0 20px !important;
    }
    .preparation ul li{
        margin: 0 auto 20px !important;
    }
    .tenantBlock-flow-step-left,
    .tenantBlock-flow-step-right{
        text-align: center;
    }
    .tenantBlock-flow-step-list li {
        width: 16%;
        text-align: center;
    }
    .tenantBlock#flow3 .tenantBlock_inner:after,
    .tenantBlock#flow4 .tenantBlock_inner:after,
    .tenantBlock#flow5 .tenantBlock_inner:after,
    .tenantBlock#flow6 .tenantBlock_inner:after,
    .tenantBlock#flow11 .tenantBlock_inner:after,
    .tenantBlock#flow13 .tenantBlock_inner:after{
        right: 0%;
        width:125px;
        right: 125px;
    }
    .tenantBlock#flow7 .tenantBlock_inner:after{
        right: 0;
        width:125px;
        right: 125px;
    }
    .tenantBlock#flow9 .tenantBlock_inner:after{
      width:125px;
      right: 125px;
        top: -102px;
        right: -50px;
    }
    .tenantBlock#flow10 .tenantBlock_inner:after{
        top: -67px;
        right: 0;
        width:125px;
        right: 125px;
    }
    .tenantBlock#flow12 .tenantBlock_inner:after{
        bottom: -115px;
        right: 0;
        width: 125px;
      height: 125px;
    }
    .tenantBlock#flow14 .tenantBlock_inner:after{
      width: 125px;
      height: 125px;
      top: -40px;
      right: 0;
    }
  
}
@media (max-width: 481px) {
    .independence-flow .tenantBlock{
        margin: 10px !important;
        padding: 20px 0 !important;
    }
    .tenantBlock_inner p{
        font-size:1.4rem;
        line-height: 1.8;
    }
     .preparation ul li{
        margin: 0 5% 20px !important;
        padding: 10px 10px;
    }
    .independence-flow .tenantBlock_inner .block-Title {
      text-align: left;
      font-size: 22px;
      padding-right: 20%;
      margin: 10px auto 20px;
    }

    .tenantBlock-flow-step-list li {
        width: 16%;
        text-align: center;
    }

    .tenantBlock-flow-step-left,
    .tenantBlock-flow-step-right{
        width: 100%;
        text-align:left;
    }
    .tenantBlock-flow-step li{
        width: 100%;
    }
    .tenantBlock-flow-step .tenantBlock-flow-step-left li:after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        border-left: 15px solid cornflowerblue;
        width: 15px;
        height: 100%;
    }
    .step-flow8-table td, .step-flow8-table th{
        font-size:1.2rem;
        padding: 5px;
    }


    .tenantBlock#flow1 .tenantBlock_inner:after,
    .tenantBlock#flow2 .tenantBlock_inner:after,
    .tenantBlock#flow3 .tenantBlock_inner:after,
    .tenantBlock#flow4 .tenantBlock_inner:after,
    .tenantBlock#flow5 .tenantBlock_inner:after,
    .tenantBlock#flow6 .tenantBlock_inner:after,
    .tenantBlock#flow11 .tenantBlock_inner:after,
    .tenantBlock#flow13 .tenantBlock_inner:after,
    .tenantBlock#flow7 .tenantBlock_inner:after,
    .tenantBlock#flow8 .tenantBlock_inner:after,
    .tenantBlock#flow9 .tenantBlock_inner:after,
    .tenantBlock#flow10 .tenantBlock_inner:after,
    .tenantBlock#flow12 .tenantBlock_inner:after,
    .tenantBlock#flow14 .tenantBlock_inner:after{
        width: 70px;
        height: 70px;
        position: absolute;
        top: 0px;
        left: inherit;
        right: 0;
        margin: auto;
        bottom:inherit;
    }
    .concept-table{
        font-size: 1.2rem;
    }
}

/*tenantflow
**************************************************/
.Tabletnone{
    display: none;
}
.tenantflow .tenantBlock_inner .block-Title{
    font-size: 18px;
    font-weight: 500;
}

.tenantflow-Box{
    counter-reset: number 0;
    margin: 50px auto;
}
.tenantflow-Box dl{
    margin: auto auto 30px;
}
.tenantflow-Box dl dt{
    border: 1px solid #aaa;
    background:#eee;
    padding: 10px;
    font-size:1.8rem;
    font-weight: bold;
}
.tenantflow-Box dl dt:before{
    counter-increment: number 1;
    content: counter(number) " ";
    background: #73B0B3;
    color: #fff;
    border-radius: 50%;
    padding: 3px 5px 4px 10px;
    line-height: 30px;
    text-align: center;
    margin-right:15px;
}
.tenantflow-Box dl dd{
    padding: 10px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    font-size:1.6rem;
}
.tenantflow-Box dl dd .img{
    width: 10%;
    margin: 3%;
}
.tenantflow-Box dl dd .txt{
    width: 80%;
}
.tenantflow-Box dl dd .txt p{
    text-align: left;
}

@media (max-width: 481px) {
    .Tabletnone{
        display: block;
    }
    .tenantflow .tenantBlock_inner .block-Title{
        font-size: 14px;
    }
    .tenantflow-Box dl dd .img {
        width: 40%;
        margin: 2% auto;
    }
    .tenantflow-Box dl dd .txt {
        width: 100%;
    }
}



/*inuki*/

.inukisale .sec-disc{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 0 auto 30px;
    font-weight: 500;
}

.inukisale-List-top{
  margin-top: 65px;
}
.inukisale-List-top li{
    width: 48%;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 2px solid #73B0B3;
    padding: 20px 75px 20px 20px;
    margin: 1% auto;
    position: relative;
    border-radius: 5px;
}
.inukisale-List-top li:before{
    content:"";
}
.inukisale-List-top li:nth-child(1):before{
    background: url(/wp-content/uploads/sites/1001/2023/04/inuki-sale01.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.inukisale-List-top li:nth-child(2):before{
    background: url(/wp-content/uploads/sites/1001/2023/04/inuki-sale02.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.inukisale-List-top li:nth-child(3):before{
    background: url(/wp-content/uploads/sites/1001/2023/04/inuki-sale03.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.inukisale-List-top li:nth-child(4):before{
    background: url(/wp-content/uploads/sites/1001/2023/04/inuki-sale04.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.inukisale-List-top li p{
    margin: auto;
    display: inline-block;
    font-weight: bold;
}

@media (max-width: 769px) {

}

@media (max-width: 481px) {
  .inukisale .sec-disc{
    font-size:16px;
  }
    .inukisale-List-top li p{
       text-align: left;
    }
    .inukisale-List-top {
      margin-top: 30px;
  }
  .inukisale-List-top li{
    width: 100%;
  }
}

.inukisale-merit {
  margin: 80px auto 115px;
}
.inukisale-merit-List{
  margin: 30px auto 0;
}
.inukisale-merit-List li{
    width: 23%;
    margin: auto;
    padding: 75px 20px 20px 20px;
    position: relative;
}
.inukisale-merit-List li:before{
    content:"";
}
.inukisale-merit-List li:nth-child(1):before{
    background: url(/wp-content/uploads/sites/1001/2023/04/inuki-sale05.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.inukisale-merit-List li:nth-child(2):before{
    background: url(/wp-content/uploads/sites/1001/2023/04/inuki-sale06.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.inukisale-merit-List li:nth-child(3):before{
    background: url(/wp-content/uploads/sites/1001/2023/04/inuki-sale07.png) no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.inukisale-merit-List li p{
  margin: 15px auto 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.48;
}

@media (max-width: 769px) {
    .inukisale-merit-List li{
        width: 33%;
    }
}

@media (max-width: 481px) {
  .inukisale-merit {
    margin: auto auto 40px;
  }
    .inukisale-merit-List li {
      width: 46%;
      margin: 0 auto 30px;
      padding: 65px 0 0 0;
    }

    .inukisale-merit-List li:nth-child(1):before,
    .inukisale-merit-List li:nth-child(2):before,
    .inukisale-merit-List li:nth-child(3):before{
      width: 60px;
    height: 60px;
    }
    .inukisale-merit-List li p{
        text-align: center;
        font-size: 14px;
    }
}

.inukisale-List{
    justify-content: space-between;
}
.inukisale-List1,.inukisale-List2{
    width: 48%;
}
.inukisale-List1 img,.inukisale-List2 img{
    width: 300px;
    margin: auto;
    display: block;
}


.inukisale-List1{
    border: 1px solid #aaa;
}
.inukisale-List2{
    border: 1px solid #73B0B3; 
}

.inukisale-List1-Txt1,.inukisale-List2-Txt1{
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 10px 0;
}
.inukisale-List1-Txt1{background: #eee;}
.inukisale-List2-Txt1{background: #73B0B3;color: #fff}


.inukisale-List1-Txt2,.inukisale-List2-Txt2{
    text-align: center;
    font-weight: bold;
    margin: 10px auto !important;
}
.inukisale-List1-Txt2{
}
.inukisale-List2-Txt2{
    
}

.inukisale-List1-Txt3,.inukisale-List2-Txt3{
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: .1em;
}
.inukisale-List1-Txt4,.inukisale-List2-Txt4{
    font-size: 1.8rem !important;
    font-weight: bold;
    padding: 0 10px;
    margin: 30px auto 0 !important;
    width: 96%;
}
.inukisale-List1-Txt4{
    background: #eee;
}
.inukisale-List2-Txt4{
    background: #73B0B3;
    color: #fff;
}


.inukisale-List1-Price,.inukisale-List2-Price{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
}
.inukisale-List1-Price dt,.inukisale-List2-Price dt{
    width: 60%;
    border: 1px solid #eee;
    padding: 5px;
    font-size:16px;
}
.inukisale-List1-Price dd,.inukisale-List2-Price dd{
    width: 40%;
    border: 1px solid #eee;
    padding: 5px;
    text-align: right;
    font-size:16px;
}
.inukisale-List1-Price dd,.inukisale-List2-Price dd.greenTxt{
    font-weight: bold;
}

.inukisale-List1-Price dt.dt-price,.inukisale-List2-Price dt.dt-price{}
.inukisale-List1-Price dd.dd-price,.inukisale-List2-Price dd.dd-price{}


.inukisale-List1-Txt5,.inukisale-List2-Txt5{
    margin: 30px auto !important;
}
.inukisale-List1-Txt5,.inukisale-List2-Txt5 span{
    font-weight:bold
}


@media (max-width: 769px) {

}

@media (max-width: 481px) {
    .inukisale-List1, .inukisale-List2 {
        width: 100%;
        margin-bottom: 20px;
    }
    .inukisale-List1-Price dt, .inukisale-List2-Price dt {
        font-size: 14px;
    }
    .inukisale-List1-Txt3, .inukisale-List2-Txt3 {
        font-size: 3.0rem;
        letter-spacing: .05em;
    }
    .inukisale-List1-Txt4, .inukisale-List2-Txt4 {
        font-size: 1.4rem !important;
        width: 94%;
    }
}





.inukisale-flow-List{
    justify-content: space-between;
    align-items: center;
}

.inukisale-flow-List dt{
    width: 20%;
    text-align: center;
    font-size: 18px;
    margin: 10px auto 10px;
    position: relative;
    border-radius: 5px;
    padding: 5px 0 5px;
}
.inukisale-flow-List dt:after{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -11px;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    transform: rotate(180deg);
    border-radius: 0px;
}
.inukisale-flow-List dt.BgG{
    background:#73B0B3;
    color: #fff;
}
.inukisale-flow-List dt.BgG:after{
    border-bottom: 15px solid #73B0B3;
}
.inukisale-flow-List dt.BgB{
    background: #00AFE7;
    color: #fff;
}
.inukisale-flow-List dt.BgB:after{
    border-bottom: 15px solid #00AFE7;
}
.inukisale-flow-List dt.BgB.last:after{
    content: none;
}

.inukisale-flow-List dd{
    width: 78%;
    font-size: 16px;
    text-align: left;
}



@media (max-width: 769px) {

}

@media (max-width: 481px) {
    .inukisale-flow-List dt,.inukisale-flow-List dd{
        width: 100%;
    }
    .inukisale-flow-List dd{
        margin: 0 auto 20px;
    }
}


.inukisale-contact{}

.inukisale-contact-Block{
    max-width: 700px;
    margin: 0 auto;
    border: 2px solid #097;
    border-radius: 5px;
}
.inukisale-contact-txt1{
    margin: auto !important;
    background: #097;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
}
.inukisale-contact-txt2{}
.inukisale-contact-Btn{
    justify-content: space-between;
    align-items: center;
    margin: 30px auto;
}
.inukisale-contact-Btn li{
    position: relative;
    width: 45%;
    margin: auto;
}
.inukisale-contact-Btn li.tel{
    font-size: 12px;
    text-align: center;
}
.inukisale-contact-Btn li.tel a{
    position: relative;
}
.inukisale-contact-Btn li.tel a span{
    position: relative;
    font-size: 2.2rem;
    padding-left: 20px;
    font-weight: bold;
}
.inukisale-contact-Btn li.tel a span:before{
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/04/contact-btn1.png) no-repeat;
    background-size: auto;
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -27px;
    top: -3px;
}

.inukisale-contact-Btn li.line{
}

.inukisale-contact-Btn li.line a{
    display: block;
    width: 280px;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 0px 5px 0px #008000;
    position: relative;
    top: 0px;
    transition: .3s;
}
.inukisale-contact-Btn li.line a:hover{
    top: 5px;
    box-shadow: 0px 0px 0px #008000;
}

@media (max-width: 769px) {

}

@media (max-width: 481px) {
    .inukisale-contact-Btn{
        margin: 30px auto 0;
    }
    .inukisale-contact-Btn li {
        width: 100%;
        margin: 0 auto 30px;
    }
    .inukisale-contact-txt1{
        font-size:12px !important;
    }
    .inukisale-contact-Btn li.tel a span{
        font-size:30px;
    }
}



/*tenant-Search
******************************************/



/*tenant-詳細
******************************************/
.RentItem-tenant .detail_block .detail_icons{
    display: none !important;
}

.main_spec-inner2{
    width: 100%;
}
.detail_block .detail_btns{

}

.detail_block .detail_btns .link_btn,
.detail_block .detail_btns .airreserve-contact{
    width: 48%;
}
.detail_block .detail_btns .link_btn:nth-child(1){
    display: none;
}

/* 20230622追記 */
.set_condition_title.es-condition-form-title-wrap.change {
    margin: unset;
    max-width: unset;
}