@charset "utf-8";
/*=============================================================
 logoDesignArea
=============================================================*/
.logoDesignArea{
	position: relative;
	line-height: 1.6;
}
.logoDesignArea .logo{
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -188px;
}
.logoDesignArea .left{
	position: relative;
	width: 300px;
	margin-top: -140px;
	margin-bottom: 50px;
	left: 0;
}
.logoDesignArea .right{
	position: absolute;
	width: 300px;
	top: 8px;
	right: 0px;
}
.left-sp,.right-sp{display: none;}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
/*=============================================================
 logoDesignArea
=============================================================*/
.logoDesignArea{
	position: relative;
	line-height: 1.6;
}
.logoDesignArea .sp-box{
	position: relative;
	width: 310px;
	margin: 0 auto;
}
.logoDesignArea .logo{
	display: block;
	position: unset;
	text-align: center;
	left: inherit;
	margin-left: 0;
}
.logoDesignArea figure img{
	width: 144px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}		
.logoDesignArea .left-sp{
	display: block;
	position: relative;
	width: 100px;
  margin-top: -56px;
	font-size: 10px;
	line-height: 1.2;
}
.logoDesignArea .right-sp{
	display: block;
	position: absolute;
	top:0;
	right: 0;
	font-size: 10px;
	line-height: 1.2;
}	
.logoDesignArea .left{
	position: static;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 0;
}
.logoDesignArea .right{
	position: static;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0;
}
}