<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */



.section .txt-color1 {
	color: #126BAC;	
}

#electrode-title {
	width: 100%;
	max-width: 760px;
	padding-top: calc(270 / 760 * 100%);
	background-image:url(../img/index/bg_h1.jpg);
	margin-bottom: 30px;
	display: table;
}
@media screen and (max-width: 949px) {
	#electrode-title {
		width: calc(100% + 50px);
		margin-left: -25px;
		margin-right: -25px;
		background:url(../img/index/bg_h1_sp.jpg) no-repeat center bottom;
		background-size: cover;
	}
}
#sub #contents h1 {
	display: table-cell;
	text-align: left;
	vertical-align: bottom;
	bottom: 30px;
	color: #fff;
	font-size: 2.5em;
	font-weight: bold;
	background: none;
	padding: 20px;
	margin: 0px;
}

.this .col-3 &gt; .box {
	width: 214px;
	border: solid 3px #ccc;
}

.this .col-3 &gt; .box &gt; .box-header {
	text-align: center;
	margin-top: 10px;
}

.this .col-3 &gt; .box &gt; .box-header &gt; h5 {
	margin: 10px 10px;
	padding: 5px;
	background-color: #DEEEFA;
	font-weight: bold;
}

.this .col-3 &gt; .box &gt; .box-body {
	margin: 10px 10px 5px 10px;
}

.this .col-3 &gt; .box &gt; .box-body &gt; li {
	font-size: 0.8em;
	list-style: disc;
	margin-left: 1.5em;
	margin-bottom: 5px;
}

#menu {
	border-top: solid 1px #ccc;
	padding-top: 40px;	
}

@media screen and (max-width: 949px) {
	#sub #contents p.img_overwrapp{
		width: calc(100% + 50px);
		margin-left: -25px;
		margin-right: -25px;
	}
}</pre></body></html>