@charset "utf-8";

/* -------------------------------------------------- */
/* ECサイト制作 */
/* -------------------------------------------------- */
#container {
	min-width: auto;
	display: inline;
}

#privacyPolicy {
	width: 100%;
}
/* EC制作について */
/* ---------------------------- */
#ecIntroduction {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 80px;
}

#ecImg {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}

#ecImg img {
	width: 100%;
}



/* 構築可能なECサイト */
/* ---------------------------- */
#canEc  {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}

#canEc .tit1:before {
	content: "We can do it";
}

.ecService {
	width: 100%;
	margin: 0 0 30px 0;
	border: 1px #c9c9c9 solid;
	padding: 20px 7%;
	float: left;
}

.ecService:nth-child(2n) {
	margin-right: 0px;
}

.ecTit {
	float: left;
	font-size: 2.6rem;
	color: #0095da;
}

.logo {
	float: right;
	width: 20%;
}

.logo img {
	width: 100%;
	height: auto;
}

.comment {
	font-size: 1.8rem;
	padding-top: 10px;
	clear: both;
}

.anno {
	text-align: right;
	color: #666;
	font-size: 1.2rem;
}

.extarnalLink {
	padding: 20px 0 0;
	text-align: right;
	color: #0095da;
	font-size: 1.6rem;
}

/* 公開後も */
/* ---------------------------- */
#followUp {
	padding-bottom: 80px;
	text-align: center;
}

#afterImg {
	width: 150px;
	height: 150px;
	padding: 90px 0 0 0;
	margin: 0 auto 50px;
	text-align: center;
	font-weight: 600;
	border: 3px #0095da solid;
	border-radius: 150px;
	background: url(../../../img/e-commerce/ec_img2_sp.png) center 30px no-repeat;
	background-size: 40%;
	color: #0095da;
}

#afterImg:after {
	content: "";
	width: 11px;
	height: 9px;
	margin: 10px auto 0;
	background: url(../../../img/common/icon6_sp.png) 0 0 no-repeat;
	background-size: contain;
	display: block;
}

#followUpTxt {
	width: 90%;
	margin: 0 auto;
	display: inline-block;
	font-size: 1.8rem;
	text-align: left;
	position: relative;
}

#followUpTxt:before {
	content: "";
	width: 100%;
	height: 300px;
	background: url(../../../img/e-commerce/ec_img3.png) center no-repeat;
	display: inline-block;
	vertical-align: middle;
	background-size: contain;
}

#followUpTxt span {
	padding-top: 20px;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
