@charset "UTF-8";
/* コンテンツ */

.sub2 {
	text-align:left;
	font-size:1.5em;
	border-bottom:1px solid #229eda;
	padding-bottom:10px;
	margin-bottom:40px;
	line-height:1.5;
	font-weight:normal;
}
.more a {
	width:300px;
	display:block;
	text-align:center;
	padding:10px;
	background-color:#229eda;
	color:#fff;
	font-weight:bold;
	font-size:1.16em;
	line-height:1.4;
	transition: all 0.2s;
}
.more a:hover {
	color:#fff;
	background-color:#4eb1e1;
	transition: all 0.2s;
}

@media screen and (min-width: 500px) {

}

@media screen and (max-width: 499px) {
.sub2 {
	font-size:1.32em;
	border-bottom:1px solid #229eda;
	padding-bottom:10px;
	margin-bottom:30px;
}
.more a {
	width:80%;
	margin:0 auto;
}
}
