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



.ttl {
	text-align: center;
	font-size: 38px;
	color: #3fb266;
	margin-top: 30px;
	margin-bottom: 50px;
}

.txt01 {
	text-align: center;
	margin: auto auto 30px !important;
}

.txt02 {
	text-align: center;
	color: #3fb266;
	font-size: 25px;
	line-height: normal;
	margin: auto auto 30px !important;
}

.txt02 span {
	border: #3fb266 solid 2px;
	background: #FFF;
	padding: 3px 20px;
	margin: auto 10px;
	font-size: 17px;
}


.w550 {
	width: 550px;
	margin: auto;
}


.cap {
	color: #3fb266;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}


.table_tag {
	background: #FFF;
	border-top: #3fb266 solid 1px;
	border-left: #3fb266 solid 1px;
	margin: auto auto 30px;
}

.table_tag th {
	border-bottom: #3fb266 solid 1px;
	border-right: #3fb266 solid 1px;
	padding: 5px 10px;
}

.table_tag td {
	border-bottom: #3fb266 solid 1px;
	border-right: #3fb266 solid 1px;
	padding: 5px 10px;
}

.c_red { color: #C00;}


.txt03 {
	text-align: center;
	margin: auto auto 40px;
}

.btn {
	width: 400px;
	margin: 30px auto 50px;
}

.btn a {
	padding: 10px 0 0 0;
	width: 396px;
	display: block;
	border: #3fb266 solid 2px;
	text-align: center;
	height: 50px;
	line-height: normal;
	text-decoration: none;
	font-size: 16px;
	color: #3fb266;
	font-weight: bold;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff863+0,dbd657+100 */
background: #fff863; /* Old browsers */
background: -moz-linear-gradient(top, #fff863 0%, #dbd657 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fff863 0%,#dbd657 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fff863 0%,#dbd657 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff863', endColorstr='#dbd657',GradientType=0 ); /* IE6-9 */

}

.btn a:hover {
	opacity: 0.8;
}

.btn a span {
	font-size: 11px;
	color: #C00;
}



.ttl_attention {
	border-top: #3fb266 solid 1px;
	border-bottom: #3fb266 solid 1px;
	font-size: 16px;
	color: #3fb266;
	padding: 15px 0;
	text-align: center;
	margin: auto auto 20px;
}

.ttl_attention01 {
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: normal;
}

.ttl_attention01::before {
	content: "●";
}

ol {
	counter-reset: number;
	list-style: none;
	margin: 0;
	padding: 0 0 20px;
}

ol li {
	position: relative;
	margin-left: 1.5em;
}

ol li span {
	position: absolute;
	top: 0;
	left: -1.5em;
}


.txt_attention {
	font-size: 0.9em;
}









