@charset "utf-8";



/*  Foundation
*/

.section_title {
    box-shadow: 3px 3px 3px #dcdcdc;
    background-color: #52a0e2;
    color: #fff;
    padding-left: 16.5%;
    margin: 3em 0 1em;
    font-size: 1.8em;
}



.section_body_box {
    margin: 2em 0;
    padding: 2em 0;
    background-color: #eee;
}

.section_body {
    padding: 2em;
    background-color: #fff;
    border: 1px #999 solid;
    border-radius: 10px;
}



/*  Modules estimate
*/

.estimate_top_title {
    position: relative;
    margin: 0 0 1em 0;
    text-align: center;
    border: 3px #caeeef solid;
    padding: 0.5em;
}

.estimate_top_title::after {
    content: "";
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;

    border-top: 3px #caeeef solid;
    border-right: 3px #caeeef solid;
    width: 20px;
    height: 20px;
    transform: rotate(135deg)
}

.estimate_top_message_box {
    margin: 1em 0;
    text-align: center;
    font-size: 1.1em;
}



.estimate_input_from_area_size {
    margin: 1%;
    width: 68%;
    border: 1px #666 solid;
    border-radius: 10px;
    padding: 1em 2em;
}

.estimate_input_from_tsubos {
    margin: 1%;
    width: 28%;
    border: 1px #666 solid;
    border-radius: 10px;
    padding: 1em 2em;
}



.estimate_input_from_area_image {
    float: right;
    margin-left: 1%;
}

.estimate_input_from_area_size_title,
.estimate_input_from_tsubos_title {
    font-size: 1.5em;
    font-weight: bold;
}



.estimate_inner_box {
    margin-top: 2.5em;
    font-size: 1.2em;
}


.estimate_input_w_box,
.estimate_input_d_box {
    width: 40%;
    line-height: 2em;
}

.estimate_input_w,
.estimate_input_d,
.estimate_input_t {
    margin: 0 0.2em;
    vertical-align: middle;
    border: 0;
    border-bottom: 1px #666 solid;
    text-align: center;
}

.estimate_x_box {
    margin: 0 0.75em 0 0.25em;
    font-size: 1.4em;
    color: #666;
}

.estimate_input_w_pre,
.estimate_input_w_post,
.estimate_input_d_pre,
.estimate_input_d_post,
.estimate_input_t_post {
    color: #666;
}



.estimate_input_calculation_box {
    width: 100%;
    margin: 1em 0;
}

.estimate_input_calculation_button {
    display: block;
    width: 46%;
    cursor: pointer;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#69ac4d+0,4b8242+100 */
    background: #69ac4d; /* Old browsers */
    background: -moz-linear-gradient(top,  #69ac4d 0%, #4b8242 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #69ac4d 0%,#4b8242 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #69ac4d 0%,#4b8242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69ac4d', endColorstr='#4b8242',GradientType=0 ); /* IE6-9 */
}

.estimate_input_calculation_button_inner {
    margin: 5px;
    padding: 5px;
    border: 3px #fff solid;
    width: calc(100% - 10px);
    text-align: center;
}

.estimate_input_calculation_button_text {
    color: #fff;
    font-size: 1.5em;
    margin-left: 0.5em;
}



.estimate_result_message {
    width: 100%;
    margin: 0 0 1em;
    text-align: center;
    font-size: 1.2em;
    color: #666;
}

.estimate_result_message .font-small {
    font-size: 0.9em;
    color: #666;
}



.estimate_result_detail_box {
    margin: 1%;
    width: 100%;
    border: 1px #666 solid;
    border-radius: 10px;
    padding: 1em 2em;
    font-size: 1.5em;
    font-weight: bold;
}

.estimate_result_line {
    width: 100%;
    margin-bottom: 1em;
}

.estimate_result_line:last-child {
    margin-bottom: 0;
}

.estimate_result_total_line {
    padding-bottom: 1em;
    border-bottom: 1px #666 solid;
}



.estimate_result_line_pre {
    width: 50%;
}


.estimate_result_line_data {
    width: 40%;
    text-align: right;
    font-size: 2em;
    font-weight: normal;
}



/*  Modules buttons
*/

.buttons {
    margin: 3em 0;
}

.buttons_one.estimate {
    margin-right: 5px;
}

.buttons_one.contact {
    margin-left: 5px;
}


