<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : kazokusou.css
Description : 家族葬プランページCSS
===================================================================== */

/* .plan_explain
-------------------------------------*/
.plan_explain::before {
	background: linear-gradient(to top left, transparent 50%, #9dc34a 50.5%) no-repeat top left/100% 100%;
}

.plan_explain::after {
	background: linear-gradient(to top right, transparent 50%, #9dc34a 50.5%) no-repeat top left/100% 100%;
}

/* .plan_explain
-------------------------------------*/
.takaishi_reason .reason_list .reason_title {
	background-color: #9dc34a;
}

.takaishi_reason .reason_list .reason_image::before {
	background: linear-gradient(to top left, transparent 50%, #9dc34a 53%) no-repeat top left/100% 100%;
}

.takaishi_reason .reason_list .reason_image::after {
	background: linear-gradient(to top right, transparent 50%, #9dc34a 53%) no-repeat top left/100% 100%;
}

/* .tab_flow
-------------------------------------*/
.tab_flow .flow_detail_list &gt; li::before,
.tab_flow .flow_detail_list .detail_title,
.tab_flow .flow_detail_list &gt; li .detail_title::after {
	background-color: #9dc34a;
}
</pre></body></html>