@charset "utf-8";

.houseStyle .rowName > span:first-child:before{
    content:url(../../../../contact/img/otoiawase_leaf.png);
}
.txt{
    border-bottom: 0.22rem solid #000;
    border-bottom-style: dotted;
    padding-bottom:1rem;
    margin-bottom: 3rem;
    line-height: 1.5;
    font-size: .95rem;
}
.txt + p{
    margin-bottom:1rem;
}

.name input,
.nameHuri input,
.maill input,
.maillConf input,
.TEL input,
.name input,
.name input,
.name input{
    width:210px;
}

.postCode input{
    width:100px;
}

.contactMethod input{
    margin-top:0;
}

.submit {
    padding:0.5rem 3rem
}

.bird{
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
}
.bird1{
    top:-10px;
    left:430px;
}
.bird2{
    top:50px;
    left:585px;
}


.thanksBox > h3{
    margin-top:5rem;
    margin-bottom:1rem;
}
.thanksText{
    margin-bottom:5rem;
}




@media screen and (max-width:480px){
    .bird{
        width:11%;
    }
    .bird1{
        top: -6%;
        left: 62%;
    }
    .bird2{
        top: 10%;
        left: 76%;
    }
}



