@charset "utf-8";
/* CSS Document */

.page_ttl_wrap {
	background: url("../images/funeral/page_ttl_bg.jpg");	
}

.inner_wrap {
	max-width: 1200px;
}

.page_intro {
	text-align: center;
	font-size: clamp(16px,2vw,20px);
	line-height: 200%;
	display: grid;
	row-gap: 2rem;
	max-width: 1200px;
	width: 90%;
	margin: 0px auto;
}

.sec_ttl > span {
	color: var(--red);
}

.kyuufukin {
	.sec_txt {
		margin-block: 6vh 0px;
	}
	picture {
		display: flex;
		justify-content: center;
		max-width: 470px;
		width: 70%;
		margin: 0px auto;
	}
}

.kyuufukin_graph {
	margin-block: 10vh 6vh;
}

.kyuufukin_table {
	border-collapse: separate;
	border-spacing: 5px;
	table-layout: fixed;
	max-width: 1100px;
	min-width: 800px;
	margin: 0px auto;
	tr {
		& > * {
			padding: 10px 2em;
			border: 1px solid #DBDBDB;
			vertical-align: middle;
			@media screen and (max-width: 599px) {
				padding: 10px 1em;
			}
		}
		&:first-of-type {
			th {
			background: #FFF;
			text-align: center;
			}
			td {
				background: var(--primary-pale);
				text-align: center;
			}
		}
		th {
			text-align: center;
			width: 240px;
			background: #F4F2F2;
			font-weight: normal;
			@media screen and (max-width: 599px) {
				width: 170px;
			}
		}
		td {
			p {
				display: flex;
				justify-content: center;
			}
		}
	}
}

.document_ttl {
	background: var(--bg-gradient-purple-moz);
	background: var(--bg-gradient-purple-webkit);
	background: var(--bg-gradient-purple);
	color: #FFF;
	font-size: clamp(24px,3vw,32px);
	padding: 8px 10px;
	text-align: center;
	width: 100%;
}

.document_wrap {
	background: #FFF;
	border: 1px solid #DBDBDB;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	margin: 0px auto;
}

.document_inner {
	padding: 2rem;
}

.document_list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 1em;
}

.checksheet {
	margin-block: 10vh;
	picture {
		display: flex;
		justify-content: center;
	}
}

.download_wrap {
	max-width: 900px;
	width: 90%;
	margin: 2rem auto;
	display: flex;
	flex-wrap: wrap;
	row-gap: 1rem;
	color: #FFF;
	font-size: clamp(16px,2vw,20px);
	font-weight: 500;
	a {
		display: flex;
		align-items: center;
		column-gap: 5px;
		padding: 12px 2rem;
		position: relative;
		border-radius: 10px;
		max-width: 430px;
		width: 100%;
		margin: 0px auto;
		&::after {
			content: '';
			background: url("../images/common/arrow_right.svg") #FFF;
			background-repeat: no-repeat;
			background-size: 5px 8px,contain;
			background-position: left 59% top 46%;
			display: inline-block;
			border-radius: 30px;
			width: 19px;
			height: 19px;
			right: 20px;
			position: absolute;
		}
	}
}

.download_btn {
	background: var(--primary-light);
}

section#procedure .inner_wrap {
	max-width: 900px;
}

.procedure_intro {
	display: grid;
	justify-content: center;
	row-gap: 2rem;
	width: 90%;
	margin: 6vh auto;
}

.procedure_intro_ttl {
	color: #DB5151;
	font-size: clamp(24px,3.6vw,36px);
	font-weight: 600;
	text-align: center;
}

.procedure_intro_txt {
	font-size: clamp(16px,2vw,20px);
	font-weight: 500;
	text-align: center;
	a {
		color: #DB5151;
		font-size: clamp(24px,3vw,30px);
		font-family: var(--ff-robot);
		font-weight: bold;
	}
}
