@charset "utf-8";
/* CSS Document */

.spOnly {
	display: none;
}
@media (max-width: 600px) {
	.spOnly {
		display: initial;
	}
}

.must, .errorColor, .notify {
	color: #ff0000;
}
.formTable .must {
	margin-left: 5px;
}

#contactForm, #contactForm * {
	box-sizing: border-box;
}
#contactForm {
	margin-top: 35px;
}

.tblLayout01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.tblLayout01 > * {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	width: calc(100% / 3);
}
.tblLayout01 [type="text"] {
	width: 250px;
}
@media (max-width: 600px) {
	.tblLayout01 > * {
		flex: 1 0 auto;
		width: auto;
		min-width: 50%;
		margin-bottom: 10px;
	}
	.tblLayout01 [type="text"] {
		width: 100%;
	}
}


.formTable {
	table-layout: fixed;
	border: none;
	font-size: 1.05em;
}
.formTable tr:nth-child(2n+1) {
	background: #e6f6f4;
}

.formTable th, .formTable td {
	padding: 20px 10px;
	border: none;
}
.formTable th {
	width: 300px;
	background: none;
}
.formTable td {
	padding-left: 0;
}
@media (max-width: 600px) {
	.formTable, .formTable tbody, .formTable tr, .formTable th, .formTable td {
		display: block;
	}
	
	.formTable tr {
		padding: 15px;
	}

	.formTable th, .formTable td {
		padding: 0;
	}
	.formTable th {
		width: 100%;
	}
	.formTable td {
		margin-top: 10px;
	}
}


input, select {
	position: relative;
	top: 2px;
	margin: 0 0 2px 0;
}
input:focus, select:focus, textarea:focus {
	outline: none;
}
[type="text"], [type="tel"], [type="email"], [type="date"], [type="number"] {
	width: 270px;
	padding: 13px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: inherit;
	font: inherit;
}
[type="text"].short, [type="date"].short {
	width: 210px;
}
[type="radio"] {
	margin-right: 5px;
}
.radio + .radio {
	margin-left: 20px;
}
[type="checkbox"] {
	margin-right: 5px;
}
select {
	height: auto;
	margin-right: 5px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: inherit;
	font: inherit;
}
textarea {
	width: 580px;
	height: 140px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: inherit;
	font: inherit;
	overflow: auto;
}
[type="submit"], button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 45px;
	margin: 0 auto;
	background: #009989;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 1.15em;
}
@media (max-width: 600px) {
	[type="text"], [type="tel"], [type="email"], [type="date"], [type="number"] {
		width: 100%;
	}
	[type="text"].short, [type="date"].short {
		width: 100%;
	}
	[type="date"].short {
		width: calc((100% - 2.0em) / 2);
		margin-top: 5px;
		margin-bottom: 10px;
	}
	select {
		width: 100%;
	}
	textarea {
		width: 100%;
	}
}

.address p + p {
	margin-top: 10px;
}
.job .tblLayout01 > :last-child {
	width: 100%;
	padding-top: 10px;
}
.job [type="text"] {
	margin-left: 10px;
}
.date .between {
	margin: 0 5px;
}
.date .notify {
	margin-top: 5px;
}
.date .notify > li {
	position: relative;
	padding-left: 1.0em;
}
.date .notify > li::before {
	content: '・';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.root .inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.root .radio {
	margin: 0;
}
.root [type="text"] {
	width: 230px;
	margin-left: 10px;
}
.category .small {
	font-size: 0.9em;
	margin-left: -0.2em;
}
.amount [type="text"] {
	width: 210px;
}
.amount [type="number"] {
	width: 70px;
	margin: 0 20px;
}
@media (max-width: 600px) {
	.address p + p {
		margin-top: 5px;
	}
	.address .pref input {
		margin-top: 5px;
	}
	.job .tblLayout01 > :last-child {
		flex-wrap: wrap;
		margin-bottom: 0;
		padding-top: 0;
	}
	.job [type="text"] {
		margin-top: 5px;
		margin-left: 0;
	}
	.date .inner {
		display: flex;
		flex-wrap: wrap;
		margin: -10px 0 0 -20px;
	}
	.date .inner > * {
		flex: 0 0 auto;
		margin: 10px 0 0 20px;
	}
	.root .inner > * {
		margin-bottom: 10px;
	}
	.root [type="text"] {
		width: 100%;
		margin-top: 5px;
		margin-left: 0;
	}
	.amount [type="text"] {
		width: 100%;
		margin-bottom: 5px;
	}
	.amount [type="number"] {
		width: 70px;
		margin: 0 10px 0 0;
	}
}


.error .formTable {
	width: 500px;
	margin: 0 auto;
}
.error button {
	margin-top: 50px;
}


#contactForm.complete {
	margin-top: 25px;
}
.btnTop a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 30px;
	margin: 0 auto;
	background: #4e4d4a;
	border-radius: 5px;
	color: #fff;
	font-size: 0.9em;
	text-transform: uppercase;
}
