@charset "utf-8";

.main01 .tit01 {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 40px;
	position: relative;
}

.main01 .tit01:before {
	content: "";
	width: 150px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	left: 50px;
}

.main01 .tit01:after {
	content: "";
	width: 150px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	right: 50px;
}

.main01 .area01 {
	display: block;
	text-align: center;
	margin-bottom: 60px;
	font-size: 2.4rem;
}

.main01 .area02 {
	text-align: center;
}

input.type01 {
	padding: 15px;
	font-size: 1.6rem;
	background: #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 7px;
	width: 275px;
	margin-right: 15px;
	vertical-align: bottom;
}

input.type01:focus {
	background: #fff;
}

input.type00 {
	width: 250px;
	height: 70px;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	border: none;
	background: #f39700;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	border-radius: 10px;
	margin: 0 auto;
	letter-spacing: 0.2em;
}

input.type00:hover {
	opacity: 0.7;
}



