@charset "utf-8";
/*===========================
add
===========================*/

/* 特徴追加 */


/*h3*/
.featureSpe h3{
  position: relative;
  background: #f5ac24;
  padding: 10px 5px 10px 25px;
	margin-top: 5px;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 0 10px 10px 0;
	text-shadow: none;
}
@media screen and (max-width: 768px) {
	.featureSpe h3{
	  padding: 10px 5px 10px 25px;
		margin-top: 50px;
	  font-size: 1.5rem;
	  color: #fff;
	  border-radius: 10px;
	}
}
@media screen and (max-width: 600px) {
	.featureSpe h3{
	  font-size: 1.2rem;
	}
}

.featureSpe h3:before {
  display: inline-block;
  position: absolute;
  padding: 0;
  color: #E07C21;
  background: #F7E6BD;
  font-weight: 900;
  width: 65px;
  text-align: center;
  height: 65px;
  line-height: 60px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
	.featureSpe h3:before {
		top: -25px;
	  left: 0;
		right: 0;
	  margin: 0 auto;
		border: solid 2px white;
	}
}




.featureSpe h3:after{
	content: none;
}

.featureSpe h3.n01:before {
	content: "01";
}
.featureSpe h3.n02:before {
	content: "02";
}
.featureSpe h3.n03:before {
	content: "03";
}
.featureSpe h3.n04:before {
	content: "04";
}
.featureSpe h3.n05:before {
	content: "05";
}
.featureSpe h3.n06:before {
	content: "06";
}
.featureSpe h3.n07:before {
	content: "07";
}
.featureSpe h3.n08:before {
	content: "08";
}


