@charset "utf-8";

.textStrongWrap {
	display: flex;
	line-height: 1.4;
}
.textStrongWrap.is-topSpace {
	margin-top: -1em;
}
.textStrong {
	white-space: nowrap;
	background-color: #E0CB8D;
	display: flex;
	align-items: center;
	justify-content: center;
    color: #000;
	width: 200px;
	padding: 0 8px;
	margin-right: 10px;
}
@media screen and (max-width:767px){
	.textStrong {
		width: 150px;
		text-align: center;
	}
	.textStrongWrap a {
		display: block;
		width: calc(100% - 70px);
	}
}