/*画面の横幅が640pxまで Landscape phones and down */
@media (max-width: 640px) { 

.PC{
	display:none;
}
.SP{
	display:block;
}
.PC-inline{
	display:none;
}
.SP-inline{
	display:inline;
}

a{
    outline: none;
}

/* コンテンツ基本
------------------------------------------------------------ */	
body{
	-webkit-text-size-adjust: 100%;
	width:100%;
	min-width:100%;
    font-size: 15px;
}

#main-wrapper {
	
}

#contents-wrapper{

}

/*コンテンツ幅*/
.content-inner{
	width:92%;
	margin:0 auto;
	text-align:left;
}
.content-innerS{
	width:90%;
	margin:0 auto;
	text-align:left;
}
.full-inner{ 
	width:100%;
}

.inner{
}


/*基本レイアウト*/
.photo-left .imgbox{
	float:left;
	margin:0 15px 15px 0;
	width:30%;
}
.photo-left .txtbox{
	
}

.photo-right .imgbox{
	float:right;
	margin:0 0px 15px 15px;
	width:30%;
}
.photo-right .txtbox{
	
}

.col2box .inner{
	margin:0;
}
.col2box .box{
	width:100%;
}
.col2box .box .box-inner{
	padding:0 0;
}

.col3box .inner{
	margin:0;
}
.col3box .box{
	width:100%;
}
.col3box .box .box-inner{
	padding:0 0;
}

.col4box .inner{
	margin:0 -2%;
}
.col4box .box{
	width:50%;
	float: left;
}
.col4box .box .box-inner{
	padding:0 4%;
}


.col5box .inner{
	margin:0 -2%;
}
.col5box .box{
	width:50%;
	float: left;
}
.col5box .box .box-inner{
	padding:0 4%;
}




/* ページトップ 
------------------------------------------------------------ */
.pagetop{
	position:fixed;
	bottom:30px;
	right:4%;
	display:none;
	z-index:1000;
}

.pagetop a{
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	background: url(../../images/btn_pagetop.png) center center no-repeat;
	background-size: cover;
}




/* ヘッダー
------------------------------------------------------------ */
	
#header	{
	position:relative;
	top:0;
	left:0;
	z-index:1020;
}


#header-inner{

    width: 100%;
}

#header-inner .mv{
    
}
#header-inner .mv-inner{
    display: table-cell;
    vertical-align: middle;

    margin: 0 auto;
    position: relative;
}
#header-inner .mv-inner h1{
    padding-bottom: 80px;
    font-weight: 400;
}
#header-inner .mv-inner h1 img{
    width: 70%;
}

#header-inner .mv-inner p{
    color: #fff;
    font-size: 13px;
    line-height: 150%;
    padding: 0 5%;
    position: absolute;
    bottom:60px;
    width: 90%;
    letter-spacing: 0em;
}




/* フッター
------------------------------------------------------------ */
#footer{
    padding: 40px 0;
}
#footer address{
    font-size: 10px;
    text-align: center;
}


/* ボタン 
--------------------------------------------*/
.btn-link{
	/**/
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	
	/**/
  	box-shadow: 2px 2px 4px rgba(0,0,0,0.20);

}

.btn-de {
    display: block;
    width: auto;
    
    padding-left: 0;
    margin-left:auto;
    margin-right: auto;
    
}

.products-area ul li:nth-child(even) .products-item .txtbox .btn-de{
    
}


.btn-de a{
    display: block;
    font-size: 17px;
    line-height: 130%;
}
.btn-de a i{
    display: block;
    font-size: 13px;
    font-style: normal;
    margin-left: 0px;
}




.concept-area{
    padding:60px 0 0 0;
}
.concept-area h2{
    font-weight: 400;
    font-size: 22px;
    padding-top: 40px;
}
.concept-area p{
    padding-top: 30px;
    font-size: 20px;
}


.grip{
    width: 30%;
    max-width: 150px;
    float: right;
    margin-top: 25px;
    padding-left: 20px;
    padding-bottom: 15px;
}




/**/
.at{
   font-size: 12px;
   padding-top: 20px;
   line-height: 140%;
}


/**/
.message{
    padding: 60px 0;
    text-align: center;
    margin-top: 30px;
    margin-bottom: -50px;
}
.message h2{
    font-weight: 400;
    letter-spacing: 0.1em;
    display: 0;
    opacity: 0;
    padding: 60px 0 0px 0;
    text-align: left;
    font-size: 20px;
}
.message .at{
    font-size: 13px;
    padding: 15px 4%;
    text-align: center;
    
}


/**/

.project-area{
    padding-top: 80px;
}
.project-area-inner{
    display: block;
    width: auto;
}
.project-area-inner .imgbox{
    display: block;
    width: auto;
}
.project-area-inner .txtbox{
    display: block;
    width: auto;
    padding-top: 40px;
}
.project-area-inner .txtbox .txtbox-inner{
    padding: 0 4%;
    font-size: 14px;
}
.project-area-inner .txtbox h2{
    font-size: 20px;
    padding-bottom: 30px;
}


/**/
.project-area.project-area2 .imgbox{
    position: relative;
    left: inherit;
}
.project-area.project-area2 .txtbox{
    position: relative;
    right: inherit;
}
.project-area.project-area2 .project-area-inner .txtbox .txtbox-inner{
    padding: 0 4%;
}

/**/

.project-area-w .project-area-w-inner .imgbox{

}
.project-area-w .project-area-w-inner .txtbox{

}
.project-area-w .project-area-w-inner .txtbox .txtbox-inner{
    padding: 0 4%;
    font-size: 14px;
}
.project-area-w .project-area-w-inner .txtbox h2{
    font-size: 20px;
    padding-bottom: 30px;
}


.project-area-w .mt{
    margin-top: 50px;
}
.project-area-w .mt-S{
    margin-top: 20px !important;
}
.project-area-w h3{
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 160%;
}
.project-area-w .imgbox{
    width: auto;

    padding: 15px;
}

.project-area-w .project-area-w-block{
    padding: 0 0;
}




/**/
.products-area{
    padding: 80px 0 0 0;
    position: relative;
}

.products-area ul li{
    padding-top: 90px;
    padding-bottom: 80px;
}
.products-area ul li:first-child{
    
}

.products-item{
    position: relative;
}
.products-item .num{
    font-size: 70px;
    top:-20px;
    left: -2%;
    letter-spacing: 0;
}
.products-item .proimg{
    position: absolute;
    right: -5%;
    width: 80%;
    top:-80px;
    z-index: -1;
    
}

.products-area ul li:nth-child(1) .proimg{
    top:-60px;
}
.products-area ul li:nth-child(2) .proimg{
    top:-160px;   
}
.products-area ul li:nth-child(4) .proimg{
    top:-160px;   
}


.products-item .proimg img{
    opacity: 1;
}

.products-item .txtbox{
    padding-top: 150px;
    width: 90%;
    margin: 0 auto;
}


.products-area ul li:nth-child(even) .products-item .num{
    right: inherit;
    left: -2%;
}
.products-area ul li:nth-child(even) .products-item .proimg{
    right: -5%;
    left: inherit;
}

.products-area ul li:nth-child(even) .products-item .txtbox{
    padding: 0 !important;
}




.products-item .txtbox h2{
    font-size: 24px;
    display: inline-block;
    background-color: rgba(255,255,255,0.80);
    position: relative;
}

.products-item .txtbox strong{
    display: block;
    font-size: 18px;
    padding-top: 0px;
    margin-top: 20px;
}
.products-item .txtbox strong span{
    display: inline-block;
    background-color: rgba(249,249,249,0.80);
}

.products-item .txtbox p{
    padding-top: 0px;
    margin-top: 20px;
    background-color: rgba(249,249,249,0.80);
}


.products-item .txtbox .imgbox{
    width: 70%;
    max-width: 320px;
    margin: 0 auto;
    padding-top: 30px;
}



.news-area{
    padding: 50px 0 60px 0;
}
.news-area h2{
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.05em;
}
.news-area ul{
    padding-top: 30px;
}
.news-area ul li{
    list-style: none;
    padding: 20px 0px;
    font-size: 14px;
    line-height: 150%;
}

.news-area ul.qa h3{
    font-size: 16px;
    padding-bottom: 10px;
}
.news-area ul.qa p{
    font-size: 14px;
    padding-left: 0em;
}
		
	
}