@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: 10px 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;
		}

	}



	#st-magazine .catname {
		border-radius:20px;
		font-size:14px;
		padding:7px 12px;
	}

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

#st-magazine .kanren .st-top-box.st-continuation-post dd h3 {
	position: relative;
	padding-left:0;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc; /* 薄い方の線 */
	padding-top:10px;
	margin-bottom:15px!important;
}

#st-magazine .kanren .st-top-box.st-continuation-post dd h3::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 3;
	content: '';
	width: 30%;
	height: 1px;
	background-color: #212121; /* 濃い方の線 */
}


	.archive #breadcrumb,
	.archive .post .entry-title:not(.st-css-no) {
		display: none;
	}

	#st-magazine .kanren .st-top-box.st-continuation-post dl,
	#st-magazine .kanren .st-top-box.st-fist-post dl,
	#st-magazine.st-magazine-k .kanren dl {
		box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	}
	/* インフィード広告は除外 */
	#st-magazine .st-magazine-infeed dl {
		box-shadow: none!important;
	}

	#st-magazine .kanren dd {
		padding-bottom:25px!important;
	}

	#st-magazine .kanren dt img {
		border-radius:0!important;
	}

/*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;
		}
	
	
	/*-- ここまで --*/
}

/*media Queries モバイルサイズ（599px以下）
----------------------------------------------------*/
@media only screen and (max-width: 599px) {

			#st-magazine .kanren h5.kanren-t,
		.post #st-magazine .kanren h5.kanren-t {
			margin-bottom: 0;
		}
	
			#content #st-magazine .kanren .st-top-box {
			width:49.99%;
			display: flex;
		}

		#content #st-magazine .kanren .clearfix dd h5:not([class^="is-style-st-heading-custom-"]):not([class*=" is-style-st-heading-custom-"]):not(.st-css-no2) a {
			font-size: inherit;
			line-height: inherit;
		}

		.post #st-magazine .kanren h5.kanren-t {
			line-height: 1.5em;
			font-size: 1em;
		}

		#content #st-magazine .kanren .st-top-box dd h3 {
			line-height: 1.5em;
			font-size: 1em;
		}

		#content #st-magazine .kanren .st-top-box.st-fist-post dd h3 {
			line-height: 1.8em;
			font-size: 1.2em;
		}

		#content #st-magazine .catname {
			font-size: 10px;
		}

		#content #st-magazine .kanren dd {
			padding: 7px 15px 0;
		}

		/* インフィード広告枠 */
		#content #st-magazine .kanren .st-top-box.st-magazine-infeed {
			width: 100%;
		}
		#content #st-magazine .kanren .st-top-box.st-magazine-infeed dl {
			box-shadow: none;
		}

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