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

/* ▼各ボックス共通▼ */
.box {
	padding-left:5px;
	padding-right:5px;
	margin-bottom:5px;
}



h1 {
	padding-top:10px;	
	margin-bottom:5px;	
	font-size:20px;
	line-height:1.5em;
	text-align:center;
	font-weight: normal;
}	

h2 {
	margin:0;
	margin-bottom:20px;	
	font-size:14px;
	text-align:center;
	line-height:1.5em;
	font-weight: normal;
}


p  {
	margin-top:10px;	
	margin-bottom:20px;
	padding-left:7%;
	padding-right:7%;	
	font-size:12.5px;
	text-align:left;
	line-height:1.7em;
}




/* ▼ main ▼ */
.box img{
	margin:0;
	margin-bottom:20px;	
	width:100%;	
	display: block;
 margin-left: auto;
 margin-right: auto;
}






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


.Button a {
	text-decoration: none;
}

.text_But {
	display: block;
	width:70%;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 50px;
	font-size: 13px;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px;
	border: 1px solid #999999;
	color: #333333;
	font-family: 'Montserrat',sans-serif;
}
