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


/*商品化*/

#syouhinka .box{
	background-color:#F5F5F5;
	margin:80px 0;
}


#syouhinka .box .btn{
	margin:30px 0 0 0;
}


#syouhinka .box .btn a{
	background-color:#fff;
}

#syouhinka .box .left{
	width:48%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
}


#syouhinka .box .right{
	width:46%;
	padding:2%;
	display:inline-block;
	text-align:left;
	vertical-align:top;
	float:right;
}

#syouhinka .box .left img{
	width:100%;
}

#syouhinka .box h2{
	font-size:18px;
	position:relative;
	top:30px;
	margin-bottom:40px;
}

#syouhinka .box p{
	font-size:14px;
}


#syouhinka p.point{
	max-width:800px;
	font-size:14px;
	margin:30px auto 0 auto;
}




#syouhinka .box h2:before{
	color:#861705;
	font-size:12px;
    font-family: 'Josefin Sans', sans-serif;
	position:absolute;
	top:-20px;
}
#syouhinka .box:nth-child(2) h2:before{
	content:"STEP 1";

}
#syouhinka .box:nth-child(3) h2:before{
	content:"STEP 2";
}


#syouhinka .box:nth-child(4) h2:before{
	content:"STEP 3";
}

#syouhinka .box:nth-child(5) h2:before{
	content:"STEP 4";
}




#syouhinka .box:nth-child(6) h2:before{
	content:"STEP 5";
}



#syouhinka .box:nth-child(7) h2:before{
	content:"STEP 6";
}


#syouhinka .box:nth-child(8) h2:before{
	content:"STEP 7";
}

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

#syouhinka .box{
	width:94%;
	height:auto;
	margin:20px auto 0px auto;
}



#syouhinka .box .btn{
	margin:10px 0 0 0;
}


#syouhinka .box .btn a{
	background-color:#fff;
}

#syouhinka .box .left{
	width:100%;
	display:block;
	margin:0 auto;
	float:none;
}


#syouhinka .box .right{
	width:94%;
	display:block;
	margin:0 auto;
	float:none;

}


#syouhinka .box h2{
	font-size:16px;
	position:relative;
	top:30px;
	margin-bottom:40px;
}

#syouhinka .box p{
	font-size:12px;
}


#syouhinka p.point{
	max-width:94%;
	font-size:14px;
	margin:10px auto 0 auto;
}




}


/*提案*/

#teian{
	padding-bottom:80px;

}

#teian .box{
	width:48%;
	display:inline-block;
	vertical-align:top;
	margin:80px 0 0 0;

}


#teian .box .left{
	width:32%;
	display:inline-block;
	vertical-align:top;

}

#teian .box .left img{
	width:100%;
}



#teian .box .right{
	width:64%;
	display:inline-block;
	vertical-align:top;
	float:right;

}

#teian .box h3{
	font-size:16px;
	margin-bottom:20px;
}



#teian .box ul li{
	display:inline-block;
	width:auto;
	border:1px solid #861705;
	font-size:12px;
	color:#861705;
	margin:0 0 10px;
	padding:5px;
}




@media only screen and (max-width: 1080px) { 
#teian .box{
	width:45%;
	margin:20px 2%;
}

#teian .box .left{
	width:100%;
	display:inline-block;
	vertical-align:top;

}

#teian .box .left img{
	width:100%;
}



#teian .box .right{
	width:100%;
	display:inline-block;
	vertical-align:top;
	float:right;

}

#teian .box h3{
	font-size:14px;
	margin-bottom:20px;
}
#teian .box ul li{
	font-size:10px;
}



}


<!--▼▼▼　よくあるご質問　▼▼▼-->


#faq{
	width:100%;
	max-width:800px;
	margin:0 auto 80px;
	text-align: center;
}

#faq h2{
text-align: center;
    margin-top: 5%;

}

#faq h2.btn_faq a{
	background-color:#CCC;
	padding:15px 150px 10px;
}


#faq h2.btn_faq span{
  color: #FFF;
  position: relative;
  padding-left: 30px;
}
#faq h2.btn_faq span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}





.accordion {
	width:45%;
	display:inline-block;
	margin:50px 2% ;
	vertical-align:top;
}

.accordion .inner {
	display: none;
}
.accordion p{
	cursor: pointer; 
	padding: 10px 45px 10px 10px;
	font-size:14px;
}


.accordion > li{
	margin-bottom:15px;
	border-radius:10px;
	font-size:14px;
	padding:20px 0;
	position:relative;
	border-bottom:1px dotted #ccc;

}



.inner li{
	width: 90%;
	margin: auto;
	padding: 20px 2% ;
	text-align: left;
	font-size:12px;
/*	background-color:#E5E5E5;*/
}



.accordion p:after {
	content:"＋";
	color:#861705;
	font-size:16px;
	right:15px;
	position:absolute;
	top:33px;
}

.accordion p.active:after{
	content:"－";
}


ul.inner dl dt{
	font-size:12px !important;
	text-align:left !important;
	margin-bottom:10px;
	color:#333 !important;
}

ul.inner dl dt a{
	text-decoration:underline !important;
}


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

.accordion p{
	font-size:18px;
}

.accordion p:after {
	top:25px;
}

.accordion {
	width:94%;
	display:inline-block;
	margin:0 3%;
	vertical-align:top;
}
.accordion p{
	font-size:14px !important;
}
.accordion dt{
	font-weight:normal !important;
}


}


#oem_wrap .btn2 a {
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #861705;
    padding: 15px 50px;
    background-image: url(../img/arrow_01.jpg);
    background-repeat: no-repeat;
    background-position: right 10px center;
	display:block;
}

#oem_wrap .btn2 ul{
	width:100%;
	text-align:center;
	margin:0 auto;
}

#oem_wrap .btn2 ul li{
	width:30%;
		display:inline-block;
}




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


#oem_wrap .btn2 a {
	width:100%;
	display:block;
	
    padding: 10px 0px;
	margin:10px 0 0 0;
}



#oem_wrap .btn2 ul{
	width:100%;
	text-align:center;
	margin:0 auto;
	margin-top:50px;
}

#oem_wrap .btn2 ul li{
	width:94%;
	margin:0 auto;
		display:inline-block;
}

}




