@charset "utf-8";

.tutorial-page,
.tutorial-list {
	background-color: #f5f5f5;
}

.breadcrumb {
	padding: 10px 0;
	font-size: 16px;
	color: #666;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	margin-top: 5px;
}

.breadcrumb a {
	font-weight: normal;
	color: #333;
}

.left-article {
	background-color: #fff;
	width: 72%;
	padding: 40px 25px;
	border-radius: 20px;
}

.side-right {
	width: 26%;
	padding: 40px 10px;
}

.side-right dl dd {
	position: relative;
	padding: 6px 0 6px 20px;
	margin: 0 1.5% 0 1%;
}

.side-right dl dd::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #333;
	left: 0;
	top: 16px;
	position: absolute;
}

.side-right h2 {
	font-size: 26px;
}

.left-article h1 {
	font-size: 36px;
	margin-bottom: 20px;
}

.left-article h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

.left-article h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 500;
}

.left-article h4 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}

.left-article p {
	margin-bottom: 20px;
}

.tutorial-list h1 {
	font-size: 32px;
	text-align: center;
	margin-bottom: 30px;
}

.tutorial-list .main-content {
	min-height: 550px;
	background-color: #fff;
	padding: 40px 25px;
	border-radius: 20px;
}
.tutorial-list .page-section {
    border-bottom: 1px solid #d9d9d9;
    padding: 5px 0px 20px 0px;
    margin-bottom: 20px;
}
.tutorial-list .page-section h2 {
	font-size: 24px;
	margin-bottom: 12px;
}