@charset "UTF-8";

/* リセット
---------------------------------------------------------- */

.form_table input[type="email"]{
box-sizing: border-box;
        display: inline-block;
        padding: 6px 12px;
        line-height: 1.42857143;
        font-size: 14px;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color 
ease-in-out 0.15s, box-shadow 
ease-in-out 0.15s;
        transition: border-color 
ease-in-out 0.15s, box-shadow 
ease-in-out 0.15s;
        outline: 0;
}
.color_red {
    color: #e70014 !important;
}
.lead_text a{
        color: #1685df;
        text-decoration: underline;
        font-weight: bold;
}
