/***************** シングルページ ********************************************/
.page-single .box {
  padding: 3rem 0;
}
.page-single .box h2 {
  font-weight: bold;
  border-bottom: #ececec 1px solid;
  padding-bottom: 0.5rem;
  font-size: 150%;
  line-height: 160%;
}
.page-single .box .date {
  text-align: right;
  padding-top: 0.5rem;
  margin-bottom: 3rem;
}
.site-content article {
  margin-bottom: 2rem;
  text-align: justify;
}
.site-content article p {
  line-height: 160%;
}
.site-content article img {
  width: auto;
  margin-left: 0;
}
