.contact__content {
	margin: 0px auto;
	width: 1080px;
}


.contact__title {
	border-bottom: dotted 1px #999;
	margin: 0 auto 1.5em;
	position: relative;
	padding: 1em 0 1em 1.2em;
	font-weight: 600;
	width: 1080px;
}

.contact__title h1 {
	font-weight: 600;
	font-size: 1.2em;
}

.contact__title h1:before {
	content: "";
	position: absolute;
	height: 2.2rem;
	top: 50%;
	left: 0em;
	margin: -1.1rem 0 0;
	padding-right: 0.5rem;
	border-radius: 2px;
	background: green;
}

.contact__check-below {
	margin-bottom: 3rem;
}

.contact__content h2 {
	font-size: 1.2em;
	position: relative;
	text-indent: 1rem;
	margin-bottom: 1rem;
}

.contact__content h2::before {
	position: absolute;
	content: "";
	height: 1.4em;
	border-left: double 10px #70a27f;
	top: 3px;
	left: 0px;
}

.contact__section {
	border-bottom: solid 1px #999;
	display: flex;
}

.contact__section:first-child {
	border-top: solid 1px #999;
}

.contact__leftside {
	align-items: center;
	display: flex;
	width: 25%;
	background-color: #ebf6dd;
	font-weight: 500;
	text-indent: 1rem;
}

.contact__rightside {
	width: 75%;
	padding: 1em;
}

.contact__rightside input[type='text'],
input[type='email'],
input[type='tel'] {
	height: 2.4em;
	background-color: #fafafa;
	/* padding: 0px 0.5rem; */
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	font-size: 100%;
}

textarea {
	width: 100%;
	background-color: #fafafa;
	border-color: #ccc;
}

.form-submit__btn {
	font-size: 1.4rem;
	width: 400px;
	margin: auto;
	text-align: center;
	background-color: green;
	border-radius: 5px;
	border: none;
	padding: 1.2rem;
	display: block;
	/* background-position: 7px center; */
	/* background-repeat: no-repeat; */
	background-size: 1.4em;
	text-decoration: none;
	color: #ffffff;
	font-weight: 500;
	cursor: pointer;
}

.contact__leftside span {
	color: red;
}

.display-hidden {
	display: none;
}

.contact__catch-copy {
	font-size: 1.5rem;
	font-weight: 700;
}

.contact__script {
	font-style: italic;
}

@media screen and (max-width: 736px) {
	/* body {
		background-color: aquamarine;
	}

main {
	background-color: skyblue;
} */

	.contact__content {
		margin: 0px auto;
		width: 100%;
		/* background-color: thistle; */
	}

	.contact__container {
		padding: 0px 10px;
	}

	.contact__title {
		border-bottom: dotted 1px #999;
		margin: 0 auto 1.5em;
		position: relative;
		padding: 1em 0 1em 1.2em;
		font-weight: 600;
		width: 95%;
	}

	.contact__section {
		display: flex;
		flex-direction: column;
		padding: 1em;
		/* background-color: rosybrown; */
	}



	.form-submit__btn {
		font-size: 1.4rem;
		width: 80%;
		margin: auto;
		text-align: center;
		background-color: green;
		border-radius: 5px;
		border: none;
		padding: 1.2rem;
		display: block;
		background-size: 1.4em;
		text-decoration: none;
		color: #ffffff;
		font-weight: 500;
		cursor: pointer;
	}

	.contact__leftside {
		align-items: center;
		display: flex;
		width: 100%;
		padding: 1em 0;
		/* background-color: fuchsia; */
	}

	.contact__rightside {
		width: 100%;
		/* background-color: salmon; */
		padding: 1em 0em;
		/* background-color: burlywood; */
	}

	.contact__rightside input[type='text'],
	input[type='email'],
	input[type='tel'] {
		height: 2.4em;
		background-color: #fafafa;
		padding: 0;
		border: 1px solid #ccc;
		border-radius: 3px;
		width: 98%;
		font-size: 100%;
	}

	.display-hidden {
		display: block;
	}

}