@charset "utf-8";

/* -------------------------------------------------- */
/* はじめての方へ */
/* -------------------------------------------------- */
/* 共通 */
/* ---------------------------- */
#container {
	min-width: auto;
	display: inline;
}

.guideContent {
	width: 90%;
	padding-bottom: 80px;
	margin: 0 auto 80px;
	border-bottom: 6px #eeeeee solid;
	padding-top: 60px;
	margin-top: -60px;
}

.introTxt {
	font-size: 1.8rem;
	display: inline-block;
	text-align: left;
	padding-bottom: 40px;
}

#privacyPolicy {
	width: 100%;
}

/* ウェブサイト制作の流れ */
/* ---------------------------- */
#flow .tit1:before {
	content:"Flow";
}

.flowLeft {
	padding-bottom: 100px;
	text-align: center;
}

#step3 span:last-child {
	width: 89%;
}

#step7.flowLeft {
	padding-bottom: 0;
}

.flowRight {
	padding-bottom: 100px;
	text-align: center;
}

.inner {
	width: 100%;
  text-align: left;
  display: block;
  vertical-align: middle;
}

.inner p {
	font-size: 1.8rem;
	text-align: left;
}

.flowRight .inner {
	text-align: left;
}

.flowTit {
	padding-bottom: 10px;
	display: block;
	font-size: 2.3rem;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.flowTit span {
	display: inline-block;
	vertical-align: top;
}

.num {
	width: 30px;
	height: 30px;
	padding-top: 4px;
	border-radius: 30px;
	text-align: center;
	background: #0095da;
	color: #FFF;
	font-size: 1.4rem;
}

#step1:before {
	content:"";
	width: 293px;
	height: 279px;
	margin-right: 20px;
	background: url(../../img/guide/flow_img1_sp.png) 0 0 no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
}

#step1 .telLink {
	display: inline;
	font-size: 1.8rem;
	color: #333;
}

#step1 .telLink a {
	font-size: 1.6rem;
	color: #333;
}

#step2:before {
	content:"";
	width: 316px;
	height: 224px;
	margin-right: 20px;
	background: url(../../img/guide/flow_img2_sp.png) 0 0 no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
}

#step3:before {
	content:"";
	width: 359px;
	height: 253px;
	margin-right: 20px;
	background: url(../../img/guide/flow_img3_sp.png) 0 0 no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
}

#step4:before {
	content:"";
	width: 327px;
	height: 280px;
	margin-right: 20px;
	background: url(../../img/guide/flow_img4_sp.png) 0 0 no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
}

#step5:before {
	content:"";
	width: 301px;
	height: 342px;
	margin-right: 20px;
	background: url(../../img/guide/flow_img5_sp.png) 0 0 no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
}

#step6:before {
	content:"";
	width: 321px;
	height: 270px;
	margin-right: 20px;
	background: url(../../img/guide/flow_img6_sp.png) 0 0 no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
}

#step7:before {
	content:"";
	width: 312px;
	height: 269px;
	margin-right: 20px;
	background: url(../../img/guide/flow_img7_sp.png) 0 0 no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
}


/* スマートフォンサイト制作の重要性 */
/* ---------------------------- */
#sp .tit1:before {
	content:"Merit to make a smartphone site";
}

#sp .introTxt span {
	display: block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  padding-left: 0;
}

#sp .introTxt:before {
	content: "";
  width: 100%;
  height: 200px;
  background: url(../../img/guide/sp_img1_sp.png) center no-repeat;
	background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

.spContent {
	width: 100%;
	padding-bottom: 50px;
}

.spContent:last-child {
	padding-bottom: 0;
}

.spTit {
	font-size: 2.3rem;
	padding-bottom: 15px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.spTit span {
	display: inline-block;
  background: #0095da;
  padding: 3px 20px;
  border-radius: 30px;
  color: #FFF;
  font-size: 1.4rem;
}

.spContent p {
	font-size: 1.6rem;
	text-align: left;
}

.spImg:after {
	content: "";
	width: 100%;
	height: 220px;
	background: url(../../img/guide/sp_img2_sp.png) center 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.spImg span {
	width: 100%;
  padding-right: 0;
  display: block;
  vertical-align: middle;
  font-size: 1.8rem;
  padding-bottom: 20px;
}

#spSampleWrap {
	padding-top: 30px;
	text-align: center;
}

.spSample {
	display: block;
  vertical-align: top;
	padding-bottom: 40px;
}

.spSample:last-child {
	margin-right: 0;
	padding-bottom: 0;
}

.spSample img {
	width: 100%;
}

/* ブログ機能って必要？ */
/* ---------------------------- */
#blog .tit1:before {
	content: "Need blog?";
}

#blogImg {
	width: 42%;
	margin: 0 auto;
	padding-bottom: 30px;
}

#blogImg img {
	width: 100%;
}

#blogSampleWrap {
	width: 100%;
  text-align: center;
}

.blogSamle {
	display: block;
  vertical-align: top;
  text-align: left;
	padding-bottom: 20px;
	font-size: 1.6rem;
}

.blogSamle:last-child {
	padding-bottom: 0;
}

.blogSamle img {
	width: 100%;
}

/* 写真とデザイン */
/* ---------------------------- */
#photo .tit1:before {
	content: "Photo&Design";
}

#photoWrap {

}

#photoLeft {
	width: 100%;
	float: none;
	text-align: center;
	padding-top: 40px;
}

#photoLeft .photoSample:last-child {
	padding-bottom: 0;
}

.photoSample {
	padding-bottom: 30px;
	display: block;
	text-align: left;
}

.photoSample img {
	width: 100%;
}

#photoRight {
	width: 100%;
	float: none;
}

#photoImg {
	width: 300px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	font-size: 1.6rem;
}

#photoImg img {
	width: 100%;
}

.blogDesc {
	width: 100%;
  margin: 0 auto 40px;
}

/* 制作費用について */
/* ---------------------------- */
#price .tit1:before {
	content: "Production expence";
}

#companyInfo {
	height: 100%;
	width: 100%;
	margin-bottom: 50px;
	font-size: 1.4rem;
	border-bottom: 2px #bfbfbf solid;
}

#companyInfo th {
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	border-top: 2px #bfbfbf solid;
}

.glTit {
	height: 100%;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 2rem;
	font-weight: 500;
}

#companyInfo td {
	width: 100%;
	display: block;
	padding: 20px 0;
	border-top: 1px #EEE solid;
}

#companyInfo td a {
	color: #333333;
}

.infoList dt {
	font-weight: 500;
}

.infoList dd {
	padding-bottom: 30px;
}

.infoList dd:last-child {
	padding-bottom: 0;
}

.priceList li {
	padding-bottom: 10px;
}

.priceList li:last-child {
	padding-bottom: 0;
}

.price {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.8rem;
}

.price span {
	font-size: 2.3rem;
}

.volume {
	padding: 5px 15px;
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: middle;
	background: #eeeeee;
}

.contactBtn {
	text-align: center;
}


/* SEOとは？ */
/* ---------------------------- */
#seo {
	border: none;
	padding-bottom: 0;
}

#seo .tit1 {
	content: "What is SEO?";
}

#seoImg {
	width: 46%;
	padding-bottom: 30px;
	margin: 0 auto;
}

#seoImg img {
	width: 100%;
}

#seoPoint {
	width: 100%;
  padding: 30px 5%;
  border: 4px #0095da solid;
  border-radius: 30px;
  text-align: left;
}

#seoPoint dt {
	padding-bottom: 5px;
	font-size: 2rem;
	font-weight: bold;
}

#seoPoint dt:before {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	background: url(../../img/common/icon10_sp.jpg) 0 0 no-repeat;
	background-size: 100%;
}

#seoPoint dd {
	padding-bottom: 30px;
	font-size: 1.8rem;
}

#seoPoint dd:last-child {
	padding-bottom: 0;
}

.seoTit {
	display: inline;
	vertical-align: middle;
}

.anno {
	color: #0095da;
	font-size: 1.6rem;
}
