@charset "UTF-8";
/*------------------------
お問い合わせ
------------------------*/
.page-ttl {
	padding: 35px 0 0;
}
.main-contents .inner {
	width: 1100px;
	margin: auto;
}
.main-contents .inner .lead {
	font-size: 1.2rem;
	line-height: 1.92;
	margin-bottom: 25px;
}
.main-contents .inner table {
	border-top: 1px solid var(--accentcolor);
	margin-bottom: 35px;
	line-height: 1;
}
.main-contents .inner table tr th {
	width: 245px;
	padding: 10px 46px;
	background: #EAE9ED;
	border-bottom: 1px solid var(--accentcolor);
	font-weight: 500;
}
.main-contents .inner table tr td {
	padding: 10px 49px;
	border-bottom: 1px solid var(--accentcolor);
}
.main-contents .inner table tr td input:not([type="checkbox"],[type="radio"]) {
	width: 544px;
}
.main-contents .inner table tr td .head {
	display: inline-block;
	margin-right: 10px;
}
.main-contents .inner table tr td .hyphen {
	display: inline-block;
	margin-inline: 6px;
}
.main-contents .inner table tr.name td input {
	/* width: 300px; */
	width: 225px;
	margin-right: 30px;
}
.main-contents .inner table tr:nth-child(1) td .head{
	margin-right: 22px;
}
.main-contents .inner table tr:nth-child(6) td input,
.main-contents .inner table tr:nth-child(7) td input {
	width: 544px;
}
.main-contents .inner table tr:nth-child(8) td input {
	width: 652px;
}
.main-contents .inner table tr.tel td input {
	/* width: 100px; */
	width: 180px;
}
.main-contents .inner table tr.zip td input {
	/* width: 70px; */
	width: 165px;
}
#zip-btn {
	padding: 5px;
	background: var(--accentcolor);
	font-size: 1.2rem;
	color: #fff;
	line-height: 1;
	border-radius: 4px;
	margin-left: 20px;
	width: 70px;
}
.main-contents .inner table tr.poricy td {
	padding: 16px 49px;
}
.main-contents .inner table tr.poricy td .head {
	display: block;
	line-height: 1;
	margin-bottom: 15px;
}
/*テキストそろえる*/
.owner .head,
.zip .head,
.pref .head,
.city .head,
.street .head,
.building .head{
	width: 7em;

}
.main-contents .inner .wpcf7-radio .wpcf7-list-item {
	display: block;
	cursor: pointer;
	margin: 0 0 10px;
}
.main-contents .inner table tr td .placeholder {
	color: var(--accentcolor);
	line-height: 1.78;
	letter-spacing: .1em;
	margin-bottom: 10px;
}
.main-contents .inner table tr.poricy td .link {
	display: inline-block;
	margin-right: 40px;
}
.main-contents .inner table tr.poricy td .link::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: var(--accentcolor);
}
.main-contents .inner table tr.poricy td .link a {
	display: block;
	padding: 0 15px 8px 8px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .1em;
}
.main-contents .inner table tr.poricy td .link a:hover {
	opacity: .7;
}
.main-contents .inner table tr.poricy td label {
	font-weight: 500;
}
.main-contents .inner .wpcf7-not-valid-tip {
	padding: 5px 0 10px;
	line-height: 1;
}
.main-contents .inner .wpcf7 form.invalid .wpcf7-response-output ,
.main-contents .inner .wpcf7 form.unaccepted .wpcf7-response-output ,
.main-contents .inner .wpcf7 form.payment-required .wpcf7-response-output {
	border: 2px solid var(--busicolor);
}
/*------------------------
thanks
------------------------*/
.main-contents .thanks {
	width: 1100px;
	padding-top: 25px;
	margin: auto;
	border-top: 1px solid var(--accentcolor);
}
.main-contents .thanks h2 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.main-contents .thanks p {
	margin-bottom: 50px;
}