﻿#quote {
    margin: 6.9444444444vw auto auto;
}
.calc-btn {
    margin: 30px auto;
}
#map_canvas {
    height: 600px;
    margin-top: 30px;
}
#formCalc .wpcf7-not-valid-tip {
    display: block;
}
#formCalc .form-btn {
    width: 48vw;
}
@media screen and (min-width: 751px) {
    #formCalc .form-btn {
        width: 15vw;
    }
}
.calc-result {
    display: flex;
    flex-wrap: wrap;
}
#formCalc .form dl {
    padding: 1.5vw 0;
}
.calc-result dt {
    width: 25%;
    color: #036eb8;
    font-weight: bold;
}
.calc-result dd {
    width: 75%;
    margin-top: 0;
    font-weight: bold;
    line-height: 1.5em;
    text-align: right;
}
.calc-result input[type=text] {
    height: auto;
    background-color: #fff;
}
.map-explanation {
    margin-top: 10px;
}
#fee-text {
    color: #a80000;
    font-size: 5vw;
}
#alert-d {
    margin-top: 0;
}
.bhead h2 {
    line-height: 1.44em;
}
.bhead p {
    font-size: 3.7333333333vw;
    color: #1a1a1a;
    font-weight: 400;
    margin-top: 35px;
    line-height: 1.5;
    letter-spacing: .1em;;
}
@media screen and (min-width: 751px) {
    .bhead p {
        font-size: 1vw;
    }
    #fee-text {
        font-size: 1.7vw;
    }
}
