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

.ttl {
	font-size: 36px;
	color: #aacd06;
	font-weight: 500;
	padding: 70px 20px 20px 20px;
	border-bottom: 3px solid #fff300;
	margin-bottom: 40px;
	line-height: 140%;
}

.ttl2 {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.3rem;
	line-height: 3rem;
}

.ttl3 {
	font-weight: 500;
	color: #aacd06;
	font-size: 24px;
}

.txt {
	font-size: 18px;
	font-weight: 300;
	line-height: 180%;
}

.--fz {
	font-size: 16px;
}

.txt2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 180%;
}

.floorBox {
	margin-bottom: 40px;
}

.w620 {
	width: 620px;
}

.Box {
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	/* Firefox用 */
	border: 3px solid #aacd06;
	width: 700px;
	padding: 20px;
}

.btn a {
	border-radius: 10px;
	/* CSS3草案 */
	-webkit-border-radius: 10px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	/* Firefox用 */
	background-color: #aacd06;
	color: #FFF;
	padding: 20px;
	font-weight: 500;
	text-decoration: none;
	font-size: 30px;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f6ab00), color-stop(0.00, #fec84d));
	background: -webkit-linear-gradient(top, #fec84d 0%, #f6ab00 88%);
	background: -moz-linear-gradient(top, #fec84d 0%, #f6ab00 88%);
	background: -o-linear-gradient(top, #fec84d 0%, #f6ab00 88%);
	background: -ms-linear-gradient(top, #fec84d 0%, #f6ab00 88%);
	background: linear-gradient(to bottom, #fec84d 0%, #f6ab00 88%);

	box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 5px #aaa;
}

.btn a:hover {
	text-decoration: none;

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.71, #abcd05), color-stop(0.00, #d9fe25));
	background: -webkit-linear-gradient(top, #d9fe25 0%, #abcd05 71%);
	background: -moz-linear-gradient(top, #d9fe25 0%, #abcd05 71%);
	background: -o-linear-gradient(top, #d9fe25 0%, #abcd05 71%);
	background: -ms-linear-gradient(top, #d9fe25 0%, #abcd05 71%);
	background: linear-gradient(to bottom, #d9fe25 0%, #abcd05 71%);
}


.arrow {
	margin: 20px 0 20px 327px;
}

.w700 {
	font-weight: 700;
}

.blue {
	border: 1px solid #00a0e9;
	width: 100%;
}

.blue th {
	background-color: #00a0e9;
	padding: 20px;
	color: #FFF;
	font-weight: 700;
}

.blue td {
	padding: 20px;

}

.orenzi {
	color: #ec6941;
}

.bannerArea>button {
	margin: 40px auto 0;
	font-weight: 700;
	width: 80%;
	max-width: 300px;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #ffd150;
	box-shadow: 0 5px 0 #ffc41d;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	color: #333;
}

@media screen and (max-width: 640px) {
	.ttl2 {
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 0rem;
		line-height: 1.2rem;
	}
}