@charset "UTF-8";

.image--middle {
	height: 180px;
	width: 100%;
	color: #fff;
	background: url(https://sp.baystars.co.jp/images/common/image-middle.jpg) no-repeat 0% 0%;
	background-size: cover;
	font-weight: bold;
}

@media(min-width: 640px) {
	.image--middle {
		height: 180px;
		width: 100%;
		color: #fff;
		background: url(https://www.baystars.co.jp/images/common/background--middle.jpg) no-repeat 0% 0%;
		background-size: cover;
		font-weight: bold;
	}
}

.image--middle .lead h1 {
	font-weight: bold;
	font-size: 24px;
}

.raw-html-embed img {
	width: 100%;
}

.checkbox-indent {
	padding-left: 18px;
	text-indent: -18px;
}

.LRMargin {
	width: 100%;
	height: 100%;
}

.back_ground {
	min-height: 100vh;
	height: auto;
	background: radial-gradient(rgb(0, 64, 145), rgb(1, 132, 217));
}

.default_body {
	height: 100%;
}

.default_contents_wrap {
	height: 100%;
}

.default_contents {
	height: 100%;
}

.default_container {
	min-height: 100vh; /* 1ページ分の高さを確保 */
	height: auto;
	max-width: 420px;
	margin: 0 auto;
	background-color: white;
}

html {
	height: 100%;
}