section.single-post{
	max-width: 800px;
  margin: auto;
  padding-top: 50px;
}

.post-time{
	font-size: 16px;
	margin-bottom: 8px;
}

.blog-detail__title{
	text-align: left;
  font-size: 35px;
  font-family: serif;
}

.blog-detail__image{
	margin-bottom: 3%;
}

.blog-detail__image img{
	width: 100%;
}

h2{
	line-height: 2.2;
  padding-top: 0px;
  font-weight: bold;
  background: #f7f7f7;
  border-left: solid #25B900 10px;
  padding: 8px 12px;
  border-bottom: solid 3px #dadada;
  clear: both;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 3%;
  font-family: serif;
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 50%);
	margin-top: 0;
}

h3{
	line-height: 2.2;
  padding-top: 0px;
  font-weight: bold;
  border-left: solid #25B900 10px;
  padding: 8px 12px;
  clear: both;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3%;
  font-family: serif;
	margin-top: 0;
}

h4{
	line-height: 2.2; */
  font-weight: bold;
  padding: 0px 12px 5px 5px;
  clear: both;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3%;
  font-family: serif;
  border-bottom: 3px solid #25b900;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 3%;
}

p{
	font-size: 16px;
  line-height: 30px;
  font-weight: bold;
	margin-bottom: 2%;
}


img.size-full{
	width: 100%;
  margin: 0 auto 3%;
}

img.size-large{
  margin: 0 auto 3%;
}

img.size-medium{
	width: 50%;
  margin: 0 auto 3%;
}

img.size-thumbnail{
	width: 30%;
  margin: 0 auto 3%;
}

.related-title{
  font-size: 22px;
  padding: 10px 0px 10px 30px;
  margin-bottom: 1%;
  color: #000;
  background-image: url(../../img/post/check.svg);
  background-repeat: no-repeat;
  background-position-y: center;
}

.relatedposts{
	display: flex;
	justify-content:space-between;
	margin-bottom: 10%;
}

.relatedposts .cell {
  width: 23%;
  text-align: center;
  border: 1px solid hsla(0,0%,50%,.1);
  padding: 1%;
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 50%);
}

.relatedposts img.size-thumbnail{
	margin-bottom: 10px;
}

.post-date p{
	font-size: 12px;
  line-height: 12px;
	margin-bottom: px;
}

.blog-detail__body{
	margin-bottom: 8%;
}

.wp-video{
	margin-bottom: 3%;
}

.post-title {
  text-align: left;
  width: 95%;
  margin: auto;
  margin-top: 3%;
}

@media only screen and (max-width:830px){

	section.single-post {
		margin: 0 5%;
	}

}

@media only screen and (max-width:420px) {

	.blog-detail__title{
		margin-bottom: 0;
	}

	section.single-post {
    padding-top: 70px;
	}

	p {
    font-size: 14px;
    margin-bottom: 3%;
	}

	h2{
		font-size: 18px;
	}

	h3{
		font-size: 16px;
	}

	h4{
		padding: 0px 12px 0px 4px;
	}

	img.size-full{
		width: 100%;
	  margin: 0 auto 5%;
	}

	img.size-medium{
		width: 65%;
	  margin: 0 auto 5%;
	}

	img.size-thumbnail{
		width: 45%;
	  margin: 0 auto 5%;
	}

	.blog-detail__title{
		font-size: 23px;
	}

	.post-time {
    font-size: 14px;
    margin-bottom: 8px;
    padding-left: 5px;
	}

	.related-title {
    font-size: 18px;
    background-image: url(../../img/post/check.svg);
    background-size: 6%;
	}

	.relatedposts{
		flex-wrap: wrap;
	}

	.relatedposts .cell{
		width: 48%;
		margin-bottom: 3%;
	}


}

@media only screen and (max-width:395px) {

}

@media only screen and (max-width:375px) {

}

@media only screen and (max-width:365px) {

}
