.post_content .flow_lists {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 800px;
}

.post_content .flow_lists .flow_lists_item {
	list-style: none;
	position: relative;
	width: 100%;
}

.post_content .flow_lists .flow_lists_item::after {
	border-style: solid;
	content: '';
	height: 0;
	position: absolute;
	width: 0;
	border-color: #718638 transparent transparent transparent;
	border-width: 15px 30px 0 30px;
	bottom: -50px;
	left: 50%;
	top: auto;
	transform: translateX(-50%);
}

.post_content .flow_lists .flow_lists_item:last-child::after {
	display: none;
}

.post_content .flow_lists .flow_lists_item:nth-child(n + 2) {
	margin-top: 80px;
}

.post_content .flow_lists .flow_lists_item_number {
	color: #718638;
	font-size: 40px;
	font-weight: bold;
	left: calc(50% - 170px);
	line-height: 1;
	position: absolute;
	top: 0;
}

.post_content .flow_lists .flow_lists_item_img {
	margin: 0 auto;
	width: 300px;
}

.post_content .flow_lists .flow_lists_item_title {
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0 0;
	text-align: center;
}

.post_content .flow_lists .flow_lists_item_desc {
	font-size: 16px;
	margin: 20px 0 0;
	line-height: 2;
	text-align: center;
}

.post_content .flow_lists .flow_lists_item_desc span {
	background: linear-gradient(transparent 60%, #ffe54c 60%);
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
}

@media screen and (max-width: 800px) {
	.post_content .flow_lists {
		display: block;
		margin: 0 auto;
	}
	.post_content .flow_lists .flow_lists_item {
		margin-left: 0;
		width: 100%;
	}
	.post_content .flow_lists .flow_lists_item::after {
		border-color: #718638 transparent transparent transparent;
		border-width: 15px 30px 0 30px;
		bottom: -36px;
		left: 50%;
		top: auto;
		transform: translateX(-50%);
	}
	.post_content .flow_lists .flow_lists_item:nth-child(3n + 1)::after {
		content: '';
	}
	.post_content .flow_lists .flow_lists_item:last-child::after {
		content: none;
	}
	.post_content .flow_lists .flow_lists_item:nth-child(3n + 1) {
		margin-left: 0;
	}
	.post_content .flow_lists .flow_lists_item:nth-child(n + 4) {
		margin-top: 60px;
	}
	.post_content .flow_lists .flow_lists_item:nth-child(n + 2) {
		margin-top: 60px;
	}
	.post_content .flow_lists .flow_lists_item_number {
		color: #718638;
		font-size: 40px;
		font-weight: bold;
		left: 0;
		line-height: 1;
		position: absolute;
		top: 0;
	}
	.post_content .flow_lists .flow_lists_item_img {
		width: 100%;
		max-width: 180px;
	}
	.post_content .flow_lists .flow_lists_item_title {
		font-size: 20px;
	}
	.post_content .flow_lists .flow_lists_item_desc {
		font-size: 14px;
		margin: 20px 0 0;
		line-height: 2;
		text-align: left;
	}
}

/* ------------------------------------------
  menu_example paint promise
------------------------------------------ */

.menu_example_main_text.promise {
	text-align: center;
}

/* ------------------------------------------
  flow_after
------------------------------------------ */

.flow_after {
	padding: 120px 0;
}

.flow_after_main {
	max-width: 1010px;
	padding: 0 40px;
	margin: 0 auto;
}

.flow_after .common_catch.kamekichi {
	display: table;
	margin: 0 auto;
}

.flow_after_main_main {
	display: flex;
	align-items: center;
	margin-top: 70px;
}

.flow_after_main_main_img {
	width: calc(50% - 20px);
}

.flow_after_main_main_img img {
	width: 100%;
}

.flow_after_main_main_text {
	width: calc(50% - 20px);
	margin-left: 40px;
}

.flow_after_main_main_text_item {
	font-size: 16px;
	line-height: 1.7;
}

@media screen and (max-width: 800px) {
	.flow_after {
		padding: 100px 0 60px;
	}
	.flow_after_main {
		padding: 0 20px;
	}
	.flow_after_main_main {
		display: block;
		margin-top: 40px;
	}
	.flow_after_main_main_img {
		width: 100%;
	}
	.flow_after_main_main_text {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.flow_after_main_main_text_item {
		font-size: 15px;
		line-height: 1.7;
	}
}

/* ------------------------------------------
  flow_after faq
------------------------------------------ */

.flow_after.faq {
	background-color: #f4f1ef;
}

.flow_after_main_faq {
	margin-top: 70px;
}

.flow_after_main_faq_item {
	border-radius: 30px;
	padding: 40px;
	background: #fff;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.flow_after_main_faq_item_content {
	display: flex;
}

.flow_after_main_faq_item+.flow_after_main_faq_item {
	margin-top: 40px;
}

.flow_after_main_faq_item_content_top {
	font-family: 'Yuji Syuku', serif !important;
	font-weight: normal !important;
	font-size: 32px;
	color: #7d9039;
	margin-right: 20px;
}

.flow_after_main_faq_item_content_desc {
	font-size: 16px;
	line-height: 1.7;
	margin-top: 7px
}

.flow_after_main_faq_item_content+.flow_after_main_faq_item_content {
	margin-top: 20px;
	border-top: 1px #000 solid;
	padding-top: 20px;
}

@media screen and (max-width: 800px) {
	.flow_after_main_faq {
		margin-top: 20px;
	}
	.flow_after_main_faq_item {
		border-radius: 20px;
		padding: 20px;
	}
	.flow_after_main_faq_item+.flow_after_main_faq_item {
		margin-top: 20px;
	}
	.flow_after_main_faq_item_content_top {
		font-size: 24px;
		margin-right: 10px;
	}
	.flow_after_main_faq_item_content_desc {
		font-size: 16px;
		line-height: 1.7;
		margin-top: 4px
	}
	.flow_after_main_faq_item_content+.flow_after_main_faq_item_content {
		margin-top: 10px;
		padding-top: 10px;
	}
}