@charset "utf-8";


/*============================
メイン全体の設定..
============================*/


/*==== 色とフォントサイズの設定 ====*/


@layer legacy{
[data-static-html] {
	--eldim-red: #FF0000;
	--eldim-font-normal: 18px;
	--eldim-font-40: 40px;
	--eldim-font-35: 35px;
	--eldim-font-30: 30px;
	--eldim-font-24: 24px;
	--eldim-font-20: 20px;
	--eldim-font-16: 16px;
	--eldim-font-15: 15px;
	--eldim-font-14: 14px;
}
@media screen and (max-width: 1188px) {
	[data-static-html] {
		--eldim-font-normal: 16px;
		--eldim-font-40: 32px;
		--eldim-font-35: 28px;
		--eldim-font-30: 24px;
		--eldim-font-24: 21px;
		--eldim-font-20: 18px;
		--eldim-font-16: 14px;
		--eldim-font-15: 13px;
		--eldim-font-14: 12px;
	}
}

/*==== セクション ====*/
[data-static-html] .eldim-section {
	width: 1188px;
	font-size: var(--eldim-font-normal);
	text-align: justify;
	line-height: 1.67;
	padding: 20px 10px 40px;
	margin: 0 auto;	
}
[data-static-html] .eldim-p-yellow-line {
	border-bottom: 4px solid #FFFF00;
}
[data-static-html] .eldim-section img {
	max-width: 100%;
	height: auto;
}
[data-static-html] .eldim-section a:hover img {
	opacity: 1; /* utility.cssの設定を無効にするため */
}
[data-static-html] .eldim-section a {
	transition: .3s all;
}
[data-static-html] .eldim-section a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 1188px) {
	[data-static-html] .eldim-section {
		width: 100%;
		max-width: 690px;
		padding: 10px 0 20px;
	}
}

/*==== 大見出し ====*/
[data-static-html] .eldim-heading {
	position: relative;
	font-size: var(--eldim-font-40);
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: var(--eldim-red);
	margin: 1em 0;
	padding: 1.2em 0 1em;
}
[data-static-html] .eldim-heading::after {
	content: "";
	position: absolute;
	background: url("/files/user/contents/service/solutions/common/eldim-heading-top.png") center/contain no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
}
[data-static-html] .eldim-heading::before {
	content: "";
	position: absolute;
	background: url("/files/user/contents/service/solutions/common/eldim-heading-bottom.png") center/contain no-repeat;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 27px;
}
@media screen and (max-width: 1188px) {
	[data-static-html] .eldim-heading {
		padding: 1.8em 0 1.5em;
	}
	[data-static-html] .eldim-heading::after {
		background: url("/files/user/contents/service/solutions/common/eldim-heading-top_sp.png") center/contain no-repeat;
	}
	[data-static-html] .eldim-heading::before {
		background: url("/files/user/contents/service/solutions/common/eldim-heading-bottom_sp.png") center/contain no-repeat;
	}
}

/*==== お問い合わせボタン ====*/
[data-static-html] .eldim-contact-btn {
	display: block;
	font-size: var(--eldim-font-30);
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #FFFFFF;
	background: var(--eldim-red);
	padding: 1em 2em;
	border-radius: 100vh;
}
[data-static-html] .eldim-contact-btn:hover {
	color: #FFFFFF;
}
[data-static-html] .eldim-contact-btn-span {
	display: inline-block;
	font-size: 0.6666em;
}
@media screen and (max-width: 1188px) {
	[data-static-html] .eldim-contact-btn {
		margin: 0 15px;
		padding: 1em 1em;
		border-radius: 40px;
	}
	[data-static-html] .eldim-contact-btn-span {
		display: inline-block;
		font-size: 0.5em;
	}
}

/*==== 右下の固定ボタン ====*/
[data-static-html] .eldim-fix {
	position: fixed;
	right: 15px;
	bottom: 15px;
	margin: 0;
	padding: 0;
	z-index: 999;
}
[data-static-html] .eldim-fix img {
	width: 100%;
}
[data-static-html] .eldim-fix a:hover img {
	opacity: 1; /* utility.cssの設定を無効にするため */
}
[data-static-html] .eldim-fix a {
	transition: .5s all;
}
[data-static-html] .eldim-fix a:hover {
	opacity: 0.7;
}
[data-static-html] .eldim-fix__contact-btn {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	color: #FFFFFF;
	background: url("/files/user/contents/service/solutions/common/eldim-fix-contact-btn.png") center/100% 100% no-repeat;
	margin-bottom: 15px;
	padding: 30px 20px;
}
[data-static-html] .eldim-fix__contact-btn:hover {
	color: #FFFFFF;
}
[data-static-html] .eldim-fix__pagetop-btn {
	display: block;
	font-size: 0;
	width: 80px;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 1188px) {
	[data-static-html] .eldim-fix__contact-btn {
		font-size: 12px;
		margin-bottom: 5px;
		padding: 15px 10px;
	}
	[data-static-html] .eldim-fix__pagetop-btn {
		width: 50px;
	}
}

/*==== spとpcで表示／非表示 ====*/
[data-static-html] .eldim-sp {
	display: none;
}
@media screen and (max-width: 1188px) {
	[data-static-html] .eldim-pc {
		display: none;
	}
	[data-static-html] .eldim-sp {
		display: block;
	}
}


/*============================
評価種目
============================*/
[data-static-html] .eldim-type__wrap {
	display: flex;
	justify-content: space-between;
}
[data-static-html] .eldim-type__wrap li {
	width: 30%;
	padding: 15px 20px;
	border: 2px solid var(--eldim-red);
}
[data-static-html] .eldim-type__figure {
	text-align: center;
}
[data-static-html] .eldim-type__figure figcaption {
	font-size: var(--eldim-font-20);
	font-weight: bold;
	line-height: 1.2;
	color: var(--eldim-red);
	margin-bottom: 0.5em;
}
[data-static-html] .eldim-type__figure img {
	height: 148px;
	object-fit: contain;
}
@media screen and (max-width: 1188px) {
	[data-static-html] .eldim-type__wrap {
		flex-flow: column;
		padding: 0 10px;
	}
	[data-static-html] .eldim-type__wrap li {
		width: 100%;
		margin-bottom: 10px;
	}
	[data-static-html] .eldim-type__wrap li:last-child {
		margin-bottom: 0;
	}
}


/*============================
製品ラインナップ
============================*/
[data-static-html] .eldim-lineup__wrap {
	display: flex;
	justify-content: space-between;
	background: #DFDFDF;
	margin-bottom: 40px;
	padding: 40px;
}
[data-static-html] .eldim-lineup__wrap:last-child {
	margin-bottom: 0;	
}
@media screen and (max-width: 1188px) {
	[data-static-html] .eldim-lineup__wrap {
		flex-flow: column;
		margin-bottom: 40px;
		padding: 20px;
	}
}
[data-static-html] .eldim-lineup__img {
	width: 268px;
	background: #FFFFFF;
}
[data-static-html] .eldim-lineup__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
[data-static-html] .eldim-lineup__img--cover img {
	object-fit: cover;
}
@media screen and (max-width: 1188px) {
	[data-static-html] .eldim-lineup__img {
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
	}
}
[data-static-html] .eldim-lineup__text {
	width: 778px;
}
[data-static-html] .eldim-lineup__header {
	display: flex;
	justify-content: space-between;
}
[data-static-html] .eldim-lineup__header-r {
	display: flex;
	flex-flow: column;
}
[data-static-html] .eldim-lineup__name {
	font-size: var(--eldim-font-30);
	font-weight: bold;
	color: var(--eldim-red);
}
[data-static-html] .eldim-lineup__type {
	font-size: var(--eldim-font-20);
	font-weight: bold;
}
[data-static-html] .eldim-lineup__catalog-btn {
	display: block;
	font-size: var(--eldim-font-15);
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background: var(--eldim-red);
	margin-top: 0.5em;
	margin-left: auto;
	padding: 0.4em 0.8em 0.2em;
	border-radius: 100vh;
}
[data-static-html] .eldim-lineup__catalog-btn:hover {
	color: #FFFFFF;
}
[data-static-html] .eldim-lineup__features {
	background: #F4F4F4;
	margin-top: 1.5em;
	padding: 25px 25px 15px;
}
[data-static-html] .eldim-lineup__features-h-inner {
	display: inline-block;
	font-size: var(--eldim-font-20);
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.75em;
	border-bottom: 6px solid var(--eldim-red);
}
[data-static-html] .eldim-lineup__features-list li {
	font-size: var(--eldim-font-16);
	font-weight: bold;
	line-height: 1.3;
	background: #FFFFFF;
	margin-bottom: 0.5em;
	padding: 1em 2em 0.8em;
	padding-left: 2.7em;
	text-indent: -1.2em;
	border-radius: 100vh;
}
[data-static-html] .eldim-lineup__features-list li:last-child {
	margin-bottom: 0;
}
[data-static-html] .eldim-lineup__features-list li::before {
	content: "#";
	padding-right: 0.5em;
}
@media screen and (max-width: 1188px) {
	[data-static-html] .eldim-lineup__text {
		width: 100%;
	}
	[data-static-html] .eldim-lineup__header {
		flex-flow: column;
	}
	[data-static-html] .eldim-lineup__header-l {
		margin-top: 15px;
	}
	[data-static-html] .eldim-lineup__header-r {
		margin-top: 12px;
		margin-bottom: 5px;
	}
	[data-static-html] .eldim-lineup__features {
		margin-top: 1.5em;
		padding: 25px 15px 15px;
	}
	[data-static-html] .eldim-lineup__name,
	[data-static-html] .eldim-lineup__type,
	[data-static-html] .eldim-lineup__catalog-btn,
	[data-static-html] .eldim-lineup__features-h {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}


/*============================
評価事例
============================*/
[data-static-html] .eldim-case__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
[data-static-html] .eldim-case__list li {
	display: flex;
	flex-flow: column;
	width: 570px;
	padding: 15px 20px;
	border: 2px solid var(--eldim-red);
	border-radius: 20px;
	margin-bottom: 28px;
}
[data-static-html] .eldim-case__title {
	text-align: center;
	margin-bottom: 0.75em;	
}
[data-static-html] .eldim-case__title-inner {
	display: inline-block;
	font-size: var(--eldim-font-20);
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 1px solid var(--eldim-red);
	padding-bottom: 0.2em;
}
[data-static-html] .eldim-case__img {
	text-align: center;
	width: 100%;
}
[data-static-html] .eldim-case__img img {
	height: 180px;
	object-fit: contain;
}
[data-static-html] .eldim-case__used {
	font-size: var(--eldim-font-14);
	text-align: center;
	line-height: 1.3;
	margin-top: 0.5em;
}
@media screen and (max-width: 1188px) {
	[data-static-html] .eldim-case__list {
		padding: 0 15px;
	}
	[data-static-html] .eldim-case__list li {
		width: 49%;
		padding: 10px 15px;
		border: 2px solid var(--eldim-red);
		margin-bottom: 10px;
	}
	[data-static-html] .eldim-case__title {
		margin-top: auto;
	}
	[data-static-html] .eldim-case__img img {
		height: 15vw;
		object-fit: contain;
	}
}

/*============================
測定器の検査サービス
============================*/
[data-static-html] .eldim-service__wrap {
	display: flex;
	justify-content: space-between;
}
[data-static-html] .eldim-service__h {
	font-size: var(--eldim-font-30);
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.3em;
}
[data-static-html] .eldim-service__cert {
	font-size: var(--eldim-font-24);
	font-weight: bold;
	margin-top: 1.2em;
}
[data-static-html] .eldim-service__img {
	width: 514px;
}
@media screen and (max-width: 1188px) {
	[data-static-html] .eldim-service__wrap {
		flex-flow: column;
		padding: 0 15px;
	}
	[data-static-html] .eldim-service__img {
		width: 100%;
		max-width: 500px;
		margin: 20px auto 0;
	}
}

/*============================
動画紹介
============================*/
[data-static-html] .eldim-pv__wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
[data-static-html] .eldim-pv__wrap li {
	width: 560px;
}
[data-static-html] .eldim-pv__h {
	font-size: var(--eldim-font-35);
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #666666;
	margin-bottom: 0.5em;
}
[data-static-html] .eldim-pv__video {
	width: 100%;
	aspect-ratio: 16 / 9;
}
[data-static-html] .eldim-pv__video iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1188px) {
	[data-static-html] .eldim-pv__wrap {
		padding: 0 15px;
	}
	[data-static-html] .eldim-pv__wrap li {
		width: 100%;
		margin-bottom: 30px;
	}
}
}















