@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One|Open+Sans:300');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans|Hammersmith+One');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');


*{
	margin:0px;
	padding:0px;
}

body{
	/*font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	/*font-family:font-family: "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
/*font-family: "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-family: "ヒラギノ角ゴ Pro W6",Hiragino Kaku Gothic Pro W6,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
		font-size:14px;
		line-height:1.9;
		color:#333333;
}

br.end{
	clear:both;
}

img{
	max-width:100%;
}

#curiot{
	width:100%;
}


#curiot a{
		color:/*#595757*/#000;
	text-decoration:none;
}
#curiot br.sp{
	display: none;
}

/*----------------

マウスオーバー

----------------------------*/

#curiot #header ul li a {
	font-size:12px;
}

#curiot ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#curiot ul li a::after {
 position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background:/* #666*/#90744C;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  margin-bottom:5px;

}
#curiot li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}



#curiot .btn a::after {
	display:none;

}

#curiot #header ul li.logo a::after{
	display:none !important;
}



@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



#curiot #straightmemorizer{
	margin-top: 100px;
}
#curiot #deep{
	margin-top: 100px;
	background-color: #F9F7F4;
	padding-bottom: 100px;
}

@media only screen and (max-width: 870px) { 
	#curiot br.sp{
	display: block;
}
	
#curiot #straightmemorizer{
	margin-top: 50px;
}
#curiot #deep{
	margin-top: 50px;
}	
}


#curiot .box_h2{
	width:auto;
	margin:50px auto;
	position:absolute;
	text-align:left !important;
	left:51%;
	top:/*20*/16%;
}

#curiot h2{
	font-size:20px;
	line-height:1.9;
	font-weight:normal;
	font-family: "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin:0px 0 0 50px;
}

#curiot .box{
	max-width:1000px;
	margin:0 auto;
	/*padding:50px;*/
	
}

#curiot .italic{
 font-style: italic; }

/*-------
看板
-----------------------*/
#curiot #curiot_header{
	text-align:center;
}

#curiot #main{
	width: 100%;
	height:700px;
	text-align:center;
	background-image:url(../../img/lp/curiot/main-bg.jpg);
	background-size:50%;
	background-position:left center;
	background-repeat:no-repeat;

	background-color: #E6E1DE;
	
}
#curiot #main .main_curiot{
	display: none;
}


#curiot #main .main-ttl{
	width: 300px;
	position: relative;
	top: 40%;
	left: 65%;
}


#curiot #main .main-ttl p{
    font-size: 18px;
    margin: 20px 0;
    font-family: "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    letter-spacing: 0.25em;
}

#curiot #main img{
	width:100%;
	

}
@media only screen and (max-width: 1500px) { 
#curiot #main{
	width: 100%;
	height:600px;
	background-size: 60%;
}
	
	#curiot #main .main-ttl{
	top: 40%;

}


}

@media only screen and (max-width: 1200px) { 
#curiot #main{
	width: 100%;
	height:500px;
	background-size:60%;
}

}


@media only screen and (max-width: 900px) { 
	#curiot #main .main_curiot{
	display: block;
}

	#curiot #main{
	height:auto;
	background: none;
	background-color:#FFF;
		margin-top: 50px;
		
	}
	#curiot #main .main-ttl{
	width: 90%;
	position: static;
		margin: 30px auto 0px auto;

	}
	#curiot #main .main-ttl img{
		width: 35%;
		margin: 0 auto;
	}
	#curiot #main .main-ttl p{
    margin: 10px 0;
    letter-spacing: 0.25em;
	}
}

@media only screen and (max-width:450px) { 


}


#curiot #btn_lineup{
	width: 96% !important;
	max-width: 1000px;
	display: flex;
 flex-wrap: wrap;
justify-content: center;
	margin: 0 auto;

}

#curiot #btn_lineup ul{
	background-color: #E6E4E5;
	width: 48%;
	display: table-cell;
  vertical-align: middle;
	text-align: center;
	padding: 30px 0;
	margin: 50px 1%;

}

#curiot #btn_lineup ul#st-btn{
	background-image: url("../../img/lp/curiot/item_st.jpg");
	background-repeat: no-repeat;
	background-size:6.5%;
	background-position: 50px 25px;
}


#curiot #btn_lineup ul#deep-btn{
	background-image: url("../../img/lp/curiot/item_deep.jpg");
	background-repeat: no-repeat;
background-size:6.5%;
	background-position: 50px 25px;
}



#curiot  #btn_lineup  ul li{
	margin-left:100px !important;
}


#curiot  #btn_lineup  ul li.min{
	font-size:18px;
	margin:20px 0; 
		font-family: "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:0.25em;

}
#curiot  #btn_lineup  ul li.ttl{
	font-size:26px;
	margin:20px 0; 
	font-family: 'Roboto', sans-serif;
	letter-spacing:0em;
	line-height: 1.1;

}

#curiot  #btn_lineup  ul li.ttl span{
	font-size:16px;
	font-weight:normal;
}

#curiot  #btn_lineup  ul li.more{
	
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.25em;

	border:1px solid #000;
	width:80%;
	max-width:/*380*/250px;
	display:block;
	padding:10px 0;
	margin: 20px 0 0 150px !important;
	text-align:center;
}



@media only screen and (max-width: 1150px) { 

#curiot .btn{
	margin-top:0px;
}



}


@media only screen and (max-width: 870px) { 


	#curiot  #btn_lineup  ul li{
	margin-left:20% !important;
	}


	#curiot #btn_lineup ul{
	width: 100%;
	display: block;
	padding: 30px 0;
	margin:10px auto;
	}

#curiot  #btn_lineup  ul li.min{
	font-size:12px;
	margin:0px 0; 
	letter-spacing:0.01em;
}
#curiot  #btn_lineup  ul li.ttl{
	font-size:20px;
	margin:10px 0; 
}

#curiot  #btn_lineup  ul li.ttl span{
	font-size:16px;
	font-weight:normal;
}

}




#curiot .intro{
	width:96% !important;
	max-width:1300px !important;
	margin:50px auto 0;
	text-align:center;
}



#curiot .index{
	font-size:36px;
	font-family: 'Roboto', sans-serif;
	letter-spacing:5px;
	font-weight:300;
	margin-bottom:80px;
}

#curiot .index dt{
	font-family:"游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 18px;
	/*font-size: 24px;
	line-height: 5.0;*/
	margin-left: 30px;
}

#curiot .index dd{
    font-size: 34px;
    margin: 20px 0;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0em;
	font-weight: 500;
    line-height: 1.1;
}


/*-------
看板下ボタン
-----------------------*/

#curiot .btn{
	width:100%;
	max-width:1700px;
	margin:0 auto;
}

#curiot .btn ul{
	width:/*30*/20%;
	max-width:/*427*/380px;
	margin:0 2%;
	display:inline-block;
	margin-bottom:70px;
	vertical-align:top;
}
#curiot .btn ul li{
	font-size: 12px;
}

#curiot .btn ul li.ttl{
	font-size:24px;
	margin:35px 0; 
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.25em;

}

#curiot .btn ul li.ttl span{
	font-size:16px;
	font-weight:normal;
}

#curiot .btn ul li.more{
	margin-top:35px;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.25em;
}

#curiot .btn ul li.more a{
	border:1px solid #000;
	width:80%;
	max-width:/*380*/250px;
	display:block;
	padding:10px 0;
	margin:0 auto;
	text-align:center;
}


@media only screen and (max-width: 870px) { 
	#curiot .index{
	font-size:15px;
	margin-bottom: 30px;
	}
	#curiot .index dt{
	font-size: 14px;
	letter-spacing:2px;
	}
	#curiot .index dd{
    font-size: 20px;
   
	}

}



















/*-------
コンテンツ
-----------------------*/
#curiot #deep{
	border-top:1px solid #ccc;
	padding-top:80px;
	margin-top:80px;
}


#curiot .contents{
	width:100%;
	height:auto;
	padding:/*95px*/50px 0px 0px 0px;
	/* border-bottom:1px solid #ccc; */
}


#curiot .tech.contents{
	border:none !important;
}

#curiot .contents h3{
	font-size:45px;
	color:#000;
	font-weight:300;
	letter-spacing:0.15em;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 30px;
	
}

#curiot .contents h3 span{
	font-size: 18px;
	margin-top: 0px;
	display: block;
	letter-spacing: 0.01em;
}

#curiot .contents .box{
	text-align:center;
	/*padding:50px 0;*/
	padding-bottom: 20px;
}


#curiot .contents .box dl{
	max-width:700px;
	font-size:/*34px*/20px;
	font-family:"游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	/*margin:35px auto 0;*/
	margin: 0px auto 0 auto;
}

#curiot .contents .box dd{
	width:80%;
	font-size:24px;
	margin:50px auto 0;
	position:relative;
	border-bottom:1px solid #000;
}

#curiot .contents .box dd span{
	position:absolute;
	bottom:-20px;
		background:#fff;
	text-align:center;
	left: 50%;
	-webkit-transformX: translate(-50%);
	transform: translateX(-50%);
	width:90%;
	max-width:380px;
}

#curiot .contents .box dd span br{
	display:none;
}

#curiot #deep .contents .box dd{
	width:90%;
}

#curiot #deep .contents .box dd span{
	width:90%;
	max-width:none;
	background-color: #F9F7F4;
	
}








@media only screen and (max-width: 1150px) { 
#curiot .contents .box{
	padding:30px 0;
}

}

@media only screen and (max-width: 870px) { 

#curiot .contents{
	padding:30px 0 0 0;
}

#curiot .contents .box{
	padding:15px 0;
}


#curiot .contents h3{
	font-size:30px;
	
}

#curiot .contents .box dt{
	font-size:16px;
}

#curiot .contents .box dd{
	width:90%;
	margin-top:40px;
	font-size:14px;
}

#curiot .contents .box dd span{
	font-size:15px;
	letter-spacing:normal;
	bottom:-16px;
}

#deep .contents .box dd span{
	bottom:-15px;
}

/*-------
看板下ボタン
-----------------------*/

#curiot .btn{
	padding-top:-60px;
	width:100%;
	max-width:auto;
}

#curiot .btn ul{
    width: 29% !important;
    max-width: auto;
    margin: 0 1%;
    display: inline-block;
    margin-bottom: 20px;
}

#curiot .btn ul li:nth-child(3){
	font-size:11px;
	text-align:left;
}

#curiot .btn ul li:nth-child(3) br{
	display:none;
}

#curiot .btn ul li.ttl{
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px;
}

#curiot .btn ul li.ttl span{
	font-size:11px;
}

#curiot .btn ul li.more{
	margin-top:15px;
}

#curiot .btn ul li.more a{
	width: 95%;
	border:1px solid #000;
	display:block;
	padding:10px 0;
}

}

@media only screen and (max-width: 473px) { 
#deep .contents .box dd span{
	bottom:-30px;
}
#curiot .contents .box dd span br{
	display:block;
}
}


/*-------
テクノロジー
-----------------------*/

#curiot .tech{
	width:90%;
	max-width:1000px;
	margin:auto;
	text-align:center;
}

#curiot .tech .detail{
	width:100%;
	max-width:1000px;
	margin:50px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

#curiot #deep .tech .detail{
	flex-direction:row-reverse;
}

#curiot .tech .detail .inner{
	width:60%;
	font-size:18px;
}

#curiot .tech .detail .inner p:first-child{
	margin-bottom:50px;
}

#curiot .tech .detail .image{
	width:38%;
	text-align:left;
}


#curiot #deep .tech .detail .image{
	text-align:right;
}



#curiot #deep  dd.tech-sub{
	margin-top: 50px;

}

@media only screen and (max-width: 870px) { 
#curiot .tech .detail{
	display:block;
}

#curiot .tech .detail .inner{
	width:100%;
	font-size:14px;
	margin-bottom:15px;
}
#curiot .tech .detail .inner p:first-child{
	margin-bottom:25px;
}

#curiot .tech .detail .image{
	width:90%;
	text-align:center;
	margin:auto;
}

#curiot .tech .detail .image img{
	max-width:150px;
}

#curiot #deep .tech .detail .image{
	text-align:center;
}

}






/*-------
スペシャリティー
-----------------------*/
#curiot .spe{
	width:90%;
	max-width:1200px;
	margin:auto;
	text-align:center;
}

#curiot .spe h4{
	color:#7F6141;
	font-family:"游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:/*34px*/24px;
	font-weight:normal;
}

#curiot .spe h4 span{
	background: linear-gradient(transparent 60%, #F2EFEC 60%);
	padding:0 15px;
}


#curiot .spe .point{
	width:90%;
	max-width:/*1000px*/800px;
	margin:50px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	background-color: #FBFBFA;
	padding: 50px;
	
}

#curiot #deep .spe .point{
	flex-direction:row-reverse;
}

#curiot .spe .point p{
	width:50%;
}

#curiot .spe .point ul{
	width:45%;
	font-size:18px;
	text-align:left;
	background:url(../../img/lp/curiot/st/point.png) no-repeat;
	padding-top:90px;
	background-size: 20%;
}

#curiot .spe .point ul li{
	font-size:24px;
	margin-bottom:30px;
}

#curiot .spe .point ul li span{
	background:#F2EDE7;
	/* width:4%;
	padding:3px 27px; */
	display:inline-block;
	text-align:center;
	border-radius:50%;
	margin-right:15px;
	font-family:"游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:34px;
	width: 68px;
	height: 68px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
}

#curiot .spe .point ul li p{
	width:70%;
	display:inline-block;
	vertical-align:middle;
	line-height:1.5;
	font-size: 16px;
}
#curiot .spe #gel {
    width: 90%;
    max-width: 800px;
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #C0A486;
    padding: 50px;
}

#curiot .spe #gel dl{
	width:60%;
	text-align:left;
	font-size:16px;
	/*font-family:"游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	margin-left:3%;
}

#curiot .spe #gel dt{
	font-size:24px;
	font-family:"游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#curiot .spe #gel p{
	width:30%;
	line-height:none;
	font-size:0;
}





@media only screen and (max-width: 870px) { 
	
	
#curiot .spe .point{
	
	margin:50px auto 0;
	
	padding: 0px;
	
}
	
#curiot .spe h4{
	font-size:20px;
}
#curiot .spe h4 span{
	padding:0;
	font-size: 16px;
}

#curiot .spe .point p{
	width:100%;
}

#curiot .spe .point ul{
	width:100%;
	background-size:80px;
	padding:80px 10px 10px 10px;
	margin-top:10px;
}

#curiot .spe .point ul li{
	font-size:14px;
}

#curiot .spe .point ul li span{
	margin-right:15px;
	font-size:20px;
	width:40px;
	height:40px;
}

#curiot .spe .point ul li p{
	width:75%;
}

#curiot .spe #gel{
	/*margin-top:0;*/
	width:100%;
	padding:0;
}

#curiot .spe #gel dl{
	width:90%;
	font-size:16px;
	margin:15px auto 10px;
}

#curiot .spe #gel dt{
	font-size:18px;
}
#curiot .spe #gel dd{
	font-size:14px;
}

#curiot .spe #gel p{
	width:90%;
	margin:0 auto 15px;
	font-size: 14px;
}



}







/*
コンポーネント
------------------------------------------------------------------------------------*/

.compo{
	width:90%;
	max-width:1000px;
	margin:0 auto;
}

.compo ol{
	width:90%;
	margin:30px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:top;
}

.compo ol li{
	width:31%;
	margin-bottom:50px;
	text-align:center;
}

#deep .compo ol li{
	width:23% !important;
}
.compo ol li img{
	width: 150px;
}
.compo ol li dl{
	font-size:20px;
	margin-top:14px;
}

.compo ol li dt{
	font-weight:bold;
}

.compo ol li dt span{
	font-size:10px;
	margin-left:5px;
}

.compo ol li dd{
	width:90%;
	margin:auto;
	text-align:left;
	font-size:12px;
}

.compo ol p{
	width:94%;
	margin:auto;
	font-size:12px;
}


.compo ul{
	width:90%;
	max-width:1000px;
	margin:30px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:top;
}

.compo ul li{
	width:16%;
	margin-bottom:50px;
	text-align:center;
}

.compo ul li p{
	font-weight:bold;
	font-size: 12px;
}

.compo .box dd{
	border:none;
	margin-top:20px;
}


.compo ol dt{
	font-size: 12px;
}

.compo #deep2{
	margin-top: 100px !important;
}


@media only screen and (max-width: 1050px) { 
.compo ol li,
#deep .compo ol li{
	width:48% !important;
}

.compo ol li dl{
	font-size:15px;
}

.compo ol li dd{
	font-size:14px;
}

.compo ol p,
.compo ul li p{
	font-size:12px;
}


.compo ul li{
	width:31%;
	margin-bottom:10px;
}

}


















/*
ラインナップ
------------------------------------------------------------------------------------*/
#curiot #lineup{
	width:90%;
	max-width:1000px;
	margin:0 auto;
}

#curiot #item{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:top;
	margin-top: 80px;
}

#curiot #lineup .inner{
	width:46%;
}

#curiot #lineup .inner p{
	width:15%;
	display:inline-block;
	vertical-align:top;
	margin-right:8%;
}

#curiot #lineup .inner .ex{
	width:74%;
	display:inline-block;
	vertical-align:top;
	font-size:15px;
}

#curiot #lineup .inner .ex dt{
	font-size:/*18px*/16px;
	font-weight:bold;
	margin-bottom:15px;
}

#curiot #lineup .inner .ex dt span{
	font-weight:normal;
	font-size:12px;
	display:block;
}

#curiot #lineup .inner .ex dd{
	font-size: 12px;
}


#curiot #lineup .inner .ex .howto{
	border:1px solid #C0A486;
	padding:20px;
	margin-top:20px;
	font-size:12px;
}

#curiot #lineup .inner .ex .howto span{
	display:block;
	text-align:center;
}


@media only screen and (max-width: 1050px) { 
#curiot #lineup .inner{
	width:100%;
	margin-bottom:30px
}

#curiot #lineup .inner p{
	width:60%;
	display:block;
	margin:0 auto 15px;
	text-align:center;
}

#curiot #lineup .inner p img{
	max-height:150px;
}

#curiot #lineup .inner .ex{
	width:100%;
	display:block;
}

}

@media only screen and (max-width: 870px) { 

#curiot #lineup .inner .ex dt{
	font-size:16px;
}

#curiot #lineup .inner .ex{
	font-size:12px;
}

#curiot #lineup .inner .ex .howto{
	font-size:12px;
}
}






#curiot #pagetop{
	position:fixed;
	right:10px;
	bottom:150px;
}

#footer_fix{
	position:fixed;
	right:10px;
	bottom:20px;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	letter-spacing:1px;
	text-align:center;
	max-width:280px;
	width:100%;
	margin:auto;
}

#curiot #contact{
	background-color:#ABABAB;
	display:inline-block;
	width:38%;
}

#curiot #contact a{
	color:#fff;
	/* background-image:url(../../img/lp/nadel2/arrow.png) !important;
	background-size:20px !important;
	background:no-repeat;
	background-position:right; */
	padding:15px 0;
	display:block;
	position: relative;
}

#curiot #contact a:after{
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right:10px;
  margin-top: -5px;
}

#curiot #footer{
	width:100%;
	height:auto;
	padding:50px 0 0 0;
	text-align:center;
}

#curiot .site-header{
    display: flex;
    position: fixed;
    justify-content: space-between  !important;
    transition: .5s;
    width: 100%;
	z-index:99999999;
	top:0px;
	padding:20px 0 50px 0;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.25em;
}

#curiot .site-header.transform{
	background-color:rgba(255,255,255,0.7);
}



#curiot .site-header  ul li.logo{
	position:fixed;
	top:5px;
	left:30px !important;
	padding:0px !important;

}
#curiot #header img{
	height:30px;
}

#curiot .site-header ul{
	position:absolute;
	right:0px;
}
#curiot .site-header ul li{
	display:inline-block;
	list-style:none;
	font-size:18px;
	letter-spacing:0.15em;
	z-index:99999 !important;
	margin:0 20px;
}



#curiot #footer .logo{
	margin:130px auto;
}

#curiot #footer .logo img{
	width:219px;
}


#curiot #footer #copyright{
	letter-spacing:0.15em;
	font-size:12px;
}


#curiot #jewel_logo{
	width:100%;
	height:auto;
	text-align:center;
	background-color:#ccc;
	padding:20px 0;
	margin-top:20px;
	margin-bottom:-50px !important;
}

#curiot #jewel_logo img{
	height:40px;
}



@media only screen and (max-width: 1050px) { 

#curiot #pagetop{
	position:fixed;
	right:10px;
	bottom:150px;
}

#curiot #pagetop img{
	height:120px;
}




/* #curiot #contact{
	width:94%;
	right:3%;
	bottom:2px;
	max-width:none;
}

#curiot #contact a{
	width:100%;
	color:#fff;
	background-size:20px !important;
	background:no-repeat;
	background-position:right;
	font-size:15px;
	letter-spacing:0.15em;
	padding:15px 0;
	text-align:center;


}
 */


/*
#curiot #contact img{
	width:80%;
}*/

#curiot #footer{
	padding-bottom:100px;
}





#curiot #footer .navi ul li{
	display:block;
	font-size:15px;
	margin: 20px 0px;

}

#curiot #header ul{/*ヘッダーナビ*/
	position:fixed;
	top:20px !important;
	left:12% !important;
	right:auto;
	text-align:center;
}

#curiot #header ul li{/*ヘッダーナビ*/
display:none;}


#curiot #header ul li.logo{/*ヘッダーロゴ*/
	display:block !important;
	top:0px !important;
	left:50px !important;


}


#curiot #header img{
    margin-top: 0;
    height: 30px;
}




#curiot #footer .logo{
	margin:50px auto 80px auto;
}

#curiot #footer .logo img{
	width:20%;
}

/*
#curiot #contact{
	width:auto;
	max-width:250px;
	right:20px;
	bottom:2px;
}


#curiot #contact img{
	width:100%;
}*/

#curiot #jewel_logo{
	padding:20px 0 100px 0;
	margin-top:20px;
	margin-bottom:-150px !important;
}

#curiot #jewel_logo img{
	height:40px;
}




}




@media only screen and (max-width: 870px) { 

#curiot #pagetop{
	position:fixed;
	right:10px;
	bottom:130px;
}

#curiot #pagetop img{
	height:100px;
}


#footer_fix{
	width:100%;
	right:0;
	max-width:none;
	bottom:5px;
}



/*
#curiot #contact{
	width:80%;
	max-width:350px;
	left:10%;
	bottom:2px;
}


#curiot #contact img{
	width:100%;
}*/

#curiot #footer{
	padding-bottom:100px;
}


#curiot #footer .navi ul li{
	display:block;
	font-size:15px;
	margin: 20px 0px;

}

#curiot #header ul{/*ヘッダーナビ*/
	position:fixed;
	top:0px !important;
	left:30%;
	right:auto;
	text-align:center;
}

#curiot #header ul li{/*ヘッダーナビ*/
display:none;}


#curiot #header ul li.logo{/*ヘッダーロゴ*/
	display:block !important;

}
#curiot #footer .logo{
	margin:50px auto 80px auto;
}

#curiot #footer .logo img{
	width:50%;
}




}

