.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.text-right {
	text-align: right;
}

a.btn {
	text-decoration: none;
}

// 画像の回り込みを解除するため
.clear-float{
	clear: both;
}