
.topimg{
	font-size: 0;
	line-height: 0;
	padding: 0 20px 30px 20px;
}
.topimg img{
	width: 100%;
	height: auto;
}
.sys_title{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 300;
	text-align: center;
	margin: 0 0 20px 0;
}
.sys_title em{
	display: block;
	font-size: 24px;
	line-height: 28px;
	color: var(--font-color-white);
}
.sys_title span{
	display: block;
	font-size: 11px;
	line-height: 14px;
}
.s_title{	margin-bottom: 20px;}


/** sys1 **/

.sys1{
	padding: 30px 20px;
}
.sys1 dl{
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 1px 0;
	background: rgba(255, 255, 255, 0.9);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sys1 dl:first-of-type{	border-radius: 3px 3px 0 0;}
.sys1 dl:last-child{	border-radius: 0 0 3px 3px; margin-bottom: 0;}
.sys1 dt,
.sys1 dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	padding: 13px 0;
}
.boxtxt{
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px;
	border-radius: 0 0 3px 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.boxtxt p{
	position: relative;
	padding: 0 0 0 15px;
}
.boxtxt p span{
	color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
}

#sys1{	background: url(img/sys1.jpg) no-repeat top center; background-size: cover;}
#sys2{	background: url(img/sys2.jpg) no-repeat top center; background-size: cover;}
#sys3{	background: url(img/sys3.jpg) no-repeat top center; background-size: cover;}
#sys4{	background: url(img/sys4.jpg) no-repeat top center; background-size: cover;}
#sys5{	background: url(img/sys5.jpg) no-repeat top center; background-size: cover;}
#other{	background: #c6beaf;}
#sys1 .sys_title span{	color: #d75100;}
#sys2 .sys_title span{	color: #a650dd;}
#sys3 .sys_title span{	color: #008fcb;}
#sys4 .sys_title span{	color: #e33289;}
#sys5 .sys_title span{	color: #23922e;}
#other .sys_title span{	color: #796745;}
#sys1 dt{	color: #ce5800;}
#sys2 dt{	color: #a650dd;}
#sys3 dt{	color: #008fcb;}
#sys4 dt{	color: #e33289;}
#sys5 dt{	color: #23922e;}
#other dt{	color: #796745;}


/** sys2 **/

.sys2{
	padding: 30px 15px 20px 15px;
}
.sys2 .s_title{
	margin-left: 5px;
	margin-right: 5px;
}
.sys2 ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sys2 li{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: calc(100% / 3 - 10px);
	height: 45px;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	margin: 0 5px 10px 5px;
	padding: 0 0 0 30px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sys2 li span{
	font-size: 15px;
	line-height: 1;
	position: absolute;
	top: 14px;
	left: 10px;
}
#play{	background: #fff;}
#area{	background: #fff;}
#play li{	background: #e1faff;}
#area li{	background: #dcfcdf;}
#play li span{	color: #47bdd5;}
#area li span{	color: #ff3333;}


/** sys3 **/

.sys3{
	padding: 30px 20px;
}
.sys3 dl{
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sys3 dl:first-of-type{	border-radius: 3px 3px 0 0;}
.sys3 dl:last-child{	border-radius: 0 0 3px 3px; margin-bottom: 0;}
.sys3 dt,
.sys3 dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding: 13px 0;
}
#op{	background: #fff9e5;}
#tax{	background: #fff3e8;}
#op dl{	border-color: #e7d286;}
#tax dl{	border-color: #e8cbb1;}
#op dt{	color: #ba6b1f;}
#tax dt{	color: #ba6b1f;}


/** rule **/

#rule{
	text-align: left;
	padding: 30px 20px;
}
#rule ul{
	font-size: 0;
	line-height: 0;
	counter-reset: number 0;
	margin: 0 0 20px 0;
}
#rule li{
	position: relative;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	border-bottom: 1px dotted var(--border-color);
	padding: 3px 0 3px 24px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#rule li:after{
	width: 20px;
	counter-increment: number 1;
	content: counter(number) ".";
	text-align: right;
	position: absolute;
	top: 3px;
	left: 1px;
}
#rule p:nth-of-type(1){
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 20px 0;
}
#rule p:nth-of-type(2){
	position: relative;
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 0 15px;
}
#rule p:nth-of-type(2) span{
	color: #ff0000;
	position: absolute;
	top: 0;
	left: 0;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	.sys2 li{
		width: calc(100% / 2 - 10px);
	}
}
