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


.inner {
	padding: 60px 30px !important;
}

.full-width {
	color: #525252;
}

.full-width h2,
.full-width p {
	font-weight: normal;
	line-height: 1.5;
}

.full-width h2 {
	font-size: 2.4rem;
}

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

.full-width img {
	width: 100%;
}

.hero_box {
	height: 630px;
	background: url(/lp/wechatpay/images/home-image.jpg) 10% 50% /cover no-repeat;
	position: relative;
}

.hero_box &gt; div:nth-of-type(1) {
	width: 100%;
	height: 100%;
	background: rgb(60, 60, 60, 80%);
	position: absolute;
}

.hero_box header {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	position: absolute;
	z-index: 3;
	padding: 0 30px;
}

.hero_box header &gt; a {
	max-width: 130px;
	display: block;
}

.hero_box header &gt; div {
	display: flex;
	align-items: center;
	gap: 10px;
}

.hero_box header &gt; div p {
	position: relative;
}

.hero_box header &gt; div p::before {
	content: "\f098";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 5px 0 0;
}

.hero_box header &gt; div a {
	min-width: 120px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #00af5d;
	border-radius: 5px;
}

.hero_box &gt; div:nth-of-type(2) {
	position: relative;
	top: 15%;
	z-index: 2;
}

.hero_box &gt; div:nth-of-type(2) &gt; h1 {
	color: #fff;
	font-size: 4rem;
	font-weight: normal;
	line-height: 1.3;
	margin: 0 0 30px;
}

.hero_box &gt; div:nth-of-type(2) &gt; p {
	color: #fff;
	font-size: 3rem;
}

.hero_box &gt; img {
	width: 33%;
	max-width: 630px;
	position: absolute;
	bottom: 0%;
	right: 0%;
	z-index: 2;
}

.nav_box {
	background: #00b0ea;
}

.nav_box &gt; nav {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 10px;
	text-align: center;
	padding: 20px 30px;
}

.nav_box &gt; nav &gt; a {
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	border: 1px solid #fff;
	border-radius: 5px;
	position: relative;
	padding: 10px;
	transition: 0.3s;
}

.nav_box &gt; nav &gt; a::after {
	content: "\f0ab";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 5px;
}

.nav_box &gt; nav &gt; a:hover {
	color: #00b0ea;
	background: #fff;
}

.hitotuni_box h2 {
	margin: 0 0 10px;
}

.hitotuni_box &gt; p:nth-of-type(1) {
	margin: 0 0 10px;
}

.hitotuni_box &gt; p:nth-of-type(n+2) {
	margin: 0 0 30px;
}

.hitotuni_box &gt; ul:nth-of-type(1) {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 80px 100px;
	margin: 0 auto 60px;
}

.hitotuni_box &gt; ul:nth-of-type(1) li {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
}

.hitotuni_box &gt; ul:nth-of-type(1) li img {
	height: 200px;
	object-fit: contain;
}

.hitotuni_box &gt; ul:nth-of-type(1) li:nth-of-type(-n+2)::after {
	content: "\f061";
	font-family: Font Awesome\ 5 Free;
	font-size: 3rem;
	font-weight: 600;
	position: absolute;
	right: -60px;
}

.hitotuni_box &gt; ul:nth-of-type(2) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 10px;
}

.hitotuni_box &gt; ul:nth-of-type(2) li {
	width: 90px;
}

.hitotuni_box &gt; ul:nth-of-type(2) li p {
	font-size: 1.2rem;
	text-align: center;
}

.hitotuni_box &gt; ul:nth-of-type(2) li img {
	height: 60px;
	object-fit: contain;
	margin: 0 0 10px;
}

.rendou_box &gt; div:nth-of-type(1) {
	display: flex;
	gap: 30px;
	margin: 0 0 30px;
}

.rendou_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(1) h2 {
	margin: 0 0 10px;
}

.rendou_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(1) &gt; p:nth-of-type(-n+2) {
	margin: 0 0 10px;
}

.rendou_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(2) {
	max-width: 330px;
	min-width: 330px;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 30px;
}

.rendou_box &gt; div:nth-of-type(2) &gt; p:nth-of-type(1) {
	font-size: 2.4rem;
	margin: 0 0 10px;
}

.rendou_box &gt; div:nth-of-type(2) &gt; p:nth-of-type(1) span {
	font-size: 1.4rem;
}

.rendou_box &gt; div:nth-of-type(2) &gt; p:nth-of-type(2) {
	margin: 0 0 30px;
}

.rendou_box &gt; div:nth-of-type(2) &gt; div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 50px;
}

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

.onayami_box &gt; div:nth-of-type(1) {
	display: flex;
	gap: 30px;
	margin: 0 0 30px;
}

.onayami_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(1) &gt; h2 {
	margin: 0 0 10px;
}

.onayami_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(1) &gt; h2 img {
	max-width: 80px;
	margin: 0 10px 0 0;
}

.onayami_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(1) &gt; p:nth-of-type(1) {
	font-size: 1.6rem;
	margin: 0 0 10px;
}

.onayami_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(1) &gt; p:nth-of-type(1) img {
	max-width: 130px;
	margin: 0 0 0 10px;
}

.onayami_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(1) &gt; p:nth-of-type(2) {
	margin: 0 0 10px;
}

.onayami_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(2) {
	width: 100%;
	max-width: 350px;
}

.onayami_box &gt; div:nth-of-type(2) {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin: 0 0 60px;
}

.onayami_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.onayami_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) &gt; p:nth-of-type(2) {
	display: flex;
	gap: 10px;
}

.onayami_box &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) &gt; p:nth-of-type(2) img {
	max-width: 50px;
	height: 40px;
	object-fit: contain;
}

.onayami_box &gt; h2 {
	margin: 0 0 30px;
}

.onayami_box &gt; ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 80px 100px;
}

.onayami_box &gt; ul li {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
}

.onayami_box &gt; ul li:nth-of-type(-n+2)::after {
	content: "\f061";
	font-family: Font Awesome\ 5 Free;
	font-size: 3rem;
	font-weight: 600;
	position: absolute;
	right: -60px;
}

.onayami_box &gt; ul li p {
	text-align: center;
}

.onayami_box &gt; ul li img {
	height: 150px;
	object-fit: contain;
}

.wechat_box &gt; h2:nth-of-type(1) {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 4rem;
	margin: 0 0 10px;
}

.wechat_box &gt; h2:nth-of-type(1) span {
	width: 250px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	background: linear-gradient(to right, #ededed 0%, #ededed 10%, #f4f4f4 25%, #ffffff 50%, #f2f2f2 75%, #ededed 90%, #ededed 100%);
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	box-shadow: 5px 3px 9px #dcdcdc;
}

.wechat_box &gt; h2:nth-of-type(2),
.wechat_box &gt; h2:nth-of-type(3) {
	margin: 0 0 10px;
}

.wechat_box &gt; p {
	margin: 0 0 30px;
}

.wechat_box &gt; div {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 30px;
}

.wechat_box &gt; div img {
	max-width: 50px;
}

.wechat_box &gt; ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin: 0 auto;
}

.wechat_box &gt; ul li {
	display: flex;
	flex-flow: column;
	gap: 10px;
	border: 1px solid #89D7E0;
	padding: 20px 10px;
}

.wechat_box &gt; ul li h3 {
	font-size: 1.4rem;
	line-height: 1.5;
}

.wechat_box &gt; ul li p:nth-of-type(2) {
	font-size: 1.2rem;
}

.wechat_box &gt; ul li p span {
	font-size: 1rem;
}

.wechat_box &gt; ul li a {
	color: #00b0ea;
	transition: 0.3s;
}

.wechat_box &gt; ul li a:hover {
	opacity: 0.3;
}

.wechat_box &gt; ul li:nth-of-type(n+4) p:nth-of-type(1) {
	margin: 0 0 35px;
}

.wechat_box &gt; ul li img:nth-of-type(1) {
	height: 100px;
	object-fit: contain;
}

.wechat_box &gt; ul li img:nth-of-type(2) {
	height: 25px;
	object-fit: contain;
}

.link_box {
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 50px;
}

.link_box a {
	width: 100%;
	max-width: 350px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	border: 1px solid #adadad;
	position: relative;
}

.link_box a::before {
	content: "";
	width: 0;
	height: 100%;
	background: #2ba2d5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 0.3s;
}

.link_box a:hover {
	color: #fff;
}

.link_box a:hover::before {
	width: 100%;
}

footer {
	text-align: center;
	font-size: 1rem;
	border-top: 1px solid #dcdcdc;
	padding: 20px;
}

.bg_gray {
	background-color: #f3f3f3;
}

.btn_blue {
	width: 100%;
	max-width: 300px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2ba2d5;
	border: 1px solid #2ba2d5;
	position: relative;
	padding: 10px;
}

.btn_blue:hover {
	color: #2ba2d5;
	box-shadow: inset 0 0 0 4px #2ba2d5;
}

.btn_blue::after {
	content: "\f0a9";
	font-family: Font Awesome\ 5 Free;
	font-weight: 600;
	margin: 0 0 0 5px;
}

.text_blue {
	color: #2ba2d5;
}

@media screen and (max-width:1024px) {
	.wechat_box &gt; ul {
		max-width: 600px;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}

	.wechat_box &gt; ul li:nth-of-type(n+4) p:nth-of-type(1) {
		margin: 0;
	}

}


@media screen and (max-width:767px) {
	.inner {
		padding: 60px 20px !important;
	}

	.hero_box {
		height: 500px;
	}

	.hero_box &gt; img {
		width: 55%;
	}

	.hero_box header {
		background: none;
		padding: 0 20px;
	}

	.hero_box header &gt; a {
		max-width: 100px;
	}

	.hero_box header &gt; div p {
		color: #fff;
	}

	.hero_box header &gt; div a {
		min-width: 80px;
	}

	.hero_box &gt; div:nth-of-type(2) {
		top: 5%;
	}

	.hero_box &gt; div:nth-of-type(2) &gt; h1 {
		font-size: 3rem;
	}

	.hero_box &gt; div:nth-of-type(2) &gt; p {
		font-size: 2rem;
	}

	.nav_box &gt; nav {
		grid-template-columns: repeat(1, 1fr);
	}

	.hitotuni_box &gt; img {
		max-width: 400px;
		display: block;
		margin: 0 auto 30px;
	}

	.rendou_box &gt; div:nth-of-type(1) {
		flex-flow: column;
	}

	.rendou_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(2) {
		margin: 0 auto;
	}

	.onayami_box &gt; div:nth-of-type(1),
	.onayami_box &gt; div:nth-of-type(2) {
		flex-flow: column;
	}

	.onayami_box &gt; div:nth-of-type(1) &gt; div:nth-of-type(2) {
		margin: 0 auto;
	}

	.hitotuni_box &gt; ul:nth-of-type(1),
	.onayami_box &gt; ul {
		grid-template-columns: repeat(1, 1fr);
	}

	.hitotuni_box &gt; ul:nth-of-type(1) li:nth-of-type(-n+2)::after,
	.onayami_box &gt; ul li:nth-of-type(-n+2)::after {
		transform: rotate(90deg);
		right: auto;
		bottom: -55px;
	}

	.wechat_box &gt; h2:nth-of-type(1) {
		flex-flow: column;
		font-size: 3.8rem;
		margin: 0 0 20px;
	}

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

	.wechat_box &gt; div img {
		max-width: 100px;
	}

	.wechat_box &gt; ul {
		grid-template-columns: repeat(2, 1fr);
	}

	.wechat_box &gt; ul li h3,
	.wechat_box &gt; ul li p {
		font-size: 1.2rem;
	}

	.wechat_box &gt; ul li p:nth-of-type(2) {
		font-size: 1.1rem;
	}
}
</pre></body></html>