/* plan post Page
------------------------------------------ */
.post__headline{
  text-align: left;
  padding-top: 1rem;
}
.post__headline.pc{
  display: none;
}
.post__headline.sp{
  display: block;
}
.post__thumbnail-area{
  margin-bottom: 2rem;
}
.post__thumbnail{
  margin-top: 0;
}
.postPlan{
  margin-top: 2.25rem;
}
.postPlan .postPlan__headline{
  font-size: 1.2rem;
}
.postPlan__body{
  padding: 1rem 1.5rem;
  line-height: 2.0;
}
.postGroup{
  margin-top: 0;
}

.fairPostSns{
  justify-content: center;
  margin-top: 0;
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .post__headline{
    text-align: center;
    padding-top: 0;
  }
  .post__headline.pc{
    display: block;
  }
  .post__headline.sp{
    display: none;
  }
  .post__thumbnail-area{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5rem 4.6875rem 5rem ;
    margin-bottom: 0;
  }
  .post__thumbnail{
    width: 24rem;
  }
  .post__text-area{
    width: calc(100% - 24rem);
    box-sizing: border-box;
    padding-left: 4rem;
  }
  .post__description{
    margin-top: 0;
  }
  .postPlan__body{
    padding: 2rem;
  }

}/* ------------------------------------------ */
