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

.spOnlyR{
	display:none;
}

#hardware .kioskH2 + p {
	font-size: 1.4rem;
	margin-bottom: 30px;
}

.kioskMain{
	background: #EEEEEE;
	background: linear-gradient(0deg,rgba(238, 238, 238, 1) 0%, rgba(217, 217, 217, 1) 10%, rgba(238, 238, 238, 1) 10%, rgba(224, 242, 255, 1) 80%);
	margin: 0 auto ;
	color: #202020;
	font-family: YakuHanJP, 'Noto Sans JP', 'noto-fallback', 'rome_num', sans-serif;
	line-height: 1.5;
	text-align:left;
}

.kioskMain .inner{
	padding: 20px 30px !important;
	position: relative;
}

.kioskMain .smark {
	position:absolute;
	right: -40px;
	bottom: 10px;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	background: #00863C;
	border-radius: 300px;
	width: 120px;
	height: 120px;
	display: flex;
	text-align: center;
	line-height: 1.2;
	z-index: 3;
}
.kioskMain .smark i{
	font-size:26px;
}

.kioskMain .vendor{
	font-size:16px;
	color: #fff;
	background: #035A9A;
	padding: 4px 60px;
	width:auto;
	display: inline-block;
	margin-top: 0;
}

.kioskMain h1{
	font-size:34px;
	font-weight:bold;
	color:#202020;
	margin-bottom: 10px;
	text-align:left;
}
.kioskMain h1 span{
	font-size:20px;
	font-weight: normal;
	padding-right: .5em;
}

.kioskMain ul{
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 15px;
	margin-bottom: 5px;
}

.kioskMain ul li{
	background:#FFF;
	padding: 3px 20px;
	font-size:14px;
}

.kioskMain p{
	font-size:16px;
}
.kioskMain p span{
	font-weight:bold;
}
.kioskMain img{
	display:block;
	margin: 0 auto;
	width: 70%;
}

.breadcrumb ol{
	margin: 0 30px 20px;;
}

.pt50_res{
	padding-top: 50px !important;
}

h2.kioskH2 {
	font-size: 26px;
	font-weight: bold;
	line-height:1.2;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
h2.kioskH2::after {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	position: absolute;
	left: calc( 50% - 40px);
	bottom: -10px;
	background-color: #035A9A;
}


.innerW100{
	padding: 30px 0;
}

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



.bgBlue{
	background: #fff;
	background: linear-gradient(0deg,rgba(227, 242, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}


.fBox100{
	padding: 15px;
	display: flex;
	gap: 10px;
	width:100%;
	text-align:left;
	border: 1px solid #ccc;
}
.fBox100 .img{
	width: 40%;
	margin: 0 auto;
}
.fBox100 .imgL{
	width:100%;
}
.fBox100 .imgR{
	width:100%;
	order:3;
}
.fBox100 .img img,
.fBox100 .imgL img,
.fBox100 .imgR img{
	width:100%;
}
.fBox100 p{
	text-align:center;
	width:100%;
	font-weight:bold;
}
.fBox{
	position:relative;
	width:47%;
	gap: 5px 
}
.fBox .img,
.fBox .img img,
.fBox .imgL img,
.fBox .imgR img{
	width:100%;
	height:auto;
	vertical-align:bottom;
	padding-bottom:unset;

}
.shad{
	box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.2);
}

.fBox h3,
.fBox100 h3{
	font-size: 22px;
	margin: 8px 0 0 0;
}

.gap-30res{
	gap:30px;
}
.pd-0{
	padding: 0;
}



.flexBox{
	gap: 100px 50px;
	padding: 0 30px;
	margin: 0 auto 30px;
}
.flexBox:last-of-type{
	margin: 0 auto ;
}

.lineBox{
	width: 100%;
	max-width:1010px;
	margin: 50px auto 0;
	display:flex;
	justify-content: space-between;
	gap: 20px;
	padding: 15px 0 0;
	flex-wrap:wrap;
}
.lBox{
	padding: 30px 15px ;
	display: flex;
	gap: 10px;
	width:48%;
	flex-direction:column;
	position: relative;
	background: #F2F9FF;
	background: linear-gradient(0deg,rgba(227, 242, 255, 1) 0%, rgba(242, 249, 255, 1) 100%);
	border-radius: 10px;
}

.inch{
	background:#D9534F;
	color:#fff;
	text-align:center;
	font-size: 18px;
	/* font-weight:bold; */
	position:absolute;
	margin: 0 auto;
	left:0;
	right:0;
	width: fit-content;
	top: -20px;
	border-radius: 10px;
	padding: 8px 20px;
}

.lBox .img{
	max-width: 360px;
	text-align:center;
	margin: 0 auto;
}
.lBox .logo,
.lBox .logo2{
	width:50%;
	height: 70px;
	margin:0 auto ;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lBox .logo::before{
	width: 50px;
	height: 50px;
	margin-right: 10px;
	margin-left: -60px;
	content: url(/h/img/icon_new.svg);
	display: inline-block;
	vertical-align: top;
}
.lBox .logo2::before{
	width: 50px;
	height: 50px;
	margin-right: 10px;
	margin-left: -60px;
	margin-bottom: 20px;
	content:"";
	background: url(/h/img/common/icon_stock.png) no-repeat;
	background-size: cover;
	display: inline-block;
	vertical-align: top;
}
.lBox .inchUl{
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 5px;
	text-align:center;
	margin: 0 40px;
	flex-direction:column;
}
.lBox .inchUl li{
	background:#fff;
	border:1px solid #E0F1FF;
	padding: 4px 20px;
	width:100%;
	font-size: 1.5rem;
}


.priceBox{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	margin: 0 auto;
	height: auto;
	color:#D9534F;
	flex-wrap: wrap;
}
.priceH100{
	height:80px;
}

.priceBox .price{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.priceBox .os{
	background:#D9534F;
	color:#fff;
	font-size:14px;
	padding: 5px 10px;
	width: 130px;
	text-align:center;
}
.priceBox .kakaku{
	background:#D9534F;
	color:#fff;
	font-size:14px;
	padding: 2px 15px;
	text-align:center;
}
.priceBox p{
	font-size: 14px;
}
.priceBox p strong{
	font-size: 14px;
	text-align:center;
	width: 100px;
	display:inline-block;
}
.priceBox p span{
	font-size: 30px;
	font-weight:bold;
}

.lBox .pointImg{
	max-width: 360px;
	text-align:center;
	margin: 0 auto 10px;
}

.lBox .point{
	font-weight:600;
	font-size:18px;
}
.lBox .inchUlBtn{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.lBox .inchUlBtn li{
	width: 80%;
}
.lBox .inchUlBtn li a{
	border: 1px solid #035A9A;
	border-radius: 50px;
	width: 100%;
	background:#fff;
	color:#035A9A;
	display:block;
	padding: 10px;
	position:relative;
}
.lBox .inchUlBtn li a i{
	position:absolute;
	right: 12px;
	margin:auto 0;
	top:0;
	bottom:0;
	display: flex;
	align-items: center;
}
.lBox .inchUlBtn li:nth-of-type(1) a{
	background: #228BCA;
	background: linear-gradient(0deg,rgba(26, 46, 119, 1) 0%, rgba(34, 139, 202, 1) 100%);
	color:#fff;
}





.action{
	background: #228BCA;
	background: linear-gradient(90deg,rgba(26, 46, 119, 1) 0%, rgba(34, 139, 202, 1) 100%);
	color:#fff;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap:wrap;
	height: 220px;
	gap: 15px;
	flex-direction: column;
}
.action .midasi{
	font-size: 26px;
	margin: 0 auto;
}
.action .midasi2{
	font-size: 18px;
	line-height: 1.4;
	margin: 0 auto;
}

.action a{
	border-radius: 100px;
	font-size: 22px;
	background: #EB5E36;
	background: linear-gradient(90deg,rgba(236, 144, 49, 1) 0%, rgba(235, 94, 54, 1) 100%);
	color:#fff;
	display:block;
	padding: 10px 130px;
	margin: 0 auto;
	width: fit-content;
	position:relative;
}
.action a i{
	position:absolute;
	right: 15px;
	margin:auto 0;
	top:0;
	bottom:0;
	display: flex;
	align-items: center;
}



.bigI{
	text-align:center;
	margin: 0px auto 30px;
}
.bigI i{
	font-size: 50px;
	color:#666;
}


.sceneBox{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
	max-width:1010px;
	margin: 0 auto;
	gap: 100px 30px;
	text-align:center;
	padding: 0 30px;
}

.scene{
	padding: 30px 20px;
	display: flex;
	gap: 10px;
	width:100%;
	flex-direction:column;

  position:relative;
}
.scene::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        border-radius: 10px;
        background: linear-gradient(to right, #1A2E77, #228BCA);
}
.scene::after {
        content: "";
        position: absolute;
        /* ボックスのサイズから線として出したい部分の分だけ小さくする */
        /* border-size: 2px; にしたいときは2*2px（上下or左右の分） */
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        top: 2px;
        left: 2px;
        z-index: 0;  /* グラデーションの上に被せる、かつ表示したいテキストより下にする */
        border-radius: 10px;
        background: #fff;
}

.scene .maker{
	margin:0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	height:40px;
}
.scene .maker p{
	font-size:14px;
	font-weight:bold;
}
.scene .maker img{
	width: auto;
	height: 40px;
	padding-right: 20px;
}
.scene .maker img.h30{
	height:30px;
}
.scene .items{
	z-index: 1;
	margin:0 auto;
}
.scene .items ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
	margin: 0 auto;
}
.scene .items ul li{
}
.scene .items ul li p{
	font-size: 14px;
}
.scene .items ul li img{
	max-width: 190px;
	height: 150px;
}


.setItmes{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	width: 100%;
	max-width:1010px;
	margin: 0 auto 30px;
	gap: 10px;
	text-align:center;
}

.setItmes li{
}

.setItmes li img{
	width: 100%;
	height: 220px;
}


.typeSection{
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
}
.setBox{
	text-align:center;
	width:100%;
	max-width: 1010px;
	margin: 0 auto 50px;
}
.setBox:nth-of-type(2){
	margin: 0 auto 30px;
}

.setSection h4{
	border-radius: 6px;
}

.setSection h4,
.typeSection h4{
    border-bottom: unset !important;
    padding-bottom: unset !important;
	font-size: 22px !important;
	font-weight:bold !important;
	padding: 20px 0 !important;
	margin: 0 auto !important;
	width: 100% !important;
	max-width: 1010px !important;
	color: #fff !important;
}

.setSection h4.deep,
.typeSection h4.deep{
	background:#1B2B74;
}
.setSection h4.sky,
.typeSection h4.sky{
	background:#1E95D4;
}

.setBox .setTit{
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding: 10px 20px;
}
.setSection .sky .setTit{
	background:#f0f7fa;
	color:#1E95D4;
}
.setSection .deep .setTit{
	background:#f0f7fa;
	color:#1B2B74;
}
.setSection h5{
	font-size: 30px;
	margin: 0 !important;
	text-align:left;
	line-height: 1.2;
}

.setBox .priceBox{
	margin: 0;
}
.setBox .priceBox .price{
	align-items: flex-start;
}

.setBox .sub{
	font-size:18px;
	font-weight:bold;
	color:#666;
	margin-bottom: 5px;
	display:block;
}
.setBox .const{
	background:#fff;
	margin: 20px auto 30px;
	padding: 20px ;
	border-radius: 10px;
	border: 1px solid #eee;
	box-shadow: 3px 5px 6px 0px rgba(0, 0, 0, 0.2);
}
.setBox .const:last-child{
	margin: 20px auto 0;
}

.setBox .const ul{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin: 20px auto ;
}
.setBox .const ul li{
	width: 40%;
}
.setBox .const ul li:nth-of-type(2){
	width: 10%;
}
.setBox .const ul li img{
	width: auto;
	height: 230px;
}

.setBox .const ul li img.w80{
	width:60%;
}


.setBox .const ul li i{
	font-size: 50px;
	color:#666;
}

.setBox table{
	width: 92%;
	margin: 0 auto 20px;
	font-size: 14px;
}
.const table:last-child{
	margin: 0 auto;
}
.setBox table thead{
}
.setBox table thead th{
	background: #333;
	color: #fff;
	font-weight:normal;
}
.setBox table tbody{
}
.setBox table tbody th{
	background: #666;
	color: #fff;
	font-weight:normal;
	vertical-align:middle;
	padding: 0.5em ;
	border-left: 1px solid #d3cdde;
	border-bottom: 1px solid #d3cdde;
	width: 200px;
}
.setBox table tbody td{
	text-align:left;
	padding: 0.5em 2em; ;
	border-right: 1px solid #d3cdde;
	border-bottom: 1px solid #d3cdde;
}



.optionBox{
	background: #F2F9FF;
	background: linear-gradient(0deg,rgba(227, 242, 255, 1) 0%, rgba(242, 249, 255, 1) 100%);
	border-radius: 10px;
	padding: 20px;
	text-align:center;
	width:100%;
	max-width: 1010px;
	margin: 0 auto;
}


.optionBox h3{
	font-size: 26px;
	margin: 0 auto 10px;
}

.optionBox .option{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(1, 1fr);
	width: 100%;
	gap: 30px 30px;
	text-align:center;
	font-size: 13px;
}
.optionBox .option .op3{
	grid-column: span 2 / span 2;
}

.optionBox .option .name{
	background:#666666;
	color:#fff;
	width: 300px;
	padding: .5em;
	margin: 0 auto 10px;
	font-size:14px;
}

.optionBox .option .op1{
	position:relative;
}
.optionBox .option .op1:before{
	content:"";
	width: 1px;
	background: #D3CDDE;
	height: 90%;
	position:absolute;
	margin: auto auto;
	right: -30px;
	top:0;
	bottom:0;
}

.optionBox .option .op2{
}
.optionBox .option .op3{
	position:relative;
}
.optionBox .option .op3:before{
	content:"";
	width: 100%;
	background: #D3CDDE;
	height: 1px;
	position:absolute;
	top: -15px;
	margin: 0 auto;
	left:0;
	right:0;
}

.optionBox .option .op1 img,
.optionBox .option .op2 img{
	height: 180px;
	margin: 15px auto 5px;
}


.optionBox .option .terminal{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	align-items: center;
	gap: 30px;
}
.optionBox .option .terminal img {
	height: 140px;
}
.optionBox .option .terminal .square img {
	height: 120px;
}
.optionBox .option .terminal li:last-child{
	grid-column: span 2 / span 2;
}



.counterLead{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	width: 100%;
	max-width: 880px;
	margin: 30px auto 20px;
	gap: 30px;
	align-items:center;
}
.counterLead img{
	height: 200px;
}
.counterLead p{
	text-align:left;
grid-column: span 2 / span 2;
	font-size: 16px;
}


.typeSection h4{
	line-height: 1.2;
	padding:5px 5px 10px !important;
}
.typeSection h4 span{
	font-size:16px;
	font-weight:normal;
}



.typeSection h5{
	font-size: 18px;
	margin: 0 auto !important;
	display:flex;
	aling-items:center;
	justify-content: center;
}


.typeBox{
	background:#f5f5f5;
	text-align:center;
	width:100%;
	max-width: 1010px;
	margin: 0 auto 30px;
	padding: 20px 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	align-items:center;
	gap: 15px;
}
.typeBox:last-of-type{
	margin: 0 auto 10px;
}


.annai{
	font-size: 12px;
	text-align:right;
	width:unset !important;
	margin: 10px 0 !important;
}


.typeBox .type{
	background:#fff;
	margin: 0 auto;
	padding: 10px;
	position:relative;
	height: 100%;
	width: 100%;
}
.typeBox .color{
	font-size: 12px;
	color:#5B5E5F;
	background:#DDDDDD;
	border-radius: 200px;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content:center;
	align-items: center;
	position:absolute;
	top: 90px;
	left: 20px;
	font-weight:bold;
}


.typeBox img{
	height: 140px;
	margin: 15px auto;
}
.typeBox a{
	color:#1A2E77;
	font-size: 14px;
	font-weight: normal;
}

.typeBox a p.sub{
	display:block;
	width: 60%;
	margin: 0 auto;
	font-size:14px;
	font-weight:normal;
	border: 1px solid #035A9A;
	border-radius: 50px;
	padding: 5px 10px;
	position:relative;
	background: #228BCA;
	background: linear-gradient(0deg,rgba(26, 46, 119, 1) 0%, rgba(34, 139, 202, 1) 100%);
	color:#fff;
}

.typeBox a p.sub i{
	position:absolute;
	right: 12px;
	margin:auto 0;
	top:0;
	bottom:0;
	display: flex;
	align-items: center;
}



.otherSection{
}

.otherBox{
	text-align:center;
	width:100%;
	max-width: 1010px;
	margin: 30px auto 0;
	padding:  0;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
/*	grid-template-rows: repeat(2, 1fr); */
	align-items:center;
	gap:10px;
}

.otherBox .scene{
	margin: 0 auto;
	height: 100%;
}

.otherBox img{
	height: 280px;
	object-fit: cover;
	width: 430px;
	margin: 0 auto;
}
.otherBox .other{
	margin: 0 auto;
}
.otherBox .other:nth-of-type(3) img{
	height: 280px;
	object-fit: cover;
	width: 430px;
	margin: 0 auto;
	object-position: -140px center;
}


.otherBox p.sub{
	margin: 10px auto;
	font-size:16px;
	font-weight:bold;
}



.caseSection{
	background:#EBF4F7;
}

.caseBox{
	text-align:center;
	width:100%;
	max-width: 1010px;
	margin: 30px auto 0;
	padding:  0 30px;
	display: flex;
    justify-content: space-between;
	align-items:center;
	gap:30px;
	flex-wrap: wrap;
}

.caseBox .case{
	margin: 0 auto;
	height: 100%;
	position:relative;
	max-width: 450px;
}
.caseBox .case::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        border-radius: 10px;
        background: linear-gradient(to right, #1A2E77, #228BCA);
}
.caseBox .case::after {
        content: "";
        position: absolute;
        /* ボックスのサイズから線として出したい部分の分だけ小さくする */
        /* border-size: 2px; にしたいときは2*2px（上下or左右の分） */
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        top: 2px;
        left: 2px;
        z-index: 0;  /* グラデーションの上に被せる、かつ表示したいテキストより下にする */
        border-radius: 10px;
        background: #fff;
}
.caseBox a{
	z-index:1;
	position:relative;
}

.caseBox img{
	height: 260px;
	object-fit: cover;
	width: 100%;
	margin: 0 auto;
	border-radius: 10px 10px 0 0;
	padding: 2px;
}
.caseBox .caseTxt{
	padding: 10px 20px;
	text-align:left;
	color:#202020;
	z-index:1;
	position:relative;
}
.caseBox .cat{
	display:flex;
	justify-content: start;
	align-items:center;
	gap: 10px;
	font-size: 14px;
	font-weight:bold;
}
.caseBox .cat span{
	display:block;
	background:#004B96;
	color: #fff;
	padding: 2px 5px;
	font-size: 14px;
	font-weight:normal;
}
.caseBox p.sub{
	margin: 15px 0;
	font-size:14px;
}
.caseBox p.seihin{
	margin: 0 0 15px;
	font-size:14px;
	font-weight:bold;
}


.caseBox p.linkTxt{
	display:block;
	text-align:center;
	width: 55%;
	margin: 0 auto;
	font-size:14px;
	font-weight:normal;
	border: 1px solid #035A9A;
	border-radius: 50px;
	padding: 10px;
	position:relative;
	background: #228BCA;
	background: linear-gradient(0deg,rgba(26, 46, 119, 1) 0%, rgba(34, 139, 202, 1) 100%);
	color:#fff;
}

.caseBox p.linkTxt i{
	position:absolute;
	right: 12px;
	margin:auto 0;
	top:0;
	bottom:0;
	display: flex;
	align-items: center;
}


.commonInq{
	background: #228BCA;
	background: linear-gradient(90deg,rgba(26, 46, 119, 1) 0%, rgba(34, 139, 202, 1) 100%);
	color:#fff;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap:wrap;
	flex-direction: column;
	max-width:100%;
	padding: 50px 20px;
}

.commonInq h2.kioskH2::after{
	background:#fff;
}

.commonInq ul{
	max-width: 1010px;
	width:100%;
	padding: 0 30px;
}
.commonInq ul li a{
	background:#fff;
}
.commonInq ul li a dt{
	color:#004B96;
	display:flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.commonInq ul li a dt img{
	width: 24px;
}
.commonInq ul li a dd{
	color:#333;
}

.commonInq ul li:first-child a{
	background: #EC9031;
	background: linear-gradient(90deg, rgba(235, 94, 54, 1)0%, rgba(236, 144, 49, 1) 100%);
	color:#fff;
}
.commonInq ul li:first-child a dt{
	color:#fff;
}
.commonInq ul li:first-child a dd{
	color:#fff;
}
.btnShowroom{
	width:100%;
	max-width:1160px;
}




.linkSection{
	background:#EEF7F5;
}

.linkBox{
	text-align:center;
	width:100%;
	max-width: 1010px;
	margin: 50px auto 0;
	padding:  0;
	display: flex;
    justify-content: center;
	align-items:center;
	gap:30px;
}




.linkBox img{
	max-width: 450px;
	width:100%;
}



.pagetop{
	bottom: 250px !important;
}


@media only screen and (max-width:1024px) {
#hardware p{
	line-height: 1.4em;
}
#hardware .kioskH2 + p {
	font-size: 1.8vw;
	margin-bottom: 3vw;
}
.breadcrumb ol{
	margin: 0;
}
.innerW100 &gt; p{
	width: 100%;
}
.innerW100{
	padding: 3vw 3vw;
}
.kioskMain .inner{
	padding: 3vw 3vw 3vw !important;
}
.kioskMain .smark {
	right: 10px;
	border-radius: 15vw;
	width: 15vw;
	height: 15vw;
}
.kioskMain .smark i{
	font-size:2vw;
}

.kioskMain .vendor{
	font-size:2vw;
	padding: 4px 60px;
	margin-bottom: 1vw;
}

.kioskMain h1{
	font-size:4.6vw;
	margin-bottom: 1vw;
}
.kioskMain h1 span{
	font-size:2.6vw;
	padding-right: .5em;
}

.kioskMain ul{
	flex-wrap:wrap;
	gap: 1vw;
}

.kioskMain ul li{
	font-size:1.8vw;
}

.kioskMain p{
	font-size:2.0vw;
	margin-bottom: 1em;
}

h2.kioskH2 {
	font-size: 3.6vw;
}

.inner {
	padding: 3vw 3vw !important;
}
.fBox .img,
.fBox .img img,
.fBox .imgL img,
.fBox .imgR img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

.fBox h3,
.fBox100 h3{
	font-size: 2.6vw;
}



.flexBox{
	gap:  3vw;
	padding: 0;
	margin: 0 auto 3vw;
}
.fBox{
	width:48%;
}
.fBox p{
	font-size: 1.6vw;
}
.lineBox{
	width: 100%;
	margin: 5vw auto 0;
	gap: 3vw;
	padding: 1.5vw 0 0;
}
.lBox{
	padding: 3vw 1vw;
	gap: 1vw;
	width:48%;
}

.inch{
	font-size: 2.6vw;
	top: -20px;
	padding: 0.8vw 2vw;
}

.lBox .img{
	max-width: 360px;
	margin: 0 auto;
}
.lBox .logo,
.lBox .logo2{
	width:60%;
	height: auto;
	min-height: 10vw;
}
.lBox .logo::before{
	width: 5vw;
	height: 5vw;
	margin-right: 1vw;
	margin-left: -6vw;
}
.lBox .logo2::before{
	width: 5vw;
	height: 5vw;
	margin-right: 1vw;
	margin-left: -6vw;
}
.lBox .inchUl{
	gap: 1vw;
	margin: 0 auto;
	width: 90%;
}
.lBox .inchUl li{
	padding: 0.5vw 1vw;
	font-size: 1.8rem;
}


.priceBox{
	margin: 0 auto ;
	gap: 0.6vw;
}
.priceH100{
	height:unset;
	min-height: 11vw;
	width:100%;
}

.lBox .priceH100 .price{
	gap: 1vw;
	flex-direction:column;
	width: 48.4%;
}


.priceBox .os{
	background:#D9534F;
	color:#fff;
	font-size:1.8vw;;
	padding: 5px 10px;
	width: 130px;
	text-align:center;
}
.priceBox .kakaku{
	font-size:1.8vw;
	padding: 0.2vw 1vw;
}
.priceBox p{
	font-size: 1.6vw;
}
.priceBox p strong{
	font-size: 1.8vw;
	width: unset;
}
.priceBox p span{
	font-size: 3.0vw;
}

.lBox .pointImg{
	max-width: 360px;
	margin: 1vw auto;
}

.lBox .point{
	font-size:2.2vw;
}
.lBox .inchUlBtn{
	gap: 1.5vw;
	flex-direction: column;
}
.lBox .inchUlBtn li{
	width: 100%;
}
.lBox .inchUlBtn li a{
	border-radius: 50vw;
	width: 80%;
	padding: 1vw;
	margin: 0 auto;
}
.lBox .inchUlBtn li a i{
	right: 2vw;
}




.action{
	gap: 2vw;
	height:auto;
}
.action .midasi{
	font-size: 2.6vw;
}
.action .midasi2{
	font-size: 2.2vw;
}

.action a{
	border-radius: 10vw;
	font-size: 2.6vw;
	padding: 1vw 13vw;
}
.action a i{
	right: 2vw;
}



.bigI{
	margin: 0 auto 3vw;
}
.bigI i{
	font-size: 5vw;
}


.sceneBox{
	grid-template-columns: repeat(1, 1fr);
	gap: 3vw;
	margin: 0 auto;
}

.scene{
	padding: 3vw 1vw;
	gap: 1vw;
}

.scene .maker{
	margin:0 auto 2vw;
	height:40px;
}
.scene .maker p{
	font-size:1.8vw;
}
.scene .maker img{
	height: 40px;
	padding-right: 20px;
}
.scene .maker img.h30{
	height:30px;
}
.scene .items ul{
	gap: 2vw;
}
.scene .items ul li p{
	font-size: 1.8vw;
}
.scene .items ul li img{
	max-width: 190px;
	height: 150px;
}


.setItmes{
	margin: 3vw auto;
	gap: 1vw;
}

.setBox{
	margin: 0 auto 5vw;
}
.setBox:nth-of-type(2){
	margin: 0 auto 3vw;
}
.setBox .setTit{
	padding: 1vw 2vw;
}


.setSection h4,
.typeSection h4{
	font-size: 2.4vw !important;
	padding: 2vw 0 !important;
}
.setBox .priceBox{
	margin: 0 0 0.3vw;
}
.setBox .priceBox .price{
	gap: 0.5vw;
	width: 100%;
	align-items: end;
}
.setBox .priceBox .price p span{
	font-size: 2.6vw;
}
.setSection h5{
	font-size: 2.9vw;
}

.setBox .sub{
	font-size:2.2vw;
	margin-bottom: 0.5vw;
}
.setBox .const{
	margin: 2vw auto 3vw;
	padding: 2vw;
}
.setBox .const:last-child{
	margin: 2vw auto 0;
}

.setBox .const ul{
	gap: 1.5vw;
	margin: 1vw auto;
}
.setBox .const ul li{
	width: 40%;
}
.setBox .const ul li:nth-of-type(2){
	width: 10%;
}
.setBox .const ul li img{
	width: auto;
	height: 230px;
}
.setBox .const ul li i{
	font-size: 5vw;
	color:#666;
}

.setBox table{
	width: 96%;
	margin: 0 auto 2vw;
	font-size: 1.6vw;
}
.setBox table tbody th{
	width: 150px;
}



.optionBox{
	padding: 2vw;
}


.optionBox h3{
	font-size: 3vw;
	margin: 0 auto 1vw;
}

.optionBox .option{
	gap: 3vw 2vw;
	font-size: 1.3vw;
}

.optionBox .option .name{
	width: 300px;
	margin: 0 auto 1vw;
	font-size:1.4vw;
}
.optionBox .option .op1:before{
	right: -1vw;
}
.optionBox .option .op3:before{
	top: -2vw;
}

.optionBox .option .op1 img,
.optionBox .option .op2 img{
	height: 180px;
	margin: 1.5vw auto 0.5vw;
}


.optionBox .option .terminal{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	align-items: center;
	gap: 2vw;
}
.optionBox .option .terminal p{
	font-size: 1.3rem;
}

.optionBox .option .terminal img {
	height: 140px;
}
.optionBox .option .terminal .square img {
	height: 90px;
}
.optionBox .option .terminal li:last-child{
	grid-column: span 2 / span 2;
}



.counterLead{
	margin: 3vw auto ;
	gap: 3vw;
}
.counterLead img{
	height: 200px;
}
.counterLead p{
	font-size: 1.8vw;
}


.typeSection h4{
	padding:0.5vw !important;
}
.typeSection h4 span{
	font-size:2vw;
}






.typeSection h5{
	font-size: 1.8vw;
}


.typeBox{
	margin: 0 auto 3vw;
	padding: 2vw;
	gap: 2vw;
}
.typeBox:last-of-type{
	margin: 0 auto 1vw;
}


.annai{
	font-size: 1.2vw;
	margin: 1vw 0 !important;
}


.typeBox .type{
	padding: 1vw;
}
.typeBox .color{
	font-size: 1.2vw;
	border-radius: 20vw;
	width: 7vw;
	height: 7vw;
	top: 12vw;
	left: 2vw;
}


.typeBox img{
	height: 140px;
	margin: 1.5vw auto;
}
.typeBox a{
	font-size: 1.6vw;
}

.typeBox a p.sub{
	width: 60%;
	font-size:1.6vw;
	padding: 1vw;
}

.typeBox a p.sub i{
	right: 2vw;
}




.otherSection{
}

.otherBox{
	margin: 4vw auto 0;
	gap:3vw;
    grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr); 
}






.otherBox img{
	height: 260px;
	object-fit: cover;
	width: 430px;
	margin: 0 auto;
}
.otherBox .other:nth-of-type(3) img{
	height: 260px;
	object-fit: cover;
	width: 430px;
	margin: 0 auto;
	object-position: center center;
}

.otherBox p.sub{
	margin: 1vw auto;
	font-size:1.8vw;
}




.caseBox{
	margin: 4vw auto 0;
	padding:  0 3vw;
	gap:3vw;
}

.caseBox .case{
	max-width: 450px;
}

.caseBox img{
	height: 300px;
	object-fit: cover;
	width: 100%;
	margin: 0 auto;
	border-radius: 10px 10px 0 0;
	padding: 2px;
}
.caseBox .caseTxt{
	padding: 1vw 2vw;
}
.caseBox .cat{
	gap: 1vw;
	font-size: 1.6vw;
}
.caseBox .cat span{
	padding: 0.2vw 0.5vw;
	font-size: 1.4vw;
}
.caseBox p.sub{
	margin: 1.5vw 0;
	font-size:1.6vw;
}
.caseBox p.seihin{
	margin: 0 0 1.5vw;
	font-size:1.6vw;
}


.caseBox p.linkTxt{
	width: 55%;
	font-size:1.6vw;
	padding: 1vw;
}

.caseBox p.linkTxt i{
	right: 2vw;
}


.commonInq{
	padding: 5vw 2vw;
}


.commonInq ul{
	padding: 0 3vw;
	margin: 0 auto 5vw;
}
.commonInq ul li a dt{
	gap: 1vw;
}
.commonInq ul li a dt img{
	width: 28px;
}

.btnShowroom{
	width:100%;
	max-width:1160px;
}





.linkBox{
	margin: 6vw auto 0;
	gap:3vw;
}




.linkBox img{
	max-width: 450px;
	width:100%;
}
}


@media only screen and (max-width:728px) {
.spOnlyR{
	display:block;
}
#hardware .kioskH2 + p {
	font-size: 1.4rem;
	margin-bottom: 2rem;
	text-align:left;
}

.innerW100{
	padding: 2rem 2rem;
}
.kioskMain{
}

.kioskMain .inner{
	padding: 2rem 2rem !important;
}

.kioskMain .smark {
	position:absolute;
	right: 0.5rem;
	top:0.5rem;
	border-radius: 30rem;
	width: 9rem;
	height: 9rem;
	line-height: 1.2;
	font-size: 1.1rem;
	padding: 1rem 0 0;

}
.kioskMain .smark i{
	font-size:2rem;
}

.kioskMain .vendor{
	font-size:1.4rem;
	padding: 0.4rem 0.5em;
	width:auto;
	margin: 1rem auto;
	text-align:center;
}

.kioskMain h1{
	font-size:2.2rem;
	margin-bottom: 1rem;
	line-height: 1.2;
}
.kioskMain h1 span{
	font-size:1.6rem;
	padding-right: .5em;
	display:block;
}

.kioskMain ul{
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.kioskMain ul li{
	padding: 0.4rem 1.2rem;
	font-size:1.4rem;
}

.kioskMain p{
	font-size:1.4rem;
	margin-bottom: 0.5rem;
	line-height: 2rem;
}
.kioskMain img{
	display:block;
	margin: 0 auto;
	width: 90%;
}



h2.kioskH2 {
	font-size: 2.2rem;
	font-weight: bold;
	line-height:1.2;
	margin-bottom: 2rem;
}


.inner {
	padding: 2rem 2rem !important;
}

.fBox{
}
.fBox .img,
.fBox .img img,
.fBox .imgL img,
.fBox .imgR img{
	width:100%;
	height:auto;
	vertical-align:bottom;
	max-height:unset;
}

.fBox h3,
.fBox100 h3{
	font-size: 2.0rem;
}



.flexBox{
	gap: 3rem;
	padding: 0px;
	margin: 0 auto 3rem;
}
.flexBox:last-of-type{
	margin: 0 auto ;
}
.fBox{
	width:100%;
	padding:0;
	gap:1rem;
}
.fBox p{
	font-size:1.4rem;
}
.lineBox{
	width: 100%;
	margin: 2rem auto 0;
	gap: 5rem;
	padding: 1.5rem 0 0;
	flex-wrap:wrap;
}
.lBox{
	padding: 3rem 1rem;
	display: flex;
	gap: 1rem;
	width:100%;
	flex-direction:column;
	position: relative;
}

.inch{
	font-size: 1.8rem;
	top: -2rem;
	border-radius: 10px;
	padding: 0.8rem 2rem;
}

.lBox .img{
	max-width: 260px;
	text-align:center;
	margin: 0 auto;
}
.lBox .logo,
.lBox .logo2{
	width:100%;
	height: auto;
	margin:0 auto ;
}
.lBox .logo img,
.lBox .logo2 img{
	width:60%;
}
.lBox .logo::before{
	width: 40px;
	height: 40px;
	margin-right: 1rem;
	margin-left: -6rem;
}
.lBox .logo2::before{
	width: 40px;
	height: 40px;
	margin-right: 1rem;
	margin-left: -6rem;
}
.lBox .inchUl{
	gap: 1rem;
	margin: 0 auto;
}
.lBox .inchUl li{
	border:1px solid #E0F1FF;
	padding: 0.5rem 2rem;
	width:100%;
	font-size: 1.6rem;
}


.priceBox{
	margin: 0 auto ;
	height: auto;
	color:#D9534F;
}
.priceH100{
	height:unset;
	min-height:unset;
	gap: 1rem 0;
}
.lBox .priceH100 .price{
	width:100%;
}

.priceBox .price{
	gap: 0.5rem;
}
.priceBox .os{
	font-size:1.4rem;
	padding: .5rem 1rem;
	width: auto;
}
.priceBox .kakaku{
	font-size:1.4rem;
	padding: 0.2rem 1.5rem;
}
.priceBox p{
	font-size: 1.6rem;
}
.priceBox p strong{
	font-size: 1.4rem;
	width: 100px;
	display:inline-block;
}
.priceBox p span{
	font-size: 3rem;
	font-weight:bold;
}

.lBox .pointImg{
	max-width: 280px;
	text-align:center;
	margin: 1rem auto;
}

.lBox p.point{
	font-weight:600;
	font-size:1.6rem;
}
.lBox .inchUlBtn{
	gap: 1.5rem;
}
.lBox .inchUlBtn li{
	width: 80%;
}
.lBox .inchUlBtn li a{
	border: 1px solid #035A9A;
	border-radius: 50px;
	width: 100%;
	display:block;
	padding: 1rem;
}
.lBox .inchUlBtn li a i{
	right: 2rem;
	margin:auto 0;
	top:0;
	bottom:0;
}





.action{
	height: auto;
	gap: 2rem;
	flex-direction: column;
}
.action .midasi{
	font-size: 2.6rem;
	margin: 0 auto;
}
.action .midasi2{
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 0 auto;
}
.action .midasi2 strong{
	font-size: 1.6rem;
	margin: 0 auto 0.5rem;
}

.action a{
	border-radius: 100px;
	font-size: 2rem;
	padding: 1rem;
	width: 90%;
}
.action a i{
	right: 2rem;
	margin:auto 0;
}



.bigI{
	margin: 0 auto 3rem;
}
.bigI i{
	font-size: 5rem;
}


.sceneBox{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	width: 100%;
	gap: 3rem;
	text-align:center;
	padding: 0 ;
	margin: 0 auto 2rem;
}

.scene{
	padding: 3rem 1rem;
	display: flex;
	gap: 1rem;
	width:100%;
	flex-direction:column;

  position:relative;
}

.scene .maker{
	margin:0 auto 2rem;
	height:40px;
}
.scene .maker p{
	font-size:1.6rem;
}
.scene .maker img{
	width: auto;
	height: 40px;
	padding-right: 2rem;
}
.scene .maker img.h30{
	height:30px;
}
.scene .items{
	z-index: 1;
	margin:0 auto;
}
.scene .items ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem 0;
	margin: 0 auto;
	flex-direction:column;
}
.scene .items ul li{
	width:100%;
}
.scene .items ul li p{
	font-size: 1.6rem;
}
.scene .items ul li img{
	max-width: 190px;
	height: 150px;
}


.setItmes{
	grid-template-columns: repeat(5, 1fr);
	width: 100%;
	margin: 2rem auto;
	gap: 1rem;
}

.setItmes li{
}

.setItmes li img{
	width: 100%;
	height: 100px;
}


.typeSection{
	width: 100%;
	margin: 0 auto;
}
.setBox{
	text-align:center;
	width:100%;
	margin: 0 auto 3rem;
}
.setBox:nth-of-type(2){
	margin: 0 auto 2rem;
}


.setSection h4,
.typeSection h4{
    border-bottom: unset !important;
    padding-bottom: unset !important;
	font-size: 1.6rem !important;
	font-weight:bold !important;
	padding: 2rem 0 !important;
	margin: 0 auto !important;
}

.setSection h5{
	font-size: 2.4rem;
	margin: 0 auto 1rem !important;
	line-height:1.2;
	text-align:center;
}

.setBox .sub{
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom: 0.5rem;
}
.setBox .setTit{
	padding: 1rem 0.5rem;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.setBox .priceBox .price{
	gap: 1rem;
	width: 100%;
	align-items: center;
}
.setBox .priceBox .price p span{
	font-size: 2.4rem;
}
.setBox .const{
	margin: 1rem auto 2rem;
	padding: 1rem;
}
.setBox .const:last-child{
	margin: 1rem auto 0;
}

.setBox .const ul{
	gap: 1.5rem;
	margin: 1rem auto;
}
.setBox .const ul li{
	width: 40%;
}
.setBox .const ul li:nth-of-type(2){
	width: 10%;
}
.setBox .const ul li img{
	width: auto;
	height: 120px;
}

.setBox .const ul li img.w80{
	width:80%;
}


.setBox .const ul li i{
	font-size: 3.0rem;
	color:#666;
}

.setBox table{
	width: 100%;
	margin: 0 auto 2rem;
	font-size: 1.4rem;
}
.const table:last-child{
	margin: 0 auto;
}
.setBox table thead{
}
.setBox table thead th{
	display:block;
	width:100%;
	padding:0.5rem 0;
}
.setBox table tbody{
}
.setBox table tbody th{
	display:block;
	width: 100%;
	border: unset;
	padding:0;
}
.setBox table tbody td{
	display:block;
	width:100%;
	border: 1px solid #d3cdde;
	padding: 0.5em 1em;
}



.optionBox{
	padding: 2rem;
}

.optionBox h3{
	font-size: 2.0rem;
	margin: 0 auto 1rem;
}

.optionBox .option{
	display: grid;
    grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(1, 1fr);
	width: 100%;
	gap: 3rem;
	text-align:center;
	font-size: 1.3rem;
}
.optionBox .option .op3{
	grid-column: unset;
}

.optionBox .option .name{
	width: 100%;
	padding: .2em .5em;
	margin: 0 auto 1rem;
	font-size:1.4rem;
}

.optionBox .option .op1{
	position:relative;
}
.optionBox .option .op1:before{
	content:unset;

}

.optionBox .option .op2{
}
.optionBox .option .op3{
	position:relative;
}
.optionBox .option .op3:before{
	content:unset;
}

.optionBox .option .op1 img,
.optionBox .option .op2 img{
	height: unset;
	width:90%;
	max-height: 220px;
	margin: 2rem auto 1rem;
}


.optionBox .option .terminal{
	display: grid;
    grid-template-columns: repeat(1, 1fr);
	align-items: center;
	gap: 2rem;
}
.optionBox .option .terminal img {
	width: 90%;
	height:auto;
	max-height: 300px;
}
.optionBox .option .terminal .square img {
	height: 120px;
}
.optionBox .option .terminal li:last-child{
	grid-column: unset;
}



.counterLead{
	display: grid;
    grid-template-columns: repeat(1, 1fr);
	margin: 3rem auto ;
	gap: 2rem;
}
.counterLead img{
	height: 160px;
	margin: 0 auto;
}
.counterLead p{
	text-align:left;
grid-column: unset;
	font-size: 1.4rem;
}


.typeSection h4{
	line-height: 1.2;
	padding:0.5rem !important;
}
.typeSection h4 span{
	font-size:1.4rem;
	font-weight:normal;
}



.typeSection h5{
	font-size: 1.4rem;
	margin: 0 auto !important;
	height: auto;
}


.typeBox{
	grid-template-columns: repeat(1, 1fr);
	grid-template-rows: repeat(1, 1fr);
	gap: 1rem;
	padding: 1rem;
}
.typeBox:last-of-type{
	margin: 0 auto 1rem;
}


p.annai{
	font-size: 1.2rem;
	text-align:center;
	width:unset !important;
	margin: 1rem 0 !important;
}


.typeBox .type{
	background:#fff;
	margin: 0 auto;
	padding: 1rem;
	position:relative;
	height: 100%;
}
.typeBox .color{
	font-size: 0.9rem;
	border-radius: 200px;
	width: 50px;
	height: 50px;
	top: 80px;
	left: 5px;
}


.typeBox img{
	height: 140px;
	margin: 1.5rem auto;
}
.typeBox a{
	font-size: 1.4rem;
}

.typeBox a p.sub{
	display:block;
	width: 70%;
	margin: 0 auto;
	font-size:1.4rem;
	padding: 1rem;
}

.typeBox a p.sub i{
	right: 2rem;
}



.otherSection{
}

.otherBox{
	width:100%;
	margin: 2rem auto 2rem;
	padding:  0;
    grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr); 
	align-items:center;
	gap:2rem;
}

.otherBox .scene{
	margin: 0 auto;
	height: 100%;
}

.otherBox img{
	height: unset;
	object-fit: contain;
	width: 430px;
	margin: 0 auto;
}

.otherBox .other:nth-of-type(1) img{
	object-position: unset;
}
.otherBox .other:nth-of-type(2) img{
	object-position: unset;
}
.otherBox .other:nth-of-type(3) img{
	object-position: unset;
	height: unset;
	object-fit: contain;
	width: unset;
	margin: unset;
}
.otherBox .other:nth-of-type(4) img{
	object-position: unset;
}

.otherBox p.sub{
	margin: 0 auto;
	font-size:1.4rem;
}




.caseBox{
	width:100%;
	margin: 2rem auto 0;
	padding:  0;
	display: flex;
	gap:3rem;
}

.caseBox .case{
	margin: 0 auto;
	height: 100%;
	position:relative;
	max-width: 450px;
}

.caseBox img{
	height: 230px;
	object-fit: cover;
	width: 100%;
	margin: 0 auto;
	border-radius: 10px 10px 0 0;
	padding: 2px;
}
.caseBox .caseTxt{
	padding: 1rem 2rem;
}
.caseBox .cat{
	gap: 1rem;
	font-size: 1.6rem;
}
.caseBox .cat span{
	padding: 0.2rem 0.5rem;
	font-size: 1.4rem;
}
.caseBox p.sub{
	margin: 1.5rem 0;
	font-size:1.4rem;
}
.caseBox p.seihin{
	margin: 0 0 1.6rem;
	font-size:1.6rem;
}


.caseBox p.linkTxt{
	width: 70%;
	margin: 0 auto;
	font-size:1.6rem;
	border: 1px solid #035A9A;
	padding: 1rem;
}

.caseBox p.linkTxt i{
	right: 2rem;
	margin:auto 0;
	top:0;
	bottom:0;
}


.commonInq{
	padding: 3rem 2rem;
}


.commonInq ul{
	padding: 0 ;
}
.commonInq ul li a dt{
	gap: 1rem;
}
.commonInq ul li a dt img{
	width: 28px;
}


.linkBox{
	margin: 4rem auto 0;
	padding:  0;
	gap:0;
	flex-direction: column;
}




.linkBox img{
	max-width: 450px;
	width:100%;
}

.pagetop{
	bottom: 75px !important;
}
}

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