@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* ▼各ボックス共通▼ */
.box {
	padding:10px 0px;
	margin-bottom:50px;
}


.box h1 {
	margin:15px 0px 10px;	
	font-size:15px;
	line-height:1.5em;
	text-align:center;
	font-weight: bold;
	color: #333333;
	font-family: 'Montserrat',sans-serif;
}	



.box p {
	margin:10px 5%;	
	font-size:11px;
	text-align:left;
	color: #333333;
	line-height:2em;
}



/* ▼ main ▼ */
.box img{
	margin:0;
	margin-bottom:2px;	
	width:100%;	
}



/* ▼ ボタン ▼ */
.Button p {
}


.Button a {
	text-decoration: none;
}

.text_But {
	display: block;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	padding: 8px;
	margin:10px 5%;	
	background-color: #b6bcbd;
	color: #ffffff;
	font-family: 'Montserrat',sans-serif;
}
