@media only screen and (max-width:824px){

body{
font-size:1.4rem;
background:#fff;
}

.inv-a{
display:none;
}
.inv-b{
display:inherit;
}

#header-box{
width:100%;
position:fixed;
top:0;
left:0;
z-index:11;
}
#header-box img{
width:200px;
margin:10px auto;
}

#content{
width:92%;
padding:80px 0 0 0;
margin:0 auto;
}

#common-sec{
width:100%;
}
#common-sec th{
}
.left-navi{
display:none;
}
#common-sec td{
width:100%;
padding:0;
}

#footer-box{
width:100%;
padding:60px 0 0 0;
}

#common-table{
width:100%;
font-size:1.4rem;
font-weight:360;
line-height:1.5;
border-collapse:collapse;
}
#common-table th{
width:160px;
font-weight:360;
text-align:center;
padding:6px 0;
background:#eee;
border:1px solid #666;
}
#common-table td{
width:auto;
text-align:left;
padding:6px 10px;
border:1px solid #666;
}


#common-table{
}
#common-table th{
width:110px;
padding:3px 0;
}
#common-table td{
width:auto;
padding:3px 10px;
}

#company-table{
line-height:1.5;
}
#company-table th{
width:120px;
padding:3px 0;
}
#company-table td{
width:auto !important;
padding:3px 0;
}

#breadcrumb-box{
display:none;
}


#products-box{
width:100%;
margin:0 0 40px 0;
display:flex;
justify-content:flex-start;
}
.image-left{
}
.image-right{
flex-flow:wrap;
}
#products-box dt{
width:100%;
marin:0 auto;
}

#products-box dd{
width:100%;
padding:0;
margin:0 auto 20px auto;
display:table;
}
#products-box dd span{
margin:10px auto;
}


#navi{
display:inherit;
}

.navi-menu{
width:60px;
height:60px;
cursor:pointer;
position:fixed;
top:5px;
right:5px;
z-index:100;
background:#fff;
border-radius:50%;
}

.navi-menu-btn01, .navi-menu-btn02, .navi-menu-btn03{
width:60%;
height:1px;
background:#000;
position:absolute;
left:50%;
transform:translatex(-50%);
opacity:1;
}

.navi-menu-btn01{
top:20px;
}
.navi-menu-btn02{
top:30px;
}
.navi-menu-btn03{
top:40px;
}

.navi-menu-check{
display:none;
}

.navi-content{
width:240px;
height:100vh;
padding:0 10px;
overflow:hidden;
transition:0.1s;
opacity:0;
background:rgba(255,255,255,0.95);
display:table;
position:fixed;
top:0;
right:-2000px;
z-index:-1;
transition:0.5s;
}

.navi-menu-check:checked + .navi-menu + .navi-content{
opacity:1;
right:0;
transition:0.5s;
z-index:300;
}
#navi-content-inner{
width:100%;
text-align:center;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
}

.navi-content span{
width:100%;
color:#9cd90a;
font-size:2rem;
font-weight:500;
margin:0 auto 20px auto;
display:table;
}
.navi-content div{
width:100%;
font-size:1.4rem;
margin:10px auto 40px auto;
display:table;
}


.navi-content a{
color:#000;
font-size:1.5rem;
font-weight:390;
line-height:1.5;
margin:20px auto;
display:table;
}

.navi-menu-close{
width:40px;
color:#fff;
font-size:1.6rem;
font-weight:400;
line-height:1;
text-align:center;
padding:12px 0;
margin:40px auto 0 auto;
cursor:pointer;
background:#9cd90a;
border-radius:50%;
display:table;
}





}