@charset "UTF-8";
/* CSS Document */


/*----------------------------------

コンテンツ

----------------------------------*/
.title-page {
	background: linear-gradient(0deg, #00437F 0, #111111 100%);
	margin-bottom: calc(50px + 2.5vw);
	position: relative;
}
.title-page > .units-row-wrap {	
align-items: flex-end;	
}
.heading-1 {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 300px;
	position: relative;
  max-width: 1200px;
  width: 100%;
  margin: auto 0;	
padding: 2em 0;
}
.heading-1 h2 {
	font-size: 3.4rem;
	font-weight: bold;
}
.heading-1 h2 .heading-shoulder {
	display: block;
	font-size: 1.8rem;
}
.heading-1 h2 .heading-sub {	
font-weight: normal;	
  margin-left: .5em;
}
.heading-1 p:first-of-type {
	margin-top: .5em;
}
.heading-1 p:not(:last-child){
	margin-bottom: .5em;
}

#main {
	background: #fff;
	color: #545454;
	font-size: 1.5rem;
	padding-bottom: 0;
}
#main img {
	width: 100%;
}
#main > .container {
	padding-top: 110px;
	margin-top: -110px;
}
@media only screen and (min-width: 768px) {
#main.feature > .container {
	padding-top: 150px;
	margin-top: -150px;
}
}
.container-inner {
	width: 100%;
	max-width: 1236px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1.8rem;
	padding-left: 1.8rem;
}
#main > .container {
	padding-bottom: calc(50px + 6vw);
}
.col-2,
.col-2-re,
.col-4,
.col-2-1,
.col-2-2,
.col-2-2-re,
.col-3,
.col-3-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.col-2-re,
.col-2-2-re {
	flex-direction: row-reverse;
}
.col-scroll {
	overflow-x: auto;
}
.col-2-2 > div {
	width: calc(50% - .75em);
}
.col-type {
	padding-top: 75px;
    margin-top: -75px;
	margin-bottom: 7em;
	flex-wrap: wrap;
}

.col-type > .col-2 {
	padding: 2.5vw 2vw;
	background: #f6f6f6;
	margin-top: -3em;
}
.img_wrap {
  display: table;
  margin: 0 auto;
}
.video {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.video::before {
	content: "";
	padding-top: 56.25%;
	display: block;
}
.video iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.topix-text {	
margin-bottom: 2em;	
padding-bottom: 2em;	
border-bottom: 1px solid #ccc;	
}	
.topix-text:last-child{	
margin-bottom: 0;	
padding-bottom: 0;	
border-bottom: none;	
}	

.new-icon {
  display: none;
}
.new-icon.icon-show {
  display: inline-block;
  padding: 3px 20px 3px 10px;
  background: #e60012;
  color: #fff;
  font-size: 1.3rem;
  font-style: normal;
  margin-bottom: 1em;
	position: relative;
}
.new-icon.icon-show:after {
	content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 2em solid #fff;
  border-left: 1em solid transparent;
}

.press {	
background: #eee;	
padding: .15em .5em;	
display: inline-block;	
color: #005bac;	
margin-top: .5em;	
}
/* タブメニュー表示　*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-around;
	position: relative;
}
.tab-wrap .heading_tab {
	display: block;
	text-align: center;
	margin-bottom: 1.5em;
	font-weight: normal;
	padding-bottom: .75em;
	position: relative;
}
.tab-wrap .heading_tab::after {
	content: '';
	background: #005bac;
	display: block;
	width: 60px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 30px);
}
.nav-tab,
.nav-down {
	background: #f6f6f6;
  font-weight: bold;
  text-align: center;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
/*　ドロップダウンタブ　*/
.nav-down {
	display: block;
  order: 0;
	text-align: left;
	padding: .75em;
	border: 1px solid #ccc;
	margin-top: .5em;
	transition: all .25s cubic-bezier(.4,0,.2,1);
	}
.nav-down::before,
.nav-down::after {
	position: absolute;
	right: .75em;
	width: 1em;
	height: 2px;
	background: #333;
	content: "";
}
.nav-down::before {
	-webkit-transform: rotate(0deg);
	top: calc(50% - 1px);
	transform: rotate(0deg);
}
.nav-down::after {
	-webkit-transform: rotate(90deg);
	top: calc(50% - 1px);
	transform: rotate(90deg);
}
.tab-down:checked + .nav-down::after {
	display: none;
}
.tab-content,
.tab-down-content {
	background: #fff;
	width: 100%;
	height: 0;
	overflow: hidden;
	/* スクロールバー非表示　IE, Edge */
	-ms-overflow-style: none;
	/* スクロールバー非表示　Firefox */
	scrollbar-width: none;
	opacity: 0;
	position: relative;
}
/*スクロールバー非表示　Chrome, Safari */
.tab-content::-webkit-scrollbar,
.tab-down-content::-webkit-scrollbar {
    display:none;
  }
.tab-content > div {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
}
.tab-down:checked + .nav-down + .tab-down-content {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: .6s opacity;
	padding: 1em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
.tab-down:checked + .nav-down + .tab-down-content > div {
	width: 100%;
	height: auto;
	overflow: auto;
	opacity: 1;
  transition: .6s;
	transform: translate(0);
	}

/* ラジオボタン非表示 */
.tab-switch,
.tab-switch-sp,
.tab-down {
  display: none;
}
.container .tab-content p {
	margin-bottom: .5em;
}

.flex-center{
	display: flex;
	justify-content: center;
}


@media only screen and (min-width: 768px) {
.title-page.opticalparts {
	background: url("../product/opticalparts/img/title_bk.png") ,linear-gradient(0deg, #00437F 0, #111111 100%);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
.title-page.electronic {
	background: url("../product/electronic-materials/img/title_bk.png") ,linear-gradient(0deg, #00437F 0, #111111 100%);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
.title-page.silver {
	background: url("../product/silver-nano-ink/img/title_bk.png") ,linear-gradient(0deg, #00437F 0, #111111 100%);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
.title-page.celthor {
	background: url("../product/celthor/img/title_bk.png") ,linear-gradient(0deg, #00437F 0, #111111 100%);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
	
	
.title-page.epoxy-resin {
	background: url("../product/epoxy-resin/img/title_bk.png") ,linear-gradient(0deg, #00437F 0, #111111 100%);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
	
.title-page.film .heading-1,
.title-page.products .heading-1,
.title-page.opticalparts .heading-1 {
	max-width: 800px;
	width: calc(100% - 310px - 4%);
}
.title-page.film img,
.title-page.products img,
.title-page.opticalparts img {
	width: 310px !important;
}
main .sp-only {
	display: none;
}
.col-2 > div:not(.col-2-1),
.col-2 > section,
.col-2 > figure,
.col-2 > ul,
.col-2-re > div,
.col-2-re > dl,
.col-2-re > figure,
.col-2-1 > dl,
.col-2-1 > div {
	width: calc(50% - 1em);
}
.col-3 > div,
.col-3 > li,
.col-3 > section,
.col-3 > figure,
.col-3-1 > .unit-3-1 {
	width: calc(33% - 1em);
}
.col-3-1 > .unit-3-2 {
width: 66%;	
}
.col-4 > div,
.col-4 > section,
.col-4 > figure {
	width: calc(25% - 1em);
}

/* タブメニュー表示　*/
.tab-wrap {
	background: #f6f6f6;
	padding: 1em;
}
.nav-tab {
	padding: 1em 0;
	font-size: 1.6rem;
	border-left: 1px solid #ccc;
}
.nav-tab:nth-last-of-type(2){
	border-right: 1px solid #ccc;
}
.tab-content::before {
	content: '';
	border-bottom: 1px solid #ccc;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.tab-content::after {
	content: '';
	border-bottom: 1px solid #ccc;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.tab-content > div {
	transform: translateX(100%);
}
.tab-switch-sp,
.tab-switch-sp+.nav-tab
  {display:none;}
/* アクティブなタブ */
.tab-switch:checked + .nav-tab,
.nav-tab:hover {
  background: #333;
	color: #fff;
	font-weight: bold;
  transition: .25s;
}
.tab-down:checked + .nav-down,
.nav-down:hover {
  background: #333;
	color: #fff;
	font-weight: bold;
  transition: .25s;
}
.tab-down:checked + .nav-down::before,
.nav-down:hover::before,
.nav-down:hover::after {
	background: #fff;
}
.tab-switch:checked + .nav-tab + .tab-switch-sp + .nav-tab + .tab-content {
	width: 100%;
  height: auto;
  overflow: auto;
  opacity: 1;
  padding: 2.5em 1.5em;
	}
.tab-switch:checked + .nav-tab + .tab-switch-sp + .nav-tab + .tab-content > div {
	width: 100%;
	height: auto;
/*	overflow: auto;*/
	opacity: 1;
  transition: .6s;
	transform: translate(0);
	}
.tab-content > div > dl {
	width: calc(50% - 1em);
}

}
@media only screen and (max-width: 767px) {
	.title-page {
		margin-bottom: 40px;
	}

	.heading-1 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 0;
		width: 100% !important;
    padding: 0;
	}
	.heading-1 h2 {
		font-size: 2.6rem;
		font-weight: bold;
	}
	#main {
		min-width: inherit;
	}
#main > .container {
		padding-top: 56px;
		margin-top: -56px;
}
	.container-inner {
		width: 100%;
		padding-right: 1.4rem;
    padding-left: 1.4rem;
	}
	#main > .container {
		padding-bottom: 60px;
	}
	#main > .container:last-child {
		padding-bottom: 130px;
	}
	.col-2,
	.col-2-re,
  .col-3,
	.col-4 {
		flex-direction: column;
	}
	.col-2.sp-re,
	.col-2-re {
		flex-direction: column-reverse;
	}
	.col-2 > div,
	.col-2 > figure,
  .col-2 > section,
  .col-2 > ul,
	.col-2-re > dl,
	.col-2-re > figure,
	.col-3 > div,
	.col-3 > section,
  .col-3 > li,
	.col-3 > figure,
  .col-3-1 .unit-left,	
  .col-3-1 .unit-right,
  .col-4 > div,
	.col-4 > section,
	.col-4 > figure{
		width: 100%;
		margin-bottom: 1em;
	}
  .col-3 > div:not(:last-child),	
.col-3 > section:not(:last-child),	
.col-3 > li:not(:last-child),	
.col-3 > figure:not(:last-child) {	
margin-bottom: 2em !important;	
}	
.col-2 > div:last-child,	
.col-2 > figure:last-child,	
.col-2 > section:last-child,	
.col-2 > ul:last-child,	
.col-2-re > dl:last-child,	
.col-2-re > figure:last-child,	
.col-3 > div:last-child,	
.col-3 > section:last-child,	
.col-3 > li:last-child,	
.col-3 > figure:last-child,	
.col-3-1 .unit-left:last-child,	
.col-3-1 .unit-right:last-child,	
.col-4 > div:last-child,	
.col-4 > section:last-child,	
.col-4 > figure:last-child {	
margin-bottom: 0 !important;	
}
.col-type {
	padding-top: 56px;
    margin-top: -56px;
	margin-bottom: 3em;
}
.col-type > .col-2 {
	padding: 1em /*1em 0*/;
	background: #f6f6f6;
	margin-top: -1.8em;
}
.img_wrap {
  display: table;
  margin: 0 auto;
}
.title-page.film .container-inner.units-row-wrap {
	min-height: 30vh;
	padding: 1em 1em 0 1em ;
}
.title-page.products .container-inner.units-row-wrap {	
min-height: 30vh;	
padding: 2em 1em;	
}
.title-page.opticalparts .container-inner.units-row-wrap {
	background: url("../product/opticalparts/img/title_bk_sp.png") ,linear-gradient(0deg, #00437F 0, #111111 100%);
	background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 30vh;
	padding: 1em 1em 0 1em ;
}
.title-page.electronic .container-inner.units-row-wrap {
	background: linear-gradient(0deg, #00437F 0, #111111 100%);
	background-image: url("../product/electronic-materials/img/title_bk_sp.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 85vw;
	min-height: 30vh;
	padding: 1em;
}
.title-page.silver .container-inner.units-row-wrap {
	background: linear-gradient(0deg, #00437F 0, #111111 100%);
	background-image: url("../product/silver-nano-ink/img/title_bk_sp.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 85vw;
	min-height: 30vh;
	padding: 1em;
}
.title-page.celthor .container-inner.units-row-wrap {
	background: linear-gradient(0deg, #00437F 0, #111111 100%);
	background-image: url("../product/celthor/img/title_bk_sp.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 85vw;
	min-height: 30vh;
	padding: 1em;
}

.title-page.epoxy-resin .container-inner.units-row-wrap {
	background: linear-gradient(0deg, #00437F 0, #111111 100%);
	background-image: url("../product/epoxy-resin/img/title_bk_sp.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 85vw;
	min-height: 30vh;
	padding: 1em;
}
/* タブメニュー表示　*/
.tab-switch,
.tab-switch+.nav-tab {display:none;}
.tab-wrap {
  flex-direction: column;
}
.nav-tab {
  order: 0;
	text-align: left;
	padding: .75em;
	border: 1px solid #ccc;
	margin-top: .5em;
	transition: all .25s;
	}
.nav-tab::before,
.nav-tab::after {
	position: absolute;
	right: .75em;
	width: 1em;
	height: 2px;
	background: #333;
	content: "";
}
.nav-tab::before {
	-webkit-transform: rotate(0deg);
	top: calc(50% - 1px);
	transform: rotate(0deg);
}
.nav-tab::after {
	-webkit-transform: rotate(90deg);
	top: calc(50% - 1px);
	transform: rotate(90deg);
}
  .nav-down {
    font-size: 1.5rem !important;
  }
/* アクティブなタブ */
.tab-switch-sp + .nav-tab:active,
.tab-switch-sp:checked + .nav-tab {
  background: #333;
	color: #fff;
}
.tab-switch-sp + .nav-tab:active::before,
.tab-switch-sp + .nav-tab:active::after,
.tab-switch-sp:checked + .nav-tab::before {
	background: #fff;
}
.tab-switch-sp:checked + .nav-tab::after {
	display: none;
}
.tab-down:checked + .nav-down,
.nav-down:active {
  background: #333;
	color: #fff;
	font-weight: bold;
  transition: .25s;
}
.tab-down:checked + .nav-down::before,
.nav-down:active::before,
.nav-down:active::after {
	background: #fff;
}
.tab-switch-sp:checked + .nav-tab + .tab-content {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: .6s opacity;
	padding: 1em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.tab-switch-sp:checked + .nav-tab + .tab-content > div {
	width: 100%;
	height: auto;
	overflow: auto;
	opacity: 1;
  transition: .6s;
	transform: translate(0);
	}
}

/*----------------------------------

高機能フィルム

----------------------------------*/
.title-page.film .heading-1 {
	max-width: 800px;
	width: calc(100% - 310px - 4%);
}
.title-page.film img {
	max-width: 310px !important;
}
.tab-wrap.film01 dt {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: .5em;
}
.tab-wrap.film01 dd {
	margin-left: .5em;
}
.tab-wrap.film01 dd:nth-of-type(odd) p {
	margin-bottom: .25em !important;
	padding-left: 1em;
	position: relative;
}
.tab-wrap.film01 dd:nth-of-type(odd) p::before {
	content: '';
	border-radius: 50%;
	width: .5em;
	height: .5em;
	display: inline-block;
	background: #666;
	position: absolute;
	top: .5em;
	left: 0;
}
.tab-wrap.film01 dd:nth-of-type(even):not(:last-of-type){
	margin-bottom: 2em;
}
.table-film {
	width: 100%;
}
.table-film th,
.table-film td {
	border: 1px solid #ccc;
	padding: .75em;
}
.table-film th:nth-of-type(5) {
    padding: .75em 0;
}
.table-film th {
	background: #666;
	color: #fff;
	font-weight: bold;
}
ol.film-counter {
	font-size: 1.3rem;
}
ol.film-counter li {
	counter-increment: cnt;
	position: relative;
	padding-left: 2em;
}
ol.film-counter li:before {
	position: absolute;
	left: 0;
    content: "*" counter(cnt) " ";
}
.table-film:not(.table-topix):not(.product) tbody td:nth-child(odd) {
	background: #f6f6f6;
}
.development {
	display: inline-block;
    padding: .5em 1.5em;
    background: #005bac;
    color: #fff;
    font-size: 1.3rem;
    font-style: normal;
    position: relative;
	margin-left: 1em;
	line-height: 1;
}
.development:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 2em solid #000;
    border-right: .5em solid transparent;
}
.development:after {
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 2em solid #000;
    border-left: .5em solid transparent;
}
@media only screen and (min-width: 768px) {
.film01 .nav-tab {
	width: calc(100% / 5);
}
.film02 .nav-tab {
	width: calc(100% / 6);
	padding: .75em 0 .5em;
	font-size: calc(1.2rem + ((1vw - (768 / 100 * 0.1rem)) * 100 * (16 - 12) / (1200 - 768)));
}
	/* IE調整用 */
_:-ms-input-placeholder, :root .film01 .nav-tab {
	width: 20%;
}
_:-ms-input-placeholder, :root .film02 .nav-tab {
	width: 14.285%;
}
.tab-wrap.film02 .tab-switch + .nav-tab {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  line-height: 1.2;
}
.tab-wrap.film02 .tab-switch + .nav-tab img {
	width: 25% !important;
	margin: 0 2px .5em;
}

}

@media only screen and (min-width: 1200px) {
.film02 .nav-tab {
	font-size: 1.6rem;
}
}

@media only screen and (max-width: 767px) {
.tab-wrap.film02 .tab-switch-sp + .nav-tab {
	display: flex;
}
.tab-wrap.film02 .tab-switch-sp + .nav-tab span {
	width: 5em;
	}
.tab-wrap.film02 .tab-switch-sp + .nav-tab img {
	width: 2em !important;
	margin-right: 2px;
}
.table-film {
	width: 1000px;
}
.table-film th:nth-of-type(5) {
    padding: .75em;
}
.title-page.film img {
	width: 60% !important;
	margin: auto;
}
ol.film-counter {
	font-size: 1.2rem;
}
}

/*----------------------------------

高機能フィルム　製品ページ

----------------------------------*/
.list-function {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.list-function li {
  border-radius: 4px;
  padding: .5em 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  font-size: 1.3rem;
  line-height: 1;
  background: #eee;
  color: #545454;
  font-weight: bold;
}
.col-feature {
  background: #f6f6f6;
  padding: 2em;
  margin-bottom: 2em;
  display: flex;
}
.list-feature li {
    position: relative;
    padding-left: 1em;
}
.list-feature li:not(:last-child) {
  margin: 0 0 .5em;
}
.list-feature li::before {
    content: "";
    display: block;
    position: absolute;
    top: .5em;
    left: 0;
    width: .75em;
    height: .75em;
    border-radius: 50%;
    background: #999;
}
.col-film-product {
  display: flex;
  justify-content: center;
}
.heading-film-product {
	font-weight: bold;
	margin-bottom: .5em;
	padding-left: .5em;
	border-left: .25em solid #bbb;
}
.col-film-product > figure,
.col-film-product > div {
  flex-basis: 30%;
  margin: 0 1.5%;
}
.table-film.product {
  text-align: center;
}
@media only screen and (max-width: 767px) {
.list-function li {
  font-size: 1.1rem;
}
.col-feature {
  padding: 1em;
}
.col-film-product {
  display: block;
}
.col-film-product > figure,
.col-film-product > div	{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.col-film-product > figure:not(:last-child),
.col-film-product > div:not(:last-child) {
  margin-bottom: 2em;
}
}

/* さらさら触感AGフィルム */
.products-mark,
.products-mark2 {
	display: flex;
	border: 1px solid #ccc;
	padding: 1em;
	width: 50%;
	min-width: 480px;
	justify-content: space-between;
	align-items: center;
}
.products-mark .img-mark {
	width: 100px;
}
.products-mark .text-mark {
	width: calc(100% - 120px);
}
.products-mark2 .img-mark {
	width: 140px;
}
.products-mark2 .text-mark {
	width: calc(100% - 160px);
}
@media only screen and (max-width: 767px) {
.products-mark,
.products-mark2 {
	width: 100%;
	min-width: inherit;
	padding: .75em;
	}
.products-mark .img-mark {
	width: 80px;
}
.products-mark .text-mark {
	width: calc(100% - 90px);
}
.products-mark2 .img-mark {
	width: 120px;
}
.products-mark2 .text-mark {
	width: calc(100% - 130px);
}
}

/*----------------------------------

オプトセンサグリープ

----------------------------------*/
.next-opticalparts a {
	width: 50%;
	min-width: 480px;
	margin: -1em auto 3em auto;
}

.col-optical-flow {
	background: #eff5fb;
	display: flex;
	flex-wrap: wrap;
	padding: 2vw;
	margin-top: 4em;
}
.col-optical-flow h4 {
	width: 100%;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1vw;
	background: #666;
	color: #fff;
	padding: .25em 0;
}
.back-opt {
    position: relative;
    color: #fff;
    padding-left: 1em;
}
.back-opt a:before {
	position: absolute;
    content: "";
    width: .5em;
    height: .5em;
    bottom: .55em;
    left: 0;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
}
.back-opt a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
.next-opticalparts a {
	max-width: 480px;
	width: 100%;
	min-width: inherit;
	margin: 0 auto 1em auto;
}

.col-optical-flow {
	padding: 1em;
}
.col-optical-flow .list-item {
	margin-bottom: 0;
}
.col-optical-flow h4 {
	font-size: 1.6rem;
}
}

.table-opticalparts-pc th,
.table-opticalparts-pc td,
.table-opticalparts-sp th,
.table-opticalparts-sp td {
	border: 1px solid #bbb;
	padding: .5em .25em;
}
.table-opticalparts-pc tr td {
	text-align: center;
}
.table-opticalparts-pc tr:first-child > th,
.table-opticalparts-pc tr > th {
	background: #666;
	color: #fff;
	font-weight: bold;
}
.table-opticalparts-pc tr > td:nth-child(even) {
/*	background: #f6f6f6;*/
}
.table-opticalparts-pc tr > td:nth-child(odd) {
	background: #f6f6f6;
}
.table-opticalparts-pc tr:last-child > td {
	vertical-align: top;
}
.table-opticalparts-pc tr:last-child > td img,
.table-opticalparts-sp tr:last-child > td img {
	display: block;
	width: 90% !important;
	margin: .5em auto;
}

.table-opticalparts-sp table {
	width: 100%;
}
.table-opticalparts-sp table:not(:last-child) {
	margin-bottom: 2em;
}
.table-opticalparts-sp th:first-of-type {
	width: 7.5em;
	background: #e3e3e3;
}
.table-opticalparts-sp th:nth-child(2) {
	background: #e3e3e3;
}
.table-opticalparts-sp td {
	width: calc(100% - 7.5em);
}
.col-type.opticalparts .col-2-1 {
	margin-bottom: -2em;
}

/*ソリューション例*/
.solution_exam_box {
  margin-bottom: 7em;
}
.solution_exam_box:last-of-type{
  margin-bottom: 0
}
.img_wrap-opticalparts {
	margin-top: 2em;
}
@media only screen and (max-width: 767px) {
.solution_exam_box {
  margin-bottom: 4em;
}
.img_wrap-opticalparts {
	margin-top: 0;
}
}

/*成形プロセス*/
.title-page.opticalparts .heading-1 {
	max-width: 800px;
	width: calc(100% - 310px - 4%);
}
.title-page.opticalparts img {
	max-width: 310px !important;
}
@media only screen and (max-width: 767px) {
.title-page.opticalparts img {
	width: 60% !important;
	margin: auto;
}
.process_img_box.col-3 figure {
  margin-bottom: 2em;
}
.process_img_box.col-3 figure:last-child {
    margin-bottom: 0;
}
}

/*3Dセンシングソリューション*/
.sensing-region .list-item:last-child{
	margin-bottom: 0;
}
.sensing-product .col-2{
	margin-bottom: 3em;
}
.sensing-product .sensing-product-wrap {
	padding: 2.5vw 2vw;
    background: #f6f6f6;
}
.sensing-product .heading-sensing {
	display: block;
	font-size: 2.8rem;
    text-align: center;
    margin-bottom: .75em;
    padding-bottom: .75em;
    position: relative;
}
.sensing-product .heading-sensing:after {
	content: '';
    background: #005bac;
    display: block;
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
}
.sensing-product .heading-sensing02{
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}
.sensing-product .link-btn-l a {
    width: 100%;
}

.sensing-product figure {
    background: #fff;
    padding: 2em;
}
.sensing-col-2{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.sensing-col-2 figure{
	width: calc(50% - 0.25em);
}
@media only screen and (min-width: 768px) {
.sensing-region .nav-tab.sensing-pc {
	width: calc(100% / 5);
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .75em 0;
}
.sensing-region .col-3 > div {
    width: calc(33% - 1vw);
}
.sensing-region .list-item{
		padding-left: 1vw;
}
.sensing-product .sensing-other{
	text-align: center;
}
	/* IE調整用 */
_:-ms-input-placeholder, :root .nav-tab.sensing-pc {
	width: 20%;
}
.sensing-product02 .col-2{
	display: flex;
	flex-direction: row-reverse;
}
}
@media only screen and (max-width: 767px) {
.sensing-product .sensing-product-wrap {
	padding: 2em 1em;
}
.sensing-product .col-2{
	margin-bottom: 2em;
}
.sensing-product figure {
    padding: 1em;
}
.sensing-product .heading-sensing {
	font-size: 2.2rem;
}
.sensing-product .heading-sensing02{
	font-size: 1.6rem;
	text-align: left;
}
.sensing-product .link-btn-l a {
	padding: .75em 3em;
}
}
/*----------------------------------

銀ナノインク

----------------------------------*/
.col-type > div {
    padding: 2.5vw 2vw;
    background: #f6f6f6;
    margin-top: -3em;
}
.col-type.silver .col-wrap-white {
	background: #fff;
	padding: 2em;
}
.img_wrap-silver {
	margin-bottom: 2em;
}
.max-w160 {
	max-width: 160px;
}
.max-w240 {
	max-width: 240px;
}
.max-w320 {
	max-width: 320px;
}
.max-w440 {
	max-width: 440px;
}
.max-w660 {
	max-width: 660px;
}
.max-w700 {
	max-width: 700px;
}
.max-w780 {
	max-width: 780px;
}
.max-w800 {
	max-width: 800px;
}
@media only screen and (max-width: 767px) {
.list-silver {
	padding: .75em;
}
.list-silver li {
	width: 50%;
	margin-right: 0 !important;
}
.col-type.silver .col-wrap-white {
	padding: 1em;
}
.img_wrap-silver {
	margin-bottom: 1em;
}
.col-type > div {
	padding: 1em;
	background: #f6f6f6;
	margin-top: -1.8em;
	}
}
/* 銀ナノ粒子の紹介 */
.type-introduction {
	font-size: 1.8rem;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
	margin-bottom: .5em !important;
}
.type-introduction span {
	font-size: 1.3rem;
	font-weight: normal;
	margin-left: 1em;
}
@media only screen and (max-width: 767px) {
.type-introduction {
	font-size: 1.6rem;
}
.type-introduction span {
	font-size: 1.2rem;
}
}
/* 銀ナノ粒子の使用例 */

.table-wrap.example .img-ink {
	width: 40%;
	margin: 0 auto .5em;
}
.table-wrap.example .img-ink2 {
	max-width: 250px;
	margin: 0 auto;
}
.type-example {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5em;
}
.example-arrow {
	background: linear-gradient(90deg, rgba(0,91,172,1) 0%, rgba(0,0,0,1) 100%);
}
.example-arrow figure {
	width: 90%;
	max-width: 800px;
	margin: auto;
}
@media only screen and (max-width: 767px) {
.table-wrap.example .img-ink2 {
	max-width: 200px;
}
.type-example {
	font-size: 1.6rem;
}
.example-arrow figure {
	max-width: 600px;
	}
}

/* 銀ナノインクの特徴 */
.list-5feature {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list-5feature li {
	display: flex;
	flex-direction: column;
	flex-basis: 48%;
}
.list-5feature li:not(:last-child) {
	margin-bottom: 1.5em;
}
.list-5feature li span:first-child {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background: #edf4fb;
	color: #005bac;
	padding: .4em;
	margin-bottom: .4em;
}
.list-5feature li span:last-child {
}
.table-wrap.feature {
	text-align: center;
}

.table-wrap.feature .col-item {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: .5em;
}
.table-wrap.feature .col-item p {
	width: 8em;
}
.table-wrap.feature .col-item figure {
	width: calc(100% - 9em);
	max-width: 120px;
}
.table-wrap.feature .font-s {
	display: block;
}
@media only screen and (max-width: 959px) {
.table-wrap.feature .col-item {
	flex-direction: column-reverse;
}
.table-wrap.feature .col-item figure {
	width:100%;
	margin-bottom: .5em;
}
}
@media only screen and (max-width: 767px) {
.list-5feature li {
	flex-basis: 100%;
	margin-bottom: 1.5em;
}
.list-5feature li span:first-child {
	font-size: 1.6rem;
}
}
/* 各インクの詳細共通 */
.col-viscosity-data {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mt-viscosity {
	margin-top: 60px;
}
.col-viscosity-data > .unit-3-1 {
	width: 240px;
}
.col-viscosity-data > .unit-3-2 {
	width: calc(96% - 240px);
}
.col-viscosity-data th,
.col-viscosity-data td {
	width: calc(100% / 3);
	text-align: center;
	line-height: 1.4;
}
@media only screen and (max-width: 767px) {
.col-viscosity-data {
	display: block;
	}
.mt-viscosity {
	margin-top: 30px;
}
.col-viscosity-data > .unit-3-1 {
	width: 200px;
	margin: auto;
}
	.col-viscosity-data > .unit-3-2 {
		width: 100%;
		margin-top: 2em;
	}
table.viscosity thead {
	display: none;
}
table.viscosity tbody tr {
	display: flex;
	flex-direction: column;
}
table.viscosity td {
	padding: 0 0 2em 0;
	border: none;
}
table.viscosity td:before {
	content: attr(data-label);
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1em;
	background: #f6f6f6;
	padding: .5em;
	display: block;
	text-align: center;
}
	table.viscosity .max-w240 {
		max-width: 65%;
	}
}

/*----------------------------------

電子材料向け溶剤

----------------------------------*/
.list-celthor {
	width: 1200px;
}
.list-celthor th,
.list-celthor td {
	text-align: center;
	font-size: 11px;
	padding: 0 1px;
}
.list-celthor th:not(:last-child),
.list-celthor td:not(:last-child) {
	border-right: 1px solid #bbb;
	text-align: center;
	font-size: 11px;
	padding: .5em 1px;
}
.list-celthor th {
	background: #666;
	color: #fff;
}
.list-celthor td {
	color: #545454;
}
.list-celthor td p.celthor-notes {
    padding-left: 1em;
    position: relative;
}
.list-celthor td p.celthor-notes:before {
    content: '*';
    position: absolute;
    left: 0;
}
.list-celthor tr:nth-child(even) td {
	background: #f6f6f6;
}
.list-celthor tr:nth-child(odd) td {
	background: #e3e3e3;
}
.list-celthor th:nth-child(1) {
	width: 72px;
}
.list-celthor th:nth-child(2) {
	width: 170px;
}
.list-celthor th:nth-child(3) {
	width: 120px;
}
.list-celthor th:nth-child(4) {
	width: 90px;
}
.list-celthor th:nth-child(5) {
	width: 74px;
}
.list-celthor th:nth-child(6) {
	width: 50px;
}
.list-celthor th:nth-child(7) {
	width: 64px;
}
.list-celthor th:nth-child(8) {
	width: 54px;
}
.list-celthor th:nth-child(9) {
	width: 54px;
}
.list-celthor th:nth-child(10) {
	width: 54px;
}
.list-celthor th:nth-child(12) {
	width: 60px;
}
.list-celthor th:nth-child(13) {
	width: 66px;
}
.list-celthor th:nth-child(14) {
	width: 58px;
}
.list-celthor th:nth-child(15) {
	width: 58px;
}
.list-celthor img {
	max-width: 110px;
	width: auto !important;
	height: auto;
	margin: 5px 2px;
}
.list-celthor td.example {
    text-align: left;
}
.list-celthor td.example li {
    position: relative;
	padding-left: 1em;
	margin-left: .5em;
}
.list-celthor td.example li:before {
	content:"";
    position: absolute;
	display: block;
	left: 0;
	top: .45em;
    width: 6px;
    height: 6px;
	background: #545454;
	moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px; 
	border-radius: 3px;
	
}
.list-celthor-2 {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	text-align: center;
}
.list-celthor-2 dt {
	width: 100%;
	background: #666;
	color: #fff;
	padding: .25em;
}
.list-celthor-2 dd {
	width: calc(100% / 8);
	background: #eee;
	color: #545454;
	padding: .25em;
	border-left: 1px solid #999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.list-celthor-2 img {
	max-height: 30px;
}
.list-celthor-2 dd:nth-of-type(8n) {
	border-right: 1px solid #999;
}
.list-celthor-2 th,
.list-celthor-2 td {
	border: 1px solid #999;
	text-align: left;
	font-size: 10px;
	padding: 0 1px;
}


/*----------------------------------

レジストポリマー

----------------------------------*/
.electronic ul.col-2 {
	width: 100%;
	text-align: center;
	border-right: 1px solid #ccc;
}
.electronic ul.col-2 li{
	background: #333;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	border-left: 1px solid #ccc;
	width: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.electronic ul.col-2 li a {
	background: #f6f6f6;
	color: #333;
	padding: 1em 0;
	width: 100%;
}
.electronic .tab-content {
	padding: 2.5em 1.5em;
}
.electronic .tab-content,
.electronic .tab-content > div {
	height: auto;
	opacity: 1;
	transform: translateX(0);
}
.electronic .tab-content figure img {
	border: 1px solid #ccc;
	padding: 2vw;
	display: inline-flex;
}
.electronic .tab-content > div.col-scroll {
	    overflow-x: auto;
}
.table-electronic {
	width: 100%;
}
.table-electronic th,
.table-electronic td {
	border: 1px solid #ccc;
	padding: .75em;
}
.table-electronic th {
	background: #666;
	color: #fff;
	font-weight: bold;
}
.table-electronic > thead > tr > th {
    width: calc(100% / 6);
}
@media only screen and (min-width: 768px){
.electronic ul.col-2 li a:hover {
	background: #333;
	color: #fff;
}
.electronic .col-2 > div {
	width: calc(60% - 1em);
	}
.electronic .tab-content figure {
	width: calc(40% - 1em);
	}
}

@media only screen and (max-width: 767px){
.electronic ul.col-2 {
	border-bottom: 1px solid #ccc;
	flex-direction: row;
}
.electronic ul.col-2 li a:active {
	background: #333;
	color: #fff;
}
.electronic .tab-content {
    padding: 1em;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.table-electronic {
	width: 800px;
}
}

.circle01:before {
    content: "1";
    font-size: 1.4rem;
    color: #000;
    background-color: #fff;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    margin-right: .5em;
}
.circle02:before {
    content: "2";
    font-size: 1.4rem;
    color: #000;
    background-color: #fff;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    margin-right: .5em;
}
.circle03:before {
    content: "3";
    font-size: 1.4rem;
    color: #000;
    background-color: #fff;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    margin-right: .5em;
}
.circle04:before {
    content: "4";
    font-size: 1.4rem;
    color: #000;
    background-color: #fff;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    margin-right: .5em;
}
.use-heading {
  font-size: 1.6rem;
}
.use-link .use-link-col-2 a div {
    width: 50%;
    text-align: center;
    padding: 0 .5em;
    max-width: 100%;
}
.use-link .use-link-col-2 a figure{
  width: 50%;
}
/*----------------------------------

ダウンロード

----------------------------------*/
.title-page_download .heading-1 {
    height: 11vw;
    min-height: 150px;
    max-height: 200px;
}
.dl-btn a {
	display: inline-block;
	text-align: center;
	padding: .3em .5em;
	min-width: 110px;
	font-weight: bold;
	background-color: #fff;
	border:1px solid #005bac;
	color: #005bac;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	z-index: 0;
	box-sizing: border-box;
	border-radius: .25em;
	width: 100%;
}
.dl-btn a::after {
	width: 100%;
	height: 0;
	left: 0;
	bottom: 0;
	transition-duration: 0.3s;
	transform-origin: bottom left;
	box-sizing: border-box;
	background-color: #005bac;
	content: '';
	position: absolute;
	z-index: -1;
}
.dl-btn a:hover {
	color: #fff;
}
.dl-btn a:hover::after {
    height: 100%;
    width: 100%;
}
.container-download .tab-down:checked + .nav-down + .tab-down-content {
	height: auto;
	overflow: auto;
	opacity: 1;
	transition: .6s opacity;
	padding: 0;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-bottom: 2.5em;
	}
.container-download .container-inner > label{
	margin-top: 1em;
}
.container-download .container-inner > label:first-of-type{
	margin-top: 0;
}
.container-download .link-btn-l a,
.container-download .link-btn-w a {
	width: 30%;
	min-width: 360px;
}
@media only screen and (max-width: 767px){
.container-download .link-btn-l a {
    width: 100%;
	min-width: 200px;
    max-width: 360px;
}
}




/*----------------------------------

エポキシ樹脂

----------------------------------*/
/*共通*/
.list-dot.list-blue li::before {
  background: #005bac;
}

.blue-text{
	color: #0000ff;
}

/*table 共通*/
.epoxy-table tbody th {
  background: #005bac;
}
.epoxy-table th a {
  border-bottom: 1px solid #fff;
  padding-bottom: .2em;
}
.epoxy-table th a:hover {
  border-bottom: none;
}
.epoxy-table th,
.epoxy-table td {
  font-size: 1.4rem;
  padding: .5em;
  border-right: none;
  border-left: none;
}
.epoxy-table tr td:last-of-type {
  padding-right: 0;
}
.epoxy-table .list-dot li::before {
  width: .4em;
  height: .4em;
  top: .6em;
  background: #005bac;
}

th.th-gray01 {
  color: #545454;
  background: #d9d9d9 !important;
}
.table-film.td-white td {
  background-color: #fff !important;
}


.epoxy-table.borders th, .epoxy-table.borders td {
    border: 1px solid #ccc;
}

.table-film td.td-gray01 {
  background-color: #f6f6f6 !important;
}

.table-film td.td-lightblue{
	background-color: #eaf5ff !important;
}



/*table 製品紹介*/
.epoxy-table-list th,
.epoxy-table-list td {
  font-size: 1.4rem;
  padding: .5em;
}

.epoxy-table-f-s {
  font-size: 1.2rem;
  line-height: 1.5;
  display: inline-block;
}
.epoxy-table-f-ss {
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
}
.epoxy-table-list figcaption {
  font-size: 1rem !important;
}

@media only screen and (max-width: 767px){
.epoxy-table tr th:first-of-type,
.epoxy-table-list tr > th:first-of-type {
  position: sticky;
  left: 0;
  z-index: 1;
}
}

/*TOP*/
.epoxy-top-col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.epoxy-top-col2 section {
  width: 48%;
  background: #eaf5ff;
  padding: 1.5em 1.5em 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 767px){
.epoxy-top-col2 section {
  width: 100%;
  padding: 1.5em;
}
}

/*個別ページ*/
.epoxy-heading-2_wrap {
  background: #eaf5ff;
  padding: 2em;
  margin-bottom: 2em;
}
.epoxy-heading-2 {
  font-size: 4.5rem;
  font-weight: bold;
  color: #262626;
  margin-bottom: .75em;
  line-height: 1.4;
}
.epoxy-heading-2 > span {
  display: block;
}
.epoxy-heading-2-sub1 {
  font-size: 1.6rem;
  color: #005bac;
  margin-bottom: .25em;
}
.epoxy-heading-2-sub2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #7f7f7f;
  margin-top: .25em;
}
.epoxy-col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5em 0 2em;
}
.epoxy-inner {
  width: 46%;
}
.epoxy-inner .heading-3 {
  color: #005bac;
}
.epoxy-box01 {
  margin-bottom: 3em;
}
.epoxy-box01 > .list-dot li::before {
  width: .4em;
  height: .4em;
  top: .6em;
}
.epoxy-specification {
  width: 100%;
}
.epoxy-specification tr {
  border-bottom: 1px solid #ccc;
}
.epoxy-specification tr:first-of-type {
  border-top: 1px solid #ccc;
}
.epoxy-specification th {
  width: 9em;
  background: #e3e3e3;
  padding: .7em .5em;
}
.epoxy-specification td {
  width: calc(100% - 9em);
  padding: .7em .5em .7em 1.2em;
}
.epoxy-specification figure.structure {
  width: 100%;
  max-width: 240px;
  margin: auto;
}
@media only screen and (min-width: 768px){
  
}
@media only screen and (max-width: 767px){
.epoxy-heading-2_wrap {
  padding: 1em;
}
.epoxy-heading-2 {
  font-size: 2.6rem;
  margin-bottom: .75em;
}
.epoxy-heading-2-sub1 {
  font-size: 1.2rem;
}
.epoxy-heading-2-sub2 {
  font-size: 1.4rem;
}
.epoxy-col2 {
  margin: 3em 0 2em;
}
.epoxy-inner {
  width: 100%;
}
}


/*----------------------------------

カプラクトン誘導体

----------------------------------*/
/*TOP*/
.list-1em > li {
  position: relative;
  padding-left: 1.5em;
}
.list-1em > li > span {
  position: absolute;
  left: 0;
}
.capro-features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.capro-features section {
  width: 47%;
  background: #eaf5ff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.3em 2em 2em;
  margin-bottom: 4em;
}
.capro-features section h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #0000ff;
  text-align: center;
  margin-bottom: .5em;
}
.praxel_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.praxel_list section {
  width: 47%;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.3em 2em 2em;
  margin-bottom: 4em;
}
.praxel_list section h4 {
  margin-bottom: .5em;
}

@media only screen and (max-width: 767px){
.capro-features section {
  width: 100%;
  padding: 1.2em 1.5em 2em;
  margin-bottom: 2em;
}
.capro-features section figure {
  max-width: 500px;
}
.praxel_list section {
  width: 100%;
  padding: 1.2em 1.5em 2em;
  margin-bottom: 2em;
}
}

/*製品一覧*/

@media only screen and (max-width: 767px){
.caprolactone-sp-width01 {
  width: 20% !important;
}
}
