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

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



h1 {
	margin:25px 0px 15px;	
	padding: 0 8%;
	line-height:1.5em;
	letter-spacing: 2px;
	font-size:17px;
	text-align:center;
	font-weight: bold;
	color: #5ca1ca;
	font-family: 'Montserrat',sans-serif;
}	

h2 {
	margin:0;
	padding: 0 8%;
	line-height:1.5em;
	font-size:15px;
	text-align:center;
	font-weight: normal;
	font-family: 'Montserrat',sans-serif;
}

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

p  {
	margin:10px 0;	
	padding: 0 8%;	
	font-size:12px;
	text-align:left;
	line-height:1.8em;
}


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

}


/* ▼ main ▼ */
.box img{
	margin:0 auto 5px;
	width:100%;	
	display: block;
}






/* ▼ 分割ボックス23456 ▼ */
.box4 ul {
	margin:0;
	padding:0;
	list-style:none;
}


.box4 li a {
	display:block;
	padding: 3px;
	color:#333333;
	font-size:11px;
	line-height:2em;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}

.box4 ul:after {content:"";
	display:block;
	clear:both;	
}


.box4 img {
	max-width:96%;
	height:auto;
	border:none;
	padding-top: 8px;	
}




.box4 li {
	float:left;	
	width:25%;
}

.box4 li:nth-child(4n+5) {
	clear: both;	
}






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


.Button a {
	text-decoration: none;
}

.text_But {
	display: block;
	width:80%;	
	margin: 25px auto 50px;
	padding: 10px;
	border: 1px solid #ffffff;
	letter-spacing: 1px;
	font-size: 15px;
	text-align: center;
	color: #ffffff;
	background: #a2cbe3;
	border-radius: 5px;
	font-family: 'Montserrat',sans-serif;
}
