@charset "UTF-8";


	#st-magazine.st-magazine-k .kanren dt img {
		object-fit: cover;
	}

	/* ブログカード風マガジン最初の投稿
	----------------------------------------------------*/
	@media only screen and (min-width: 600px) {
		#st-magazine .kanren .st-top-box.st-fist-post dt {
			overflow: visible;
			width: 100%; /* トリミングしたい枠の幅 */
			position: relative;
		}

		#st-magazine .kanren .st-top-box.st-fist-post dl:last-child {
			padding-bottom:0;
		}

		#st-magazine .kanren .st-top-box.st-fist-post dt img {
			width: 100%;
			height: auto;
		}

		#st-magazine .kanren .st-fist-post dd {
			width: 100%;
			box-sizing:border-box;
			padding: 0!important;
			position:absolute;
			bottom:0;
			left:0px;
			z-index:999;
		}

		#st-magazine .kanren .st-fist-post dd .st-cards-content {
			padding:0px;
		}
		#st-magazine .kanren .st-fist-post dd .st-cards-content-in {
			background: rgba(255,255,255,0.7);
			padding:0 40px 20px;
		}

		#st-magazine .kanren .st-fist-post dd h3 {
			font-size:150%;
			margin-bottom:5px;
			line-height:1.5;
			padding-top:20px;
		}
	}

	@media print, screen and (min-width: 960px) {
		#st-magazine .kanren .st-top-box.st-fist-post dt {
			width: 100%; /* トリミングしたい枠の幅 */
			position: relative;
		}

	}



	.home .post {
    	padding: 0 5px;
		margin-bottom:0;
	}






/*media Queries タブレットサイズ（959px以下）
----------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

			.home .post {
			padding: 0 15px;
			margin-bottom:0;
		}
	
	
	
	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media only screen and (min-width: 960px) {

		.home .post {
    		padding: 0 5px;
			margin-bottom:0;
		}
	
			.home main {
    			padding-top: 0;
		}
	
	
	/*-- ここまで --*/
}