.systemBLOCK {
	margin-bottom: 20px;
}

.systemBLOCK h3 {
	font-size: clamp(1.7rem, 2.1vw, 2.4rem);
	padding: 10px 20px;
	color:#fff;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 15px;
	background-image: linear-gradient(144deg, rgba(50, 40, 20, 1), rgba(104, 85, 40, 1));
}

.systemIMG {
	margin-bottom: 10px;
}

.systemBOX h4 {
	color:#fff;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
}
.playLIST {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.playLIST li {
	width: 33%;
	background:#fff;
	border: 1px solid #665528;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	margin-bottom: 5px;
	position: relative;
	font-weight: 500;
	display: flex;
  justify-content: center;
  align-items: center;
}


table#system-tb {
    width: 100%;;
    border: 1px #bebdbd solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
	 line-height: 1.6;
}

table#system-tb th {
    padding: 10px 15px;
    border: #bebdbd solid;
    border-width: 0 0 1px 1px;
    background:#434343;
    font-weight: bold;
    text-align: left;
	color:#fff;
	width: 30%;
}
table#system-tb td {
    padding: 10px 15px;
    border: 1px #bebdbd solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	background:rgba(255,255,255,0.9);
	font-weight: 500;
}
table#system-tb td span {
    color:#eb0270;
}

.kome {
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	text-align: right;
	margin-top: 10px;
}

.kinshi {
	border: 5px solid  #a61f24;
	padding: 10px;
	font-size: clamp(1.5rem, 1.6vw, 2rem);
	text-align: center;
	font-weight: 600;
	color:#a61f24;
	margin-bottom: 20px;
}
.nlist {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #322913;  
	border-top: 2px solid #322913;  
	box-sizing: border-box;
}
.nlist li {
	list-style-type: disc;
	font-size: clamp(1.4rem, 1.4vw, 1.7rem);
	margin-bottom: 10px;
	font-weight: 500;
}

@media screen and (max-width: 834px) {
.systemBLOCK {
	margin-bottom: 10px;
}
	
.systemBLOCK p {
	padding: 0;
	margin: 0;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	margin-bottom: 15px;
	line-height: 1.6;
	}

.systemBLOCK h3 {
	font-size: clamp(1.7rem, 2.1vw, 2.4rem);
	padding: 10px 20px;
	color:#fff;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 15px;
	background-image: linear-gradient(144deg, rgba(50, 40, 20, 1), rgba(104, 85, 40, 1));
}

.systemIMG {
	margin-bottom: 10px;
}

.systemBOX h4 {
	color:#fff;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
}
.playLIST {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.playLIST li {
	width: 49%;
	background:#fff;
	border: 1px solid #665528;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	margin-bottom: 5px;
	position: relative;
	font-weight: 500;
	display: flex;
  justify-content: center;
  align-items: center;
}


table#system-tb {
    width: 100%;;
    border: 1px #bebdbd solid;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
	 line-height: 1.6;
}

table#system-tb th {
    padding: 10px 10px;
    border: #bebdbd solid;
    border-width: 0 0 1px 1px;
    background:#434343;
    font-weight: bold;
    text-align: left;
	color:#fff;
	width: 35%;
}
table#system-tb td {
    padding: 10px 15px;
    border: 1px #bebdbd solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	background:rgba(255,255,255,0.9);
	font-weight: 500;
}
table#system-tb td span {
    color:#eb0270;
}

.kome {
	font-size: clamp(1.2rem, 1.1vw, 1.4rem);
	text-align: right;
	margin-top: 10px;
}

	
.kinshi {
	border: 4px solid  #a61f24;
	padding: 10px;
	font-size: clamp(1.5rem, 1.6vw, 2rem);
	text-align: center;
	font-weight: 600;
	color:#a61f24;
	margin-bottom: 10px;
}
.nlist {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #322913;  
	border-top: 2px solid #322913;  
	box-sizing: border-box;
}
.nlist li {
	list-style-type: disc;
	font-size: clamp(1.4rem, 1.4vw, 1.7rem);
	margin-bottom: 5px;
	font-weight: 500;
}	
	
	
	
}