@charset "utf-8";
/*---------- lab特設ページ ----------*/
main.lab .mainvl  {
	padding-top: 3%;
    padding-bottom: 5%;
}
main.lab .mainvl h1 {
	width: 70%;
}
main.lab p {
	line-height: 1.7;
	word-wrap: break-word;
}
main.lab section:nth-of-type(n+2) {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 70px;
}

/* 株式会社 ニチデLab設立のお知らせ */
main.lab section:nth-of-type(2) h2 {
	font-size: 2rem;
	margin-bottom: 20px;
	font-weight: 600;
}
main.lab section:nth-of-type(2) h2 span:nth-of-type(1) {
	color: #63BCBC;
	font-weight: 600;
}
main.lab section:nth-of-type(2) h2 span:nth-of-type(2) {
	color: #FCA400;
	font-weight: 600;
}
main.lab section:nth-of-type(2) h2 span:nth-of-type(3) {
	color: #63BCBC;
	font-weight: 600;
}
main.lab section:nth-of-type(2) h2,main.lab section:nth-of-type(2) p {
	text-align: center;
}

/* 若手クリエイターの教育と活躍 */
main.lab section:nth-of-type(3) ol {
	display: flex;
	justify-content: space-between;
}
main.lab section:nth-of-type(3) ol li {
	width: 31%;
}

/* より実践的に、さらに夢に近づく経験を。 */

/* アクセス */


/* その他情報 */
main.lab section:nth-of-type(6) p:first-of-type {
	margin-bottom: 10px;
}
main.lab section:nth-of-type(6) div {
	margin-top: 30px;
}
main.lab section:nth-of-type(6) div p:first-of-type {
	margin-bottom: 15px;
}
main.lab section:nth-of-type(6) div a {
	color: #F8B500;
	transition: .4s;
}
main.lab section:nth-of-type(6) div a:hover {
	color: #000;
}

@media screen and (max-width: 479px) {
	main.lab section:nth-of-type(n+2) {
		padding-bottom: 40px;
	}
	main.lab section:nth-of-type(2) h2 {
		font-size: 2rem;
		margin-bottom: 20px;
		font-weight: 600;
	}
	/* 若手クリエイターの教育と活躍 */
	main.lab section:nth-of-type(3) ol {
		flex-direction: column;
		gap: 20px 0;
	}
	main.lab section:nth-of-type(3) ol li {
		width: 90%;
		margin: 0 auto;
	}
}
/*---------- lab特設ページ end ----------*/
