@charset "utf-8";

/*-----------------------------------------------
	index.html
-----------------------------------------------*/
/* boxSatei */
.boxSatei{
    background: -webkit-linear-gradient(left, #ff6600 0%,#ffa800 100%);
    background: linear-gradient(to right, #ff6600 0%,#ffa800 100%);
    height: 400px;
    margin: 50px auto 70px;
    color: #FFF;
    padding: 80px 88px 0;
    position: relative;
}
.boxSatei::after{
    content: "";
    background: url("../img/sale/imgSatei01.png") no-repeat;
    width: 644px;
    height: 400px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.boxSatei .titBox{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;    
}
.boxSatei .titIn{
    font-size: 44px;
    letter-spacing: 4px;
    margin-left: 20px;
}
.boxSatei .txtIn{
    font-size: 22px;
    line-height: 2.2;
    letter-spacing: 2px;
    display: inline-block;
    padding-top: 30px;
    margin-top: 40px;
    border-top: #FFF solid 1px;
}
@media only screen and (max-width:767px){
    .boxSatei{
        height: auto;
        margin: 30px auto;
        padding: 30px 20px;
        width: 92%;
    }
    .boxSatei::after{
        background: url(../img/sale/imgSatei01_sp.png);
        width: 82px;
        height: 120px;
        background-size: cover;
        right: 20px;
        top: -45px;
    }
    .boxSatei .icon{
        width: 18px;
    }
    .boxSatei .titIn{
        font-size: 17px;
        letter-spacing: 1px;
        margin: 3px 0 0 10px;
    }
    .boxSatei .txtIn{
        font-size: 15px;
        line-height: 1.7;
        letter-spacing: 0.5px;
        padding-top: 15px;
        margin-top: 20px;
        border-top: #FFF solid 1px;
    }
}

/*boxGuide*/
.boxGuide .guideList{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: center;
}
.boxGuide .guideList .img{
    position: relative;
    height: 180px;
}
.boxGuide .guideList .img img{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.boxGuide .guideList .tit{
    padding: 40px 0 20px;
    font-size: 22px;
    letter-spacing: 0.5px;
}
.boxGuide .guideList .txt{
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.5px;
}
@media only screen and (max-width:767px){
    .boxGuide{
        width: 92%;
    }
    .boxGuide .guideList{
        display: block;
    }
    .boxGuide .guideList .boxItem{
        padding-bottom: 30px;
    }
    .boxGuide .guideList .img{
        width: 60%;
        height: auto;
        margin: 0 auto;
    }
    .boxGuide .guideList .img img{
        position: static;
    }
    .boxGuide .guideList .tit{
        padding: 20px 0 10px;
        font-size: 16px;
    }
    .boxGuide .guideList .txt{
        font-size: 12px;
        line-height: 1.7;
    }
}
#building input,
#land input{
	background: #fff;
}
/* 221223 */
.txtPrivacy02 a{
    text-decoration: underline;
}