@charset "utf-8";

input[type="radio"],
input[type="checkbox"] { 
	margin: -2px 15px 0 0;
}
input[type="text"] {
	padding: 10px;
	height: 50px;
	width: 100%;
	border: 1px solid #9e9e9e;
	font-family: "Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif;
}
select {
    width: 40%;
	padding: 10px;
	height: 50px;
	border: 1px solid #9e9e9e;
}
textarea {
	width: 100%;
	padding: 7px;
	border: 1px solid #9e9e9e;
	font-family: "Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif;
}

.form_submit { text-align:center; margin-top: 55px;}
.form_submit .btn_inp {
	position: relative;
	background: #d4172d;
    padding: 20px 40px;
    width: 380px;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    border: none;
    text-align: center;
}
.btn_inp.input {
	background: #d4172d url('../contact/images/arrow.png') center right 25px no-repeat;
}
/* ---IME ON--- */
.ime_on { ime-mode: active; }
/* ---IME KILL--- */
.ime_off { ime-mode: desabled; }