/*share-related-article*/
/*------------------------------------------------------------------------------*/
/*.share-related-article:before,
.share-related-article:after{
	content:"";
	display:block;
	clear:both;
}*/
.share-related-article{
	position:relative;
	width:100%;
	height:172px;
	margin:20px 0 0;
	border:1px solid #DCDCDC;
}
.sns-item{
	display:block;
	float:left;
	width:55%;
}
.article-facebook-like{
	float:left;
	width:100%;
	padding:35px 0;
	margin:0 2% 0 1%;
	text-align:center;
}
.article-facebook-like p{
	font-size:20px;
	font-weight:bold;
	line-height:1.4;
	margin:0 0 10px;
	color:#333333;
}
.article-facebook-like p span{color:#E54028;}
.article-facebook-like p br{display:none;}
.article-twitter-share{
	position:absolute;
	float:left;
	/*width:55%;*/
	padding:10px 40px;
	margin:0 5% 0;
	left:0;
	bottom:0;
	border-top:1px solid #CCCCCC;
}
.article-twitter-share div{
	display: flex;
	width:260px;
	margin:0 auto;
}
.article-twitter-share p{
	width:60%;
	font-size:12px;
	color:#aaaaaa;
}
.article-twitter-share iframe{order: 2}
.share-related-article figure{
	width:45%;
	float:right;
	display:block;
	/*margin:2%;*/
	overflow:hidden;
	height:170px !important;
}
.share-related-article .img div{
	width:100%;
	min-height:240px;
	background-repeat:no-repeat center center;
	background-size:cover;
	overflow:hidden;
	background-position: center center;
	transition: 0.2s;
}
/*.share-related-article .img:hover div{transform : scale(1.5);}*/


/*sns share*/
/*------------------------------------------------------------------------------*/
#sns_share:after {
  content:"";
  display:table;
  clear:both;
}
#sns_share{
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
	margin-top:40px;
}
#sns_share li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
#sns_share li br{display:none;}
#sns_share li:last-child{margin-right: 0;}
#sns_share li{
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	line-height: 1;
	padding: 18px 0 16px;
	position: relative;
}
#sns_share li a{
	padding:0 0 0 10%;
	color:#FFF;
}
#sns_share li:last-child a{padding:0 0 0 18%;}
.icon-facebook:before{
	content: "";
	position: absolute;
	background: url(../image/common/icon_facebook.png) no-repeat 0 0;
	background-size: 12px 22px;
	width: 12px;
	height: 22px;
	margin-left: -20px;
	margin-top: -5px;
}
.icon-twitter:before{
	content: "";
	position: absolute;
	background: url(../image/common/icon_twitter.png) no-repeat 0 0;
	background-size: 25px 20px;
	width: 25px;
	height: 20px;
	margin-left: -30px;
	margin-top: -3px;
}
.icon-line:before{
	content: "";
	position: absolute;
	background: url(../image/common/icon_line.png) no-repeat 0 0;
	background-size: 29px 28px;
	width: 29px;
	height: 28px;
	margin-left: -38px;
	margin-top: -7px;
}
.icon-hatebu:before{
	content: "";
	position: absolute;
	background: url(../image/common/icon_hatebu.png) no-repeat 0 0;
	background-size: 21px 16px;
	width: 29px;
	height: 28px;
	margin-left: -30px;
	margin-top: -2px;
}
#sns_share li:first-child {background-color: #305097;}
#sns_share li:first-child:hover{background-color: #5075c7;}
#sns_share li:nth-child(2){background-color: #00aced;}
#sns_share li:nth-child(2):hover{background-color: #4CC5F2;}
#sns_share li:nth-child(3) {background-color: #00C300;}
#sns_share li:nth-child(3):hover{background-color: #4CD54C;}
#sns_share li:nth-child(4) {background-color: #00A4DE;}
#sns_share li:nth-child(4):hover{background-color: #4CBFE8;}

/* screens smaller than 1166---------------------------------------------------------- */
@media only screen and (min-width:691px) and (max-width:1166px) {
	.article-twitter-share p {width:60%;}
}
/* screens smaller than 1166 end------------------------------------------------------ */

/* screens smaller than 690---------------------------------------------------------- */
@media only screen and (max-width:690px) {
	/*share-related-article*/
	/*------------------------------------------------------------------------------*/
	.share-related-article {
	    min-height:70px;
		margin:20px 0 0;
		height:auto;
	}
	.share-related-article:after{
		content:"";
	    display:table;
	    clear:both;
	}
	.article-facebook-like{padding:10px 0 0;}
	.article-facebook-like p {font-size:12px;}
	.article-facebook-like p br{display:inline;}
	.article-twitter-share{
		width:100%;
		margin:0;
		position:static;
		text-align:center;
		padding: 10px 0;
	}
	.article-twitter-share div{
		width:280px;
		margin:0 auto;
	}
	.article-twitter-share p {
		width:140px;
		padding:0 5% 0 0;
		font-size:10px;
	}
	.article-twitter-share iframe{width:90px;}
	.article-twitter-share #twitter-widget-1[style]{width:90px;}
	.share-related-article figure{
		height:90px !important;
		/*width:35%;*/
	}
	.share-related-article .img{/*margin:4% !important;*/}
	.share-related-article .img div{
	    min-height: 90px;
		margin:0;
	}
	/*side sns*/
	/*--------------------------------------------------------------------------------*/
	#sns_share{
		width: 100%;
		margin-top:25px;
	}
	/*
	#sns_share li{
		width:32%;
		margin:0 2% 0 0;
		min-height:44px;
	}
	*/
	#sns_share li a,
	#sns_share li:last-child a{
		padding:0;
		font-size:75%;
	}
	#sns_share li br{display:inline;}
	.icon-facebook:before{
		display:block;
		position:static;
		width: 12px;
		height: 22px;
		margin:-5px auto 10px;
	}
	.icon-facebook{
		display:block;
		background: url(../image/common/icon_facebook.png) no-repeat scroll center 0;
		background-size: 12px 22px;
		width: 100%;
		height: 32px;
	}
	.icon-twitter{
		display:block;
		background: url(../image/common/icon_twitter.png) no-repeat center 0;
		background-size: 25px 20px;
		width: 100%;
		height: 32px;
	}
	.icon-line{
		display:block;
		background: url(../image/common/icon_line.png) no-repeat center 0;
		background-size: 29px 28px;
		width: 100%;
		height: 32px;
	}
	.icon-hatebu{
		display:block;
		background: url(../image/common/icon_hatebu.png) no-repeat center 0;
		background-size: 21px 16px;
		width: 100%;
		height: 32px;
	}
	.icon-facebook:before{display:none;}
	.icon-twitter:before{display:none;}
	.icon-line:before{display:none;}
	.icon-hatebu:before{display:none;}
	.sns-sp-hidden{	display:none;}
}