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

/*================================================
*  sNav
================================================*/

.pagetop {
	bottom: 250px;
}

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

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

.r.sa {
	justify-content: space-around;
}

.hover:hover {
	opacity: 0.6 !important;
}

#menu-box {
	font-family: "Noto Sans JP";
	width: 100%;
	background: rgba(70, 70, 70, 0.95);
	border-bottom: 1px solid #6d6d6d;
}

.btn_DL a {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 20px;
	border: #202020;
}

#menu {
	overflow: hidden;
	width: 100%;
	max-width: 1005px;
	margin: 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#menu li {
	display: block;
	width: calc(100%/9);
	text-align: center;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	float: left;
}

#menu li a {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	position: relative;
	padding: 15px 0;
	transition: .3s;
}

#menu li a::after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
	margin-left: 5px;
	transform: rotate(90deg);
}

.link2 {
	text-decoration: underline;
	color: #072045 !important;
}

.link2:hover {
	color: #305b9b !important;
}

.link3 {
	text-decoration: underline !important;
	color: #3a71c3 !important;
	display: inline-block;
	line-height: 22px;
}

.link3::after {
	display: contents;
	content: " ";
	font-family: "Font Awesome 5 free";
	padding-top: 3px;
	padding-left: 5px;
	font-weight: 600;
}

.link3:hover {
	color: #305b9b !important;
}

svg {
	max-width: 25px;
	height: 28px;
	margin: 0 10px;
}

.inner2 {
	padding: 30px 0 0 0 !important;
}

.spacer {
	height: 50px;
}

#menu li a:hover {
	color: #9db8ff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#menu li img {
	height: 53px;
}

#menu li span {
	display: inline-block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: .3px;
}

#toggle {
	display: none;
}

.fixed2 {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
}

/*common*/
.mieruka {
	color: #3778d8 !important;
	background: #f1fdff;
}

.promotion {
	color: #e6bf26 !important;
	background: #fffff4;
}

.promotion2 {
	color: #e6bf26;
	border-bottom: 1px solid #e6bf26;
	background: #fff;
}

.bg_gray {
	background: #f5f7f7;
}

.bg_gray2 {
	background: #f6f8f8;
}

.bg_blue {
	background: #4d75b4;
}

.bg_blue h2 {
	color: #fff;
}

.sd {
	-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

#container h3 {
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 0 0 20px;
}

.fancybox__backdrop {
	background: var(--fancybox-bg, rgba(24, 24, 27, 0.42)) !important;
}

/*modal*/
.modal {
	max-width: 1010px;
	margin: auto;
}

.modal h3 {
	font-size: 25px !important;
	line-height: 45px;
	color: #000;
	border-left: 6px solid #6c9bb1;
	padding-left: 12px;
	margin-bottom: 15px;
}

/*common*/
/*hero start*/

#hero h1 img:nth-of-type(2) {
	max-width: 500px;
}

.hero_text {
	font-size: 1.4rem;
	text-align: left;
	line-height: 25px;
}

.hero_img {
	width: 100%;
	max-width: 700px;
	display: block;
	margin: 0 auto 30px;
}

.hero_icon {
	width: 100%;
}

.hero_iconbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hero_iconbox li {
	width: calc(95%/3);
	margin-bottom: 5px;
}

.heroimg2 {
	width: 40% !important;
	margin: auto;
	display: block;
}

.btn {
	max-width: 200px;
	min-width: 160px;
	display: inline-block;
	color: #fff;
	background-color: #3a5366;
	padding: 10px;
	transition: .3s;
}

.btn::after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 5px;
}

.keywordbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 10px;
}

.keywordbox li {
	width: calc(96%/6);
	padding: 9px 0;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
	background: #403e3e;
	font-size: 13px;
	font-weight: 300;
}

/*pointinner*/
.bg_white {
	background: rgba(255, 255, 255, 0.66);
}

.point_box {
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 0px 10px;
	border-radius: 10px;
}

.point_inner {
	width: calc(92%/3);
}

.point_inner h4 {
	padding: 10px 0px 0px 0px;
	font-weight: 500;
	font-size: 20px;
	font-weight: 600;
	padding-top: 10px;
}

.point_inner .text_c1 {
	color: #d14848;
}

.point_inner .text_c2 {
	color: #3f6eb4;
}

.point_inner .text_c3 {
	color: #cca204;
}

.point_inner .mieruka::before {
	position: absolute;
	content: "";
	background-image: url(/solution/images/cloud_icon.png);
	top: -30%;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
}

.point_inner .promotion::before {
	position: absolute;
	content: "";
	background-image: url(/solution/images/cashless_icon.png);
	top: -30%;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
}

.point_inner .efficiency::before {
	position: absolute;
	content: "";
	background-image: url(/solution/images/efficiency_icon.png);
	top: -30%;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
}

.point_inner p {
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
}

.point_inner img {
	width: 100%;
	border: 0.6px solid #ebebeb;
}

.title {
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 3px;
	padding: 15px 0px 15px 50px;
}

.title_both_line {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 0 40px;
}

.title_both_line h2 {
	font-size: 2.4rem;
	line-height: 1.3;
}

.title_both_line h2 span {
	font-size: 1.4rem;
}

.title_both_line::before,
.title_both_line::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #c7c8c7;
}

.title_both_line::before {
	margin: 0 10px 0 0;
}

.title_both_line::after {
	margin: 0 0 0 10px;
}

.mieruka_btn {
	margin: 15px auto 0;
	padding: 10px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 90%;
	border-radius: 20px;
	background: #fff;
	-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	border: 1px solid #3f6eb4;
}

.mieruka_btn:hover {
	background: #cadbf5;
	opacity: 0.7;
}

.promotion_btn {
	margin: 15px auto 0;
	padding: 10px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 90%;
	border-radius: 20px;
	background: #fff;
	-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	border: 1px solid #dbb627;
}

.promotion_btn:hover {
	background: #fdf2c4;
	opacity: 0.7;
}

.efficiency_btn {
	margin: 15px auto 0;
	padding: 10px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 90%;
	border-radius: 20px;
	background: #fff;
	-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	border: 1px solid #BD5757;
}

.efficiency_btn:hover {
	background: #facece;
	opacity: 0.7;
}

.arrow {
	position: relative;
	display: inline-block;
	padding: 0 35px 0 0;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
}

.arrow_style1 {
	color: #3f6eb4;
}

.arrow_style1::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	border: 1px solid #3f6eb4;
	border-radius: 50%;
}

.arrow_style1::after {
	right: 6px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #3f6eb4;
	border-right: 1px solid #3f6eb4;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.arrow_style2 {
	color: #dbb627;
}

.arrow_style2::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	border: 1px solid #dbb627;
	border-radius: 50%;
}

.arrow_style2::after {
	right: 6px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #dbb627;
	border-right: 1px solid #dbb627;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.arrow_style3 {
	color: #BD5757;
}

.arrow_style3::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	border: 1px solid #BD5757;
	border-radius: 50%;
}

.arrow_style3::after {
	right: 6px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #BD5757;
	border-right: 1px solid #BD5757;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

/*pointinner_end*/
/*-------hero end----------*/

.title_box {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 0 10px;
}

.title_box h2 {
	width: 100%;
	color: #fff;
	font-size: 2.8rem;
	font-weight: normal;
}

.title_box &gt; div {
	background: #fff;
	border: 2px solid #c7c8c7;
	padding: 10px;
	margin: 0 0 0 20px;
	z-index: 2;
}

.title_box &gt; div img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

#invoice .title_box h2 {
	border: 1px solid #ea5454;
	background: #ea5454;
	position: absolute;
	padding: 5px 10px 5px 110px;
}

#inbound .title_box h2 {
	border: 1px solid #f1ab44;
	background: #f1ab44;
	position: absolute;
	padding: 5px 10px 5px 110px;
}

#cashless .title_box h2 {
	border: 1px solid #514c52;
	background: #514c52;
	position: absolute;
	padding: 5px 10px 5px 110px;
}

#semiself .title_box h2 {
	border: 1px solid #9463a7;
	background: #9463a7;
	position: absolute;
	padding: 5px 10px 5px 110px;
}

#sumaho .title_box h2 {
	border: 1px solid #adcbc8;
	background: #adcbc8;
	position: absolute;
	padding: 5px 10px 5px 110px;
}

#zaikokanri .title_box h2 {
	border: 1px solid #5c868e;
	background: #5c868e;
	position: absolute;
	padding: 5px 10px 5px 110px;
}

#honbukanri .title_box h2 {
	border: 1px solid #2bb9bd;
	background: #2bb9bd;
	position: absolute;
	padding: 5px 10px 5px 110px;
}

#api .title_box h2 {
	border: 1px solid #cdd531;
	background: #cdd531;
	position: absolute;
	padding: 5px 10px 5px 110px;
}

.subtitle_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px 30px;
	margin: 0 0 30px;
}

#container .subtitle_box h3 {
	font-size: 2.4rem;
	margin: 0;
}

.subtitle_box &gt; div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px 30px;
}

.subtitle_box &gt; div a {
	display: block;
	transition: .3s;
}

.subtitle_box &gt; div a:hover {
	opacity: 0.3;
}

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

.subtitle_box &gt; div img.large {
	max-width: 120px;
}

.wordbox {
	width: 80%;
	font-weight: 500;
	letter-spacing: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wordinner {
	width: calc(95%/3);
	margin: 0 7px;
	color: #fff;
	padding-top: 1px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
}

.spnone {
	padding: 10px 0px;
}

.products_list {
	margin-top: 20px;
	padding: 14px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 1px solid #b4b4b4;
}

.products_list li {
	margin-bottom: 15px;
	width: calc(100%/4);
}

.products_list li img {
	max-width: 200px;
	height: 25px;
	-o-object-fit: contain;
	object-fit: contain;
}

/*botton*/
.botton_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.botton_box .botton_inner {
	width: calc(98%/2);
	background: #18669e;
	color: #fff;
	padding: 17px 12px;
}

.botton_box .botton_inner:hover {
	opacity: 0.7;
}

/*keyword*/
.keyword {
	padding: 10px;
	border: 1px solid #d8d8d8;
}

.keyword ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.keyword li {
	margin-bottom: 10px;
	margin-left: 10px;
}

.keyword li::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	color: #90c3ff;
	padding-right: 5px;
	font-weight: 900;
}

/*productlabel*/
.product_label {
	position: relative;
}

.bcpos {
	position: relative;
}

.bcpos:after {
	position: absolute;
	content: "";
	background-image: url(/solution/images/cloud_icon.png);
}

.lineup_title {
	display: block;
	font-size: 18px;
	margin: 20px 0 10px 0;
	padding: 15px;
	background: #454545;
	color: #fff;
	width: 100%;
	text-align: center;
}

.solution_lineup {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin: 0 auto 30px;
}

.solution_lineup a {
	width: 90px;
	display: block;
	text-align: center;
	border: 2px solid #c7c8c7;
	padding: 10px 0;
	transition: .3s;
}

.solution_lineup a:hover {
	color: #000;
	opacity: 0.3;
}

.solution_lineup p {
	font-size: 1rem;
	color: #000;
	font-weight: 600;
	line-height: 1.1;
}

.solution_lineup img {
	width: 100%;
	height: 40px;
	object-fit: contain;
	margin: 0 0 10px;
}

.logo_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin: 0 0 30px
}

.logo_list a {
	display: flex;
	align-items: center;
	transition: .3s;
}

.logo_list a:hover {
	opacity: 0.3;
}

.logo_list img {
	max-width: 100px;
}

.logo_list img.logo_fixs {
	max-width: 110px;
}

.logo_list img.logo_fixl {
	max-width: 80px;
}

/*POS*/
.posbox {
	padding: 20px 0;
	margin: auto;
	width: 95%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.posbox .postitle {
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0;
	background: #e8eefa;
	color: #162e55;
	margin-bottom: 5px;
}

.posbox .posinner {
	text-align: center;
	width: calc(90%/3);
	background: #fff;
	padding: 10px 10px;
	margin-bottom: 10px;
}

.posbox .posinner img {
	width: 70%;
}

.posbox .posinner p {
	font-size: 14px !important;
}

.posbox .posinner .pos_textbox {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.posbox .posinner .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	text-align: center;
	padding: 10px 0 !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
	margin-top: 5px;
}

/*POS*/
/*content common*/
.productinfo {
	background: #fbfbfb;
	padding: 10px 0;
}

.p_logobox {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 600px;
	margin: auto;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p_logobox .p_logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1010px;
}

.p_logobox .p_logo img {
	max-height: 20px;
	-o-object-fit: contain;
	object-fit: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.cross:first-child::after {
	content: "×";
	font-size: 20px;
}

.maintitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.maintitle .maintitle_inner {
	margin: auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
}

.maintitle .maintitle_inner h2 {
	font-size: 26px;
	margin: auto;
	text-align: center;
	display: inline;
	position: relative;
	padding: 20px 0;
}

.maintitle span {
	font-size: 19px;
	display: block;
	margin-bottom: 10px;
}

.function_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.function_inner {
	width: 90%;
	margin: 0 5px 0 10px;
	padding: 10px 0;
	-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.function_inner:hover {
	opacity: 0.7;
}

.function_inner .img img {
	width: 80px;
	height: 80px;
	-o-object-fit: contain;
	object-fit: contain;
	padding-bottom: 10px;
	-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.function_inner .text {
	font-size: 16px;
	font-weight: 500;
	position: relative;
}

.function_inner .text:after {
	font-family: "Font Awesome 5 Free";
	content: "";
	font-weight: 600;
	margin-left: 10px;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.mainimg {
	max-height: 290px;
	max-width: 360px;
	-o-object-fit: contain;
	object-fit: contain;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*kinou_box*/
/*kinou_box icon color*/
.purple {
	fill: #6b5fb8 !important;
}

.red {
	fill: #BD5757 !important;
}

.blue2 {
	fill: #3f6eb4 !important;
}

.yellow {
	fill: #dbb627 !important;
}

.kinou_box {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.kinou_box::after {
	content: "";
	display: block;
	width: calc(90%/4);
	height: 0;
}

.kinou_box a {
	display: contents;
}

.kinou_box a:hover {
	opacity: 0.6 !important;
}

.kinou_box .kinou_inner {
	width: calc(90%/4);
	vertical-align: middle;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 6px 0;
	padding: 10px 6px;
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	/*justify-content: center;*/
}

.kinou_box .kinou_inner p {
	text-align: justify;
	line-height: 19px;
}

.kinou_box .kinou_inner img {
	max-width: 25px;
	height: 28px;
	margin: 0 10px;
}

.none {
	background: none !important;
	border: none !important;
	width: calc(90%/4);
	padding: 0px !important;
}

/*kinou_box*/
/*content common*/

#invoice {
	padding: 50px 0 0;
	margin: -50px 0 0;
}

#invoice .maintitle {
	background: #fff5f5;
	color: #BD5757;
}

#invoice h2 {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

#invoice h3 span {
	background: linear-gradient(transparent 60%, rgba(247, 196, 196, 0.6) 0%);
}

#inbound h3 span {
	background: linear-gradient(transparent 60%, rgba(241, 171, 68, 0.6) 0%)
}

#cashless h3 span {
	background: linear-gradient(transparent 60%, rgba(81, 76, 82, 0.2) 0%)
}

#semiself h3 span {
	background: linear-gradient(transparent 60%, rgba(148, 99, 167, 0.4) 0%)
}

#sumaho h3 span {
	background: linear-gradient(transparent 60%, rgba(173, 203, 200, 0.4) 0%)
}

#zaikokanri h3 span {
	background: linear-gradient(transparent 60%, rgba(92, 134, 142, 0.4) 0%)
}

#honbukanri h3 span {
	background: linear-gradient(transparent 60%, rgba(43, 185, 189, 0.4) 0%)
}

#api h3 span {
	background: linear-gradient(transparent 60%, rgba(205, 213, 49, 0.4) 0%)
}

#invoice .kinou_box .kinou_inner {
	background: #fff5f5;
	border: 1px solid #BD5757;
}

#inbound .maintitle {
	background: #f5f1fa;
	color: #7257bd;
}

#inbound h2 {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

#inbound .kinou_box a .kinou_inner {
	background: #f5f1fa;
	border: 1px solid #b2a6d6;
}

.dispencer_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
	margin: 0 0 50px;
}

.dispencer_inner {
	width: calc(90%/3);
	padding: 10px;
	align-items: center;
	display: flex;
	flex-flow: column;
	background: #fff;
}

.dispencer_inner h4 {
	font-size: 1.2rem;
	margin: 0 0 10px;
}

.dispencer_inner img {
	width: 100%;
	max-width: 200px;
	height: 80px;
	object-fit: contain;
}

.dispencer_inner:nth-of-type(1) img {
	max-width: 130px;
}

/*cloud*/
#cloud .maintitle {
	background: #E9F0FF;
	color: #3f6eb4;
}

#cloud .kinou_inner {
	background: #E9F0FF;
	border: 1px solid #3f6eb4;
}

#cloud .function_inner {
	background: #E9F0FF;
}

#cloud .text {
	color: #3f6eb4;
}

/*cloud*/
/*promotion*/
#promotion .maintitle {
	background: #fffae3;
	color: #dbb627;
}

#promotion .function_inner {
	background: #fffae3;
}

#promotion .text {
	color: #dbb627;
}

#promotion .kinou_box .kinou_inner {
	background: #fffff5;
	border: 1px solid #dbb627;
}

#promotion .kinou_box .kinou_inner:hover {
	opacity: 0.6 !important;
}

#promotion .kinou_box .kinou_inner img {
	max-width: 25px;
	height: 28px;
	margin: 0 10px;
}

#promotion &gt; div &gt; p:nth-of-type(2) {
	color: #ef4d1d;
	border: 1px solid #ef4d1d;
	padding: 8px;
}

.promotion_img {
	border: 1px solid #ebebeb;
	margin-bottom: 20px;
	margin: 0px auto 20px;
}

/* ------ スライダー ここから----- */
#slider_box {
	background: #E8F8F8;
	padding: 30px 5px 30px 5px;
}

.slideInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slideInner li {
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
}

.slideInner li h5 {
	font-size: 1rem;
	color: #666;
}

.slideInner li h3 {
	font-size: 1.8rem;
	font-weight: bold;
}

.swiper-container {
	padding: 0 10px;
}

.swiper-slide {
	height: auto;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	box-shadow: 3px 3px 10px rgb(0 0 0 / 15%);
	padding: 10px;
}

.swiper-slide img {
	max-width: 130px;
	height: 80px;
	object-fit: contain;
}

.swiper-slide a:hover {
	opacity: 0.6 !important;
}

.swiper-slide h4 {
	font-size: 12px !important;
	color: #20209a;
	text-decoration: underline;
	font-weight: 400;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.swiper-slide h4::after {
	font-family: "Font Awesome 5 Free";
	content: " ";
	font-weight: 600;
}

/*----スライダー_多彩な決済に対応したPOSレジ！_ここから-----*/
.pos_box {
	max-width: 100%;
	display: block;
	padding: 0 30px;
	margin: 0 auto;
}

.slick-list {
	overflow: visible !important;
	z-index: 2;
}

.slick-prev {
	left: 0px !important;
	background: rgba(0, 0, 0, 0.1) url(/assets/img/common/foot_icon_arrow-left.png) no-repeat center center !important;
	z-index: 3;
	width: 25px !important;
	height: 25px !important;
	margin: 0 0 0 20px;
}

.slick-next {
	right: 0px !important;
	background: rgba(0, 0, 0, 0.1) url(/assets/img/common/foot_icon_arrow-right.png) no-repeat center center !important;
	z-index: 3;
	width: 25px !important;
	height: 25px !important;
	margin: 0 20px 0 0;
}

/*promotion*/
/*products*/
.products_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 50px 0;
}

.products_box .products_inner {
	width: calc(90%/4);
	background: #fff;
	padding: 15px 10px;
	border: 1px solid #ededed;
	position: relative;
}

.products_box .products_inner .label {
	position: absolute;
	top: -20px;
	left: -2px;
	font-size: 13px;
	font-weight: 200;
	padding: 7px 12px;
	color: #fff;
	background: #2c3138;
	z-index: 2;
}

.products_box .products_inner a.productlink {
	display: block;
}

.products_box .products_inner a.productlink:hover {
	opacity: 0.7 !important;
}

.products_box .products_inner a:hover {
	color: #666;
}

.products_box .products_inner .products_img {
	border: 1px solid #ededed;
	margin: 0 0 10px;
}

.products_box .products_inner .products_img img {
	padding: 10px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-height: 43px;
	-o-object-fit: contain;
	object-fit: contain;
}

.products_box .products_inner .products_textbox {
	padding: 0 5px;
}

.products_box .products_inner .products_textbox .products_text {
	font-size: 16px;
	margin: 12px 0 6px;
	font-weight: 500;
	color: #2c2c2c;
}

.products_box .products_inner .products_textbox p {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #000;
}

.products_box .tag a {
	display: inline-block;
	margin: 0 0.2em 0.5em 0;
	padding: 0.45em 0.8em;
	line-height: 1;
	font-size: 10px;
	font-weight: 200 !important;
	text-decoration: none;
	color: #fff;
	border-radius: 30px;
	background-color: #a6aab1;
}

.products_box .tag a:hover {
	color: #99caed;
}

.products_box .tag a:before {
	content: "#";
	padding-right: 2px;
}

/*products*/
.title2 {
	background: #f0fdff;
	font-weight: 600;
	display: inline-block;
	padding: 10px;
	margin-bottom: 10px;
}

/*hardware*/
.price_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transform: translateX(-10px);
	transform: translateX(-12px);
	margin: 0 auto 10px;
}

.price_box p {
	width: 30%;
	padding: 5px;
	font-size: 11px !important;
}

.price {
	width: 40%;
	font-weight: 800;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	color: #b10e21;
}

.price::before {
	content: "￥";
	font-weight: 600;
	font-size: 22px;
}

.price::after {
	content: "~";
	margin-left: 5px;
	font-weight: 600;
	font-size: 30px;
}

#hardware .maintitle {
	background: #f5fdff;
	color: #1ab5a4;
}

#hardware .function_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

#hardware .function_box .function_inner1 {
	width: calc(95%/3);
}

#hardware .function_box .function_inner1 .hard_img {
	width: 70%;
	height: 180px;
	-o-object-fit: contain;
	object-fit: contain;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto 10px;
}

#hardware .function_box .function_inner1:nth-last-of-type(2) .hard_img {
	width: 60%;
}

#hardware .function_box .function_inner1 .text {
	font-size: 16px;
	font-weight: 500;
	position: relative;
}

#hardware .function_box .function_inner1 .text:after {
	font-family: "Font Awesome 5 Free";
	content: "";
	font-weight: 600;
	margin-left: 10px;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

#hardware .function_box .function_inner2 {
	width: 100%;
	max-width: 300px;
	display: block;
	background: #f5fdff;
	text-align: center;
	-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	padding: 10px 0;
}

#hardware .function_box .function_inner2 .text {
	color: #1ab5a4;
}

#hardware .function_box .function_inner2 .img img {
	width: 80px;
	height: 80px;
	margin: auto;
	-o-object-fit: contain;
	object-fit: contain;
	padding-bottom: 10px;
	-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

#hardware .function_box .function_inner2:hover {
	opacity: 0.7;
}

/*business*/
#business {
	text-align: center;
	background-image: url(/solution/images/business_bg.png);
	background-size: 95%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 50px;
}

#business .business_box {
	margin: 20px 0;
	background: rgba(46, 46, 46, 0.67);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#business .business_box ul {
	padding: 20px 0 5px;
	margin: 0 15px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

#business .business_box a {
	color: #000;
}

#business .business_box li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: left;
	background: white;
	padding: 7px 10px;
	border-radius: 2px;
	margin: 0 5px 10px 0;
	font-size: 12px;
	font-weight: 500;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#business .business_box li:hover {
	opacity: 0.8;
}

#business .business_box li i {
	font-size: 18px !important;
	padding-right: 4px;
	color: #288959;
}

#business .business_box li .icon {
	width: 16px;
	margin: 0px 4px 3px 0;
}

/*business*/
/*case*/
.case_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.case_box h4 {
	font-size: 16px;
}

.case_box .case_inner {
	width: calc(95%/4);
	margin-bottom: 30px;
	background: #fff;
	padding: 15px 10px;
	border: 1px solid #f9f8ee;
	position: relative;
	text-align: inherit;
}

.case_box .case_inner span {
	font-size: 10px;
	text-align: right;
	display: block;
	margin-top: 5px;
}

.case_box .case_inner p {
	font-size: 12px;
	margin-top: 10px;
}

.case_box .case_inner a.caselink {
	display: block;
}

.case_box .case_inner a.caselink:hover {
	opacity: 0.7 !important;
}

.case_box .case_inner a:hover {
	color: #666;
}

.case_box .case_inner .case_img {
	border: 1px solid #ededed;
}

.case_box .case_inner .case_img img {
	padding: 10px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-height: 200px;
	-o-object-fit: contain !important;
	object-fit: contain !important;
}

.case_box .case_inner .case_textbox {
	padding: 0 5px;
	margin-bottom: 10px;
}

.case_box .case_inner .case_textbox .case_text {
	font-size: 16px;
	margin: 12px 0 6px;
	font-weight: 500;
	color: #2c2c2c;
}

.case_box .case_inner .case_textbox p {
	font-size: 12px !important;
	line-height: 19px;
	color: #000;
	margin: 10px 0 15px;
	text-align: left;
}

.case_box .tag a {
	display: inline-block;
	margin: 0 0.2em 0.5em 0;
	padding: 0.45em 0.6em;
	line-height: 1;
	font-size: 11px;
	font-weight: 400 !important;
	text-decoration: none;
	text-align: left !important;
	color: #000;
	border-radius: 0px;
}

.case_box .tag a:hover {
	color: #3b51ad;
}

.case_box .tag a:before {
	content: "#";
	padding-right: 4px;
}

.case_box .c_b {
	background-color: #e6f2ff;
}

.case_box .c_r {
	background-color: #ffede7;
}

.case_box .c_y {
	background-color: #ffffd5;
}

.case_box .c_p {
	background-color: #e9e7f1;
}

.case_box .price_box p {
	font-size: 12px;
	margin-top: 0px;
	width: 40%;
}

.case_box .price_box .price {
	width: 60%;
	font-size: 21px;
}

.case_box .price_box .price::before {
	content: "￥";
	font-weight: 600;
	font-size: 23px;
}

/*case*/
/*reason*/
.reason_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: 30px;
}

.reason_box img {
	width: 100%;
	max-width: 176px;
}

/*reason*/
/*support*/
.support_btm {
	text-align: center;
	position: relative;
}

.support_btm h2 {
	font-size: 2.6rem;
	font-weight: bold;
	color: #000;
}

.support_btm p {
	font-size: 1.2rem;
	color: #020202;
}

.support_layout {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.support_layout img {
	max-width: 110px;
}

.support_layout h3 {
	font-size: 2rem !important;
	font-weight: 500;
	margin-top: 1rem;
	margin-bottom: 1.4rem !important;
}

.support_layout span {
	font-size: 1.2rem;
	color: #666;
	display: block;
}

.btn2 {
	border: 1px solid #00863C;
	padding: 0.9rem !important;
	background-color: #fff;
	width: 60%;
	margin: 15px auto;
	color: #00863C;
	letter-spacing: 1px !important;
	border-radius: 50px !important;
	border: none;
	-webkit-box-shadow: 0px 8px 15px rgba(74, 96, 75, 0.1);
	box-shadow: 0px 8px 15px rgba(74, 96, 75, 0.1);
}

.btn2 a {
	height: 100%;
	left: 0;
	position: absolute;
	text-indent: -999px;
	top: 0;
	width: 100%;
	z-index: 2;
}

.img_frame {
	border: 1px solid #c7c8c7;
	padding: 10px;
}

.icon_glass {
	display: block;
	width: fit-content;
	position: relative;
	margin: 0 auto;
}

.icon_glass::after {
	content: '';
	width: 30px;
	height: 30px;
	background: url(/assets/img/common/icon_magnifying-glass.svg) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 11px;
	right: 10px;
}

a.hojokin_btn {
	display: block;
	transition: .3s
}

a.hojokin_btn:hover {
	opacity: 0.3;
}

.shashin_box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	transition: .3s;
	margin: 0 0 30px;
}

.shashin_box a {
	color: #5E5E5E;
	text-decoration: none;
	text-align: center;
	transition: .3s;
}

.shashin_box a:hover {
	color: #5E5E5E;
	opacity: 0.3;
}

.shashin_box img {
	width: 100%;
	max-height: 120px;
	object-fit: cover;
}

.shashin_box + p {
	text-align: right;
}

.subtitle {
	font-size: 1.6rem;
	font-weight: bold;
}

.gyousyu_box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.gyousyu_box &gt; div {
	text-align: center;
	border: 1px solid #DFE2DE;
	padding: 10px;
}

.gyousyu_box a {
	display: block;
	transition: .3s;
}

.gyousyu_box img {
	width: 100%;
	margin: 0 0 10px;
}

.gyousyu_box h2 {
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5;
}

.banner_hojyokin {
	display: inline-block;
	transition: .3s;
}

.banner_hojyokin:hover {
	opacity: 0.3;
}

.banner_hojyokin img {
	width: 100%;
	max-width: 250px;
}

.link_img {
	width: fit-content;
	display: block;
	margin: 0 auto;
}

.w_100 {
	width: 100%;
	max-width: 100px;
}

.w_150 {
	width: 100%;
	max-width: 150px;
}

.w_200 {
	width: 100%;
	max-width: 200px;
}

.w_500 {
	width: 100%;
	max-width: 500px;
}

.w_600 {
	width: 100%;
	max-width: 600px;
}

.w_700 {
	width: 100%;
	max-width: 700px;
}

.greenbg_title {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 300;
	text-align: center;
	line-height: 1.5;
	background-color: #00863C;
	padding: 10px 10px 10px 20px;
	margin: 0 0 20px;
}

.text_blue {
	color: #1D62CE;
}

.text_small {
	font-size: 1.2rem;
}

.link_text {
	text-align: right;
}

.link_text a {
	color: #00863C;
	text-decoration: underline;
	position: relative;
	transition: .3s;
}

.link_text a:hover {
	color: #00863C;
	opacity: 0.3;
}

.link_text a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	font-weight: 900;
}


/*インボイステキストリンク*/
.invoice_txt_blue {
	/*text-align: right;*/
	text-decoration: underline
}

.invoice_txt_blue a {
	color: #20209a;
	text-decoration: underline;
}


@media screen and (max-width: 1024px) {
	#menu-box {
		border: none;
	}

	#menu {
		display: none;
	}

	#menu li a {
		border-bottom: 1px solid #444;
		background: #2f2f2f;
	}

	#menu li {
		width: 100%;
	}

	#menu li:last-child {
		width: 100%;
	}

	#menu li img {
		display: none;
	}

	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #222;
	}

	#toggle a {
		display: block;
		position: relative;
		padding: 17px 0 8px;
		color: #fff;
		font-weight: 400;
		text-align: center;
	}

	#toggle a::after {
		display: block;
		content: "";
		font-family: "Font Awesome 5 free";
		padding-top: 3px;
		font-weight: 600;
	}

	.solution_lineup {
		width: 510px;
	}

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

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

	.subtitle_box {
		justify-content: flex-start;
	}

}

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

	.foot {
		padding-bottom: 80px;
	}

	.spnone {
		width: 0px !important;
		height: 0px !important;
		padding: 0px 0px !important;
		margin: 0px 0px !important;
		display: none !important;
		position: fixed;
	}

	.hero_text {
		padding: 10px 0;
		letter-spacing: 0.5px;
	}

	.solution_lineup {
		width: 300px;
	}

	.spnone {
		display: none;
	}

	.wordbox {
		margin: auto;
		letter-spacing: 0.2px !important;
		width: 100% !important;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin-bottom: 5px;
		font-size: 13px;
		font-weight: 400;
	}

	.wordinner {
		width: calc(98%/3);
		margin: 0 0px;
		padding: 6px 0px;
		color: #fff;
		font-weight: 400;
		letter-spacing: auto;
	}

	/**/
	.title {
		margin-bottom: 10px;
	}

	.title_both_line h2 {
		font-size: 2.4rem;
	}

	.products_list li {
		margin-bottom: 15px;
		width: calc(90%/3);
	}

	/*pos*/
	.posbox {
		display: block;
	}

	.posbox .postitle {
		font-size: 16px;
		font-weight: 600;
		text-align: left;
		padding-left: 10px;
	}

	.posbox .posinner {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.posbox .posinner img {
		width: 40%;
		-o-object-fit: contain;
		object-fit: contain;
	}

	.posbox .posinner .pos_textbox {
		width: 58%;
		text-align: left;
		margin-bottom: 10px;
	}

	.posbox .posinner .btn {
		font-size: 12px;
	}

	/*pos*/
	/*main common*/
	.p_logobox {
		width: 100%;
	}

	.p_logo {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100% !important;
	}

	.mainimg {
		max-height: 200px;
		margin-top: 20px;
	}

	.function_box {
		display: block;
	}

	.function_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: auto;
		padding: 8px 0;
		margin-bottom: 10px;
	}

	.function_inner .img {
		width: 20%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.function_inner .img img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 40px;
		height: auto;
		padding-bottom: 0px;
	}

	.function_inner .text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 80%;
		padding-left: 20px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		vertical-align: middle;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.btn {
		margin: 0 auto;
	}

	/*kinou_box*/
	.kinou_box::after {
		width: calc(95%/3) !important;
	}

	.kinou_box .kinou_inner {
		width: calc(95%/3) !important;
		padding: 10px 8px;
		height: 90px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.kinou_box .kinou_inner img {
		margin: 0px auto 10px !important;
	}

	.kinou_box .kinou_inner p {
		font-size: 1.2rem;
		text-align: inherit;
	}

	.kinou_box .function_inner1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: auto;
		padding: 8px 0;
		margin-bottom: 10px;
	}

	.kinou_box .function_inner1 .function_inner2.img {
		width: 20%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.kinou_box .function_inner1 .function_inner2.img img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 40px;
		height: auto;
		padding-bottom: 0px;
	}

	.kinou_box .function_inner1 .text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 80%;
		padding-left: 20px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		vertical-align: middle;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/*none*/
	.kinou_box .none {
		background: none !important;
		border: none;
		width: calc(117%/4);
	}

	#handy div .kinou_box .none {
		display: none;
	}

	/*main common*/
	/*casless*/
	.promotion_img {
		margin-bottom: 20px !important;
	}

	/*casless*/
	/*semiself*/
	.dispencer_box {
		display: block;
	}

	.dispencer_inner {
		width: 90%;
		margin: 0 auto 5px;
		max-width: 350px;
	}

	/*semiself*/
	/*products*/
	.products_inner {
		width: 94% !important;
		margin: auto;
	}

	/*function*/
	/*hardware*/
	#hardware .function_box {
		display: block;
	}

	#hardware .function_box .function_inner1 {
		width: 100%;
		margin: 0 0 50px 0;
	}

	#hardware .function_box .function_inner1:last-of-type {
		margin: 0;
	}

	#hardware .function_box .function_inner2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: auto;
		padding: 8px 0;
		margin-bottom: 10px;
		margin: auto;
		padding: 10px 0;
		-webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
		filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	}

	#hardware .function_box .function_inner2 .img {
		width: 20%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#hardware .function_box .function_inner2 .img img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 40px;
		height: auto;
		padding-bottom: 0px;
	}

	#hardware .function_box .function_inner2 .text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 80%;
		padding-left: 20px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		vertical-align: middle;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	/*business*/
	#business ul {
		display: inline;
		text-align: initial;
	}

	#business ul:first-child {
		padding: 20px 0 0px;
		text-align: initial;
	}

	#business ul:nth-child(2) {
		padding: 0px 0 20px;
		text-align: initial;
	}

	#business ul li {
		display: inline-block;
		background: white;
		padding: 13px 5px;
		font-size: 12px;
		margin-bottom: 10px;
	}

	/*case*/
	.case_box .case_inner {
		width: 90%;
		margin-bottom: 0px;
	}

	.case_img img {
		height: 200px !important;
		max-height: 300px !important;
	}

	/*reason*/
	.reason_box img {
		width: 90%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: auto;
	}

	/*pointinner*/
	.point_box {
		display: block;
		width: 100%;
		margin-bottom: 0px;
	}

	.point_inner {
		width: 100%;
	}

	.point_inner img {
		width: 70%;
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}

	.mieruka_btn {
		width: 70%;
		padding: 10px 0;
		margin: 15px auto 40px;
	}

	.promotion_btn {
		width: 70%;
		padding: 10px 0;
		margin: 15px auto 40px;
	}

	.promotion_btn:hover {
		background: #fdf2c4;
		opacity: 0.7;
	}

	.efficiency_btn {
		width: 70%;
		padding: 10px 0;
		margin: 15px auto 20px;
	}

	.efficiency_btn:hover {
		background: #facece;
		opacity: 0.7;
	}

	.arrow {
		font-size: 15px;
	}

	.arrow_style1 {
		color: #3f6eb4;
		font-weight: 500;
	}

	.arrow_style1::before {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 22px;
		height: 22px;
		border: 2px solid #3f6eb4;
		border-radius: 50%;
	}

	.arrow_style1::after {
		right: 7.1px;
		top: -3px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #3f6eb4;
		border-right: 2px solid #3f6eb4;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.arrow_style2 {
		color: #dbb627;
	}

	.arrow_style2::before {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 22px;
		height: 22px;
		border: 2px solid #dbb627;
		border-radius: 50%;
	}

	.arrow_style2::after {
		right: 7.1px;
		top: -3px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #dbb627;
		border-right: 2px solid #dbb627;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.arrow_style3 {
		color: #BD5757;
	}

	.arrow_style3::before {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 22px;
		height: 22px;
		border: 2px solid #BD5757;
		border-radius: 50%;
	}

	.arrow_style3::after {
		right: 7.1px;
		top: -3px;
		width: 6px;
		height: 6px;
		border-top: 2px solid #BD5757;
		border-right: 2px solid #BD5757;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	/*pointinner*/

	.solution_lineup .lineup_inner {
		width: calc(97%/3);
		margin-bottom: 15px;
	}

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

	.shashin_box img {
		max-height: 85px;
	}

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

	.mb-30-sp {
		margin-bottom: 3rem !important;
	}

	.mb-20-sp {
		margin-bottom: 2rem !important;
	}
}

.kinou_box .kinou_inner {
	padding: 10px 0px;
}

svg.w21 {
	width: 21px;
}

@media screen and (max-width: 767px) {
	.kinou_box .kinou_inner {
		flex-direction: column;
	}
}
</pre></body></html>