<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.full-width a {
	transition: 0.3s;
}

.full-width a:hover {
	opacity: 0.3;
}

#container h2 {
	width: 100%;
	color: #666;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	position: relative;
	margin: 0 0 50px;
}

#container h2::after {
	content: '';
	width: 120px;
	height: 5px;
	background: #00863C;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin: 0 0 0 -60px;
}

.hero_box {
	height: 300px;
	background: url(/support/bcposver9/images/hero_bg.jpg) no-repeat;
	background-position: bottom;
	background-size: cover;
}

.hero_box &gt; div {
	width: 100%;
	height: 300px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 30px;
}

.hero_box &gt; div &gt; div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 30px;
}

.hero_box h1 {
	font-size: 4rem;
	text-align: center;
	line-height: 1.5;
	filter: drop-shadow(0 5px 3px rgba(255, 255, 255, 1));
	margin: 0 0 30px;
}

.hero_box &gt; div &gt; div {
	width: 100%;
	max-width: 1010px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.hero_box &gt; div &gt; div img:nth-of-type(1) {
	width: 100%;
	max-width: 160px
}

.hero_box &gt; div &gt; div img:nth-of-type(2) {
	width: 100%;
	max-width: 250px;
}

.dx_box div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 20px;
}

#container .dx_box h2 {
	display: block;
	color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}

#container .dx_box h2::after {
	display: none;
}

#container .dx_box h2 span {
	font-size: 1.4rem;
}

#container .dx_box h2 span.underline {
	font-size: 1.8rem;
	background: linear-gradient(transparent 50%, #c6df98 50%);
}

.dx_box &gt; img {
	width: 100%;
	max-width: 700px;
	display: block;
	margin: 0 auto 30px;
}

.dx_box &gt; p:nth-of-type(1) {
	color: #666;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 30px;
}

.hikaku_box &gt; p:nth-of-type(1) {
	width: fit-content;
	display: block;
	margin: 0 auto 20px;
}

.hikaku_box table {
	width: 100%;
	max-width: 700px;
	border-collapse: collapse;
	margin: 0 auto 20px;
}

.hikaku_box table tr {
	border-bottom: 1px solid #dfdfdf;
}

.hikaku_box table tr td {
	padding: 10px;
}

.hikaku_box table tr:nth-of-type(1) td:nth-of-type(n+2) {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.hikaku_box table tr:nth-of-type(n+2) td:nth-of-type(n+2) {
	color: #00863C;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.hikaku_box table tr td:last-of-type {
	background: #ffecec;
}

.hikaku_box table img {
	width: 100%;
	max-width: 150px;
}

.link_btn {
	display: block;
	max-width: 400px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.5;
	background: #00863C;
	border: none;
	border-radius: 22px;
	padding: 10px 10px;
	margin: 10px auto 0;
	transition: .3s;
}

.link_btn:hover {
	color: #fff;
	opacity: 0.3;
}


.link_text,
.link_window {
	color: #00863C;
}

.link_text:hover,
.link_window:hover {
	color: #00863C;
}

.bg_green {
	background: #edffef;
}

.tbonly {
	display: none;
}

/*----- メールフォーム -----*/

.form_title {
	background: #efefef;
	padding: 15px 0 30px;
}

#container .form_title h2 {
	margin: 0;
}

.form_box table tr th span {
	background: #00863C;
}

.form_box &gt; p input {
	max-width: 400px;
	background: #00863C;
	border-radius: 20px;
	box-shadow: none;
}

/*----- メールフォームここまで -----*/

@media screen and (max-width: 1024px) {
	.tbonly {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	#container h2 {
		font-size: 1.8rem;
		margin: 0 0 30px;
	}

	.hero_box h1 {
		font-size: 2.5rem;
		margin: 0 0 20px;
	}

	.hero_box &gt; div &gt; div {
		flex-flow: column;
	}

	.dx_box &gt; p:nth-of-type(1) {
		font-size: 1.8rem;
		margin: 0 0 20px;
	}

	.hikaku_box table tr td {
		padding: 10px 3px;
	}

	.hikaku_box table tr:nth-of-type(n+2) td:nth-of-type(1) {
		font-size: 1.2rem;
	}

	.hikaku_box table tr:nth-of-type(1) td:nth-of-type(n+2) {
		font-size: 1.2rem;
	}

	.hikaku_box table tr:nth-of-type(n+2) td:nth-of-type(n+2) {
		font-size: 1.4rem;
	}

	.hikaku_box table img {
		max-width: 100px;
	}

}

/* 20250226 mod */
.link_window.link_btn.link_btn_outline { border:#00863C 1px solid; color:#00863C; background:#fff; }
input[type='submit'] { font-family:YakuHanJP, "Noto Sans JP", "noto-fallback", "rome_num", sans-serif !important; }</pre></body></html>