@charset "utf-8";

.kakunin_dd{
    padding: 12px 0 0 0;
}
.contact_submit {
    margin: 100px auto;
    text-align: center;
}

.contact_submit1 input[type="button"] {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    height: 50px;
    border: 2px solid #888;
    display: inline-block;
    padding: 0 45px 0 40px;
    border-radius: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 140%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background: #999;
    color: #fff;
}

.contact_submit2 input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    height: 60px;
    border: 2px solid #142a49;
    display: inline-block;
    padding: 0 45px 0 40px;
    border-radius: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 140%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background: #142a49;
    color: #fff;
    margin-bottom: 50px;
}

.contact_submit input[type="submit"]:hover {
		color: #142a49;
background: #fff;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	}
	
.contact_submit input[type="button"]:hover {
		color: #142a49;
background: #fff;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	}

.br-sp{
    display: none;
}
@media screen and (min-width:0px) and (max-width: 800px) {
.br-sp{
    display: block;
}




}