@charset "utf-8";


/*  Foundation
*/

.section_title {
    margin: 2em 0 0;
    padding-left: 5%;
}



.estimate .section_body {
    padding: 1em;
}



/*  Modules estimate
*/

.estimate_input_from_area_size {
    width: 100%;
    padding: 1em;
}

.estimate_input_from_tsubos {
    width: 100%;
    padding: 1em;
}



.estimate_input_from_area_size .estimate_inner_box {
    width: 100%;
}

.estimate_inner_box {
    margin: 0;
    padding: 1em 0;
    font-size: 1.1em;
}



.estimate_input_d_box {
    width: 45%;
}


.estimate_input_w.w60p {
    width: 50%;
}

.estimate_input_d.w40p {
    width: 40%;
}



/*  Modules Calc Button
*/

.estimate_input_calculation_button {
    width: 80%;
}

.estimate_input_calculation_button_text {
    margin: 0;
}



/*  Modules Result
*/

.estimate_result_detail_box {
    padding: 1em;
    font-size: 1.2em;
}

.estimate_result_line_pre {
    width: 35%;
}

.estimate_result_line_data {
    width: 45%;
    font-size: 1.6em;
}



/*  Modules buttons
*/

.buttons {
    margin: 1em;
}

.buttons_one.estimate {
    margin-right: 0;
    margin-bottom: 1em;
}

.buttons_one.contact {
    margin-left: 0;
}


