@charset "utf-8";

.bgPaleHip {
	border: none;
	background-color: #FEF3EE;
}

.bgPaleHip .box {
	border: none;
}

.align_center {
	display: flex;
	justify-content: center;
}

.img1,
.img2 {
	position: relative;
	cursor: pointer;
	border: 1px solid #D9D9D6;
}

.img1 {
	border-right: 0;
}

.imgBox {
	position: absolute;
	bottom: 0;
	right: 0;
}

.funeraContent .text{
	margin-top: 24px;
	margin-left: 210px;
}

.box .center br{
	display: none;
}

.mt-15{
	margin-top: 15px;
}

#remodal1,#remodal2{
	display: none;
}

.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none;
	cursor: pointer;
}

.remodal-overlay, .remodal-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.remodal-wrapper {
	padding: 10px 10px 0;
}

.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
	background: rgba(37, 60, 74, 0.8);
}

.remodal-wrapper .remodal {
	text-align: left;
}

.remodal, .remodal-wrapper:after {
	vertical-align: middle;
}

.remodal {
	box-sizing: border-box;
	width: auto;
	margin-bottom: 20px;
	padding: 30px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #2b2e38;
	background: #fff;
}

.remodal-is-initialized {
	display: inline-block;
}

.modal-close a {
	display: block;
	width: 49px;
	height: 0;
	padding-top: 49px;
	background: url(/join/images/funeral/modal_close.png) 0 0 no-repeat;
	overflow: hidden;
}

.remodal .btn {
	position: relative;
	display: inline-block;
	width: auto;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	min-height: 58px;
}
.bg-blue, .btn-blue span {
	background-color: #00549f;
	color: #fff;
	box-shadow: 0 4px 0 #03344c;
}
.remodal .btn span {
	position: relative;
	display: table-cell;
	padding: 15px 9px 11px;
	font-size: 113%;
	line-height: 178%;
	font-weight: bold;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	box-sizing: border-box;
}

.close span:after {
	content: "" !important;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: -2px;
	background: url(/join/images/funeral/close.png) 0 0 no-repeat;
	vertical-align: middle;
}

body .set-center {
	text-align: center;
}

.btn-w222 span {
	width: 222px;
}

.remodal {
	top: 20px;
	position: relative;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.modal-close {
	width: 49px;
	height: 49px;
	position: absolute;
	top: -24px;
	right: -24px;
	z-index: 50;
}

@media screen and (max-width:720px) {
	.box .center br{
		display: block;
	}
	
	.funeraContent .text {
		margin-top: 24px;
		margin-left: 0;
	}
}