@charset "UTF-8";
/* CSS Document */


/*  */
html, body {
	overflow-x: hidden;
}
/* // */

/* ユーティリティ */
.text-center {
	text-align: center;
}
.bg-blue {
	background-color: #3C66C4;
}
.my-0 {
	margin-top: 0;
	margin-bottom: 0;
}
.w-100 {
	width: 100%;
}
.w-sp-100 {
	width: 100%;
}
@media (hover: hover) and (pointer: fine) {
	.hover-pointer:hover {
		cursor: pointer;
	}
}
@media screen and (min-width: 921px) {
	.d-md-none {
		display: none;
	}
	.request-head__space {
		padding-left: .5rem;
	}
	.w-sp-100 {
		width: auto;
	}
}
/* //ユーティリティ */