@charset "UTF-8";
.estimateForm form {
    margin-top: 20px;
}

.estimateForm dt,
.estimateForm dd {
    border: solid #ddd 1px;
    padding: 10px 14px;
}

.estimateForm dt .ex {
    margin-left: .5em;
    color: #f60;
    font-weight: bold;
}

.estimateForm dd input {
    padding: 4px 7px;
}

.estimateForm input,
.estimateForm textarea,
.estimateForm select {
    border: solid 1px #DDDDDD;
}

.estimateForm dd .after.err {
    border-color: #f60;
    background: #fff !important;
}

.estimateForm dd .after.err input {
    border-color: #f60;
    background: #fff !important;
}

.estimateForm dd label {
    margin-right: 1em;
}

.estimateForm dd label input {
    margin-right: .3em;
}

.estimateForm dd .ex {
    margin-top: .5em;
    margin-left: .5em;
    color: #f60;
    font-weight: bold;
    font-size: 11px;
    display: block;
}

.estimateForm dd .radioLabel {
    display: inline-block;
    white-space: nowrap;
}

.estimateForm dd .radioLabel:first-child {
    margin-right: 2em;
}

p.submit {
    margin: 0 auto;
    padding-top: 2em;
    text-align: center;
}

.estimateForm fieldset {
    border: 0;
}

.estimateForm h1 {
    padding: 0 0 0 10px;
    border-left: #778899 5px solid;
    font-size: 25px;
    font-weight: bold;
    color: #778899;
    text-align: left;
    height: 30px;
    margin-bottom: 15px;
}

.estimateForm .btn-output {
    font-size: 13px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: 1px solid #d83526;
    padding: 5px 18px;
    text-decoration: none;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(18%, #fe1a00), color-stop(87%, #ce0100));
    background: -moz-linear-gradient( center top, #fe1a00 18%, #ce0100 87%);
    background: -ms-linear-gradient( top, #fe1a00 18%, #ce0100 87%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    background-color: #fe1a00;
    color: #ffffff;
    display: inline-block;
    line-height: normal;
    text-shadow: 1px 1px 0px #b23e35;
    -webkit-box-shadow: 1px 1px 0px 0px #f29c93;
    -moz-box-shadow: 1px 1px 0px 0px #f29c93;
    box-shadow: 1px 1px 0px 0px #f29c93;
}

.estimateForm .btn-output:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(18%, #ce0100), color-stop(87%, #fe1a00));
    background: -moz-linear-gradient( center top, #ce0100 18%, #fe1a00 87%);
    background: -ms-linear-gradient( top, #ce0100 18%, #fe1a00 87%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
    background-color: #ce0100;
}

.estimateForm .btn-output:active {
    position: relative;
    top: 1px;
}

.estimateForm .btn-back {
    font-size: 13px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: 1px solid #dcdcdc;
    padding: 5px 18px;
    text-decoration: none;
    background: -moz-linear-gradient( center top, #ededed 18%, #cccccc 87%);
    background: -ms-linear-gradient( top, #ededed 18%, #cccccc 87%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#cccccc');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(18%, #ededed), color-stop(87%, #cccccc));
    background-color: #ededed;
    color: #333333;
    display: inline-block;
    text-shadow: 1px 1px 0px #eeeeee;
    -webkit-box-shadow: inset 0px 0px 0px 0px #f7f7f7;
    -moz-box-shadow: inset 0px 0px 0px 0px #f7f7f7;
    box-shadow: inset 0px 0px 0px 0px #f7f7f7;
}

.estimateForm .btn-back:hover {
    background: -moz-linear-gradient( center top, #cccccc 18%, #ededed 87%);
    background: -ms-linear-gradient( top, #cccccc 18%, #ededed 87%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ededed');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(18%, #cccccc), color-stop(87%, #ededed));
    background-color: #cccccc;
}

.estimateForm .btn-back:active {
    position: relative;
    top: 1px;
}

.estimateForm label.error {
    color: red;
    font-size: 11px;
}

.estimateForm dt {
    background-color: #EAF6FD;
    border: solid 1px #DDDDDD;
    font-weight: bold;
}

.estimateForm dd {
    border: solid 1px #DDDDDD;
    background-color: #EFEFEF;
    margin-top: -1px;
    margin-bottom: -1px;
}

.estimateForm .submit_button2 button {
    background-color: #E71B2B;
    border: 0;
    padding: 5px 20px;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    width: 100%;
    line-height: 200%;
}

.estimateForm .submit_button2 {
    background-color: #72A631;
    border-top: 1px solid #ccc;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #ccc;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    width: 100%;
    line-height: 250%;
    text-align: center;
}

.estimateForm .submit_button2 a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.estimateForm dd .err {
    background: #CC0A0C;
}

.estimateForm dd .err input {
    background: #CC0A0C;
}

@media (min-width: 641px) {
    .estimateForm fieldset {
        display: table;
        border-collapse: collapse;
        width: 100%;
        max-width: 600px;
    }
    .estimateForm dl {
        display: table-row;
        white-space: nowrap;
    }
    .estimateForm dt {
        display: table-cell;
        background-color: #F1F1F1;
    }
    .estimateForm dd {
        display: table-cell;
        background-color: #FFFFFF;
        border: solid 1px #DDDDDD;
        width: 100%;
    }
    .estimateForm dd .err {
        background: #CC0A0C;
    }
    .estimateForm dd .err input {
        background: #CC0A0C;
    }
    .estimateForm dd .ex {
        display: inline;
        margin-top: 0;
    }
    .estimateForm .submit_button {
        width: 100%;
        max-width: 600px;
        text-align: center;
        white-space: nowrap;
    }
    .estimateForm .submit_button2 {
        display: inline-block;
        vertical-align: middle;
        background-color: transparent;
        border: 0;
        font-size: 0;
        width: auto;
        margin: 0 6px;
    }
    .estimateForm .submit_button2 button {
        background-image: url(/mitsumori/form/estimate.svg);
        background-size: cover;
        background-color: transparent;
        border: 0;
        width: 353px;
        height: 65px;
    }
    .estimateForm .submit_button2 a {
        content: url(/mitsumori/form/tel.svg);
    }
}
