@charset "utf-8";

input[type="radio"],
input[type="checkbox"] { 
	margin: -2px 5px 0 0;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="date"] {
	padding: 5px 10px;
	height: 40px;
	width: 100%;
	border: 1px solid #fff;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
}
input::placeholder {
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
    color: #999999;
}
select {
    width: 50%;
	padding: 5px 10px;
	height: 40px;
	border-radius: 2px;
	border: 1px solid #fff;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
}
textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #fff;
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
}
/* ---IME ON--- */
.ime_on { ime-mode: active; }
/* ---IME KILL--- */
.ime_off { ime-mode: desabled; }
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}
input[type="submit"][disabled] {
    background-color: #ddd !important;
    border: 1px solid #909090 !important;
    color: rgba(84, 84, 84, 0.7) !important;
    transition: none !important;
    cursor: default;
}
.list_btn_submit {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.list_btn_submit .btn_submit {
    position: relative;
    width: 40%;
    margin: 40px 5% 0;
}
.list_btn_submit .btn_submit .style_btn02 {
    cursor: pointer;
    color: #4c4948;
    letter-spacing: 2px;
}
.btn_submit input {
    position: relative;
    background: #fff;
    border: 1px solid #909090;
    color: #4c4948;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px;
    min-width: 335px;
    box-sizing: border-box;
    z-index: 3;
}
.error-text {
    color: #ff0000 !important;
}
@media only screen and (max-width: 767px) {
    .list_btn_submit {
        margin-top: 20px;
    }
    .list_btn_submit .btn_submit {
        width: 100%;
        margin: 5% 5% 0;
    }
    .list_btn_submit .btn_submit .style_btn02 {
        /* padding: 15px 40px 15px 5px; */
        padding: 15px 40px;
    }
    .list_btn_submit .btn_submit .cm-arrow {
        width: 24px;
        height: 24px;
        right: 8px;
    }
    .list_btn_submit .btn_submit .cm-arrow.arrow_back {
        left: 8px;
    }
    .list_btn_submit .btn_submit .cm-arrow:after {
        width: 24px;
        height: 24px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    select {
        width: 100%;
    }
}

.wpcf7-list-item {
  margin: 0 1.5em 0 0 !important;
}
