/* ----------
https://www.providesign.co.jp/
2019. providesign

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
---------- */

/* ====================
問い合わせフォーム form
==================== */
.ime-act { ime-mode: active; }
.ime-dbl { ime-mode: disabled; }

.required-item::after {
	content: '※';
	color: #d1544d;
	margin-left: 0.25rem;
}

.btn-submit,
.btn-reset {
	cursor: pointer;
	margin: 0 0.5rem;
	padding: 0.75rem 0;
	text-align: center;
	white-space: nowrap;
	width: 40%;
	border-radius: 0rem;
}
.btn-submit {
	background-color: #c5a15e;
	border: 2px solid #c5a15e;
	color: #fff;
	border-radius: 0;
}
.btn-reset {
	background-color: #f2f2f2;
	border: 2px solid #f2f2f2;
	color: #4d4d4d;
}
.btn-submit:hover {
	opacity: 0.7;
}
.btn-reset:hover {
	opacity: 0.7;
}
@media (min-width: 576px) { 
.btn-submit,
.btn-reset {
		width: 10rem;
	}
}


.custom-select {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.form-tel {
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	border-radius: 2.5rem;
	font-size: 1.5rem;
	font-family: sans-serif;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.form-tel a {
	display: block;
	padding: 0.75rem 1.5rem 0.75rem 3.5rem;
	background-image: url(../images/parts/pts-tel.png);
	background-repeat: no-repeat;
	background-size: 2rem auto;
	background-position: left 1rem center;
}
.form-tel a:hover {
	text-decoration: none;
	opacity: 0.7;
}

table.form-table {
	width: 100%;
}
table.form-table thead {}
table.form-table tbody {}
table.form-table tfoot {}
table.form-table tr {}
table.form-table th,
table.form-table td {
	width: 100%;
}
table.form-table th {
	background-color: #eee;
	display: block;
	padding: 0.25rem 0.75rem;
}
table.form-table td {
	padding: .75rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
table.form-table tr:not(:last-child) {
}

@media (min-width: 768px) {
	table.form-table th,
	table.form-table td {
		background-color: #fff;
		padding: 0.75rem 1.5rem!important;
		display: table-cell;
	}
	table.form-table th {
		width: 30%;
		border-right-width: 1px;
		border-right-style: none;
		border-right-color: #ccc;
	}
	table.form-table td {
		width: 70%;
	}
table.form-table td > * {
	display: inline;
	margin-right: 1rem;
	}


}
@media (min-width: 992px) {
	table.form-table th {
		width: 25%;
	}
	table.form-table td {
		width: 75%;
	}
}
@media (min-width: 1200px) {
	table.form-table th {
		width: 20%;
	}
	table.form-table td {
		width: 80%;
	}
}




.thanks-txt {
	text-align: center;
	margin: 2rem auto 6rem;
}
@media (min-width: 576px) {
	.thanks-txt {
		width: 90%;
		padding: 3rem 0;
	}
}
@media (min-width: 768px) {
	.thanks-txt {
		width: 80%;
	}
}
@media (min-width: 992px) {
	.thanks-txt {
		width: 70%;
	}
}
@media (min-width: 1200px) {
	.thanks-txt {
		width: 60%;
	}
}

.form-tel-area{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	box-sizing: border-box;
}

.form-tel-area >*{font-size: 1.5rem}

.form-control {border-radius: 0rem;}


@media (min-width: 768px) {

	.form-tel-area >*{
		font-size: 1.8rem;
		width: 50%
		}
	.form-tel-area >*:first-child::after {
		content: '/';
		display:inline-block;
		margin-left: 1rem;
	}
}


@media (min-width: 992px) {

	.form-tel-area >*{
		width: 30%
		}
}

.form-note{display: block!important;padding-top: 0.5rem}


.form_caution{ font-size: 0.7rem;}

@media (min-width: 992px) {

.form_caution{ font-size: 0.85rem;}

}