@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.img {
	margin: 0 auto;
	width: 47px;
}
@media all and (max-width: 896px) {
	.img {
		width: 33px;
	}
}
.mailForm input[type="submit"] {
	padding: 0;
	-webkit-appearance: none;
}
.submit {
	margin-top: 57px;
	text-align: center;
}
.submit li {
	margin: 0 17px;
	display: inline-block;
}
.submit li input {
	appearance: none;
	-webkit-appearance: none;
	width: 218px;
	height: 43px;
	text-align: center;
	color: #AA9F81;
	font-size: 1.2rem;
	letter-spacing: 0.18em;
	border: 0;
	background-color: #fff;
	border-radius: 22px;
	cursor: pointer;
	box-shadow: -10px -10px 10px rgba(251, 251, 251,1), 10px 10px 10px rgba(231, 231, 231, 0.7);
}
@media all and (min-width: 897px) {
	.submit li:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.submit li input {
		width: 223px;
		border-radius: 10px;
	}
}