@charset "UTF-8";


.termsList li{
	list-style: disc;
	margin-bottom: 20px;
	line-height: 1.5;	
}


.intro{
	margin-bottom: 20px;
}

.cancelList{
	display: flex;
	justify-content: space-between;
}


.cancelList li{
	width: 46%;
	background: repeating-linear-gradient(-135deg, #eaeaea, #eaeaea 2px, #f6f6f6 2px, #f6f6f6 4px);
	height: 80px;
	line-height: 80px;
	text-align: center;
}


/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {

	.termsList{
		padding-left: 20px;
	}

	.cancelList{
		display: block;
	}	

	.cancelList li{
		width: 100%;
		margin-bottom: 20px;
	}

}	