.post-single{
margin: 100px auto 100px;
    padding: 0 15rem;
}
.post-single a {
    opacity: 1;
}
.singlePost{
	width: 100%;
}

.post__inner {
    text-align: left;
}
@media (max-width: 640px) {
    .post-single{
        display: block;
        padding: 0;
		margin:0;
    }
    .singlePost{
        width:100%;
		padding: 5rem 3rem 7rem 3rem;
    }
}
.singlePost img {
    width: 100%;
    margin-bottom: 30px;
    height: auto;
    object-fit: cover;
}
.post__body__info{
}
.post__body-date{
    color: #fff;
    display: flex;
    align-items: center;
}
@media (max-width: 640px) {
    .post__body-date{
    }
}
.post__body-title {
    font-size: 1.7rem;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}
@media (max-width: 640px) {
    .post__body-title {
    }
}
.post__body-text {
    color: #fff;
    text-align: left;
	margin-bottom:20px;
}

/*ページネーション*/
.pageNavi {
  margin-bottom: 100px;
	padding: 0 5rem;
	text-align:center;
}
.pageNavi a {
  color: #fff;
    background: #2e8b57;
    padding: 20px 35px !important;
}
.current {
	color: #fff;
    background: #2e8b57;
    padding: 20px 35px !important;
    border: none !important;

}
.wp-pagenavi span.current {
    color: #fff;
    background-color: #2e8b57;
}
.wp-pagenavi span {
      color: #fff;
    background: #f2f2f2;
    border: none !important;
}

/*ボタン*/
.button {
	    display: flex;
    justify-content: center;
}
.btnGreen {
    margin-top: 100px;
    background-color: #2e8b57;
    padding: 16px 23px;
    width: 272px;
    display: flex;
    letter-spacing: 5px;
    justify-content: center;
}
