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


.fixed_btn_ver {
	bottom: 130px;
}

.full-width 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;
}

.full-width h2::after {
	content: '';
	width: 120px;
	height: 5px;
	background: #238BE5;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin: 0 0 0 -60px;
}

.full-width h3 {
	text-align: center;
	margin: 0 0 20px;
}

.hero_box {
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(/lp/invoice/images/hero_bg.png) no-repeat;
	background-position: center;
	background-size: cover;
}

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

.hero_box h1 {
	font-size: 2.4rem;
	line-height: 1.3;
	filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1));
	margin: 0 0 10px;
}

.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 &gt; div img {
	width: 100%;
}

.hero_box &gt; div &gt; div &gt; div:nth-of-type(1) {
	display: flex;
	flex-flow: column;
	align-items: center;
	text-align: center;
}

.hero_box &gt; div &gt; div &gt; div:nth-of-type(1) &gt; img {
	max-width: 200px;
	margin: 0 0 20px;
}

.hero_box &gt; div &gt; div &gt; div:nth-of-type(1) &gt; a {
	display: inline-block;
	transition: .3s;
}

.hero_box &gt; div &gt; div &gt; div:nth-of-type(1) &gt; a:hover {
	opacity: 0.7;
}

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

.hero_box &gt; div &gt; div &gt; div:nth-of-type(2) img {
	max-width: 200px;
	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
}

.hero_box &gt; div &gt; div &gt; div:nth-of-type(3) img {
	max-width: 170px;
	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.5));
}

.hero_box &gt; div &gt; div &gt; div:nth-of-type(4) img {
	max-width: 220px;
	background: #fff;
	border-radius: 50%;
	padding: 3px;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.2));
}

.dx_box {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin: 0 auto 30px;
}

.dx_box p {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 20px;
}

.dx_box p span {
	font-size: 1.4rem;
}

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

.dx_box &gt; img {
	width: 100%;
	max-width: 700px;
}

.kinou_box {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin: 0 0 30px;
}

.kinou_box &gt; div {
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
	background: #f0f6f1;
	box-shadow: 1px 3px 3px rgb(0 0 0 / 20%);
	padding: 10px;
}

.kinou_box &gt; div img {
	width: 30%;
	max-width: 40px;
	max-height: 40px;
	object-fit: contain;
}

.kinou_box &gt; div p {
	width: 67%;
	max-width: 110px;
}

.hard_box {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	justify-content: space-between;
	gap: 30px 20px;
}

.hard_box &gt; div {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.hard_box &gt; div p {
	width: 100%;
	max-width: 250px;
	display: block;
	color: #fff;
	text-align: center;
	background: #7f7f7f;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 0 0 10px;
	font-size: 94%;
}

.hard_box &gt; div div {
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hard_box &gt; div div img {
	width: 100%;
	max-width: 150px;
	max-height: 150px;
	object-fit: contain;
}

.hard_box &gt; div:nth-of-type(1) div img {
	max-width: 180px;
}

.erabi_box p:nth-of-type(1) {
	color: #00863C;
	font-size: 1.8rem;
	text-align: center;
	margin: 0 0 10px;
}

.erabi_box p:nth-of-type(2) {
	text-align: center;
	margin: 0 0 10px;
}

.erabi_box p:nth-of-type(3) {
	text-align: center;
	margin: 0 0 30px;
}

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

.hyaku_box &gt; div:nth-of-type(1) img {
	width: 20%;
	max-width: 250px;
}

.hyaku_box &gt; div:nth-of-type(1) p {
	width: 77%;
}

.santi_box &gt; p {
	width: fit-content;
	margin: 0 auto 30px;
}

.santi_box &gt; div:nth-of-type(1) {
	width: 100%;
	max-width: 750px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 30px;
}

.santi_box &gt; div:nth-of-type(1) &gt; div {
	width: 70%;
	text-align: center;
}

.santi_box &gt; div:nth-of-type(1) &gt; div &gt; p {
	color: #fff;
	background: #f0a700;
	padding: 0 10px;
	margin: 0 0 10px;
}

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

.santi_box &gt; div:nth-of-type(1) &gt; img {
	width: 27%;
	max-width: 250px;
}

.santi_logo &gt; p:nth-of-type(1) {
	font-weight: bold;
	border-bottom: 1px dashed #dfdfdf;
	margin: 0 0 20px;
}

.santi_logo &gt; p:nth-of-type(2) {
	text-align: right;
}

.santi_logo &gt; p:nth-of-type(2) a {
	text-align: right;
	position: relative;
	transition: .3s;
}

.santi_logo &gt; p:nth-of-type(2) a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	font-weight: 900;
	margin: 0 0 0 10px;
}

.santi_logo &gt; div {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 20px 0;
	margin: 0 0 20px;
}

.santi_logo &gt; div img {
	max-width: 150px;
	height: 40px;
	object-fit: contain;
}

.ver_icon_box {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.ver_icon_box &gt; div {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid #666;
	border-radius: 10px;
	padding: 10px;
}

.ver_icon_box &gt; div p:nth-of-type(2) {
	display: flex;
	align-items: flex-end;
	height: 40px;
	font-size: 2rem;
}

.ver_icon_box img {
	width: auto;
	height: 40px;
}

.receipt_box h2 span {
	color: #fff;
	font-size: 2rem;
	background: #666;
	border-radius: 20px;
	position: absolute;
	top: -50px;
	left: 50%;
	padding: 5px 20px;
	margin: 0 0 0 -90px;
}

.receipt_box h2 span::after {
	content: '';
	background: #666;
	width: 16px;
	height: 30px;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin: 0 0 0 -8px;
	transform: rotate(90deg);
}

.receipt_box &gt; div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.receipt_box &gt; div &gt; div:nth-of-type(1) p {
	margin: 0 0 20px;
}

.receipt_box &gt; div &gt; div:nth-of-type(1) img {
	width: 100%;
	max-width: 350px;
	display: block;
	margin: 0 auto;
	transition: .3s;
}

.receipt_box &gt; div &gt; div:nth-of-type(1) img:hover {
	opacity: 0.3;
}

.receipt_box &gt; div &gt; div:nth-of-type(1) {
	width: 40%;
}

.receipt_box &gt; div &gt; div:nth-of-type(2) {
	width: 58%;
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 20%);
	padding: 20px;
}

.receipt_box &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) {
	width: 40%;
}

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

.receipt_box &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) {
	width: 58%;
}

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

.receipt_box &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) p:nth-of-type(2) {
	font-size: 1.1rem;
	line-height: 1.5;
}

.receipt_box ul {
	margin: 0 0 20px;
}

.receipt_box ul li {
	list-style: decimal;
	line-height: 1.8;
	margin: 0 0 0 18px;
}

.arayuru_box {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.arayuru_box &gt; h3 {
	line-height: 1.5;
}

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

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

.arayuru_box &gt; img:nth-of-type(n+3) {
	margin: 0 auto;
}

.ver_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 30px;
}

.ver_box &gt; div:nth-of-type(1) {
	width: 50%;
}

.ver_box &gt; div:nth-of-type(2) {
	width: 45%;
}

.ver_box &gt; div:nth-of-type(2) img {
	display: block;
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}

.soft_box &gt; p {
	text-align: center;
	margin: 0 0 30px;
}

.soft_hanbai &gt; div:nth-of-type(1),
.soft_kaikei &gt; div:nth-of-type(1) {
	width: 20%;
	color: #fff;
	text-align: center;
	background: #053b81;
	padding: 10px;
}

.soft_hanbai &gt; div:nth-of-type(2),
.soft_kaikei &gt; div:nth-of-type(2) {
	width: 75%;
}

.soft_hanbai {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 50px;
}

.soft_hanbai &gt; div:nth-of-type(2) {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
	align-items: center;
	gap: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 20%);
	padding: 20px;
}

.soft_kaikei &gt; div:nth-of-type(2) {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-items: center;
	align-items: center;
	gap: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 20%);
	padding: 20px;
}

.soft_kaikei {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.soft_box img.h_small {
	height: 20px;
}

.soft_box img.h_xsmall {
	height: 25px;
}

.soft_box img.h_medium {
	height: 30px;
}

.soft_box img.h_large {
	height: 40px;
}

.soft_hanbai img,
.soft_kaikei img {
	width: 100%;
	object-fit: contain;
}

.solution_box {
	text-align: center;
}

.solution_box &gt; p:first-of-type {
	width: fit-content;
	display: block;
	text-align: left;
	margin: 0 auto 30px;
}

.solution_box table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
}

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

.solution_box table tr:nth-of-type(1),
.solution_box table tr:nth-of-type(5),
.solution_box table tr:nth-of-type(9) {
	vertical-align: baseline;
}

.solution_box table tr td {
	color: #238BE5;
	font-size: 2.4rem;
	font-weight: bold;
}

.solution_box table tr td:nth-of-type(1) {
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
	white-space: nowrap;
}

.solution_box table tr:nth-of-type(1) td p,
.solution_box table tr:nth-of-type(5) td p,
.solution_box table tr:nth-of-type(9) td p {
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: normal;
}

.solution_box table td {
	padding: 10px;
}

.solution_box img {
	width: 100%;
	max-height: 25px;
	object-fit: contain;
}

.solution_box tr:nth-of-type(1) td:nth-of-type(2) img,
.solution_box tr:nth-of-type(1) td:nth-of-type(3) img,
.solution_box tr:nth-of-type(1) td:nth-of-type(5) img {
	max-height: 20px;
}

.solution_box tr:nth-of-type(5) td:nth-of-type(3) img,
.solution_box tr:nth-of-type(5) td:nth-of-type(4) img {
	max-height: 20px;
}

.dounyu_box &gt; p {
	max-width: 700px;
	margin: 0 auto 20px;
}

.common_btn {
	display: block;
	max-width: 400px;
	color: #fff;
	text-align: center;
	background: linear-gradient(to top, #116bb9, #238be5);
	border-radius: 22px;
	box-shadow: 0px 5px 3px rgb(0 0 0 / 20%);
	padding: 15px 10px;
	margin: 0 auto 20px;
	transition: .3s;
}

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

.bg_blue {
	background: #eff4f9;
}

.tbonly {
	display: none;
}

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

.form_box {
	display: flex;
	flex-flow: column;
	justify-content: center;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 10%);
	padding: 40px;
	margin: 0 auto;
}

.form_title {
	background: #efefef;
	position: relative;
	padding: 50px 0 60px;
	margin: 0 0 20px;
}

.form_title::after {
	content: '';
	background: #efefef;
	width: 30px;
	height: 60px;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	position: absolute;
	bottom: -45px;
	left: 50%;
	margin: 0 0 0 -8px;
	transform: rotate(90deg);
}

.form_title h2 {
	margin: 0;
}

.form_box h3 {
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 10px;
}

.form_box h3 + div {
	color: #ff0000;
	text-align: center;
	margin: 0 0 30px;
}

.form_box table {
	margin: 0 0 30px;
}

.form_box table tr th,
.form_box table tr td {
	width: auto;
	text-align: left;
	font-weight: normal;
	border: 0;
	padding: 20px 0;
}

.form_box table tr th {
	width: 30%;
}

.form_box table tr th span {
	color: #fff;
	background: #116bb9;
	border-radius: 5px;
	padding: 5px;
	margin: 0 10px 0 0;
}

.form_box label {
	line-height: 1.5;
}

.form_box input[type="text"],
.form_box input[type="email"],
.form_box input[type="tel"],
.form_box textarea,
.form_box select {
	width: 100%;
}

.form_box input.short {
	max-width: 200px;
}

.form_box input,
.form_box textarea,
.form_box select {
	background: #f9f9f9;
	border: 1px solid #ececec;
	border-radius: 5px;
	padding: 10px;
}

.form_box p.error_messe {
	color: #ff0000;
}

.form_box &gt; p.front {
	text-align: center;
	margin: 0 0 30px;
}

.form_box &gt; p input {
	width: 100%;
	max-width: 400px;
	display: block;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	background: linear-gradient(to top, #116bb9, #238be5);
	border: none;
	border-radius: 22px;
	box-shadow: 0px 5px 3px rgb(0 0 0 / 20%);
	cursor: pointer;
	padding: 10px 10px;
	margin: 0 auto;
	transition: .3s;
}

.form_box &gt; p input.back {
	color: #fff;
	background: #999;
}

.form_box &gt; p input:hover {
	opacity: 0.3;
}

.form_box .columns {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.form_box table.kakunin_table tr th,
.form_box table.kakunin_table tr td {
	border: 1px solid #ccc;
	padding: 20px;
}

.form_box table.kakunin_table tr th {
	font-weight: bold;
	background: #eee;
}

.form_box table.kakunin_table + p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

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

@media screen and (max-width: 1024px) {
	h2 {
		font-size: 2rem;
	}

	.hero_box {
		height: 370px;
	}

	.hero_box &gt; div {
		height: 370px;
		padding: 30px 0;
	}

	.hero_box &gt; div &gt; div {
		flex-wrap: wrap;
	}

	.hero_box &gt; div &gt; div &gt; div {
		width: calc(80%/3);
		text-align: center;
	}

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

	.hero_box &gt; div &gt; div &gt; div:nth-of-type(2) img,
	.hero_box &gt; div &gt; div &gt; div:nth-of-type(3) img,
	.hero_box &gt; div &gt; div &gt; div:nth-of-type(4) img {
		max-width: 130px;
	}

	.kinou_box {
		grid-template-columns: repeat(3, 1fr);
	}

	.hard_box {
		grid-template-columns: repeat(3, 1fr);
	}

	.erabi_box p:nth-of-type(1) {
		text-align: left;
	}

	.erabi_box p:nth-of-type(2) {
		text-align: left;
	}

	.soft_box &gt; p {
		text-align: left;
	}

	.tbonly {
		display: block;
	}

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

	.form_box {
		padding: 20px 20px 40px;
	}

	.form_box table tr {
		display: flex;
		flex-flow: column;
	}

	.form_box table tr th {
		width: 100%;
		padding: 20px 0 0;
	}

	.form_box input.short {
		max-width: 100%;
	}

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

@media screen and (max-width: 767px) {
	.fixed_btn_ver {
		bottom: 0;
	}

	.pagetop {
		bottom: 65px;
	}

	.kinou_box {
		grid-template-columns: repeat(2, 1fr);
	}

	.kinou_box &gt; div p {
		font-size: 1.2rem;
	}

	.hard_box {
		grid-template-columns: repeat(2, 1fr);
	}

	.hard_box &gt; div p {
		font-size: 1.2rem;
	}

	.santi_box &gt; div:nth-of-type(1) &gt; div {
		width: 100%;
		margin: 0 0 20px;
	}

	.santi_box &gt; div:nth-of-type(1) &gt; img {
		width: 100%;
	}

	.ver_icon_box {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.ver_icon_box &gt; div p {
		font-size: 1.2rem;
	}

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

	.receipt_box &gt; div &gt; div:nth-of-type(2) {
		width: 100%;
		flex-flow: column;
	}

	.receipt_box &gt; div &gt; div:nth-of-type(1) {
		width: 100%;
		margin: 0 0 30px;
	}

	.receipt_box &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(1),
	.receipt_box &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(2) {
		width: 100%;
	}

	.receipt_box &gt; div &gt; div:nth-of-type(2) &gt; div:nth-of-type(1) img {
		display: block;
		margin: 0 auto 30px;
	}

	.ver_box {
		flex-flow: column;
	}

	.ver_box &gt; div:nth-of-type(1) {
		width: 100%;
		margin: 0 0 30px;
	}

	.ver_box &gt; div:nth-of-type(2) {
		width: 100%;
	}

	.arayuru_box &gt; p:nth-of-type(1) {
		text-align: left;
	}

	.arayuru_box &gt; img {
		max-width: 320px;
	}

	.hyaku_box &gt; div:nth-of-type(1) {
		flex-direction: column-reverse;
	}

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

	.hyaku_box &gt; div:nth-of-type(1) p {
		width: 100%;
		margin: 0 0 20px;
	}

	.solution_box table tr td:nth-of-type(1) {
		font-size: 1.2rem;
	}

	.solution_box table tr:nth-of-type(1) td p,
	.solution_box table tr:nth-of-type(5) td p,
	.solution_box table tr:nth-of-type(9) td p {
		font-size: 1rem;
	}

	.solution_box tr:nth-of-type(5) td:nth-of-type(3) img,
	.solution_box tr:nth-of-type(5) td:nth-of-type(4) img {
		max-height: 25px;
	}

	.solution_box tr:nth-of-type(5) td:nth-of-type(2) img,
	.solution_box tr:nth-of-type(9) td:nth-of-type(2) img,
	.solution_box tr:nth-of-type(9) td:nth-of-type(3) img {
		max-height: 20px;
	}

	.santi_box &gt; div:nth-of-type(1),
	.santi_box &gt; div:nth-of-type(2) {
		width: 100%;
	}

	.santi_box &gt; div:nth-of-type(1) {
		justify-content: center;
		margin: 0 0 30px;
	}

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

	.soft_box &gt; div &gt; div:nth-of-type(1) {
		width: 100%;
		margin: 0 0 10px;
	}

	.soft_box &gt; p {
		text-align: left;
	}

	.soft_hanbai,
	.soft_kaikei {
		flex-flow: column;
	}

	.soft_hanbai &gt; div:nth-of-type(2),
	.soft_kaikei &gt; div:nth-of-type(2) {
		width: 100%;
		grid-template-columns: repeat(2, 1fr);
	}

	.soft_hanbai {
		margin: 0 0 30px;
	}

	.dounyu_box &gt; div &gt; div:nth-of-type(1),
	.dounyu_box &gt; div &gt; div:nth-of-type(2) {
		width: 100%;
	}

	.dounyu_box &gt; div &gt; div:nth-of-type(1) {
		margin: 0 0 30px;
	}

	/*メールフォーム*/

	.form_box {
		padding: 10px 20px 40px;
	}

	.form_box dt,
	.form_box dd {
		width: 100%;
	}

	.form_box dt {
		height: auto;
	}

	.form_box dd {
		height: auto;
		margin: 10px 0 0;
	}

	.form_box dl dd:nth-of-type(2) input,
	.form_box dl dd:nth-of-type(3) input,
	.form_box dl dd:nth-of-type(6) input,
	.form_box dl dd:nth-of-type(8) input {
		max-width: 100%;
	}

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

}
</pre></body></html>