@charset "UTF-8";

/*====================================
#テナント様募集アーカイブ
======================================*/
#TenantRec .Tenant__TenpoComment {
    margin: 0 1%;
    padding: 15px 20px;
    background-color: #f7f5f1;
    border-radius: 4px;
    text-align: justify;
}
@media screen and (max-width: 999px) {
    #TenantRec .Tenant__TenpoComment {
        margin: 0;
    }
}
#TenantRec .Tenant {
    display: flex;
    margin: 30px 0 0;
    flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
    #TenantRec .Tenant {
        display: block;
    }
}
#TenantRec .Tenant .Tenpo {
    width: 48%;
    margin: 0 1% 50px;
    border: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    font-size: .9em;
}
@media screen and (max-width: 999px) {
    #TenantRec .Tenant .Tenpo {
        width: 100%;
        margin: 0 0 34px;
    }
}

#TenantRec .Tenant .Tenpo dl {
    display: flex;
}
#TenantRec .Tenant .Tenpo dl dt {
    width: 40%;
    padding: 8px;
}
@media screen and (max-width: 999px) {
    #TenantRec .Tenant .Tenpo dl dt {
        width: 30%;
    }
}
#TenantRec .Tenant .Tenpo dl dt img {
    width: 100%;
    height: auto;
}
#TenantRec .Tenant .Tenpo dl dt div.Number {
    background-color: #1868df;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 2px 0;
}
#TenantRec .Tenant .Tenpo dl dd {
    margin: 0;
    padding: .6em 1em;
    width: 68%;
    line-height: 1.7;
}
@media screen and (max-width: 999px) {
    #TenantRec .Tenant .Tenpo dl dd {
        width: 70%;
        padding: .6em 8px;
    }
}
#TenantRec .Tenant .Tenpo dl dd .Name {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 6px;
}
#TenantRec .Tenant .Tenpo dl dd .Station {
    font-size: .94em;
}
#TenantRec .Tenant a.LinkDetail {
    text-align: center;
    padding: 6px;
    font-weight: bold;
    color: #fff;
    background-color: #009144;
    display: block;
    width: 100%;
    text-decoration: none;
    transition: 0.3s;
    margin-top: auto;
}

#TenantRec #TenantCorpIcon {
    width: 1.5em;
    vertical-align: bottom;
}
#TenantRec #TenantCorpIcon .cls-1_Icon {
    fill: #009144;
}


/*====================================
#テナント様募集シングル
======================================*/
#TenantPlace .Tenant__TenpoComment {
    margin: 0 1%;
    padding: 15px 20px;
    background-color: #f7f5f1;
    border-radius: 4px;
}
#TenantPlace #TenantCorpIcon {
    width: 1.5em;
    vertical-align: bottom;
}
#TenantPlace #TenantCorpIcon .cls-1_Icon {
    fill: #009144;
}
#TenantPlace #TenantDetail {
    display: flex;
    margin: 30px 1% 60px;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 900px) {
    #TenantPlace #TenantDetail {
      display: block;
    }
}
#TenantPlace #TenantDetail .TenantPh {
    width: 30%;
}
#TenantPlace #TenantDetail .TenantPh img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 950px) {
    #TenantPlace #TenantDetail .TenantPh {
        width: 100%;
    }
    #TenantPlace #TenantDetail .TenantPh div {
      display: flex;
      margin-bottom: 20px;
    }
    #TenantPlace #TenantDetail .TenantPh div img {
      width: 50%;
    }
}
@media screen and (max-width: 640px) {
    #TenantPlace #TenantDetail .TenantPh div {
      display: block;
    }
    #TenantPlace #TenantDetail .TenantPh div img {
      width: 100%;
    }
}
#TenantPlace #TenantDetail .Contact {
  width: 65%;
    border: 45px solid #f8f8f8;
    /* padding: 63px 59px; */
    display: flex;
    flex-direction: column;
    padding: 10px 4vw;
    justify-content: center;
}
@media screen and (max-width: 950px) {
  #TenantPlace #TenantDetail .Contact {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #TenantPlace #TenantDetail .Contact {
    border: 10px solid #f8f8f8;
    padding: 10px;
  }
}
#TenantPlace #TenantDetail .Contact ul {
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 0;
    padding: 0;
    display: block;
}
#TenantPlace #TenantDetail .Contact ul li {
    border-top: 1px solid #ddd;
    list-style: inside;
    padding: 8px 2px;
    border-radius: 0;
    background-color: transparent;
    line-height: 1.6;
}
#TenantPlace #TenantDetail .Contact ul li:last-of-type {
    border-bottom: 1px solid #ddd;
}
#TenantPlace #TenantDetail .Contact ul li.kome {
    list-style: none;
    padding-left: 1.5em;
}
#TenantPlace #TenantDetail .Contact ul li.kome::before {
    content: "※";
    margin-right: 0.35em;
    margin-left: -1.5em;
}
#TenantPlace #TenantDetail .Contact .tel .atesaki {
    font-size: .7em;
    display: inline-block;
}
#TenantPlace #TenantDetail .Contact .tel {
    /*padding: 0 1em;*/
    text-align: center;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
}
#TenantPlace #TenantDetail .Contact .tel a {
    font-size: 1.1em;
    color: #fff;
    text-decoration: none;
    line-height: 1.5;
    width: 100%;
    padding: 4px 14px;
    margin-top: 0;
    text-align: center;
    display: inline-block;
    background-color: #009144;
    border-radius: 100px;
    transition: 0.5s;
}
#TenantPlace #TenantDetail .Contact .mail {
    /*padding: 0 1em;*/
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
}
#TenantPlace #TenantDetail .Contact .mail a {
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    line-height: 1.5;
    width: 100%;
    padding: 4px 14px;
    margin-top: 0;
    text-align: center;
    display: inline-block;
    background-color: #CC3122;
    border-radius: 100px;
    transition: 0.5s;
}

#TenantPlace #TenantInfo {
    margin: 30px 0 60px;
}
#TenantPlace #TenantInfo dl {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
    #TenantPlace #TenantInfo dl {
        display: block;
    }
}
#TenantPlace #TenantInfo dl dt {
    width: 20%;
    background: #eef0f2;
    padding: 8px 14px;
    border-right: #fff 1px solid;
    border-bottom: #fff 1px solid;
    font-weight: 700;
}
#TenantPlace #TenantInfo dl dd {
    width: 80%;
    background: #f8f8f8;
    padding: 8px 14px;
    margin: 0;
    border-bottom: #fff 1px solid;
}
@media screen and (max-width: 640px) {
    #TenantPlace #TenantInfo dl dt, #TenantPlace #TenantInfo dl dd {
        width: 100%;
    }
}
#TenantPlace #TenantInfo dl dd iframe {
    width: 100%;
    height: 300px;
}
#TenantPlace #Contact h3 {
    display: flex;
    align-items: center;
}
#TenantPlace #Contact h3 .material-icons {
    font-size: 2em;
}