@charset "UTF-8";

.main {
}

.pagehd {
}

.pagehd_bg {
}

.pagehd_bg_wrap {
}

.pagehd_bg_img {
	background-position: center;
	background-size: cover;
}

.pagehd_wrap {
}

.pagehd_ttl {
	color: #ffffff;
}

.wrapper {
	padding: 0 100px;
}

.checklist_box {
	padding: 50px 85px 60px;
	border-radius: 40px;
	background: #f8f8f0;
}

.checklist_box_hd {
	position: relative;
	width: fit-content;
	margin: 0 auto 15px;
	padding: 0 0.5em;
	font-size: 23px;
}

.checklist_box_hd::before,
.checklist_box_hd::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 3px;
	height: 1em;
	border-radius: 9999px;
	background: var(--blue);
}

.checklist_box_hd::before {
	left: 0;
	transform: rotate(-30deg);
}

.checklist_box_hd::after {
	right: 0;
	transform: rotate(30deg);
}

.checklist_box_hd_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px 20px;
}

.checklist_box_hd_cnt {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 0;
	border-bottom: #b5b5b5 2px dashed;
}

.checklist_box_hd_cnt::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/guide/cmn/list-item@2x.png) center / cover;
}

.guidetxt {
	max-width: 750px;
	margin: 0 auto;
}

.lastly {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 794px;
	height: 282px;
	margin: 0 auto;
	background-position: center;
	background-size: cover;
	font-size: 23px;
	line-height: 1.9;
	text-align: center;
}

.lastly.l-blue {
	background-image: url(../img/guide/cmn/bluebg@2x.png) ;
}

.lastly.l-beige {
	background-image: url(../img/guide/cmn/beigebg@2x.png) ;
}

.lastly::after {
	content: "";
	position: absolute;
	right: 50%;
	bottom: 0;
	width: 174px;
	height: 79px;
	background: url(../img/guide/cmn/piyoitem@2x.png) center / cover;
	transform: translate(60%, 30%);
}

.secbox {
	overflow: hidden;
	border-radius: 40px;
}

.secbox_hd {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	background: var(--secc);
	font-size: 28px;
}

.secbox_wrap {
	padding: 65px 100px 75px;
	background: #f8f8f0;
}

.secbox_imgtxt {
	display: flex;
	align-items: center;
	gap: 65px;
}

.secbox_imgtxt_img {
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 20px;
}

.secbox_imgtxt_txt {
}

.cmnft_inner {
	background: linear-gradient(to bottom, var(--white) 0, var(--white) 250px, transparent 250px, transparent 100%);
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.main {
	}

	.cmnnav.active .cmnhd_nav_link {
	}

	.pagehd {
	}

	.pagehd_bg {
	}

	.pagehd_bg_wrap {
	}

	.pagehd_bg_img {
	}

	.pagehd_wrap {
	}

	.pagehd_ttl {
	}

	.wrapper {
		padding: 0;
	}

	.checklist_box {
		padding: 50px 15px 30px;
		border-radius: 20px;
	}

	.checklist_box_hd {
		font-size: 18px;
		text-align: center;
	}

	.checklist_box_hd::before,
	.checklist_box_hd::after {
	}

	.checklist_box_hd::before {
	}

	.checklist_box_hd::after {
	}

	.checklist_box_hd_wrap {
		grid-template-columns: 1fr 1fr;
		gap: 10px 15px;
	}

	.checklist_box_hd_cnt {
	}

	.checklist_box_hd_cnt::before {
		flex-shrink: 0;
	}

	.guidetxt {
	}

	.lastly {
		width: 100%;
		max-width: 420px;
		height: auto;
		min-height: 110px;
		padding: 25px 20px 21px;
		background-size: 100% 100%;
		font-size: 14px;
		line-height: 1.5;
	}

	.lastly.l-blue {
	}

	.lastly.l-beige {
	}

	.lastly::after {
		width: 130px;
		height: auto;
		transform: translate(50%, 70%);
		aspect-ratio: 174 / 79;
	}

	.secbox {
		border-radius: 20px;
	}

	.secbox_hd {
		height: 70px;
		font-size: 21px;
	}

	.secbox_wrap {
		padding: 30px 20px 40px;
	}

	.secbox_imgtxt {
		flex-flow: column;
		align-items: center;
		gap: 25px;
	}

	.secbox_imgtxt_img {
	}

	.secbox_imgtxt_txt {
	}

	.cmnft_inner {
	}
}
