@charset "utf-8";

/*2025.09.05*/
.column-sticky__main .custom_box{
	align-items:flex-start;
}
.card-post_text{
	margin-top:1.5rem;
	padding:1.5rem;
}
.card-post_text ol{
	margin:1.5rem auto;
}
.card-post-stack .card-post_text,
.bg-none.bg-none--beige .card-post_text{
	background-color: rgba(255, 255, 255, 0.7);
}
.bg-none .card-post_text{
	background-color:#F9F8F6;
}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 767px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/


}