@charset "utf-8";


/* -----------------------------------------------------------------------------

	other

----------------------------------------------------------------------------- */

/* .box
---------------------------------------------*/
#contents_block .box01 {
	padding: 80px 40px;
}
#contents_block .box01 h2 {
	font-size: 48px;
	text-align: center;
	margin-bottom: 25px;
}
#contents_block .box01 p {
	text-align: center;
}
#contents_block .box02 .list01 {
	margin: 60px 0 80px;
}
#contents_block .box02 .list01 dt {
	position: relative;
	font-size: 28px;
	padding-left: 0.5em;
}
#contents_block .box02 .list01 dt:before {
	content: "";
	position: absolute;
	bottom: 50%;
	left: 0;
	transform: translateY(50%);
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #efa236;
}
#contents_block .box02 .list01 dd {
	font-size: 28px;
	margin-bottom: 40px;
	padding-left: 0.5em;
}
#contents_block .box02 .list01 dd:last-child {
	margin-bottom: 0;
}
#contents_block .box03 {
	height: 1100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#contents_block .box03 h2 {
	font-size: 48px;
	text-align: center;
	margin-bottom: 25px;
}
#contents_block .box03 p {
	text-align: center;
}
#contents_block .btnBack {
	margin-top: 80px;
	text-align: center;
}


@media screen and (max-width: 750px) {
body.notfound {
	background-color: #fff;
}
}