/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 05 2023 | 11:26:07 */
#recent-p .rpwe-block li {
  margin: 0 0 25px !important;
  padding: 0 !important;
  border-bottom: none;
  overflow: hidden;
  height: 100px;
}
#popular-p span.wpp-excerpt {
	display: block;
	height: 43px;
  overflow: hidden;
}

#home-topics .rpwe-block ul {
  margin: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#recent-p .rpwe-block ul {
  margin: 0px;
}

#home-topics .rpwe-block li {
  border-bottom: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: calc(33.33% - 16.66px);
}
@media screen and (max-width: 640px) {
  #home-topics .rpwe-block ul {
  }
  #home-topics .rpwe-block li {
    margin-bottom: 25px !important;
    width: 100%;
  }
  #home-topics .rpwe-block li:last-child {
    margin-bottom: 0 !important;
  }
}

img.rpwe-thumb {
  border: none !important;
  box-shadow: none !important;
  margin: 0 15px 0 0 !important;
  padding: 0 !important;
  width: 100px;
  height: 100px;
}

.topics img.rpwe-thumb {
  margin: 0 0 10px !important;
  padding: 0 !important;
  width: 100%;
  height: auto;
}

.rpwe-block h3.rpwe-title {
  font-size: 14px !important;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 7px !important;
}

.rpwe-block.topics h3.rpwe-title {
  font-size: 16px !important;
  margin-bottom: 5px !important;
}

.rpwe-time {
  font-size: 0.8em !important;
}

.rpwe-summary {
  margin-top: 9px;
  font-size: 14px !important;
}

.topics .rpwe-summary {
  margin-top: 8px;
}

ul.rpwe-ul li:last-child,
ul.wpp-list li:last-child {
  padding: 0 !important;
}

ul.wpp-list li {
  margin-bottom: 25px !important;
  padding-bottom: 0px !important;
  height: 100px;
  overflow: hidden;
}

.wpp-thumbnail {
  margin: 0 15px 0 0 !important;
  padding: 0 !important;
}

.wpp-meta, .post-stats {
    margin: 0 !important;
}

.wpp-post-title {
  text-decoration: none !important;
}

.wpp-meta, .post-stats {
  font-weight: normal;
  color: #bbb;
}

@media screen and (max-width: 640px) {
  .wpp-thumbnail {
    width: 100px;
    height: 100px;
  }
  .rpwe-block.topics li {
    width: 100%;
  }
  .rpwe-block.topics li:nth-of-type(1) {
    margin-bottom: 25px !important;
  }
}


/* original　*/

.rpwe-block li{
border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
}

.rpwe-block a{
display: inline !important;
text-decoration: none;
}

.rpwe-block h3{
background: none !important;
clear: none;
margin-bottom: 0 !important;
margin-top: 0 !important;
font-weight: 400;
font-size: 12px !important;
line-height: 1.5em;
}

.rpwe-thumb{
border: 1px solid #eee !important;
box-shadow: none !important;
margin: 2px 10px 2px 0;
padding: 3px !important;
}

.rpwe-summary{
font-size: 12px;
}

.rpwe-time{
color: #bbb;
font-size: 11px;
}

.rpwe-comment{
color: #bbb;
font-size: 11px;
padding-left: 5px;
}

.rpwe-alignleft{
display: inline;
float: left;
}

.rpwe-alignright{
display: inline;
float: right;
}

.rpwe-aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after{
content: "";
display: table !important;
}

.rpwe-clearfix:after{
clear: both;
}

.rpwe-clearfix{
zoom: 1;
}



/* テーマのトピックス
#index_blog li:nth-child(odd) {
  float: left;
  width: calc(50% - 12.5px);
}

#index_blog li:nth-child(even) {
  float: right;
  width: calc(50% - 12.5px);
}

#index_blog ol li {
  position: relative;
  margin: 0 0 25px 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
}

#index_blog ol li .image {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  background: none !important;
}

#index_blog ol li a.image img {
  width: 100% !important;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


@media screen and (max-width: 640px) {
  #index_blog li:nth-child(odd),
  #index_blog li:nth-child(even) {
    float: none;
    width: 100%;
  }
}
*/