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

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



h1 {
	margin-top:5px;	
	margin-bottom:10px;	
	font-size:20px;
	line-height:1.5em;
	text-align:center;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: 'Montserrat',sans-serif;
}	

h2 {
	margin:0;
	margin-bottom:15px;
	font-size:15px;
	text-align:center;
	line-height:1.5em;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: 'Montserrat',sans-serif;
}

h3 {
	margin:0;
	margin-bottom:15px;
	padding-top:20px;	
	font-size:17px;
	text-align:center;
	line-height:1.5em;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: 'Montserrat',sans-serif;
}

p  {
	margin-top:10px;	
	margin-bottom:10px;
	padding-left:5%;
	padding-right:5%;	
	font-size:12px;
	text-align:left;
	line-height:2em;
}


hr{
	margin-top:35px;	
	margin-bottom:35px;

}


/* ▼ 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:80%;	
	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;
}
