.sp_br {
	display: none;
}

.list-group-item {
	font-size: 1.25rem;
}

@media (max-width:535px) {
	footer .contents .msg_r {
		text-align: left;
	}

	.sp_br {
		display: block;
	}

	.h2 {
		font-size: 4.25vw;
	}

	.card-body {
		padding: 7.5px;
	}

	.card-body>h5 {
		font-size: 4vw;
	}

	.alert,
	.fs-6 {
		font-size: 0.70rem !important;
	}

	.fs-5,
	.h5 {
		font-size: 1.0rem !important;
	}

	.fs-3,
	.fs-4 {
		font-size: 1.00rem !important;
	}

	.ms-3 {
		margin-left: 0.5rem;
	}

	p {
		font-size: 0.75rem !important;
	}

	.list-group-numbered>.list-group-item {
		font-size: 0.76rem;
		padding: 2px;
	}

	.list-group-numbered>.list-group-item::before {
		font-size: 12px !important;
	}

	hr.dot {
		margin: 2px 0;
	}

	tr>th,
	tr>td {
		font-size: 0.75rem !important;
	}

	.form-control {
		font-size: 0.75rem !important;
	}

	.input-group-text {
		font-size: 0.5rem !important;
	}

	.input-group>select.form-control {
		font-size: 0.75rem !important;
	}
}