@charset "UTF-8";


header {
	background-color: #6A9A5B;
}

#main {
	padding: 120px 0;
	margin-bottom: 200px;
}

/* ▼▼▼ お問い合わせ
=====================================*/
.content_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.content_wrap>p {
	padding: 0 50px;
	border-right: 1px solid #333;
	margin-left: 5%;
	text-align: center;
}

table.info {
	width: 100%;
	margin: 0 auto 40px;
	font-size: 16px;
	overflow: hidden;
}

table.info th,
table.info td {
	line-height: 1.5;
	font-weight: normal;
	vertical-align: top;
	overflow: hidden;
}

table.info tr:not(:last-of-type) th,
table.info tr:not(:last-of-type) td {
	border-bottom: 2px solid #F5F0E8;
}

table.info th {
	width: 25.5%;
	vertical-align: middle;
	padding: 30px 10px;
}

table.info td {
	padding: 20px;
}

table.info .list {
	padding: 10px 10px 0 20px;
}

table.info th.top {
	vertical-align: top;
}

table.info th span {
	display: block;
	color: #E5012D;
	padding: 10px 0;
}

table.info td input,
table.info td select,
table.info td textarea {
	height: auto;
	background: #FAFAFA;
	border: none;
	padding: 15px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

table.info td input::placeholder,
table.info td textarea::placeholder,
table.info td select.is-initial {
	color: #999;
}

table.info td select {
	width: 100%;
	appearance: none;
}

table.info td .wrapper_arrow {
	position: relative;
	width: 44%;
}

table.info td .wrapper_arrow::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 8px solid #333;
	border-right: 7px solid transparent;
	border-bottom: 0;
	border-left: 7px solid transparent;
	margin: auto;
	top: 0;
	right: 20px;
	bottom: 0;
}

table.info td input.w01 {
	width: 100%;
}

table.info td input.w02 {
	width: 44%;
	margin: 0 10px 0 0;
}

table.info td input.w03 {
	width: 23%;
}

table.info td textarea {
	width: 100%;
}

table.info td div p:first-child {
	margin-bottom: 10px;
}


/* ▼ プライバシー */
.privacy_text {
	width: 78%;
	margin: 0 auto 110px;
	text-align: center;
}

.privacy_text a {
	color: #6A9A5B;
	text-decoration: underline;
}

.btn_box {
	display: flex;
	justify-content: space-between;
}

.btn_box input {
	vertical-align: middle;
	width: 480px;
	height: 77px;
	border: none;
	font-size: 18px;
	border-radius: 5px;
	cursor: pointer;
}

.btn_box input:hover {
	opacity: .7;
}

.btn_box input:first-of-type {
	background-color: #F5F0E8;
}

.btn_box input:last-of-type {
	background-color: #6A9A5B;
	color: #fff;
}

/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {
	#main {
		padding: 120px 0 50px;
		margin-bottom: 130px;
	}

	.content_wrap {
		display: block;
	}

	.content_wrap>p {
		position: relative;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
		border-right: none;
		font-size: 18px;
	}

	.content_wrap>p::before {
		content: "";
		position: absolute;
		width: 55px;
		height: 1px;
		background-color: #333;
		margin: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.content_wrap .contact_wrap {
		padding: 0;
	}

	table.info {
		max-width: 100%;
		margin: 0 auto 10px;
	}

	table.info th,
	table.info td {
		display: block;
		padding: 20px 0;
		font-size: 16px;
	}

	table.info th {
		width: 100%;
		border: none !important;
	}

	table.info td {
		padding: 0 0 20px;
	}

	table.info .list {
		padding: 0 0 20px;
	}

	table.info th:after {
		position: static;
		margin-left: 10px;
	}

	table.info td .kome {
		padding-top: 5px;
		display: block;
	}

	table.info td .check_list li {
		display: block;
		margin: 0 0 10px 0;
		float: none;
		font-size: 16px;
		cursor: pointer;
	}

	table.info td .check_list li label {
		padding: 0;
	}

	table.info td span {
		margin-right: 0;
	}

	table.info td input,
	table.info td textarea {
		padding: 15px 10px;
	}

	table.info td input.w01 {
		width: 100%;
	}

	table.info td input.w02 {
		width: 100%;
		margin: 0 0 0 0;
	}

	table.info td input.w03 {
		width: 100%;
	}

	table.info td input.w04 {
		width: 100%;
	}

	table.info td .wrapper_arrow {
		width: 100%;
	}

	/* ▼ プライバシー */
	.privacy_text {
		width: 100%;
		margin: 0 auto 30px;
		font-size: 14px;
	}

	.btn_box input {
		width: 49%;
		height: 47px;
		font-size: 16px;
	}
}