@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

a{
	color: #333;
	text-decoration: none;
}

a:visited, a:hover, a:active {
	color: #333;
}

body{
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
	font-size: 0.9em;
	color: #333;
}

body h1{
	  padding: 1rem 2rem;
	  border-left: 15px solid red;
		border-bottom: 1px solid #555555;
		font-size: 1em;
}

body h2{
	font-size: 1em;
}

body h3{
	font-size: 1em;
	color: #333;
}

body p{
	font-size: 1em;
	color: #333;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}

.text-line {
	display: flex;
	align-items: center;
}

.text-line:before, .text-line:after {
	content: "";
	flex-grow: 1;
	height: 1px;/* 線の太さ */
	background: #DDDDDD;/* 線の色 */
	margin: 0 2em;/* 文字と線の余白 */
}

.main_index {
	margin:0 auto;
	max-width: 1280px;
	height:800px;
	table-layout:fixed;
	padding: 1em 0 1em;
	background-image: url(../image/background.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.main {
	margin:0 auto;
	max-width: 1280px;
	height:100px;
	table-layout:fixed;
	padding: 1em 0 1em;
	background-image: url(../image/background.png);
	background-size: cover;
	background-repeat: no-repeat;
}

/*検索ボックス*/
.search_container{
 	box-sizing: border-box;
	text-align: center;
	margin:300px 0 0 0;
}
.search_container input[type="text"]{
  border: 1px solid #999;
  padding: 3px 5px;
  border-radius: 20px;
  height: 2.0em;
  width: 245px;
  overflow: hidden;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  outline : none;
  display: inline-block;
  vertical-align: middle;
}
/*検索ボックスここまで*/

.wrapper1 {
		max-width: 1024px;
		margin:20px auto;
}

.wrapper_top {
		max-width: 100%;
		margin:0px auto;
			clear: both;
}

.wrapper_left {
		max-width: 492px;
		margin:0px auto;
		padding: 5px 5px 5px 5px;
}

.wrapper_left_30 {
	 float:left;
	max-width: 30%;
		margin:0px auto;
		padding: 5px 0px 0px 0px;
}

.wrapper_right_70 {
	float:right;
	max-width: 70%;
		margin:0px auto;
		padding: 5px 0px 0px 0px;
}

.footer{
	width: 100%
;
}

.Map {
  padding: 5px 5px 5px 5px;
	border: 0px solid #333333;
	border-radius: 10px;
	background-color: #FFFFFF;
	width: 100%;
	height: 450px;
	display: block;
	margin: 0 auto;
	box-shadow: 0 10px 25px 0 rgba(1, 3, 3, 0.2);
}


.wrap_row{
	display:flex;
	flex-direction: row;
  flex-wrap: wrap;
}

.item_row{
	text-align: center;
	width: 510px;
}

.table01 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.table01 th {
 height: 40px;
 border-bottom: solid 4px #555555;
 color: #555555
}
.table01 td {
 height: 80px;
 border-bottom: solid 1px #555555;
}

.table01 img {
	  border-radius: 10px 10px 10px 10px;
		filter: drop-shadow(5px 5px 5px #aaa);
}

/*セレクトボックスここから*/

select {
	margin-left: 10px;
	font-size: 16px;
	transform: scale(0.8);
	border-radius: 5px;
	border: 2px solid #4A78BF;
}

.selbox {
	text-align: center;
}

.selbox_head {
	max-width: 1024;
	text-align: center;
}

.selbox img{
	filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.3));
	border-radius: 10px 10px 10px 10px;
	width: 70%;
}
/*サプライヤここから*/

#all {
	display: block;
	width: 100%;
	margin-top: 10px;
}

#descrete {
	display: block;
	width: 100%;
	margin-top: 10px;
}

#ceramiccap {
	display: block;
	width: 100%;
	margin-top: 10px;
}

#electrolyticcap{
	display: block;
	width: 100%;
	margin-top: 10px;
}

#supercap{
	display: block;
	width: 100%;
	margin-top: 10px;
}

#resistor{
	display: block;
	width: 100%;
	margin-top: 10px;
}

#inductor{
	display: block;
	width: 100%;
	margin-top: 10px;
}

#diode{
	display: block;
	width: 100%;
	margin-top: 10px;
}

#power{
	display: block;
	width: 100%;
	margin-top: 10px;
}

#crystal{
	display: block;
	width: 100%;
	margin-top: 10px;
}

#sensor{
	display: block;
	width: 100%;
	margin-top: 10px;
}

#microcontroller{
	display: block;
	width: 100%;
	margin-top: 10px;
}

#radio{
	display: block;
	width: 100%;
	margin-top: 10px;
}

#connector{
	display: block;
	width: 100%;
	margin-top: 10px;
}

#memory{
	display: block;
	width: 100%;
	margin-top: 10px;
}

#radiomodule{
	display: block;
	width: 100%;
	margin-top: 10px;
}
/*サプライヤここまで*/
/*カスタマーここから*/

#all_customer{
	display: block;
	width: 100%;
	margin-top: 10px;
}

#enduser{
	display: block;
	width: 100%;
	margin-top: 10px;
}

#ems{
	display: block;
	width: 100%;
	margin-top: 10px;
}

#module{
	display: block;
	width: 100%;
	margin-top: 10px;
}
/*カスタマーここまで*/

.itemlist {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	padding: 0px;
	text-align: center;
	margin-top: 5px;
}
@media (max-width: 512px) {
.itemlist {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding: 0px;
	text-align: center;
	margin-top: 5px;
}
}
/*セレクトボックスここまで*/

.logo {
	padding: 1em 1em 3em 1em;
	border: none;
	display: inline-block;
	width: 300px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
}
/*ナビ*/

.Nav {
	border-top: solid 1px #F5F4F0;
	border-bottom: solid 1px #F5F4F0;
	max-width: 1280px;
}
@media screen and (max-width: 700px) {
  .Nav {
    position: relative;
  border-top:none;
  }
}

.Nav .navbtn {
	display: none;
}
@media screen and (max-width: 700px) {
  .Nav .navbtn {
    display: block;
    position: absolute;
    top: -50px;
    right: 0px;
  }
}
@media screen and (max-width: 700px) {
  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #000;
  }
  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
   transition: .2s;
  }
  .Nav .navbtn a.open::before {
    top:19px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  }
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom:10px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #fff;
    transition: .2s;
  }
  .Nav .navbtn a.open::after {
    bottom:18px;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  }
}
@media screen and (max-width: 700px) {
  .Nav .navbtn a.open {
  }
}
@media screen and (max-width: 700px) {
  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top:18px;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  .Nav .navbtn a.open span::after {
    display: none;
  }
}

.Nav ul.close {
	display: none;
	border-top: solid 1px #F5F4F0;
}

.Nav > ul {
	margin: 0 auto;
	max-width: 1280px;
	background: linear-gradient(#d7e7fa, #90c1fc);
 	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .5);
}
@media screen and (max-width: 700px) {
  .Nav > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #FFF;
  }
}

.Nav > ul > li {
	position: relative;
	display: inline-block;

}
@media screen and (max-width: 700px) {
  .Nav > ul > li {
    display: block;
    border-bottom: solid 1px #dddddd;
  }
}

.Nav > ul > li a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 0.5em 3em 0.5em 3em;
	font-size: 1em;
	color: #333;
	background: linear-gradient(#d7e7fa, #90c1fc);
	z-index: 2;
}

.Nav > ul > li.parent > a {
	padding-right: 25px;
}

.Nav > ul > li.parent > a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 6px;
	height: 6px;
	margin: -6px 0 0 0;
	border-top: solid 2px #e90000;
	border-right: solid 2px #e90000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
@media screen and (max-width: 700px) {
.Nav > ul > li.parent.open > a::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
}
@media screen and (max-width: 700px) {
  .Nav > ul > li.parent.open {
    border-bottom: none;
  }
}

.Nav > ul > li.parent.open > a{
	color: #FFF;
}

.Nav > ul > li.parent.open > a::after {
	background: #333;
	-webkit-transform: scale(1);
	transform: scale(1);
}
@media screen and (max-width: 700px) {
  .Nav > ul > li.parent.open > a {
    color: #FFF;
  }
}

.Nav > ul > li a:hover {
	color: #fff;
}

.Nav > ul > li a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.Nav > ul > li a, .Nav > ul > li a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.Nav > ul > li a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}

.Nav > ul > li a:hover::after {
	background: #333;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* 2階層 */

.Nav > ul > li > ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: auto;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 9;
	list-style: none;
}
@media screen and (max-width: 700px) {
  .Nav > ul > li > ul {
    background-color: #fbfbfb;
    position: static;
  }
}

.Nav > ul > li > ul li {
	white-space: nowrap;
}

.Nav > ul > li > ul li a {
	position: relative;
	padding: 12px 27px 12px 27px;
}
@media screen and (max-width: 700px) {
  .Nav > ul > li > ul li a {
    border-bottom: solid 1px #dddddd;
    background-color: #EEE;
  }
}

.Nav > ul > li > ul li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 6px;
	height: 6px;
	margin: -6px 0 0 0;
	border-top: solid 2px #e90000;
	border-right: solid 2px #e90000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.Nav > ul > li > ul li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 700px) {
  .Nav > ul > li > ul li a:hover {
    background-color: #FFF;
  }
}

.Nav > ul > li > ul li ul li a {
	padding-left: 42px;
}

.Nav > ul > li > ul li ul li a::before {
	left: 20px;
}
/*ナビここまで*/

/*問い合わせフォーム*/
#formWrap {
	width:700px;
	margin:10px auto;
	color:#555;
	line-height:120%;
	font-size:90%;

}
table.formTable{
	width:100%;
	margin:0 auto;
  background:#FFFFFF;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:10px auto;

}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}
/*問い合わせフォームここまで*/

/*個人情報の取扱について*/
#NotifyWrap {
	width:700px;
	margin:10px auto;
	color:#555;
	line-height:140%;
	font-size:90%;

}
table.NotifyTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.NotifyTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.NotifyTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#NotifyWrap {
	width:95%;
	margin:10px auto;

}
table.NotifyTable th, table.NotifyTable td {
	width:auto;
	display:block;
}
table.NotifyTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}
/*個人情報の取扱について*/
