.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

#page, .wrap1024 {
	width: 100%;
	max-width: 1024px;
	clear: both;
	padding: 10px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
}

.referrer-form {
	display: none;
}

.c-form_title {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 1px;
	display: inline-block;
}

.error_msg {
	color: #E90000;
}

form input[type="checkbox"], form input[type="radio"] {
	margin: 5px;
}

form input[type=text], form input[type=password], form input[type=email], form input[type=checkbox], form input[type=radio], form textarea, form select {
	font-size: 1.25em;
}

form input[type="text"], form input[type="password"], form input[type="email"], form input[type="checkbox"], form input[type="radio"], form textarea, form select {
	background-color: #ffffff;
}

.address_attention {
	margin: 0px;
	color: red;
	font-size: 0.85rem !important;
	font-weight: bold;
}

.lsd {
	list-style-type: disc;
	margin-left: 20px;
}

ol, ul {
	list-style: none;
	padding: 0;
}

.add_bt {
	margin: 20px auto;
	text-align: center;
	clear: both;
}

button {
	font: inherit;
	padding: 0;
	background-color: transparent;
	border: none;
	color: inherit;
	cursor: pointer;
}

/* 汎用ボタン群 */
.basic_btn {
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	background: #e1e1e1;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #e1e1e1));
	background: -webkit-linear-gradient(top, #fafafa, #e1e1e1);
	background: -moz-linear-gradient(top, #fafafa, #e1e1e1);
	background: -o-linear-gradient(top, #fafafa, #e1e1e1);
	background: linear-gradient(top, #fafafa,#e1e1e1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e1e1e1', GradientType=0)";
	background: linear-gradient(to bottom, #fafafa,#e1e1e1);
	color: #333!important;
	text-shadow: 1px 1px 1px #fff;
	text-decoration: none;
	padding: 5px;
	cursor: pointer;
	cursor: hand;
}

.wpcf7-submit,
.basic_btn--cnv {
	font-size: 18px;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #febb5f;
	background: -webkit-gradient(linear, left top, left bottom, form(#febb5f), bottom(#fa9102));
	background: -webkit-linear-gradient(top, #febb5f 0%, #fa9102 100%);
	background: linear-gradient(to bottom, #febb5f 0%,#fa9102 100%);
	filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_color', endColorstr='$secondary_color',GradientType=0 )";
	border: 1px solid #fa9000;
	color: #fff !important;
	text-shadow: 1px 1px 1px #b26904;
	cursor: pointer;
}

.basic_btn__orange {
	background: #febb5f;
	background: -webkit-gradient(linear, left top, left bottom, form(#febb5f), bottom(#fa9102));
	background: -webkit-linear-gradient(top, #febb5f 0%, #fa9102 100%);
	background: linear-gradient(to bottom, #febb5f 0%,#fa9102 100%);
	filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='$primary_color', endColorstr='$secondary_color',GradientType=0 )";
	border: 1px solid #fa9000;
	color: #fff !important;
	text-shadow: 1px 1px 1px #b26904;
}

.basic_btn--large {
	font-size: 18px;
}

input.wpcf7-submit:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.c-lp_form_area .add_bt input.wpcf7-submit {
	font-size: 14px;
}

.c-inquiry_company {
	margin-top: 10px;
	margin-left: 20px;
	border: 1px dashed #cccccc;
	display: inline-block;
}

.c-inquiry_company__title {
	background-color: #cccccc;
	font-weight: bold;
	text-indent: 5px;
	margin-bottom: 0;
}

.c-inquiry_company__detail {
	padding: 0 5px;
}

.inquiry_basic_form input, .inquiry_basic_form textarea, .inquiry_basic_form select {
	font-size: 1.1em;
	padding: 4px 10px;
	color: #222222;
	border: 1px solid #D1D1D1;
	border-radius: 1px;
}

.ml3 {
	margin-left: 3px;
}

@media (min-width: 768px) {
  .c-form_title {
    font-size: 16px;
    padding-bottom: 3px;
  }
}

@media (min-width: 1024px) {
    .basic_btn--large {
        font-size: 34px;
    }
}