  @charset "UTF-8";

/* home_expenses */

.home_expenses .text {
    text-align: left;
    margin-top: 40px;
}

.home_expenses .text p {
    margin-top: 1em;
}

.home_expenses .image {
    max-width: 500px;
    margin: 40px auto 0;
    width: 100%;
}


/* stampAndBrokerage */
.stampAndBrokerage {
    margin-top: 60px;
}

.stampAndBrokerage .title {
    font-size: 30px;
}


.stampAndBrokerage .text {
    text-align: left;
}

.stampAndBrokerage .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-top: 60px;
    margin-bottom: 40px;
}


/* brokerage_fee */

.stamp_tax .caution {
    font-size: 14px;
    text-align: right;
    margin-top: 1em;
}


/* registration */

.registration .table th:nth-of-type(2) {
    width: 20%;
}

.registration .table th:nth-of-type(3) {
    width: 11%;
}

.registration .table td:first-of-type {
    width: 20%;
    text-align: left;
}

.registration .table td.white {
    background-color: #fff;
}

.registration .table .percent {
    width: 11%;
}

.registration .table .text_left {
    text-align: left;
}


.real_estate {
    margin-top: 60px;
}

.text_left .real_estate {
    margin-top: 60px;
}

.real_estate .title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-top: 60px;
    margin-bottom: 40px;
}

.tax_amount {
    margin-top: 60px;
}


/* residential_land */
.residential_land .list_wrap_ab {
    background-color: #EDF8F5;
    margin-top: 40px;
    border-radius: 5px;
}

/* separately */
.separately .table td {
    text-align: left;
}

.separately .table td:last-of-type {
    color: #444;
}

.separately .table td:first-of-type {
    background-color: #F5F5F5;
    width: 30%;
}


/* housing_loan */
.housing_loan {
    margin-top: 80px;
}


.housing_loan .text p {
    margin-top: 1em;
}

.housing_loan .image {
    max-width: 500px;
    margin: 40px auto 0;
    width: 100%;
}

/* administrative_fee */

.stamp_duty .caution {
    font-size: 14px;
    text-align: right;
    margin-top: 1em;
}




@media only screen and (max-width: 767px) {
    .moneyguide_contents .inner {
        padding: 20px;
        margin-top: 0;
    }

    .moneyguide_contents {
        margin: 30px auto 0;
    }


    .home_expenses .text {
        font-size: 14px;
        margin-top: .5em;
    }

    /* stampAndBrokerage */
    .stampAndBrokerage {
        margin-top: 40px;
    }


    .stampAndBrokerage .title {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 0;
    }


    /* registration */

    .real_estate .title {
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .residential_land .list_wrap_ab.top .list {
        padding-left: 5em;
        font-size: 14px;
    }

    .housing_loan {
        margin-top: 60px;
    }

}