@charset "UTF-8";

#contact-contents h2 {
	font-weight: normal;
	font-size: 32px;
	width: 520px;
	background-color: #fff;
	color: #402000;
	line-height: 1.6;
	letter-spacing: 0.15em;
	text-align: center;
	margin: 100px auto;
	margin-bottom: 60px !important;
	position: relative;
}

#contact-contents h2::before {
	content: "";
	width: 840px;
	height: 3px;
	background-color: #81705b;
	position: absolute;
	left: 50%;
	top: 25px;
	z-index: -1;
	transform: translateX(-50%);
}

#contact-contents h2 span {
	display: block;
	font-size: 14px;
	color: #81705b;
	letter-spacing: 0.15em;
}

#contact-contents table {
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
	margin-bottom: 40px;
}

#contact-contents th {
	width: 30%;
	color: #402000;
	padding: 20px 0 20px 15px;
	vertical-align: middle;
	border-top: 1px solid #f2ecde;
	border-bottom: 1px solid #f2ecde;
	font-weight: bold;
}
#contact-contents th.builder {
	vertical-align: top;
}

#contact-contents th span {
	font-size: 10px;
	color: #fff;
	padding: 1px 10px;
	line-height: 1;
	background-color: #f6871b;
	margin-left: 10px;
  vertical-align: 2px;
border-radius: 3px;
}

#contact-contents th span.select {
	background-color: #36c2cf;
	-webkit-font-smoothing: antialiased;
}

#contact-contents td {
	width: 70%;
	padding: 20px 15px;
	vertical-align: middle;
	border-top: 1px solid #f2ecde;
	border-bottom: 1px solid #f2ecde;
}

#contact-contents .mw_wp_form .vertical-item {
  display: inline-block;
}

#contact-contents input[type="text"],
#contact-contents input[type="email"],
#contact-contents input[type="tel"],
#contact-contents textarea {
	font-size: 16px;
	padding: 8px;
	width: 100%;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
}

#contact-contents textarea {
	height: 180px;
}

#contact-contents .mwform-radio-field-text {
	padding-right: 25px;
}
#contact-contents input[type="radio"] {
	width: 16px;
	margin-right: 2px;
	/* vertical-align: 2px; */
}

#contact-contents input.your-tel,
#contact-contents input.your-fax {
	width: 90px;
}

#contact-contents .txt {
	font-weight: bold;
	margin-bottom: 10px
}

#contact-contents .indent {
	display: inline-block;
	text-indent: -0.5em;
	color: #d92231;
}

#contact-contents .privacy-txt {
	margin: 80px 0 20px;
	text-align: center;
}

#contact-contents .submit-btn {
	display: block;
	width: 400px;
	background-color: #81705b;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
	line-height: 1;
	box-shadow: 2px 2px 0.5px #e6e6e6;
}

#contact-contents .submit-btn2 input[type="submit"]  {
	display: block;
	width: 400px;
	background-color: #81705b;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
	line-height: 1;
	box-shadow: 2px 2px 0.5px #e6e6e6;
}

#contact-contents #submitBtn {
	display: block;
	width: 400px;
	background-color: #81705b;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
	line-height: 1;
	box-shadow: 2px 2px 0.5px #e6e6e6;
}


#contact-contents input[type="submit"]  {
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.15em;
	width: 400px;
  padding: 20px 0;
}

#contact-contents .error {
	display: block;
	color: #e60012;
}

#contact-contents .txt .indent{
	position: relative;
    padding-left: 25px;
}

#contact-contents .txt .indent::before {
    content: '>>';
    padding: 0 25px 0 0;
    background-size: contain;
    position: absolute;
    left: 5px;
}

#contact-contents .builderlist {
margin: 10px 0 0 0;
}
#contact-contents .builderlist .listTtl {
background: #00a040;
color: #fff;
font-weight: bold;
line-height: 2.0;
padding: 2px 10px;
margin: 0 0 5px;
}
#contact-contents .builderlist .wpcf7-list-item {
display: block;
}
#contact-contents .caution {
color:#d92231;
margin: 15px 0 0 0;
}





@media screen and (max-width: 640px) {

#contact-contents {
	width: 90%;
	margin: 0 auto;
	font-size: 13px;
}

#contact-contents h2 {
	font-size: 20px;
	width: 300px;
	margin: 0 auto 20px !important;
}

#contact-contents h2::before {
	width: 0;
}

#contact-contents table {
	font-size: 13px;
	margin-bottom: 20px;
}

#contact-contents th {
	display: block;
	width: 100%;
	padding: 15px 0 0;
	vertical-align: middle;
	border: none;
}


#contact-contents th span {
	font-size: 9px;
	padding: 0 10px;
	line-height: 1;
	background-color: #f6871b;
	margin-left: 5px;
  vertical-align: 0;
border-radius: 3px;
}

#contact-contents td {
	display: block;
	width: 100%;
	padding: 5px 0 15px;
	vertical-align: middle;
	border-top: none;
	border-bottom: 1px solid #f2ecde;
}

#contact-contents input[type="radio"] {
	width: 14px;
	margin-right: 0;
/* 	vertical-align: -2px; */
}

#contact-contents .mwform-radio-field-text {
	padding-right: 10px;
}

#contact-contents .txt {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#contact-contents p {
	font-size: 12px;
}

#contact-contents .privacy-txt {
	margin: 40px 0 10px;
}

#contact-contents .submit-btn {
	display: block;
	width: 90%;
	margin: 0 auto;
}

#contact-contents input[type="submit"] {
	font-size: 14px;
	width: 100%;
}
}


/*資料請求フォーム*/
.catalog .top-text {
	text-align: center;
	margin-bottom: 3rem;
}

.catalog .top-text h3 {
	border: none;
	margin-bottom: 0;
	padding: 2rem 4rem 4rem;
	position: relative;
}

.catalog .top-text h3::before,
.catalog .top-text h3::after {
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	width: 3rem;
	height: 4rem;
	top: 2rem;
}

.catalog .top-text h3::before {
	background-image: url(../img/clg-left.png);
	left: 7rem;
}

.catalog .top-text h3::after {
	background-image: url(../img/clg-right.png);
	right: 7rem;
}

.catalog .top-text p {
	font-size: .9125rem;
	padding: 0 2rem;
}

#contact-contents.catalog input[type="text"].short {
	width: 50%;
}

.mw_wp_form_confirm .catalog .top-text,
.mw_wp_form_confirm .catalog .kome {
	display: none;
}

@media screen and (max-width: 640px) {
	.catalog .top-text h3 {
		padding: 2rem 4rem;
	}

	.catalog .top-text h3::before,
	.catalog .top-text h3::after {
		top: 3rem;
		height: 3rem;
	}
	.catalog .top-text h3::before {
		left: 0;
	}

	.catalog .top-text h3::after {
		right: 0;
	}

	.catalog .mwform-checkbox-field label {
		position: relative;

	}

	.catalog .mwform-checkbox-field label input {
		position: absolute;
		top: .25rem;
		left: 0;
	}

	.catalog .mwform-checkbox-field label span {
		padding-left: 1.5rem;
		display: block;
	}


}
