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

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

}




h1 {
	margin-top:10px;	
	margin-bottom:8px;	
	font-size:19px;
	line-height:1.7em;
	padding:0% 5%;
	color: #8e8e8e;
	text-align:center;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: 'Montserrat',sans-serif;
}	

h2 {
	margin-bottom:60px;
	margin:0;
	font-size:13px;
	text-align:center;
	line-height:1.5em;
	padding:0% 5%;
	font-weight: normal;
	font-family: 'Montserrat',sans-serif;
	color: #8e8e8e;
}

h3 {
	margin-bottom:32px;
	padding:5px 5%;
	font-size:16px;
	text-align:center;
	line-height:1.5em;
	letter-spacing: 1px;
	font-weight: normal;
	color: #8e8e8e;
	font-family: 'Montserrat',sans-serif;
}

p  {
	margin:10;
	padding:10px 5%;	
	font-size:11px;
	text-align:center;
	line-height:1.8em;
	color: #8e8e8e;
}


hr{
	margin:35px 2%;
	border: 1px solid #ffffff;     	
	border-bottom: 1px solid #808ba9;
}



/* ▼ main ▼ */
.box img{
	margin:0;
	margin-bottom:28px;	
	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: 15px;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px;
	color: #8e8e8e;
	border: 1px solid #8e8e8e;
	font-family: 'Montserrat',sans-serif;
	background: linear-gradient(180deg, rgba(255, 255, 255,1) 68.96964121435143%,rgba(254, 254, 254,1) 68.96964121435143%,rgba(240, 246, 252,1) 91.78472861085557%)
}


