@charset "utf-8";
.leadTxt {
    margin: 50px 2% 0;
    padding: 30px 2%;
    text-align: center;
    background: rgb(235 235 235);
    /* color: #fff; */
}
.spTel a {
    color: #fff;
}
.dl-pdf {
    display: block;
}

.contactAdd {
    display: flex;
    justify-content: space-around;
}

.dl-pdf .ec-cta {
    font-size: .2rem;
    padding: 1rem .2rem .8rem;
}
.ec-cta {
    font-size: .8rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 1rem .8rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .1em;
    color: #212529;
    border-radius: .5rem;
    display: block;
    color: #fff;
    border-radius: 100vh;
    background: #333;
    -webkit-box-shadow: 0 4px 0 #000;
    box-shadow: 0 4px 0 #000;
}

.ec-ctaWp {
    max-width: 390px;
    width: 48%;
    margin: 30px 0 0;
}

.ec-contact__cell {
    width: 100%;
}
.dl-pdf:hover .ec-cta {
    background: #a9362f;
    -webkit-box-shadow: 0 4px 0 #69231e;
    box-shadow: 0 4px 0 #69231e;
}
.ec-contact__cell .ec-borderedDefs {
    margin: 50px auto 50px;
}

.ec-borderedDefs dl {
    padding: 20px 1.5em 10px;
}

.ec-borderedDefs dl:nth-child(odd) {
    /* background: #EDF6E1; */
}

.ec-borderedDefs dl:nth-child(even) {
    /* background: #FBF7EB; */
}

.ec-borderedDefs dl:nth-child(odd) dt {
    color: #704534;
}

.ec-borderedDefs dl:nth-child(even) dt {
    color: #704534;
}

#page_contact_complete .ec-role {
    padding: 100px 0 30px;
}

/* // 小デバイス*/
@media (min-width: 414px) {
    .ec-cta {
        font-size: .9rem;
    }
    .dl-pdf .ec-cta {
        font-size: .8rem;
    }
}

/* // 小デバイス（横向きモバイル, 576px 以上） */
@media (min-width: 576px) {
    .ec-cta {
        font-size: 1rem;
        padding: 1.3rem 2rem 1rem;
    }
    .dl-pdf .ec-cta {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .ec-cta {
        font-size: 1.2rem;
    }
    .dl-pdf .ec-cta {
        font-size: 1.2rem;
    }
}