
/* // needs //
----------------------------------------------- */

.needs{
	background: #fff;
	padding-bottom: 40px;
}
.needs > .inner{
	border: 2px solid #e5f3fa;
	position: relative;
}
.needs > .inner:before{
	content:" ";
  position: absolute;
  display: block;
  width: 52px;
  height: 62px;
  left: 50%;
	margin-left: -26px;
  top: -40px;
  background: url(/_pack/img/consider_icon_idea.png);
	background-size: contain;
  z-index: 5;
}
.needs > .inner:after{
	content:"　";
  position: absolute;
  display: block;
  left: 50%;
  top: 100%;
	margin-left: -27px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 27px 0 27px;
	border-color: #e5f3fa transparent transparent transparent;
}
.needs .ttl{
	padding: 30px 20px 20px;
	font-size: 170%;
	text-align: center;
}
.needs ul{
	background: #e5f3fa;
	padding: 15px 20px;
	font-size: 107%;
	line-height: 1.9;
	min-height: 174px;
}
.needs li{
	padding-left: 30px;
	position: relative;
}
.needs li + li{
	margin-top: 10px;
}
.needs li:before{
	position: absolute;
	left: 0;
	top: 3px;
	content: "\ea7c";
	font-family: iconfontA;
	z-index: 4;
	color: #3F8ACC;
}

#ConsiderContents .contactItemWrapA .image{
	height: 230px;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	position: relative;
}
#ConsiderContents .contactItemWrapA .image .icon{
	position: absolute;
	right: -5px;
	top: -15px;
	width: auto;
}
#ConsiderContents .contactItemWrapA .image .icon2{
	position: absolute;
	right: -12px;
	top: -10px;
	width: 110px;
}

/* // ________SP________ // */
@media screen and (max-width: 840px)  {

	#ConsiderContents .contactItemWrapA{
		width: 100%;
		display: block;
	}
	#ConsiderContents .contactItemWrapA .item{
		width: 100%;
		margin-right: 0;
	}
	#ConsiderContents .contactItemWrapA .item + .item{
		margin-top: 60px;
	}
	.needs{
		padding-bottom: 30px;
	}
	.needs > .inner:after{
		margin-left: -18px;
		border-width: 20px 18px 0 18px;
	}
	.needs .ttl{
		padding: 30px 10px 20px;
		font-size: 140%;
	}
	.needs ul{
		padding: 15px 10px;
		font-size: 100%;
		min-height: 0;
	}
	.needs li{
		padding-left: 20px;
		position: relative;
	}
	#ConsiderContents .contactItemWrapA .image{
		height: 140px;
		background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
		position: relative;
	}
	#ConsiderContents .contactItemWrapA .item .bodyTx{
		font-size: 100%;
	}
}





/* // considerBlock //
----------------------------------------------- */

.considerBlock .considerImg{
	height: 268px;
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	margin-bottom: 30px;
}
.considerBlock .considerData{
	margin-bottom: 20px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow:     row wrap;
	flex-flow:         row wrap;
	-webkit-justify-content: flex-start;
	-ms-justify-content:     flex-start;
	justify-content:         flex-start;
	-webkit-align-items: stretch;
	-ms-align-items:     stretch;
	align-items:         stretch;
	font-size: 114%;
}
.considerBlock .considerData dl{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow:     row wrap;
	flex-flow:         row wrap;
	-webkit-justify-content: flex-start;
	-ms-justify-content:     flex-start;
	justify-content:         flex-start;
	-webkit-align-items: stretch;
	-ms-align-items:     stretch;
	align-items:         stretch;
	border: 1px solid #118ad4;
}
.considerBlock .considerData dl + dl{
	margin-left: 20px;
}
.considerBlock .considerData dt,
.considerBlock .considerData dd{
	text-align: center;
	min-width: 175px;
}
.considerBlock .considerData dt{
	padding: 10px 10px;
	background: #118ad4;
	color: #fff;
}
.considerBlock .considerData dd{
	padding: 10px 25px;
	background: #fff;
}

.considerBlock .btnA{
	margin-top: 30px;
}


/* // ________SP________ // */
@media screen and (max-width: 840px)  {

	.considerBlock .considerImg{
		height: 210px;
		margin-bottom: 30px;
	}
	.considerBlock .considerData{
		margin-bottom: 20px;
		display: block;
		font-size: 114%;
	}
	.considerBlock .considerData dl{
		display: block;
	}
	.considerBlock .considerData dl + dl{
		margin-left: 0;
		margin-top: 10px;
	}
	.considerBlock .considerData dt,
	.considerBlock .considerData dd{
		width: 100%;
		min-width: 0;
		font-size: 85%;
		line-height: 1.4;
	}
	.considerBlock .considerData dt{
		padding: 6px 8px 8px;
		background: #118ad4;
		color: #fff;
	}
	.considerBlock .considerData dd{
		padding: 6px 25px 8px;
		background: #fff;
	}

	.considerBlock .btnA{
		margin-top: 30px;
	}

}













/* // xxx //
----------------------------------------------- */

/* // ________SP________ // */
@media screen and (max-width: 840px)  {

}









