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

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



h1 {
	margin:0;
	margin-bottom:20px;
	font-size:20px;
	text-align:center;
	line-height:1.2em;
	font-weight: normal;
	font-family: 'Montserrat',sans-serif;
}	


h2 {
	margin:0;
	margin-bottom:20px;
	font-size:18px;
	text-align:center;
	line-height:1.2em;
	font-weight: normal;
	font-family: 'Montserrat',sans-serif;
}	

p  {
	margin-top:10px;	
	margin-bottom:10px;
	padding-left:8%;
	padding-right:8%;	
	font-size:13px;
	text-align:left;
	line-height:1.8em;
}


hr{
	margin-top:35px;	
	margin-bottom:35px;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #999999;

}




/* ▼ 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:85%;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 50px;
	font-size: 15px;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px;
	border: 1px solid #999999;
	color: #333333;
	font-family: 'Montserrat',sans-serif;
}
