.maindesign{
	font-family: "Noto Sans JP","ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
.maindesign img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.maindesign .feature-hdg3{
	border-left: 4px solid #E5002D;
	padding: 0.3rem 1rem;
}
.maindesign .feature-hdg4{
	font-size: 1.4rem;
	font-weight: bold;
    margin-bottom: 20px;
	line-height: 1.3;
}




.maindesign .table-box{
	overflow: hidden;
}
.maindesign .comparison-table{
	width: auto;
	table-layout: fixed;
	border-collapse: collapse;
}
.maindesign .comparison-table th,
.maindesign .comparison-table td{
	border: 1px solid #333;
	padding: 10px;
	line-height: 1.3;
}
.maindesign .comparison-table th{
	text-align: center;
	font-weight: bold;
	background-color: antiquewhite;
}
.maindesign .comparison-table td{
	width: 230px;
}
.maindesign .comparison-table th:first-child{
	position: sticky;
    left: 0;
	&:before{
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		height: 100%;
		border: 1px solid #333;
	}
}

.maindesign .comparison-table  .head-cell{
	width: 174px;
	position: sticky;
    left: 0;
	background-color: #fff;
	z-index: 1;
	&:before{
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		height: 100%;
		border: 1px solid #333;
	}
}
.maindesign .comparison-table .point-list{
	margin: 0;
}
.maindesign .comparison-table .point-list li{
	text-indent: -1em;
	padding-left: 1em;
	margin: 0;
}
.maindesign .comparison-table .menu-btn-list.col-1{
	margin-bottom: 0;
}

.maindesign .comparison-table .menu-btn-list.col-1 li{
	width: 100%;
}

@media screen and (max-width: 767px){
.maindesign .table-box{
	overflow: auto;
}
.maindesign .comparison-table{
	width: max-content;
}
.maindesign .comparison-table .head-cell {
    width: 80px;
}
.maindesign .comparison-table td {
    width: 180px;
}

}



@media screen and (max-width:767px) {
.pc-only#html2{
	display: block!important;
}
.sp-only#html5{
	display: none!important;
}
}

/*
.global-main .maindesignBnrArea{
	display: none;
}
*/

/*表示出し分け*/
#html2 .kokoro-product-block,#html5 .kokoro-product-block{
    display: none !important;
}
#store-device-html2 .front-product-block{
    display:none !important;
}
#store-device-html2 .kokoro-product-block{
    display:block !important;
}
