@charset "utf-8";

/*----------------------------------------
    特集ページ　article_list.php
-----------------------------------------*/
h1.ttl {
	color: #27828d;
	font-weight: bold;
	margin: 15px 0 30px;
	font-size: 42px;
	line-height: 1;
}

#main_contents.bk01 .common_contents_text .article.block{
	margin-top: 30px;
	margin-bottom: 20px;
}

#main_contents.bk01 .common_contents_text .article.block a {
	transition: 0.3s;
	overflow: hidden;
	display: block;
	text-decoration: none;
}

#main_contents.bk01 .common_contents_text .article.block a:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

#main_contents.bk01 .common_contents_text .article.block a .img-box{
	display: block;
	position: relative;
	overflow: hidden;
}

#main_contents.bk01 .common_contents_text .article.block a .img-box img{
	max-width: 100%;
	height: auto;
	display: block;
	box-sizing: border-box;
}

#main_contents.bk01 .common_contents_text .article.block a .text-box h3{
	color: #00A6CA;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 5px 0 0;
}


/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	.meccha-contents div.common_contents_body {
		float: none;
	}

	#main_contents.bk01 .common_contents_text{
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    flex-wrap: wrap;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	}

	#main_contents.bk01 .common_contents_text .article.block{
		width: 47%;
	}

}
