@charset "UTF-8";

/*================================================
 *  動画で知る岐阜精工 用
 ================================================*/


@media screen and (min-width: 800.1px) {
	.contents {
		padding-top: 5rem;
	}
}


section#movie_area h2 {
	margin-bottom: 8rem;
}
section#movie_area h2:nth-of-type(n+2) {
	margin-top: 15rem;
}

section#movie_area .movie_list {
	width: 126rem;
	margin: 0 auto;
}
section#movie_area .movie_list figure {
	width: 58rem;
	display: block;
}
section#movie_area .movie_list figure:nth-of-type(n+3) {
	margin-top: 9rem;
}
section#movie_area .movie_list figure .unit_yt {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
section#movie_area .movie_list figure .unit_yt lite-youtube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section#movie_area .movie_list figure figcaption {
	margin: 5rem auto 0;
	width: 48rem;
}
section#movie_area .movie_list figure figcaption h4 {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin: -0.25em 0 0.8em;	
	padding-left: 0.7em;
	position: relative;
}
section#movie_area .movie_list figure figcaption h4::before {
	position: absolute;
	content: '';
	top: 0.65em;
	left: 0;
	height: 0.286em;
	width: 0.286em;
	background-color: var(--color-red);
	border-radius: 50%;
}




/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width:800px) {



section#movie_area h2 {
	margin-bottom: 8vw;
	width: 100%;
}
section#movie_area h2:nth-of-type(n+2) {
	margin-top: 15vw;
}

section#movie_area .movie_list {
	width: 100%;
}
section#movie_area .movie_list figure {
	width: 100%;
}
section#movie_area .movie_list figure:nth-of-type(n+2) {
	margin-top: 10vw;
}

section#movie_area .movie_list figure figcaption {
	width: 76vw;
	margin-top: 8vw;
}
section#movie_area .movie_list figure figcaption h4 {
	font-size: 5.6vw;
}
section#movie_area .movie_list figure figcaption h4::before {
	height: 1.6vw;
	width: 1.6vw;
}






	
}