.single{
  max-width: 980px;
  margin: 0 auto;
}
.post-arrow a {
  display: flex;
  align-items: center;
  color: #644536;
  font-weight: 600;
  text-decoration: none;
}
.post-arrow a:hover{
  opacity: 0.3;
  cursor: pointer;
}
.post-arrow img {
  width: 5px;
}
.single__ymdc ul{
	margin: 15px auto 20px 0;
}
.single__ymdc ul li{
	display: inline-block;
	margin: 0 5px 5px 0;
	font-size: 12px;
}
.category-wrap{
	border: 1px solid #644536;
	padding: 5px 30px;
	border-radius: 2px;
	display: block;
}
.single .wp-block-image img {
  height: auto;
  max-width: 540px;
  display: block;
  margin:  40px auto 40px 0;
}
.single__title{
font-size: 28px;
font-weight: bold;
margin-bottom: 60px;
}
.ymd{
  margin-top: 3rem;
  color: #AC9A92;
  font-weight: bold;
  font-size: 14px;
}
.post-arrow a:first-of-type img {
  margin-right: 15px;
}
.post-arrow{
  margin: 80px auto 120px auto;
  display: flex;
  justify-content: space-between;
}
.post-arrow a:last-of-type img {
  margin-left: 15px;
}

.single p{
  letter-spacing: 0.1rem;
  line-height: 1.8rem;
  overflow-wrap: break-word;
  word-break: break-all;
}
body{
  box-sizing:border-box;
}
@media (max-width:980px) {
  .single{
  width: 95%;
  }
}

@media (max-width:767px){
  .single__title {
    font-size: 18px;
}
.single__title {
  margin-bottom: 20px;
}
}