@charset "utf-8";
/* ============================================================ */
/* ご法要プラントップ用スタイル */
/* ============================================================ */
#plan_index .inner p {
	/*text-align: center;*/
}

/*#plan_index .inner .menu_03column li a p ,
#plan_index .inner .menu_04column li a p {
	text-align: left !important;
}*/


/* #plan_list
------------------------------------------------------------ */
#plan_index .inner #plan_list {
	margin-top: 60px;
}


/* #voice
------------------------------------------------------------ */
#plan_index .inner #voice {
	margin-bottom: 40px;
}

#plan_index .inner #voice .menu_04column a img {
	width: 241px;
	height: 155px;
}


/* ============================================================ */
/* ご法要プラン共通用スタイル */
/* ============================================================ */
.memorial_service_plan #main p {
	/*text-align: center;*/
}

.memorial_service_plan .midashi03 {
	margin-bottom: 10px;
}

.memorial_service_plan .btn_link ul .link06 a:after {
	display: none;
}

.memorial_service_plan .btn_link ul .link06 a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f0e8));
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#f9f0e8))";
	background: -moz-linear-gradient(top, #ffffff, #f9f0e8);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffffff, #f9f0e8);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #ffffff, #f9f0e8);/* IE10+, W3C */
}


/* .box_price
------------------------------------------------------------ */
.memorial_service_plan .box_price {
	background: url(/common/img/common/bg_pattern01.png) 0 0 repeat;
	margin: 35px 0 30px 0;
	padding: 25px;
	overflow: hidden;
	color: #fff;
}

.memorial_service_plan .box_price p {
	font-size: 1.4rem;
}

.memorial_service_plan .box_price p span {
	font-size: 2.0rem;
	font-weight: bold;
}

.memorial_service_plan .box_price p span > span {
	font-size: 2.4rem;
}


/* #plan_detail , #meal
------------------------------------------------------------ */
.memorial_service_plan #plan_detail ul ,
.memorial_service_plan #meal ul {
	overflow: hidden;
}

.memorial_service_plan #plan_detail ul li ,
.memorial_service_plan #meal ul li {
	float: left;
	width: 182px;
	margin: 0 12px 12px 0;
	background: url(/common/img/common/bg_pattern04.png) 0 0 repeat;
	border-radius: 5px;
	padding: 0 25px 25px 25px;
	color: #fff;
}

.memorial_service_plan #plan_detail ul li:nth-child(3n) ,
.memorial_service_plan #meal ul li:nth-child(3n) {
	margin: 0 0 12px 0;
}

.memorial_service_plan #plan_detail ul li img ,
.memorial_service_plan #meal ul li img {
	margin: 0 -25px 10px -25px;
	border-radius: 5px 5px 0 0;
}

.memorial_service_plan #plan_detail ul li p ,
.memorial_service_plan #meal ul li p {
	text-align: left;
}

.memorial_service_plan #plan_detail ul li p span ,
.memorial_service_plan #meal ul li p span {
	font-weight: bold;
	font-size: 1.5rem;
}


/* #plan_detail
------------------------------------------------------------ */
.memorial_service_plan #plan_detail ul {
	margin: 30px 0 0 0;
}

.memorial_service_plan #plan_detail ul li p {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.6;
}

.memorial_service_plan #plan_detail ul li p span {
	font-weight: normal;
	font-size: 1.3rem;
}


/* #meal
------------------------------------------------------------ */
.memorial_service_plan #meal .meal_detail {
	margin: 0 0 25px 0;
}

.memorial_service_plan #meal .meal_detail:first-of-type {
	margin: 30px 0 25px 0;
}

.memorial_service_plan #meal .meal_detail:last-of-type {
	margin: 0;
}

.memorial_service_plan #meal .meal_detail:last-of-type ul li {
	width: 300px;
	margin: 0 20px 0 0;
}

.memorial_service_plan #meal .meal_detail:last-of-type ul li:last-of-type {
	margin: 0;
}

.memorial_service_plan #meal ul li p {
	line-height: 1.6;
	font-weight: normal;
	font-size: 1.3rem;
}

.memorial_service_plan #meal ul li p span {
	font-weight: bold;
	font-size: 1.5rem;
}

.memorial_service_plan #meal ul li p em {
	font-weight: normal;
	font-size: 1.1rem;
}



/* #flow
------------------------------------------------------------ */
.memorial_service_plan #flow {
	margin: 0 0 70px 0;
}

.memorial_service_plan #flow ul li {
	background: #ffe6ed;
	position: relative;
	z-index: 1000;
	padding: 30px;
	box-sizing:border-box;
}

.memorial_service_plan #flow ul li:nth-child(2n+0) {
	background: #ffcbdb;
}

.memorial_service_plan #flow ul .flow02 {
	z-index: 900;
}

.memorial_service_plan #flow ul .flow03 {
	z-index: 800;
}

.memorial_service_plan #flow ul .flow04 {
	z-index: 700;
}

.memorial_service_plan #flow ul .flow05 {
	z-index: 600;
}

.memorial_service_plan #flow ul .flow06 {
	z-index: 500;
}

.memorial_service_plan #flow ul .flow07 {
	z-index: 400;
}

.memorial_service_plan #flow ul li:nth-child(2n+1):after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 230, 237, 0);
	border-top-color: #ffe6ed;
	border-width: 15px;
	margin-left: -15px;
}

.memorial_service_plan #flow ul li:nth-child(2n+0):after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 203, 203, 0);
	border-top-color: #ffcbdb;
	border-width: 15px;
	margin-left: -15px;
}

.memorial_service_plan #flow ul .flow07:after {
	top: 0 !important;
	left: 50% !important;
	position: absolute !important;
}

.memorial_service_plan #flow ul li div {
	padding: 0 0 0 87px;
	overflow: hidden;
}

.memorial_service_plan #flow ul .flow01 div {
	background: url(/common/img/common/ico_flow01.png) 0 0 no-repeat;
}

.memorial_service_plan #flow ul .flow02 div {
	background: url(/common/img/common/ico_flow02.png) 0 0 no-repeat;
}

.memorial_service_plan #flow ul .flow03 div {
	background: url(/common/img/common/ico_flow03.png) 0 0 no-repeat;
}

.memorial_service_plan #flow ul .flow04 div {
	background: url(/common/img/common/ico_flow04.png) 0 0 no-repeat;
}

.memorial_service_plan #flow ul .flow05 div {
	background: url(/common/img/common/ico_flow05.png) 0 0 no-repeat;
}

.memorial_service_plan #flow ul .flow06 div {
	background: url(/common/img/common/ico_flow06.png) 0 0 no-repeat;
}

.memorial_service_plan #flow ul .flow07 div {
	background: url(/common/img/common/ico_flow07.png) 0 0 no-repeat;
}

.memorial_service_plan #flow ul .flow02 div ,
.memorial_service_plan #flow ul .flow07 div {
	padding-bottom: 15px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.memorial_service_plan #flow ul .flow02 div ,
	.memorial_service_plan #flow ul .flow07 div {
		padding-bottom: 18px;
	}
}

.memorial_service_plan #flow ul li div p {
	text-align: left;
}

.memorial_service_plan #flow ul .flow01 div p ,
.memorial_service_plan #flow ul .flow03 div p ,
.memorial_service_plan #flow ul .flow04 div p ,
.memorial_service_plan #flow ul .flow05 div p ,
.memorial_service_plan #flow ul .flow06 div p {
	float: left;
	width: 414px;
}

.memorial_service_plan #flow ul .flow01 div img ,
.memorial_service_plan #flow ul .flow03 div img ,
.memorial_service_plan #flow ul .flow04 div img ,
.memorial_service_plan #flow ul .flow05 div img ,
.memorial_service_plan #flow ul .flow06 div img {
	float: right;
}


/* #plan_voice
------------------------------------------------------------ */
.memorial_service_plan #plan_voice ul {
	margin: 30px 0 0 0;
	overflow: hidden;
}

.memorial_service_plan #plan_voice ul li {
	float: left;
	width: 350px;
	margin: 0 20px 20px 0;
	background: url(/common/img/common/bg_pattern04.png) 0 0 repeat;
	border-radius: 5px;
}

.memorial_service_plan #plan_voice ul li:nth-child(2n+0) {
	margin: 0 0 20px 0;
}

.memorial_service_plan #plan_voice ul li a {
	padding: 0 25px 25px 25px;
	display: block;
	color: #fff;
}

.memorial_service_plan #plan_voice ul li a:after {
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-family: 'icon';
    content: "\e601";
	color: #fdebdf;
	font-size: 1.5rem;
	line-height: 0.2;
	text-align: right;
	padding: 10px 0 0 0;
}

.memorial_service_plan #plan_voice ul li a img {
	margin: 0 -25px 10px -25px;
	border-radius: 5px 5px 0 0;
	width: 350px;
	height: 225px;
}

.memorial_service_plan #plan_voice ul li a p {
	text-align: left !important;
	border-top: 1px solid #906949;
	padding: 10px 0 0 0;
}

.memorial_service_plan #plan_voice ul li a h4 {
	color: #fdebdf;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px solid #693c19;
	padding: 0 0 5px 0;
	text-align: center;
}



/* #plan_menu
------------------------------------------------------------ */
.memorial_service_plan #plan_menu ul {
	margin: 30px 0 0 0;
	overflow: hidden;
}

.memorial_service_plan #plan_menu ul li {
	float: left;
	width: 232px;
	margin: 0 12px 12px 0;
	background: url(/common/img/common/bg_pattern04.png) 0 0 repeat;
	border-radius: 5px;
}

.memorial_service_plan #plan_menu ul li:nth-child(3n) {
	margin: 0 0 12px 0;
}

.memorial_service_plan #plan_menu ul li a {
	margin: 0 0 12px 0;
}

.plan #plan_menu ul li a {
	padding: 0 25px 25px 25px;
	display: block;
	color: #fff;
}

.memorial_service_plan #plan_menu ul li a:after {
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-family: 'icon';
    content: "\e601";
	color: #fdebdf;
	font-size: 1.5rem;
	line-height: 0.2;
	text-align: right;
	padding: 10px 0 0 0;
}

.memorial_service_plan #plan_menu ul li a img {
	margin: 0 -25px 10px -25px;
	border-radius: 5px 5px 0 0;
}

.memorial_service_plan #plan_menu ul li a p {
	text-align: left !important;
	border-top: 1px solid #906949;
	padding: 10px 0 0 0;
}

.memorial_service_plan #plan_menu ul li a h4 {
	color: #fdebdf;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px solid #693c19;
	padding: 0 0 5px 0;
	text-align: center;
}



/* ============================================================ */
/* 感動プラン用スタイル */
/* ============================================================ */
/*#plan_excitement .btn_link ul .link06 {
	padding: 13px 0 14px 0;
}
*/
#plan_excitement #movie .excitement_movie iframe {
	/*width: 720px !important;
	height: 405px !important;*/
}


/* ============================================================ */
/* やすらぎプラン用スタイル */
/* ============================================================ */
#plan_peace .btn_link ul li {
	width: 355.5px;
	margin: 0 1px 1px 0;
}

#plan_peace .btn_link ul li:nth-child(2n+0) {
	margin-right: 0;
}

#plan_peace .btn_link ul .link03 ,
#plan_peace .btn_link ul .link04 {
	margin-bottom: 0;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#plan_peace .btn_link ul .link03 ,
	#plan_peace .btn_link ul .link04 {
		border-bottom: none !important;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#plan_peace .btn_link ul .link03 ,
	#plan_peace .btn_link ul .link04 {
		border-bottom: none !important;
	}
}

#plan_peace .btn_link ul .link01 a {
	border-radius: 5px 0 0 0;
}

#plan_peace .btn_link ul .link02 a {
	border-radius: 0 5px 0 0;
}

#plan_peace .btn_link ul .link03 a {
	border-radius: 0 0 0 5px;
}

#plan_peace .btn_link ul .link04 a {
	border-radius: 0 0 5px 0;
}



/* ============================================================ */
/* くつろぎプラン用スタイル */
/* ============================================================ */
#plan_relaxation .btn_link ul .link06 a:after {
	display: none;
}

#plan_relaxation .btn_link ul .link06 a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9f0e8));
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#f9f0e8))";
	background: -moz-linear-gradient(top, #ffffff, #f9f0e8);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffffff, #f9f0e8);/* Chrome10+, Safari5.1+ */
	background: linear-gradient(to bottom, #ffffff, #f9f0e8);/* IE10+, W3C */
}

#plan_relaxation #flow ul li div {
	padding-bottom: 15px;
}

#plan_relaxation #flow ul .flow06 div {
	padding-bottom: 38px;
}

#plan_relaxation #flow ul li div p {
	width: 100%;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#plan_relaxation #flow ul li div {
		padding: 0 0 3px 65px;
	}
	
	#plan_relaxation #flow ul .flow01 div {
		background: url(/common/img/common/ico_flow01.png) 0 0 no-repeat;
		background-size: 45px;
	}
	
	#plan_relaxation #flow ul .flow02 div {
		background: url(/common/img/common/ico_flow02.png) 0 0 no-repeat;
		background-size: 45px;
	}
	
	#plan_relaxation #flow ul .flow03 div {
		background: url(/common/img/common/ico_flow03.png) 0 0 no-repeat;
		background-size: 45px;
	}
		
	#plan_relaxation #flow ul .flow04 div {
		background: url(/common/img/common/ico_flow04.png) 0 0 no-repeat;
		background-size: 45px;
	}
		
	#plan_relaxation #flow ul .flow05 div {
		background: url(/common/img/common/ico_flow05.png) 0 0 no-repeat;
		background-size: 45px;
	}
		
	#plan_relaxation #flow ul .flow06 div {
		background: url(/common/img/common/ico_flow06.png) 0 0 no-repeat;
		background-size: 45px;
	}
		
	#plan_relaxation #flow ul .flow07 div {
		background: url(/common/img/common/ico_flow07.png) 0 0 no-repeat;
		background-size: 45px;
	}
	
	#plan_relaxation #flow ul .flow08 div {
		background: url(/common/img/common/ico_flow08.png) 0 0 no-repeat;
		background-size: 45px;
	}
	
	#plan_relaxation #flow ul .flow09 div {
		background: url(/common/img/common/ico_flow09.png) 0 0 no-repeat;
		background-size: 45px;
	}
	
	#plan_relaxation #flow ul .flow03 div ,
	#plan_relaxation #flow ul .flow06 div {
		padding-bottom: 23px;
	}
}


/* ============================================================ */
/* ほほえみプラン用スタイル */
/* ============================================================ */
#plan_smile .btn_link ul li {
	width: 355.5px;
	margin: 0 1px 1px 0;
}

#plan_smile .btn_link ul li:nth-child(2n+0) {
	margin-right: 0;
}

#plan_smile .btn_link ul .link03 ,
#plan_smile .btn_link ul .link04 {
	margin-bottom: 0;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#plan_smile .btn_link ul .link03 ,
	#plan_smile .btn_link ul .link04 {
		border-bottom: none !important;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#plan_smile .btn_link ul .link03 ,
	#plan_smile .btn_link ul .link04 {
		border-bottom: none !important;
	}
}

#plan_smile .btn_link ul .link01 a {
	border-radius: 5px 0 0 0;
}

#plan_smile .btn_link ul .link02 a {
	border-radius: 0 5px 0 0;
}

#plan_smile .btn_link ul .link03 a {
	border-radius: 0 0 0 5px;
}

#plan_smile .btn_link ul .link04 a {
	border-radius: 0 0 5px 0;
}

#plan_smile #flow ul li div {
	padding-bottom: 15px;
}

#plan_smile #flow ul .flow06 div {
	padding-bottom: 38px;
}

#plan_smile #flow ul li div p {
	width: 100%;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#plan_smile #flow ul li div {
		padding: 0 0 3px 65px;
	}
	
	#plan_smile #flow ul .flow01 div {
		background: url(/common/img/common/ico_flow01.png) 0 0 no-repeat;
		background-size: 45px;
	}
	
	#plan_smile #flow ul .flow02 div {
		background: url(/common/img/common/ico_flow02.png) 0 0 no-repeat;
		background-size: 45px;
	}
	
	#plan_smile #flow ul .flow03 div {
		background: url(/common/img/common/ico_flow03.png) 0 0 no-repeat;
		background-size: 45px;
	}
		
	#plan_smile #flow ul .flow04 div {
		background: url(/common/img/common/ico_flow04.png) 0 0 no-repeat;
		background-size: 45px;
	}
		
	#plan_smile #flow ul .flow05 div {
		background: url(/common/img/common/ico_flow05.png) 0 0 no-repeat;
		background-size: 45px;
	}
		
	#plan_smile #flow ul .flow06 div {
		background: url(/common/img/common/ico_flow06.png) 0 0 no-repeat;
		background-size: 45px;
	}
		
	#plan_smile #flow ul .flow07 div {
		background: url(/common/img/common/ico_flow07.png) 0 0 no-repeat;
		background-size: 45px;
	}
	
	#plan_smile #flow ul .flow08 div {
		background: url(/common/img/common/ico_flow08.png) 0 0 no-repeat;
		background-size: 45px;
	}
	
	#plan_smile #flow ul .flow09 div {
		background: url(/common/img/common/ico_flow09.png) 0 0 no-repeat;
		background-size: 45px;
	}
	
	#plan_smile #flow ul .flow03 div ,
	#plan_smile #flow ul .flow06 div {
		padding-bottom: 23px;
	}
}

/* ============================================================ */
/* 会食プラン用スタイル */
/* ============================================================ */
#plan_meal .btn_link {
	margin: 35px 0 65px 0;
}

#plan_meal .btn_link li {
	margin-bottom: 0;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#plan_meal .btn_link li {
		border-bottom: none !important;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#plan_meal .btn_link li {
		border-bottom: none !important;
	}
}

#plan_meal .btn_link ul .link01 a {
	border-radius: 5px 0 0 5px;
}

#plan_meal .btn_link ul .link03 a {
	border-radius: 0 5px 5px 0;
}

#plan_meal #flow ul .flow06:after {
	top: 0;
	left: 50%;
	position: absolute;
}

#plan_meal #flow ul .flow06 div {
	padding-bottom: 15px;
}



/* ============================================================ */
/* オプション用スタイル */
/* ============================================================ */
#plan_option .btn_link {
	margin: 35px 0 65px 0;
}

#plan_option .btn_link ul li {
	margin: 0 1px 0 0;
	width: 355.5px;
}

#plan_option .btn_link ul li:nth-child(2n+0) {
	margin-right: 0;
}

#plan_option .btn_link ul .link01 a {
	border-radius: 5px 0 0 5px;
}

#plan_option .btn_link ul .link02 a {
	border-radius: 0 5px 5px 0;
}


/* .box_option
------------------------------------------------------------ */
#plan_option .box_option {
	margin: 40px 0 60px 0;
	overflow: hidden;
}

#plan_option .box_option .midashi03 {
	margin: 0 0 25px 0;
}

#plan_option .box_option img {
	float: left;
	border: 1px solid #e3e3e3;
}

#plan_option .box_option div {
	margin: 0 0 0 330px;
}

#plan_option .box_option div p {
	text-align: left;
	margin: 0 0 15px 0;
}

#plan_option .box_option div p:last-of-type {
	margin: 0;
}

/*#plan_option #goods {
	margin: 40px 0 30px 0 !important;
	padding: 30px;
	background: #ffecf2;
}*/




/* .box_gift
------------------------------------------------------------ */
#plan_option .box_gift {
	/*padding: 30px;
	background: #ffecf2;
	margin: 0 0 30px 0;
	padding: 30px 0 0 0;
	border-top: 1px dotted #ccc;*/
	margin: 0 0 60px 0;
}

#plan_option .box_gift .midashi03 {
	margin: 0 0 25px 0;
}

#plan_option .box_gift div {
	overflow: hidden;
	margin: 0 0 20px 0;
}

#plan_option .box_gift div img {
	float: left;
}

#plan_option #best div img {
	border: 1px solid #e3e3e3;
}

#plan_option .box_gift div p {
	text-align: left;
	margin: 0 0 0 330px;
}


/* table
------------------------------------------------------------ */
#plan_option .block table th {
	width: 50%;
}

#plan_option .block table td {
	vertical-align: middle;
	text-align: center;
}


/* .thanks_flow
------------------------------------------------------------ */
/*#plan_option .thanks_flow {
	margin: 30px 0 0 0;
}

#plan_option .thanks_flow ul {
	overflow: hidden;
}

#plan_option .thanks_flow ul li {
	background: #ffe6ed;
	box-sizing:border-box;
	width: 360px;
	float: left;
	padding: 20px;
	position: relative;
}

.memorial_service_plan #flow ul li:nth-child(2) {
	z-index: 1000;
}

.memorial_service_plan #flow ul li:nth-child(3) {
	z-index: 800;
}

.memorial_service_plan #flow ul li:nth-child(4) {
	z-index: 700;
}

#plan_option .thanks_flow ul li:nth-child(2n+0) {
	margin: 0;
}

#plan_option .thanks_flow ul li:nth-child(2) ,
#plan_option .thanks_flow ul li:nth-child(3) {
	background: #ffcbdb;
}

#plan_option .thanks_flow ul li:nth-child(1):after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 230, 237, 0);
	border-left-color: #ffe6ed;
	border-width: 10px;
	margin-top: -10px;
	z-index: 2000;
}

#plan_option .thanks_flow ul li:nth-child(2):after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 203, 203, 0);
	border-top-color: #ffcbdb;
	border-width: 10px;
	margin-left: -10px;
	z-index: 2000;
}

#plan_option .thanks_flow ul li:nth-child(4):after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 230, 237, 0);
	border-right-color: #ffe6ed;
	border-width: 10px;
	margin-top: -10px;
	z-index: 2000;
}

#plan_option .thanks_flow ul li div {
	overflow: hidden;
	display: table;
}

#plan_option .thanks_flow ul li div p {
	text-align: left;
	width: 170px;
	display: table-cell;
	vertical-align: middle;
}

#plan_option .thanks_flow ul li div p span {
	font-weight: bold;
}

#plan_option .thanks_flow ul li div img {
	margin: 0 0 0 10px;
}
*/








