@charset "utf-8";

/*=====================================================================================
	
	Document    : style.css
	Description : PC用（幅900px以上）
 
=====================================================================================*/

/*---------------------------------------------------------------------------

   side

---------------------------------------------------------------------------*/

/*-------------------------------------------------------
   最新の記事
-------------------------------------------------------*/

.sl-thumb h3 {
	/*
	background-color:#b4b4b4;
	border-bottom:4px solid #999;
	*/
	background:url(../../image/dt-bg.gif) repeat left top;
	border-bottom:none;
	border-left-width:6px;
	border-left-style:solid;
	margin-top:20px;
	padding:0;
}

.sl-thumb h3:hover {
	background-color:#ebebeb;
	/*
	background-color:#c8c8c8;
	border-color:#aaa;
	*/
}

.sl-thumb h3 a {
	text-decoration:none !important;
	display:block;
	padding:10px 15px;
}

.sl-thumb h3 a span {
	font-weight:normal;
}


@media screen and (max-width:800px) {
	.sl-thumb h3 a {
		background:url(../../image/lmSe_white.png) no-repeat center right;
		padding:10px 35px 10px 15px;
	}
}

.sl-thumb:first-child h3 {
	margin-top:0;
}

@media screen and (max-width:800px) {
	.sl-thumb {
		display:none;
	}
}


/*-------------------------------------------------------
   カテゴリ
-------------------------------------------------------*/

.sl-list {
	display:none;
}

@media screen and (max-width:800px) {
	.sl-list {
		display:inherit;
	}
}


/*-------------------------------------------------------
   月別
-------------------------------------------------------*/
/*
.sl-list h3 {
	display:none;
}

.sl-list li:first-child {
	border-top:1px solid #dcdcdc;
}

@media screen and (max-width:800px) {
	.sl-list h3 {
		display:block;
	}
	
	.sl-list li:first-child {
		border-top:none;
	}
}
*/

/*---------------------------------------------------------------------------

   一覧

---------------------------------------------------------------------------*/

.list-page-title {
	padding-bottom: 15px !important;
}

.news-list {
	list-style:none;
	border-top:1px solid #dcdcdc;
	margin-top:30px;
}

.news-list li {
	border-bottom:1px solid #dcdcdc;
}

.news-list li:hover {
	background-color:#f5f5f5;
}

.news-list li a {
	padding:15px;
	display:block;
	text-decoration:none !important;
}

.news-list li .thumb {
	width:80px;
	margin-right:15px;
	float:left;
	display:inline;
}

.news-list li .imgLiquid {
	max-width:100%;
	height:60px;
	overflow:hidden;
}

.news-list li p {
	margin-left:95px;
}

.news-list li .cate {
	padding:2px 6px;
	margin-bottom:10px;
    margin-right: 1em;
}

.news-list li .reaction_count {
    display: inline-block;
    line-height: 1;
}

.news-list li .reaction_count img {
    width: 16px;
    margin-right: 0.25em;
}

@media screen and (max-width:800px) {
	.news-list {
		margin-top:4%;
	}
	
	.news-list li {
		background:url(../../image/lmS.png) no-repeat center right;
	}
	
	.news-list li a {
		padding:3% 10% 3% 3%;
	}
}

.news-er {
	padding-top:30px;
	padding-left:15px;
	padding-right:15px;
}

.new-tx {
	color:#d83d43;
	margin-left:0.5em;
}


/*---------------------------------------------------------------------------

   詳細

---------------------------------------------------------------------------*/

.kiji-title {
	position:relative;
	padding-bottom: 2.5em;
}

.kiji-title .date {
	position:absolute;
	right:1.25em;
	bottom:1em;
}

/*-------------------------------------------------------
   SNSボタン
-------------------------------------------------------*/

.snsbtn_list,
.snsbtn_list_under {
  margin-top: 30px;
  overflow: hidden;
}

.snsbtn_list ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
}

.snsbtn_list_under ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

@media screen and (max-width:940px) {
  .snsbtn_list ul {
    justify-content: flex-start;
  }
  .snsbtn_list_under ul {
    justify-content: flex-start;
  }
}

.snsbtn_list li,
.snsbtn_list_under li {
  display: block;
  margin-top: 10px;
  margin-right: 10px;
  position: relative;
}

.snsbtn_list li:last-child,
.snsbtn_list_under li:last-child {
  margin-right: 0;
}

.twitter-tweet-button {
  position: relative !important;
  top: 6px;
}

.fb-like span {
	width: 104px !important;
  height: 20px !important;
}
.fb-like span iframe {
	width: 104px !important;
  height: 20px !important;
}

.fb-share-button {
	position: relative !important;
	top: 6px;
}

.line-share-button {
  position: relative !important;
  top: 3px;
}

.insta_btn2:link {
  position: relative;
  top: 7px;
  padding: 0 .75em 0 .5em;
  border-radius: 4px;
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  text-decoration:none;
}
.insta_btn2:hover {
  opacity: .8;
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 img {
  display:inline-block;
  width: 24px;
  position: relative;
}

.insta_btn2 span {
  display:inline-block;
  position: relative;
  color: #FFF;
}

.impressions_btn .reactionbtn {
    height: 30px;
    line-height: 30px;
    background-color: #F39E26;
    background-repeat: no-repeat;
    background-position: 8px center;
    border-style: none;
    color: #fff;
    border-radius: 4px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: bold;
    box-sizing: border-box;
    cursor: pointer;
}

.impressions_btn .reactionbtn .ic {
    margin: 6px 4px 0 0;
}

.impressions_btn .count {
    color: #F39E26;
    font-weight: normal;
    text-align: center;
    padding: 2px 6px 2px 4px;
    margin-left: 2px;
    border-radius: 12px;
    background-color: #fff;
}
