.contact {
	padding: 8rem 0 15rem;
}
.contact h2 {
	text-align: center;
	padding: 0 0 3rem;
	font-size: 3rem;
}
.contact h4 {
	font-size: 1.5rem;
	text-align: center;
	padding: 0 0 3rem;
}
.contact table {
	width: 100%;
}
.contact th {
	display: block;
	width: 100%;
	text-align: left;
	font-weight: 400;
	font-size: 1.7rem;
	margin: 0 0 1rem;
}
.contact td {
	display: block;
	width: 100%;
	margin: 0 0 2rem;
}
.contact td ul.car-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact td ul.car-item li {
	width: calc((100% - 1rem) / 2);
	margin: 0 0 2rem;
}
.contact td ul.car-item li label {
	cursor: pointer;
}
.contact td .car-name {
	font-size: 2rem;
	padding: .5rem 0 0;
	font-weight: 300;
	text-indent: -1.4rem;
	margin: 0 0 0 0rem;
	display: flex;
	align-items: center;
}
.contact td .car-name p {
	padding-left: 2rem;
	line-height: 1;
}
.contact td .car-name span {
	font-size: 1.4rem;
}
.contact td .shop-name {
	padding: .5rem 0 0;
	display: flex;
	align-items: center;
}
.shop-name span {
	padding-left: .2em;
	font-size: 1.4rem;
}
.contact input[type="text"], input[type="tel"] {
    width: 100%;
    height: 4rem;
    padding: 1rem;
    border: .1rem solid #cdcdcd;
	font-size: 1.6rem;
	background-color: #f7f5f4;
}
.contact select {
	width: 60%;
	height: 4rem;
	padding: 1rem;
	border-radius: .2rem;
	border: .1rem solid #cdcdcd;
	font-size: 1.4rem;
	background-color: #f7f5f4;
}
.contact .required {
	position: relative;
}
.contact .required:after {
	position: absolute;
	content: '';
	background-image: url("../img/form/require-icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 3.5rem;
	height: 2rem;
	top: 50%;
	transform: translateY(-50%);
	right: auto;
	margin: 0 0 0 1rem;
}
.contact .model .required:after {
	
}
.contact th small.out {
	font-size: 1.2rem;
	display: block;
	line-height: 1.6;
}
.contact td ul.shop-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact td ul.shop-item li {
	width: calc((100% - 1rem) / 2);
	margin: 0 0 2rem;
	cursor: pointer;
	z-index: 10;
}
.contact td ul.shop-item li.noitem {
	cursor: default;
}
.contact td ul.shop-item li label {
	cursor: pointer;
}
.contact .error {
	color: #ac424e;
	padding: 1rem 0;
}
.contact .form-address {
	display: none;
}
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------タブレット／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:768px) {
	.contact td ul.car-item li {
		width: calc((100% - 1rem) / 3);
		margin: 0 0 2rem;
	}
	.contact td ul.shop-item li {
		width: calc((100% - 1rem) / 3);
		margin: 0 0 2rem;
	}

}
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------PC／ブレイクポイント-------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1025px) {
	.contact {
		padding: 14rem 0;
	}
	.contact .inner {
		width: 102.5rem;
		margin: 0 auto;
		padding: 0;
	}
	.contact th {
		display: table-cell;
		width: 24%;
		padding: 0;
		line-height: 1.5;
		padding: 0 4rem 0 0;
	}
	.contact td {
		display: table-cell;
		width: 72%;
		padding: 2.5rem 0;
	}
	.contact input[type="text"], input[type="tel"] {
		font-size: 1.7rem;
		height: 5rem;
	}
	.contact select {
		height: 5rem;
		font-size: 1.7rem;
	}
	.contact td ul.car-item li {
		width: calc((100% - 4rem) / 3);
		margin: 0 0 4rem;
	}
	.contact td ul.shop-item li {
		width: calc((100% - 4rem) / 3);
		margin: 0 0 4rem;
	}
	.contact td .shop-name {
		font-size: 1.7rem;
	}
	.shop-name span {
		padding-left: .4em;
		font-size: 1.7rem;
	}
	.contact td .car-name p {
		margin-top: -0.2rem;
	}
}