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

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



h1 {
	padding:70px 0px;
	margin-bottom:30px;	
	font-size:40px;
	line-height:1.5em;
	text-align:center;
	font-weight: normal;
	letter-spacing: 4px;
	color: #ffffff;
	background-color: #acd1e5;
	font-family: 'Montserrat',sans-serif;
}	

h2 {
	margin-top:0px;	
	margin-bottom:3px;	
	font-size:20px;
	line-height:1.5em;
	padding:0% 9%;
	text-align:left;
	font-weight: normal;
	letter-spacing: 2px;
	color: #c3222a;
	font-family: 'Montserrat',sans-serif;
}


.box p  {
	margin-top:3px;	
	margin-bottom:10px;
	padding:0% 8%;	
	font-size:13px;
	text-align:left;
	color: #c3222a;
	letter-spacing: 1px;
	line-height:1.8em;
}


hr{
	margin:35px 0px;	
	border: 1px solid #ffffff;
	border-bottom: 1px solid #c3222a;

}



/* ▼カテゴリ3▼ */
.category3 ul {
	color: #2b6e92;
	background-color: #fff;
	padding:10px 10%;
	margin: 0px 5px 5px 5px;
}

.category3 ul li {
	line-height: 1;
	padding: 0.7em 0;
}

.category3 ul li a {
	color: #e60d1f;
	font-size:14px;
	line-height:1.5em;
	font-weight: normal;
}
.category3 ul:after {content:"";
	display:block;
	clear:both;	
}

.category3 li {
	float:left;	
	width:50%;
}
.category3 li:nth-child(2n+3) {
	clear:both;	
}

.category3 ul li a:hover {
	background-color: e60d1f;
}




/* ▼ 強調 ▼ */
.text_YEL {
	background: linear-gradient(transparent 70%, #f3a5a5 20%);
}


.mini {
	font-size:12px;
	font-weight: normal;
	letter-spacing: 0px;
}



/* ▼ 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: 14px;
	text-align: center;
	line-height:1.5em;
	letter-spacing: 1px;
	padding: 10px;
	background-color: #c3222a;
	color: #ffffff;
	font-family: 'Montserrat',sans-serif;
}
