@charset "utf-8";
/* CSS Document */
.pw1200{
	width: 88%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.tutorials-banner{
	padding: 60px 0 50px;
	background: #FAFAFA;
	text-align: center;
}
.tutorials-banner-text{
	max-width: 957px;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.tutorials-banner-text h1{
	color: #000;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 160%;
}
.tutorials-banner-text p{
	color: #000;
	text-align: center;
	font-size: 22px;
	font-family: Segoe UI;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	margin-top: 8px;
}
.tutorials-article{
	margin-top: 60px;
}
.tutorials-article-middle{
	display: flex;
	flex-wrap: wrap;
	gap: 2.5%;
}
.tutorials-article-item{
	width: 31.66666666666667%;
	margin-bottom: 66px;
	position: relative;
	
}
.tutorials-article-item img{
	width: 100%;
	aspect-ratio: 380 / 228; 
	object-fit: fill;
	display: block;
}
.tutorials-article-item h5{
	color: #000;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height:1.6; 
margin-top: 12px;
}
.tutorials-article-item b.tagname{
	color: #666666;
	font-size: 14px;
	display: block;
	font-style: normal;
	font-weight: 400;
	line-height:1.6;
	margin-top: 12px;
	padding: 0 24px 0;
}
.tutorials-article-item p{
	color: #606060;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height:1.6;
	margin-top: 12px;
}
.tutorials-article-item a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
}

.tutorials-wayout{
	width: calc(100% - 80px);
	padding: 35px 0 63px;
	box-sizing: border-box;
	margin: 14px auto 0;
	text-align: center;
	display: none;
	border-top: 1px solid #EEE;
}
.tutorials-wayout h2{
	color: #000;
	margin-top: 12px;
	text-align: center;
	font-family: SF Pro Text;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; 
}
.tutorials-wayout p{
	color: #000;
font-size: 20px;
margin-top: 12px;
font-style: normal;
font-family: SF Pro Text;
font-weight: 400;
line-height: 180%;
}
.tutorials-wayout p a{
	color: #1577E9;
font-family: SF Pro Text;
font-size: inherit;
font-style: normal;
font-weight: inherit;
text-decoration: underline;
} 
.tags-loading{
	display: none;
	width: 200px;
	height: 200px;
	margin: 20px auto;
}
@media screen and (max-width: 980px) {
	.tutorials-banner-text h1{
		font-size: 30px;
	}
	.tutorials-banner-text p{
		font-size: 18px;
		line-height: 150%;
		margin-top: 10px;
	}
	.tutorials-wayout h2{
		font-size: 28px;
	}
	.tutorials-wayout p{
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	.tutorials-article-middle{
		gap: 0;
	}
	.tutorials-article-item,.tutorials-wayout{
		width: 100%;
	}
}

