/* CSS Document */

#keyimg{
	background: url("../blog/img/keyimg.webp") top center no-repeat;
	background-size: cover;
	height: 300px;
	margin-bottom: 10px;
}


#s01{
	margin-bottom: 150px;
}

#blogtop #s01 h1{
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 45px;
}

#blogtop #s01 .box_rap{
	width: 1100px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#blogtop #s01 .box_rap .box{
	width: 350px;
	height: 425px;
	text-align: center;
	background: #fff;
	padding-top: 25px;
	margin-bottom: 25px;
	transition:0.5s;
}

#blogtop #s01 .box_rap .box:hover{
	background: #ff9;
	
}

#blogtop #s01 .box_rap::after{
  content:"";
  display: block;
  width: 350px;
}


#blogtop #s01 .box_rap .box figure{
	width: 100%;
	margin: 0;
}

#blogtop #s01 .box_rap .box figure img{
	width: 320px;
	height: 240px;
	object-fit: cover;
}

#blogtop #s01 .box_rap .img{
	background: url("../img/header_title01.webp") center center  #F3F3EC no-repeat;
	width: 320px;
	height: 240px;
	margin: auto;
	margin-bottom: 20px;
}

#blogtop #s01 .box_rap .box p{
	text-align: left;
	padding: 15px;
	font-size: 16px;
	color: #525252;
}

#blogpost .sugu-article{
	min-height: 300px;
}

#blogpost .sugu-article a{
	color: #00f;
	text-decoration: underline;
}

#blogpost .sugu-article a:hover{
	text-decoration: none;
}
