@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  color: #282828;
}

header {
  padding: 16px 0 8px;
}
header img {
  display: block;
  height: 20px;
  margin: 0 auto;
}

h1 {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.03em;
}

.kv {
  display: block;
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .kv {
    width: 90%;
  }
}

.note {
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .note {
    font-size: 3.75vw;
  }
}

footer {
	margin-bottom: 5px;
    text-align: center;
}



input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], nput[type="date"], select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
}



/* MW WP FORM */
.mw_wp_form fieldset {
    width: 100%;
}

.mw_wp_form input[type="text"],
.mw_wp_form input[type="number"],
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form textarea{
    padding: 5px 10px;
    box-sizing: border-box;
    border: solid 1px #d1d2d2;
    background: #e5e5e5;
    display: inline-block;
    width: 69%;
    border-radius: 3px;
}

.mw_wp_form input[type="submit"] {
    background: #e94729;
    border: none;
	border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1em;
	font-size: 22px;
    font-weight: 500;
    line-height: 1em;
    margin: auto;
    max-width: 100%;
    padding: 1em 0;
	padding: 12px 0;
    width: 400px;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.mw_wp_form .form-set select,
.mw_wp_form .form-set textarea {
    display: inline-block;
    vertical-align: middle;
    width: 69%;
}

.column_form .mw_wp_form input[type="text"],
.column_form .mw_wp_form input[type="number"],
.column_form .mw_wp_form input[type="email"],
.column_form .mw_wp_form .form-set select,
.column_form .mw_wp_form .form-set textarea {
    width: 100%;
}



/* column form */
.column_form h2 {
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .03em;
	margin-bottom: 16px;
}

.column_form label.field-label {
	font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 1.5rem;
}


.column_form select,
.column_form .wpcf7-text,
.column_form textarea {
    background: #e5e5e5;
    border: solid 1px #d1d2d2;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 7px 10px;
}

.column_form .notice {
	color: #333;
	font-size: 12px;
	display: block;
	margin: 4px 0 0;
	line-height: 1.5;
}



.column_form {
	margin: 30px auto 80px;
	width: 480px;
}
@media screen and (max-width: 768px) {
    .column_form {
        width: 90%;
    }
}
.grecaptcha-badge {
	visibility: hidden;
}

.form-set p {
	margin: 0;
}
.form-set p.form_t_link {
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 0;
}
.form_t_link a {
    color: #0F71D2;
	text-decoration: none;
}

.form-set fieldset.required label.field-label:after {
    background: #ff7e00;
	background: #d1a154;
    border-radius: 4px;
    color: #fff;
    content: "必須";
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 1;
    padding: 4px 6px;
    position: relative;
    right: 0;
    top: 0;
}

.industry-name {
    display: none;
}

input, select, textarea {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.text-center {
    text-align: center;
}

.form-set br, .sp {
    display: none ;
}
@media screen and (max-width: 768px) {
    .form-set br.sp {
        display: block;
    }
}



.form-set fieldset {
    padding: 6px 0;
}

.form-set input::placeholder {
	color: #777;
	font-size: 16px;
}

.form-set {
    letter-spacing: .05em;
}

textarea {
    height: 90px;
}

/* 二重送信防止用コード */
input.submit-btn:disabled {
    background: #e5e5e1;
    color: #606060;
}