/**コンテンツ内 CTAボタン**/
#sp_cta_inside {
	background: #2d247f;
	padding: 4% 2% 2% 2%;;
}

#sp_cta_inside ul {
	color: #FFF;
	font-size: 2.2rem;
	font-weight: 300;
	list-style: none;
	text-align: center;
}


#sp_cta_inside li {
	padding-bottom: 2%
}

#sp_cta_inside li img {
	width: 100%;
}

#sp_cta_inside_last {
	padding-bottom: 0;
}


/**フォーム内 CTAボタン **/
#sp_cta_form {
	background: #2d247f;
	padding: 4% 2% 2% 2%;;
}

#sp_cta_form ul {
	font-size: 2.2rem;
	list-style: none;
	text-align: center;
	color: #fcfea3;
	font-weight: 300;
}

#sp_cta_form li {
	padding-bottom: 2%
}

#sp_cta_form li img {
	width: 100%;
}

#sp_cta_form_last {
	padding-bottom: 0;
}

/**葬儀の流れ内 CTAボタン **/
.sp_cta_arrangement{
	color: #000000;
	width: 100%;
	text-align: center;
}
.sp_cta_arrangement li{
}
.sp_cta_arrangement li img{
	padding: 0;
	margin: 0;
}

/**お急ぎの方へ内 CTAボタン**/
#sp_cta_quick {
	background: #2d247f;
	padding: 4%;
}

#sp_cta_quick ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

/** ブラウザ幅640以上では非表示 **/
@media screen and (min-width:640px) {
#sp_cta_inside {
	display: none;
}
#sp_cta_form {
	display: none;
}
#sp_cta_quick{
	display: none;
}
}

/** ブラウザ幅640未満では非表示 **/
@media screen and (max-width:640px) {
.plan_tel {
	display: none;
}
#plan_cont06{
	display: none;
}
.cta_arrangement_pc{
	display: none;
}
.call_smartphone{
	display: none;
}
}