@media screen and (min-width: 768px) {
*{
	margin: 0;
	padding: 0;

	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


nav{
  position: fixed;
background-color:black;
  opacity: 0.8;
	width: 100%;
  height: 75px;
	
}
nav ul{
 width:100%; 
  height: 75px;
  display: flex;
  justify-content: center;
}	
nav ul li{
  width:160px;
  height: 50px;
 color: white;
  font-weight: bold;
  text-align: center;
  padding-top:25px; 
}

nav ul{
 width:100%; 
  height: 75px;
  display: flex;
  justify-content: center;
}	
nav ul li{
  width:160px;
  height: 50px;
 color: white;
  font-weight: bold;
  text-align: center;
  padding-top:25px; 
}
nav ul li a{
color:white;
text-decoration: none;
  height: 50px;
}
.menu > li.products {
    position: relative;
}
.gf{
  font-family: 'Roboto', sans-serif;
}
li.products ul.menu__second-level {
    position: absolute;
    top:  40px;
    width: 100%;
    background: #333;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	display:table;
}

li.products:hover ul.menu__second-level {
    top: 75px;
    visibility: visible;
    opacity: 1;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
	z-index: 1;
}

.menu > li:hover {
    background: #666;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
.yohaku{
	margin-top: 130px;
}
header{
  overflow:hidden;
}
main{
  display: block;
}
.yellow{	
	background-color:white;
}
.wide{
  width:980px;
  margin-right: auto;
  margin-left: auto;
}
.center{
  display:flex;
  justify-content: space-between;
}
#box{
width:470px;
height: 253px;
background-color: #E5E5E5;
margin-top: 20px
}
#createyourown{
	background-image: url("../images/create.png");
	width: 530px;
	height: 463px;
  margin-top: -60px;
	margin-left: 10px;
}
	#wafer-image{
		background-image: url("../images/reversiblemain.png");
	width: 530px;
	height: 463px;
  margin-top: -60px;
	margin-left: 10px;
		
	}
	
#feature li{
	font-size: 15px;
	margin-top: 5px;
	padding-left: 20px;
	padding-top: 5px;
	
}
#feature .hosoku{
	font-size: 11px;
	margin-top: 20px;
}
section{
  padding-top: 30px;
}
	#fh12{
	margin-top: 20px;
		margin-left: 10px;
	}
	#fh06{
	margin-top: 20px;
		margin-left: 10px;
	}
	
	
	
.t430Vpic{
  width: 470px;
  height: 480px;
  background-image: url("../../custom/images/t430Vpic.jpg");
  background-repeat: no-repeat;
  background-color: white;
}
.h6r{
  margin-top: 70px;
}

	.fh12{
	margin-top: 100px;
	}
/*
.t450pic{
  width:100%;
  height: auto;
  object-fit: cover;
  background-image: url(../images/no10R40.jpg);
  background-repeat: no-repeat;
  background-color: white;
  
}
*/
 .range{
  width: 500px;
  height: 380px;
  background-color: #F4F4F4;

}
.range2{
  width: 470px;
  height: 370px;
  background-color: #F4F4F4;

}
.table-css{
  border-collapse: collapse;
 margin-left: auto;
margin-right: auto;
 margin-top: 40px;
  width:90%;
}
.td-css1{
  border-bottom: solid 2px black;
text-align: center;
  width:30%;
}
.td-css2{
  border-bottom: solid 2px black;
   border-left:solid 2px black;
  text-align: center;
  width: 70%;
}
.td-css3{
	border-bottom: solid 2px black;
    border-left: dotted 2px black;
	text-align: center;
  width: 80%;
}
td{
	font-size: 15px;
	color: black;
}
td.td-css1{
	width: 100px;
}
td.td-css2{
	width:200px
}
 
.pcs{
	font-size: 9px;
  color: black;
	display: block;
	text-align: right;
	margin-right: 50px;
	margin-top: 10px;
}

.t101-4Vpic{
 margin-top: 20px;
}
	
.h10r{
  margin-top: 70px;
}

.h11r{
 margin-top: 70px;
}

h1{
	color: white;
  font-size: 20px;
  height: 50px;
  display:flex;
　font-weight: bold;
margin-top: 30px;
margin-bottom: 40px;
background-color: #575757;
padding-left: 10px;
 
}
.main{
	font-size: 30px;
	font-weight: bold;
}
h1 span{
  font-size: 90%;
 padding-top: 3px;
  display:block;
  margin-right: 10px;
  margin-left: 5px;
}
.reg{
		font-size: 80%;
 padding-top: 3px;
  display:block;
  margin-left: -10px;
  margin-right: 20px;
	}
h2{
	color:black;
  margin-top:40px;
  margin-bottom: 10px;
  font-weight: bold;
	font-size: 20px;
 
}
h2 span{
  font-size:60%;
  margin-left: 60px
}
p{
	color: black;
	line-height: 1.8
}
span{

	font-size: 12px;
}
.explain{
  margin-top: 30px;
}
.rosh{
	display: block;
	text-align: right;
}
.title{
	background-color: #575757;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	color: white;
}

footer{
	background-color: black;
  color: white;
	width: 100%;
	height: 60px;
    margin-left: auto;
    margin-right: auto;	
}

#footerword p{
	color:white;
	font-size: 20px;
	padding-top: 15px;
  background-image: url(../../custom/images/companylogo.png);
 background-repeat: no-repeat;
  background-position: 0 80%;
  padding-left: 40px;
	margin-left: 350px;
}
#footerword p span{
  font-size: 12px;
  margin-left: 15px;
}
		

}