@charset "utf-8";

.kome {
    font-size: 12px;
    color: #A81A15;
    margin: 0 0 0 .5rem;
    font-weight:700;
    }
.input.short {
    max-width: 100%;
    width: auto;
    min-width:15em;
    }

.form-table {
        width:100%;
        border-collapse:collapse;
        border-spacing:0;
        text-align:left;
        letter-spacing:0;
        box-sizing: border-box;
        line-height: 150%;
        font-weight:400;

        }
        .form-table tr { }
        .form-table td {
        padding:1rem 0;
        }

        @media screen and (max-width: 767px) {
        .form-table.sp-table th { width:100% !important; display: block !important; }
        .form-table.sp-table td { width:100% !important; display: block !important; padding-top:5px; }
        }

        .form-table .input,
        .form-table .textarea { box-shadow:none; }
        .label:not(:last-child) { display: block; }

.form {
        width:100%;
        max-width:600px;
        position: relative;
        }

        .button, .input, .textarea, .select select, .file-cta, .file-name, .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis {
        border-radius: 8px;
        border:2px solid #CCC;
        }

        .form-table .label {
        font-weight:500;
        }





html>/**/body #submit_button {
	cursor: pointer;
	display: block;
	color:#353535;
    margin: 0 auto;
    width: 100%;
	height: 66px;
    line-height: 66px;
	border: none;
	border-radius:10px;
	background: #F7D026;
    padding: 0;
    transition: all 0.5s ease;
    font-family: "Lato", sans-serif;
    font-weight:700;
	}
    html>/**/body #submit_button:hover {
	background: #353535;
    color:#FFF;
	}
    @media screen and (max-width: 767px) {
    html>/**/body #submit_button { height: 60px; line-height: 60px; }
    }
    
    
    
    
html>/**/body #reset_button {
	cursor: pointer;
	display: block;
	color:#FFF;
    margin: 0 auto;
    width: 100%;
	max-width: 300px;
	height: 50px;
	border: none;
	border-radius: 8px;
	background-color:#929292;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	}
    html>/**/body #reset_button:hover {
	background-color:#B2B2B2;
	}
