@charset "utf-8";
/* CSS Document */
.sns_area {
	float:right;
	overflow:hidden;
	margin-top:-30px;
	}
p,h4,dl{font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;}

#top{clear:both;}

section{
	width:850px;
	margin:10px auto 0;
	text-align: center;
}

section h1{
	margin:0 auto;
	width:850px;
	text-align:center;
}
h2{
	margin:30px auto 0;
	width:850px;
	font-size: 24px;
	text-align: center;
}

h3{
	margin:0 auto;
	width:850px;
	font-size: 18px;
	text-align: center;
}
.caution{
	width:850px;
	margin:10px auto;
	text-align:left;
	font-size:12px;
	}
	
.sp{display:none;}
.back{
	margin-top: 30px;
    text-align: center;
}

.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #95bf22;
    border: solid 2px #95bf22;
    border-radius: 3px;
    transition: .4s;
}

.square_btn:hover {
    background: #95bf22;
    color: white;
}