
.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;
}


.sb-id-27 .speech-balloon {
  background: #f1f1f1; /* 吹き出しメイン部分の背景色 */
  border: 2px solid #f1f1f1; /* 吹き出しメイン部分のボーダー */
}
div.sb-id-27 .speech-balloon::before { /* 丸パーツ(大)の指定 */
  border:2px solid #f1f1f1; 
  background: #f1f1f1; 
}
div.sb-id-27 .speech-balloon::after { /* 丸パーツ(小)の指定 */
  border: 2px solid #f1f1f1; 
  background: #f1f1f1; 
}

.article h2 {
  position: relative;/*相対位置*/
  padding-left: 1.4em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #000000;/*文字色*/
  background: #fe93a3;/*背景色を消す*/
}

.article h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b0";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
left: 0.2em;/*アイコンの位置*/
	top: 0.25;/*アイコンの位置*/
  color: #ffffff; /*アイコン色*/
}

.article h3 {
  position: relative;/*相対位置*/
  padding-left: 1.4em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #000000;/*文字色*/
  background: transparent;/*背景透明に*/
	border-left: solid 5px #ba84e1;
}

.article h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b0";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 0.2em;/*アイコンの位置*/
  top: 0.2;/*アイコンの位置*/
  color: #fe93a3; /*アイコン色*/
}