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

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

コンテンツ

----------------------------------*/
#main {
	background: #fff;
	color: #545454;
	padding-bottom: 0;
}
.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;
}
/*
.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;
}
.box-mb-2 {
  margin-bottom: -2em;
}
.col-3.box-mb-2 {
  justify-content: flex-start;
}
.col-3.box-mb-2 > div{
  margin-right: calc(.5% + 1.5em);
  margin-bottom: 2em;
}
.col-3.box-mb-2 div:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
.box-mb-2 {
  margin-bottom: 0;
}
}

.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 1em;
	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: 1em;
	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;
}
@media only screen and (min-width: 768px) {
*/
/* タブメニュー表示　*/
/*
.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) {
	#main > .container:last-child {
		padding-bottom: 130px!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;
}
*/

/* タブメニュー表示　*/
/*
.tab-switch,
.tab-switch+.nav-tab {display:none;}
.tab-wrap {
  flex-direction: column;
}
.nav-tab {
  order: 0;
	text-align: left;
	padding: .75em 1em;
	border: 1px solid #ccc;
	margin-top: .5em;
	transition: all .25s;
	}
.nav-tab::before,
.nav-tab::after {
	position: absolute;
	right: 1em;
	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);
}
*/
/* アクティブなタブ */
/*
.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);
	}
*/
}


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

プリンテッド・エレクトロニクス

----------------------------------*/
.col-type > div {
    padding: 2.5vw 2vw;
    background: #f6f6f6;
    margin-top: -3em;
}
.col-type.p-e .col-wrap-white {
	background: #fff;
	padding: 2em;
}
.img_wrap-p-e {
	margin-bottom: 2em;
}
.max-w160 {
	max-width: 160px;
}
.max-w240 {
	max-width: 240px;
}
.max-w320 {
	max-width: 320px;
}
.max-w780{
	max-width: 780px;
}
.container-inner .max-w780.mb-1{
	margin: auto;
}

@media only screen and (max-width: 767px) {
#main .container .container-inner .col-4.mb-3 .link-btn-l{
	margin-bottom: 1.5em;
}
.list-p-e {
	padding: .75em;
}
.list-p-e li {
	width: 50%;
	margin-right: 0 !important;
}
.col-type.p-e .col-wrap-white {
	padding: 1em;
}
.img_wrap-p-e {
	margin-bottom: 1em;
}
.col-type > div {
	padding: 1em;
	background: #f6f6f6;
	margin-top: -1.8em;
	}
}


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

プリンテッド・エレクトロニクス > 電磁波シールド

----------------------------------*/
/*.container-inner .heading-2.is-title-left{
	text-align: left;
}
.list-non-num{
	margin-bottom: 1em;
}
.list-non-num li{
	padding: 1em;
	border-bottom: 1px solid #dedede;
	font-weight: bold;
	font-size: 1.7rem;
}

.is-comparison th{
	background: #e3e3e3;
	color: #545454;
}
*/

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

プリンテッド・エレクトロニクス > 電磁波シールド

----------------------------------*/
.shield-wrap {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.shield-topix {
	width: 100%;
    background: linear-gradient(#e9e9e9, #aaa);
    padding: 2em;
}
.shield-topix div {
    background: #fff;
    padding: 3em;
}
.heading-shield {
	font-size: 2.8rem;
	font-weight: bold;
}
.heading-shield span{
	color: blue;
}
.shield-btn a{
	width: 50%;
}
.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){
.shield-topix {
    padding: 1em;
}
.shield-topix div {
    padding: 1em;
}
.heading-shield {
    font-size: 2.4rem;
}
.shield-btn a {
	max-width: 480px;
    width: 100%;
}
.shield_feature .col-2 section{
	width: 100%;
}
#main .shield_profile img{
	min-width: 200px;	
}
}