.lp_wrap {width:980px;margin-left:auto;margin-right:auto;}
.s .lp_wrap {width:100%;}
/*form--------------------------------*/
.lp-form{
	width:90%;
	border:#e6e6e6 solid 1px;
}

.lp-form h4{
	background:#efefef;
	font-weight:bold;
	text-align:center;
	border-bottom:#e6e6e6 solid 1px;
}

.lp-form h5{
	border-bottom:#000 solid 2px;
}

.lp-form .free{
	color:#fc0000;
}

.net{
	line-height:1.5;
}

#newslist a{
	color:#000;
}

#newslist a:hover{
	text-decoration:underline;
}

.pc{display: block;}
.sp{display: none;}


/*sns--------------------------------*/

.snsBox{
  width: 980px;
  margin: 0px auto;
}
.snsBox ul{
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
.snsBox li{
  float: left;
  margin: 0 10px;
  list-style: none;
}

.lp_wrap div.sns_bg{
	background-color:#d7d7d7;
	padding:40px 0;
	margin:40px 0;
}


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

	.snsBox{
	  width: 100%;
	  margin: 0px auto;
	}
	.snsBox ul{
	width: 300px;
	  overflow: hidden;
	  text-align: center;
	  letter-spacing: -0.4em;
	}
	.snsBox ul li{
	  width: 90px;
	  margin: 0 5px;
	  display: inline-block;
	  letter-spacing: normal;
	}
	.snsBox ul li img{
	  width: 100%;
	  height: auto;
	}

	.lp_wrap div.sns_bg{
	padding:20px 0;
	margin:20px 0;
	}
}


/*pege contents------------------------*/
.lp_wrap{font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "MS Pゴシック", Helvetica, sans-serif;;}


.news_ttl {
	font-size: 4.2rem;
	text-align: center;
	display: block;
}
.news_wrap {
	width: 100%;
	margin: 40px auto;
}
.news_lead {
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
}
.news_list {
	list-style: none;
	padding: 0%;
}
.news_list dl {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px #d7d7d7 solid;
}
.news_list dt {
	color: #999;
	margin: 0 20px 0 0;
}

@media screen and (max-width: 640px) {
	
.pc{display: none;}
.sp{display: block;}

.news_ttl {
	font-size: 2rem;
	line-height: 3rem;
}
.news_wrap {
	width: 90%;
	margin: 40px auto;
}
.news_lead {
	font-size: 14px;
	text-align: left;
}
.news_list dt {
	margin: 0 0 6px 0;
}
.news_list dl {
	display: block;
	padding: 20px 0;
	border-bottom: 1px #d7d7d7 solid;
}
}
