@media only screen and (max-width: 767px) {
.header{
position: fixed;
top: 0;
left: 0;	
justify-content: space-between;
transition: .1s;
width: 100%;
height:62px;
}
#container{
padding:62px 0 0 0;
}
.transform #container{
padding:40px 0 0 0;
}
.header.transform{
height:40px;
}
.transform #drawer + #inner-header {
height: 40px;
}
.transform label#drawer__open , .transform .header-search {/*メニュー、サーチボタン*/
font-size: .8em;
height: 40px;
line-height: 40px;
}
.transform #drawer .fa-bars{padding: 0;}
.transform #drawer .fa-bars:after{content:none;}
.transform #logo {height: 40px;line-height: 1.5;}
.transform #logo:before{height:0;}
.transform #logo img{height: 30px;padding: 0;}
.transform #logo a {font-size: .8em;padding: 5px 0 0 0;}
.kjk_fixed_headline {/*sangoサポーター位置調整*/
	top:40px!important;
}
}
p.site_headdiscription {
    margin: 3px 0 -5px 0;
    padding: 0;
    font-size: 7px;
	height: 10px;
}
@media only screen and (max-width: 767px){
	.transform #logo a{
		padding:0!important;
	}
p.site_headdiscription {
    margin: 3px 0 -10px 0;
}
.transform p.site_headdiscription {
    margin-bottom: -3px!important;
}
}