@charset "utf-8";

/* ECHELON Ver.3.0 Construction movie Styles
   Copyright F.E. TRADE CO.,LTD All Rights Reserved.
   Since: 2024-05-13
   Modified: -
*/

/* -----------------------------------
   Reset styles
----------------------------------- */
@media screen and (min-width: 769px) {
	#col-main-one {
		width: 900px;
		padding-left: 0;
	}
}
@media screen and (max-width: 768px) {
}


/* -----------------------------------
   Common styles
----------------------------------- */

/* TITLE */
.common-h {
	font-family: Arial, Helvetica, "sans-serif";
}
.common-h:after {
	width: 94px;
	height: 10px;
	background: url(/uploads/products/img20_echelon/ver30/logo_echelon_01.png) no-repeat 0 0;
	background-size: 94px auto;
}

/* ONLY PC SITE */
@media screen and (min-width: 769px) {
	.common-h {
		position: relative;
		display: flex;
		justify-content: space-between;
		height: auto;
		margin: 40px 0 20px;
		padding: 10px 0;
		background: none !important;
		border: 0;
		text-indent: 0;
	}
	.common-h::after {
		margin: auto 0;
		content: '';
	}
}

/* ONLY SP SITE */
@media screen and (max-width: 768px) {
	.page-h {
		display: block;
		position: relative;
		background-color: transparent;
		border: 0;
	}
	.page-h::after {
		position: absolute;
		top: 15px;
		right: 10px;
		margin: auto 0;
		content: '';
	}
}

.desc-movie-contents video {
	width: 100%;
	height: auto;
}

/* link-01 */
.link-01 {
	margin: 50px 0;
	padding: 2rem 0;
	border-top: 1px solid #000;
}
.link-01 li {
	margin: 0 auto;
	text-align: center;
}
.link-01 a {
	color: #000!important;
	font-size: .875rem;
}

/* ONLY SP SITE */
@media screen and (max-width: 768px) {
	.link-01 {
		margin: 30px 0;
		padding: 1rem 0;
	}
}
