#main .bear {
    background-image: url("../images/251128/main_bear.jpg");
}
#main .bear-electric-fence{
	background: none;
}
#main .bear-electric-fence h1{
	font-size: 1.5em;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
	color: inherit;
	text-shadow: none;
	margin-left: 0;
}
.maindesign table.table-fence{
    border: 1px solid #333;
    box-sizing: border-box;
    width: 100%;
    max-width: 870px;
	margin: 20px auto;
}

.maindesign table.table-fence ul li{
	width: 100%;    
}

.maindesign table.table-fence tr th{
    background: #ccc;
    padding: 5px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    border: 1px solid #333;
    box-sizing: border-box;
    width: 25%;
}
.maindesign .table-fence .bg-color-yellow{
	background-color: #ffe699;
}
.maindesign .table-fence .bg-color-blue{
	background-color: #ddebf7;
}
.maindesign table.table-fence tr td{
    border: 1px solid #333;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.2;
}
#main .v-align-bottom{
	vertical-align: bottom;
}
@media screen and (max-width:767px){
#main .bear {
    background-image: url("../images/251128/main_bear_sp.jpg");
}	
#main .bear-electric-fence h1{
	margin: auto 10px;
	}
.maindesign table.table-fence{
	font-size: 0.8rem;
	}
.maindesign table.table-fence tr th,
.maindesign table.table-fence tr td{
    font-size: 0.95em;
}
.maindesign .feature__items li {
	width: 100%;
}

}