.post_content h2.catch span {
	font-size: 30px;
	display: block;
	color: #7d9039;
	margin-bottom: 10px;
}

.post_content .shop_cta h2.catch span {
	display: inline-block;
}

.post_content .shop_cta.changeCard {
	padding: 80px 2% 40px;
}

.post_content h2.catch {
	font-family: 'Yuji Syuku', serif !important;
	font-weight: normal !important;
	font-size: 40px;
}

.post_content p.shop_cta_main_line_text {
	margin: 0;
}

.post_content_item {
	margin-top: 120px;
}

.post_content .post_content_item h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	margin: 20px 0 10px;
	color: #7d9039;
}

.post_content_item .link_button.colum {
	margin-top: 0;
	margin-bottom: 2em;
	text-align: center;
}

.post_content_item_col2 {
	display: flex;
	margin-bottom: 2em;
	justify-content: center;
}

.post_content_item_col2_item {
	width: 50%;
}

.post_content_item_col2_item.small {
	max-width: 320px;
}

.post_content_item_col2_item:nth-child(1) {
	padding-right: 20px;
}

.post_content_item_col2_item:nth-child(2) {
	padding-left: 20px;
}

.only_sp {
	display: none;
}

.post_content .contact_cta_form .common_catch.kamekichi {
	padding: 0;
}

@media screen and (max-width: 800px) {
	.only_sp {
		display: block;
	}
	.only_pc {
		display: none;
	}
	.post_content h2.catch span {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.post_content h2.catch {
		font-family: 'Yuji Syuku', serif !important;
		font-weight: normal !important;
		font-size: 30px;
	}
	.post_content_item {
		margin-top: 80px;
	}
	.post_content .post_content_item h3 {
		font-size: 18px;
		margin: 20px 0 10px;
	}
	.post_content_item .link_button.colum {
		margin-top: 0;
		margin-bottom: 2em;
		text-align: center;
	}
	.post_content_item_col2_text_desc {
		margin-bottom: 0;
	}
	.post_content .post_content_item p {
		margin: 0 0 1em 0;
	}
	.post_content_item_col2 {
		display: flex;
		flex-direction: column;
		margin-bottom: 10px;
	}
	.post_content_item_col2_item {
		width: 100%;
		margin: 0 auto;
	}
	.post_content_item_col2_item.img {
		max-width: 320px;
		margin: 0 auto;
	}
	.post_content_item_col2_item.small {
		max-width: 320px;
		margin: 0 auto;
	}
	.post_content_item_col2_item:nth-child(1) {
		padding-right: 0;
	}
	.post_content_item_col2_item:nth-child(2) {
		padding-left: 0;
		margin-top: 20px;
	}
	.post_content_item_col2_text {
		margin-top: 20px;
	}
	.only_pc+.post_content_item_col2_text {
		margin-top: 0;
	}
}