@charset "UTF-8";

body {
	background: #f8f8f0;
}

.pagehd_item {
	position: absolute;
	right: 50%;
	bottom: -20px;
	z-index: 1;
	transform: translateX(63%);
}

.bgwrap {
	border-radius: 75px 75px 0 0;
	background: url(../img/cmn/cmnbg@2x.jpg) top / 1440px 100%;
	background-repeat: repeat-x;
}

.eq {
	padding: 100px 0 95px;
}

.eq_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px 40px;
}

.eq_wrap figure {
}

.eq_wrap figure img {
	margin-bottom: 15px;
	border-radius: 40px;
}

.eq_wrap figure figcaption {
	font-size: 23px;
	text-align: center;
}

.list_box {
	padding: 100px 0 110px;
}

.list_box_wrap {
}

.list_box_cnt {
}

.list_box_hd {
}

.list_box_txt {
}

.list_box_note {
}

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

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

	.pagehd_item {
	}

	.bgwrap {
		border-radius: 55px 55px 0 0;
	}

	.eq {
		padding: 50px 0 65px;
	}

	.eq_wrap {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.eq_wrap figure {
	}

	.eq_wrap figure img {
		margin-bottom: 10px;
	}

	.eq_wrap figure figcaption {
		font-size: 19px;
	}

	.list_box {
		padding: 70px 0 60px;
	}

	.list_box_wrap {
	}

	.list_box_cnt {
	}

	.list_box_hd {
	}

	.list_box_txt {
	}

	.list_box_note {
	}
}
