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

システム

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

.c01 {
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	color:#fa7a91;
	margin-bottom: 20px;
}
.c02 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}

.pricebg {
	background: url("../../images/system/pricebg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
	margin-bottom: 40px;
}
.priceimage {
	width: 700px;
	margin: auto;
}

.play {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.play li {
	background: #fa7a91;
	text-align: center;
	color:#fff;
	font-size: 1.6rem;
	font-weight: bold;
	width: 19%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 6px;
}
.optionlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.optionlist li {
	background: #fa7a91;
	text-align: center;
	color:#fff;
	font-size: 1.6rem;
	font-weight: bold;
	width: 24%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 6px;
}

.cyuui {
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 15px;
}

.kinshi {
	margin-left: 20px;
	margin-bottom: 15px;
}
.kinshi li {
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	list-style-type: disc;
	font-size: 1.4rem;
	line-height: 1.8;
}




@media screen and (max-width: 1200px) {
	
.c01 {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	color:#fa7a91;
	margin-bottom: 20px;
}
.c02 {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.7;
}

.pricebg {
	background: url("../../images/system/pricebg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px;
	margin-bottom: 20px;
}
.priceimage {
	width: auto;
	margin: auto;
}

.play {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.play li {
	background: #fa7a91;
	text-align: center;
	color:#fff;
	font-size: 1.4rem;
	font-weight: bold;
	width: 49.5%;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 3px;
	border-radius: 6px;
}
.optionlist {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
.optionlist li {
	background: #fa7a91;
	text-align: center;
	color:#fff;
	font-size: 1.4rem;
	font-weight: bold;
	width: auto;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 3px;
	border-radius: 6px;
}

.cyuui {
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	font-size: 1.2rem;
	line-height: 1.7;
	margin-bottom: 15px;
}

.kinshi {
	margin-left: 20px;
	margin-bottom: 15px;
}
.kinshi li {
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
	list-style-type: disc;
	font-size: 1.2rem;
	line-height: 1.7;
}


}