@charset "UTF-8";

body {
	overflow-x: hidden;
}


.full-width p {
	line-height: 1.5;
}

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

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

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

h2,
h3,
.full-width ul li,
.full-width ol li {
	line-height: 1.6;
}

h2 {
	font-size: 3.5rem;
	text-align: center;
}

.pa-l-side {
	padding: 0 20px 0 20px;
}

.bg_gray3 {
	background-image: linear-gradient(180deg, rgb(255 255 255), rgb(244 244 244));
}



.kenbaiki_hero_box>div {
	width: 100%;
	max-width: 950px;
	display: flex;
	
	justify-content: center;
	
	position: absolute;
	top: 50px;
	z-index: 3;
	padding: 0 30px;
	flex-wrap: wrap;
}

.text_box {
	width: 55%;
	padding-left: 20px;
}

.text_box p {
	font-size: 17px;
	margin-top: 20px;
	padding-left: 20px;
	font-weight: 600;
}

.hero_img {
	position: relative !important;
	width: 45%;
	height: auto;
	display: flex;
}

.hero_img_inner {
	display: flex;
	align-items: flex-end;
    gap: 5%;
	padding-bottom: 30px;
	width: 100%;



}

.hero_img_inner img {
	object-fit: contain;
	/* width: 40%; */
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.seav10 {
	max-width: 100px !important;
	object-fit: contain;
}

.seavmk {
	max-width: 110px !important;
	object-fit: contain;
}

.bigtouch {
	max-width: 160px !important;
}

.balloon {
	position: absolute;
    padding: 15px 5px 5px 6px;
    width: 100px;
    height: 100px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    color: #000000;
    letter-spacing: 0.1em;
    font-size: 20px;
    background-color: #ffd100bf;
    z-index: 10;
    font-weight: 600;
    display: flex
;
    gap: 0px !important;
    align-items: center !important;
    justify-content: center !important;
    right: -10px;
    top: 23%;
    font-size: 16px;
}




.kenbaiki_hero_box {
	height: 480px;
	display: flex;
	justify-content: center;
	background: url(/product/rearegi/device/images/bigtouch/hero.png) center center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.kenbaiki_hero_box::after {
	content: "";
	width: 100%;
	height: 100%;
	background: radial-gradient(at 35% 140px, #fff 10%, rgba(255, 255, 255, 0%) 50%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.hero_pricewrap{ 
	justify-content: end;
    display: flex;
    text-align: end;
    width: 100%;
    margin-top: -70px;
	z-index: 1;
}

.hero_price{
	width: 35%;
    padding: 10px 20px 10px 10px;
    background: #ffffff88;
    justify-content: flex-end;
    border-radius: 10px;
	display: flex
	;
}	

.hero_price p{justify-content: right;
    justify-content: end;
    display: flex;

	font-weight:600;
	vertical-align: middle;
	align-items: center; 
	

}

.hero_price p span{color: #d51e25;
font-size: 25px;
padding-left: 10px;}

.hero_logo {
	max-width: 280px;
	margin: 0 0 10px;
}

.kenbaiki_hero_box>div>div:nth-of-type(1) h1 {
	background-color: #0A5F75;
	color: #fff;
	font-size: 2.2rem;
	text-align: left;
	margin-left: 10px;
	line-height: 1.2;
	width: fit-content;
	padding: 10px 20px;

}

.kenbaiki_hero_box>div>div:nth-of-type(1) {
	display: flex;
	flex-flow: column;
	align-items: left;
	gap: 5px;
	margin-bottom: 10px;
	position: relative;
}

.kenbaiki_hero_box>div>div:nth-of-type(1)>a {
	display: block;
	margin-top: 20px;
}

.kenbaiki_hero_box>div>div:nth-of-type(1)>a:hover {
	opacity: 0.8;
}

.kenbaiki_hero_box>div>div:nth-of-type(1)>a img {

	max-width: 380px;
	padding-left: 20px;
}

.kenbaiki_hero_box>div>div:nth-of-type(1)>a img:nth-of-type(2) {
	display: none;
}

.kenbaiki_hero_box>div>div:nth-of-type(2) {
	
	position: relative;
}

.kenbaiki_hero_box>div>div:nth-of-type(2) img {
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 30%));
	margin: 0 0 4px;

}

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

.intro_box .intro h2 {
	text-align: left;
}

.intro_box .intro>p {
	font-size: 1.8rem;
}

.intro_box .intro>p::before {
	font-size: 1.8re
}

.intro_box .intro h2 img {
	max-width: 200px;
	margin: 0 10px -4px 0;
}


h2.index_h2 {
	position: relative;
	width: max-content;
	line-height: 4.1rem;
	display: inline-table;
	margin-bottom: 10px;
}

h2.index_h2l {
	position: relative;
	width:auto;
	display: inline-table;
	margin-bottom: 10px;
}

.lh50 {line-height: 50px;}

h2.index_h2 span,
h2.index_h2l span {
	font-size: 70%;
}

h2.index_h2>span>img {
	max-width: 90px;
	margin: auto;
	margin-bottom: 5px;
}

h2.index_h2::after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background: #0c7b9c;
	border-radius: 0;
	position: absolute;
	bottom: -15px;
	
	left: 50%;
	transform: translateX(-50%);
}

h2.index_h2l::after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background: #0c7b9c;
	border-radius: 0;
	position: absolute;
	bottom: -10px;
	left: 9%;
	transform: translateX(-50%);
}




.point p {
	font-size: 14px;
	font-weight: 600;
}

.point img {
	width: 100px;
}

.list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 800px;
	margin: auto;
	gap: 10px;
}

.list li {
	width: calc(100%/6)
}

#list h3 {
	font-size: 1.5rem;
	background: #ddf0fd;
	padding: 8px 10px;
	width: 65.7%;
}


.typebutton {
	text-align: center;
	margin-top: 0px;
	width: 100%;
}

.title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.type_buttons_wrap {
	display: flex;
	justify-content: center;
}

.button-left,
.button-right {
	width: 40%;
	padding: 20px 20px 10px 20px;
	background-color: #2aa6a0;
	color: white;
	text-align: center;
	margin: 0 5px;
	border-radius: 5px;
	transition: background-color 0.3s ease;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	box-shadow: 3px 3px 0px rgb(0 0 0 / 13%);

	
}

.button-right {
	background-color: #00748d;
}

.button-left span,
.button-right span {
	display: block;
	font-size: 70%;
	margin-bottom: 10px;
	transition: background-color 0.3s ease;
}


.button-left::after,
.button-right::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid white;
	margin: 10px auto 0;
	transition: background-color 0.3s ease;
}

.button-left:hover,
.button-right:hover {
	background-color: #6ec1d1;
	opacity: 0.8 !important;
	color: #00748d !important;
}

.button-left:hover::after,
.button-right:hover::after {
	border-top: 8px solid #00748d;
}



.pos_type p {
	color: #0A5F75;
	font-size: 18px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 5px;
}


.pos_type p::before,
.pos_type p::after {
	content: '';
	width: 2px;
	height: 20px;
	background-color: #0A5F75;
}

.pos_type p::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}

.pos_type p::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.pos_type h3 {
	color: #fff;
	background-color: #0A5F75;
	padding: 15px 0;
	border-radius: 10px;
	margin-bottom: 10px;
}




.image-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    position: relative;
    margin: 70px auto 0;
    padding: 30px;
    width: 60%;
    max-width: 1010px;
    max-height: 80%; 
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    overflow:visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	top: 10%;
}

.modal-inner {
max-height: 480px;
margin: auto;
display: flex;
object-fit: contain;
flex-direction: column;
}

.modal-image {
    width: 100%;
    height: auto;
    max-width: 100%; 
    max-height: 460px; 
    object-fit: contain; 
}



.close-button {
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 2;
	width: 40px;
	height: 40px;
	border: #fff 2px solid;
	border-radius: 40px;
	background: #000;
}

.close-button::before {
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	left: 50%;
	z-index: 2;
	width: 2px;
	height: 16px;
	background: #fff;
	transform-origin: center center;
	transform: rotate(45deg);
}

.close-button::after {
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	left: 50%;
	z-index: 2;
	width: 2px;
	height: 16px;
	background: #fff;
	transform-origin: center center;
	transform: rotate(-45deg);
}


.close-button:hover,
.close-button:focus {
	background: #3a3a3a;
	text-decoration: none;
	cursor: pointer;
}

/* banner */

.campaign {
	width: 100px;
    height: 100px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: url(/product/rearegi/device/images/bigtouch/icon_stamp.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 2;
}

.campaign>p:nth-of-type(1) {
	color: #fff;
	font-size: 3rem;
	line-height: 1;
	font-weight: bold;
}

.campaign>p:nth-of-type(1) span {
	font-size: 1.6rem;
	color: #fff;
}

.campaign>p:nth-of-type(2) {
	color: #fff;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: bold;
}


/*banner  */
.postype_caption {
	margin-top: 10px;
	font-size: 14px;
	color: #333;
	text-align: right;
	margin-bottom: 15px;
	height: 10px;
	padding-right: 30px;
    width: 100%;

}


.modalcaption {
	text-align: center !important;
	padding-right: 0px;
}

.postype_container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

.postype_tabs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2px;
}

.postype_tab-btn {
	background-color:#d8d8d8;
	position: relative;
	box-shadow: -2px 1px 6px rgba(0, 0, 0, 0.1);
	
	border-bottom: solid 3px gray;
	border: none;
	padding: 10px 0 5px 0;
	cursor: pointer;
	transition: background-color 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-align: left;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	
	flex-direction: column;
	
	justify-content: center;
	
	align-items: center;
	
	text-align: left;
	
	width: 100%;
	
	box-sizing: border-box;

}


.postype_tab-btn .icon {
	position: absolute !important;
	right: 5%;
	top: 40%;
	transform: translateY(-30%);
	width: 40px;

}



.postype_tab-btn::after {
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	
	background-color: rgb(177, 177, 177);
	
	position: absolute;
	bottom: 0;
	left: 0;
}

.postype_tab-btn.active {
	
}

.btn_inner {
	display: flex
	;
		flex-direction: column;
		margin: auto;
		width: 70%;
		position: relative;
		height: 100%;

		justify-content: space-around;
}


.btn_inner2 {
	display: flex;
	flex-direction: column;
	margin: auto;
	width: 100%;
	position: relative;
	height: 100%;

	justify-content: space-around;
}




.postype_tab-btn .btn_inner img {
    max-height: 160px;
    padding-top: 5px;
    /* width: 30%; */
    margin: ;
    object-fit: contain;
}

.postype_tab-btn .btn_inner2 img {
    max-height: 140px;
    padding-top: 5px;
    /* width: 30%; */
    margin: ;
    object-fit: contain;
}
}

.btn_seav10{max-height: 120px!important;}


.btn_inner p {
	/* width: 70%; */
	font-size: 27px;
	font-weight: 700;
	text-align: center;
	line-height: normal;
	display: flex;
	align-items: left;
	flex-direction: column;
	justify-content: center;
	margin: 0;
}

.btn_inner2 p {
	/* width: 70%; */
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	line-height: normal;
	display: flex;
	align-items: left;
	flex-direction: column;
	justify-content: center;
	margin: 0;
}

.btn_inner p span {
	font-size: 40%;
	display: inline-block;
}

.btn_inner2 p span {
	font-size: 45%;
	display: inline-block;
}



.postype_tab-btn:hover {
	opacity: 0.7;
}

.postype_tab-btn.active p {
	color: #0c7b9c;

}

.postype_tab-btn:hover,
.postype_tab-btn.active {
	background-color: #ffffff;
	box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.postype_tab-btn:hover::after,
.postype_tab-btn.active::after {
	background-color: #ffffff;
	background-color: #0c7b9c;
	
}



.postype_tab-content {
	display: none;
	background-color: white;
	padding: 30px 20px 20px 20px;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.postype_tab-content.active {
	display: block;
	opacity: 1;
}

.fade-out {
	opacity: 0;
}

.fade-in {
	opacity: 1;
}



.postype_product-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	margin-bottom: 20px;
}

.postype_product-details,
.postype_product-image-gallery {
	flex: 1;
	padding: 10px 20px;
	box-sizing: border-box;
}

.postype_product-details {
	flex: 1;
	padding-right: 20px;
	padding: 0px 30px 0 30px;
	position: relative;
}

.postype_product-details .icon {
	position: absolute !important;
	right: 50%;
	top: 5%;
	transform: translateY(-30%);
	width: 35px;
}

.postype_product-details .sub span{font-size: 12px;
color: #464646;}

.payment_banner {
	display: inline-block;
	margin: 0px 0 15px;
	padding: 6px 15px;
	background-color:#31588a  ;
	/* border: #4badd8 2px solid; */
	border-radius: 40px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1;
	font-size: 1.0rem;
}


.postype_product-details h2 {
	text-align: left;
	font-size: 5rem;
	margin-bottom: 5px;
}

.postype_product-image-gallery {
	flex: 1;
	height: 100%;
	position: relative;

}

.zoom-icon {
    position: absolute;
	top: 25px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5); 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 2;
	cursor: pointer;
}

.zoom-icon:hover{opacity: .7;}

.zoom-icon .icon-img {
    width: 20px;
    height: 20px;
}

.postype_main-image {
	max-height: 280px !important;
	min-height: 280px;
	width: 100%;
	object-fit: contain;
	height: auto;
	
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
	cursor: pointer;
	padding:10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}

.postype_main-image:hover {
	opacity: .5;
}

.postype_main-image.fade-out {
	opacity: 0.8;
}

.postype_thumbnails {
	display: flex;
	margin: auto;
	margin-top: 30px;
	justify-content: center;
	gap: 0 10px;
	flex-wrap: wrap;
}

.postype_thumbnail {
	width: calc(100%/4 - 10px) !important;
	min-height: 98px;
	max-height: 98px;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s;
	object-fit: contain;
	padding: 10px;
	border: solid 1px rgb(226, 226, 226);
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.postype_thumbnail:hover,
.postype_thumbnail.active {
	opacity: 1;
}

.postype_table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 30px;
}


	


.postype_th,
.postype_td {
	border: 1px solid #ddd;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
}

.payment{display: flex;
	align-items: center;
	margin-bottom: 15px;}

.payment:last-child{margin-bottom: 0px;}

.payment img{max-width: 100px;
 align-items: center;
 padding-right: 10px;

}


.postype_th {
	background-color: #ebeef2
}





.image-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.feature-item {
	text-align: center;
	width: calc(100% / 4 - 10px);
	
	margin-bottom: 20px;
	border-radius: 5px;
	background: rgb(228, 228, 228);
	padding: 15px;
}

.feature-item p {
	background: rgb(65, 65, 65);
	color: #fff;
	padding: 8px 5px;
	border-radius: 50px;
	margin-bottom: 10px;
	margin-top: -30px;
	font-weight: 500;


}

.feature-item img {
	max-width: 100%;
	height: auto;
    max-height: 230px;
}

.fit{object-fit: cover;}


#point {
	counter-reset: section;
}

.ml60{margin-left: 60px;}



/*intro  */
.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px; /* Adjust the gap between images */
}

.image-item p{
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    letter-spacing: -0.3px;
}

.image-item p::after{
	content: "△";
	font-size: 10px;
	padding-left: 5px;
}

.image-item img {
    width: 100%;
    height: auto;
    display: block;
}
/*  */
.point_wrap {
	text-align: left!important;
	width: 100%;
}

.point_box>p.info{
	font-size: 12px;
    justify-content: end;
    display: flex;
    width: 100%;
	margin-top: 5px;}


	.point_wrap h4{text-align: center;
	font-size: 30px;
margin: 20px 0 10px 0;
color: rgb(39, 39, 39);
}

.point_box{margin-top: 10px;
background:#fdfdfd;
padding: 45px 30px 35px 10px;
border-radius: 10px;
margin-bottom: 40px;

}

.point_box:last-child {
    margin-bottom: 0px;
}

.point_box>div>h3 {
	position: relative;
	padding-left: 60px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 28px;
	color: #075e77;
	font-weight: 600;
}

.point_box>div>h3::before {
    content: counter(section) ". ";
    counter-increment: section;
    font-style: italic;
    position: absolute;
    font-family: serif;
    font-weight: 300;
    font-size: 70px;
    left: -20px;
    margin-left: 20px;
    top: -42px;
    color: #bebebe;
}

.point_box>div>p {
	padding-left: 60px;
	margin-bottom: 15px;
	line-height: 26px;
}

.point_box>div>a {
	margin-left: 60px;
	margin-bottom: 30px;
	line-height: 26px;
}

.point_box>div>.btn_red{margin: auto;}

.cashless_box>p {
	text-align: center;
	margin: 0 0 30px;
}

.cashless_box>div:nth-of-type(1) {
	display: grid;
	grid-template-columns: repeat(2, minmax(130px, 300px));
	justify-content: center;
	gap: 10px;
	margin: 0 0 30px;
}

.cashless_box>div:nth-of-type(1)>div>img {
	border-radius: 5px;
	
}

.cashless_table th,
.cashless_table td {
	width: auto;
	font-size: 1.4rem;
	line-height: 1.5;
	white-space: nowrap;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #ccc;
}

.cashless_table td:first-child {background: #ebeef2;}

.cashless_table {
	width: 100%;
    max-width: 860px;
    text-align: center;
    background: #fff;
    justify-content: right;
	margin: auto;

}

.cashless_table th {
	color: #fff;
	text-align: center;
	background: #0A5F75;
}

.cashless_table img {
	max-width: 100px;
	height: 30px;
	object-fit: contain;
	vertical-align: text-bottom;
}

.cashless_table tr:nth-of-type(3) td:nth-of-type(2) img {
	margin: 0 5px -2px 0;
}







.pricing {
	display: flex;
	align-items: flex-end;
	gap: 60px;
}

.pricing>p {
	margin-top: 10px;
	color: #D64550;
	font-size: 2rem;
}

.pricing .nomal-price p {
	margin-top: 10px;
	color: #D64550;
	font-size: 1.5rem;
	line-height: 1.2;
	position: relative;
}

.pricing .original-price p {
	color: #0A5F75;
	font-size: 1.5rem;
	line-height: 1.2;
	position: relative;
}


.pricing .original-price p::after {
	content: "";
	width: 10px;
	height: 20px;
	background: #000;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	right: -40px;
	bottom: 10px;
}

.pricing .special-price p {
	color: #D64550;
	font-size: 1.5rem;
	line-height: 1.2;

}


.nomal-price p span {
	font-size: 3.4rem;
	font-weight: bold;
	color: #D64550;
}



.original-price p span {
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: line-through;
}

.special-price p span {
	font-size: 3.4rem;
	font-weight: bold;
}

.product-set table {
	width: 100%;
	margin: 0 0 30px;
}




.intro_box .support {
	margin: 60px 0 0;
}

.intro_box .support>h3 {
	font-size: 3rem;
	text-align: center;
	margin: 0 0 30px;
}

.intro_box .support>div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.intro_box .support>div>div {
	filter: drop-shadow(0 5px 3px rgba(0, 0, 0, 30%));
	background: #fff;
	border-radius: 10px;
}

.intro_box .support>div>div>div {
	line-height: 1;
	background: #15848b;
	border-radius: 10px 10px 0 0;
	padding: 15px 10px;
}

.intro_box .support>div>div>div img {
	height: 50px;
	object-fit: contain;
	margin: 0 0 20px;
}

.intro_box .support>div>div:nth-of-type(2)>div img {
	max-width: 100px;
	display: block;
	margin: 0 auto 22px;
}

.intro_box .support>div>div>div p {
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
}

.intro_box .support>div>div>p {
	display: flex;
	justify-content: center;
	border-radius: 0 0 10px 10px;
	padding: 20px;
}


.tukaikata_box p{
	font-size: 20px;
	color: #0A5F75;
margin-bottom: 20px;
font-weight: 600;}

.tukaikata_box>img {
	max-width: 1400px;
	display: block;
	margin: 0 auto 60px;
}

.tukaikata_box lite-youtube {
	max-width: 500px;
	margin: 0 auto;
}

.kitchen_box h3,
.selfregi_box h3 {
	color: #292929;
    margin: 0px 0 20px;
    font-size: 21px;
}


.bigtouch_box {
	max-width: 959px;
}

.bigtouch_box>img {
	max-width: 800px;
	display: block;
	margin: 0 auto 30px;
}

.bigtouch_box>div {
	display: flex;
	align-items: end;
	
	margin: 10px 0 0px;
}

.bigtouch-image img {
	width: 120px;
}

.bigtouch-image {
	margin: auto;
	display: flex;
	/* width: 30%; */
}


.description_area {
	width: 80%;
}

.description_area  h3 {
	color: #0A5F75;
	font-size: 24px;
	margin: 0 0 15px;
}

.bigtouch_box .description_area  p {
	margin: 0 0 10px;
}

.bigtouch_box .description_area  img {
	max-width: 50px;
	display: block;
	margin: 0 0 0 auto;
}

.kitchen_box>img {
	max-width: 800px;
	display: block;
	margin: 0 auto 30px;
}

.kitchen_box>div {
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 0 0 60px;
}

.kitchen_box>div:last-of-type {
	margin: 0;
}

.kitchen_box>div:nth-of-type(1)>div:nth-of-type(2) {
	display: flex;
	align-items: center;
	gap: 30px 10px;
}

.kitchen_box>div:nth-of-type(1)>div:nth-of-type(2) ol {
	background: #fff;
	border: 2px solid #4CBFC6;
	border-radius: 10px;
	padding: 10px;
}

.kitchen_box>div:nth-of-type(1)>div:nth-of-type(2) ol li {
	list-style: disc;
	white-space: nowrap;
	line-height: 1.5;
	margin: 0 0 10px 2rem;
}

.kitchen_box>div:nth-of-type(1)>div:nth-of-type(2) ol li:last-of-type {
	margin: 0 0 0 2rem;
}

.kitchen_box>div:nth-of-type(1) img {
	width: 230px;
}

.kitchen_box>div:nth-of-type(2)>div>p:nth-of-type(1) {
	margin: 0 0 10px;
}

.kitchen_box>div:nth-of-type(2) img {
	width: 350px;
	border-radius: 10px;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 30%);
}

.selfregi_box>img {
	max-width: 800px;
	display: block;
	margin: 0 auto 30px;
}

.selfregi_box>div {
	display: flex;
	align-items: center;
	gap: 30px;
}

.image_area {
	min-width: 500px;
	display: grid;

	gap: 30px;
	white-space: nowrap;
	
	border-radius: 10px;
	padding: 15px 20px 0px;
}

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

.image_area > div > img {
	height: 160px;
	object-fit: contain;
}

.image_area img {
	height: 200px;
	object-fit: contain;
}

.image_area p {
	color: #4CBFC6;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px;
}

.selfregi_box>div>div:nth-of-type(2)>p:nth-of-type(1) {
	margin: 0 0 10px;
}

.kenbaiki_unyou_box>div:nth-of-type(1) {
	background: #fff;
	text-align: center;
	border-radius: 10px;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 30%));
	padding: 30px;
}

.kenbaiki_unyou_box>div:nth-of-type(1) img {
	max-width: 600px;
}





.case {
	
  }

.case .flex img {
	width: 300px;
    height: 275px;
    max-height: 386px;
    object-fit: cover;
}
  .case h2 img {
	vertical-align: bottom;
	margin-right: 5px;
  }
  .case .case_box {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	background: #fff;
  }
  .case .case_text {
	width: 100%;
  }
  .case .case_ttl {
	background-color: #e8e8e8;
	width: 100%;
	padding: 10px 10px 13px 20px;
	text-align: left;
  }
  .case .case_ttl h3 {
	font-size: 16px;
	margin-bottom: 10px;
  }
  .case .case_ttl p {
	font-size: 14px;
	color: #999999;
  }
  .case .case_cate {
	padding: 15px 0 15px 20px;
	background-color: #fff;
	width:100%;
	text-align: left;
  }
  .case .case_cate p {
	line-height: 2.0;
  }
  .case .case_cate p:first-child {
	margin-bottom: 15px;
  }
  .case .case_cate span {
	background-color: #ECF3F5;
	padding: 5px;
	margin-right: 5px;
  }

.case_text>a{ margin:0 0 20px 20px!important;
	max-width: 250px!important;
}


.set_box>div:nth-of-type(1) {
	width: fit-content;
	display: flex;
	flex-flow: column;
	align-items: center;
	background: #D64550;
	border-radius: 10px;
	position: relative;
	top: 10px;
	z-index: 2;
	padding: 20px;
	margin: 0 auto;
}

.set_box>div:nth-of-type(1)::after {
	content: "";
	width: 30px;
	height: 45px;
	background: #D64550;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	transform: rotate(90deg);
	position: absolute;
	bottom: -30px;
}

.set_box>div:nth-of-type(1) p:nth-of-type(1) {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.set_box>div:nth-of-type(1) p:nth-of-type(2) {
	color: #fff;
	font-size: 1.4rem;
}

.set_box>div:nth-of-type(n+2) {
	display: grid;
	grid-template-columns: 1fr 300px;
	grid-template-rows: max-content 1fr;
	gap: 30px;
	background: #fff;
	border: 5px solid #D64550;
	border-radius: 10px;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 30%));
	position: relative;
	z-index: 1;
	padding: 30px 30px 30px 40px;
	margin: 0 auto 60px;
	width:100%;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(1) {
	grid-column: 1/2;
	grid-row: 1/2;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(2) {
	grid-column: 1/2;
	grid-row: 2/3;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(3) {
	display: flex;
	align-items: center;
	grid-column: 2/3;
	grid-row: 1/3;
}

.set_box>div:nth-of-type(n+2) h3 {
	font-size: 3rem;
	margin: 0 0 10px;
}

.set_box>div:nth-of-type(2)>div:nth-of-type(1)>p:nth-of-type(3),
.set_box>div:nth-of-type(3)>div:nth-of-type(1)>p:nth-of-type(1),
.set_box>div:nth-of-type(4)>div:nth-of-type(1)>p:nth-of-type(2),
.set_box>div:nth-of-type(5)>div:nth-of-type(1)>p:nth-of-type(1),
.set_box>div:nth-of-type(5)>div:nth-of-type(1)>p:nth-of-type(2),
.set_box>div:nth-of-type(6)>div:nth-of-type(1)>p:nth-of-type(1) {
	margin: 0 0 20px;
}

.set_box>div:nth-of-type(2)>div:nth-of-type(1)>p:nth-of-type(1),
.set_box>div:nth-of-type(2)>div:nth-of-type(1)>p:nth-of-type(2),
.set_box>div:nth-of-type(4)>div:nth-of-type(1)>p:nth-of-type(1) {
	margin: 0 0 10px;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(1)>ul {
	margin: 0 0 10px;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(1)>ul li {
	list-style: decimal;
	line-height: 1.5;
	margin: 0 0 0 2rem;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(1)>div {
	display: flex;
	align-items: flex-end;
	gap: 60px;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(1)>div>div:nth-of-type(1) {
	position: relative;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(1)>div>div:nth-of-type(1)::after {
	content: "";
	width: 20px;
	height: 30px;
	background: #000;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	right: -40px;
	bottom: 10px;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(1)>div>div.adjust::after {
	content: none;
	width: 20px;
	height: 30px;
	background: #000;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	right: -40px;
	bottom: 10px;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(1)>div>div.adjust {
	margin-left: -60px;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(1)>div>div:nth-of-type(1) p {
	color: #0A5F75;
	font-size: 1.2rem;
	line-height: 1.3;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(1)>div>div:nth-of-type(1) p span {
	font-size: 2rem;
	font-weight: bold;
	text-decoration: line-through;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(1)>div>div:nth-of-type(2) p {
	color: #D64550;
	font-size: 1.4rem;
	line-height: 1.2;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(1)>div>div:nth-of-type(2) p span {
	font-size: 4rem;
	font-weight: bold;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(2) table {
	width: 100%;
	margin: 0 0 30px;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(2) table th,
.set_box>div:nth-of-type(n+2)>div:nth-of-type(2) table td {
	width: auto;
	font-size: 1.2rem;
	white-space: nowrap;
	padding: 10px;
	border: 1px solid #ccc;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(2) table th {
	width: 20%;
	background: #ddddde;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(2) table td:nth-of-type(1) {
	width: 45%;
	background: #f5f5f5;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(3) img {
	max-height: 400px;
	object-fit: contain;
}

.set_box>div:nth-of-type(2)>div:nth-of-type(3) img {
	max-height: 300px;
}

.set_box>div:nth-of-type(3)>div:nth-of-type(3) img {
	
}

.set_box>div:nth-of-type(3)>div:nth-of-type(3) img {
	height: 320px;
}

.set_box>div:nth-of-type(5)>div:nth-of-type(3) img {
	height: 330px;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(4) {
	width: 120px;
	height: 120px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background: url(/product/rearegi/device/images/bigtouch/icon_stamp.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: -40px;
	right: 20px;
	z-index: 2;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(4)>p:nth-of-type(1) {
	color: #fff;
	font-size: 4rem;
	line-height: 1;
	font-weight: bold;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(4)>p:nth-of-type(1) span {
	font-size: 2.6rem;
}

.set_box>div:nth-of-type(n+2)>div:nth-of-type(4)>p:nth-of-type(2) {
	color: #fff;
	font-size: 2.6rem;
	line-height: 1;
	font-weight: bold;
}

.set_box>a.btn_red {
	margin: 0 auto;
}

.set_box>a.btn_red_frame {
	max-width: 500px;
}



.hojokin {
	width: 100%;
	max-width: 900px;
	display: flex;
	flex-flow: column;
	align-items: center;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 30%));
	background: #fff;
	margin: 0 auto;
	border: 1px solid #cecece;
	border-radius: 10px;
	padding: 0 0 30px;
	justify-content: center;
}

.hojokin>img {
	
	width: 60%;
	
}

.hojokin>.hojo_img {
	width: 90%;
	
}

.hojokin>.title {
	width: 100%;
	display: grid;
	justify-content: center;
	background: #FFD100;
	border-radius: 10px 10px 0 0;
	position: relative;
	padding: 20px 20px 20px;
}



.hojokin>div>p {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #000000;
	font-size: 2.6rem;
	font-weight: 800;
	line-height: 1.2;
}

.hojokin .intro_p_01 {
	width: 90%;
	align-items: center;
	text-align: center;
	font-size: 2em;
	line-height: 1.3;
	position: relative;
	margin: 30px auto 35px;
	font-weight: 700;
}

.hojokin>p span.intro_box_p01 {
	font-size: 1.1em;
	background: linear-gradient(transparent 60%, #ff6 60%);
}

.hojokin p.intro_p_02 {
	width: 90%;
	align-items: center;
	font-size: 1.1em;
	position: relative;
	margin: 10px auto 10px;
}



.btm_btn06 {
	background-color: #FFD100;
	;
	color: #000000;
	
	border-radius: 40px;
	font-size: 15px;
	display: inline-table;
	padding: 16px 40px;
	

}

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

.hojokin_list {
	background: rgb(241, 240, 240);
	width: 90%;
	text-align: center;
	padding: 15px 0;
}

.hojokin_list_p {
	font-size: 19px !important;
	font-weight: 600 !important;
	text-align: center !important;
	display: block !important;
	margin-bottom: 8px;
}

.hojokin_list ul {
	display: inline-flex;
}

.hojokin_list li:not(:last-child)::after {
	content: " / ";
	padding: 0 5px;
	
}




.cashlessall_box {
	margin: 0 auto ;
	max-width: 860px;
}


.planbox h2 img {
	max-width: 200px;
	margin: 0 10px 0 0;
}

.planbox>div {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(auto, 380px));
	justify-content: center;
	gap: 30px;
	text-align: center;
	margin: 0 0 20px;
}

.planbox>div>div {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.planbox>div>div h3 {
	color: #fff;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	padding: 10px;
}

.planbox>div>div:nth-of-type(1) h3 {
	background: linear-gradient(45deg, #ffffff 0%, #2eb4af 57%);
}

.planbox>div>div:nth-of-type(2) h3 {
	background: linear-gradient(45deg, #6c748b 0%, #a2a9be 30%);
}

.planbox>div>div p,
.planbox>div>div ul {
	padding: 10px 0;
}

.planbox>div>div p:nth-of-type(2) {
	font-size: 3rem;
	font-weight: bold;
	background: #ecedf0;
}

.planbox>div>div p:nth-of-type(2) span {
	font-size: 1.4rem;
	font-weight: normal;
}

.planbox>div>div ul {
	background: #fff;
	border-radius: 0 0 10px 10px;
}

.planbox>p {
	margin: 0 0 30px;
}

.support_box {
	flex-flow: column;
	text-align: center;
}

.support_box>p:nth-of-type(1) {
	margin: 0 0 10px;
}

.link_box>a:nth-of-type(-n+2) {
	width: 100%;
	max-width: 700px;
	min-height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto 20px;
}

.link_box>a:nth-of-type(1) {
	background: #0A5F75;
}

.link_box>a:nth-of-type(2) {
	background: #4CBFC6;
}

.logo_windows10,
.logo_android {
	position: relative;
	padding: 0 0 30px;
}

.logo_android::after {
	content: "";
	width: 27px;
	height: 15px;
	background: url(/assets/img/logo/android_head_logo.svg) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
}

.logo_windows10::after {
	content: "";
	width: 80px;
	height: 15px;
	background: url(/assets/img/logo/windows_10_logo.svg) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
}

a.link_red {
	width: fit-content;
	display: block;
	color: #D64550;
	margin: 0 auto 60px;
}

a.link_blue {
	width: fit-content;
	display: block;
	color: #0e6dda;

}

a.link_red:hover {
	color: #D64550;
}


a.link_blue:hover {
	color: #4584d6;
}


a.btn_red {
	width: 100%;
	max-width: 400px;
	min-height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background: #D64550;
	border-radius: 30px;
	border-bottom: 0;
	padding: 10px;
	margin: 0 auto;
}

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

a.btn_red_frame {
	width: 100%;
	max-width: 300px;
	min-height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #D64550;
	text-align: center;
	background: #fff;
	border: 1px solid #D64550;
	border-radius: 30px;
	padding: 10px;
	margin: 0 auto;
}

a.btn_red_frame:hover {
	color: #D64550;
}

.bg_gray {
	background: #f1f1f1;
}

.bg_gray2 {
	background: #ecf3f5;
}

.bg_yellow {
	background: #fffdf2;
}

.bg_gray6 {
	background-image: linear-gradient(180deg, rgb(251 251 251), rgb(237 237 237));
	;

}


#flow h2 {
	position: relative;
}

#flow h2::after {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #0A5F75;
	border-radius: 2px;
}


#flow1 img {
	height: 240px;
	object-fit: contain;
	padding: 0 20px;
}

#flow1 p {
	text-align: left;
}

#flow1 h4 {
	font-size: 15px;
	font-weight: 500;
	line-height: 0px;
	color: #ffffff;
	background-color: #042027;
	padding-left: 0;
	padding: 18px 20px;
	display: inline-block;
	border-radius: 25px;
}

#flow1 h4 span {
	font-size: 20px;
	display: contents;
}

#flow1 h3 {
	font-size: 25px;
	margin-bottom: 10px;
}


.link2 {
	color: #1c3ab5;
	text-decoration: underline;
	font-weight: 500;
}


.btm_btn01 a,
.btm_btn02 a,
.btm_btn03 a,
.btm_btn03s a,
.btm_btn04 a,
.btm_btn05 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2
}

.btm_btn03s {
	background-color: #19416a;
	border: 1px solid #c4c4c4;
	display: inline-table;


}

.btm_btn04 {
	background-color: #c4373c;
	color: #fff;
	
	border-radius: 40px;
	font-size: 15px;
	display: inline-table;
	padding: 16px 40px;
	

}

/*--- hardware.html ---*/

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

.hard_box img {
	width: 130px;
	height: 80px;
	object-fit: contain;
}

.hard_box h3 {
	min-height: 30px;
	font-size: 1.5rem;
	margin: 0 0 15px;
}

.hard_box h3 span {
	font-size: 1.3rem;
	display: inline-flex;
}

.hard_box>a {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	border: 1px solid #b5b5b5;
	border-radius: 5px;
	position: relative;
	transition: .3s;
	background: #fff;
}

.hard_box>a:hover {
	color: #09f;
	opacity: 0.3;
}

.hard_box>a>div:nth-of-type(1)>div:nth-of-type(1) {
	display: flex;
	justify-content: center;
	background: #f3f3f3;
	border-radius: 5px 5px 0 0;
	padding: 10px;
}

.hard_box>a>div:nth-of-type(1)>div:nth-of-type(2) {
	padding: 10px;
}

.hard_box>a>div:nth-of-type(1)>div:nth-of-type(2) p {
	font-size: 1.1rem;
	line-height: 1.5;
}

.hard_box>a>div:nth-of-type(2) {
	border-radius: 5px 5px 0 0;
	padding: 0 10px 10px;
}

.hard_box>a>div:nth-of-type(2) p {
	position: relative;
}

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


span.h_black::after {
	font-size: 15px;
	content: "黒";
	padding: 5px 5px;
	background: #000000;
	color: #fff;
	margin-left: 5px;
	vertical-align: 2px;
	font-weight: 400;
	border-radius: 4px;
}

span.h_white::after {
	font-size: 15px;
	content: "白";
	padding: 5px 5px;
	background: #ffffff;
	color: #000000;
	border: 1px solid rgb(211, 211, 211);
	margin-left: 5px;
	vertical-align: 2px;
	font-weight: 400;
	border-radius: 4px;
}



/* price */
.tprice_box {
	width: 100%;
	display: flex;
	justify-content: space-around;
	text-align: center;
}

.price-card1 {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 10px;
	text-align: center;
	width: calc(50% - 10px);
}

.price-card2 {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}


.price-card1>h3 {
	width: 100%;
	/* margin-bottom: 20px; */
	text-align: center;
	font-weight: 700;
}

.price-value {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}


.price-value span {
	color: #D64550;
	font-size: 50px;
	font-weight: bold;
}

.price-value2 {
	margin-top: 20px;
}

.price-value2 span {
	color: #153899;

	font-size: 30px;
	font-weight: bold;
}


.price-value3 {
	color: #2e2e2e;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 400;
}

.per-month {
	font-size: 16px;
}

.note {
	font-size: 14px;
	color: #888;
}

.option {
	font-size: 20px;
	font-weight: 600;
	padding: 20px 0 5px 0;
}

.bt_none{display: none!important;}



@media screen and (max-width:1024px) {

	
	/*intro  */
.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 2fr));
    gap: 16px; /* Adjust the gap between images */
}

.image-item p
{font-size: 12px;
text-align: center;
margin-top: 10px;
font-weight: 600;}

.image-item p::after{
	content: "△";
	font-size: 10px;
	padding-left: 5px;
}
	
	.postype_container {
		padding: 0px;
	}

	.postype_tabs {
		margin-top: 20px;
	}

	.postype_tab-btn {
		padding: 10px 5px;
	}

	.btn_inner,
	.btn_inner2 {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		position: relative;
	}


	.postype_product-info {
		display: block;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	.btn_inner p {
		width: 100%;
		font-size: 21px;
		margin: auto;
		text-align: center;
	}

	.btn_inner2 p {
		width: 100%;
		font-size: 25px;
		margin: auto;
		text-align: center;
	}

	.btn_inner p span,
	.btn_inner2 p span {
		font-size: 50%;

	}

	.btn_inner img,
	.btn_inner2 {
		min-height: 50px;
		/* max-width: 80px;
		max-height: 80px!important; */
		margin: auto;
		width: 100% !important;
		margin-bottom: 10px;
	}

	.postype_tab-btn .btn_inner2 img {
		margin: auto !important;
		margin-right: none;
	}


	.postype_table.sponly {
		display: inline-table!important;
		}
		

	.postype_tab-btn .icon {
        position: absolute !important;
        right: 5%;
        top: 21%;
        transform: translateY(-30%);
        width: 38px;
	}




	.postype_product-details .icon {
		position: absolute !important;
		right: auto;
		left: 250px;
		top: 5%;
		transform: translateY(-30%);
		width: 35px;
	}

	.postype_product-image-gallery {
		margin-top: 20px;
	}


	
	.banner {
		max-width: 320px;
	}


	.kenbaiki_hero_box {
		height: 780px;
	}

	.hero_pricewrap{
		margin-top: -40px;
		justify-content: center;
	
	}
	
		.hero_price {
			width: 100%;
			max-width: 305px;
			margin-bottom: 20px;
		}

	.kenbaiki_hero_box::after {
		background: radial-gradient(at center 200px, #fff 20%, rgba(255, 255, 255, 0%));
	}

	.kenbaiki_hero_box>div {
		flex-wrap: wrap;
		padding: 0 20px;
		margin: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.kenbaiki_hero_box>div>div:nth-of-type(1) {
		display: flow-root;

		width: 100%;
		text-align: center;
	}

	.kenbaiki_hero_box>div>div:nth-of-type(1) h1 {
		width: 100%;
		display: flow-root;
		margin: auto;
		
		
		text-align: center;
		width: fit-content;
		display: block;
	}

	.balloon {
		right: -50px;

	}

	.banner {
		margin: auto;
	}

	.kenbaiki_hero_box>div>div:nth-of-type(1)>a img {
		max-width: 310px;
	}

	.kenbaiki_hero_box>div>div:nth-of-type(1)>a img:nth-of-type(1) {
		display: none;
	}

	.kenbaiki_hero_box>div>div:nth-of-type(1)>a img:nth-of-type(2) {
		display: block;
	}

	.kenbaiki_hero_box>div>div:nth-of-type(2) {
		
		margin: auto;
		position: initial;
	}

	.hero_img_inner {
		margin: auto;
        object-fit: contain;
        width: 95%;
        display: flex;
        /* flex-wrap: wrap; */
	}

	.hero_img_inner img {
		width: 1;
		/* width: calc(100% / 3 - 12px); */
	}





	.kenbaiki_hero_box>div>div:nth-of-type(2) img {
		margin: 0 0 2px;
	}

	.seav10{width: 25%!important;}

	.seavmk{width: 32%!important;}
	.bigtouch {
		width: 40% !important;
	}

	.intro_box .intro>p {
		font-size: 1.4rem;
	}

	.selfregi_box>div{
		flex-flow: column-reverse;
		display: flex;
	}

	.selfregi_box>div:nth-child(even){
		flex-flow: column;
	}
	/* .selfregi_box>div:nth-child(even) {

display: block;
	} */



	.set_box>h2 {
		margin: 0 0 60px;
	}

	.set_box>div:nth-of-type(1) {
		width: 100%;
		max-width: 300px;
		top: -40px;
        margin-top: 50px;
	}

	.set_box>div:nth-of-type(n+2) {
		max-width: 550px;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, max-content);
		padding: 30px 20px 30px 20px;
	}

	.set_box>div:nth-of-type(n+2)>div:nth-of-type(1) {
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.set_box>div:nth-of-type(n+2)>div:nth-of-type(2) {
		grid-column: 1/2;
		grid-row: 3/4;
	}

	.set_box>div:nth-of-type(n+2)>div:nth-of-type(3) {
		grid-column: 1/2;
		grid-row: 2/3;
	}

	.set_box>div:nth-of-type(n+2)>div:nth-of-type(4) {
		top: -50px;
		left: auto;
		right: 20px;
	}

	.set_box>div:nth-of-type(n+2)>div:nth-of-type(1)>div {
		justify-content: center;
		gap: 30px;
	}

	.set_box>div:nth-of-type(n+2)>div:nth-of-type(1)>div>div:nth-of-type(1)::after {
		width: 10px;
		height: 20px;
		right: -20px;
		bottom: 17px;
	}

	.set_box>div:nth-of-type(n+2)>div:nth-of-type(1)>div>div.adjust {
		margin-left: -135px;
	}

	.set_box>div:nth-of-type(n+2)>div:nth-of-type(1)>div>div:nth-of-type(1) p span {
		font-size: 1.6rem;
	}

	.set_box>div:nth-of-type(n+2)>div:nth-of-type(1)>div>div:nth-of-type(2) p span {
		font-size: 2.2rem;
	}

	.set_box>div:nth-of-type(n+2)>div:nth-of-type(2) img {
		height: auto;
		max-height: 300px;
	}

}


@media screen and (max-width:767px) {
    .btn_inner img {
        min-height: 50px;
        margin: auto;
        width: 100% !important;
        margin-bottom: 10px;
		max-height: 83px !important;
    }


	.image_area {
		min-width: auto;
	}
	.pagetop {
		bottom: 65px;
	}

	h2 {
		font-size: 2.4rem;
	}




	.kenbaiki_hero_box {
		height: 800px;
	}

	.kenbaiki_hero_box>div {
		flex-flow: column;
		align-items: center;
	}

	.kenbaiki_hero_box>div>div:nth-of-type(1) h1 {
		font-size: 2rem;
		text-align: center;
	}

	.kenbaiki_hero_box>div>div:nth-of-type(1) h1 img {
		max-width: 250px;
	}

	.kenbaiki_hero_box>div>div:nth-of-type(1)>a {
		order: 3;
	}

	.hero_pricewrap {
		justify-content: center;

	}

	.hero_price {
		width: 100%;
		max-width: 305px;
		margin-bottom: 20px;
	}
	

	.hero_img {
		width: auto;
	}

	.balloon {
		right: -17px;
		top: 60%;
		width: 95px;
        height: 95px;
		font-size: 14px;
	}

	.intro_box {padding: 30px 10px !important;}

	.point img {
		width: 90px;
	}
	
	.list {
		gap: 20px;
	}

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

	#list h3 {
		width: 100%;
		margin-top: 15px;
	}

	.point p {
		font-size: 14px;
		font-weight: 600;
	}


	
	
	.modal-content {
		width: calc(100% - 40px);
		
		height: auto;
		
		margin: 20px;
		
		margin-top: 60px;
		top: 20%;
	}

	.modal-image {
		width: 100%;
		height: auto;
		
		max-height: 450px;
		padding-top: 20px;
	}

	
	.button-left,
	.button-right {
		width: 50%;
		padding: 20px 5px 10px 5px;
		font-size: 15px;
	}

	.postype_main-image {
		min-height: 250px;
	}
	

	.postype_thumbnail {
		width: calc(100%/2 - 10px) !important;
		margin-bottom: 5px;
		min-height: 98px;
		max-height: 98px;
		cursor: pointer;
		opacity: 0.6;
		transition: opacity 0.3s;
		object-fit: contain;
		padding: 10px;
		border: solid 1px rgb(226, 226, 226);
		border-radius: 5px;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	}

	

	.kenbaiki_hero_box>div>div:nth-of-type(1)>a img:nth-of-type(2) {
		display: none;
	}

	.kenbaiki_hero_box>div>div:nth-of-type(2) {
		
		
		
	}

	.kenbaiki_hero_box>div>div:nth-of-type(2) img {
		margin: 0;
	}

	.intro_box .support {
		margin: 20px 0 60px;
	}

	.intro_box .support>div {
		max-width: 500px;
		grid-template-columns: repeat(1, 1fr);
		margin: 0 auto;
	}

/*  */
.postype_tab-btn .icon {
	position: absolute !important;
	right: 8%;
	top: 10%;
	transform: translateY(-30%);
	width: 19px
}
.btn_inner p span, .btn_inner2 p span {
	font-size: 47%;
}
.btn_inner2 p {
	width: 100%;
	font-size: 14px;
	margin: auto;
	text-align: center;
}
.postype_product-details h2 {
    font-size: 3rem;
	margin-top: 10px;
	margin-bottom: 10px;
}

.postype_product-details {
    flex: 1;
    padding-right: 20px;
    padding: 0px 10px 0 10px;
    position: relative;
}

.pricing {
	display: flex;
	align-items: flex-end;
	gap: 60px;
}

.pricing>p {
	margin-top: 10px;
	color: #D64550;
	font-size: 2rem;
}

.pricing .nomal-price p {
	margin-top: 10px;
	color: #D64550;
	font-size: 1.5rem;
	line-height: 1.2;
	position: relative;
}

.pricing .original-price p {
	color: #0A5F75;
	font-size: 1.3rem;
	line-height: 1.2;
	position: relative;
}


.pricing .original-price p::after {
	content: "";
	width: 10px;
	height: 20px;
	background: #000;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	position: absolute;
	right: -40px;
	bottom: 10px;
}

.pricing .special-price p {
	color: #D64550;
	font-size: 1.3rem;
	line-height: 1.2;

}


.nomal-price p span {
	font-size: 3rem;
	font-weight: bold;
}



.original-price p span {
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: line-through;
}

.special-price p span {
	font-size: 3rem;
	font-weight: bold;
}

.product-set table {
	width: 100%;
	margin: 0 0 30px;
}


/*  */
.point_box{margin-top: 40px!important;
	padding: 30px 15px 35px 15px
	}

	.point_box>div>h3::before {
		top: 0px;
		font-size: 45px;

	}

	.point_box>div>h3::before {

		margin-left: 5px;
		color: #bebebe;
	}
	.point_box>div>h3 {
		font-size: 23.5px;
		padding-left: 30px;
		letter-spacing: -1px;
	}

	.point_box>div>p {
		padding-left: 0px;

	}

	.kitchen_box>div {
	
		margin: auto;
	}

	.ml60 {
		margin-left: 0px;
	}
	
.kitchen_box>div:nth-child(odd){flex-direction: column;
margin-bottom: 40px;
}

	/*  */

	.bigtouch_box {
		margin-top: 30px;
	}

	.bigtouch_box>div,
	.kitchen_box>div {
		flex-flow: column-reverse;
	}

	.bigtouch_box>div:nth-of-type(even) {
		flex-flow: column-reverse;
	}


	.bigtouch_box>div:nth-of-type(1)>div:nth-of-type(1) {
		
		min-width: auto;
		gap: 5px;
	}

	.description_area {
		width: 80%;
		margin: auto;
	}

	.bigtouch-image {
		margin: auto;
		display: flex;
		width: 100%;
	}

	.bigtouch-image img {
		width: 200px;
		margin: auto;
	}

	

	.bigtouch_box>div:nth-of-type(3) img {
		width: 200px;
	}

	.kitchen_box>div:nth-of-type(1)>div:nth-of-type(2) {
		flex-flow: column;
	}

	.kitchen_box>div:nth-of-type(2) {
		flex-flow: column-reverse;
	}

	.kitchen_box>div:nth-of-type(2) img {
		width: 100%;
		max-width: 350px;
	}
	

	.case {

	  }

	
	  .case h2 img {
		vertical-align: bottom;
		margin-right: 5px;
	  }
	  .case>a>div  {
		border: 1px solid #ddd;
		margin-bottom: 20px;
		display: flex;
		flex-direction: column;
		width: 90%;
		margin: auto;
	  }

	  .case_box {
		margin-bottom: 60px;
		display: flex;
		flex-direction: column;
	  }
	   .case_box :last-child{margin-bottom: 0px;}

	
	  .case .flex img {
		width: 100%;
		height: 370px;
		max-height: 386px;
		object-fit: cover;
	}
	  .case .case_text {
		width: 100%;
	  }
	  .case .case_ttl {

		width: 100%;
		padding: 10px 10px 13px 20px;
	  }
	  .case .case_ttl h3 {
		font-size: 16px;
		margin-bottom: 10px;
	  }
	  .case .case_ttl p {
		font-size: 14px;
		color: #999999;
	  }
	  .case .case_cate {
		padding: 15px 0 15px 20px;
		background-color: #fff;
	  }
	  .case .case_cate p {
		line-height: 2.0;
	  }
	  .case .case_cate p:first-child {
		margin-bottom: 15px;
	  }
	  .case .case_cate span {
		background-color: #ECF3F5;
		padding: 5px;
		margin-right: 5px;
	  }
	

	.selfregi_box {
		margin-top: 30px;
	}

	.selfregi_box>div img {
		width: 100%;
		max-width: 400px;
	}

	.selfregi_box>div>div:nth-of-type(1) {
		width: 100%;
		max-width: 500px;
		min-width: auto;
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
		margin: 0 auto;
	}

	.set_box>div:nth-of-type(n+2)>div:nth-of-type(1)>div>div.adjust {
		margin-left: -220px;
	}

	.selfregi_box>div>div:nth-of-type(1) img {
		height: 200px;
		margin: auto;
		justify-content: space-around;
        display: flex;

	}

	.set_box>div:nth-of-type(n+2) {
		max-width: 500px;
	}

	.set_box>div:nth-of-type(n+2) h3 {
		font-size: 2rem;
	}

	.set_box>div:nth-of-type(n+2)>div:nth-of-type(2) table tr,
	.cashless_table tr {
		display: flex;
		flex-flow: column;
	}


	.set_box>div:nth-of-type(n+2)>div:nth-of-type(1),
	.set_box>div:nth-of-type(n+2)>div:nth-of-type(2),
	.set_box>div:nth-of-type(n+2)>div:nth-of-type(2) table th,
	.set_box>div:nth-of-type(n+2)>div:nth-of-type(2) table td,
	.set_box>div:nth-of-type(n+2)>div:nth-of-type(2) table td:nth-of-type(1) {
		width: 100%;
	}

	.set_box>div:nth-of-type(n+2)>div:nth-of-type(2) table td:nth-of-type(1) {
		font-weight: bold;
	}

	.set_box>div:nth-of-type(n+2)>div:nth-of-type(4) {
		width: 90px;
		height: 90px;
	}

	.set_box>div:nth-of-type(n+2)>div:nth-of-type(4) {
		top: -40px;
		right: -20px;
	}

	.set_box>div:nth-of-type(n+2)>div:nth-of-type(4)>p:nth-of-type(1) {
		font-size: 3rem;
	}

	.set_box>div:nth-of-type(n+2)>div:nth-of-type(4)>p:nth-of-type(1) span,
	.set_box>div:nth-of-type(n+2)>div:nth-of-type(4)>p:nth-of-type(2) {
		font-size: 2rem;
	}


	

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

	.feature-item {
		text-align: center;
		width: calc(100% / 2 - 10px);
		
		margin-bottom: 30px;

	}

	.hard_box {

		grid-template-columns: repeat(2, 1fr)!important;
	}
	

}








.introWrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin: 30px 0 0;
}

.LineUpReWrap {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.LineUpRe {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 40px 0 0;
}

.LineUpReWrap.cashless {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	alignitems: flex-start;
	align-self: stretch;
	width: 76%;
}

.LineUpReWrap.cashless_money {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	alignitems: flex-start;
	align-self: stretch;
	width: 22%;
}

.intro .LineUpReWrap h3 {
	margin: 0;
	padding: 12px 6px;
	border-radius: 4px 4px 0 0;
	color: #fff;
	line-height: 1.3;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background: #4CBFC6;
}

.LineUpReWrap ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	padding: 20px 15px;
}

.LineUpReWrap ul>li {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	alignitems: flex-start;
	align-self: stretch;
	padding: 0;
}

.LineUpReWrap.cashless ul>li {
	width: 23.5%;
}

.LineUpReWrap.cashless_money ul>li {
	width: 100%;
}

.LineUpReInner {
	width: 100%;
}

.LineUpReInner h4 {
	width: 100%;
	min-height: 2.5lh;
	padding: 0 0 5px;
	font-size: 13px;
	text-align: center;
}

.LineUpReInner h4 small {
	display: block;
	color: #808080;
	font-size: 11px;
}

.LineUpReInner h4 .LineUpReLabel {
	display: block;
	margin: 5px 0 10px;
	padding: 6px;
	border: #4CBFC6 1px solid;
	border-radius: 40px;
	color: #4CBFC6;
	line-height: 1;
	font-size: 1.0rem;
	text-align: center;
}


.LineUpReTxt h4 {
	display: none;
}

.LineUpReWrap p {}

.LineUpReWrap p.LineUpRePrice {
	border-radius: 0;
	margin: 0 0 15px;
	padding: 0 0 15px 0;
	border-bottom: #dedede 1px solid;
	color: #D64550;
	line-height: 1;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
}

.LineUpReWrap p.LineUpRePrice b {
	font-size: 1.3em;
}

.LineUpReWrap p.LineUpRePrice small {
	font-size: 0.6em;
}

.LineUpReWrap ol {
	padding: 0 0 0 1.75em;
	font-size: 11px;
}

.LineUpReWrap ol>li {
	margin: 0 0 2px;
	list-style: disc;
}

.LineUpRe .LineUpRePhoto {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	width: 100%;
	height: 420px;
	margin: 0 0 20px;
	padding: 20px 0;
	text-align: center;
	background: #fafafa;
}

.LineUpRe .LineUpRePhoto a {
	outline: 0;
}

.fancybox-slide--image .fancybox-content {
	margin: 0 5%;
}

.LineUpRe .LineUpRePhoto img {
	width: auto;
	height: 380px;
	object-fit: cover;
}

.LineUpRe li:nth-child(3) .LineUpRePhoto a img {
	width: auto;
	height: 365px;
	object-fit: cover;
}

.LineUpRe .LineUpRePhoto img.adjust {
	width: auto;
	height: 380px;
	object-fit: cover;
}

.LineUpRe .LineUpRePhoto .badge_inc {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 42px;
	height: 42px;
}

.LineUpRe .LineUpRePhoto .badge_inc img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.LineUpRe .LineUpRePhoto .badge_limit {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
}

.LineUpRe .LineUpRePhoto .badge_limit img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.LineUpRe .LineUpRePhoto .badge_counter {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
}

.LineUpRe .LineUpRePhoto .badge_counter img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.LineUpRe .LineUpRePhoto .badge_os {
	position: absolute;
	top: 5px;
	right: 5px;
	width: auto;
	height: 28px;
}

.LineUpRe .LineUpRePhoto .badge_os img {
	width: auto;
	height: 100%;
	object-fit: cover;
}

.LineUpReTips {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
	margin: 30px auto 20px;
	padding: 0 25px;
	
	border-radius: 4px;
	
}

.LineUpReTipsPhoto {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	width: 48%;
}

.LineUpReTipsPhoto figure {
	display: block;
	width: 31%;
}

.LineUpReTipsPhoto figcaption {
	display: block;
	margin: 7px 0 0;
	font-size: 1.1rem;
	text-align: center;
}

.LineUpReTipsTxt {
	width: 48%;
}

.LineUpReTipsTxt h3 {
	margin: 0 0 10px;
	color: #0A5F75;
	font-size: 1.5rem;
}

.LineUpReTipsTxt p {
	margin: 0 0 15px;
}

.LineUpReTipsTxt .notice {
	margin: 0;
	padding: 0;
	border: 0;
	color: #999;
	font-size: 1.1rem;
	font-weight: normal;
}



@media screen and (max-width:1024px) {
	.LineUpRe li h3 {
		font-size: 16px;
	}

	.bigtouch_box>div:nth-of-type(1)>div:nth-of-type(1) {
		max-width: auto;
	}

	.bigtouch_box>div:nth-of-type(1)>div:nth-of-type(1).bigtouch_boxRe_cashlessText {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: flex-start;
		width: 47.5%;
		min-width: auto;
		max-width: auto;
	}

	.bigtouch_boxRe_cashlessPhoto {
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		align-items: center;
		width: 47.5%;
		min-width: auto;
		max-width: auto;
	}
}

@media screen and (max-width:767px) {
	.introWrapper {
		display: flex;
		flex-flow: column wrap;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		margin: 30px 0 0;
	}

	.LineUpRe {
		display: flex;
		flex-flow: column wrap;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		padding: 40px 0 0;
	}

	.LineUpReWrap.cashless {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		alignitems: flex-start;
		align-self: stretch;
		width: 100%;
		margin: 0 0 20px;
	}

	.LineUpReWrap.cashless_money {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		alignitems: flex-start;
		align-self: stretch;
		width: 100%;
	}

	.LineUpReWrap ul {
		display: flex;
		flex-flow: column wrap;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		padding: 20px 15px;
	}

	.LineUpReWrap ul>li {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		alignitems: flex-start;
		align-self: stretch;
		padding: 20px 15px;
		border-radius: 3px;
		border: #dedede 1px solid;
	}

	.LineUpReWrap.cashless ul>li {
		width: 100.0%;
		margin: 0 0 15px;
	}

	.LineUpReWrap.cashless_money ul>li {
		width: 100%;
		margin: 0 0 15px;
	}

	.LineUpReInner {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
	}

	.LineUpReInner h4 {
		display: none;
		min-height: auto;
		padding: 0;
	}

	.LineUpReInner h4 small {
		display: none;
	}

	.LineUpReInner h4 .LineUpReLabel {
		display: block;
		margin: 5px 0 0;
		padding: 8px;
		border: #dedede 1px solid;
		line-height: 1;
		font-size: 1.1rem;
		text-align: center;
	}

	.LineUpRe .LineUpRePhoto {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-end;
		align-items: center;
		width: 30%;
		height: auto;
		margin: 0;
		text-align: center;
	}

	.LineUpRe .LineUpRePhoto img {
		width: auto;
		height: 240px;
		object-fit: cover;
	}

	.LineUpRe li:nth-child(3) .LineUpRePhoto a img {
		width: auto;
		height: 240px;
		object-fit: cover;
	}

	.LineUpRe .LineUpRePhoto img.adjust {
		width: auto;
		height: 240px;
		object-fit: cover;
	}


	.LineUpRe .LineUpReTxt {
		width: 65%;
	}

	.LineUpReTxt h4 {
		display: block;
		flex-flow: column wrap;
		justify-content: center;
		align-items: flex-start;
		align-self: inherit;
		width: 100%;
		min-height: 2.5lh;
		padding: 0 0 5px;
		font-size: 13px;
		text-align: left;
	}

	.LineUpReTxt h4 small {
		display: inline;
		padding: 0 0 0 8px;
		color: #808080;
		font-size: 11px;
	}

	.LineUpReTxt h4 br {
		display: none;
	}

	.LineUpReWrap p {}

	.LineUpReWrap p.LineUpRePrice {
		border-radius: 3px;
		margin: 0 0 15px;
		padding: 0 0 15px 0;
		border-bottom: #dedede 1px solid;
		color: #D64550;
		line-height: 1;
		font-size: 12px;
		text-align: left;
		white-space: nowrap;
	}

	.LineUpReWrap p.LineUpRePrice b {
		font-size: 1.3em;
	}

	.LineUpReWrap p.LineUpRePrice small {
		font-size: 0.6em;
	}


	.bigtouch_box>div:nth-of-type(1).bigtouch_boxRe_cashless {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
		gap: 0;
	}

	.bigtouch_box>div:nth-of-type(1)>div:nth-of-type(1) {
		width: 100%;
		max-width: auto;
		gap: 0;
	}

	.bigtouch_box>div:nth-of-type(1)>div:nth-of-type(1).bigtouch_boxRe_cashlessText {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
	}

	.bigtouch_box>div:nth-of-type(1)>div:nth-of-type(1).bigtouch_boxRe_cashlessText h3 {
		width: 100%;
	}

	.bigtouch_box>div:nth-of-type(1)>div:nth-of-type(1).bigtouch_boxRe_cashlessText p {
		width: 100%;
		color: #000;
		line-height: 1.5;
		font-size: 1.4rem;
		font-weight: normal;
		text-align: left;
	}

	.bigtouch_boxRe_cashlessPhoto {
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	.bigtouch_box>div:nth-of-type(2)::after {
		content: '';
		display: table;
		clear: both;
		height: 0;
	}

	

	.bigtouch_boxRe_buidPhoto {
		order: 2;
	}

	.bigtouch_boxRe_buidText {
		order: 1;
	}

	.bigtouch_box>div:nth-of-type(2) .TextinLogo {
		display: block;
		float: right;
		width: 40px;
		margin: 15px 0 0;
	}

	.bigtouch_box>div:nth-of-type(2) .TextinLogo img {
		float: right;
		width: 40px;
		height: auto;
	}

	.campaign {
		width: 90px;
		height: 90px;

		top: 70px;
	}

}


.intro p {
	text-align: center;
}

.LineUpRe_ {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 40px 0 0;
}

.LineUpReWrap_ {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	alignitems: flex-start;
	align-self: stretch;
	margin: 0;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.LineUpReWrap_.cashless {
	width: 76%;
}

.LineUpReWrap_.cashless_money {
	width: 22%;
}

.LineUpReWrap_ ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	padding: 20px 15px;
}

.LineUpReWrap_ ul>li {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
	align-self: stretch;
	padding: 0;
}

.LineUpReWrap_.cashless ul>li {
	width: 23.5%;
}

.LineUpReWrap_.cashless_money ul>li {
	width: 100%;
}

.LineUpReWrap_ h3 {
	margin: 0;
	padding: 12px 6px;
	border-radius: 4px 4px 0 0;
	color: #fff;
	line-height: 1.3;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background: #4CBFC6;
}

.LineUpReInner_ {
	width: 100%;
}

.LineUpRePhoto_ {
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	width: 100%;
	height: 420px;
	margin: 0 0 20px;
	padding: 40px 0 5px;
	text-align: center;
	background: #fafafa;
}

.LineUpRePhoto_ figure {
	text-align: center;
}

.LineUpRePhoto_ img {
	width: auto;
	height: 380px;
	object-fit: cover;
}

.LineUpRePhoto_ .badge_inc {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 42px;
	height: 42px;
}

.LineUpRePhoto_ .badge_inc img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.LineUpRePhoto_ .badge_limit {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 60px;
	height: 60px;
}

.LineUpRePhoto_ .badge_limit img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.LineUpRePhoto_ .badge_counter {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
}

.LineUpRePhoto_ .badge_counter img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.LineUpRePhoto_ .badge_os {
	position: absolute;
	top: 10px;
	left: 10px;
	width: auto;
	height: 20px;
}

.LineUpRePhoto_ .badge_os img {
	width: auto;
	height: 100%;
	object-fit: cover;
}

.LineUpRe_ li:nth-child(3) .LineUpRePhoto_ a img {
	width: auto;
	height: 365px;
	object-fit: cover;
}

.LineUpRePhoto_ img.adjust {
	width: auto;
	height: 360px;
	object-fit: cover;
}

.LineUpReTxt_ {}

.LineUpReTxt_ .badge_inc {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 42px;
	height: 42px;
}

.LineUpReTxt_ .badge_inc img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.LineUpReTxt_ .badge_limit {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
}

.LineUpReTxt_ .badge_limit img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.LineUpReTxt_ .badge_counter {
	display: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
}

.LineUpReTxt_ .badge_counter img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.LineUpReTxt_ .badge_os {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	width: auto;
	height: 20px;
}

.LineUpReTxt_ .badge_os img {
	width: auto;
	height: 100%;
	object-fit: cover;
}

.LineUpReWrap_ h4 {
	margin: 0 0 15px;
	font-size: 14px;
	text-align: center;
}

.LineUpReWrap_ h4 .LineUpReLabel {
	display: block;
	margin: 5px 0 10px;
	padding: 6px;
	border: #4CBFC6 1px solid;
	border-radius: 40px;
	color: #4CBFC6;
	line-height: 1;
	font-size: 1.0rem;
}

.LineUpReWrap_ p {}

.LineUpReWrap_ p.LineUpRePrice {
	border-radius: 0;
	margin: 0 0 15px;
	padding: 0 0 15px 0;
	border-bottom: #dedede 1px solid;
	color: #D64550;
	line-height: 1;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
}

.LineUpReWrap_ p.LineUpRePrice b {
	font-size: 1.3em;
}

.LineUpReWrap_ p.LineUpRePrice small {
	font-size: 0.6em;
}

.LineUpReWrap_ ol {
	padding: 0 0 0 1.75em;
	font-size: 11px;
}

.LineUpReWrap_ ol>li {
	margin: 0 0 2px;
	list-style: disc;
}


/* 比較表 */
.comparison_table {
    width: 90%; /* ウィンドウ幅に合わせてテーブル全体を広げる */
padding: 0 20px;
	margin: auto;
    border-collapse: collapse;
    background-color: #fff;
    table-layout: fixed; /* カラム幅を固定 */
}

.comparison_table th, 
.comparison_table td {
    padding: 12px; /* パディングを増やして見やすく */
    text-align: center; /* テキストを中央揃え */
    border: 1px solid #ccc; /* セル間に薄いグレーの境界線 */
    vertical-align: middle; /* テキストの縦方向の中央揃え */
    font-size: 1.6rem; /* テキストサイズを設定 */
    line-height: 1.8;

}

/* 最初のカラムはテキストの長さに合わせて幅を調整 */
.comparison_table td:first-child,
.comparison_table th:first-child {
    width: auto;
    white-space: wrap;
}

/* ビジコムのth、tdのカラム幅を大きくする */
.comparison_table td:nth-child(2),
.comparison_table th:nth-child(2) {
    width: 35%; /* ビジコムのカラム幅を50%に設定 */
}

/* A社、B社のth、tdの幅を同じに設定 */
.comparison_table td:nth-child(3),
.comparison_table th:nth-child(3),
.comparison_table td:nth-child(4),
.comparison_table th:nth-child(4) {
    width: 25%; /* A社とB社のカラム幅を25%に設定 */
}

/* thのスタイル：すべて中央揃え */
.comparison_table th {
    text-align: center;
    padding: 12px;
    font-size: 1.6rem; /* ヘッダーの文字サイズ */
    line-height: 1.8; /* ヘッダーの行間 */
    font-weight: bold;
    border: 1px solid #ccc; /* 枠線を復元 */
}

/* ビジコムの背景色を濃い緑に */
.comparison_table th:nth-child(2) {
    background-color: #0A5F75; /* ビジコムの濃い緑背景 */
    color: white;
}


/* A社とB社の背景をグレー */
.comparison_table th:nth-child(3),
.comparison_table th:nth-child(4) {
    background-color: #8f8f8f; /* A社とB社の薄いグレー背景 */
}

/* 何もないthは背景を白 */
.comparison_table th:first-child {
    background-color: #ffffff; /* 白背景 */
}

/* 項目（ランニングコストなど）の幅を狭める */
.comparison_table th:first-child,
.comparison_table td:first-child {
    width: 20%; /* 項目名の幅を20%に固定 */
    font-size: 1.4rem; /* 文字サイズを調整 */
    line-height: 1.6; /* 行間を調整 */
	font-weight: 600;
}

.comparison_table td span{color:#D64550;
font-weight: 600;
font-size:clamp(16px, 1.8lvw, 22px);}

.comparison_table td:first-child{background-color: #f6f6f6;}

/*  */

.comparison_table th,.comparison_table td{
	width: 25%;

}

.comparison_table td:nth-child(2){width: 35%;}
.comparison_table td:nth-child(3),.comparison_table td:nth-child(4)
{width: 20%;}

/* 通常のデータセルのスタイル（縦中央揃え） */
.comparison_table td {
    text-align: center;
    vertical-align: middle; /* 縦中央揃え */
    padding: 18px 0px; /* パディングを調整 */
    word-wrap: break-word;
	white-space: nowrap;
	font-size: clamp(13px, 1.6lvw, 18px);* 文字サイズを画像に寄せる */
	max-line-height: 1; /* 行間を画像に合わせる */
    border: 1px solid #ccc; /* 枠線を復元 */
}

.comparison_small{  
	font-size:65%;
	line-height: 1.2;
	margin-top: 1px;}

/* ビジコムのセルに薄い緑色背景 */
.comparison_table td[data-label="ビジコム"] {
    background-color: #ffffff; /* ビジコムの薄い緑色背景 */
}

/* A社、B社のセルに薄いグレー背景 */
.comparison_table td[data-label="A社"],
.comparison_table td[data-label="B社"] {
    background-color: #f0f0f0; /* A社とB社の薄いグレー背景 */
}

@media screen and (max-width:1024px) {
	.LineUpReWrap_ h4 {
		font-size: 12px;
	}
}


@media screen and (max-width:767px) {
	.intro p {
		text-align: center;
	}

	.LineUpRe_ {
		display: flex;
		flex-flow: column wrap;
		justify-content: space-between;
		align-items: flex-start;
		padding: 40px 0 0;
	}

	.LineUpReWrap_ {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		alignitems: flex-start;
		align-self: stretch;
		margin: 0;
		border-radius: 4px;
		background: #fff;
		box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
	}

	.LineUpReWrap_.cashless {
		width: 100%;
		margin: 0 0 20px;
	}

	.LineUpReWrap_.cashless_money {
		width: 100%;
	}

	.LineUpReWrap_ ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		padding: 20px 15px;
	}

	.LineUpReWrap_ ul>li {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		alignitems: flex-start;
		align-self: stretch;
		padding: 0;
	}

	.LineUpReWrap_ ul>li:after {
		content: '';
		display: table;
		clear: both;
		height: 0;
	}

	.LineUpReWrap_.cashless ul>li {
		width: 100%;
		margin: 0 0 20px;
	}

	.LineUpReWrap_.cashless_money ul>li {
		width: 100%;
	}

	.LineUpReWrap_ h3 {
		padding: 12px 6px;
		border-radius: 4px 4px 0 0;
		color: #fff;
		line-height: 1.3;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		background: #4CBFC6;
	}

	.LineUpReInner_ {
		width: 100%;
	}

	.LineUpRePhoto_ {
		order: 1;
		float: left;
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		width: 30%;
		height: 220px;
		margin: 0;
		padding: 20px 0;
		text-align: center;
		background: #fafafa;
	}

	.LineUpRePhoto_ figure {
		width: 100%;
		margin: 0 20px 0 0;
		text-align: center;
	}

	.LineUpRePhoto_ img {
		width: auto;
		height: 180px;
		object-fit: cover;
	}

	.LineUpRePhoto_ .badge_inc {
		display: none;
		position: absolute;
		top: 10px;
		left: 10px;
		width: 42px;
		height: 42px;
	}

	.LineUpRePhoto_ .badge_inc img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.LineUpRePhoto_ .badge_limit {
		display: none;
		position: absolute;
		bottom: 10px;
		right: 10px;
		width: 60px;
		height: 60px;
	}

	.LineUpRePhoto_ .badge_limit img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.LineUpRePhoto_ .badge_counter {
		display: none;
		position: absolute;
		bottom: 10px;
		right: 10px;
		width: 60px;
		height: 60px;
	}

	.LineUpRePhoto_ .badge_counter img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.LineUpRePhoto_ .badge_os {
		display: none;
		position: absolute;
		top: 5px;
		right: 5px;
		width: auto;
		height: 28px;
	}

	.LineUpRePhoto_ .badge_os img {
		width: auto;
		height: 100%;
		object-fit: cover;
	}

	.LineUpRe_ li:nth-child(3) .LineUpRePhoto_ a img {
		width: auto;
		height: 170px;
		object-fit: cover;
	}

	.LineUpRePhoto_ img.adjust {
		width: 50px;
		height: auto;
		object-fit: cover;
	}

	.LineUpReTxt_ {
		order: 3;
		position: relative;
		float: right;
		width: 60%;
	}

	.LineUpReTxt_ .badge_inc {
		display: block;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		width: 42px;
		height: 42px;
	}

	.LineUpReTxt_ .badge_inc img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.LineUpReTxt_ .badge_limit {
		display: block;
		position: absolute;
		top: -55px;
		bottom: auto;
		left: auto;
		right: -5px;
		width: 60px;
		height: 60px;
	}

	.LineUpReTxt_ .badge_limit img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.LineUpReTxt_ .badge_counter {
		display: block;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		width: 60px;
		height: 60px;
	}

	.LineUpReTxt_ .badge_counter img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.LineUpReTxt_ .badge_os {
		display: block;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		width: auto;
		height: 20px;
	}

	.LineUpReTxt_ .badge_os img {
		width: auto;
		height: 100%;
		object-fit: cover;
	}

	.LineUpReWrap_ h4 {
		order: 2;
		float: right;
		width: 60%;
		margin: 0 0 15px;
		text-align: left;
	}

	.LineUpReWrap_ h4 .LineUpReLabel {
		display: inline-block;
		position: relative;
		top: -2px;
		margin: 0 0 0 5px;
		padding: 5px 10px;
		border: #dedede 1px solid;
		line-height: 1;
		font-size: 0.9rem;
		text-align: center;
	}

	.LineUpReWrap_ p {}

	.LineUpReWrap_ p.LineUpRePrice {
		border-radius: 0;
		margin: 0 0 15px;
		padding: 0 0 15px 0;
		border-bottom: #dedede 1px solid;
		color: #D64550;
		line-height: 1;
		font-size: 12px;
		text-align: left;
		white-space: nowrap;
	}

	.LineUpReWrap_ p.LineUpRePrice b {
		font-size: 1.3em;
	}

	.LineUpReWrap_ p.LineUpRePrice small {
		font-size: 0.6em;
	}

	.LineUpReWrap_ ol {
		padding: 0 0 0 1.75em;
		font-size: 11px;
	}

	.LineUpReWrap_ ol>li {
		margin: 0 0 2px;
		list-style: disc;
	}

}




.LineUpReTipsPhoto {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	width: 36%;
}

.LineUpReTipsPhoto figure {
	display: block;
	width: 31%;
}

.LineUpReTipsPhoto figcaption {
	display: block;
	margin: 7px 0 0;
	font-size: 1.1rem;
	text-align: center;
}

.LineUpReTipsTxt {
	width: 58%;
}

.LineUpReTipsTxt h3 {
	margin: 0 0 15px;
	color: #0A5F75;
	font-size: 24px;
}

.LineUpReTipsTxt p {
	margin: 0 0 15px;
	font-size: 14px;
}

.LineUpReTipsTxt .notice {
	margin: 0;
	padding: 0;
	border: 0;
	color: #999;
	font-size: 1.1rem;
	font-weight: normal;
}

.note{text-align: right;}

/* 比較表レスポンシブ */

/* レスポンシブ対応: 画面幅が768px以下の場合 */
@media screen and (max-width: 768px) {
	

	.comparison_table td,
    .comparison_table th {
        width: 100%;
        display: block;
        text-align: left;
		
    }

    .comparison_table td:nth-child(2),
    .comparison_table th:nth-child(2),
    .comparison_table td:nth-child(3),
    .comparison_table th:nth-child(3),
    .comparison_table td:nth-child(4),
    .comparison_table th:nth-child(4) {
        width: 100%; /* 狭い画面でカラムを広げる */
    }

    .comparison_table td:first-child,
    .comparison_table th:first-child {
        white-space: normal; /* 長いテキストも改行可能に */
    }
    /* テーブルをブロック表示に変換 */
    .comparison_table, 
    .comparison_table thead, 
    .comparison_table tbody, 
    .comparison_table th, 
    .comparison_table td, 
    .comparison_table tr {
		display: inline-block;

        width: 100%;
    }

    /* テーブルヘッダーを非表示にする */
    .comparison_table thead {
        display: none;
    }

    /* 各行のスタイル */
    .comparison_table tr {
		margin-bottom: 10px;

    }

  


    /* 各行のタイトル（左端のセル）を上に表示し、太字に */
    .comparison_table td:first-child {
        background-color: #0A5F75;
        color: white;
        font-weight: bold;
        padding: 10px;
        text-align: left;
        width: 100%;
        font-size: 1.4rem; /* レスポンシブ時の文字サイズ調整 */
		text-align: center;
    }

    /* 各セルにラベルを付けて、項目とビジコム、A社、B社の対応がわかりやすくする */
    .comparison_table td[data-label]::before {
        content: attr(data-label) ": "; /* 各セルの前にラベルを追加 */
        font-weight: bold;
        color: #0A5F75;
        display: block;
		font-size: 1.5rem;
    }

    /* 右側のセルをインデントさせる */
    .comparison_table td {
        text-align: left;
        padding: 10px 10px 10px 20px;
        font-size: 1.3rem; /* 文字サイズを調整 */
        line-height: 1.6; /* 行間を調整 */
        vertical-align: middle; /* 縦中央揃え */
		
    }
	.comparison_table td span{color:#D64550;
		font-weight: 600;
		font-size:18px;}

    /* 2つ目以降のセルをブロック形式にする */
    .comparison_table td:not(:first-child) {
        margin-top: 5px;
        border-top: 1px solid #ddd;
        padding-top: 10px;
		font-size: 15px;
		/* width: 32%;
		height: 160px; */
    }
	



}

/* レスポンシブ対応: 画面幅が480px以下の場合 */
@media screen and (max-width: 480px) {
    .comparison_table td {
        font-size: 1.2rem;
        padding: 8px 10px;
    }

    .comparison_table td:first-child {
        font-size: 1.4rem;
    }
}
/*  */

@media screen and (max-width:767px) {
	.LineUpReTips {
	padding-top: 20px;
	}

	.LineUpReTipsPhoto {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.LineUpReTipsPhoto figure {
		display: block;
		width: 80%;
		margin: 0 auto 20px;
	}

	.LineUpReTipsPhoto figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.LineUpReTipsPhoto figcaption {
		display: block;
		margin: 7px 0 0;
		font-size: 1.1rem;
		text-align: center;
	}

	.LineUpReTipsTxt {
		width: 100%;
	}

	.LineUpReTipsTxt h3 {
		margin: 0 0 15px;
		color: #0A5F75;
		font-size: 20px;
	}

	.LineUpReTipsTxt p {
		margin: 0 0 15px;
		font-size: 14px;
	}

	.LineUpReTipsTxt .notice {
		margin: 0;
		padding: 0;
		border: 0;
		color: #999;
		font-size: 1.1rem;
		font-weight: normal;
	}
}


.slideWrap {
	position: fixed;
	top: 0;
	left: -120%;
	z-index: 2000;
	width: 100vw;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
}

.slideWrap.active {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
}

.slideInner {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 88%;
	max-width: 960px;
	height: auto;
	padding: 30px;
	border-radius: 10px;
	background: #fff;
	box-sahdow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
	transform: translate(-50%, -50%);
}

.modalClose {
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 2;
	width: 40px;
	height: 40px;
	border: #fff 2px solid;
	border-radius: 40px;
	background: #000;
}

.modalClose::before {
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	left: 50%;
	z-index: 2;
	width: 2px;
	height: 16px;
	background: #fff;
	transform-origin: center center;
	transform: rotate(45deg);
}

.modalClose::after {
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	left: 50%;
	z-index: 2;
	width: 2px;
	height: 16px;
	background: #fff;
	transform-origin: center center;
	transform: rotate(-45deg);
}

.slide-for.slick-dotted.slick-slider {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 120px;
}

.slide-for div.slick-slide img {
	width: auto;
	max-height: 450px;
	margin: 0 auto;
}

.slide-for .caption {
	font-size: 12px;
	text-align: center;
}

.LineUpReWrap_ .slide-for ul.slick-dots {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	bottom: 0;
}

.LineUpReWrap_ .slide-for ul.slick-dots>li {
	float: none;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 5px;
	border: #ddd 1px solid;
}

.LineUpReWrap_ .slide-for ul.slick-dots>li.slick-active {
	box-shadow: 0 0 0 3px #ddd;
}

.LineUpReWrap_ .slide-for ul.slick-dots>li button {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
}

.LineUpReWrap_ ._windows_cashless_modal .slide-for ul.slick-dots>li:nth-child(1) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal1-1.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ ._windows_cashless_modal .slide-for ul.slick-dots>li:nth-child(2) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal1-2.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ ._windows_cashless_modal .slide-for ul.slick-dots>li:nth-child(3) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal1-3.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ ._windows_cashless_modal .slide-for ul.slick-dots>li:nth-child(4) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal1-4.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ ._android_cashless_modal .slide-for ul.slick-dots>li:nth-child(1) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal1-1.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ ._android_cashless_modal .slide-for ul.slick-dots>li:nth-child(2) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal1-2.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ ._android_cashless_modal .slide-for ul.slick-dots>li:nth-child(3) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal1-3.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ ._android_cashless_modal .slide-for ul.slick-dots>li:nth-child(4) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal1-4.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ ._windows_21_5_cashless_modal .slide-for ul.slick-dots>li:nth-child(1) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal2-1.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ ._windows_21_5_cashless_modal .slide-for ul.slick-dots>li:nth-child(2) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal2-2.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ ._windows_21_5_cashless_modal .slide-for ul.slick-dots>li:nth-child(3) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal2-3.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ ._windows_21_5_cashless_modal .slide-for ul.slick-dots>li:nth-child(4) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal2-4.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ ._windows_cash_cashless_modal .slide-for ul.slick-dots>li:nth-child(1) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal3-1.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ ._windows_cash_cashless_modal .slide-for ul.slick-dots>li:nth-child(2) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal3-2.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ ._windows_cash_cashless_modal .slide-for ul.slick-dots>li:nth-child(3) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal3-3.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ ._windows_cash_cashless_modal .slide-for ul.slick-dots>li:nth-child(4) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal3-4.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ ._mazik .slide-for ul.slick-dots>li:nth-child(1) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal4-1.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ ._mazik .slide-for ul.slick-dots>li:nth-child(2) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal4-2.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ ._mazik .slide-for ul.slick-dots>li:nth-child(3) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal4-3.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ ._mazik .slide-for ul.slick-dots>li:nth-child(4) button {
	background: rgba(0, 0, 0, 0.05) url('../images/bigtouch/img_modal4-4.webp') no-repeat;
	background-size: cover;
}

.LineUpReWrap_ .slide-for ul.slick-dots>li button:before {
	content: none;
}

@media screen and (max-width:767px) {
	.slide-for div.slick-slide img {
		width: 100%;
		max-height: auto;
		margin: 0 auto;
	}

	.LineUpReWrap_ .slide-for ul.slick-dots>li {
		float: none;
		display: block;
		width: 40px;
		height: 40px;
		margin: 0 5px;
		border: #ddd 1px solid;
	}
}



.cashlessall_box .cashlessall_box_inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	gap: inherit !important;
}

.cashlessall_box .cashlessall_box_innerWrap {
	display: flex !important;
	flex-flow: row wrap !important;
	justify-content: space-between !important;
	align-items: center !important;
	width: 64%;
	border: #1561ff 1px solid;
	border-radius: 0 20px 0 0;
}

.cashlessall_box .cashlessall_box_inner_left {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	width: 35%;
	margin: 0 5% 0 0;
	padding: 0 5%;
	border: 0;
	box-sizing: border-box;
	background: #1561ff;
}

.cashlessall_box .cashlessall_box_inner_left img {
	width: 100%;
	max-width: inherit !important;
	height: auto;
	max-height: inherit !important;
}

.cashlessall_box .cashlessall_box_inner_middle {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	width: 18%;
	margin: 0;
	padding: 0 1%;
}

.cashlessall_box .cashlessall_box_inner_middle img {
	width: 100%;
	max-width: auto !important;
	height: auto;
	max-height: 36px !important;
}

.cashlessall_box .cashlessall_box_inner_right {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-self: stretch;
	width: 40%;
	padding: 10px 5%;
}

.cashlessall_box .cashlessall_box_inner_right img {
	width: auto !important;
	max-width: 31% !important;
	height: auto !important;
	max-height: inherit !important;
}

.cashlessall_box .cashlessall_box_inner_right2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	align-self: stretch;
	width: 30%;
}

.cashlessall_box .cashlessall_box_inner_right2 img {
	width: auto !important;
	max-width: 46% !important;
	height: auto !important;
	max-height: inherit !important;
	margin: 0 2% 0 0;
}

@media screen and (max-width: 767px) {
	.cashlessall_box .cashlessall_box_inner {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
		gap: inherit !important;
	}

	.cashlessall_box .cashlessall_box_innerWrap {
		display: flex !important;
		flex-flow: row wrap !important;
		justify-content: space-between !important;
		align-items: center !important;
		width: 64%;
		border: #1561ff 1px solid;
		border-radius: 0 20px 0 0;
	}

	.cashlessall_box .cashlessall_box_inner_left {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
		align-self: stretch;
		width: 35%;
		margin: 0 5% 0 0;
		padding: 0 5%;
		border: 0;
		box-sizing: border-box;
		background: #1561ff;
	}

	.cashlessall_box .cashlessall_box_inner_left img {
		width: 100%;
		max-width: inherit !important;
		height: auto;
		max-height: inherit !important;
	}

	.cashlessall_box .cashlessall_box_inner_middle {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
		align-self: stretch;
		width: 18%;
		margin: 0;
		padding: 0 1%;
	}

	.cashlessall_box .cashlessall_box_inner_middle img {
		width: 100%;
		max-width: auto !important;
		height: auto;
		max-height: 36px !important;
	}

	.cashlessall_box .cashlessall_box_inner_right {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
		align-self: stretch;
		width: 40%;
		padding: 10px 5%;
	}

	.cashlessall_box .cashlessall_box_inner_right img {
		width: auto !important;
		max-width: 31% !important;
		height: auto !important;
		max-height: auto !important;
	}

	.cashlessall_box .cashlessall_box_inner_right2 {
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: center;
		align-self: stretch;
		width: 30%;
	}

	.cashlessall_box .cashlessall_box_inner_right2 img {
		width: auto !important;
		max-width: 46% !important;
		height: auto !important;
		max-height: inherit !important;
		margin: 0 2% 0 0;
	}
}