@charset "UTF-8";

#mv.mv-cancellation-policy {
	background:  url(../../keiseikai/images/mv-cancellation-policy.jpg) center 30%;
	background-size: cover;
	color: #fff;
	text-shadow: 0 0 60px #000;
}

#cancellation h3.border-green {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-width: 0 0 1px;
	font-size: 2.3rem;
	line-height: 1.6;
}

#cancellation li li {
	margin-bottom: 5px;
}

#cancellation li ul {
	margin-top: 20px;
}

#cancellation .indent-box {
	margin-top: 40px;
}

#cancellation .indent-box > li:not(:last-child) {
	margin-bottom: 35px;
}


#cancellation .number-list {
	list-style-type: decimal;
}

#cancellation .circle-list {
	list-style-type: disc;
}

#cancellation .number-list, #cancellation .circle-list {
	padding-left: 20px;
}




/* iPad 10.5インチ以下 */
@media screen and (max-width: 834px) {
	#mv.mv-cancellation-policy {
		text-shadow: 0 0 40px #060402;
	}
	
	#cancellation .indent-box {
		margin-top: 0;
	}
	
	#cancellation h3.border-green {
		font-size: 2.0rem;
		margin-bottom: 10px;
	}
	
	#cancellation .indent-box > li:not(:last-child) {
		margin-bottom: 30px;
	}

}

