/* GoogleMap */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.post_body {
font-size: medium;
line-height: 1.7;
}

/* 目次 */
.mokuji {
    border: 1px solid #58afcd;
    /* padding: 1rem; */
    margin: 1rem 0;
    font-size: small;
}
.mokuji_ttl {
    background-color: #58afcd;
    color: #fff;
    padding: 0.2rem 0 0.2rem 0.5rem;
    margin-bottom: 1rem;
}
.mokuji p {
    font-size: small;
    padding: 0 20px 0;
}
.mokuji ul{
	  font-size: small;
}

/* シェアボタン */
.detail_text > .share {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
}
.detail_text > .share a {
    width: 100%;
    margin: 0;
    text-align: center;
    text-decoration: none;
}

/* appreach */
.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;
}

.post_body {
    line-height: 1.9;
}

.post_body h3 {
    line-height: 1.3;
}