@charset "utf-8";
/*
 * ct-support
 */
#ct-support {
	padding-top: 80px;
	padding-bottom: 60px;
}
#ct-support h1 {
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	font-size: 20px;
	line-height: 100%;
	text-align: left;
}
#ct-support ul {
	margin: 0;
	padding: 0;
}
#ct-support ul li {
	margin: 15px 0;
	font-size: 14px;
	list-style: none;
	line-height: 100%;
}
#ct-support ul li:before {
	content: "・";
}
#ct-support ul li a {
	text-decoration: underline;
}
/*-----
 *  Mobile Layout: ～768px
 */
@media screen and (max-width: 768px) {
	#ct-support {
		padding-top: 50px
	}
	#ct-support h1 {
		font-size: 17px;
	}
	#ct-support ul li .button {
		width: 100%;
		margin-bottom: 8px;
		padding: 1.063rem 1rem;
	}
} /* Mobile Layout */
