.intro .txt{
	max-width: 50%;
	width: 100%;
}
.confirmation-list ul{
	margin-bottom: 70px;
}

.confirmation-list ul li{
	background: #e6efff;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}


.confirmation-list ul li img{
	border-radius: 30px 0 0 30px;
	max-width: 590px;
	position: absolute;
	left: -9%;
	top: 50%;
    transform: translateY(-50%);
}
.confirmation-list ul li.arrow{
	overflow: visible;
	background: none;
	border-radius: 0;
	margin-bottom: 0;
}
.confirmation-list ul li.arrow img{
	width: 55px;
	height: auto;
	margin: 30px auto 0;
	position: static;
	border-radius: 0;
}

.confirmation-list ul li:last-child{
	margin-bottom: 0;
}
.confirmation-list ul li .txt{
	padding:20px 50px;
	width: 63%;
	margin-left: 463px;
}
.confirmation-list ul li .txt h5{
	font-size: clamp(24px, 2vw, 40px);
	margin-bottom: 10px;
}
.confirmation-list ul li .txt h5 span::before{
	background: url(../img/top/list-pink01.png)no-repeat;
	width: 77px;
	height: 77px;
	vertical-align:middle;
	margin-bottom: 5px;
}
.confirmation-list ul li:nth-child(3) .txt h5 span::before{
	background: url(../img/top/list-pink02.png)no-repeat;
}
.confirmation-list ul li:nth-child(5) .txt h5 span::before{
	background: url(../img/top/list-pink03.png)no-repeat;
}

.step-list ul li{
	background: #f8e7ed;
	border-radius: 30px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.step-list ul li img{
	border-radius: 30px 0 0 30px;
	max-width: 590px;
	position: absolute;
	left: -9%;
	top: 50%;
    transform: translateY(-50%);
}

.step-list ul li.arrow{
	overflow: visible;
	background: none;
	border-radius: 0;
	margin-bottom: 0;
}
.step-list ul li.arrow img{
	width: 55px;
	height: auto;
	margin: 30px auto 0;
	position: static;
	border-radius: 0;
}

.step-list ul li:last-child{
	margin-bottom: 0;
}
.step-list ul li .txt{
	padding:20px 50px;
	width: 63%;
	margin-left: 463px;
}
.step-list ul li .txt h5{
	font-size: clamp(24px, 2vw, 40px);
	margin-bottom: 10px;
}
.step-list ul li .txt h5 span::before{
	background: url(../img/top/list-green01.png)no-repeat;
	width: 77px;
	height: 77px;
	vertical-align:middle;
	margin-bottom: 5px;
}
.step-list ul li:nth-child(3) .txt h5 span::before{
	background: url(../img/top/list-green02.png)no-repeat;
}
.step-list ul li:nth-child(5) .txt h5 span::before{
	background: url(../img/top/list-green03.png)no-repeat;
}
.step-list ul li:nth-child(7) .txt h5 span::before{
	background: url(../img/top/list-green04.png)no-repeat;
}
.cremation-funeral{
    margin-top: 60px;
}

.cremation-funeral .sub-title{
	font-size: clamp(28px, 2.1vw, 40px);
}
.cremation-funeral ul{
	margin-top: 30px;
}
.cremation-funeral ul li{
	gap: 1.5vw;
	background:#fffbf1;
}
.cremation-funeral ul li .md_radius_photo{
	max-width: 400px;
	width: 100%;
}

.cremation-funeral ul li .txt h4{
	font-size:  clamp(20px, 2.1vw, 28px);
}
.cremation-funeral ul li .icon::before{
	content: "●";
	font-size: 28px;
	color: var(--site-tertiary-keycolor);
	vertical-align: unset;
}

.cremation-funeral ul li .btn_border{
	margin: 30px auto 0;
}
.cremation-funeral .md_inner_space{
	margin-bottom: 30px;
}
.cremation-funeral .md_inner_space:last-child{
	margin-bottom: 0;
}

.memorial-service {
    margin-top: 60px;
}
.memorial-service .txt .btn_wrapper{
	margin-top: 20px;
}
.memorial-service ul{
	gap: 1vw;
	justify-content: space-between;
}
.memorial-service ul li{
	max-width: 244px;
	width: 18.8%;
	box-shadow: 0px 5px 0px 0px #c6b4a6;
}

.memorial-service ul li p{
	font-size:  clamp(22px, 2.1vw, 30px);
	padding: 10px 0 15px;
}
.goods-bnr{
	margin: 60px 0;
	box-shadow: 0px 5px 0px 0px #c6b4a6;
	border: 1px solid #c6b4a6;
}
.goods-bnr img{
	max-width: 576px;
	width: 43%;
}
.goods-bnr .txt{
	padding: 30px;
	width: 57%;
}
.goods-bnr .txt p{
	background:#d9c093;
	border-radius: 50px;
	font-size: clamp(22px, 1.5vw, 28px);
	padding: 10px 20px;
}
.goods-bnr .txt h5{
	font-size: clamp(32px, 3.1vw, 60px);
}
.goods-bnr .txt span{
	font-size: clamp(16px, 1.5vw, 24px);

}
.goods-bnr .txt span{
	display: flex;
    align-items: center;
	width: 65%;
    margin: 0 auto;
}
.goods-bnr .txt span::before,
.goods-bnr .txt span::after{
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #333;
}

.goods-bnr .txt span::before{
	margin-right: 1rem;
}
.goods-bnr .txt span::after{
	margin-left: 1rem;
}
.notification .sub-title{
	font-size: clamp(32px, 2.2vw, 48px);
}

.notification p.mb40{
	margin-bottom: 40px;
}
.notification ul{
	margin-bottom: 60px;
}
.notification ul li{
	background: #d1e1ff;
	width:49% ;
	padding: 20px;
	border-radius: 30px;
	overflow: hidden;
	gap: 1vw;
}
.notification ul li img{
	border-radius: 30px;
	overflow: hidden;
	max-width: 374px;
	width: 100%;
}
.notification ul li .txt{
	width: 100%;
}
.notification ul li .txt h6{
	font-size: clamp(18px, 1.2vw, 28px);
	line-height: 1;
	padding: 10px 0;
	margin-bottom: 20px;
}
.notification ul li .txt h6 span{
	font-size: clamp(14px, 1.2vw, 20px);
}

.loss-contents{
	gap:2vw;
}
.loss-contents .txt{
	width: 60%;
}

@media only screen and (max-width: 1024px) {
	.confirmation-list ul li .txt h5,
	.step-list ul li .txt h5{
		position: relative;
	}
	.confirmation-list ul li img,
	.step-list ul li img{
		border-radius: 20px;
		position: static;
		transform: none;
	}
	.step-list ul li.arrow img{
		margin: 0 auto;
	}
	.confirmation-list ul li.arrow img{
		margin: 0 auto;
	}
	.confirmation-list ul li .txt h5 span,
	.step-list ul li .txt h5 span{
		margin-left: 60px;
		display: block;
	}
	.confirmation-list ul li .txt h5 span::before,
	.step-list ul li .txt h5 span::before{
		width: 50px;
		height: 50px;
		background-size: contain;
		position: absolute;
		left: 0;
	}
	.confirmation-list ul li:nth-child(3) .txt h5 span::before,
	.confirmation-list ul li:nth-child(5) .txt h5 span::before,
	.step-list ul li:nth-child(3) .txt h5 span::before,
	.step-list ul li:nth-child(5) .txt h5 span::before,
	.step-list ul li:nth-child(7) .txt h5 span::before{
		background-size: contain;
	}
	.confirmation-list ul li,
	.step-list ul li{
		padding: 20px;
		margin-bottom: 0;
	}
	.confirmation-list ul li .txt,
	.step-list ul li .txt{
		padding: 10px 20px;
		margin-left: 0;
	}
	.cremation-funeral ul li .txt{
		width: 100%;
	}
    .memorial-service ul{
		justify-content: center;
		gap: 3vw;
	}
	.memorial-service ul li{
		width: 30%;
	}
	.goods-bnr img{
		max-width: 576px;
		width: 53%;
	}
	.goods-bnr .txt{
		padding: 20px;
		width: 49%;
	}
	.goods-bnr .txt span{
		width: 90%;
	}
    .notification ul li img{
		border-radius: 20px;
	}
	.goods-bnr .txt p{
		font-size: clamp(11px, 1.1vw, 14px);
	}

}

@media only screen and (max-width: 568px) {
    .intro .txt{
        max-width: 100%;
        width: 100%;
    }
    #enshrinement h2 .icon::before{
		width: 25px;
		height: 34px;
		vertical-align: middle;
	}
	.memorial-service h3.nomal-ttl{
		font-size: 24px;
	}
	.memorial-service .intro{
		flex-direction: column;
	}
	.memorial-service .intro .md_radius_photo,
	.memorial-service .intro .txt{
		max-width: 100%;
	}
	.txt h4{
		text-align: center;
	}
	.memorial-service h3.nomal-ttl{
		margin-bottom: 20px;
	}

	.cremation-funeral{
        margin-top: 20px;
    }
    .cremation-funeral .md_inner_space{
		padding: 20px;
		display: block;
	}
	.cremation-funeral ul li .md_radius_photo{
		width: 50%;
		border-radius: 20px;
		float: left;
		margin-right: 10px;
	}
	.cremation-funeral ul li .txt h4{
		width: 45%;
		display: inline-block;
		font-size: 18px;
		line-height: 1.3;
		position: relative;
	}
	.cremation-funeral ul li .icon::before{
		font-size: 18px;
		position: absolute;
		left: 0;
	}
    .cremation-funeral ul li .txt p{
		clear: both;
		padding-top: 10px;
	}
	.cremation-funeral ul li .icon::before{
		font-size: 18px;
		position: absolute;
		left: 0;
	}
	.cremation-funeral ul li .txt h4 span{
		display: block;
		text-align: left;
		margin-left:1.2em ;
		margin-top: 1em;
	}
	.confirmation-list ul li,
	.step-list ul li{
		display: block;
		overflow: visible;
	}
	.confirmation-list ul li img,
	.step-list ul li img{
		float: left;
		width: 50%;
	}
	.confirmation-list ul li.arrow img,
	.step-list ul li.arrow img{
		width: 30px;
		float: none;
	}
	.confirmation-list ul li.arrow ,
	.step-list ul li.arrow {
		margin: 0 auto;
	}

	.confirmation-list ul li .txt,
	.step-list ul li .txt{
		width: 100%;
		padding: 0;
	}
	.confirmation-list ul li .txt h5,
	.step-list ul li .txt h5{
		width: 50%;
		text-align: center;
		display: inline-block;
		
	}
	.confirmation-list ul li .txt h5 span,
	.step-list ul li .txt h5 span{
		font-size: 18px;
		margin-left: 0;
		margin-top: 30px;
	}
	.confirmation-list ul li .txt h5 span::before,
	.step-list ul li .txt h5 span::before{
		left: auto;
		right: 25%;
		top: -25%;
		width: 45px;
		height: 45px;
	}
	.confirmation-list ul li::after,
	.step-list ul li::after{
		width: 27px;
		height: 23px;
		background-size: contain;
		bottom: -34px;
	}
	.confirmation-list ul{
		margin-bottom: 30px;
	}
	.step-list .sub-title{
		text-align: center;
		width:0 -5.7vw ;
		margin-bottom: 20px;
	}
    .memorial-service{
        margin-top: 20px;
    }
    .memorial-service .txt .btn_wrapper a{
			font-size: 15px;
		}
	.memorial-service ul{
		flex-wrap: wrap;
		justify-content: start;
		margin-top: 30px;
	}
	.memorial-service ul li{
		width: 48%;
		border-radius: 15px;
	}
	.memorial-service ul li p{
		font-size: 19px;
		padding: 7px 0 10px;
	}
	.goods-bnr{
		flex-direction: column;
		margin: 30px 0;
	}
	.goods-bnr img{
		width: 100%;
	}
	.goods-bnr .txt{
		width: 100%;
		padding: 15px;
	}
	.goods-bnr .txt p{
		font-size:14px ;
		letter-spacing: 0;
		padding: 10px 5px;
		border-radius: 10px;
	}
	.goods-bnr .txt h5{
		font-size: 30px;
	}
    .notification .sub-title{
		text-align: center;
		font-size: 24px;
	}

	.notification p.mb40{
		margin-bottom: 20px;
	}
	.notification ul{
		flex-direction: column;
		gap: 4vw;
		margin-bottom: 30px;
	}
	.notification ul li{
		width: 100%;
		display: block;
	}
	.notification ul li img{
		width: 48%;
		float: left;
		border-radius: 15px;
		margin-right: 2%;
	}
	.notification ul li .txt h6{
		height: 29.5vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
		font-size: 18px;
		line-height: 1.5;
	}
	.notification ul li .txt h6 span{
		font-size: 13px;
	}
    .loss-contents{
        flex-direction: column;
    }
    .loss-contents .txt{
        width: 100%;
    }



}

