@charset "utf-8";
.ancOuter {
	position: relative !important;
}

.ancPos {
	position: absolute;
	top: -70px;
}

.dpBlock {
	display: block !important;
}

.dpInFlex {
	display: inline-flex !important;
}

.dpInBlock {
	display: inline-block !important;
}

.alCenter {
	align-items: center !important;
}

.taRight {
	text-align: right !important;
}

.jtfCenter {
	justify-content: center !important;
}

.wAuto {
	width: auto !important;
}

.bdBotNone {
	border-bottom: none !important;
}

.bdBottom {
	border-bottom: 1px solid #bed6f1 !important;
}

@media screen and (min-width: 811px) {
	.wrapPC {
		white-space: normal !important;
	}
}

@media screen and (max-width: 810px) {
	#contents .mt60sp {
		margin-top: 60px !important;
	}

	#contents .mb00sp {
		margin-bottom: 0 !important;
	}

	#contents .mb30sp {
		margin-bottom: 30px !important;
	}

	#contents .mb60sp {
		margin-bottom: 60px !important;
	}

	#contents .wd60sp {
		width: 60% !important;
	}
}