/*
Theme Name:PORIPU tears for SANGO
Template:sango-theme
Theme Name:sango-theme-poripu
Theme URI:https://oldno07.com/poripu/
Author: マサオカ
Author URI:https://oldno07.com/
Description: SANGOの子テーマです。SANGO親テーマをインストールした状態で、本子テーマを適用してください。使い方は<a href="https://oldno07.com/poripu/">デモサイト</a>を御覧ください。
Version:1.28
/*--------------------------------------
ここから下にCSSを追加してください
--------------------------------------*/
/*--------------------------------------
  見出しh2
--------------------------------------*/
.entry-content h2{

}
.fa5 .entry-content h2:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/*--------------------------------------
  見出しh3
--------------------------------------*/
.entry-content h3 {

}
.fa5 .entry-content h3:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/*--------------------------------------
  見出しh4
--------------------------------------*/
.entry-content h4 {

}
.fa5 .entry-content h4:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.review-rate-icon-wrapper {
  display: inline-flex;
  flex-direction: row;
}

.review-rate-icon-wrapper img {
  width: 52px;
  margin-right: 10px;
}

.review-rate-icon-wrapper .small img {
  width: 32px;
}

.review-rate-icon-wrapper img:last-child {
  margin-right: 0px;
}

.myactivity-sidebar-wrapper {
  margin-top: 20px;
}
.myactivity-sidebar-wrapper .myactivity-container {
  display: flex;
  align-content: center;
  color: #333;
  text-decoration: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.myactivity-sidebar-wrapper .myactivity-container .myactivity-item-image {
  display: block;
}
.myactivity-sidebar-wrapper .myactivity-container .myactivity-item-image img {
  width: 90px;
  max-height: 90px;
  object-fit: cover;
}
.myactivity-sidebar-wrapper .myactivity-container .myactivity-item-description {
  display: flexbox;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding-left: 12px;
}
