@charset "utf-8";
/* clearfix */
.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}


/*  --------------------------------------
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
 PCおよび大型タブレット向け：426px～768px
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
 --------------------------------------*/
 @media only screen and (min-width: 999px) {
	.pc { display: block !important; }
	.sp { display: none !important; }
	img { max-width: 100%; }

/* --------------------------------------
header●ロゴ＆ボタン●
----------------------------------------*/
	header {
		max-width: 900px;	
	}

  header img {
    margin-left: 0;
  }

/* --------------------------------------
トップ画像
----------------------------------------*/
	#top {
		background: url(images/top-haikei-pc.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		max-width: 100%;
		margin: 0 auto;
	}

	#top img {
		width: 900px;
	}

  /* --------------------------------------
メリット
----------------------------------------*/
#merit {
	background: url(images/merit-haikei.jpg);
	background-size: cover;
}

#merit img {
	display: block;
	width: 800px;
	margin: 0 auto;
}

#merit-line img {
	width: 50%;
	padding-top: 10px;
}




/* ------------------------------------------------ */

#merit-line {
	background: url(images/merit-line-pc.png);
	background-repeat: no-repeat;
	background-size: cover;
}

/* --------------------------------------
不安喚起
----------------------------------------*/
#fuan {
	background-color: aliceblue;
	width: 100%;
}

#fuan img {
	display: block;
	margin: 0 auto;
	width: 50%;
}
/* --------------------------------------
解決＆選ばれる理由
----------------------------------------*/
#kaiketsu {
	background: url(images/kaiketsu-haikei.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 70px;
	}

#kaiketsu img {
	display: block;
	width: 50%;
	margin: 0 auto;
}

/* --------------------------------------
お客様の声
----------------------------------------*/
#koe {
	background: url(images/koe-line.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 130px;
	margin-bottom: 40px;
}

#koe img{
	width: 250px;
	padding-top: 50px;
}
#koe1 {
	width: 60%;
	margin: 0 auto;
}

/* --------------------------------------
FP紹介
----------------------------------------*/
#sonota {
	width: 700px;
	margin: 50px auto;
}

#sonota img {
	display: block;
	width: 100%;
  margin: 0 auto;
}
	/* --------------------------------------
閉じ
----------------------------------------*/


}