a{
    text-decoration: none;
    cursor: pointer;
}

.post__content__wrap{
	max-width: 980px;
	margin: auto;
	padding: 100px 20px 120px 20px;
	letter-spacing: 0.08em;
}
.post__content{
    padding-bottom: 70px;
}
.post__content a{
    color: #00208B;
    text-decoration: underline;
}
.post__content figure{
    max-width: 560px;
    padding: 20px 0;
}
.post__content p{
	color: #644536;
	padding-bottom: 20px;
	margin: 0;
}
.post__thumb{
    width: 350px;
    padding-bottom: 40px;
}
.post__date{
	color: #AC9A92;
	font-size: 14px;
	padding-bottom: 9px;
	margin: 0;
	letter-spacing: 0.08em;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.post__ttl{
	color: #644536;
	font-size: 28px;
	padding-bottom: 68px;
	font-weight: 600;
	margin: 0;
	letter-spacing: 0.08em;
}

.purchase-btn{
    position: relative;
    width: 100%;
    max-width: 360px;
    margin-bottom: 7rem;
    border: solid 2px #644536;
}
.purchase-btn p {
    color: #644536;
    text-align: center;
    display: block;
    padding: 27px 0;
    line-height: 1;
    text-decoration: none;
}

.purchase-btn::after{
    content: "";
    background-image: url(../images/btn01_br_arrow.svg);
    width: 93px;
    height: 105px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: -30px;
    top: -16px;
}

.post-arrow{
    display: flex;
    justify-content: space-between;
}
.post-arrow img{
	width: 5px;
}
.post-arrow a{
	display: flex;
	align-items: center;
	color: #644536;
	font-weight: 600;
	text-decoration: none;
}
.post-arrow a:first-of-type img{
    margin-right: 15px;
}
.post-arrow a:last-of-type img{
    margin-left: 15px;
}

@media (max-width: 767px) {
    .post__content__wrap{
		padding-top: 60px;
		padding-bottom: 100px;
    }
    .post__content{
        padding-bottom: 50px;
    }
    .post__content figure{
        max-width: 100%;
    }
    .post__date{
        font-size: 12px;
        padding-bottom: 7px;
    }
    .post__ttl{
        font-size: 18px;
        padding-bottom: 30px;
    }
    .post__thumb{
        width: 100%;
    }
	.post__thumb img{
		width: 100%;
		height: auto;
    }

}

