body {
	font-family: sans-serif;
}

.bg-green-usui {
	background-color : #7eb534 !important;
}

.bg-gray {
	background-color : #f2f2f2 !important;
}

.bg-orange {
	background-color : #f7931e !important;
}

.bg-green {
	background-color : #227c36 !important;
}

.bg-green-usui-opacity {
	background-color : rgba(126,181,52,0.15) !important;
}

.bg-pink-usui-opacity {
	background-color : rgba(178,54,110,0.15) !important;
}

.bg-blue-usui-opacity {
	background-color : rgba(54,72,178,0.15) !important;
}

.border-green {
	border-color : #227c36 !important;
}

.border-green-usui {
	border-color : #7eb534 !important;
}

.border-gray-middle {
	border-color : #808080 !important;
}

.bg-white-opacity {
	background-color : rgba(255,255,255,0.7);
}

.border-5 {
	border-width : 5px !important;
}
.border-15 {
	border-width : 15px !important;
}

.text-green {
	color : #227c36 !important;
}

.rounded-top-1rem {
	border-top-left-radius : 1rem !important;
	border-top-right-radius : 1rem !important;
}

.rounded-bottom-1rem {
	border-bottom-left-radius : 1rem !important;
	border-bottom-right-radius : 1rem !important;
}

.text-1p0rem-4vw-3p5rem {
	font-size : 3.5vw;
	font-size : clamp(1.0rem, 4vw, 3.5rem);
}

.text-1p0rem-3vw-3p0rem {
	font-size : 3.5vw;
	font-size : clamp(1.0rem, 3vw, 3.0rem);
}

.text-1p0rem-2vw-1p5rem {
	font-size : 1.7vw;
	font-size : clamp(1.0rem, 2vw, 1.5rem);
}

.text-1p2rem-2p1vw-2p1rem {
	font-size : 2vw;
	font-size: clamp(1.2rem, 2.1vw, 2.1rem);
}

.text-0p9rem-1p9vw-2p3rem {
	font-size : 2.3vw;
	font-size: clamp(0.9rem, 1.9vw, 2.3rem);
}

.text-0p9rem-2p8vw-2p3rem {
	font-size: clamp(0.9rem, 2.8vw, 2.3rem);
}

.text-0p8em {
	font-size : 0.8em;
}

.bg-img-companyBg {
	background-image : url(/introduction/electronicCoupon/img/companyBg.png);
	background-size : cover;
}

.cursor-pointer {
	cursor: pointer;
}

.under-line-orange {
	background : linear-gradient(transparent 50%, rgb(252, 195, 119) 0%);
}

.start-50 {
	left : 50% !important;
}

.top-minus-8px {
	top : -8px !important;
}

.translate-middle {
	transform: translate(-50%,-50%)!important;
}

.w-65 {
	width : 65% !important;
}

.white-space-pre-wrap {
	white-space: pre-wrap !important;
}