#contact-tools a {
    padding: 2rem 1rem;
    background: #EEE;
    display: block;
    text-align: center;
    height: 100%;
    color: #333;
    border-radius: 1rem;
}

#contact-tools a:hover {
    opacity: .5;
}

#contact-tools #estimate a {
    background: #FF9900;
    color: #FFF;
}

#contact-tools a p {
    font-size: .75rem;
    margin: 0;
}

#estimate a p {
    margin: .25em 0;
}

#contact-tools a p span {
    display: block;
}

#contact-tools a p .serif {
    font-size: 1.25rem;
}

#contact-tools a p .contact-tools-bt {
    background: #FFF;
    color: #333;
    border-radius: 1rem;
    padding: 3px 1rem;
    display: inline-block;
}

#contact-tools a p.contact-tools-title {
    padding-bottom: 1.5rem;
    position: relative;
    font-size: 1rem;
    margin: 0;
}

.contact-tools-title:after {
    content: ' ';
    width: 1.5rem;
    height: 2px;
    background: #3366cc;
    margin: auto;
    position: absolute;
    bottom: .75rem;
    left: 0;
    right: 0;
}

#estimate .contact-tools-title:after {
    background: #FFF;
}

h2.contact-title {
    font-size: 1rem;
    padding: .5rem;
    border-top: 3px solid #3366cc;
}

/** フォーム **/

#form-inner {
    text-align: center;
}

.form-row {
    width: 100%;
    text-align: left;
    margin-bottom: 3rem;
}

.form-input {
    margin: .75rem 0;
}

.form-label {
    display: block;
    letter-spacing: .05rem;
    font-size: 0.9rem;
    position: relative;
    padding-left: 60px;
}

.form-label .hissu,
.form-label .ninni {
    background: #CCC;
    margin-right: .5rem;
    display: block;
    font-size: .7rem;
    letter-spacing: 2px;
    padding: 5px 8px 5px 10px;
    color: #555;
    line-height: 1;
    width: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1rem;
}

.form-label .hissu {
    background: #F00;
    color: #FFF;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="date"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea {
    font-size: 1.15rem;
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    background: #FFF;
    border: 1px solid #AAA;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    transition: all .5s ease;
    border-radius: 2rem;
}

.wpcf7-form-control-wrap textarea {
    border-radius: 2rem;
}

.wpcf7-form-control-wrap textarea {
    padding: 1.5rem;
}

.wpcf7-form-control-wrap input[type="text"]:focus,
.wpcf7-form-control-wrap input[type="date"]:focus,
.wpcf7-form-control-wrap input[type="email"]:focus,
.wpcf7-form-control-wrap input[type="tel"]:focus,
.wpcf7-form-control-wrap select:focus,
.wpcf7-form-control-wrap textarea:focus {
    outline: none;
}

input[type="submit"],
input[type="button"] {
    -webkit-appearance: none;
    display: inline-block;
    margin: .5rem;
    min-width: 230px;
    text-align: center;
    background: #333;
    color: #FFF;
    padding: .8rem 1rem;
    font-size: 1rem;
    border: none;
    transition: all 0.5s ease;
    vertical-align: middle;
    border-radius: 2rem;
}

input[type="button"] {
    background: #777;
    padding: .5rem;
}

input[type="submit"]:hover {
    background: #333;
}

.policy {
    font-size: .8rem;
    text-align: center;
}

.policy a {
    margin-right: .5rem;
}

.form-input h5 {
    margin: 0 0 0 1.5rem;
    font-size: .8rem;
    font-weight: normal;
    color: #777;
}

.wpcf7-form-control-wrap select {
    padding-right: 2.5rem;
    background: url(../img/arrows.svg) no-repeat center right;
    background-size: 15px 20px;
    background-position: center right 18px;
    width: auto;
}

div.wpcf7 .ajax-loader {
    display: none !important;
}

div.wpcf7-validation-errors,
form.sent #form-inner {
    display: none !important;
}

.message {
    display: none;
    padding: 5px 5%;
    background: #EEE;
    border-radius: .5rem;
    margin-top: 1rem;
}

form.sent .message {
    display: block;
}

.form-date {
    display: flex;
}

.form-date .wpcf7-form-control-wrap:first-child {
    margin-right: 1rem;
}

.wpcf7-not-valid-tip {
    font-size: .8rem;
}

.wpcf7-response-output {
    display: none;
}

.wpcf7-form-control-wrap {
    font-size: 1.15rem;
}

.wpcf7-form-control-wrap span {
    font-size: .75rem;
}

.wpcf7-form-control-wrap a.cd-upload-btn {
    background: #3366cc;
    color: #FFF;
    border-radius: 1rem;
    padding: .5rem 1.5rem;
    display: inline-block;
}

@media screen and (min-width:769px) {
    .form-day {
        display: flex;
        justify-content: space-between;
    }

    .form-day>div {
        width: 49%;
    }
}

/****/

#line-bnr {
    border: 3px solid #06c755;
    text-align: center;
    padding: 1rem;
    border-radius: 1rem;
}

#line-bnr a {
    display: block;
}

#line-bnr a:after {
    content: none;
}

@media screen and (min-width:513px) {
    .line-bnr-rows {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}