@charset "utf-8";

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

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

   side

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

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

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

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



.kiji-title {
	position:relative;
	padding-bottom: 2.5em;
  margin-bottom: 20px;
}
.kiji-title.list-page-title {
  padding: 15px;
}


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

   カテゴリー

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

.main-cate-img ul {
  list-style: none;
  text-align: center;
}

.main-cate-img .owl-carousel .owl-wrapper-outer {
  margin-left: 25px;
}

.main-cate-img ul li {
  box-sizing: border-box;
  padding: 0 5px;
  line-height: 1.2;
}

.main-cate-img ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

.main-cate-img ul li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.main-cate-img ul li .img img {
  width: 100%;
  height: auto;
}

.main-cate-img ul li .cate {
  display: block;
  padding-top: .75em;
  font-size: 12px;
}

.main-cate-img .owl-carousel .owl-wrapper-outer{
  z-index: 2;
}

.main-cate-img .owl-theme .owl-controls {
  position: absolute;
  z-index: 1;
  top: calc(50% - 18px);
  width: calc(100% + 40px);
  height: 36px;
  margin-top: 0;
  padding-top: 0;
}


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

   今日のお仕事

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

.kiji-list-new2 {
	background:url("../image/dt-bg-blue.gif") repeat left top;
	padding-left:2.222222%;
	padding-right:2.222222%;
	padding-bottom:2.222222%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.kiji-list-new2 h2 {
  color: #4c7bbf;
  text-align: center;
	padding:25px 0 15px 0;
}

.kiji-list-new2 .list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-block-start:0;
  margin-block-end:0;
  overflow: hidden;
}
.kiji-list-new2 .list li {
  width: calc(20% - 4px);
  margin-right: 5px;
  margin-top: 5px;
  background-color: #fff;
  overflow: hidden;
}
.kiji-list-new2 .list li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width:1000px) {
  .kiji-list-new2 .list li {
    width: calc(25% - 4px);
  }
  .kiji-list-new2 .list li:nth-child(5n) {
    margin-right: 5px;
  }
  .kiji-list-new2 .list li:nth-child(4n) {
    margin-right: 0;
  }
  .kiji-list-new2 .list li:nth-child(9),
  .kiji-list-new2 .list li:nth-child(10) {
    display: none;
  }
}
@media screen and (max-width:800px) {
  .kiji-list-new2 .list li {
    width: calc(20% - 4px);
  }
  .kiji-list-new2 .list li:nth-child(4n) {
    margin-right: 5px;
  }
  .kiji-list-new2 .list li:nth-child(5n) {
    margin-right: 0;
  }
  .kiji-list-new2 .list li:nth-child(9),
  .kiji-list-new2 .list li:nth-child(10) {
    display: block;
  }
}

.kiji-list-new2 .list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
}

.kiji-list-new2 .list li .img {
  overflow: hidden;
}
.kiji-list-new2 .list li .img img {
  width: 100%;
  height: auto;
  aspect-ratio:4/3;
  object-fit: cover;
}

.kiji-list-new2 .list li p {
  margin-top: .5em;
}
.kiji-list-new2 .list li p b {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.kiji-list-new2 .list li p .other {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kiji-list-new2 .new-ic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  padding: 6px 8px;
  background-color: #e45257;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  border-bottom-right-radius: 8px;
}

.kiji-list-new2 .new2-list-move {
	list-style:none;
	text-align:center;
  margin: 20px auto 0;
}

.kiji-list-new2 .new2-list-move a,
.kiji-list-new2 .new2-list-move a:visited {
	display:inline-block;
	text-align:center;
	padding:6px 12px;
	background-color:#b4b4b4;	
	color:#fff;
	text-decoration:none;
	line-height:1.4em;
}
.kiji-list-new2 .new2-list-move a:hover {
	background-color:#c8c8c8;
}


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

   一覧

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

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

.kiji-list.pat02 .list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

.kiji-list.pat02 .list li .img {
  overflow: hidden;
}
.kiji-list.pat02 .list li .img img {
  width: 100%;
  height: auto;
  aspect-ratio:4/3;
  object-fit: cover;
}

.kiji-list.pat02 .list li p {
}
.kiji-list.pat02 .list li p b {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.kiji-list.pat02 .list li p .other {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kiji-list.pat02 .list .new-ic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  padding: 6px 8px;
  background-color: #e45257;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  border-bottom-right-radius: 8px;
}

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


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

   詳細

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

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

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

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


