@charset "utf-8";
/* CSS Document */
/*480 600 960 1280*/
/*margin-bottom: 100px(PC)margin-bottom: 60px(SP)*/
/*========================================   system-price-料金   ========================================*/
.catch_img{/*イメージ画像*/
	margin-bottom: 30px;
}
.price dt span{
	display: block;
	text-align: center;
	background-color: var(--base-color);
	color: #FFFFFF;
	padding: 5px 0;
}
.price dd{
	text-align: right;
	border-bottom: #CCCCCC dotted 1px;
}
.price dd span{
	font-size: 2.4rem;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.price dt,.price dd{
		text-align: center;
	}
	.price dd{
		margin-bottom: 5px;
	}
	.price dd:last-of-type{
		margin-bottom: 0px;
	}
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.price{
		display: flex;
		flex-wrap: wrap;
		/*justify-content: space-between;*/
	}
	.price dt,.price dd{
		width: 50%;
		padding: 1em 1em 0.6em;
		box-sizing: border-box;
	}
	.price dt{
		border-bottom: #CCCCCC dotted 1px;
	}
	.price dt span{
		width: 11.2em;
	}
}
@media screen and (min-width : 960px) {/*960以上(タブレット/PC)*/
	.price dt,.price dd{
		width: 24%;
	}
	.price dd{
		margin-right: 2%;
	}
}


/*注釈*/
.notes{
	margin: 20px auto 50px;
}
.notes li{
	padding-left:1em;
	text-indent:-1em;
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.notes{
		font-size:1.2rem;
	}
}

/*基本プレイ*/
.basicplay{
	margin: 0 auto 50px;
	font-size: 1.8rem;
	display: flex;
	flex-wrap: wrap;
}
.basicplay li{
	width: 50%;
	text-align: center;
	margin-bottom: 10px;
}
.basicplay li span{
	display: block;
	padding: 5px 0;
	background-color: rgba(238,238,238,1.00);
	width: 90%;
	margin: 0 auto;
	overflow: hidden;	
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (min-width : 960px) {/*960以上(タブレット/PC)*/
	.basicplay li{
		width: 33.33%;
	}
}
@media screen and (min-width : 1280px) {/*1280以上(タブレット/PC)*/
	.basicplay li{
		width: 25%;
	}
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.basicplay li{
		width: 100%;
	}
}


/*オプション*/
.plofile_optionplay{
	font-size: 1.8rem;
}
.plofile_optionplay dt span{
	display: block;
	text-align: center;
	background-color: rgba(238,238,238,1.00);
	padding: 5px 0;
	overflow: hidden;	
	text-overflow: ellipsis;
	white-space: nowrap;
}
.plofile_optionplay dd{
	text-align: right;
	border-bottom: #CCCCCC dotted 1px;
}
.plofile_optionplay dd span{
	font-size: 2.0rem;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.plofile_optionplay dt,.plofile_optionplay dd{
		text-align: center;
	}
	.plofile_optionplay dd{
		margin-bottom: 5px;
	}
	.plofile_optionplay dd:last-of-type{
		margin-bottom: 0px;
	}
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.plofile_optionplay{
		display: flex;
		flex-wrap: wrap;
		/*justify-content: space-between;*/
	}
	.plofile_optionplay dt,.plofile_optionplay dd{
		padding: 1em 1em 0.6em;
		box-sizing: border-box;
	}
	.plofile_optionplay dt{
		border-bottom: #CCCCCC dotted 1px;
		width: 70%;
	}
	.plofile_optionplay dd{
		width: 30%;
	}
}
@media screen and (min-width : 960px) {/*960以上(タブレット/PC)*/
	.plofile_optionplay dt{
		width: 32%;
	}
	.plofile_optionplay dd{
		width: 16%;
	}
	.plofile_optionplay dd{
		margin-right: 2%;
	}
}


/*========================================   agreement-利用露訳   ========================================*/
.agreement p{
	margin-bottom:20px;
}
.agreement ul li{
	padding-top: 5px;
	padding-left:1em;
	text-indent:-1em;
	border-bottom: #CCCCCC dotted 1px;
}
.mark{
	color:#f38099;
	margin-right:0.2em;
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.agreement ul{
		font-size:1.2rem;
	}
}