/*
Theme Name: CheerUp Child
Theme URI: http://theme-sphere.com/
Description: A child theme of CheerUp
Author: ThemeSphere
Author URI: http://theme-sphere.com
Template: cheerup
Version: 1.1
*/


.widget-posts .posts.default .post-thumb, 
.widget-posts .posts.meta-below .post-thumb,
.widget_akismet_widget .posts.meta-below .post-thumb{
	width: 124px;
}
.tag-share .tag4{
	margin-right: 5px;
}
.tag-share .tag4 a{
	color: inherit;
}
.wpp-list.wpp-cards li{
	display: flex;
}
.wpp-list.wpp-cards li .thumb_img_wapper{
	min-width: 124px;
	margin-right: 22px;
}
.wpp-list.wpp-cards li .wpp-item-data{
	width: 100%;
}
.single-post .post-content .has-background{
	padding: 2.25em 2.375em;
	background-color: #f1f3f5;
}
.single-post .post-content p > .link3,
.single-post .post-content p > .link-icon{
	margin-bottom: 0;
}
.wpp-list.wpp-cards li .thumb_img_wapper{
	/*min-width: inherit;*/
	width: 130px;
}
.wpp-list.wpp-cards li .thumb_img_wapper img{
	height: auto;
}
.has-border p:last-of-type{
	margin-bottom: 0;
}

.popular-posts .posts li,
.widget_akismet_widget .posts li{
	position: relative;
	counter-increment: ranking;
}
.popular-posts .posts li:after,
.widget_akismet_widget .posts li:after{
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 23px;
	height: 23px;
	border-radius: 4px 0px;
	color: #fff;
	background-color: #19A1E6;
	font-family: "Montserrat", sans-serif;
	font-size: 0.6875rem;
	font-weight: bold;
	content: counter(ranking);
}

/* ----------------------------------------------------
* author-box-b custom
------------------------------------------------------*/

.post-content .author-box-b__title{
	margin-top: 50px;
}
.author-box-b{
	background: transparent;
	border-top: 4px solid #F1F3F5;
	border-bottom: 4px solid #F1F3F5;
	padding-left: 0;
	margin-top: 25px;
}
.author-box-b .image img{
	margin: 0 30px;
}
.author-box-b__link{
	margin-top: 15px;
	display: inline-block;
	font-weight: bold;
}
.author-box-b__link[target="_blank"]:after{
	content: "";
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-left: 5px;
	background: url(assets/images/common/icon-blank.svg) right center/12px 12px no-repeat;
}
.author-box-b .author__before{
	color: #58B3E0;
	margin-bottom: 0;
	font-size: 11px;
	font-weight: bold;
}
.author-box-b .author{
	margin-top: 0;
}
.author-box-b .author-bio{
	font-size: 13px;
	line-height: 20px;
}

/* author-box-b custom
------------------------------------------------------*/

/* ----------------------------------------------------
* link_card
------------------------------------------------------*/
.link_card{
	position: relative;
   display: flex;
  background: rgba(251, 140, 0, 0.02);
  border: 1px solid #74c4ec;
  word-wrap: break-word;
  max-width: 100%;
  border-radius: 5px;
  margin: 0px 10px 15px 10px;
  padding: 25px 30px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.link_card:before {
    padding: 4px 6px 4px 23px;
    content: "詳細を見る";
    background-color: #74c4ec;
    color: #fff;
    font-size: .8em;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://sanfuji.housing-messe.com/yell/live-rary/wp-content/uploads/sites/2/2023/03/bookmark-solid.png);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: 7% 40%;
}
.link_card .image {
    width: 100%;
	max-width: 200px;
    display: table-cell;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.link_card .image img {
    padding: 0;
}
.link_card__inner {
    display: block;
}
.link_card .title {
    font-size: 1em;
    margin: 0 10px 15px 0px;
    font-weight: bold;
    line-height: 1.4;
}
.link_card .content {
    font-size: .74em;
    color: #4c4c4c;
    margin: 0 10px 5px 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}


@media only screen and (max-width: 540px) {
	.link_card {
	    padding: 10px;
	}
	.link_card__inner {
	    width: calc(100% - 10px);
	}
}

@media screen and (max-width: 500px) {
  .link_card:before {
    font-size: .56em;
  }
  .link_card .title {
    font-size: .70em;
  }
  .link_card .content {
    font-size: .60em;
  }
}


/*a .link_card:after{
	position: absolute;
	background: url(assets/images/common/icon-arrow-right.svg) right 100% no-repeat;
	content: "";
	width: 10px;
	height: 17px;
	right: 20px;
	bottom: 20px;
	background-size: 100%;
}
.link_card__inner .image{
	min-width: 120px;
	margin-right: 15px;
}
.link_card__inner .image img{
	border-radius: 3px;
}
.link_card__inner .content{
	line-height: 20px;
	font-size: 14px;
}
.link_card__inner .content *:last-child{
	margin-bottom: 0;
}*/
/* link_card
------------------------------------------------------*/

.tagcloud__new {
	background-color: #F2F0E7;
	padding: 20px;
}
.tagcloud__new a {
	background: transparent!important;
    padding: 0;
    margin-right: 10px;
    line-height: 28px;
}

.slick-dots li button {
	padding: 0;
}

@media only screen and (max-width: 540px) {
	section.main-slider .slick-arrow {
		display: block!important;
	}

	section.main-slider .next-arrow.slick-arrow, 
	section.main-slider .prev-arrow.slick-arrow {
		background-position: center;
		width: 30px;
    	height: 30px;
	}
}

#homeAddPx .new__homeAddPx,
.footer .footer-ctrl div {
	@media screen and (max-width: 767px) {
		font-size: 1.2rem;
	}
}