@charset "utf-8";
/* CSS Document */

/*--------------------------------------------*/
/*モバイル*/
/*--------------------------------------------*/

article p {
	font-size: 1rem;
}


#blog .container {
	padding-left: 15px;
	padding-right: 15px;
}

#blog article {
	padding: 0 0 20px;
	margin-bottom: 30px;
}

#blog article h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

#blog .portrait {
	text-align: center;
	margin-bottom: 50px;
}

#blog .portrait img {
	width: 50%;
}

#blog figcaption {
	font-size: 14px;
}

#blog figure img {
	width: 100%;
	margin-bottom: 10px;
}

#blog figure {
	margin: 30px 0 20px;
	text-align: center;
}

#archive h4 {
	color: #fff;
	font-size: 18px;
	/*background-color: #4891F8;*/
	background-color: #0056a8;
}

#archive h4:hover {
	opacity: 0.8;
}

#archive ul {
	margin: 0;
	padding: 0;
}

#archive li {
	list-style: none;
	margin-bottom: 10px;
}

#archive li a {
	/*color: #333;*/
	font-size: 16px;
}









/*--------------------------------------------*/
/*スマホ横/タブレット横/PC/(768px～)*/
/*--------------------------------------------*/

@media (min-width: 768px) {
	#blog article {
		padding: 0 50px 20px;
	}
	
	#blog figure {
		text-align: center;
	}
	
	#blog figure img {
		width: 70%;
	}
	
	#blog .portrait img {
	width: 30%;
}
	
}






/*--------------------------------------------*/
/*タブレット横/PC/(992px～)*/
/*--------------------------------------------*/


@media (min-width: 992px) {
	
	#blog article {
		padding: 0 100px 20px;
	}

	
	#blog figure {
		/*margin: 0 0 20px;*/
	}

	#blog figure img {
		width: 60%;
	}

	
	
}



/*--------------------------------------------*/
/*PC(1200px～)*/
/*--------------------------------------------*/

@media (min-width: 1200px) {
	#blog article {
		padding: 0 200px 20px;
	}
	
	
	
	
}



