@charset "utf-8";

input[type="radio"],
input[type="checkbox"] { 
	margin: -3px 0 0 0;
}
input[type=checkbox] + label:before {
	font-family: FontAwesome;
    display: inline-block;
    content: "\f096";
    font-size: 20px;
    color: #0000FF;
}
input[type=checkbox] + label:before {
    letter-spacing: 10px;
}
input[type=checkbox]:checked + label:before {
    letter-spacing: 7px;
}
input[type=checkbox]:checked + label:before {
    content: "\f046";
    color: #FF0000;
    background: none;
}
input[type="text"] {
	padding: 10px;
	height: 35px;
	width: 100%;
	border-radius: 2px;
	border: 1px solid #E2E2E2;
}
select {
    width: 74%;
	padding: 2px 5px;
	height: 35px;
	border-radius: 2px;
    border: 1px solid #E2E2E2;
}
textarea {
	width: 100%;
}
.consent_txt {
    text-align: center;
}
.form_submit_btn {
    text-align: center;
}
.form_submit_btn input, 
.form_submit_btn a {
    background: url("../contact/images/arr1.png") center right 10px no-repeat;
    -webkit-background-size: 15px;
    background-size: 15px;
    padding: 10px 40px;
    padding-left: 10px;
    font-weight: bold;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #000;
    margin: 15px auto 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* ---IME ON--- */
.ime_on { ime-mode: active; }
/* ---IME KILL--- */
.ime_off { ime-mode: desabled; }
@media screen and (max-width: 320px) {
    .form_submit .btn_submit p input {
        margin: 5px auto;
    }
}