*{
	margin:0;
	padding:0;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
html{
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}
body{
	padding:0;
	margin:0;
}
img{
	border:none;
	vertical-align:bottom;
}
article{
	padding:40px;
}
img{
	width:100%;
	height:auto;
	border-radius:5px;
}
h2{
	color:#53c0cc;
	padding-top:10px;
	text-align:center;
}
p{
	line-height:1.62;
	padding:20px 0 0;
	text-align:justify;
	font-size:14px;
}
strong{
	color:#000;
}
.btn{
	text-align:center;
	margin-top:40px;
	padding:18px 0;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
.btn a{
	display:inline-block;
	width:300px;
	max-width:70%;
	padding:15px;
	margin:0 10px 0;
	font-size:16px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius:5px;
	background:#00b900;
	border-bottom:solid 1px #006600;
	-webkit-transition-property:background,border-bottom;
	-webkit-transition-duration: 0.25s;  
	-webkit-transition-timing-function: linear;
	transition-property:background,border-bottom;  
	transition-duration: 0.25s;  
	transition-timing-function: linear;
}
.btn a:hover{
	background:#53c0cc;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
}

@media only screen and (max-width: 699px){
	article{
		padding:5px;
	}
}

@media only screen and (min-width: 700px){
	.sp_only{
		display:none;
	}
}