@charset "utf-8";

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

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

   side

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

/*-------------------------------------------------------
   最近の記事
-------------------------------------------------------*/

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

.sl-thumb a {
	text-decoration:none;
}


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

   一覧

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

.kiji-list li a {
	text-decoration:none;
}

.sl-thumb .react {
    display: inline-block !important;
    margin-left: 0.5em;
}


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

   詳細

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

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

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

.subcate .cate {
    margin-top: 6px;
}

.youtube {
    width:100%;              /*横幅いっぱいにwidthを指定*/
    padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
    height:0px;              /*高さはpaddingで指定するためheightは0に*/
    position: relative;
    margin-top: 0.5em;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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


/*-------------------------------------------------------
   記入者
-------------------------------------------------------*/

.staff {
	border:3px solid #dcdcdc;
	padding:15px;
	margin-top:30px;
}

.staff .imgLiquid {
	width:80px;
	height:60px;
	overflow:hidden;
	margin-right:15px;
	float:left;
}

.staff > .inner {
	margin-left:95px;
}

.staff .writer .tag {
	background:url(../image/writer-bg.gif) no-repeat right center;
	background-color:#69bee8;
	color:#fff;
	padding:2px 18px 2px 6px;
	vertical-align:middle;
	margin-right:15px;
	margin-bottom:5px;
}

.staff p {
	padding-top:5px;
}


