.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}




div.blog-card-hl-box {
     background-color: #ffffff!important;
 }
 .blog-card .jin-ifont-post {
     font-size: 1rem;
     background: #ff6d6d;
     width: 35px;
     line-height: 35px;
     height: 35px;
     display: inline-block;
     text-align: center;
     border-radius: 50%;
     margin-right: 5px;
 }
 .blog-card {
     border-bottom: 22px solid;
 }
 .blog-card .blog-card-hl:after {
     color: #ff6868;
     width: 140px;
     top: 3px;
     left: 0;
     font-size: 1rem;
     font-weight: 500;
 }
 .blog-card-title {
     color: #3aadf4;
 }
 .blog-card-excerpt {
     opacity: .7;
 }
 .blog-card:after {
     content: "つづきを読む";
     position: absolute;
     bottom: -22px;
     right: 7px;
     color: white;
     font-size: 14px;
 }
 @media (max-width: 767px){
 .blog-card .jin-ifont-post:before {
     line-height: 35px;
 }
 .blog-card-hl-box {
     padding: 5px;
     top: -24px;
     left: 10px;
     width: 180px;
 }}
 @media (min-width: 768px){
 .blog-card-hl-box {
     padding: 5px;
     top: -23px;
     left: 20px;
     width: 180px;
 }}




/** 目次のカスタマイズ **/
@media (min-width: 768px){
#toc_container .toc_title {
margin-bottom: 20px;
margin-top: 0;
font-size: 22px;
background: #949494;
padding: 0;
line-height: 60px;
color:white!important;
}
#toc_container .toc_list {
padding-bottom: 20px;
}}
@media (max-width: 767px){
#toc_container .toc_title {
margin-bottom: 20px;
margin-top: 0;
font-size: 22px;
background: #949494;
padding: 0;
line-height: 60px;
color:white!important;
}
#toc_container .toc_list {
padding-bottom: 20px;
}}
div#toc_container:before {
border: 2px solid;
border-color: #949494!important;
opacity: 1;
background: #FFFCF0;
}
div#toc_container .toc_list > li a:hover {
text-decoration: none !important;
}
p.toc_title:before {
content: "\f02d";
font-family: "Font Awesome\ 5 Free";
font-weight:600;
margin-right: 10px;
color: #fff !important;
}
#toc_container .toc_list > li {
padding-left: 30px;
}
#toc_container .toc_list > li:after {
color: #424242b3;
}
#toc_container .toc_list > li > ul > li {
padding-left: 14px;
}