/* ----------------------------------------

システム

---------------------------------------- */

.concept {
	background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0));
	box-sizing: border-box;
	padding: 20px;
}
.conceptimg {
	margin-bottom: 20px;
}

table#systemtb {
    width: 100%;
    border: 1px #000 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 1.4rem;
	box-sizing: border-box;
	color: #fff;
	line-height: 1.6;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}

table#systemtb th {
    padding: 15px;
    border: #000 solid;
    border-width: 0 0 1px 1px;
    background: #393939;
    font-weight: bold;
    text-align: left;
	width: 45% !important;
	line-height: 140%;
	color: #fff;
	box-sizing: border-box;
}
table#systemtb td {
     padding: 15px;
    width: 100% !important;
	border: #000 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	background: #292929;
	line-height: 140%;
	box-sizing: border-box;
	position: relative;
}

.kihon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kihon li {
	border: 1px solid #fff;
	text-align: center;
	font-size: 1.5rem;
	padding: 5px;
	box-sizing: border-box;
	width: 24%;
	color: #fff;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 10px;
}
.option {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.option li {
	border: 1px solid #fff;
	text-align: center;
	font-size: 1.5rem;
	padding: 5px;
	box-sizing: border-box;
	width: 49%;
	color: #fff;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 10px;
}

.kiyaku {
	color: #fff;
	margin-left: 22px;
	margin-bottom: 20px;
}
.kiyaku li {
	list-style-type: disc;
	line-height: 1.8;
	font-size: 1.5rem;
}
.kome {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.8;
}
@media screen and (max-width: 1200px) {
.concept {
	background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0));
	box-sizing: border-box;
	padding: 10px;
}
.conceptimg {
	margin-bottom: 10px;
}

table#systemtb {
    width: 100%;
    border: 1px #000 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 1.4rem;
	box-sizing: border-box;
	color: #fff;
	line-height: 1.6;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}

table#systemtb th {
    padding: 15px;
    border: #000 solid;
    border-width: 0 0 1px 0px;
    background: #393939;
    font-weight: bold;
    text-align: left;
	width: 100% !important;
	line-height: 140%;
	color: #fff;
	box-sizing: border-box;
	display: block;
}
table#systemtb td {
     padding: 15px;
    width: 100% !important;
	border: #000 solid;
    border-width: 0 0 1px 0px;
    text-align: left;
	background: #292929;
	line-height: 140%;
	box-sizing: border-box;
	position: relative;
	display: block;
	
}

.kihon {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kihon li {
	border: 1px solid #fff;
	text-align: center;
	font-size: 1.2rem;
	padding: 5px;
	box-sizing: border-box;
	width: 49%;
	color: #fff;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 10px;
	line-height: 1.6;
}
.option {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}
.option li {
	border: 1px solid #fff;
	text-align: center;
	font-size: 1.3rem;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	color: #fff;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	margin-bottom: 10px;
	line-height: 1.6;
}

.kiyaku {
	color: #fff;
	margin-left: 22px;
	margin-bottom: 20px;
}
.kiyaku li {
	list-style-type: disc;
	line-height: 1.6;
	font-size: 1.2rem;
}
.kome {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.8;
}
}