@charset "utf-8";

/* BIZUDP Gothic */
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');



@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");

table td:last-child,table td:first-child {
/*

	font-family: 'LINESeedJP_Rg';
*/
}

table td:last-child {
	width: 70%;
}

/* 追従バナー */
.fixed_bnr-container {
	position: fixed;
	bottom: 4rem;
	right: 2rem;
	width: 12rem;
	height: auto;
	z-index: 100;
}

@media only screen and (max-width: 767px) {
	.fixed_bnr-container {
		bottom: 1rem;
		left: 1rem;
		right: auto;
		width: 10rem;
	}
}

.fixed-bnr {
	width: 100%;
	height: auto;
	position: relative;
}

.fixed_bnr-closeButton {
	position: absolute;
	top: -0.4rem;
	right: -0.4rem;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	background-color: #fc78b1;
	color: #ffffff;
	text-align: center;
	line-height: 1.9rem;
	font-size: 1.2rem;
	cursor: pointer;
	font-weight: 900;
	filter: drop-shadow(0 0 5px rgba(0,0,0,.10));
}
@media only screen and (max-width: 767px) {
	.fixed_bnr-closeButton {
		top: -0.5rem;
		right: -0.5rem;
		width: 1.3rem;
		height: 1.3rem;
		line-height: 1.3rem;
		font-size: 0.8rem;
	}
}
