
*{
	box-sizing:border-box; }
body{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size:90%;
	color:#1b1b1b;
	line-height:150%;
	overflow-x:hidden; }
@media screen and (max-width:640px){
body{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size:80%;
	color:#1b1b1b;
	line-height:150%; }
}
a{
	color:#5495bb;
	text-decoration:none;
	transition:.2s; }
a:hover{
	opacity:.5; }
img{
	max-width:100%;
	vertical-align:bottom; }

ul,li{
	margin:0;
	padding:0;
	list-style:none; }
p{
	margin:0 0 .5em; }
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:150% }

section > .inner{
	max-width:980px;
	margin:auto;
	padding:1em; }

.table>thead>tr>th, .table>tbody>tr>th, 
.table>tfoot>tr>th, .table>thead>tr>td, 
.table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd; }

/* ************************************************************
ヘッダー関連
************************************************************ */
header{
	background:rgba(255,255,255,.8);
	position:fixed;
	z-index:999;
	width:100%;
	box-shadow:0 0 5px #ccc; }
header .inner{
	padding:1em 0;
	max-width:980px;
	margin:auto;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-end;
	align-items:flex-end; }

header #logo{
	font-size:90%; }
@media screen and (max-width:980px){
header .inner{
	padding:1em; }
}
@media screen and (max-width:640px){
header #logo{
	font-size:75%; }
}
	
		/* ************************************************************
		グローバルナビ PC
		************************************************************ */
		header #nav ul{
			display:-webkit-flex;
			display:flex;
			-webkit-justify-content:flex-start;
			justify-content:flex-start;
			-webkit-align-items:center;
			align-items:center;
			-webkit-flex-wrap:wrap;
			flex-wrap:wrap; }
		header .drawer-nav .drawer-menu li{
			margin:0 .5em 0; }
		header #.drawer-nav .drawer-menu li:last-child{
			margin:0 0 0 .5em; }
		header .drawer-nav .drawer-menu li a{
			display:block;
			width:150px;
			height:40px;
			color:#1b1b1b;
			border:solid 1px #dadada;
			display:-webkit-flex;
			display:flex;
			-webkit-justify-content:center;
			justify-content:center;
			-webkit-align-items:center;
			align-items:center;
			border-radius:5px;
			background:#fff; }
		header .drawer-nav .drawer-menu li a:hover{
			background:#85ba5a;
			color:#fff;
			border:solid 1px #85ba5a;
			opacity:1; }
			
		
		
		
			
			
		/* ************************************************************
		グローバルナビ SP
		※スマホ表示時の一部設定はdrawer.css参照
		************************************************************ */
		.drawer-nav a{
			display:block; }
			
		.drawer-nav .drawer-menu{ }
		@media (min-width:981px){
		.drawer-toggle{
			display:none; }
		
		}
		@media (max-width:980px){
		header .drawer-nav .drawer-menu{
			display:flex;
			display:-webkit-flex;
			justify-content:flex-start;
			-webkit-justify-content:flex-start;
			margin:1em auto;
			padding:0 10px;
			box-sizing:border-box;
			-webkit-flex-wrap:wrap;
			flex-wrap:wrap; }
		header .drawer-nav .drawer-menu li{
			/*padding:0.5em;*/
			width:100%;
			margin:0 0 1em; }
		header .drawer-nav .drawer-menu li a{
			position: relative;
			padding: 0 0 0 16px;
			text-decoration: none;
			font-size: 15px;
			width:100%; }
		header .drawer-nav .drawer-menu li a:hover,
		header .drawer-nav .drawer-menu li a:active{
			border-bottom:solid 1px rgba(202,202,202,.5); }
		}



/* ************************************************************
メインビジュアル
************************************************************ */
#main-visual{
	background:url(../images/main_bg.jpg) no-repeat center bottom;
	background-size:cover;
	padding:145px 0 40px;
	text-align:center; }
#main-visual .inner{
	max-width:980px;
	margin:auto;
	padding:0 .5em; }

/*特徴*/
#feature #main-visual{
	background:url(../images/main_bg_feature.jpg) no-repeat center bottom;
	background-size:cover; }
	
/*機能一覧*/
#function #main-visual{
	background:url(../images/main_bg_function.jpg) no-repeat center bottom;
	background-size:cover; }


/*よくあるご質問*/
#qa #main-visual{
	background:url(../images/main_bg_qa.jpg) no-repeat center bottom;
	background-size:cover; }
	
	
	
/* ************************************************************
コンテンツ01:カスタマイズで進化させる独自ネットショップ構築サービス
************************************************************ */

#contents01{
	padding:3em 0 1em; }
/*#contents01 > .bg{
	background:url(../images/bg-pcsp.png) no-repeat 75% top;
	background-size:35%;
	max-width:1920px;
	padding:0 0 5em;
	margin:auto; }*/
#contents01 .inner{
	max-width:980px;
	margin:auto;
	padding:0 1em; }
#contents01 h2{
	color:#679d3a;
	font-size:200%;
	margin-bottom:.5em; }
#contents01 p + p{
	margin-top:2em; }
/*@media (max-width:1400px){
#contents01 > .bg{
	background:url(../images/bg-pcsp.png) no-repeat 90% top;
	background-size:50%; }
}
@media (max-width:1200px){
#contents01 > .bg{
	background:url(../images/bg-pcsp.png) no-repeat 130% 7em;
	background-size:60%; }
}
@media (max-width:980px){
#contents01 > .bg{
	background:url(../images/bg-pcsp.png) no-repeat 250% 7em;
	background-size:80%; }
}*/
@media (max-width:640px){
#contents01 h2{
	color:#679d3a;
	font-size:140%;
	margin-bottom:.5em; }
#contents01 p br{
	display:none; }
/*#contents01 > .bg{
	background:url(../images/bg-pcsp.png) no-repeat right bottom;
	background-size:contain;
	padding:0 0 75%; }*/
}


#contents01 .contents_main{
	background:rgba(255,255,255,.6);
	/*max-width:50%;*/ }
@media (max-width:640px){
#contents01 .contents_main{
	background:rgba(255,255,255,.6);
	max-width:none; }
}
#contents01 .iconList{
	margin:50px 0 0;
	display:flex;
	justify-contents:space-between;
	flex-wrap:wrap;
	border-top:dotted 3px #d1dec6;
	padding-top:50px; }
@media (max-width:640px){
#contents01 .iconList{
	margin:20px 0 0;
	padding-top:20px; }
}
#contents01 .iconList li{
	text-align:center;
	margin:0 auto 30px;
	width:14%;
	color:#5e8b3a; }
@media (max-width:640px){
#contents01 .iconList li{
	width:30%;}
}
#contents01 .iconList li img{
	margin-bottom:20px; }
	

#contents01 .flexArea{
	display:flex;
	justify-content:space-between;
	position:relative;
	flex-wrap:wrap; }
#contents01 .flexArea > div{
	width:50%;
	text-align:justify;
	text-justify:inter-ideograph; }
@media (max-width:640px){
#contents01 .flexArea > div{
	width:100%;
	order:2; }
}
#contents01 .flexArea > .pic{
	position:relative;
	width:50%;
	right:-5%; }
@media (max-width:640px){
#contents01 .flexArea > .pic{
	position:static;
	width:70%;
	margin:20px auto;
	order:1; }
}


/* ************************************************************
コンテンツ02:ソーシャルメディア連携でポジティブな口コミを拡散
************************************************************ */
#contents02{
	padding:2em 0;
	background:#f6f7f1; }
#contents02 .inner{
	max-width:980px;
	margin:auto;
	padding:0 1em;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center; }

#contents02 h2{
	color:#679d3a;
	font-size:200%;
	margin-bottom:.5em; }
#contents02 p + p{
	margin-top:2em; }
#contents02 p.pic{
	margin-right:1em; }

@media (max-width:800px){
#contents02 h2{
	color:#679d3a;
	margin-bottom:.5em; }
#contents02 p br{
	display:none; }
}
@media (max-width:640px){
	
#contents02 .inner{
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap; }
#contents02 h2{
	font-size:140%; }
#contents02 p.pic{
	-webkit-order:2;
	order:2;
	text-align:center;
	margin:1.5em 0 0;
	width:100%; }
#contents02 p.pic + div{
	-webkit-order:1;
	order:1; }
}



/* ************************************************************
コンテンツ03:LP一体型フォームでCVRを最適化
************************************************************ */
#contents03{
	padding:2em 0;
	background:url(../images/bg-contents03.png); }
#contents03 .inner{
	max-width:980px;
	margin:auto;
	padding:0 1em; }

#contents03 h2{
	color:#679d3a;
	font-size:200%;
	margin-bottom:.5em;
	text-align:center; }
#contents03 p {
	text-align:center; }
#contents03 p.pic{
	margin-top:1em; }

@media (max-width:640px){
#contents03 h2{
	color:#679d3a;
	font-size:140%;
	margin-bottom:.5em;
	text-align:left; }
#contents03 p {
	text-align:left; }
#contents03 p br{
	display:none; }
}




/* ************************************************************
コンテンツ04:他社サービスとの連携にも柔軟に対応
************************************************************ */
#contents04{
	padding:2em 0;
	background:#fff; }
#contents04 .inner{
	max-width:980px;
	margin:auto;
	padding:0 1em; }

#contents04 h2{
	color:#679d3a;
	font-size:200%;
	margin-bottom:.5em;
	text-align:center; }
#contents04 ul{
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items:center;
	align-items:center;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap; }
#contents04 ul li{
	width:14.28%;
	padding:0 .3em;
	margin-bottom:1em; }
@media (max-width:640px){
#contents04 h2{
	color:#679d3a;
	font-size:140%;
	margin-bottom:.5em;
	text-align:left; }
#contents04 ul li{
	width:33.33333%;
	padding:0 .3em;
	margin-bottom:1em; }
}
@media (max-width:450px){
#contents04 ul li{
	width:50%;
	padding:0 .3em;
	margin-bottom:1em; }
}
	


/* ************************************************************
コンテンツ06:他社サービスとの連携にも柔軟に対応
************************************************************ */
#contents06 .flexArea{
	display:flex;
	justify-content:space-between; }
@media (max-width:640px){
#contents06 .flexArea{
	display:block; }
}
#contents06 .flexArea section{
	max-width:460px;
	width:49%;
	border:solid 5px #85ba5a; }
@media (max-width:640px){
#contents06 .flexArea section{
	max-width:none;
	width:100%;
	margin-bottom:50px; }
}
#contents06 .flexArea section h3{
	background:#85ba5a;
	text-align:center;
	color:#fff;
	font-weight:900;
	font-size:150%;
	padding:10px 20px; }
#contents06 .flexArea section h3 + div{
	padding:20px;
	box-sizing:border-box; }
#contents06 .flexArea section h3 + div .pic{
	text-align:center; }
#contents06 .flexArea section h3 + div .pic.bg{
	background:#fafafa;
	padding:10px; }
#contents06 .flexArea section h3 + div p + p{
	margin-top:2em; }

#contents06 .flexArea section p{
	text-align:justify;
	text-justify:inter-ideograph; }

@media (max-width:640px){
#contents06 .flexArea section p br{
	display:none; }
}



/* ************************************************************
お問い合わせエリア:専門スタッフがお答えします。まずはお気軽にご相談ください。
************************************************************ */
#contact-area{
	padding:3em 0;
	background:#f5f2ea; }
#contact-area .inner{
	max-width:980px;
	margin:auto;
	padding:0 1em; }
#contact-area h2{
	color:#679d3a;
	font-size:200%;
	margin-bottom:.5em;
	text-align:center; }
#contact-area p.contact-bt a{
	display:block;
	max-width:600px;
	text-align:center;
	color:#fff;
	position:relative;
	background:#85ba5a;
	font-size:150%;
	padding:1em 0;
	margin:1.5em auto;
	border-radius:5px; }
#contact-area p.contact-bt a::before{
	position:absolute;
	content:"";
	right: 1em;
	top:40%;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); }
#contact-area p.contact-bt a span{
	background:url(../images/icon-mail.png) no-repeat left center;
	display:inline-block;
	text-indent:1.5em; }
#contact-area p.tel{
	text-align:center;
	font-size:120%;
	line-height:180%; }
#contact-area p.tel span{
	font-weight:bold;
	display:inline-block;
	font-size:220%; }

@media (max-width:640px){
#contact-area h2{
	color:#679d3a;
	font-size:140%;
	margin-bottom:.5em; }
#contact-area p.contact-bt a{
	font-size:120%; }
#contact-area p.contact-bt a span{
	text-indent:2em; }
}






/* ************************************************************
フッター
************************************************************ */
footer{
	padding:3em 0 1em;
	background:#313131;
	color:#fff; }
footer .inner{
	max-width:980px;
	margin:auto;
	padding:0 1em; }
footer #footer-logo{
	text-align:center;
	margin-bottom:1em; }

footer #footer-nav ul{
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	font-size:110%;
	margin-bottom:1.5em; }
footer #footer-nav ul li{
	position:relative; }
footer #footer-nav ul li::before{
	position:absolute;
	right:0;
	top:3px;
	content:"|";
	color:#fff; }
footer #footer-nav ul li:last-child::before{
	display:none; }
footer #footer-nav ul li a{
	display:block;
	padding:.3em 2em;
	color:#fff; }
footer p#copy{
	text-align:center; }


@media (max-width:640px){
footer #footer-logo img{
	max-width:60%; }
footer #footer-nav ul li{
	width:50%;
	text-align:center;}
footer #footer-nav ul li:nth-child(2)::before{
	display:none; }
}


/*************************************************************

特徴

*************************************************************/
/*コンテンツ01*/
#feature #contents01 ul{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap; }
#feature #contents01 ul li{
	border:solid 3px #679d3a;
	padding:1.5em 1em;
	margin:2.25% 4.5% 2.25% 0;
	width:30.33333333%; }
#feature #contents01 ul li:nth-child(3n){
	margin:2.25% 0; }
#feature #contents01 ul li h3{
	color:#679d3a;
	text-align:center;
	font-size:120%;
	margin-bottom:.5em; }
#feature #contents01 ul li p.icon{
	text-align:center; }
@media screen and (max-width:640px){
#feature #contents01 ul li{
	border:solid 3px #679d3a;
	padding:1.5em 1em;
	margin:2.25% 2% 2.25% 0;
	width:48%; }
#feature #contents01 ul li:nth-child(3n){
	margin:2.25% 2% 2.25% 0; }
#feature #contents01 ul li:nth-child(2n){
	margin:2.25% 0 2.25% 0; }
}

#feature #contents02{
	background:url(../images/bg-contents03.png); }
#feature #contents02 .inner{
	display:block; }
#feature #contents02 h2{
	color:#679d3a;
	text-align:center;
	font-size:200%;
	margin-bottom:.5em; }
@media screen and (max-width:640px){
#feature #contents02 h2{
	font-size:170%; }
}
#feature #contents02 .inner ul{
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between; }
#feature #contents02 .inner ul li{
	margin-right:1%; }
#feature #contents02 .inner ul li:last-child{
	margin-right:0; }
@media screen and (max-width:640px){
#feature #contents02 .inner ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap; }
#feature #contents02 .inner ul li{
	margin-right:1%;
	margin-bottom:1em;
	width:49%; }
}
@media screen and (max-width:400px){
#feature #contents02 .inner ul li{
	margin-right:1%;
	margin-bottom:1em;
	width:100%;
	text-align:center; }
}

	
	
/*************************************************************

機能一覧

*************************************************************/
/*コンテンツ01*/
#function #contents01 h2{
	color:#679d3a;
	text-align:center;
	font-size:200%;
	margin-bottom:.5em; }
#function #contents01 ul{
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap; }
#function #contents01 ul li{
	font-size:120%;
	color:#679d3a;
	width:25%;
	text-align:center;
	padding:1em; }
@media screen and (max-width:980px){
#function #contents01 ul li{
	width:31.33333%; }
	
}
@media screen and (max-width:640px){
#function #contents01 ul li{
	width:48%;
	font-size:90%; }	
}


/*コンテンツ02*/
#function #contents02{
	background:url(../images/bg-contents03.png); }
#function #contents02 .inner{
	display:block; }

#function #contents02 h2{
	color:#679d3a;
	text-align:center;
	font-size:200%;
	margin-bottom:.5em; }
#function #contents02 ul{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap; }
#function #contents02 ul li{
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
	font-size:120%;
	color:#679d3a;
	width:23%;
	text-align:center;
	padding:1em .5em;
	background:#fff;
	margin:.5em 1%; }
@media screen and (max-width:980px){
#function #contents02 ul li{
	width:31.33333%; }
	
}
@media screen and (max-width:640px){
#function #contents02 ul li{
	width:48%;
	font-size:90%; }
	
}

/*コンテンツ03*/
#function #contents03{
	background:none; }
#function #contents03 .inner{
	display:block; }
#function #contents03 .icon-plus{
	text-align:center;
	margin-bottom:2em; }
#function #contents03 .bg-green{
	background:#679d3a;
	color:#fff;
	font-size:150%;
	padding:1em;
	line-height:150%; }
@media screen and (max-width:640px){
#function #contents03 .icon-plus img{
	max-width:20%; }
#function #contents03 .bg-green{
	font-size:110%; }
}





/*************************************************************

よくあるご質問

*************************************************************/

/* コンテンツ01 */
#qa #contents01{
	padding:3em 0 1em; }
#qa #contents01 .inner{
	max-width:980px;
	margin:auto;
	padding:0 1em; }
#qa #contents01 dt{
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	font-weight:bold;
	font-size:120%;
	color:#679d3a;
	margin-bottom:1em; }
#qa #contents01 dt::before{
	display:block;
	content:"";
	width:50px;
	height:50px;
	margin-right:.5em;
	background:url(../images/qa_q_icon.png) no-repeat center; }
#qa #contents01 dd{
	padding:1em;
	margin:0 0 2em;
	background:#f7f7f7; }
#qa #contents01 dd p{
	margin:0 0 1em; }




/*************************************************************

お問い合わせ

*************************************************************/


/*コンテンツ01*/

#contact #conta01 h2{
	text-align:center;
	font-size:25px;
	margin-bottom:.5em; }


#contact #conta01 h3{
	text-align:center;
	font-size:18px;
	margin-bottom:-1.5em; }



#contact #conta01 ul li{
	font-size:100%;
	padding:1em; 
	margin-bottom: 5px;
	font-weight: 700;}
#contact #conta01 ul li label{
	margin-bottom:5px;
	display:block; }

@media screen and (max-width:980px){
#contact #conta01 ul li{
	width:31.33333%; }
	
}
@media screen and (max-width:640px){
#contact #conta01 ul li{
	width:48%;
	font-size:90%; }	
}

#contact #conta01 ul li.bt a{
	display:block;
	color:#fff;
	border-radius:30px;
	background:#85ba5a;
	text-align:center;
	padding:10px 1em; }


/*************************************************************

会社概要

*************************************************************/



/*コンテンツ02*/

#contact #conta02 h2{
	text-align:center;
	font-size:25px;
	margin-bottom:.5em; }


#contact #conta02 h3{
	text-align:center;
	font-size:18px;
	margin-bottom:.5em; }


#contact .table{
	width: 100%;
	margin-bottom: 20px; 
}
#contents05 {
	padding: 20px 0;
}
