@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
header{
  overflow:hidden;
}
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;
}

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;
}
.gf{
  font-family: 'Roboto', sans-serif;
}
h1{
	color: #666;
  font-size: 42px;
　font-weight: bold;
	margin-top: 100px;
margin-bottom: 100px;
 
}

.ac-container{
    width: 700px;
    margin: 10px auto 30px auto;
}
.ac-container label{
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 50px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 50px;
    font-size: 19px;
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    box-shadow:
        0px 0px 0px 1px rgba(155,155,155,0.3),
        1px 0px 0px 0px rgba(255,255,255,0.9) inset,
        0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
    background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #BFBBBB;
    color: #333;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow:
        0px 0px 0px 1px rgba(155,155,155,0.3),
        0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:hover:after{
    background-image: url(../images/arrow_up.png);
}
.ac-container input{
    display: none;
}
.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    transition:
        height 0.3s ease-in-out,
        box-shadow 0.6s linear;
}
.ac-container input:checked ~ article{
    transition:
        height 0.5s ease-in-out,
        box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container article p{
     font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    color: #333;
    line-height: 23px;
    font-size: 14px;
    padding: 10px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container article h2{
     font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    color: #333;
    line-height: 23px;
    font-size: 14px;
    padding: 10px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container article li{
     font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    color: #333;
    line-height: 23px;
    font-size: 14px;
    padding: 10px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article.ac-small{
    height: 160px;
}
.ac-container input:checked ~ article.ac-medium{
    height: 180px;
}
.ac-container input:checked ~ article.ac-large{
    height: 230px;
}
.ac-container input:checked ~ article.ac-exlarge{
    height: 800px;
}
.sample2-4::before{
    left: 30px;
    width: 8px;
    height: 8px;
	bottom: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 20px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30;
    margin: auto;
    content: "";
    vertical-align: middle;
}

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

#footerword p{
	font-size: 20px;
	padding-top: 25px;
  background-image: url("../../images/companylogo.png");
	background-repeat: no-repeat;
  background-position: 0 90%;
  padding-left: 35px;
}

.wide{
  width:960px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footerword p span{
  font-size: 12px;
  margin-left: 15px;
}
		
